@import url("header.css");
@import url("why-us.css");
@import url("footer.css");


ul li {
 padding: 0;
 margin: 0;
 list-style-type: none;
 text-decoration: none;
 background-image: none;
}

#main_content {
 display: block;
 height: auto;
}

.container_proxy,
#footer_proxy .container_proxy,
#header .container_proxy,
#mobile_header .container_proxy {
 max-width: 1374px;
 margin: 0 auto;
}

.wrapper,
#footer_proxy .wrapper,
#header .wrapper,
#mobile_header .wrapper {
 float: left;
 width: 100%;
}

.container {
 padding: 0!important;
}

@media screen and (max-width: 1400px) {
 .wrapper,
 #footer_proxy .wrapper,
 #header .wrapper,
 #mobile_header .wrapper {
  padding: 0 2%;
 }
}

@media screen and (max-width:950px) {
 .wrapper,
 #footer_proxy .wrapper,
 #header .wrapper,
 #mobile_header .wrapper {
  padding: 0 2.5%;
 }
}

@media screen and (max-width:676px) {
 .wrapper,
 #footer_proxy .wrapper,
 #header .wrapper,
 #mobile_header .wrapper {
  padding: 0 3%;
 }
}

@media screen and (max-width:550px) {
 .wrapper,
 #footer_proxy .wrapper,
 #header .wrapper,
 #mobile_header .wrapper {
  padding: 0 4%;
 }
}

