/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

#header {
	background-color: #fff;
	height: 160px;
	text-align: center;
}

#headline {
	padding-top: 60px;
	padding-bottom: 50px;
	text-align: center;
}

#usp {
	background-color: #2976a6;
	text-align: center;
}

#contact {
	background-color: #1A2333;
	text-align: center;
}

#payoff {
	background-color: #0D1219;
	height: 75px;
	text-align: center;
	vertical-align: middle;
}

#footer {
	background-color: #163559;
	height: 75px;
	text-align: center;
}


/* #Page Styles
================================================== */

#header img {
	height: 60%;
	margin-top: 35px;
}

#headline p {
	margin-left: 10%;
	margin-right: 10%;	
}

#usp .column {
	margin-top: 60px;	
	margin-bottom: 40px;
}

#usp p {
	padding-left: 5%;
	padding-right: 5%;	
}

#headline {
	position: relative;	
	overflow: hidden;
	z-index: 0;
}

#headline .container {
	z-index: 4;	
}
#headline .container div {
	position: relative;
    z-index: 5;
}
#headline video {
	position: absolute;	
	top: 0; 
	left: 0;
	z-index: 2; 
	width: 100%;
}
#headline img {
	width: 100%;
	z-index: 1; 
}
#headline .videoHue
{
	position: absolute;	
	top: 0; 
	left: 0;
	z-index: 3; 
	width: 100%;
	height: 100%;
	background-color: #163559;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
#payoff img {
	height: 50%;
	padding-top: 20px;	
}

#footer p {
	color: #50B7E6;
	font-size: 13px;	
	padding-top: 25px;
}
#contact .column {
	margin-top: 60px;
	margin-bottom: 40px;

}

#contact .contactForm {

}

#contact form input, #contact form textarea {
	width: 80%;	
	display: inline-block; 
}

#contact form input[type='image'] {
	width: 83%;	
}



#contact #contactFormSubmitted {
	display: none;	
}

#contact .bioFuel img {
		width: 45%;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		
	}
	
		@media only screen and (max-width: 1024px) {
			#headline video, #headline .videoHue {
				display: none;
			}
			#headline {
			background: url(../images/videoback.jpg) no-repeat fixed center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			}
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#header {
			height: 120px;	
		}
		#header img {
			margin-top: 25px;
		}
		
		#headline video { 
			width: auto;
			height: 100%;
		}
		
		#contact .divider {
			display: none;
		}
		
		#usp .column {
			margin-top: 30px;	
			margin-bottom: 0;
		}
		#contact .column {
			margin-top: 30px;
			margin-bottom: 0;
		}
		
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#payoff img {
			height: auto;
			width: 90%;
			padding-top: 25px;	
		}
		
		h1 { font-size: 32px; line-height: 38px; }
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/