.lh-logo-content {
    background-image: url("head_logo.png");
    background-position: 0px 70px;
    background-size: 350px auto;
    background-repeat: no-repeat;
    height: 125px;
    width: 100%;
}

.header-container-logo {
    display: block;
    width: 350px;
    margin: auto;
}

.header-container {
    background: #ffffff;
}

.title-navigation ul.navigation-ul li a {
    color: #5D5E5F;
}

.lh-logo-footer {
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 32px;
    width: 120px;
}

.booking3-region-map {
    height: auto !important;
}

.booking3-region-map .map-image-all {
    height: auto;
    max-width: 620px;
    position: relative !important;
    width: auto;
    left: 30px;
    top: 0px !important;
}

.map-highlight-container {
    height: auto;
    max-width: 100% !important;
    position: relative !important;
    width: auto;
    top: 0px;
}

@media screen and (max-width: 1199px) {
    .booking3-region-map .map-image-all {
        max-width: 100% !important;
        left: 0px !important;
    }
}

@media screen and (max-width: 640px) {

    .lh-logo-content {
        background-position: 0px 30px;
        background-size: 300px auto;
        height: 60px;
    }

    .header-container-logo {
        width: 300px;
    }

    .navigation-ul .login-btn, .navigation-ul a {
        background: #ffffff none repeat scroll 0 0 !important;
        color: #777777 !important;
        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-bottom: 1px solid #efefef !important;
        font-size: 14px !important;
        font-weight: normal !important;
        display: block !important;
    }
}

@media screen and (max-width: 460px) {
    .lh-logo-content {
        background-position: 0px 25px;
        background-size: 250px auto;
        height: 50px;
    }

    .header-container-logo {
        width: 250px;
        margin-left: 20px;
    }
}
