@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300);



* {
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background: #fff;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 4.2em;
	line-height: 1em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.75em;
}
p {
	font-size: .9em;
}

b {
}
img{
	width: 100% !important;
}
.banner-bg-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 640px;
	background: url("../img/banners/banner.jpg") top center no-repeat;
	z-index: 1;
}
.content {
	position: relative;
	margin: 0 auto;
	padding: 30px 15px;
	width: 900px;
}

/* Begin Banner Section */
.banner-section {
	background: transparent;
	z-index: 100;
	position: relative;
	 -webkit-transform: translate3d(0,0,0);
}

.banner-section .content {
	z-index: 100;
}

.banner-section .logo {
	display: block;
	margin: 10px auto;
	width: 100px;
}

.banner-section .logo a{
    display: block;
}

.banner-section h1 {
	color: #fff;
	text-align: center;
	padding-bottom: 4px;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
}
.banner-section h3 {
	color: #fff;
	text-align: center;
	margin-bottom: 310px;
}
.banner-section .product {
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -172px;
	width: 345px;
}

/* End Banner Section */


/* Begin form Section */
.form-section {
	position: relative;
	background: #e2f3f4;
	z-index: 200;
	 -webkit-transform: translate3d(0,0,0);
}
.form-section h2 {
	text-align: center;
	color: #676767;
	margin-bottom: 10px;
}
.form-section .content {
	padding: 10px 80px 20px 80px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 650px;
	z-index: 100;
}

input {
	display: block;
	background: #fff;
	border: 0;
	width: 100%;
	padding: 10px 15px;
	font-size: 1em;
	margin-bottom: 15px;
}
input[type="submit"] {
	background: #65c6d1;
	color: #fff;
	font-size: 1.2em;
}
::-webkit-input-placeholder {
   color: #a3a2a2;
}

:-moz-placeholder { /* Firefox 18- */
   color: #a3a2a2;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #a3a2a2;  
}

:-ms-input-placeholder {  
   color: #a3a2a2;  
}

/* End form Section */

/* Begin feature Section */
.feature-section {
	background: #fff;
	text-align: center;
	z-index: 200;
	position: relative;
	 -webkit-transform: translate3d(0,0,0);
}
.feature-section .feature-detail {
	padding: 5px 20px;
	margin:20px 0 30px 0;
}
.feature-section .feature-detail h4 {
	color: #7a7a7a;
	margin: 10px 0;
}
.feature-section .feature-detail .feature-description {
	color: #a09f9f;
	margin: 0;
}
.feature-section .feature-icon {
	margin: 0 auto;
	display: block;
	width: 60px;
}
/* End feature Section */

/* Begin detail Section */
.detail-section {
	background: #f2f2f2;
	z-index: 200;
	position: relative;
	 -webkit-transform: translate3d(0,0,0);
}

.detail-section.blue {
	background: #e1f3f4;
}

.detail-section .detail-title {
	width: 100%;
	color: #7a7a7a;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
}
.detail-section .detail-text {
	color: #a09f9f;
	margin-top: 15px;
}
.detail-section .detail-text p {
	font-size: 1.1em;
}
.detail-section .detail-image {
	
	padding:10px 20px;
} 
/* End detail Section */


/* Begin team Section */
.team-section {
	background: #fff;
	color: #a09f9f;
	font-size: 1em;
	z-index: 200;
	position: relative;
	 -webkit-transform: translate3d(0,0,0);
}
.team-section .team-detail {
	padding: 10px 20px;
}
.team-section .team-bio {
	margin-bottom: 10px;
}
.team-section .team-bio-quote {
	clear: both;
}
.team-section .team-bio-pic {
	display: inline-block;
	float: left;
	width: 80px;
}
.team-section .team-bio-details {
	float: left;
	padding: 30px 0 0 20px;
}
.team-section .team-bio-details span{
	display: block;
}
.team-section .team-bio-details span:first-child{
	font-weight: bold;
	color: #676767;
}
.team-section .team-bio-details span:nth-child(2){
	font-style: italic;
}
/* End team Section */

/* Begin footer Section */
.footer-section {
	background: #65c6d1;
	text-align: center;
	z-index: 200;
	position: relative;
	 -webkit-transform: translate3d(0,0,0);
}
.footer-section .content {
    text-align: center;
    padding: 23px 0;
    height: 75px;
}
.footer-section .footer-link {
	display: inline-block;
    margin: 0 10px;
}

/*
 * -- TABLET MEDIA QUERIES --
 * On tablets, we want to slightly adjust the size of the banner
 * text and add some vertical space between the various pricing tables
 */
@media(max-width: 1023px) {
	.content {
		padding: 30px 10px;
		width: 560px;
	}
	.form-section .content {
		padding: 10px 60px 20px 60px;
		width: 550px;
	}
}

/*
 * -- PHONE MEDIA QUERIES --
 * On phones, we want to reduce the height and font-size of the banner further
 */
@media (max-width: 567px) {
	body {
		font-size: 11px;
	}
    .content {
		padding: 30px 10px;
		width: 90%;
	}
	.banner-section .product {
		bottom: -15px;
		left: 50%;
		margin-left: -125px;
		width: 250px;
	}
	.banner-section h3 {
		margin-bottom: 220px;
	}
	.form-section .content {
		padding: 10px 40px 20px 40px;
		width: 80%;
	}
	
}