@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1920px) {
	
.bx-wrapper {
	max-width:1120px !important;}
	
	}
@media only screen and (max-width: 1366px) {
	.bx-wrapper{
	max-width:935px!important;}
	
	}
@media only screen and (max-width: 1280px) {
	
	
	.bx-wrapper{
	max-width:935px!important;}
	}
@media only screen and (max-width: 1024px) {
	
	.bx-wrapper{
	max-width:935px!important;}
	
	}
@media only screen and (max-width: 320x) {
	
	.bx-wrapper{
		max-width:290px!important;}
	
	}
