/******************************************************************************************
/*  1-General styles */
/******************************************************************************************/
body {
	background-color: #fff;
	color: #9d9ea0;
	font-family: Lato, sans-serif;
	background-color: #fff;
	font-size: 16px;
	line-height: 25px;
}

.img-responsive {
	max-width:100%!important;
}

ul,li {
	list-style:none;
}

a:hover {
	text-decoration:none!important;
}

a:focus,a:active {
	outline:none;
}

iframe,embed,object {
	max-width:100%;
}

video {
	max-width:100%;
	height:auto;
}


/* ============================== */
/*		    header  			  */
/* ============================== */
#layout5-header .navbar {
	-webkit-transition:all .5s;
	transition:all .5s;
}

#layout5-header .nav > li > a:hover,.nav > li > a:focus {
	background-color:transparent;
}

#layout5-header .navbar-nav > li > a {
	padding:10px 15px;
}

#layout5-header .navbar-header {
	padding-bottom:5px!important;
	-webkit-transition:all .5s;
	transition:all .5s;
}

#layout5-header .navbar {
	margin-bottom: 0;
	padding: 15px!important;
	padding-bottom: 20px!important;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#layout5-header .navbar-toggle {
	margin-top: 15px;
}

#layout5-header .navbar-toggle .icon-bar {
	background-color: #3b3e40;
}

#layout5-header .header-navigation li {
	margin-bottom: 5px;
}

#layout5-header {
	background: #fff;
	position: fixed;
	width: 100%;
	min-height: 87px;
	left: 0;
	top: 0;
	z-index: 9990;
	box-shadow: 0 12px 5px rgba(0, 0, 0, 0.10);
	-webkit-backface-visibility: hidden;
}

#layout5-header .main-navigation-header {
	background-color: #fff;
	padding-top: 10px;
	z-index: 9991 !important;
	box-shadow:
    	0 0 0 1px hsl(200, 1%, 93%),
	    0 0 0 2px hsl(180, 1%, 96%),
	    0 0 0 3px hsl(180, 1%, 93%),
	    0 0 0 4px hsl(195, 2%, 90%),
	    0 0 0 5px hsl(192, 2%, 87%);
}

#layout5-header .main-navigation-header .main-navigation {
  	padding-top: 10px;
}
#layout5-header .main-navigation-header .main-navigation li a {
	color: #060606;
	font-family: Tahoma;
	position: relative;
	-webkit-transition: all .6s;
	transition: all .6s;
	z-index: 1;
}

#layout5-header .main-navigation-header .main-navigation .cta-btn{
	color: #fff;
	background-color: #1c9cc5;
	width: 126px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: block;
	padding: 0;
	margin-left: 50px;
	margin-top: 2px;
	border-radius: 4px;
}
#layout5-header .main-navigation-header .main-navigation .cta-btn i{
	padding-right: 5px;
}

#layout5-header  .socials{
	margin-top: 22px;
	margin-left: 60px;
}

.fb_iframe_widget span{vertical-align: baseline !important;}
#twitter-widget-0{width: 92px !important;}

/* ============================== */
/*		    main section  	      */
/* ============================== */
#layout5-main-section {
	background: url('../img/layout5-main-bg.jpg') no-repeat fixed center bottom;
	background-size: cover;
	position: relative;
	padding: 100px 0 20px;
	position: relative;
}

#layout5-main-section .overlay {
  	background: url('../img/layout5-main-bg.jpg') no-repeat fixed center bottom;
	background-size: cover;
	position: relative;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

#layout5-main-section h1{
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 50px;
}

#layout5-main-section .main-text{
	color: white;
	font-size: 16px;
	font-family: Tahoma, sans-serif;
	margin-top: 25px;
}

#layout5-main-section .button-wrapper{
	display: inline-block;
	margin-top: 10px;
}

#layout5-main-section .button-wrapper .left-btn{
	background-color: #fff;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-right: 15px;
}

#layout5-main-section .button-wrapper .left-btn i{
	color: #31aed3;
	font-size: 16px;
	line-height: 50px;
	padding: 0 20px;
	border-left: 1px solid rgba(40, 40, 40, .07);
}

#layout5-main-section .button-wrapper .right-btn{
	background-color: rgba(255,255,255,.23);
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 4px;
}

#layout5-main-section .socials{
	margin-top: 30px;
}

.fb_iframe_widget span{vertical-align: baseline !important;}
#twitter-widget-0{width: 92px !important;}


/* ============================== */
/*		    partners section  	  */
/* ============================== */

#layout5-partners{
	padding: 40px 0;
}

#layout5-partners div{
	text-align: center;
}

#layout5-partners .brand{
	opacity: 0.46;
	filter:alpha(opacity=46);
	transition: opacity .5s;
}

#layout5-partners .brand:hover{
	opacity: 1;
	filter:alpha(opacity=100);
}

/* ============================== */
/*		    z-layout1 section  	  */
/* ============================== */

#layout5-z-layout1 {
	background-color: #f2f7fa;
  	padding: 70px 0;
}
#layout5-z-layout1 h2 {
	color: #172034;
	font-family: Tahoma, sans-serif;
	font-size: 32px;
	font-weight: 400;
	margin-top: 10px;
}

#layout5-z-layout1 .subtitle{
	color: #c5c7cb;
	font-size: 20px;
	font-style: Tahoma;
	margin-top: 10px;
	display: inline-block;
}

#layout5-z-layout1 p {
  	font-family: Tahoma, sans-serif;
  	margin-top: 30px;
}

#layout5-z-layout1 img{
	display: inline-block;
}

#layout5-z-layout1 .button {
	background: #060606;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	width: 133px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	margin-top: 40px;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#layout5-z-layout1 .button:hover {
  background-color: #3b475f;
  color: #fff;
}


#layout5-z-layout1 .img-wrapper{
	text-align: right;
}


/* ============================== */
/*		    features section  	  */
/* ============================== */
#layout5-features{
	background-color: #fff;
	padding: 60px 0 20px 0;
	text-align: center;
}

#layout5-features h2{
	color: #172034;
	font-family: Tahoma, sans-serif;
	font-size: 32px;
	font-weight: 400;
	margin-top: 0;
}

#layout5-features .subtitle{
	color: #c5c7cb;
	font-size: 20px;
	font-style: italic;
	margin-top: 20px;
}

#layout5-features hr{
	background-color: #1ba2cd;
	display: inline-block;
	width: 55px;
	height: 10px;
	margin-top: 10px;
	border-radius: 5px;
}

#layout5-features .feature-item{
	padding-top: 50px;
	padding-bottom: 40px;
	position: relative;
}

#layout5-features .feature-wrapper{
	text-align: left;
}

#layout5-features .feature-item .feature-icon{
	margin-right: 25px;
}

#layout5-features .feature-item .feature-icon i{
	color: #cecece;
	font-size: 36px;
	transition: all .5s;
}

#layout5-features .feature-item .feature-icon i{
	background-color: #1c9cc5;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	transition: all .5s;
}

	
#layout5-features .feature-item .text-container{
	width: 75%;
	display: inline-block;
}

#layout5-features .feature-item h3{
	color: #182034;
	font-size: 20px;
	font-weight: 400;
	margin-top: 0;
}

#layout5-features .feature-item p{
	font-family: Tahoma, sans-serif;
}

/* ====================== */
/*	   CTA  section  	  */
/* ====================== */

#layout5-special-section {
	background: url('../img/layout5-cta-bg.jpg') no-repeat fixed center center;
	background-size: cover;
	position: relative;
	text-align: center;
	padding: 130px 0;
}

#layout5-special-section .overlay {
  	background-color: rgba(45, 173, 210, 0.95);
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

#layout5-special-section h2{
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 50px;
	margin-top: 30px;
}

#layout5-special-section .subtitle{
	color: rgba(255,255,255,.7);
	font-size: 16px;
	margin-top: 10px;
	width: 450px;
	max-width: 95%;
	display: inline-block;
}


/* ============================== */
/*		    features section  	  */
/* ============================== */
#layout5-extras{
  	padding: 70px 0;
}

#layout5-extras h2{
  	color: #172034;
  	font-size: 32px;
  	font-family: Tahoma, sans-serif;
  	font-weight: 400;
  	margin-top: 30px;
}

#layout5-extras .text{
	font-family: Tahome,sans-serif;
	margin-top: 30px;
}

#layout5-extras hr{
	background-color: #1ba2cd;
	display: inline-block;
	width: 55px;
	height: 10px;
	margin: 20px 0 50px;
	border-radius: 5px;
}

#layout5-extras .extra-item{
	padding: 10px;
}
#layout5-extras .extra-item p{
  	font-family: Tahoma, sans-serif;
  	font-size: 17px;
}
#layout5-extras .extra-item p i{
  	color: #31aed2;
  	font-size: 18px;
  	padding-right: 10px;
}


/* ============================== */
/*		  testimonials section    */
/* ============================== */
#layout5-testimonials {
	background-color: #fff;
  	padding: 60px 0 30px 0;
  	text-align: center;
}

#layout5-testimonials h2{
	color: #172034;
	font-family: Tahoma, sans-serif;
	font-size: 32px;
	font-weight: 400;
	margin-top: 0;
}

#layout5-testimonials .subtitle{
	color: #c5c7cb;
	font-size: 20px;
	font-style: italic;
	margin-top: 15px;
}

#layout5-testimonials hr{
	background-color: #1ba2cd;
	display: inline-block;
	width: 55px;
	height: 10px;
	margin: 20px 0 50px;
	border-radius: 5px;
}

#layout5-testimonials .testi-container{
	padding: 30px 40px 30px 0;
	text-align: left;
}

#layout5-testimonials .client-info .info{
  	display: inline-block;
  	margin-left: 20px;
}

#layout5-testimonials .client-info h3{
	color: #000;
	font-size: 22px;
	font-weight: 400;
	margin-top: 0;
}

#layout5-testimonials .client-info .job{
	font-family: Tahoma, sans-serif;
}

#layout5-testimonials .client-info .job a{
	color: #2da5c8;
}

#layout5-testimonials .testi-container .testi-text{
	font-family: Tahoma, sans-serif;
	margin-top: 20px;
}


/* ============================== */
/*		    z-layout2 section  	  */
/* ============================== */

#layout5-z-layout2 {
	background: url('../img/layout5-cta-bg.jpg') no-repeat fixed center center;
	background-size: cover;
	position: relative;
  	padding: 80px 0;
}

#layout5-z-layout2 .overlay {
  	background-color: rgba(31, 187, 166, 0.95);
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

#layout5-z-layout2 h2 {
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	margin-top: 0;
}

#layout5-z-layout2 p{
	color: rgba(255, 255, 255, 0.7);
	font-family: Tahoma, sans-serif;
	display: inline-block;
	margin-top: 10px;
	width: 90%;
}

#layout5-z-layout2 img{
	margin-top: 20px;
}



/* ============================== */
/*		    CTA section  	      */
/* ============================== */
#layout5-cta-section {
	background: url('../img/layout5-cta-bg.jpg') no-repeat fixed center bottom;
	background-size: cover;
	position: relative;
	text-align: center;
	padding: 130px 0;
}

#layout5-cta-section .overlay {
  	background-color: rgba(45, 173, 210, 0.95);
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

#layout5-cta-section h2{
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 36px;
	font-weight: 400;
	margin-top: 0;
}


#layout5-cta-section .main-text{
	color: rgba(255,255,255,0.6);
	font-size: 18px;
	width: 450px;
	max-width: 95%;
	display: inline-block;
	margin-top: 15px;
}

#layout5-cta-section .subscribe-form{
	max-width: 450px;
	width: 95%;
	border-radius: 4px;
	margin-top: 30px;
}

#layout5-cta-section .subscribe-form input{
	background-color: rgba(255,255,255,0.29);
	color: rgba(255,255,255,.5);
	font-family: Hind, sans-serif;
	font-size: 14px;
	font-style: italic;
	height: 50px;
	width: 340px;
	padding-left: 20px;
	border-radius: 0;
	box-shadow: none;
	border: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#layout5-cta-section .subscribe-form input:focus{
	box-shadow: none;
	border: none;
}

#layout5-cta-section .subscribe-form .first-input{
	border-right: 1px solid rgba(255,255,255,0.15);
}

#layout5-cta-section .subscribe-form button{
	background-color: #fff;
	color: #474747;
	font-family: Tahoma, sans-serif;
	width: 110px;
	height: 50px;
	border: none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.20) inset;
}

#layout5-cta-section .subscribe-form button i{
	font-size: 10px;
	color: #474747;
	padding-left: 5px;
}

#layout5-cta-section .subscribe-form ::-webkit-input-placeholder {
  	/* WebKit browsers */
  	color: rgba(255,255,255,.5);
}
#layout5-cta-section .subscribe-form :-moz-placeholder {
  	/* Mozilla Firefox 4 to 18 */
  	color: rgba(255,255,255,.5);
  	opacity: 1;
}
#layout5-cta-section .subscribe-form ::-moz-placeholder {
 	/* Mozilla Firefox 19+ */
  	color: rgba(255,255,255,.5);
  	opacity: 1;
}
#layout5-cta-section .subscribe-form :-ms-input-placeholder {
  	/* Internet Explorer 10+ */
  	color: rgba(255,255,255,.5);
}

#layout5-cta-section .info{
	color: rgba(255,255,255,0.7);
	font-style: italic;
	display: inline-block;
	margin-top: 25px;
}

#layout5-cta-section .info i{
	font-size: 18px;
	padding-right: 5px;
}

/* ============================== */
/*		       footer       	  */
/* ============================== */

#layout5-footer{
	background-color: #fff;
	color: #c3c3c3;
	font-family: Hind, sans-serif;
	padding: 40px 0 30px;
}

#layout5-footer ul {
  	display: inline-block;
}
#layout5-footer ul li{
  	display: inline-block;
  	margin-right: 20px;
}
#layout5-footer ul li:last-child {
  	margin-right: 0;
}
#layout5-footer ul li a {
  	color: #c3c3c3;
  	-webkit-transition: all .5s;
          	transition: all .5s;
}
#layout5-footer ul li a:hover {
  	color: #ffffff;
}


/* ============================== */
/*		    popup contact  	      */
/* ============================== */
#contact-popup{
	background-color: #f8fafc;
	position: relative;
	width: 630px;
	max-width: 95%;
	padding: 40px;
	margin: 0 auto;
	border-radius: 5px;
}

#contact-popup .close-btn{
	color: #323232;
	font-size: 10px;
	position: absolute;
	text-align: center;
	line-height: 27px;
	right: 40px;
	top: 40px;
	display: block;
	width: 27px;
	height: 27px;
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 50%;
}

#contact-popup h2{
	color: #323232;
	font-size: 24px;
	font-weight: 400;
	border-radius: 5px;
	text-align: center;
	margin: 0 0 35px;
}

#contact-popup input{
	color: #6e6f70;
	font-family: Hind, sans-serif;
	width: 100%;
	height: 60px;
	padding: 0 30px;
	font-style: italic;
	border: 1px solid rgba(0,0,0,.05);
	margin-bottom: 15px;
	border-radius: 3px;
}

#contact-popup input:focus, #contact-popup textarea:focus{
	box-shadow: none;
}

#contact-popup textarea{
	height: 170px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.05);
	padding: 20px 30px;
	resize: none;
}

#contact-popup .submit-btn{
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	width: 167px;
	height: 50px;
	margin-top: 30px;
	background: #ee8b36;
background: -moz-linear-gradient(top,  #ee8b36 0%, #e46d2b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee8b36), color-stop(100%,#e46d2b));
background: -webkit-linear-gradient(top,  #ee8b36 0%,#e46d2b 100%);
background: -o-linear-gradient(top,  #ee8b36 0%,#e46d2b 100%);
background: -ms-linear-gradient(top,  #ee8b36 0%,#e46d2b 100%);
background: linear-gradient(to bottom,  #ee8b36 0%,#e46d2b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee8b36', endColorstr='#e46d2b',GradientType=0 );
	border-radius: 4px;
	border: 1px solid #e97d31;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.33) inset;
}

#contact-popup .submit-btn i{
	padding-left: 5px;
	font-size: 18px;
	color: rgba(255,255,255,.45);
}


#contact-popup ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #6e6f70;
}
#contact-popup :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6e6f70;
  opacity: 1;
}
#contact-popup ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6e6f70;
  opacity: 1;
}
#contact-popup :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #6e6f70;
}



/* ============================== */
/*		     Responsivity     	  */
/* ============================== */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	
	#layout5-main-section h1, #layout5-cta-section h2{
		font-size: 34px;	
	}
	
	#layout5-z-layout1 h2, #layout5-features h2, #layout5-extras h2, #layout5-z-layout2 h2, #layout5-testimonials h2{
		font-size: 30px;
	}
	
	#layout5-features .feature-item .text-container{
		width: 70%;
	}
	
	#layout5-special-section{
		padding: 100px 0;
	}
	#layout5-special-section h2{
		font-size: 34px;
	}
	
	#layout5-cta-section{
		padding: 100px 0;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 996px) {
	
	/* navigation collapse breakpoint */
	.navbar-header {
    	float: none;
	}
	.navbar-left,.navbar-right {
    	float: none !important;
	}
	.navbar-toggle {
    	display: block;
	}
	.navbar-collapse {
    	border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
    	top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
    	display: none!important;
	}
	.navbar-nav {
    	float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav > li {
    	float: none;
	}
	.navbar-nav > li > a {
    	padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
    	display: block !important;
	}
	/*  end  */
	
	
	.main-navigation-header .main-navigation{
		text-align: center;
	}
	.main-navigation-header .main-navigation .cta-btn{
		margin-left: 0;
		display: inline-block;
	}
	
	.socials{display: none;}
	
	#layout5-main-section h1, #layout5-cta-section h2, #layout5-special-section h2{
		font-size: 32px;
		line-height: 45px;
	}
	#layout5-main-section h1{
		margin-top: 0;	
	}
	#layout5-main-section .button-wrapper .left-btn{
		width: 200px;
		margin-right: 10px;
	}
	#layout5-main-section .button-wrapper .left-btn i{
		padding: 0 15px;
	}
	
	#layout5-partners .brand{
		padding: 20px 0;
	}
	
	
	#layout5-z-layout1 h2, #layout5-features h2, #layout5-extras h2, #layout5-z-layout2 h2, #layout5-testimonials h2{
		font-size: 28px;
		line-height: 34px;
	}
	
	
	#layout5-features .feature-item{
		padding: 35px 0;
	}
	#layout5-features .feature-wrapper{
		text-align: center;
	}
	#layout5-features .feature-item .feature-icon{
		float: none !important;
		display: inline-block;
		margin: 0 0 40px;
	}
	#layout5-features .feature-item .text-container{
		width: 100%;
		float: none !important;
		text-align: center;
	}
	
	#layout5-special-section{
		padding: 100px 0;
	}
	
	
	#layout5-extras h2{
		margin-top: 0;
	}
	#layout5-extras hr{
		margin: 20px 0;
	}
	
	
	#layout5-testimonials .testi-container{
		padding: 30px 0;
		text-align: center;
	}
	#layout5-testimonials .client-info img{
		float: none !important;
		display: inline-block;
		margin-bottom: 40px;
	}
	#layout5-testimonials .client-info .info{
		margin: 0;
		float: none !important;
		width: 100%;
	}
	
	
	#layout5-cta-section{
		padding: 100px 0;
	}
	
	
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	
	#layout5-main-section{
		text-align: center;
	}
	#layout5-main-section .main-text{
		padding: 0 5px;
	}
	#layout5-main-section .button-wrapper{
		margin-bottom: 5px;
	}
	#layout5-main-section img{
		display: inline-block;
	}
	
	#layout5-main-section h1, #layout5-cta-section h2, #layout5-special-section h2{
		font-size: 30px;
		line-height: 40px;
	}
	
	
	
	#layout5-z-layout1 h2, #layout5-features h2, #layout5-extras h2, #layout5-z-layout2 h2, #layout5-testimonials h2{
		font-size: 26px;
		line-height: 34px;
	}
	
	#layout5-z-layout1{
		text-align: center;
	}
	#layout5-z-layout1 p{
		padding: 0 30px;
	}
	#layout5-z-layout1 .text-wrapper{
		margin-top: 40px;
	}
	#layout5-z-layout1 .button{
		display: inline-block;
	}
	
	#layout5-features{
		padding: 60px 0 40px;
	}
	#layout5-features .feature-item{
		padding: 25px 0;
	}
	
	
	#layout5-special-section{
		padding: 80px 0;
	}
	
	
	#layout5-extras{
		text-align: center;
	}
	#layout5-extras .text{
		padding: 0 30px;
	}
	#layout5-extras img{
		display: inline-block;
		float: none !important;
		margin-top: 40px;
	}
	
	#layout5-z-layout2{
		padding: 60px 0;
		text-align: center;
	}
	#layout5-z-layout2 .text-wrapper{
		margin-top: 50px;
	}
	
	
	#layout5-testimonials .testi-container p{
		padding: 0 30px;
	}
	
	#layout5-footer{
		text-align: center;
	}
	#layout5-footer ul.pull-right {
	    float: none !important;
	    margin-top: 10px;
	    padding-left: 0 !important;
	}
}

@media only screen and (max-width: 510px) {
	
	
	#layout5-main-section h1, #layout5-cta-section h2, #layout5-special-section h2{
		font-size: 28px;
		line-height: 40px;
	}
	#layout5-z-layout1 h2, #layout5-features h2, #layout5-extras h2, #layout5-z-layout2 h2, #layout5-testimonials h2{
		font-size: 24px;
		line-height: 34px;
	}
	
	#layout5-cta-section .subscribe-form input{
		width: 70%;
	}
	#layout5-cta-section .subscribe-form button{
		width: 30%;
	}
	
	
}


/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	
	#layout5-main-section .button-wrapper, #layout5-cta-section .button-wrapper{
		width: 70%;
	}
	#layout5-main-section .button-wrapper .left-btn, #layout5-cta-section .button-wrapper .left-btn{
		width: 100%;
	}
	#layout5-main-section .button-wrapper .right-btn, #layout5-cta-section .button-wrapper .right-btn{
		width: 100%;
		margin-top: 5px;
	}
	
	#layout5-main-section .main-text, #layout5-z-layout1 p, #layout5-z-layout1 p, #layout5-extras .text, #layout5-testimonials .testi-container p{
		padding: 0;
	}
	
}
@media only screen and (max-width: 430px) {
	
	
	
}
/* Custom, iPhone Retina */



.textbox
{
	border:none;
}





