@charset "UTF-8";
/*
* Starter - HTML5 Template
* File Description: This file contain all the site styles.
* 
* Author: org100h
* 
*/

/*
* TABLE OF CONTENT
*
*/

.top-widget{
margin-top:1em;
}
.row{
margin-left:0;
margin-right:0;
}
a:hover{
	text-decoration: none;
}

.btn{
	text-transform: uppercase;
	border-width: 0 0 3px !important;
	border-style: solid;
	border-radius: 6px;
}

.formc{
list-style:none;
}



/*=================================
*======= 		BLOG	 ========
*===============================*/

body{
	background: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #222;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 400;	
}

h1{
	font-weight: 300;
}

h3{
	font-size: 20px;
}

/* Dark Background */
#service-2.dark-bg,
#clients.dark-bg{
	color: #fff;
	color: rgba(255,255,255,.8);
}

#service-2.dark-bg h2,
#clients.dark-bg h2,
.service-box-2 h3{
	color: rgba(255,255,255,.8);
}

.ss-form-desc{
font-size:14pt;
line-height:20pt;
font-weight:300;
padding-bottom:1em;
}
.entry-content p{
font-size:14pt;
line-height:20pt;
}
.navbar-default{
border:none;
background:none;
}

#home-3{
	padding: 0;
background: rgb(217,226,212); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(217,226,212,1) 40%, rgba(0,167,194,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(217,226,212,1)), color-stop(100%,rgba(0,167,194,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(217,226,212,1) 40%,rgba(0,167,194,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(217,226,212,1) 40%,rgba(0,167,194,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(217,226,212,1) 40%,rgba(0,167,194,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(217,226,212,1) 40%,rgba(0,167,194,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e2d4', endColorstr='#00a7c2',GradientType=0 ); /* IE6-9 */

}

.title-area{
	text-align: center;
	margin-bottom: 20px;
}

.title-area h1.title{
	margin-top: 0;
}

.title-area .subtitle{
	display: inline-block;
	font-size: 20px;
	line-height: 28px;
	max-width: 900px
}


/*=================================
*======= NAVIGATION ========
*===============================*/
#navigation .navbar-brand{
	text-decoration: none;
	color: #34495e;
	margin-top: 3px;
}

#navigation .navbar-brand:hover{
	text-decoration: none;
}

.navbar-brand .icon-comments{
	font-size: 34px;
	vertical-align: top;
}

.navbar-brand span{
	display: inline-block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 36px;
	line-height: 32px;
	margin-left: 5px;
	vertical-align: bottom;
}
.navbar-collapse.in{
    overflow-y: auto;
}
#navigation .navbar-nav{
}

#navigation .navbar-nav > li > a{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.navbar-collapse {
}


#carousel-main .carousel-caption{
	left: auto;
	right: auto;
	width: 100%;
	text-align: left;
	z-index: 5;
	color:#333;
	  text-shadow: 0 1px 2px rgba(255,255,255,.6);
	  margin-bottom:0;
	  padding-bottom:0;
	  bottom:0;
}

#carousel-main .prm-img{
margin-right:1em;
}
#carousel-main .carousel-inner>.item>img{
		margin: 0 auto;
	}

#carousel-main .carousel-caption h1{
	font-size: 52px;
	font-weight: 100;
	max-width:1200px;
	text-shadow:none;
	color:#333;
	padding-top:3em;
	text-shadow:0 0 6px rgba(255,255,255,.75);
	font-weight:500;
	font-family:Roboto Slab;
	line-height: 50px;	
}

.lead-list li i{
margin-right:.7em;
}
.lead-list li{
font-size:14pt;
font-weight:500;
font-family:Lato;
padding-bottom:.4em;

}
.lead-list{
list-style:none;
}
#carousel-main .carousel-caption .lead{
	margin-bottom: 30px;
	font-family:Roboto Slab;
	font-weight:400;
}

.parallax-content .carousel-control{
	top: 50%;
	width: 40px;
	height: 40px;
	background:rgba(255,255,255,.6);
	opacity: .9;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,.2);
	border-radius: 3px;
	z-index: 6;
}
.parallax-content .carousel-control i {
	line-height: 40px;
}
#carousel-main .carousel-control{
	top: 50%;
	width: 40px;
	height: 40px;
	background:rgba(255,255,255,.3);
	opacity: .9;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,.2);
	border-radius: 3px;
	z-index: 6;
}


#carousel-main .carousel-control i {
	line-height: 40px;
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(-30px);
	}

	80% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}

#carousel-main .active .bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-delay:.4s;
	-moz-animation-delay:.4s;
	-ms-animation-delay:.4s;
	-o-animation-delay:.4s;
	animation-delay:.4s;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}

	80% {
		-moz-transform: translateY(-10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}

	80% {
		-o-transform: translateY(-10px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(30px);
	}

	80% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

#carousel-main .active .bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-delay:.4s;
	-moz-animation-delay:.4s;
	-ms-animation-delay:.4s;
	-o-animation-delay:.4s;
	animation-delay:.4s;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		}	100% {
			-webkit-transform: translateX(0);
		}
	}

	@-moz-keyframes slideInLeft {
		0% {
			opacity: 0;
			-moz-transform: translateX(-2000px);
		}

		100% {
			-moz-transform: translateX(0);
		}
	}

	@-o-keyframes slideInLeft {
		0% {
			opacity: 0;
			-o-transform: translateX(-2000px);
		}

		100% {
			-o-transform: translateX(0);
		}
	}

	@keyframes slideInLeft {
		0% {
			opacity: 0;
			transform: translateX(-2000px);
		}

		100% {
			transform: translateX(0);
		}
	}


	#carousel-main .active .slideInLeft {
		-webkit-animation-name: slideInLeft;
		-moz-animation-name: slideInLeft;
		-o-animation-name: slideInLeft;
		animation-name: slideInLeft;
		-webkit-animation-fill-mode:both;
		-moz-animation-fill-mode:both;
		-ms-animation-fill-mode:both;
		-o-animation-fill-mode:both;
		animation-fill-mode:both;
		-webkit-animation-duration:1s;
		-moz-animation-duration:1s;
		-ms-animation-duration:1s;
		-o-animation-duration:1s;
		animation-duration:1s;
		-webkit-animation-delay:.3s;
		-moz-animation-delay:.3s;
		-ms-animation-delay:.3s;
		-o-animation-delay:.3s;
		animation-delay:.3s;
	}

	@-webkit-keyframes slideInRight {
		0% {
			opacity: 0;
			-webkit-transform: translateX(2000px);
		}

		100% {
			-webkit-transform: translateX(0);
		}
	}

	@-moz-keyframes slideInRight {
		0% {
			opacity: 0;
			-moz-transform: translateX(2000px);
		}

		100% {
			-moz-transform: translateX(0);
		}
	}

	@-o-keyframes slideInRight {
		0% {
			opacity: 0;
			-o-transform: translateX(2000px);
		}

		100% {
			-o-transform: translateX(0);
		}
	}

	@keyframes slideInRight {
		0% {
			opacity: 0;
			transform: translateX(2000px);
		}

		100% {
			transform: translateX(0);
		}
	}

	#carousel-main .active .slideInRight {
		-webkit-animation-name: slideInRight;
		-moz-animation-name: slideInRight;
		-o-animation-name: slideInRight;
		animation-name: slideInRight;
		-webkit-animation-fill-mode:both;
		-moz-animation-fill-mode:both;
		-ms-animation-fill-mode:both;
		-o-animation-fill-mode:both;
		animation-fill-mode:both;
		-webkit-animation-duration:1s;
		-moz-animation-duration:1s;
		-ms-animation-duration:1s;
		-o-animation-duration:1s;
		animation-duration:1s;
		-webkit-animation-delay:.4s;
		-moz-animation-delay:.4s;
		-ms-animation-delay:.4s;
		-o-animation-delay:.4s;
		animation-delay:.4s;
	}




	#carousel-main .carousel-control.left{
		left: 30px;
	}

	#carousel-main .carousel-control.right{
		right: 30px;
	}

	#carousel-main .carousel-control .icon-prev,
	#carousel-main .carousel-control .icon-next{
		font-size: 36px;
		margin-top: -14px;
	}

	#carousel-main .carousel-control .icon-next{
		margin-right: -14px;
	}

/*=================================
*======= CALL ACTION ============
*===============================*/

#call-to-action h2{
	margin: 5px 0 0;
}

/*=================================
*======= COMPANY =================
*===============================*/

.fb_iframe_widget{
top:-3px;
	}
	.google{
	margin-top:5px;
	
	}
	
.title-area .title{
font-size:42px;
}
.container .jumbotron h2{
font-size:42px;
}
.ema{
height:121px;
width:121px;
display:block;
margin-right:20px;
}
.ema-magento{
background:url(../images/ema/magento.png) no-repeat;
}
.ema-presta{
background:url(../images/ema/presta.png) no-repeat;
}
.ema-woo{
background:url(../images/ema/woo.png) no-repeat;
}
.ema-zen{
background:url(../images/ema/zen.png) no-repeat;
}
.ema-x{
background:url(../images/ema/x.png) no-repeat;
}
.ema-os{
background:url(../images/ema/os.png) no-repeat;
}
.ema-cube{
background:url(../images/ema/cube.png) no-repeat;
}
.ema-pinnacle{
background:url(../images/ema/pinnacle.png) no-repeat;
}
.ema-open{
background:url(../images/ema/open.png) no-repeat;
}
.ema-cre{
background:url(../images/ema/cre.png) no-repeat;
}
.ema-virtuemart{
background:url(../images/ema/virtuemart.png) no-repeat;
}
.ema-mijo{
background:url(../images/ema/mijo.png) no-repeat;
}
.ema-loaded7{
background:url(../images/ema/loaded7.png) no-repeat;
}


.feature-box p{
font-size:12pt!important;
line-height:18pt!important;
}
.feature-box{
	overflow: hidden;
	margin: 20px 0;
}

.feature-box-1{
	margin-right: 20px;
}

.feature-box-1 span{
	background: #82a12d;
	color: #fff;
	display: inline-block;
	width: 55px;
	height: 55px;
	text-align: center;
	border: 0 none;
	border-radius: 50%;
}

.feature-box-1 .icon-custom-style{
	font-size: 23px;
	line-height: 55px;
}

.feature-box-2{
	overflow: hidden;
}

.feature-box-2 h3{
	margin-top: 0;
}


.feature-box-1.color-2 span{
	background: #f06028;
}

.feature-box-1.color-3 span{
	background: #37c9e8;
}

.feature-box-1.color-4 span{
	background: #5d7289;
}

.feature-box-1.color-5 span{
	background: #b955d6;
}

.feature-box-1.color-6 span{
	background: #74b8e7;
}

.feature-box-1.color-7 span{
	background: #899bde;
}

.feature-box-1.color-8 span{
	background: #5dbc61;
}

/*=================================
*======= SERVICE =================
*===============================*/

#service{
	background: #f6f6f6;
	height: auto;
	width: auto;
	padding: 70px 0 65px;
	position: relative;
}

.service-box{
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
}

.service-box-1{
	margin-right: 20px;
}

.service-box-1 span{
	background: rgba(0,0,0,.3);
	color: #fff;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 3px;
}

.service-box-1 .icon-custom-style{
	line-height: 45px;
	font-size: 23px;
}

.service-box-2{
	overflow: hidden;
}

.service-box-2 h3{
	margin-top: 0;
}

/*=================================
*======= WORK =================
*===============================*/

#portfolio *{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#portfolio.page-wrapper{
	padding-bottom: 0;
}

.portfolio{
	margin-top: 60px;
}

.portfolio>div{
	padding-left: 0;
	padding-right: 0;
}

.portfolio-item .overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 400ms;
}

.portfolio-item:hover .overlay{
	opacity: 1;
}

.portfolio-item a.btn-preview{
	background: #5cb85c;
	border-radius: 100%;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: margin-top 400ms;
}

.portfolio-item:hover a.btn-preview{
	margin-top: -20px;
}

.portfolio-item a.btn-preview:hover{
	background: #47a447;
}

.pp_social {
	display: none;
}





/*=================================
*=========== COMPANY =============
*===============================*/
.page-content > p{
font-size:16pt;
line-height:20pt;
}
#company .page-content .feature-box{
	-webkit-transition: opacity 1000ms;
	cursor: pointer;
}

#company .page-content:hover .feature-box{
	opacity: .6;
}

#company .page-content:hover .feature-box:hover{
	opacity: 1;
	-webkit-transition: opacity 800ms;
}



.more-button i{
margin-right:.5em
}
.more-button{
font-size:16pt;
}
/*=================================
*=========== CLIENTS =============
*===============================*/


.partner_content_top{
background:#fff;
position: relative;
padding:2em 0 2em;
}

.partner_content_top h1{
text-align:center;
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
color:#333;
}

.partner_content_top  p{
	font-size:16pt!important;
    font-family:lato;
	font-weight:500;
	line-height:20pt;
	text-align:center;
}
#partners .title-area, #partners  h2{
color:#fff!important;
}


#partners:hover  .carousel-control.left{
display:block;
left:24px;z-index:100;
top:39%;
}
#partners:hover  .carousel-control.right{
display:block;
right:24px;
z-index:100;
top:39%;
}
.carousel-control.right, .carousel-control.left{
display:none;
}

/*=================================
*=========== CLIENTS =============
*===============================*/

/*=================================
*=========== testimonials =============
*===============================*/
.testimonials-item .testimonials-title{
text-align:left;
display:block;	
width:100%;
padding-top:2em;
padding-bottom:.3em;
padding-left:2.4em;
font-style:italic;
}
.excerpt .fa {
color:#555;
}
.testimonials-item p{
font-size:14pt;
text-align:left;
padding:0 3em;
font-style:italic;
color:#444;
}
.testimonials-item{
padding:0 2em;
min-height:280px;
}
#testimonials{
background-repeat:no-repeat;
background-size:512px;
background-position:right bottom;
}
.testimonials-img{
max-width:50px;
overflow:hidden;
text-align:right;
display:inline-block;
position: relative;
    top: -50px;
}
#testimonials .twrp{
margin-right:3em;
max-height:60px;
}

#testimonials .tlink{
color:#555;
font-size:11pt;
}

#testimonials .excerpt{
font-size:14pt;
}
#testimonials .tname{
font-weight:bold;
font-size:14pt;
}
#testimonials .tname, #testimonials .tlink{
padding-right:60px;
text-align:right;
padding-bottom:.1em;

}
#testimonials .title-area{
margin-bottom:2em;
}
#testimonials .carousel-caption{
position:relative
}
#testimonials:hover  .carousel-control.left{
display:block;
left:0;
}
#testimonials:hover  .carousel-control.right{
display:block;
right:0;
}
.carousel-control.right, .carousel-control.left{
display:none;
}
/*=================================
*=========== testimonials =============
*===============================*/

#footer{
	background: #201f1c;
	position: relative;
	width: 100%;
	height: auto;
	padding: 70px 0 35px;
	color: #fff;
}

.widget-box{
	margin-bottom: 40px;
}

.wgt-title{
	font-size: 20px;
	margin-top: 0px;
}

.widgets-desc{
	overflow: hidden;
}

.social-icon{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 0px;
	margin-top: 10px;
}

.social-icon li{
	display: inline-block;
	background: #2c3c4c;
	font-size: 14px;
	height: 32px;
	width: 32px;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,.1);
	margin-left: 3px;
	margin-right: 4px;
	vertical-align: text-bottom;
	transition:background .4s ease-in-out 0s;
}

.social-icon li:first-child{
	margin-left: 1px;
}

.social-icon li:last-child{
	margin-right: 0px;
}

.social-icon li a{
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.social-icon li a .sl-icon{
	font-size: 18px;
	line-height: 32px;
}

.social-icon li:hover{
	background: #23313e;
}

.latest-blog{
	padding-top: 5px;
}

.latest-blog h5{
	font-size: 15px;
	margin-top: 0px;
}

.latest-blog small{
	color: #b3b8be;
}

.photo-gallery ul{
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	list-style: none;
}

.photo-gallery ul li{
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	width: 60px;
}

.photo-gallery ul li:nth-child(4n){
	margin-right: 0px;
}

.subscribe{
	margin-bottom: 10px;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,.2);
}

.subscribe input{
	border-radius: 0;
	font-size: 14px;
}

.subscribe input:focus{
	box-shadow: none;
	border: 1px solid #CCCCCC;
}

.subscribe button, .subscribe button:hover{
	color: #fff;
	background: #ce4028;
	border: 1px solid #ce4028;
	border-radius: 0;
}

#partner-carousel{
max-width:1180px;	
width:100%;
margin:0 auto;
}
@media (max-width: 1660px) {
	.prm-img {
		max-width:320px;
	}
}
@media (max-width: 1340px) {
	.prm-img {
			max-width:280px;

		}
		#carousel-main .carousel-caption h1{
		padding-top:1em;
	}
}

@media (max-width: 1185px) {
	.prm-img {
			max-width:230px;
			margin-right:1em;
		}
	#carousel-main .carousel-caption h1{
	padding-top:0;
	}
	
	#carousel-main .carousel-caption .lead{
		margin-bottom:1em;
	}
}
@media (max-width: 1024px) {
	.prm-img {
			max-width:230px;
			margin-right:2em;
		}
	#carousel-main .carousel-caption h1{
		padding-top:.3em;
	}
	#carousel-main .carousel-caption .lead{
		margin-bottom:.5em;
	}
}
@media (max-width: 880px) {
	#carousel-main .carousel-caption {
		bottom: 10%;
	}
	#carousel-main .carousel-caption h1 {
		font-size: 32px;
		line-height:32px;
	}
	

}
@media (max-width: 995px) {
	.prm-img {
		display:none		
	}
}

@media (min-width: 768px) and (max-width: 995px){
.lead-list li{text-shadow:0 0 12px #8dc4cf, 1px 1px 1px #fff ;}

	.tel{
	font-size:10pt!important;
	width:150px;
	}
	.prm-img {
	display:none;
	}
	#navigation .navbar-nav > li > a {
		padding: 25px 14px !important;
	}
	#carousel-main .carousel-caption{
	/*background:rgba(1,166,195,.5)*/
	}
	#carousel-main .carousel-caption {
		bottom: 10%;		
	}

	#team-carousel .carousel-control.left{
		left: 0;
	}

	#team-carousel .carousel-control.right{
		right: 0;
	}

	#carousel-main .carousel-caption h2 {
		font-size: 38px;
		font-weight: 300;
	}

}

	
@media (max-width: 1000px) {

.lead-list{display:none;}
	.logotype{
		margin:0 auto;
		width:191px;
		display:block;
		
	}
	.site-header{
	/*padding:1em 0!important;*/
	}
	
	.site-header .top-widget{
		display:none!important;
	}
	.navbar-header .top-widget .soc{
	border-left:none;
	padding-left:0;
	margin-left:0;
	margin-right:1em;
	}
	

	.navbar-header .top-widget .soc, .navbar-header .top-widget .tool{
	float:none;
	}
	.navbar-header .top-widget{
		margin-left:15px;
		margin-top:1em;
		border-bottom:1px solid #e2e2e2;
	}
	
	#navigation .navbar-nav{
		float: none;
	}

	#navigation.navbar {
		padding: 10px 0;
	}

	#navigation .navbar-brand{
		padding-top: 3px;
		padding-bottom: 0px;
	}

	#navigation .navbar-nav > li > a {
		padding: 10px 25px !important;
	}

	#slider{
		background:#000;
	}

	#carousel-main .carousel-caption{
		bottom: 16%;
		text-align: center;

	}



	#carousel-main .carousel-caption h1 {
		font-size: 34px;
		font-weight: 300;
	}

	#carousel-main .carousel-caption .lead {
		margin-bottom: 30px;
	}

	#team-carousel .carousel-control.left{
		left: 0;
	}

	#team-carousel .carousel-control.right{
		right: 0;
	}
}

@media(max-width: 479px){

	#navigation .navbar-brand {
		margin-top: 5px;
	}

	#carousel-main .carousel-caption .btn {
		display: none;
	}

	
	#carousel-main .carousel-caption h1 {
		font-size: 20px;
	}

	#carousel-main .carousel-caption .lead {
		margin-bottom: -20px;
			font-size: 14px;
	}

	#footer {
		text-align: center;
		font-size: 13px;
	}

	.post-content.media .pull-left {
		float: none !important;
		margin-bottom: 40px;
		border-right:none !important;
	}
}


/*  product shortcode */
.product-block .btn-success{
}
.product-block .su-post-title{
text-align:center;
}
.product-block .su-post-title a{
font-size:22pt;
text-align:center;
}
.product-block .su-post-excerpt{
min-height:340px;
position:relative;
}
@media(max-width:990px){
.product-block .su-post-excerpt{
min-height:220px;
}
}
@media(max-width:780px){
.product-block .su-post-excerpt{
min-height:80px;
}
}
.product-img {
margin-right:3em;
        margin-top: 2em;
}

.product-box-nav a{
    color:#fff;
    text-decoration: underline;
}
.product-box-nav{
margin-left:1.2em;
}
#product-box{
margin-bottom:2em;
border-bottom:1px solid #e2e2e2;
padding:2em 0;
background: url(/i/pbg.jpg) 50% 0 no-repeat fixed;
    max-height: 300px;
 display:block;
}
.product-box-2 ul li{
font-size:14pt;
line-height:20pt;
padding-bottom:.2em;
    color:#fff;
}
.product-box-2 ul{
list-style-image:url(/i/been.png);
display:block;	
padding-top:.5em
}

@media(max-width:768px){
   .product-box-2{
       display:none;
    } 
    
    .product-1{
        margin-top:5em;
    }
}
@media(max-width:1220px){

    .product-box-2 h1{
        font-size:16pt!important;
        color:#fff;
    }
    
    .product-box-2 ul li{
    font-size:12pt;
    line-height:16pt;
    padding-bottom:.2em;
        color:#fff;
    }

}
.product-box-2 h1{
    color:#fff;
	font-size:24pt;
	padding-top:0;
	margin-top:0;
}
.product-box-2 .buynow p{
    text-align: center;
    padding: .7em 0;
    color:#fff;
}


.product-box-2 .plans a, .product-box-2  .tryfree a{
width:100%;
height:100%;
color:#fff;
display:block;
text-align:center;
line-height:80px;
padding:0 .3em;	
font-size:13pt;
border-radius:1px;

	 -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -ms-transition: All .3s ease;
    -o-transition: All .3s ease;
    transition: All .3s ease;

}
.product-box-2 .plans a:hover{
opacity:.5;
background:#65a832;
color:#fff;
}
@media(max-width:990px){
	 .plans a, .tryfree a{
	margin-bottom:1em;
	} 
}
.product-box-2 .plans a{
border:#65a832 1px solid;
min-height:80px;
    background: rgba(255,255,255,.1);
}

.product-box-2 .tryfree a:hover{
opacity:.8;
background:#f7c631 ;
color:#fff;
}
.product-box-2 .tryfree a{
border:#f7c631 1px solid;
min-height:80px;
       background: rgba(255,255,255,.1);
}




.product-box-2 .plans a, .product-box-2  .tryfree a{
width:100%;
height:100%;
color:#fff;
display:block;
text-align:center;
line-height:80px;
padding:0 .3em;	
font-size:13pt;
border-radius:1px;

	 -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -ms-transition: All .3s ease;
    -o-transition: All .3s ease;
    transition: All .3s ease;

}
.product-box-2 .plans a:hover{
opacity:.5;
background:#65a832;
color:#fff;
}
@media(max-width:990px){
	 .plans a, .tryfree a{
	margin-bottom:1em;
	} 
}
.product-box-2 .plans a{
border:#fff 1px solid;
min-height:80px;
}

.product-box-2 .tryfree a:hover{
opacity:.8;
background:#f7c631 ;
color:#fff;
}
.product-box-2 .tryfree a{
border:#fff 1px solid;
min-height:80px;
}



.product-box-2 h1 span{
    display: block;
    width:100%;
    text-align: center;
}

.contact-info{
margin:2m 0;
}
.contact-info .panel ul{
list-style:none;
margin:1em 0;
}
.contact-info .panel{
margin-left:2em;
max-width:400px;
}

.ss-q-help{
font-size:10pt;
color:#666;
font-weight:normal;
}
/*form*/


.partner_bekome .title{
font-size:30pt;
margin-bottom:1em;
}
/*-------*/

.page-template-default .partner_bekome .ss-q-title, .page-template-remove .partner_bekome .ss-q-title{
    padding-left: 1em;
    
}
.page-template-default .ss-section-header, .page-template-remove e .ss-section-header{
    background: #fff!important;
}
.page-template-default .partner_bekome .ss-secondary-text, .page-template-remove .partner_bekome .ss-secondary-text {
    padding-left:2em;
    
}
.page-template-default .partner_bekome, .page-template-remove .partner_bekome{
 
    background: #fff!important;
}

/*----*/

.partner_bekome{
background:#f7f7f7;
padding:2em 0;
}
.partner_bekome #ss-submit:hover{
background:#4b7f14;
}
.partner_bekome #ss-submit{
display:inline-block;
color:#fff;
background:#71b02f;
padding:.8em 1.5em;
margin-bottom:.5em;
font-size:22pt;
transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
 font-family:lato;
 border:none;
}
@media(max-width:420px){
.partner_bekome .ss-q-short {
padding:.2em;
}
.partner_bekome textarea.ss-q-long{
padding:.2em;
font-size:18pt;

}
}
.partner_bekome input.error-message{
color:#666;
}


.partner_bekome .ss-radio label .ss-choice-item-control{
background:#fff;
padding:.1em .3em 0;
border-radius:50%;
}
.partner_bekome .ss-radio label{
font-size: 14pt;
    color: #333;
    padding: .3em 0;
}
.partner_bekome .ss-select {
    background:#fff!important;
color:#444;
padding:.5em;
font-size:20pt;
font-weight:700;
border:none;
}
.partner_bekome .ss-q-short {
background:#fff!important;
color:#444;
padding:.5em;
    margin-left:1em;
font-size:20pt;
font-weight:700;
border:none;
}
.partner_bekome textarea.ss-q-long{
background:#fff!important;
border:none;
font-size:20pt;
font-weight:500;
padding:.5em;
margin-bottom:.5em;
color:#444!important;
}

.partner_bekome .error-message{
padding:.5em 1.3em;
background:#f77b5b;
color:#fff;
margin-left:.7em;
}
.partner_bekome .ss-q-title{
font-size:20pt;
font-weight:700;
padding-right:1em;
color:#444;
padding-left:1em;
}
.partner_bekome ol{
margin-left:0;
padding-left:0;
}
.partner_bekome .ss-item{
margin-top:1em;
padding:1em .5em;
background:#e4e4e4
}
.partner_bekome .ss-paragraph-text .ss-q-title {
padding-bottom:.5em;
padding-left:.5em;
}
.partner_bekome .ss-paragraph-text textarea{
width:95%;
margin-left:.5em;
}
.partner_bekome .ss-form-desc{
}
/*--partner--*/


.partner-wall-item{
	z-index:100;
	min-height:150px;
	position:relative;	
   -webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all 1s .1s ease-in-out;
}

.partner-wall-img img{
margin-left:0;
width:100%;
max-height:187px;
}

#partners .partner-wall-img{
position:relative;
margin-bottom:1em;
overflow:hidden;
border-radius:12px;
padding:12px;
background:rgb(10, 95, 170)
}
.wall-partner-title{
color:#fff;
display:block;
font-size:22pt;
margin-bottom:.8em;
font-family:Roboto Slab	;
}
.partner-wall-hide a{
background:#f7f7f7;
padding:.3em .9em;
border-radius:6px;
font-weight:bold;
font-family:Roboto Slab	;
font-size:16pt;
box-shadow:0 0 0 10px rgba(0,0,0,.15);
}

.partner-wall-item .partner-wall-img:hover .partner-wall-hide{
  opacity: 1;
  display:block;
  background:rgba(0,0,0,.55);
  position:absolute;
  width:100%;
  height:100%;
  box-shadow:0 0 120px rgba(0,0,0,.85) inset;
  opacity:1;
   
}
.partner-wall-hide {
	padding-top:19%;	
	text-align:center;
	opacity:0;
	border-radius:12px;
    position:absolute;
	top:0;
    left:0;
	width:100%;
	height:100%;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-ms-transition: All .5s ease;
	-o-transition: All .5s ease;
	transition: All .5s ease;
}


.big_bad_button:hover{
background:#4b7f14;
color:#f7f7f7;
}
.big_bad_button .fa{
margin-right:.5em;
}
.big_bad_button{
display:block;
color:#fff;
background:#71b02f;
padding:.4em .6em;
margin-bottom:.5em;
font-size:24pt;
line-height:26pt;
transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
 font-family:lato;
 text-align:center;
 max-width:720px;
 margin:0 auto;
}
div.error-message{
display:none
}

/*----partner main pages css-------*/
.twobox ul li{
font-size:12pt;
}
.twobox .h4 + p{
font-size:13pt!important;
min-height:140px;
border-bottom:1px solid #e2e2e2;
}
.twobox {
min-height:270px;	
}
.twobox .h4{
font-weight:bold;
font-size:18pt;
color:#333;
padding-bottom:1em;	
}
.img-button-partner:last-child{
margin-right:0;	
}
.img-button-partner:hover{
opacity:.9;
}
.img-button-partner{
margin-right:.2em;
margin-bottom:.2em;
min-width:66px;
min-height:66px;
}
.bestseller .h1{
color:#fff; 
font-family: "Roboto Slab";
font-weight: 700; 
padding-right:.5em;
vertical-align:middle;
text-align:center;
font-size:24pt;
line-height:48pt;
}
.partner p{
font-size:14pt;
line-height:20pt;
}
.partner h1{
text-align:center;
font-size:34pt;
padding-bottom:.5em;
margin-bottom:.5em;
border-bottom:1px solid #f0f0f0;

}

.partner_main_header .img_partner_header{
line-height:1;
}
.partner_main_header img{
position:absolute;
bottom:0;
margin:0 auto;
width:100%;
}
.partner_main_header {
position:relative;
z-index:4;
min-height:557px;
max-height:559px;
overflow:hidden;
}
.partner_header_content .h1{
font-size:42pt;
background:rgba(250,102,0,.9);
border-radius:2px;
border-top:1px solid #ff7e25;
color:#fff;
}
.partner_header_content .h2{
font-size:24pt;
color:#333;
background:rgba(255,255,255,.9)
}
.partner_header_content .h3{
font-size:18pt;
color:#333;
background:rgba(255,255,255,.8)
}
.partner_header_content .h3,.partner_header_content .h2,.partner_header_content .h1 {

display:inline-block;
padding:.1em .5em .1em 10px;
margin:.2em 0;
}

.sweet_well input{
margin-left:.5em;
padding:.3em .5em;
font-size:13pt;
}
.sweet_well{
margin:1em 0;
font-size:12pt;
}

.partner_addi_form .h2{
text-align:center;
padding-bottom:.5em;
font-family: "Roboto Slab";
font-weight: 700;
}
.partner_addi_form{
padding:2em 0;
font-family: "Roboto Slab";
font-weight: 700;
color: #555;
}
/*-- individual configs */


.postid-2734 .partner_header_content .partner_free_pos .list-wrapper {

}
.postid-2734 .partner_header_content .partner_free_pos ul li{
background:rgba(255,255,255,.4);
padding:.3em .7em;
font-weight:bold;
font-size:12pt;
}
.postid-2734 .partner_header_content{
top:5%;
}
.postid-2733 .partner_header_content{
 top:60%;
}
.postid-2733 .partner_free_pos{
padding-left:10em;

}

.postid-2736  .partner_features .col-xs-12  {min-height:200px;}
.postid-2736  .partner_features .col-xs-12 .fa {float:right}

.postid-2828 .partner_features .col-xs-12 .fa {float:right}
.postid-2828 .partner_features .col-xs-12 p{
max-width:420px;
}
.postid-2823 .partner_features .col-xs-12{
min-height:130px;
}
.postid-2732 .partner_features .features_smalb{
min-height:280px;
}
.postid-2829 .partner_features .col-xs-12{
min-height:140px;
}
.postid-2828 .partner_features .col-xs-12{
min-height:140px;
}
.postid-2729 .partner_features .col-xs-12{
min-height:230px;
}
.postid-2735 .partner_features .col-xs-12{
min-height:210px;
}
.postid-2734 .partner_features .col-xs-12{
min-height:230px;
}
.postid-2733 .partner_features .col-xs-12{
min-height:230px;
}
.postid-2738 .partner_features .col-xs-12{
min-height:200px;
}
.postid-2738 .partner_header_content{
 top:70%;
}
.brunoh1{
font-size:28pt!important;
}
.bruno, .brunoh1{
}
/*-- individual configs */
@media(max-width:1280px){
.postid-2738 .partner_header_content, .postid-2733  .partner_header_content {
margin-top:1em;
 position:relative;
}
}
.partner_header_content{
  left: auto;
  right: auto;
  width: 100%;
  top: 20%;
  margin-bottom: 0;
  padding-bottom: 0;
  z-index: 5;
  position: absolute;
}

.partner_main{
padding-bottom:2em;
}
.partner_features .h4{
font-weight:bold;
}
.partner_features .partner_features_title{
font-size:24pt;
margin:1.5em 0;
color:#333;
text-align:center;
}
.partner_features .fa{
color:rgba(250,102,0,1);
}
.partner_features .partner_features_text{
padding-right:0;
margin-right:0;
font-size: 12pt;
line-height: 16pt;
}

.partner_features .col-lg-3{
min-height:160px;
margin:0 auto .5em;
}
.partner_features{
background:#f0f0f0;
}

.partner_order_services .h2{
text-align:center;
padding-bottom:1em;
color:#fff;
font-family: "Roboto Slab";
font-weight: 700;
}
.partner_order_services{
background:rgb(30, 115, 190);
padding:3em 0;
}
/* custom form */
.partner_order_services .ss-form-entry .ss-q-short{
background:#fff;
border:none;
padding:.3em .4em;
color:#333;
font-size:14pt;
margin-left:.5em;
}
.partner_order_services #ss-submit{
  display: inline-block;
  color: #fff;
  background: #71b02f;
  padding: .8em 1.5em;
  margin-bottom: .2em;
  font-size: 22pt;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  font-family: lato;
  border: none;
}
.partner_order_services .ss-q-long{
background:#fff;
display:block;
border:none;
padding:.3em .4em;
color:#333;
font-size:14pt;
margin:.5em 0;	
width:99%;
}
.partner_order_services .error-message{
margin-left:1em;
}
.partner_order_services .ss-form-entry{
padding:.4em .5em;
margin:1em 0;
background:rgba(255,255,255,.3);
color:#fff;
font-size:14pt;	
}

.features_smalb .h4{
padding:.5em 0 .3em;
}
.features_smalb{
text-align:center;
min-height:240px;
}

/*testimonials parnter*/
.partner_testimonial h2{
text-align:center;
color:#333;
margin-bottom:1em;
font-size:32pt;
color:#555;
}
.partner_testimonial .fa-quote-left + span{
display:inline-block;
padding:12px 44px;

}
.partner_testimonial .partner_name{
font-size:18pt;
font-weight:bold;
}
.partner_testimonial .partner_company{
font-size:14pt;
}
.partner_testimonial .partner_name, .partner_testimonial .partner_company{
text-align:right;
width:100%;
display:block;
}
.partner_testimonial{
padding:2em 0;
}
.quote_box .fa-quote-right{
float:right;
margin-bottom:.5em;
}
.quote_box .fa-quote-left{
float:left;
}
.quote_box .fa-quote-right, .quote_box .fa-quote-left{
color:#d2d2d2;
}
.site-content .partner-wall-img img{
max-height:640px!important;

}
@media(max-width:770px){
.site-content .partner-wall-img{
margin: 1em;
}
.site-content .partner-wall-img img{
max-height:640px!important;

}
.partner-wall-img {
margin: 1em 10em;
}
.partner-wall-img img{

max-height:640px;
}

.partner_header_content{
text-align:center;
top:10%;
}

.partner_header_content .h1{
font-size:22pt;
background:rgba(250,102,0,.9);
border-radius:2px;
border-top:1px solid #ff7e25;
color:#fff;
}
.partner_header_content .h2{
font-size:14pt;
color:#333;
background:rgba(255,255,255,.9)
}
.partner_header_content .h3{
font-size:120pxpt;
color:#333;
background:rgba(255,255,255,.8)
}
}

/*meet team*/

/*=================================
*=========== CAREER =============
*===============================*/


#team-carousel{
	margin-top: 50px;
}

 .carousel-control{
	background: transparent;
	width: 20px;
	height: 60px;
	opacity: .6;
	text-shadow:none;
}
 .carousel-control i{
	width: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(148, 148, 148, 0.61);
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	opacity: .9;
}
 .carousel-control i:hover{
	background: #34495E;
}
 .carousel-control.left i{
	border-radius: 3px 0 0 3px;
}
 .carousel-control.right i{
	border-radius: 0 3px 3px 0;
}
.carousel-control.left{
	background: transparent;
	left: -20px;
	top: 40%;
}
.carousel-control.right{
	background: transparent;
	right: -20px;
	top: 40%;
}

 .carousel-control .icon-angle-left,
.carousel-control .icon-angle-right{
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
	margin:0;
	padding: 0;
	width: auto;
	height: auto;
	position: relative;
	top: -3px;
	left: auto;
	color: #8a8a8a;
	text-shadow:none;
}


.team-box{
	overflow: hidden;
	text-align: center;
	background: #fff;
	-webkit-transition: 800ms;
}

.team-image img{
	width: 100% !important;
}

.team-box:hover {

}

.team-box:hover ul.social li a {
	color:#fff;
}

.team-box:hover .team-image img {
	opacity: .6;
}


.team-desc{
	padding: 15px;
}

.team-box ul.social{
	list-style: none;
	padding: 0;
	margin: 0;
}

.team-box ul.social li{
	display: inline-block;
	margin: 0 5px;
}

.team-box ul.social li a {

}

/*meet team*/
@media(max-width:728px){
.meet_team_header .meet_team_inner h1{
font-size:22pt;
}
}
@media(max-width:1024px){
.meet_team_header .meet_team_inner h1{
font-size:32pt;
}
}

.meet_team_header .meet_team_inner p{
font-size:16pt;
line-height:20pt;
padding:.3em;
margin:0 0 1em 0;
max-width:452px;
color:#fff;
text-shadow:0 5px 24px rgba(0,0,0,.55);
}
.meet_team_header .meet_team_inner h1{
color:#fff;
font-size:42pt;
padding:.1em .2em;
display:inline-block;
max-width:662px;
text-shadow:0 5px 24px rgba(0,0,0,.55),  0 0 1px rgba(0,0,0,.85);
}
.meet_team_header .meet_team_inner{
padding-top:3%;

}
.meet_team_header{
background:url(/i/emagicone_company_building.jpg) no-repeat 0 50% fixed;
min-height:304px;
margin-bottom:1em;
}
.ss-form-entry .ss-q-short, .ss-form-entry textarea {
background:#fff!important;
border:1px solid #d2d2d2!important;
}
.refund-form .ss-form-entry input, .refund-form .ss-form-entry textarea, .leave_testi input, .leave_testi textarea{
border-radius:4px;
padding:4px 5px;
background:#fff!important;
border:1px solid #d2d2d2;
width:auto;
display:block;
}
.leave_testi ol{
list-style:none;
margin-left:0;
padding-left:0;
margin-top:1em;
}
.leave_testi .ss-q-title{
padding-right:1em;
}
.refund-form .ss-form-entry, .leave_testi .ss-form-entry {
margin-bottom:1em;
}
.refund-form .ss-form-entry ul li, .leave_testi .ss-form-entry ul li{
padding-left:1em;
}


.leave_testi .ss-form-entry ul{
border-radius:4px;
padding:6px;
border:1px solid #d2d2d2;
max-width:360px;
margin-top:1em;
margin-bottom:1em;
}
.refund-form ol, .refund-form ul, .leave_testi ul{
margin-left:0!important;
padding-left:0!important;
}


.partner_features_shipping .col-xs-12 .fa{
color:#71b02f
}
.partner_features_shipping .col-xs-12{
margin-bottom:2em;
}
.partner_features_shipping h3{
  font-size: 24pt;
  margin: 1.5em 0;
  color: #333;
  text-align: center;
}
.partner_features_shipping{
padding:2em 0;
}

.simple-header h1{
padding-left:15px;
font-size:48pt;
	/*color:#00a0e3;*/
	color:#fff;
	text-align:center;
	text-shadow:0 5px 24px rgba(0,0,0,.55),  0 0 1px rgba(0,0,0,.85);
	padding-top:6%;
}
.simple-header{
margin-left:0;
margin-right:0;
height:300px;
margin-top:-50px;
padding:2em 0;
margin-bottom:2em;
background:url(/i/note.jpg) no-repeat top fixed;
}

.container  .col-md-6 iframe{width:100%!important}

.page-infographic .img-responsive{
margin:0 auto;
}


.beet {color:#e53766}
.green {color:#00a388}
.orange{color:#f05c35}

.beet-border {border:1px solid #e53766}
.green-border {border:1px solid #00a388}
.orange-border {border:1px solid #f05c35}

.beet-bg {background-color:#e53766}
.green-bg {background-color:#00a388}
.orange-bg {background-color:#f05c35}



/*---- about page ----*/

.about-us-page h1{
	font-size:48pt;
	/*color:#00a0e3;*/
	color:#fff;
	text-align:center;
	text-shadow:0 5px 24px rgba(0,0,0,.55),  0 0 1px rgba(0,0,0,.85);
}
.about-us-page{
    background: url(/i/about.jpg) repeat-x fixed;
    min-height: 300px;
	margin-bottom:1em;
	padding-top:5%;
}


/*--- about-1 ---*/


.about-1{
padding:2em 0;
text-align:center;
border-bottom:1px solid #e2e2e2;
}

.about-1 p{
	font-size:14pt;
	line-height:18pt;
	font-weight:500;
	text-align:center;
	padding:.3em 0;
}
.about-1 .more-button{
	border:1px solid #428bca;
	border-width: 1px 1px 1px !important;
	color:#428bca;
	margin:1em 0;
}


.about-1 h2{
	font-size:32pt;
	font-family:lato;
	font-weight:300;
	line-height:32pt;
}
.about-1 .h1{
	font-size:48pt;
	font-family:lato;
	font-weight:300;
	line-height:50pt;
}
/*--- end about-1 ---*/

/*--- about-2 ---*/
.about-2 h2{
text-align:center;
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
}
.about-2 p{
	font-size:14pt;
	font-family:lato;
	font-weight:500;
	line-height:18pt;
}
.about-2{
	
	padding:2em 0 3em;
	background:#f7f7f7;
	border-bottom:1px solid #e2e2e2;
}
/*--- end about-2 ---*/

/*--- about-3 ---*/
.about-3 h3{
font-family:lato;
font-weight:500;
text-align:center;
}
.about-3 h2{
text-align:center;
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
}

.about-3 p{
	font-size:14pt;
    font-family:lato;
	font-weight:500;
	line-height:18pt;
}
.about-3 .images img:hover{
opacity:.8
}

.about-3 .images .su-lightbox > div{
margin-bottom:1em;
}
.about-3 .images .su-lightbox > div.beet-video {
background:url(/i/play43-beet.png) no-repeat center center;
}

.about-3 .images .su-lightbox > div.orange-video {
background:url(/i/play43-orange.png) no-repeat center center;
}


.about-3 .images img{
display:block;
border-radius:6px;
overflow:hidden;
cursor:pointer;
margin:0 auto;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -ms-transition: All .3s ease;
    -o-transition: All .3s ease;
    transition: All .3s ease;
	
	background:#f7f7f7;
	
	box-shadow:0 22px 32px rgba(0,0,0,.25)
}
.about-3 .images{
padding:2em 0;
margin:1em 0;
}
.about-3{
	
	padding:2em 0 4em;
	background:#fff;
	border-bottom:1px solid #e2e2e2;
}
/*--- end about-3 ---*/

.fotoframe{
border-radius:6px;
}

/*--- about-4 ---*/
.about-4 .col-md-7{
padding-top:3%;
}
.about-4 h3{
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
}

.about-4 h2{
text-align:center;
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
}

.about-4 p{
	font-size:16pt;
    font-family:lato;
	font-weight:500;
	line-height:20pt;
}
.about-4{
	padding:3em 0 3em;
	background:#edfaff;
	border-bottom:1px solid #e2e2e2;
}
/*--- end about-4 ---*/

/*--- about-5 ---*/
.about-5 h2{
text-align:center;
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
}

.about-5 p{
	font-size:14pt;
    font-family:lato;
	font-weight:500;
	line-height:18pt;
}
.about-5{
	
	padding:2em 0 3em;
	background:#fff;
	border-bottom:1px solid #e2e2e2;
}
/*--- end about-5 ---*/


/*---- end about page ----*/


/*---- meat team content ----*/

.meet_team_content{
border-top:1px solid #e2e2e2;
padding:2em 0;
margin-top:2em;
background:#fdf4ee
}

.meet_team_content ul{
	font-size:14pt;
    font-family:lato;
	font-weight:500;
	line-height:18pt;
	margin-top:0;
	padding-top:0;
}
.meet_team_content p{
	font-size:14pt;
    font-family:lato;
	font-weight:500;
	line-height:18pt;
}


.meet_team_content h3{
text-align:left;
width:100%;
font-size:22pt;
font-family:lato;
font-weight:300;
}


.meet_team_content h2{
text-align:center;
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
}
/*---- end meat team content ----*/

/*---- affiliate page ----*/
.affiliate-page h1{
	font-size:48pt;
	/*color:#00a0e3;*/
	color:#fff;
	text-align:center;
	text-shadow:0 5px 24px rgba(0,0,0,.55),  0 0 1px rgba(0,0,0,.85);
}
.affiliate-page{
    background: url(/i/workspace.jpg) 0 50% fixed;
    min-height: 300px;
	margin-bottom:1em;
	padding-top:5%;
}

/*--- affiliate-1 ---*/
.affiliate-1 h2{
text-align:center;
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
color:#333;
}

.affiliate-1 p{
	font-size:16pt;
    font-family:lato;
	font-weight:500;
	line-height:20pt;
}
.affiliate-1{
	padding:2em 0 3em;
	background:#fff;
}
/*--- end affiliate-1 ---*/


/*--- affiliate-2 ---*/
.affiliate-2{
background:#edf9fe
}
.affiliate-2 h2{
text-align:center;
width:75%;
margin:0 auto;
font-size:32pt;
padding-bottom:1em;
padding-top:.6em;
font-family:lato;
font-weight:300;
color:#333;
}

.affiliate-2 h4{
text-align:left;
width:100%;
display:block;
padding:.5em .5em .5em 140px;
margin:2em 0;
font-size:22pt;
line-height:34pt;
font-family:lato;
font-weight:300;
background:url(/i/sand.png) no-repeat left center;

}
.affiliate-2 h4 span{
border-bottom:2px dashed #e53766;
font-weight:700
}
.affiliate-2 .paps{

}
.affiliate-2 h3{
text-align:left;
width:100%;
font-size:16pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
min-height:74px;
background-position:right center;
background-size:contain;
background-repeat:no-repeat;
color:#fff;
display:block;
padding:.5em .5em .2em .5em;
margin-bottom:1.5em;


border-radius:16px 0 16px 0;
}
@media(min-width:990px){
.affiliate-2 .col-sm-6{
min-height:320px;
}
}
@media(max-width:990px){
.affiliate-2 h3{
font-size:20pt;
line-height:20pt;
padding:.4em 2em .2em .2em;

}
}
.affiliate-2 p{
	font-size:16pt;
    font-family:lato;
	font-weight:500;
	line-height:20pt;
}
.affiliate-2{
	padding:2em 0 1em;
	border-bottom:1px solid #e2e2e2;
}
/*--- end affiliate-2 ---*/



/*--- affiliate-3 ---*/
.affiliate-3 h2{
text-align:center;
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;color:#333;
}

.affiliate-3 p{
	font-size:16pt;
    font-family:lato;
	font-weight:500;
	line-height:20pt;
}
.affiliate-3{
	padding:3em 0 4em;
	background:#fff url(/i/globe.png) 0 50% no-repeat fixed;

}
/*--- end affiliate-3 ---*/



/*--- affiliate-4 ---*/
.affiliate-4 .h2{
display:block;
text-align:center;
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
color:#333;
}

.affiliate-4 ul li{
	font-size:16pt;
    font-family:lato;
	font-weight:500;
	line-height:20pt;
}
.affiliate-4{
	padding:4em 0 5em;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.affiliate-4 .apply .fa{
margin-right:.2em;
}
.affiliate-4 .apply{
width:100%;
vertical-align:middle;
font-size:22pt;
}
/*--- end affiliate-4 ---*/



/*--- affiliate-5 ---*/
.affiliate-5 a{
color:#e1d513;
font-weight:500;
}
.affiliate-5 .h2{
display:block;
text-align:center;
width:100%;
display:block;
font-size:24pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
color:#fff;
}

.affiliate-5 p{
	font-size:16pt;
    font-family:lato;
	font-weight:500;
	line-height:20pt;
}
.affiliate-5{
	padding:3em 0 4em;
	background:#0986d9 url(/i/warn.png) 94% -60px no-repeat;

}
/*--- end affiliate-5 ---*/


/*--- affiliate-6 ---*/
.affiliate-6 a{
color:#e1d513;
font-weight:500;
}
.affiliate-6 .h2{
text-align:center;
width:100%;
display:block;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;color:#333;
}

.affiliate-6 p{
	font-size:16pt;
    font-family:lato;
	font-weight:500;
	line-height:20pt;
}
.affiliate-6{
	padding:3em 0 3em;
	

}
/*--- end affiliate-6 ---*/

/*--- affiliate-7 ---*/

.affiliate-7 a{
color:#f90;
font-weight:500;
}
.affiliate-7 .h3{
text-align:center;
display:block;
width:100%;
font-size:18pt;
font-family:lato;
font-weight:300;
color:#333;
padding:2em 0;
border-top:1px solid #e2e2e2;
margin:1em 0;
}

.affiliate-7 h2{
text-align:center;
width:100%;
display:block;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;color:#333;
}

.affiliate-7 p{
	font-size:16pt;
    font-family:lato;
	font-weight:500;
	line-height:20pt;
}

.affiliate-7  .row{
padding-top:1.5em;
}
.affiliate-7{
	padding:3em 0 3em;
	background:url(/i/cobranding.png) fixed;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}
/*--- end affiliate-6 ---*/

/*---- end affiliate page ----*/



/*---- products page ----*/

.products-page h1{
	font-size:68pt;
	line-height:68pt;
	/*color:#00a0e3;*/
	color:#fff;
	text-align:center;
	text-shadow:0 5px 24px rgba(0,0,0,.55),  0 0 1px rgba(0,0,0,.85);
}
.products-page h2{
	font-size:28pt;
	line-height:28pt;
	/*color:#00a0e3;*/
	color:#f7f7f7	;
	text-align:center;
	text-shadow:0 5px 24px rgba(0,0,0,.55),  0 0 1px rgba(0,0,0,.85);
}
.products-page{
    background: url(/i/products.jpg) repeat-x fixed bottom left;
    min-height: 300px;
	margin-bottom:1em;
	padding-top:3%;
}

/*--- products-1 ---*/
.products-1 h2{
text-align:center;
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
color:#333;
}

.products-1 p{
	font-size:16pt;
    font-family:lato;
	font-weight:500;
	line-height:20pt;
}
.products-1{
	padding:2em 0 2em;
	background:#fff;
}
/*--- end products-1 ---*/



/*--- products-2 ---*/
.products-2 h2{
text-align:center;
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
color:#333;
}

.products-2 p{
	font-size:16pt;
    font-family:lato;
	font-weight:500;
	line-height:20pt;
}
.products-2{
	padding:0 0 4em;
	background:#fff
}
/*--- end products-2 ---*/


/*--- products-3 ---*/
.products-3 h2{
text-align:center;
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
color:#333;
}

.products-3 p{
	font-size:16pt;
    font-family:lato;
	font-weight:500;
	line-height:20pt;
}
.products-3 .tooltip{
margin-top:40px;
}
.products-3 .tooltip-inner{
font-size:16pt;
padding:1em;
}
.products-3{
	background:#fff;
}

.su-post-doc-boxlink{
width:100%;
height:100px;
display:block;
}

.su-post-boxlink{
width:100%;
height:150px;
display:block;
}
.su-box:hover{
opacity:.8;
}
.su-box{
background-position:center center;
background-repeat:no-repeat;
webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/*--- end products-3 ---*/

/*----timeline----*/

/*-------------------
-----News Styles-----
---------------------*/    
.timeline-wrp{
background:#e5f9f6;
position: relative;
padding:2em 0 3em;
}

.timeline-wrp h3{
text-align:center;
width:100%;
font-size:32pt;
padding-bottom:.3em;
font-family:lato;
font-weight:300;
color:#333;
}

.timeline-wrp p{
	font-size:16pt;
    font-family:lato;
	font-weight:500;
	line-height:20pt;
	text-align:center;
}

.timeline{
    position:relative;
    margin-bottom:100px;
    z-index:1;
}

.timeline:before{
    display:block;
    content:"";
    position:absolute;
    width:50%;
    height:100%;
    left:1px;
    top:0;
    border-right:1px solid #0b9d83;
    z-index:-1;
} 

.timeline:after{
    display:block;
    content:"";
    position:absolute;
    width:50%;
    height:100px;
    left:1px;
    bottom:-105px;
    border-right:1px dashed #0b9d83;
    z-index:-1;
} 

.timeline .date-title{
    text-align:center;
    margin:70px 0 50px;
}

.timeline .date-title span{
    padding:15px 30px;
    font-size:21px;
    font-weight:400;
    color:#fff;
    background:#0b9d83;
    border-radius:5px;
}

.news-item {
    padding-bottom:45px;
}

.news-item.right {
    float:right;
    margin-top:40px;
}

.news-item .news-content {
    margin:20px 30px 0 0;
    position:relative;
    padding:30px;
    padding-left:100px;
    background:#fff;
    border-radius:10px;
    box-shadow:-5px 5px 0 rgba(0,0,0,0.08);
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.news-item:hover .news-content {
    background:#0b9d83;
    color:#fff;
}

.news-item.right .news-content {
    margin:20px 0 0 30px;
    box-shadow:5px 5px 0 rgba(0,0,0,0.08);
}

.news-item .news-content:after {
    display:block;
    content:"";
    position:absolute;
    top:50px;
    right:-40px;
    width:0px;
    height:0px;
    background:transparent;
    border:20px solid transparent;
    border-left:20px solid #fff;
    -webkit-transition:border-left-color .3s ease-out;
    transition:border-left-color .3s ease-out;
}

.news-item.right .news-content:after {
    position:absolute;
    left:-40px;
    right:auto;
    border-left:20px solid transparent;
    border-right:20px solid #fff;
    -webkit-transition:border-right-color .3s ease-out;
    transition:border-right-color .3s ease-out;
}

.news-item:hover .news-content:after {
    border-left-color:#0b9d83;
}

.news-item.right:hover .news-content:after {
    border-left-color:transparent;
    border-right-color:#0b9d83;
}

.news-item .news-content:before {
    display:block;
    content:"";
    position:absolute;
    width:20px;
    height:20px;
    right:-55px;
    top:60px;
    background:#0b9d83;
    border:3px solid #fff;
    border-radius:50%;
    -webkit-transition:background .3s ease-out;
    transition:background .3s ease-out;
}

.news-item.right .news-content:before {
    left:-55px;
    right:auto;
}

.news-content .date {
    position:absolute;
    width:80px;
    height:80px;
    left:10px;
    text-align:center;
    color:#0b9d83;
    -webkit-transition:color .3s ease-out;
    transition:color .3s ease-out;
}

.news-item:hover .news-content .date {
    color:#fff;
}

.news-content .date p{
    font-size:26px;
    font-weight:600;
}

.news-content .date small{
    
    margin:-10px 0 0 0;
    font-size:26px;
    font-weight:300;
    line-height:0;
}

.news-content .news-title{
    font-size:24px;
    font-weight:300;
	margin-top:10px;
}

.news-content p{
    font-size:16px;
    line-height:24px;
    font-weight:300;
    letter-spacing:0.02em;
    margin-bottom:10px;
}

.news-content .read-more,
.news-content .read-more:hover,
.news-content .read-more:active,
.news-content .read-more:focus{
    padding:10px 0;
    text-decoration:none;
    font-size:16px;
    color:#7A7C7F;
    line-height:24px;
}

.news-item:hover .news-content .read-more,
.news-item:hover .news-content .read-more:hover,
.news-item:hover .news-content .read-more:active,
.news-item:hover .news-content .read-more:focus{
    color:#fff;
}

.news-content .read-more{
    -webkit-transition:padding .3s ease-out;
    transition:padding .3s ease-out;
}

.news-content .read-more:hover {
    padding-left:7px;
}

.news-content .read-more:after{
    content:'\f054';
    padding-left:15px;
    font-family:'FontAwesome';
    font-size:21px;
    line-height:21px;
    color:#0b9d83;
    vertical-align:middle;
    -webkit-transition:padding .3s ease-out;
    transition:padding .3s ease-out;
}

.news-content .read-more:hover:after{
    padding-left:20px;
}

.news-item:hover .news-content .read-more:after{
    color:#fff;
}

.news-content .news-media{
    position:absolute;
    width:80px;
    bottom:-45px;
    right:40px;
    border-radius:8px;
}

.news-content .news-media img{
    border-radius:8px;
    transform:scale(1);
    -webkit-transition:-webkit-transform .3s ease-out;
    transition:transform .3s ease-out;
}

.news-content .news-media a{
    display:block;
	text-decoration:none;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.news-content .news-media a:hover img{
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
}

.news-content .news-media a:after{
    content:'\f065';
    position:absolute;
    width:100%;
    top:0;
    left:0;
    font-family:FontAwesome;
    font-size:32px;
    line-height:80px;
    text-align:center;
    color:#0b9d83;
    -webkit-transform:scale(0);
    transform:scale(0);
    opacity:0;
    -webkit-transition:all .2s ease-out .1s;
    transition:all .2s ease-out .1s;
}

.news-content .news-media.video a:after{
    content:'\f04b';
}

.news-content .news-media a:hover:after{
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1;
}

.news-content .news-media.gallery{
    box-shadow:4px 4px 0 #bbb,8px 8px 0 #ddd;
}


/*---timeline---*/


/*---- end product page ----*/

.page-template-default .entry-content{
padding-bottom:40px;
}

/*---- product page ----*/

/*--- product-1 ---*/

.product-1 h2{
text-align:center;
width:100%;
font-size:32pt;
font-family:lato;
font-weight:300;
color:#333;
}
@media(max-width:980px){
    .product-1 ul li{
        min-height:80px;
    }
}
.product-1 ul li span img{
    max-width:140px;
    border-radius:6px;
    overflow: hidden;
    display:block;
    box-shadow: 0 0 13px rgba(0,0,0,.15);
    clear:right;
}
.product-1 ul li span{
    width:100%;
    max-width:153px;
    padding:0 7px 7px 0;
    margin:0 7px 7px 0;
    
}
.product-1 ul li{
    font-size:12pt;
    line-height:16pt;
    padding:0 0 0 42px;
    margin-bottom: 1em;
    min-height:180px;
    margin-left:0;
}
.product-1 ul{
    margin:3em 0 1em;
    padding-left:0;
    list-style:none;
}
.product-1 h3{
text-align:center;
width:100%;
font-size:28pt;
font-family:lato;
font-weight:300;
color:#333;
}

.product-1 .col-sm-6 p{
font-size:12pt;
padding-top:1em;
text-align:center;
}
.product-1 .buynow{
padding:2em 0;
}
.product-features .col-sm-6{
margin:6em 0 1em;
}
.buynow p{
   text-align: justify; 
	font-size:16pt;
	font-weight:400;
    font-family:lato;
	line-height:20pt;
}

.product-1 .plans a, .product-1 .tryfree a{
width:100%;
height:100%;
color:#333;
display:block;
text-align:center;
line-height:80px;
padding:0 .3em;	
font-size:13pt;
border-radius:1px;

	 -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -ms-transition: All .3s ease;
    -o-transition: All .3s ease;
    transition: All .3s ease;

}
.product-1 .plans a:hover{
opacity:.5;
background:#65a832;
color:#fff;
}
@media(max-width:990px){
	 .plans a, .tryfree a{
	margin-bottom:1em;
	} 
}
.product-1 .plans a{
border:#65a832 1px solid;
min-height:80px;
}

.product-1 .tryfree a:hover{
opacity:.8;
background:#f7c631 ;
color:#fff;
}
.product-1 .tryfree a{
border:#f7c631 1px solid;
min-height:80px;
}

.product-features .img-responsive {
    display: block;
    height: auto;
    max-width: 80%;
    margin: 0 auto;
	opacity:.7
}
.product-features{
margin-top:8em;
margin-bottom:1em;
border-top:1px solid #e2e2e2;
}

.product-features .col-sm-6 img {



	 -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -ms-transition: All .3s ease;
    -o-transition: All .3s ease;
    transition: All .3s ease;
}
.product-features .col-sm-6:nth-child(1):hover img{
box-shadow:0 0 28px #e53766;
}
.product-features .col-sm-6:nth-child(2):hover img{
box-shadow:0 0 28px #00a388;
}
.product-features .col-sm-6:nth-child(3):hover img{
box-shadow:0 0 28px #428bca;
}
.product-features .col-sm-6:nth-child(4):hover img{
box-shadow:0 0 28px #e53766;
}
.product-features .col-sm-6:nth-child(5):hover img{
box-shadow:0 0 28px #FA6600;
}
.product-features .col-sm-6:hover img{

box-shadow:0 0 28px #428bca;
}
.product-features h3{
text-align:center;
display:block;
width:100%;
font-family:lato;
font-weight:300;
font-size:18pt;
background:#fff;
color: #000;
width:450px;
margin:-1.3em auto 0;
}

.product-1 .h3{
text-align:center;
display:block;
width:100%;
font-family:lato;
font-weight:300;
font-size:18pt;
margin-bottom:2em;
}


.product-1 .text-center{
padding-top:1em;
font-size:14pt;
text-align:center;
color:#444;
width: 100%;
display: block;
color:#41bcdf
}
.product-1{
	padding:2em 0 4em;
	/*background-image:url(/i/notebook-2.jpg);*/
	background-repeat:no-repeat;
	background-position:106% 100% ;
	background-size:450px
}

/*--- end product-1 ---*/

/*--- screen-line ---*/

.screen-line{
	margin:2em 0;
}

/*--- end screen-line ---*/

/*--- product-2 ---*/

.product-2{
	padding:2em 0 3em;
	background-color:#fcf4ee;
	/*background-image:url(/i/notebook-1.jpg);*/
	background-repeat:no-repeat;
	background-position:0 100%;
	background-size:450px;
	border-top:1px solid #e2e2e2;
}

.product-2 h2{
text-align:center;
width:100%;
font-size:32pt;
font-family:lato;
font-weight:300;
color:#333;
}

.product-2 .h3{
text-align:center;
display:block;
width:100%;
font-family:lato;
font-weight:300;
font-size:18pt;
margin-bottom:2em;
}
.text-left:hover{
text-decoration:underline;
}
.product-2 .addons .col-sm-6 .text-left{
display:block;
margin-top:.4em;
}
.product-2 .addons .col-sm-6 .h3{
margin-bottom:.5em;
}
.product-2 .addons .col-sm-6 p{
font-size:12pt;
}
.product-2 .addons .col-sm-6{
margin-top:2em;
margin-bottom:2em;
}

.product-2 .addons{
}


.product-2 .addons-plans .col-lg-8 p{
text-align:center;
font-size:18pt;
line-height:80px;
}
.product-2 .addons-plans .fa{ 
margin-right:6px;
}
.product-2 .addons-plans{
margin:2em 0 1em;
padding:2em 0 1em;
}


.product-2 .plans a, .product-2 .tryfree a{
width:100%;
height:100%;
color:#333;
display:block;
text-align:center;
line-height:80px;
padding:0 .3em;	
font-size:13pt;
border-radius:1px;
	 -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -ms-transition: All .3s ease;
    -o-transition: All .3s ease;
    transition: All .3s ease;
}
.product-2 .plans a:hover{
opacity:.5;
background:#65a832;
color:#fff;
}
.product-2 .plans a{
border:#65a832 1px solid;
min-height:80px;
}

.product-2 .tryfree a:hover{
opacity:.8;
background:#f7c631 ;
color:#fff;
}
.product-2 .tryfree a{
border:#f7c631 1px solid;
min-height:80px;

}


/*--- end product-2 ---*/





/*--- product-3 ---*/

.product-3{
	padding:2em 0 3em;
	background:#fff;
	
	border-top:1px solid  #e2e2e2;
}

.product-3 h2{
text-align:center;
width:100%;
font-size:32pt;
font-family:lato;
font-weight:300;
color:#333;
}
.product-3 .col-md-3 img:hover{
opacity:.9;
}
.product-3 .col-md-3 img{
margin:0 auto;
display:block;

}
.product-3 .col-md-9{
padding-top:7%;
}
.product-3 .text-center .btn{
border-bottom:none;
margin-left:6px;
}
.product-3 .text-center .btn .fa{
margin-right:6px;
}
.text-center a{
border-bottom:1px solid #FA6600
}
.product-3 .text-center{
font-size:14pt;
text-align:left;
color:#444;

}



@media(min-width:1280px){
.product-3 .product-features .col-lg-1{
width:14%;
}
}
.product-3 .h3{
text-align:center;
display:block;
width:100%;
font-family:lato;
font-weight:300;
font-size:18pt;
margin-bottom:2em;
}
	
.product-3  .product-features .col-sm-6 p{
font-size:12pt;
text-align:center;
padding-top:.5em;
}

/*--- end products-3 ---*/

/*--- products-4 ---*/
.product-4{
	padding:3em 0;
	background:#f3fbfd;
	
	border-top:1px solid  #e2e2e2;
	
}

.product-4 h2{
text-align:center;
width:100%;
font-size:32pt;
font-family:lato;
font-weight:300;
color:#333;
}

.product-4 .h3{
text-align:center;
display:block;
width:100%;
font-family:lato;
font-weight:300;
font-size:18pt;
margin-bottom:2em;
}

.product-4  .services .col-sm-6 .text-left{
display:block;
margin-top:.4em;
}
.product-4  .services  .col-sm-6 .h3{
margin-bottom:.5em;
}
.product-4  .services  .col-sm-6 p{
font-size:12pt;
}
.product-4  .services  .col-sm-6{
margin-top:2em;
margin-bottom:2em;
}

.product-4  .services {

}
/*--- end products-4 ---*/


/*--- products-6 ---*/
.product-6:hover{
cursor:pointer;
}

.s-os{
	background:url(/i/os-screen.jpg) 0 50% no-repeat fixed;
}
.s-xcart{
	background:url(/i/xcart-screen.jpg) 0 50% no-repeat fixed;
}
.s-cre{
	background:url(/i/cre-screen.jpg) 0 50% no-repeat fixed;
}
.s-pinnacle{
	background:url(/i/pinnacle-screen.jpg) 0 50% no-repeat fixed;
}
.s-cube{
	background:url(/i/cube-screen.jpg) 0 50% no-repeat fixed;
}
.s-mijo{
	background:url(/i/mijo-screen.jpg) 0 50% no-repeat fixed;
}
.s-zen{
	background:url(/i/zen-screen.jpg) 0 50% no-repeat fixed;
}
.s-open{
	background:url(/i/open-screen.jpg) 0 50% no-repeat fixed;
}
.s-virtue{
	background:url(/i/vrtue-screen.jpg) 0 50% no-repeat fixed;
}
.s-woo{
	background:url(/i/woo-screen.jpg) 0 50% no-repeat fixed;
}
.s-mag{
	background:url(/i/magento-screen.jpg) 0 50% no-repeat fixed;
 }
.s-presta{
	background:url(/i/prest-screen.jpg) 0 50% no-repeat fixed;
 }
.product-6{
	padding:16em 0;
	box-shadow:inset 0 0 65px rgba(0,0,0,.25)
}

.product-6 h2{
text-align:center;
width:100%;
font-size:32pt;
font-family:lato;
font-weight:300;
color:#333;
}

.product-6 .h3{
text-align:center;
display:block;
width:100%;
font-family:lato;
font-weight:300;
font-size:18pt;
margin-bottom:2em;
}

/*--- end products-6 ---*/


/*---- end product page ----*/

.tlink{
width:100%;
display:block;padding-right:60px;
}
.tname{
width:100%;
font-weight:500;
display:block;padding-right:60px;
}
.product-5 .h2{
text-align:center;
width:100%;
font-size:32pt;
font-family:lato;
font-weight:300;
color:#333;
width:100%;
margin-bottom:1em;
}
.product-5{
padding:3em 0;
}

/*---- support page ----*/

/*---- support-1 ---*/


.support-1{
	padding:6% 0 6%;
	background-image:url(/i/support.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.support-1 h1{
text-align:center;
width:100%;
font-size:48pt;
font-family:lato;
font-weight:300;
color:#fff;
}
.support-1 .h2{
text-align:center;
width:100%;
font-size:2	2pt;
font-family:lato;
font-weight:300;
color:#fff;
}


/*---- end support-1 ---*/

/*---- support-2 ---*/


.support-2{
	padding:4em 0;
	background:#fff;
}

.support-2 h1{
text-align:center;
width:100%;
font-size:48pt;
font-family:lato;
font-weight:300;
color:#333;
}
.support-2 .row .col-md-7 a.text-left{
font-size:14pt;
text-decoration:underline;	
}
.support-2 .row .col-md-5 img{
margin:0 auto;
max-width:50%
}
.support-2 .row:last-child{
border-bottom:0;
}
.support-2 .row:first-child{
padding:2em 0 6em;
margin: 0 0 3em;
}
.support-2 .row{
padding:6em 0;
margin:3em 0;
border-bottom:1px solid #e2e2e2;
}
.support-2 p{
font-size:14pt;	
line-height:20pt;
font-weight:400;
}
.support-2 h2{
text-align:left;
width:100%;
font-size:32pt;
font-family:lato;
font-weight:300;
color:#333;
padding-bottom:.3em
}
.bounse_emiter{
text-decoration:underline;

cursor:pointer;
}

.patyhard{
    -webkit-animation: bouncehard 2000ms ease-out;
	-moz-animation: bouncehard 2000ms ease-out;
	-o-animation: bouncehard 2000ms ease-out;
	animation: bouncehard 2000ms ease-out;
}


/* Webkit, Chrome and Safari */

@-webkit-keyframes bouncehard {
  0% {
	opacity:1
  }
 
  50% {
  opacity:.1
  }
  
  100% {
  opacity:1
  }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bouncehard {
 0% {
    opacity: 1;
  }
 
  50% {
  opacity: .5;
  }
  
  100% {
  opacity: 1;
  }
}

.paty{
	
    -webkit-animation: bounce 1400ms ease-out;
	-moz-animation: bounce 1400ms ease-out;
	-o-animation: bounce 1400ms ease-out;
	animation: bounce 1400ms ease-out;
}



/* Webkit, Chrome and Safari */

@-webkit-keyframes bounce {
  0% {
    opacity: 1;
  }
 
  50% {
  opacity: .5;
  }
  
  100% {
  opacity: 1;
  }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
 0% {
    opacity: 1;
  }
 
  50% {
  opacity: .5;
  }
  
  100% {
  opacity: 1;
  }
}



/*---- end support-2 ---*/

/*---- support-3 ---*/

.support-3{
	padding:3em 0;
	margin:0 0 3em;
	background:#fff;
	border-top:1px solid #e2e2e2;
}

.support-3  .no-robot{
margin:.5em auto;
}
.support-3 .h1{
text-align:center;
width:100%;
font-size:38pt;
font-family:lato;
font-weight:700;
color:#333;
text-align:center;
display:block;
width:100%;
}
/*---- end support-3 ---*/

.timeline-spy a:last-child{
padding-right:0;
}
.timeline-spy a{
color:#fff;
padding-right:.5em;
padding-left:.5em;

}
.timeline-spy:hover{
opacity:1
}
.timeline-spy{
color:#f7f7f7;
text-align:center;
padding:1em 0 1em;font-size:12pt;
opacity:.5
}
/*---- end support page ----*/
/*---- support page ----*/

/*---- beta-1 ----*/

.beta-1{
	padding:6% 0 6%;
	background-image:url(/i/beta.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	min-height:332px;
	max-height:332px;
}

.beta-1 .h3 em{
text-align:right;
color:#f5f5f7;
}
.beta-1 .h3{
text-align:left;
width:100%;
font-size:18pt;
font-family:lato;
font-weight:400;
color:#333;
text-align:left;
display:block;
width:50%;
color:#fff;
}
.beta-1 h1{
text-align:left;
width:100%;
font-size:48pt;
font-family:lato;
font-weight:300;
color:#fff;
}
/*---- end beta-1 ----*/



/*---- beta-2 ----*/

.beta-2{
	padding:5em 0 4em; 
	background:#fff;
}

.beta-2 p{
font-size:14pt;
line-height:20pt;
}
.beta-2 .h3 b{
color:#444
}
.beta-2 h2{
text-align:left;
width:100%;
font-size:28pt;
font-family:lato;
font-weight:300;
color:#333;
}
/*---- end beta-2 ----*/

/*---- beta-3 ----*/

.beta-3{
	padding:2em 0 2em; 
	
	background:#f7f7f7;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.beta-3 .h3{
text-align:left;
width:100%;
font-size:16pt;
font-family:lato;
font-weight:600;
color:#333;
display:block;
width:100%;
line-height:26pt;
}
.beta-3 p{
font-size:14pt;
line-height:20pt;
}
.beta-3 h2{
text-align:left;
width:100%;
font-size:28pt;
font-family:lato;
font-weight:300;
color:#333;
}
.beta-3 .row{
padding:2em 0;
}
.beta-3 .h3 b{
color:#444
}

/*---- end beta-3 ----*/



/*---- beta-3 ----*/

.beta-4{
	padding:2em 0 2em; 
}

.beta-4 .h3{
text-align:left;
width:100%;
font-size:16pt;
font-family:lato;
font-weight:600;
color:#333;
display:block;
width:100%;
line-height:26pt;
}
.beta-4 p{
font-size:14pt;
line-height:20pt;
}
.beta-4 h2{
text-align:left;
width:100%;
font-size:28pt;
font-family:lato;
font-weight:300;
color:#333;
}
.beta-4 .row{
padding:2em 0;
}
.beta-4 .h3 b{
color:#444
}

.betagroup{
margin:1em 0;
padding:1em 0;
text-align:center;
border-top:1px solid #e2e2e2;
border-bottom:1px solid #e2e2e2;
font-weight:700;
}

/*---- end beta-4 ----*/
/*----  beta-4 ----*/

.beta-5{
	padding:6% 0 30%;
	margin-top:4em;
	background-image:url(/i/beta_2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.beta-5 .h3 em{
text-align:right;
color:#f5f5f7;
}
.beta-5 .h3{
text-align:left;
width:100%;
font-size:18pt;
font-family:lato;
font-weight:400;
color:#333;
text-align:left;
display:block;
width:50%;
color:#fff;
}
.beta-5 .h1{
text-align:left;
width:42%;
font-size:36pt;
font-family:lato;
font-weight:300;
color:#fff;
}
/*---- end beta-4 ----*/

/*---- end support page ----*/

/*---- FAQ ----*/

.faq-1 h1{
	font-size:48pt;
	/*color:#00a0e3;*/
	color:#fff;
	text-align:center;
	text-shadow:0 5px 24px rgba(0,0,0,.55),  0 0 1px rgba(0,0,0,.85);
}
.faq-2{
padding:2em 0;
}
.faq-1{
	padding:6% 0%;
	max-height:400px;
	background-image:url(/i/faq.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

.land{
margin:2em 0;
}

.land_faq h3{
font-size:24px;
font-family:'Lato';
font-weight:300;
}

.land_faq h3:before
{ font-size:24px;
font-family:'Lato';
font-weight:600;
content:"Q";color:#1074A5;
padding-right:12px;
}

.land_faq h2{
font-family:'Lato';
font-weight:600;
}
.land_faq h3 +  .f_wrapper{
padding: 0 6px 6px 32px;
margin-bottom:18px;
font-size:13pt;
font-weight:500;
}

/*---- faq-3 ----*/
.faq-3 .h1{
text-align:center;
width:100%;
font-size:38pt;
font-family:lato;
font-weight:700;
color:#333;
text-align:center;
display:block;
width:100%;
padding-bottom:2em;
}
.faq-3 .col-md-4 > a{
height:222px;
display:block;
}
.faq-3 .col-md-4 .img-responsive{
max-width:50%;
margin:0 auto 1em;
}
.faq-3{
border-top:1px solid #e2e2e2;
padding:2em;
margin:2em;
}
.chat-pointer{
bottom: 30px;left: 90%; margin-left: -175px;z-index: 999997; position: fixed;
width:300px;
height:300px;
background:url(/i/arrow-big.png) no-repeat bottom ;
display:none;
opacity:0;
}
/*---- end faq-3 ----*/

/*---- Contact Us ----*/

/*---- Contact-1 ----*/

.contact-1{
	min-height:300px;
	background:url(/i/letter.jpg) no-repeat left top fixed;
}

.contact-1 h1{
    font-size: 68pt;
    line-height: 68pt;
    color: #00a0e3;
    color: #fff;
    text-align: center;
    text-shadow: 0 5px 24px rgba(0,0,0,.55), 0 0 1px rgba(0,0,0,.85);
	padding-top:5%;
}
.contact-1 .h2{
text-align:center;
width:100%;
font-size:22pt;
font-family:lato;
font-weight:300;
color:#fff;
}
/*---- end Contact-2 ----*/

.contact-2{
margin:3em 0;
padding:3em 0;
}

.contact-2 .h2{
text-align:center;
width:100%;
font-size:22pt;
font-family:lato;
font-weight:300;
color:#fff;
}
.contact-2 p{
font-size:14pt;
font-family:lato;
font-weight:500;
}
/*---- end Contact-1 ----*/

/*---- end Contact-3 ----*/

.contact-3{
margin:3em 0;
padding:3em 0;
}

.contact-3 p{
font-size:14pt;
font-family:lato;
font-weight:500;
padding-bottom:1em;
}

.contact-3 .h2{
text-align:center;
width:100%;
font-size:22pt;
font-family: "Roboto Slab";
font-weight: 700;
color:#555;
display:block;
width:100%;
padding-bottom:1em;
}
/*---- end Contact-3 ----*/


/*--Contact--*/
#contact-us_main .heading{
text-align:center;
margin-bottom:1em;
}
#contact-us_main .entry-content{
margin-bottom:0;
}
.contact-info-row h3{
margin-top:0;
}
@media(max-width:960px){
.contact-info-row .col-md-4{
padding:1em 0;
margin:1em 0;
}
}
.contact-info-row  .btn-success{
margin:1em 0 0;

}
.contact-info-row{
background:#dafdfa;
margin:4em 0;
padding:4em 0;
}

.contact-list li .fa{
margin-right:.7em;
}
.contact-list {
list-style:none;
padding-left:0;
}
.contact-info-oppor .h3{
margin-bottom: .5em;
display:block;
font-family: "Roboto Slab";
  font-weight: 700;
  color: #555555;
}
.contact-info-oppor{
text-align:left;
}
.contact-info-operation .h3{
margin-bottom: .5em;
display:block;
font-family: "Roboto Slab";
  font-weight: 700;
  color: #555555;
}
.contact-info-operation {
padding-top:.1em;
}

.operation-table  p{
font-weight:normal;
font-size:12pt;
line-height:14pt;
}
.operation-table  .small{
color:#999;
    font-size: 12pt;
    padding-top: 1em
}
.operation-table .table{
margin-top:.5em;
margin-bottom:.1em;
}

.address-inner .address-block{
font-size:14pt;
  font-weight: 500;
  color: #555555;
}


.address-inner .h3{
margin-bottom:.2em;
padding-bottom:.2em;
display:block;
font-family: "Roboto Slab";
  font-weight: 700;
  color: #555555;
}
.address-inner{
}

.contact-map iframe{
}
.contact-map iframe{
margin:0;
padding:0;
}

.text-well .well h4{
  line-height:1.5em;
}
.text-well .well{
min-height:360px;

}
@media(max-width:728px){
.text-well .well{
min-height:auto;
}
}
.well h4 .fa {
margin-right:7px;
}

/*---- end Contact Us ----*/


/*---- remove page ----*/

/*---- remove-1 ----*/
@media(max-width:600px){
    .remove-1 h1{
    font-size:28pt!important;
    width:100%!important;
    text-align:center!important;
    }
}
@media(max-width:990px){
   .remove-1 h1{
       font-size:32pt!import
           
           @mant;
       width:70%!important;
    }
}
.remove-1 h1{
text-align:left;
width:50%;
font-size:42pt;
font-family: "Roboto Slab";
font-weight: 700;
color:#fff;
display:block;
padding-bottom:1em;
    text-shadow: 0 5px 24px rgba(0,0,0,.55), 0 0 1px rgba(0,0,0,.85);
}
.remove-1{
padding:3em 0;
background:url(/i/danbo.jpg) no-repeat fixed 0 100px;
min-height:300px;
}
/*---- end remove-1 ----*/

/*---- remove-1 ----*/
.remove-2 p{
font-size:14pt;
}
.remove-2{
margin:3em 0;
padding:3em 0;
}
.remove-2 .ss-no-ignore-whitespace{
font-size:14pt;
padding-bottom:1em;
}
/*---- end remove-1 ----*/

/*---- end remove page ----*/

/*---- ftp page ----*/

/*---- ftp-1 ----*/
.ftp-1 h1{
text-align:center;
padding-top:4%;
font-size:42pt;
font-family: "Roboto Slab";
font-weight: 700;
color:#fff;
display:block;
padding-bottom:1em;
    text-shadow: 0 5px 24px rgba(0,0,0,.55), 0 0 1px rgba(0,0,0,.85);
}

.ftp-1{
padding:3em 0;
background:url(/i/secure.jpg) no-repeat fixed 0 0;
min-height:300px;
}

.gototop {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    text-align: center;
    display: none;
    color: #f05c35!important;
	opacity:.7
}
.gototop-is-visible{
display:block;
}
/*---- end ftp page ----*/


/*---- Blogs page ----*/
/*---- blogs-1 ----*/
.blogs-1{
background:url(/i/newspaper.jpg)0 50% no-repeat fixed;
height:300px;
}
.blogs-1 h1{
text-align:center;
padding-top:6%;
font-size:42pt;
font-family: "Roboto Slab";
font-weight: 700;
color:#fff;
display:block;
padding-bottom:1em;
    text-shadow: 0 5px 24px rgba(0,0,0,.55), 0 0 1px rgba(0,0,0,.85);
}

/*---- end blogs-1 ----*/

/*---- blogs-2 ----*/
.blogs-2{
padding:3em 0;

  background:#f7f7f7;
}
.blogs-2 p{
font-size:14pt;
line-height:20pt;
}

/*---- end blogs-2 ----*/
/*---- blogs-2 ----*/

.blogs-shortcode .row {
 -moz-column-width: 18em;
 -webkit-column-width: 18em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
padding:3em 0;
overflow:visible;
}

.blogs-shortcode  .item a{
color:#333;
}
.blogs-shortcode  .item {
 display: inline-block;
 padding:  .25rem;
 width:  100%; 
 
}

.blogs-shortcode  .well .img-wrapper{
max-height:400px;
overflow:hidden;
display:block;
}
.blogs-shortcode  .well img{
width:100%;
height:auto;
}
.blogs-shortcode  .well h2{
font-size:14pt;
font-family:lato;
padding:.25em .5em .6em;
margin:.25em 0 0;
border-bottom:1px solid #e2e2e2;
}
.blogs-shortcode  .well p{
font-size:12pt;
line-height:16pt;
font-weight:500;
padding:.5em;
}
.blogs-shortcode  .well .b-author{
color:#555;
font-size:10pt;
line-height:10pt;
padding:.5em 0 0 .7em;
font-family:lato;
}
.blogs-shortcode  .well {
 position:relative;
 display: block;
 padding:0;
 overflow:hidden;
 background:#fff;
 }

/*---- end blogs page ----*/
.more:hover{
background:#FA6600;
color:#fff;
}
.more{
border:1px solid #FA6600;
padding:.5em 1em;
border-radius:2px;
margin:2em auto;
display:block;
width:250px;
text-align:center;
}

.blog-page .simple-header h1 a{
color:#fff;
}
.post-navigation{
margin:1em 0;
padding:1em 0;
}
.blog-page .entry-content{
font-size:14pt;
line-height:20pt;
margin:1em auto;
padding:1em auto;
}
.post .simple-header h1{
padding-top:0!important
}

.partners wall{
    margin-left:1em;
}


.page-id-1698 .simple-header{
     background: url(/i/testi.jpg) no-repeat  fixed;
}
.page-id-125 .simple-header{
     background: url(/i/complain-bg.jpg) no-repeat  fixed;
}
.page-id-793 .simple-header{
    background: url(/i/refund-bg.jpg) no-repeat  fixed;
}
.ss-response-footer{
display:none;
}
.ss-resp-card{
width:100%;
text-align:center;
font-size:18pt;
padding:3em 0;
}

.testi-page .col-md-2{
}
.single-sk_testimonials  .simple-header h1{
	font-size:32pt;
	padding-top:1%;
}
.index-testimonials  .client{

}
.testi-page  .client{
	float:right;
	width:25%;
	
	font-style:italic;
	text-align:right;
}
.testi-page {
	padding:2em 0 4em;
}
.testi-page p{
	font-size:14pt;
}
.single-testi .col-md-12 h3{display:none;}
.wp-simple-rss-h3{
	 font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    color: #111111;
	margin:.4em 0;
}
