@media only screen and (max-width:1280px) {

}
@media only screen and (max-width:1199px) {


}

@media only screen and (max-width:1024px) {

}
@media screen and (max-width: 991px) {
#demo .carousel-item{
/* height:315px;	*/
}
}

@media only screen and (max-width:800px) { 

}
@media only screen and (max-width:767px) { 
.top_menu ul li a{
 font-size:12px;	
}
.w-1 a{
 font-size:12px;
 padding: 6px 12px;		
}
#demo .carousel-item{
/* height:200px;*/	
}
}
@media only screen and (max-width:575px) { 
.logo, .header_right{
 text-align:center;	
}

}
@media only screen and (max-width:550px){
	
}
@media only screen and (max-width:480px) { 

}
@media only screen and (max-width:414px) { 

}
@media only screen and (max-width:360px) { 

}
@media only screen and (max-width:320px) {


}