.imgCentre{
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.wh{
    width: 312px;
    height: 170px;
}
.uppersiz{
    text-transform: uppercase;
    font-size: 20px
}
.marg{margin-right: 30px;}
.w{width: 51%;}

.logo-img{
    width: 200px;
    height: 200px;
}
.logo-menu{
    width: 50px;
    height: 50px;
    /*float: left;*/
}
.logo-res{
    width: 350px;
    height: 110px
}

@media (max-width: 500px) {
    .logo-res{
        width: 290px;
        height: 90px;
    }
}
@media (max-width: 321px) {
    .logo-res{
        width: 250px;
        height: 77px;
    }
}
.chosen-container-single .chosen-single{
    border-radius: 0px;
    background: white;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: none;
    height: 31px;
    padding: 2px 0px 0px 8px;
    margin-top: -15px;

}