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: 641px) {
	.topmenu {display:none;}
	
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
	.main_view {width:80%;}
	.box{width:100%;}
	#verticalmenu {display:none;}
	.topmenu {display:block;}
	.zerogrid .row .col04{display:none;}
	.zerogrid .row .col12{margin-left: 90px;}
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
	.zerogrid .row .col12{margin-left: 0;}
}

@media only screen and (max-width: 640px) {
	header #logos_bar {margin-top: 0px;width:100%;}
	header #search{bottom:10px; top:auto; right:5px;}
	#main-menu {width:100%;margin:0px;}
	#verticalmenu {display:none;}
	.zerogrid .row .col04{display:none;}
	.topmenu {display:block;}
	.main_view {width:100%;}
	.featured{display:none;}
	.box{width:100%;}
	
}


@media only screen and (max-width: 560px) {
	header #logo {display:none;}
	.box{width:100%;}
	.topmenu {display:block;}
	
}