@charset "UTF-8";
/* CSS Document */

@import url('reset.css');

body{
	font-family: "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

a{
	color:#39b54a;
	text-decoration:none;
}
a:hover{
	color:#56d4df;
	text-decoration:none;	
}

.wrapper{
	margin:0 auto;
	padding:0px 20px;
	max-width:920px;
}

@font-face {
    font-family: 'fertigo_proregular';
    src: url('../fonts/fertigo_pro-webfont.eot');
    src: url('../fonts/fertigo_pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fertigo_pro-webfont.woff') format('woff'),
         url('../fonts/fertigo_pro-webfont.ttf') format('truetype'),
         url('../fonts/fertigo_pro-webfont.svg#fertigo_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/***************** PARAGRAPHS AND HEADINGS ********************/
.green{
	color:#39b54a;
}

p{
	font-family: "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:20px;
	margin:15px 0px;
}

h1{
	font-family: 'fertigo_proregular';
	font-size:44px;
	line-height:47px;
	color:#39b54a;
}

h2{
	font-size:30px;
	line-height:34px;
	font-weight:bold;
	text-align:center;
}

h3{
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	text-align:center;
}

h4{

}

h5{

}

h6{

}

strong{
	font-weight:bold;
}
em{
	font-style:italic;
}

/**************************** HEADER ************************************/
header#mast-head{
	width:100%;
	padding:20px 0px;
	background: url(../images/border-beige.png) no-repeat;
	background-position: center bottom;
	float:left;
}

.socialicon{
	width:35px;
	height:37px;
	margin-left:10px;
	overflow:hidden;
	float:right;
}
.socialicon:hover img{
	margin-top:-37px;
}


/*************************** MAIN CONTENT *******************************/
div#mainbody{
	width:100%;
	padding:20px 0px;
	float:left;
}

div.section{
	width:100%;
	padding:20px 0px;
	float:left;
}

div#headingtext{
	width:50%;
	box-sizing:border-box;
	padding-right:40px;
	float:left;
}

/* VIDEO CONTAINER */
div#video{
	width:50%;
	float:right;
}

div#videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
div#videoWrapper iframe {
	position: absolute;
	z-index:100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.picrow img{
	width:23%;
	height:auto;
	margin:0px 6px;
	float:left;
}
.firstitem{
	margin-left:0px !important;
}
.lastitem{
	margin-right:0px !important;
}

.info{
	width:23%;
	margin:0px 6px;
	float:left;
}

.info-half{
	width:46%;
	margin: 0px 10px;
	float:left;
}

.testimonial{
	width:50%;
	height:181px;
	box-sizing:border-box;
	background:url(../images/testimonialbg.png) no-repeat;
	padding:15px 30px;
	float:left;
}
.testimonial p{
	color:#ffffff;
}

div#map{
	width:100%;
	float:left;
}

div#mapWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
div#mapWrapper iframe {
	position: absolute;
	z-index:100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*************************** FOOTER *************************************/
footer#site-footer{
	width:100%;
	padding:20px 0px;
	background: url(../images/border-beige.png) no-repeat;
	background-position: center top;
	float:left;
}

footer#site-footer p{
	text-align:center;
	color:#d8d8c9;
	font-size:13px;
}



/********************* RESPONSIVE *********************************/
@media screen and (max-width: 910px){
	h1{
		font-size:35px;
		line-height:39px;
	}
}
@media screen and (max-width: 710px){
	#video{
		width:100% !important;
		float:left !important;
	}
	#headingtext{
		margin-top:20px;
		width:100% !important;
		padding:0px !important;
	}
}
@media screen and (max-width: 590px){
	.picrow img{
		width:100%;
		margin:0px !important;
	}
	.info, .info-half{
		width:100%;
		margin:0px !important;
	}
}
@media screen and (max-width: 750px){
	.testimonial{
		width:100%;
		max-width:458px !important;
		margin:0 auto;
		margin-bottom:15px;
		float:none !important;
	}
}
@media screen and (max-width: 400px){
	h1{
		font-size:26px;
		line-height:30px;
	}
	
	p{
		font-size:14px;
		line-height:18px;
	}
	.mobilebr{
		display:block !important;
	}
}