*{ outline: none; }
#section-form .warning{
	color: red;
	margin-bottom: 15px;
}

/*		RESET	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
	GLOBAL
--------------------------------------------*/
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body{
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	max-width: 100%;
}
a{
	color: inherit;
}
/*
	GRID
--------------------------------------------*/
.row{
	margin-left: -30px;
}
.row:after{
	content: '';
	display: table;
	clear: both;
}
.col{
	float: left;
	margin-left: 26;
}
.one-third{
	width: 237px;
}
/*
	LAYOUT
--------------------------------------------*/
#page{
	width: 760px;
	margin: 0 auto;
}
#page-header{
	border-bottom: 4px solid #4a4d50;
	position: relative;
}
#content{
	width: 100%;
}
#page-header h1.logo span{
	display: block;
	background: url('img/logo_inverse.png') no-repeat;
	width: 300px;
	height: 80px;
	background-position: 0 20px;
	text-indent: -999999px;
}
#page-header h2{
	font-size: 18px;
	font-weight: bold;
	position: absolute;
		right: 0;
		top: 35px;
	text-transform: uppercase;
}
#page-header h2 em{
	color: #30b297;
	font-size: 28px;
}
#page-header h2 small{
	display: block;
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
	text-transform: capitalize;
	margin-left: 83px;
}
#page-content{
	position: relative;
}
#page-content:after{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background: url('img/arrow.png') no-repeat;
		top: 2.5em;
		right: 250px;
		right: 295px\9;
	z-index: 100;
}
#page-footer{
	padding: 20px;
	text-align: center;
	margin-top: 20px;
}
/*
	SECTION: INTRO
--------------------------------------------*/
#section-intro{
	background: url('img/woman.jpg') no-repeat bottom -50px right;
	background-position-x: 279px;
	background-position-y: 105px;
	float: left;
	width: 65%;
	padding: 120px 240px 10px 0;
	position: relative;
	font-style: italic;
}
#section-intro h2{
	color: #3085d6;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 30px;
	text-transform: uppercase;
	position: absolute;
		top: 20px;
		left: 0;
	font-style: normal;
}
#section-intro h2 em{
	display: block;
	font-size: 49px;
}
#section-intro p{
	font-size: 16px;
	line-height: 1.3em;
	margin: 10px 0;	
}
#section-intro h3{
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
}
#section-intro blockquote{
	font-size: 14px;
	line-height: 1.2em;
	font-style: italic;
}
#section-intro blockquote p{
	font-size: 14px;
	line-height: 1.3em;
}
#section-intro strong{
/*
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eeeeee',GradientType=0 );
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-radius: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border: 1px solid #dddddd;
	border-top: none;
*/
	padding: 20px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
/*
	position: absolute;
		bottom: -85px;
		right: 10px;
*/
	width: 240px;
	font-style: normal;
	line-height: 1.1;
}
#section-intro strong em{
	color: #30b297;
	font-size: 28px;
}
/*
	SECTION: FORM
--------------------------------------------*/
#section-form{	
	background: #f1f1f1\9;
	border: 1px solid #dddddd\9;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
	float: left;
	padding: 20px;
	width: 35%;
	z-index: 10;
	position: relative;
	margin-top: 2em;
}
#section-form img{
	display: block;
	margin: 20px auto;
}
#section-form small{
	font-size: 10px;
	line-height: 1.2em;
	display: block;
}
#section-form legend{
	color: #3085d6;
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}
#section-form .form-field{
	display: block;
	width: 100%;
	margin: 8px 0;
}
#section-form .control-label{
	display: block;
	margin-bottom: 3px;
}
#section-form input[type="submit"]{
	background: background: rgb(251,172,65);
	background: -moz-linear-gradient(left,  rgba(251,172,65,1) 0%, rgba(255,145,0,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(251,172,65,1)), color-stop(100%,rgba(255,145,0,1)));
	background: -webkit-linear-gradient(left,  rgba(251,172,65,1) 0%,rgba(255,145,0,1) 100%);
	background: -o-linear-gradient(left,  rgba(251,172,65,1) 0%,rgba(255,145,0,1) 100%);
	background: -ms-linear-gradient(left,  rgba(251,172,65,1) 0%,rgba(255,145,0,1) 100%);
	background: linear-gradient(to right,  rgba(251,172,65,1) 0%,rgba(255,145,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbac41', endColorstr='#ff9100',GradientType=1 );
	border: 1px solid #ffffff;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	border-radius: 20px;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 8px;
	text-transform: uppercase;
	width: 87%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 1px;
	
}
#section-form input[type="text"],
#section-form input[type="email"]{
	width: 100%;
	margin: 0;
	padding: 4px 10px;
}
#section-form .phone{
	font-size: 0;
	text-align: justify;
}
#section-form .phone label,
#section-form .phone span{
	font-size: 12px;
	line-height: 1.3em;
}
#section-form .phone span{
	text-align: center;
	width: 10px;
	display: inline-block;
}
#section-form .accept{
	position: relative;
	text-align: justify;
	line-height: 1.3em;
}
#section-form .accept label{
	display: inline;
}
#section-form .accept input{
	display: inline-block;
}
/*
	SECTION: OVERVIEW
--------------------------------------------*/
#section-overview, #section-2, #section-3{
	clear: both;
	padding-top: 30px;
}
#section-overview h2, #section-2 h2, #section-3 h2{
	background: #3085d6;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 15px;
	text-align: center;
}
#section-overview h3, #section-2 h3, #section-3 h3{
	font-weight: bold;
}
#section-overview p, #section-2 p, #section-3 p{
	margin: 10px 0;
}
#section-overview ul{
	list-style: disc;
	padding-left: 18px;
	margin: 10px 0;
}
#section-overview .inner, #section-2 .inner, #section-3 .inner{
	padding: 20px;
}
#section-overview strong, #section-2 strong, #section-3 strong{
	color: #3085d6;
	font-size: 18px;
	display: block;
	font-weight: bold;
	text-align: center;
}
#section-overview strong em{
	color: #30b297;
	display: block;
	font-size: 30px;
	margin: 9px 0;
}
.getquote {
	cursor:pointer;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbdca0), color-stop(100%, #fbba3a));
	background-image: -webkit-linear-gradient(#fbdca0, #fbba3a);
	background-image: -moz-linear-gradient(#fbdca0, #fbba3a);
	background-image: -o-linear-gradient(#fbdca0, #fbba3a);
	background-image: linear-gradient(#fbdca0, #fbba3a);
	-webkit-box-shadow: inset 0 0 3px white;
	-moz-box-shadow: inset 0 0 3px white;
	box-shadow: inset 0 0 3px white;
	border: 1px solid #de960a;
	color: #644405;
	-webkit-border-radius: 4px;
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	height: 36px;
	line-height: 34px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#mobile_header{
	display: none;
	width:400px; 
}

.blueh2{
	color: #3085d6;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
 	text-transform: uppercase;
	font-style: normal;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	#section-intro{
		background: url('img/woman.jpg') no-repeat bottom -50px right;
		background-position-x: 279px;
		background-position-y: 105px;
		float: left;
		width: 100%;
		padding: 120px 240px 10px 0;
		position: relative;
		font-style: italic;
	}

	#section-form{	
		background: #f1f1f1\9;
		border: 1px solid #dddddd\9;
		box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
		float: left;
		padding: 20px;
		width: 100%;
		z-index: 10;
		position: relative;
		margin-top: 2em;
	}

	#page-content:after{
		display: none; 
	}
 

}

@media only screen and (max-width: 767px) {

	#section-intro{
		background: url('img/woman.jpg') no-repeat bottom -50px right;
		background-position-x: 279px;
		background-position-y: 105px;
		float: left;
		width: 100%;
		padding: 120px 240px 10px 0;
		position: relative;
		font-style: italic;
	}

	#section-form{	
		background: #f1f1f1\9;
	 	border: 1px solid #dddddd\9;
		box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
		float: left;
		padding: 50px;
		width: 90%;
		z-index: 10;
		position: relative;
		margin-top: 2em;
	}
	#content{
		width: 100%;
	}

#page-content:after{
		display: none; 
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

		#page{
			width: 100%;
			max-width: 1024px;
			/*background-color: #f0f0f0;*/
		}
		#mob_header{
			width: 768px;
			max-width: 100%;
		}

		#section-intro{
		background: url('img/woman.jpg') no-repeat bottom -50px right;
		background-position-x: 279px;
		background-position-y: 105px;
		float: left;
	 	padding: 120px 240px 10px 0;
		position: relative;
		font-style: italic;
		max-width: 768px;
		width: 100%;
		}

	#section-form{	
		background: #f1f1f1\9;
		/*background-color: #116911;*/
		border: 1px solid #dddddd\9;
		box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
		float: left;
		padding: 50px;
		width: 768px;
		z-index: 10;
		position: relative;
		margin-top: 2em;

	}

	#section-intro{
		/*max-width: 390px;*/
		width: 100%;
	}

	#page-footer{
		/*max-width: 390px;*/
		width: 100%;
	}

	#block-quote{
		display: none;
	}
	#section-intro{
		display: none;
	}
	#page-header{
 		display: none;
		width: 100%;
		max-width: 760px;
	}
	#mobile_header{
		display: block;
		/*width:400px; */
	}
	.navgobtn{
		width: 100%;
	}
	#section-overview, #section-2, #section-3{
	  	max-width: 768px;
	  	width: 100%;
	}

	/* Fixed for mobile*/
	body, html { 
		overflow-x:hidden; 
		max-width: 768px;
		width: 100%;


	}
#page-content:after{
		display: none; 
	}


}


@media only screen and (min-width: 414px) and (max-width: 480px) {

#section-form{	
		background: #f1f1f1\9;
		/*background-color: #601169;*/
		border: 1px solid #dddddd\9;
		box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
		padding: 50px;
		
		z-index: 10;
		
		margin-top: 2em;
		width: 100%;
		background-color: red;

	}

	html{
		background-color: red;
	}

}


@media only screen and (min-width: 481px) and (max-width: 767px) {

	#section-intro{
		background: url('img/woman.jpg') no-repeat bottom -50px right;
		background-position-x: 279px;
		background-position-y: 105px;
		float: left;
	 	padding: 120px 240px 10px 0;
		position: relative;
		font-style: italic;
		 
		width: 100%;
		}

	#section-form{	
		background: #f1f1f1\9;
		/*background-color: #601169;*/
		border: 1px solid #dddddd\9;
		box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
		float: left;
		padding: 50px;
		max-width: 767px;
		z-index: 10;
		position: relative;
		margin-top: 2em;
		width: 100%;
	}

	#section-intro{
		/*max-width: 390px;*/
		width: 100%;
	}

	#page-footer{
		max-width: 767px;
		width: 100%;
	}

	#block-quote{
		display: none;
	}
	#section-intro{
		display: none;
	}
	#page-header{
		 
		display: none;
	}
	#mobile_header{
		display: block;
		width:767px; 
	}
	.navgobtn{
		width: 100%;
	}
	#section-overview, #section-2, #section-3{
	  	max-width: 767px;
	  	width: 100%;
	}
	#page-content{
		max-width: 767px;
		width: 100%;
	}

	/* Fixed for mobile*/
	body, html { 
		overflow-x:hidden; 
	}
}



@media only screen and (min-width: 320px) and (max-width: 480px) {

	#section-intro{
		background: url('img/woman.jpg') no-repeat bottom -50px right;
		background-position-x: 279px;
		background-position-y: 105px;
		float: left;
	 	padding: 120px 240px 10px 0;
		position: relative;
		font-style: italic;
		max-width: 320px;
		width: 100%;
		}

	#section-form{	
		background: #f1f1f1\9;
		/*background-color: #601169;*/
		border: 1px solid #dddddd\9;
		box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
		float: left;
		padding: 50px;
		
		z-index: 10;
		position: relative;
		margin-top: 2em;
		width: 130%;
	}

	#section-intro{
		/*max-width: 390px;*/
		width: 100%;
	}

	#page-footer{
		max-width: 320px;
		width: 100%;
	}

	#block-quote{
		display: none;
	}
	#section-intro{
		display: none;
	}
	#page-header{
		 
		display: none;
	}
	#mobile_header{
		display: block;
		width:320px; 
	}
	.navgobtn{
		width: 100%;
	}
	#section-overview, #section-2, #section-3{
	  	max-width: 320px;
	  	width: 100%;
	}
	#page-content{
		max-width: 320px;
		width: 100%;
	}

	/* Fixed for mobile*/
	body, html { 
		overflow-x:hidden; 
	}
}


@media only screen and (min-width: 120px) and (max-width: 319px) {
	#section-intro{
		background: url('img/woman.jpg') no-repeat bottom -50px right;
		background-position-x: 279px;
		background-position-y: 105px;
		float: left;
	 	padding: 120px 240px 10px 0;
		position: relative;
		font-style: italic;
		max-width: 300px;
		width: 100%;
		}

	#section-form{	
		background: #f1f1f1\9;
		/*background-color: #601169;*/
		border: 1px solid #dddddd\9;
		box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
		float: left;
		padding: 50px;
		max-width: 300px;
		z-index: 10;
		position: relative;
		margin-top: 2em;
		width: 100%;
	}

	#section-intro{
		/*max-width: 390px;*/
		width: 100%;
	}

	#page-footer{
		max-width: 300px;
		width: 100%;
	}

	#block-quote{
		display: none;
	}
	#section-intro{
		display: none;
	}
	#page-header{
		 
		display: none;
	}
	#mobile_header{
		display: block;
		width:300px; 
	}
	.navgobtn{
		width: 100%;
	}
	#section-overview, #section-2, #section-3{
	  	max-width: 300px;
	  	width: 100%;
	}
	#page-content{
		max-width: 300px;
		width: 100%;
	}

	/* Fixed for mobile*/
	body, html { 
		overflow-x:hidden; 
	}
}


 