
@media only screen and (max-width:1100px) {
	.slogan{font-size:18px; }
	.desktop-menu ul li a{font-size:23px;}	
}

/*Samsung Galaxy S3 Landscape (640px) */	

@media only screen and (max-width: 667px) { 
   
}


@media only screen and (max-width:736px) {
	
}




@media only screen  and (max-width:980px) {
	

}

@media only screen and (min-width:769px) and (max-width:920px) {

}

@media only screen and (max-width:768px) {
	
	.wrap{max-width:100%; padding:0 25px;}
	.desktop-menu{display:none;}
	.navbar-toggle{display:block;}
	.logo{float:none; width:100%; text-align:center;}
	#navigation{float:none; position:absolute; top:0 ;right:25px;padding: 40px 0 0 45px;}
	.logo .mobile{display:block;}
	.logo .desktop{display:none;}
	.slogan{display:none;}
	#header{background:#EC1C24;margin-bottom: 25px;}
	.leftbar{display:none;}
	.mainbar{width:100%;} 
	.content{max-width:100%;} 
	#testimonial{background-image:none;}
	#testimonial ul.listbar{max-width:100%;}
	body.page-id-10 #mainbody {background-image:none;}
}

/*Iphone 5 (568px) and Samsung Galaxy S1 and S2 (533px) Landscape */	

@media only screen and (max-width: 568px){

}

/*Phone 4 (480px) Landscape and Samsung Galaxy S3 Portrait (360px)*/	

@media only screen and (max-width: 480px){
	.logo .mobile img{max-width:90%;}
	#home-products ul.products-cate li{margin: 0 0 25px 0;width: 100%;}
	.headleft{max-width:100%;padding: 0 0 15px 0;}
	.headright{max-width:100%;}
	.product-recommend ul li{width:100%; margin:0 0 25px 0;}
	.content-home h1{max-width:100%;}
	ul.products-cate li img{width:100%;}
}

@media only screen and (max-width: 414px){
	.logo .mobile img { max-width: 65%;}
	#navigation{top:-4px;}
	.navbar-toggle .glyphicon{font-size:330%;}
	.navbar-toggle{margin-top:0;}
}

/*IPhone and Samsung Galaxy S1 and S2 Portrait (both 320px) */	

@media only screen and (max-width: 375px) { 
	
}

@media only screen and (max-width: 320px) { 
	.navbar-toggle { margin-top: 0;}
	.navbar-toggle .glyphicon { font-size: 280%;}
}








