body .client_logos img{
    width:auto!important;
}

.formFieldSeps {
    float: left;
    width: 100%;
/* border: 1px solid #222; */
    overflow: auto;
    padding: 5px 0;
    text-align: center;
    margin: 10px 0 10px 0;
    color: black;
    background: #dfdfdf;
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
@media only screen and (max-width: 479px){
body .top_nav .tplinks li img{
display: block!Important;
}
}

@media only screen and (max-width: 999px) and (min-width: 99px) {
#logo img{
    max-width: 100%;
    width: 200px;
}
}

@media only screen and (max-width: 1024px) {

body .locations-one {
    width: 100%!important;
    margin-top: 20px;
}
}

@media only screen and (max-width: 1024px) {

body .wpb_wrapper .foolist {
border-bottom: 1px solid rgba(255,255,255,0.1);
word-spacing: 10px;
}
}


@media only screen and (max-width: 1024px) and (min-width: 99px) {
   body .news {
       max-width: 100%!important;
   }
}