﻿body{ background:url(../images/About_Us.jpg) no-repeat !important;}
.w_con_bg{ background:rgba(43,43,43,.85) !important}


.container-fluid{ width:1194px}




@media only screen and (max-width:1211px)and (min-width:1200px) {
.container-fluid {width: 1183px}
}


@media (min-width:768px) {
.container-fluid {
	width: 750px
}
}
@media (min-width:992px) {
.container-fluid{
	width: 970px
}
}


@media only screen and (min-width:1200px) {
.container-fluid {width: 1194px}
}

@media only screen and (max-width:768px) {
.container-fluid {
	width: 100%
}
}