/* Promo Box - Style One */
.promo-box {
	color:#bbb;
	font-family:"Open Sans", Arial, sans-serif;
	font-size:12px;
	width:auto;
	height:auto;
	border:1px solid #e2e2e2;
	position:relative;
	margin:0 0 20px !important;
	text-align:center;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.promo-box-arrow {
	top: 55px;
	height: 0px;
	width: 0px;
	left: -8px;
	position: absolute;
	border-style: solid;
	border-width: 8px 0 0 8px;
	border-color: rgba(53,152,219,.8) transparent transparent transparent;
}
.promo-box h2 {
	color:#fff;
	font-size:18px;
	background:#3598db;
	padding:5px 30px;
	text-transform:none;	
	display:inline-block;
	margin:0 0 20px;
	text-align:left;
	float:left;
	
	position:relative;
	top:20px;
	left:-8px;
	
	border-radius:3px 3px 3px 0;
	-webkit-border-radius: 3px 3px 3px 0; 
	-moz-border-radius: 3px 3px 3px 0; 
}
.promo-box p {
	display:inline-block;
	padding:10px 15px;
	margin:0px;
}
.promo-box h4 {
	display:inline-block;
	padding:5px 0 10px;
	margin:0px;
	width:90%;
	font-size:16px;
	text-align:center;
	color:#454545;
	font-weight:600;
}
.promo-box .promo-price {
	display:block;
	padding:0;
	margin:0px;
	width:100%;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	color:#454545;
}
.promo-box .promo-box-button {
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:600;
	margin:10px 0 20px !important;
	background:#3598db;
	padding:5px 25px;
	display:inline-block;
	
	border-radius:3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
}
.promo-box .promo-box-button:hover {
	background:rgba(53,152,219,.8);
}

/* Promo Box - Style Two */
.promo-box-2 {
	color:#bbb;
	font-family:"Open Sans", Arial, sans-serif;
	font-size:12px;
	width:auto;
	height:auto;
	border:1px solid #e2e2e2;
	margin:0 0 20px !important;
	padding:20px;
	text-align:center;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.promo-box-2-first-half {
	float: left;
	border-right: 1px solid #ddd;
	padding: 0 20px;
}
.promo-box-2-sec-half {
	display: inline-block;
	padding: 0px 20px;
}
.first-text {
	display:block;
}
.sec-text {
	display:block;
}
.promo-box-2 .promo-price {
	font-size:22px;
	font-weight:bold;
	color:#454545;
	display:block;
}
.promo-box-2 .promo-box-button {
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:600;
	margin:10px 0 10px;
	background:#3598db;
	padding:5px 25px;
	display:block;
	
	border-radius:3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
}
.promo-box-2 .promo-box-button:hover {
	background:rgba(53,152,219,.8);
}


/* Custom Add to Cart */
.versatile-add-to-cart {
	text-align:center;
	font-family:"Open Sans", Arial, sans-serif;
	font-size:16px;
	margin:0 0 20px !important;
	display: inline-block;
}
.versatile-add-to-cart:hover .add-to-cart-first-half  {
	color:#fff;
}
.versatile-add-to-cart:hover .add-to-cart-sec-half {
	color:#454545;
}
.add-to-cart-first-half {
	background:#3598db;
	color:#fff;
	padding:10px 20px;
	border:1px solid #3598db;
	border-right:none;
	float:left;
	
	border-radius:4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px; 
	-moz-border-radius: 4px 0 0 4px;
}
.add-to-cart-sec-half {
	background:#fff;
	color:#727272;
	border:1px solid #e2e2e2;
	border-left:none;
	float:left;
	padding:10px 20px;
	border-radius:0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0; 
	-moz-border-radius: 0 4px 4px 0;
}
.shop-button-desc {
	font-size:12px;
	display:block;
	padding:0;
	margin:0;
}
.shop-button-text {
	font-weight:bold;
	font-size:18px;
	padding:0;
	margin:0;
}
.shop-button-price {
	font-weight:bold;
	font-size:30px;
	padding:0;
	margin:0;
}

/* Facebook */
.promo-facebook {
	width:auto;
	margin:0 0 20px !important;
}
.promo-facebook-first-half {
	background:#3b5997;
	padding:25px 30px 20px;
	display:block;
	border-bottom:1px solid rgba(255,255,255,.2);
	
	border-radius:4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0; 
	-moz-border-radius: 4px 4px 0 0;
}
.promo-facebook-sec-half {
	background:#5871a7;
	display:block;
	padding:25px 30px 20px;
	
	border-radius:0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px; 
	-moz-border-radius: 0 0 4px 4px;
}
.promo-facebook-first-half h2 {
	margin:0 0 5px;
	padding:0;
	color:#fff;
	font-size:18px;
}
.promo-facebook-first-half .short-desc {
	color:rgba(255,255,255,.3);
}
.promo-facebook-sec-half .short-desc {
	color:#fff;
}

/* Twitter */
.promo-twitter {
	width:auto;
	margin:0 0 20px !important;
}
.promo-twitter-first-half {
	background:#0193cf;
	padding:25px 30px 20px;
	display:block;
	border-bottom:1px solid rgba(255,255,255,.2);
	
	border-radius:4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0; 
	-moz-border-radius: 4px 4px 0 0;
}
.promo-twitter-sec-half {
	background:#26a4d7;
	display:block;
	padding:25px 30px 20px;
	
	border-radius:0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px; 
	-moz-border-radius: 0 0 4px 4px;
}
.promo-twitter-first-half h2 {
	margin:0 0 5px;
	padding:0;
	color:#fff;
	font-size:18px;
}
.promo-twitter-first-half .short-desc {
	color:rgba(255,255,255,.5);
}
.promo-twitter-sec-half .short-desc {
	color:#fff;
}

/* Google Plus */
.promo-google {
	width:auto;
	margin:0 0 20px !important;
}
.promo-google-first-half {
	background:#d34836;
	padding:25px 30px 20px;
	display:block;
	border-bottom:1px solid rgba(255,255,255,.2);
	
	border-radius:4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0; 
	-moz-border-radius: 4px 4px 0 0;
}
.promo-google-sec-half {
	background:#de5a49;
	display:block;
	padding:25px 30px 20px;
	
	border-radius:0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px; 
	-moz-border-radius: 0 0 4px 4px;
}
.promo-google-first-half h2 {
	margin:0 0 5px;
	padding:0;
	color:#fff;
	font-size:18px;
}
.promo-google-first-half .short-desc {
	color:rgba(255,255,255,.5);
}
.promo-google-sec-half div {
	width:100% !important;
}
.promo-google-sec-half .short-desc {
	color:#fff;
}


/* Call out */
.call-out {padding:25px; margin-bottom:40px !important;}
.call-out .callout-content {float:left;width:80%;}
.call-out .callout-content h1, .call-out .callout-content h2, .call-out .callout-content h3, .call-out .callout-content h4, .call-out .callout-content h5, .call-out .callout-content h6{margin:0px;}
.call-out .callout-content p:last-child {margin:10px 0 0 0;}
.call-out .call-out-button {padding: 5px 20px;margin-top: 3px;float: right;}
.call-out .call-out-button i {float:none;padding: 0 10px 0 0;}


/* Social Media Icons */
.su-social-basic {
	float:left;
	margin: 0px;
}
.su-social-basic a {
	background:#3598db;
	color: #fff;
	padding: 1px;
	display: block;
	text-align: center;
	margin: 5px;
}

.social-icon-rounded a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.su-social-basic a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.social-icon-3d a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.su-social-basic a i {color: #fff !important;}

.social-icon-3d a {
	position:relative;
	box-shadow: inset 0 -3px rgba(0,0,0,.2);
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 -ms-border-radius: 5px;
	 -o-border-radius: 5px;
	 border-radius: 5px;
}
.social-icon-3d a:hover,
.social-icon-3d a:active,
.social-icon-3d a:focus {
	-webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
	 
	 box-shadow: inset 0 -1px rgba(0,0,0,.2);
	top: 1px;
}

/* Windows Style */
.su-social-basic.social-icon-windows a {
	margin:2px;
	display:inline-block;
}
.su-social-basic.social-icon-windows.size-small a {
	width: 68px;
	line-height: 67px;
	font-size:28px;
}
.su-social-basic.social-icon-windows.size-medium a {
	width: 140px;
	line-height: 67px;
	font-size:28px;
}
.su-social-basic.social-icon-windows.size-large a {
	width: 140px;
	line-height: 138px;
	font-size:58px;
}

/* Sizes */
.size-small a {
	width: 40px;
	line-height: 39px;
	font-size:18px;
}
.size-medium a {
	width: 60px;
	line-height: 59px;
	font-size:28px;
}
.size-large a {
	width: 80px;
	line-height: 79px;
	font-size:38px;
}

/* Social links and that background colors */
.su-social-basic a.bg-android {background:#a4c639;}
.su-social-basic a.bg-apple {background:#d4d4d4;}
.su-social-basic a.bg-bitbucket {background:#013567;}
.su-social-basic a.bg-css3 {background:#0070ba;}
.su-social-basic a.bg-dribbble {background:#ef528e;}
.su-social-basic a.bg-dropbox {background:#3277e3;}
.su-social-basic a.bg-facebook {background:#3b5997;}
.su-social-basic a.bg-flickr {background:#fe0084;}
.su-social-basic a.bg-foursquare {background:#23b2ee;}
.su-social-basic a.bg-github {background:#333;}
.su-social-basic a.bg-gittip {background:#663300;}
.su-social-basic a.bg-google-plus {background:#d95232;}
.su-social-basic a.bg-html5 {background:#e34c26;}
.su-social-basic a.bg-instagram {background:#45759d;}
.su-social-basic a.bg-linkedin {background:#006599;}
.su-social-basic a.bg-linux {background:#ecb90b;}
.su-social-basic a.bg-maxcdn {background:#f79d03;}
.su-social-basic a.bg-pagelines {background:#1996fc;}
.su-social-basic a.bg-pinterest {background:#cc2127;}
.su-social-basic a.bg-renren {background:#005aab;}
.su-social-basic a.bg-skype {background:#01aaef;}
.su-social-basic a.bg-stack-exchange {background:#205296;}
.su-social-basic a.bg-stack-overflow {background:#f47a20;}
.su-social-basic a.bg-trello {background:#216884;}
.su-social-basic a.bg-tumblr {background:#3d5a70;}
.su-social-basic a.bg-twitter {background:#5eaade;}
.su-social-basic a.bg-vimeo-square {background:#1bb6ec;}
.su-social-basic a.bg-vk {background:#4d729e;}
.su-social-basic a.bg-weibo {background:#d52827;}
.su-social-basic a.bg-windows {background:#00abf3;}
.su-social-basic a.bg-xing {background:#005a5f;}
.su-social-basic a.bg-youtube {background:#ec2828;}


/* Background block */
#layout-wrapper .background-block {margin:0; padding-left:30px; padding-right:30px;}
#layout-wrapper.boxed .background-block {margin: 0px -65px;padding-left: 65px;padding-right: 65px;width:auto;}
.background-block-container p:last-child, .background-block-container h1:last-child, .background-block-container h2:last-child, .background-block-container h3:last-child, .background-block-container h4:last-child, .background-block-container h5:last-child, .background-block-container h6:last-child, .background-block-container .column{margin-bottom:0;}
#layout-wrapper .background-block {position: relative; margin:0 0 18px; padding-left:0px; padding-right:0px; display:inline-block;width:100%;}
#layout-wrapper .background-block-container{width:1170px; margin:0 auto;}
#layout-wrapper.full-width .background-block:before, #layout-wrapper.full-width .background-block:after {content: ""; position: absolute; background: inherit; top: 0; bottom: 0; width: 100%;} 
#layout-wrapper.full-width .background-block:before {right: 100%;}
#layout-wrapper.full-width .background-block:after {left: 100%;}
.background-block-container .block-image {position: relative;top: 6px;}