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) {
	header, footer, .featured, .social {width:768px;}
}

@media only screen and (max-width: 767px) {
	header, footer, .featured, .social{width:100%;}
	header {margin-top: 0px;height:170px;}
	header #logo{top:50px;}
	#content{background-color:#ffffff;}
	header nav {top:5px; right: 5px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
	header{height: 160px; border: 0px;}
	header #logo{top: 80px;
	margin-left: -150px;
    left: 50%;}
	
	.featured {display: none; }
	
	.block02 section{font-size: 12px; padding: 10px 20px; margin-top: -8px;}
	.block01 section{padding: 0px 60px 20px;}
	
	footer {border: 0px;}
	.zerogrid {border: 0px;}
	
	.social {height:20px; border: 0px;}
	.social .shareicons{    position: absolute;
    margin-left: -150px;
    left: 50%;
	display: none;
	}
	.social #search{right:auto; top:auto; bottom: 4px;
	margin-left: -20px;
    left: 50%; 
	display: none;
	}
}