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

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

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

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

@media (min-width:1220px) and (max-width:1330px) {
	.responsive .standard-body .full-width .container {
		width: 1160px;
	}
	
	.responsive .standard-body .fixed .background {
		width: 1120px;
	}
	
	.responsive .main-fixed {
		width: 1120px;
	}
}

@media (min-width:1158px) and (max-width:1220px) {
	.responsive .standard-body .full-width .container {
		width: 1098px;
	}
	
	.responsive .standard-body .fixed .background {
		width: 1058px;
	}
	
	.responsive .main-fixed {
		width: 1058px;
	}
}

@media (min-width:1052px) and (max-width:1158px) {
	.responsive .standard-body .full-width .container {
		width: 966px;
	}
	
	.responsive .standard-body .fixed .background {
		width: 926px;
	}
	
	.responsive .main-fixed {
		width: 926px;
	}
}

@media (min-width:768px) and (max-width:1052px) {
	.responsive .standard-body .full-width .container {
		width: 768px;
	}
	
	.responsive .standard-body .fixed .background {
		width: 728px;
	}
	
	.responsive .main-fixed {
		width: 728px;
	}
}
	
@media (max-width:768px) {
	.responsive .standard-body .full-width .container {
		width: auto;
	}
	
	.responsive .standard-body .fixed .background {
		width: auto;
	}
	
	.responsive .main-fixed {
		width: auto;
	}
}