@charset "utf-8";
/* CSS Document */

/* Global */
/* Global */
body {margin: 0px; font-family: "arial"; font-size: 16px; color:#16284c;}
body {margin:0px;}

/* Clear */
.clear {clear:both;}

/* Text */
.caps {text-transform:uppercase;}
.bold {font-weight:bold;}
.center{text-align:center;}
.text_22 {font-size:22px;}
.text_28 {font-size:28px;}
.text_48 {font-size:48px;}
.text_40 {font-size:40px;}
.text_36 {font-size:36px;}
.text_18 {font-size:18px;}
.text_16 {font-size:16px;}
.text_14 {font-size:14px;}
.text_13 {font-size:13px;}
.text_12 {font-size:12px;}
.text_11 {font-size:11px;}
.text_10 {font-size:10px;}
.color_white {color:#ffffff;}
.color_orange {color:#ff6d2c;}
.color_green {color:#96a81e;}
.color_blue {color:#196eb7;}
.color_navy {color:#16284c;}
.font_bebas {font-family: "bebas-neue";}

/* Links */
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

/* Floats */
.float_lt {float:left;}
.float_rt {float:right;}

/* DIV's */
.header { height:210px; background-color: #ffffff; background-position:center;}
.header_content { height:210px; background-image:url(../images/980.png); background-repeat:no-repeat; background-position:center;}
.video_980 {width:980px; margin:auto; display:block;}
.video_740 {display:none;}
.video_440 {display:none;}
.video_300 {display:none;}
.div_80 {width:980px; margin:auto; font-size:22px;}
.title {width:80%; margin:auto; font-size:36px;}
.footer { height:200px; background-color: #16284c; background-position:center;}
.content {width:980px; margin:auto; font-size:16px;}
.center {text-align: center;}

.btn {display: inline-block; padding: 10px 20px; text-transform: uppercase; color: #ffffff; background-color: #95a71e; margin: auto; border-radius: 2px; letter-spacing: 2px; cursor: pointer;}

.copyright {text-align: center; font-size: 11px;}

a {color: #16284f;}

/* Form Styles */


/* Logo */


/* Buttons */


/* #Media Queries
================================================== */
	
	/* Smaller than standard 960 (devices and browsers)
	@media only screen and (max-width: 959px) {
	
	}*/
	
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 979px) {
	
	.video_980 {display:none;}
	.video_740 {width:740px; margin:auto; display:block;}
	.video_440 {display:none;}
	.video_300 {display:none;}
	.div_80 {width:80%; margin:auto;}
	.content {width:80%; margin:auto;}
		.header { height:202px; background-color: #ffffff; background-position:center;}
	.header_content { height:202px; background-image:url(../images/980.png); background-repeat:no-repeat; background-position:center;}
	}
	
	
	
	
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.video_980 {display:none;}
	.video_740 {display:none;}
	.video_440 {width:440px; margin:auto; display:block;}
	.video_300 {display:none;}
	.div_80 {width:80%; margin:auto;}
	.content {width:80%; margin:auto;}
	.header { height:153px; background-color: #ffffff; background-position:center;}
	.header_content { height:153px; background-image:url(../images/600.png); background-repeat:no-repeat; background-position:center;}
	}
	



	
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
	.video_980 {display:none;}
	.video_740 {display:none;}
	.video_440 {display:none;}
	.video_300 {width:300px; margin:auto; display:block;}
	.div_80 {width:80%; margin:auto; font-size:14px;}
	.content {width:80%; margin:auto;}
	.title {width:80%; margin:auto; font-size:18px;}
	.header { height:153px; background-color: #ffffff; background-position:center;}
	.header_content { height:153px; background-image:url(../images/400.png); background-repeat:no-repeat; background-position:center;}
	
	}