.wrapper {
    background: #ECECEC;
}
.change-language-bar-wrapper {
    background: #fff;
    margin: 0;
    padding: 5px 0;
}
.content-wrapper {
    max-width: none;
    background: #fff;
    padding-top: 20px;
}
.footer {
    background: #36353a;
    color: #e2e2e2;
}
.footer hr {
    width: 0;
}
.menu {
    /*margin-top: 5px;*/
    background: #fff;
    border: none;
}
.menu-logo {
    width: 100px;
    margin-right: 10px;
    margin-left: 24px;
    height: 46px;
}
@media (max-width:767px) {
    .menu-logo {
        margin-top: 10px;
    }
}
.menu .container-wrapper {
    width: auto;
}
.menu .navbar-nav > li > a {
    color: #397aa3 !important;
    font-size: 14px;
}

.quickSearch .menu {
    margin-bottom: 0;
}
.quickSearch .container-wrapper.content-wrapper {
    width: auto;
    padding: 0;
}
.quick-banner-wrapper img {
    max-height: 800px;
}
.banner-change-language {
    text-align: center;
}
.banner-change-language h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.suggestion-box {
    padding: 0 20px;
}
@media (min-width: 700px) {
    .quickSearch .container-wrapper.content-wrapper {
        position: relative;
    }
    .quick-banner-wrapper img {
        height: 800px;
    }
    .quickSearch .container-wrapper.content-wrapper {
        position: relative;
    }
    .banner-change-language {
        color: #fff;
        position: absolute;
        top: 100px;
    }
    .banner-change-language .change-language-bar-wrapper {
        background: none;
    }
    .quick-form-wrapper {
        position: absolute;
        top: 320px;
        width: 100%;
        margin: 0;
    }
}
@media (min-width: 1100px) {
    .quick-banner-wrapper img {
        height: 800px;
    }
    .banner-change-language {
        color: #fff;
        position: absolute;
        max-width: 800px;
        top: 100px;
        left: 50%;
        margin: auto 0 auto -400px;
    }
    .quick-form-wrapper {
        position: absolute;
        width: 800px;
        top: 320px;
        left: 50%;
        margin: auto 0 auto -400px;
    }
}

@media (min-width: 992px) {
    .quick-form-wrapper {
        background: rgba(0, 0, 0, 0.5);
    }
}
@media (min-width: 1200px) {
    .suggestion-box {
        width: 1170px;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }
}
.search-type-menu li a {
    font-size: 11px;
    line-height: 20px;
}

a, a:focus, a:hover {
    color: #397aa3;
}
.basic-info {
    padding: 0;
    background: none;
}

.bottom-contact-box-wrapper {
    width: 100%;
    background: #fff;
    margin: 30px 0 0 0;
}
@media (min-width: 1200px) {
    .bottom-contact-box-wrapper {
        padding: 20px 0;
    }
    .bottom-contact-box {
        width: 1170px;
        margin: 0 auto;
    }
}
.bottom-contact-box h3 {
    font-size: 24px;
    color: #397aa3;
    text-transform: uppercase;
}
.contact-data-agent-name {font-size: 20px;}
.contact-data-office-name {font-size: 16px; text-transform: uppercase}
