

@media screen and (min-width: 768px) and (max-width: 1024px) {
	
   .sitewidth {
	   max-width: 1200px ;  
	   width: 95% !important;
	 }
	 
	 ul.sidemenu .row {
		width: 100%;
	}
	
	.zimerBlockHome {
		zoom: .7 !important;
		width: 49% !important;
	}
	.zimerBlock {
		    zoom: .8;
		width: 96%;
	}
	
	.sidemenu li span.count ,
	.top .left
	{
		display: none;
	}
	.sidemenu li {
		width: 89%;
	}
	#thumbs_main , div.box1 , .top_hader {
		zoom: .77;
	}
	.picandprice .left , .picandprice .right   { zoom:.7 };
	
	
}