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) {
	.wrap-header, .wrap-pagetop, #content, .zerogrid, .block02{width:768px;}
	footer .heading {width:748px;}
	.zerogrid .col-1-3{width:100%;}
	.zerogrid .col-right{width:184px;}
	.zerogrid .col-left{width:504px;}
	footer .content{font-size:18px;}
	.feature{padding:0px;}
	.welcome{margin:0px;}
}

@media only screen and (max-width: 767px) {
	.wrap-header, .wrap-pagetop, #content, .zerogrid, .zerogrid .col-right, .zerogrid .col-left, .block02{width:100%; margin:0px; padding:0px;}
	
	.feature{padding:0px;}
	.welcome{margin:0px;}
	footer .content{font-size:16px;}
	.wrap-header {margin-top: 0px;height:150px;}
	
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.zerogrid .col-1-3{width:100%;}
	footer .heading {width:95%;}
	.wrap-header #logo{top:auto; bottom:10px;}
	footer .content{font-size:14px;}
	nav{top:20px; left:5px;}
}

@media only screen and (max-width: 479px) {
	.zerogrid .col-1-3{width:100%;}
	footer .heading {width:95%;}
	.wrap-header{height: 200px;}
	.wrap-header #logo{top:auto; bottom:20px; left:5px;}
	footer .content{font-size:12px;}
	nav{top:40px; left:5px; }
	
	#main-content img{width:80%; height: 80%;}
	
	footer .copyright{height:50px;}
}