html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	nav{width:100%;}
	header, nav, .featured {width:768px;}
}

@media only screen and (max-width: 767px) {
	header {margin-top: 0px;width:100%;height:130px;}
	header #search{bottom:10px; top:auto; right:5px;}
	header img{width:27%;  }
	.featured{width:100%;}
	nav {width:99%;background:none;height:auto;margin-top:-20px;}
	nav ul li {float: none;background:#338AB0;text-align:center;padding-bottom:0px;margin-top:1px; line-height:.95em;
	border-radius:10px;
}
	nav ul li a{margin-bottom : 0px;letter-spacing:.1em}
	#content{background-color:#ffffff; margin-top:-10px}
	.main-content .content img{padding:0;  }
	
		.h1 {color: #FFF;font-size: 1.4em; 
	  text-transform:uppercase; 	
	line-height:26px;
}

header .h4 {font-size: 0.8em;
	 text-transform:uppercase; margin:20px 5px 0 10px ; line-height:1.5em 
	
}

header .h5 {color: #FFFF00;font-size: 15px; position:relative; top: 0px; 
	text-align: left;  text-transform:uppercase; line-height:1.5em 
	
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.h1 {color: #FFF;font-size: 2.1em; font-family: 'bebas_neueregular';
	 height:130px; text-transform:uppercase; 	text-shadow: -1px 0 6px black, 0 1px 6px black,
      1px 0 6px black, 0 -1px 6px black;
	line-height:40px;
}

	
}
