.standard-body .full-width .container {
	max-width: none;
	width: 1440px;
}

.no-responsive body {
	min-width: 1440px;
}

.standard-body .fixed > .background {
	width: 1440px;
	max-width: none;
}

.main-fixed {
	width: 1440px;
	max-width: none;
}

.main-fixed2 {
	width: 1440px;
	max-width: none;
}


	
@media (max-width:1399px) {
	.responsive .standard-body .full-width .container {
		width: auto;
	}
	
	.responsive .standard-body .fixed > .background {
		width: auto;
	}
	
	.responsive .main-fixed {
		width: auto;
	}
	
	.responsive .main-fixed2 {
		width: auto;
	}
}

.container .container {
	width: auto !important;
}
