body {
	margin:0;
	padding:0;
	font-family:  'Open Sans', verdana, arial, helvetica, helve, sans-serif;
	font-weight:400;

}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

.footer  { 
font-family:  'Open Sans', 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
color: #ffffff;
font-size : 16px; 
font-weight:400;
padding:0;
margin:0;
}
.footer a:visited {COLOR: white; TEXT-DECORATION: none;}
.footer a:active {COLOR: white; TEXT-DECORATION: none;}
.footer a:link {COLOR: white; TEXT-DECORATION: none;}
.footer a:hover {COLOR: #a7cbe5; TEXT-DECORATION: none;}
 

/*contact form */
#textbox {
    height:26px;
    font-size: 18px;
}



h1  { 
font-family:  'Oswald', 'Open Sans', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
color: #000;
margin-bottom : 0.2em;
margin-top: 10px;
font-size : 3em; 
line-height : 1.2;
font-weight:700;
text-align:center;
}

h2  { 
font-family:  'Open Sans', 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
color: #000;
font-size : 22px; 
font-weight:400;
padding:0;
margin:0;
}

.serv  { 
font-family:  'Oswald', 'Open Sans', verdana, arial, helvetica, sans-serif;
font-size : 16px; 
font-weight:400;
text-align:center;
}

/*design */





input[type=submit] {
	width: 90%;
    padding:10px 25px; 
    background:#F3A61F; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 8px;
    border-radius: 8px; 
	font-family:  'Oswald', 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size : 28px; 
	font-weight:400;
	margin-bottom: 15px;
}


.indent {
	margin-left: 5%;
	margin-right: 5%;
}



/* Menu */
.menu  { 
font-family:  'Oswald', 'Open Sans', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
color: #FFF;
margin: 0px;
font-size : 18px; 
font-weight:400;
line-height : 2.6;
text-align:right;
}
.menu a:visited {COLOR: white; TEXT-DECORATION: none;}
.menu a:active {COLOR: white; TEXT-DECORATION: none;}
.menu a:link {COLOR: white; TEXT-DECORATION: none;}
.menu a:hover {COLOR: #a7cbe5; TEXT-DECORATION: none;}


a:visited {COLOR: blue; TEXT-DECORATION: none;}
a:active {COLOR: blue; TEXT-DECORATION: none;}
a:link {COLOR: blue; TEXT-DECORATION: none;}
a:hover {COLOR: black; TEXT-DECORATION: none;}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }



/*  GRID OF FOUR  */

.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}


/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}



/*  GO FULL WIDTH BELOW 680 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  
		margin: 1% 0 1% 0%;
		padding: 5px;
	 }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_1_of_3, .span_2_of_3, .span_3_of_3 { width: 100%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
	.indent { margin: 0; }


	input[type=submit] {
	  	font-size : 22px; 
		font-weight:400;
	}

	h1  { 
		font-size : 28px; 
		text-align:center;
	}


	.column {
		  width: 100%;
		background-color: #fbfbe8;
	}


.video-container {
    position: relative;
    padding-bottom: 51.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


}

