#be-booking-form {
    max-width: 1200px;
    margin: 0 auto 30px;
}

#tl-booking-cart {
    z-index: 1 !important;
}

.page-template-booking-page .bazz-widget {
    display: none!important;
}

#block-search {
    background: rgba(42, 171, 226, .85);
}

.be-container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}

@media(min-width: 1200px) {
    #block-search {
        position: absolute;
        z-index: 10;
        width: 100%;
        top: 115px;
    }
    .nav-booking a {
        color: #fff!important;
        font-family: 'Montserrat',Arial,sans-serif!important;
        font-size: 11px!important;
        font-weight: bold;
        font-style: normal;
        text-transform: uppercase;
        background-color: #074360;
        background-image: -webkit-linear-gradient(bottom, #074360, #074360);
        background-image: linear-gradient(to top, #074360, #074360);
        border: 0 solid;
        border-color: rgba(255,255,255,0.16);
        border-top-color: rgba(255,255,255,0.16);
        border-top-width: 0;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0), 0 1px 0 0 rgba(255,255,255,0) inset;
        text-shadow: 0 0 0 rgba(0,0,0,0);
        padding: 15px 20px;
        cursor: pointer;
        white-space: normal;
        margin-right: 40px;
    }

    .nd_options_navigation_2 div > ul > li.nav-booking:after {
        content: none!important;
    }
}

@media(max-width: 500px) {
    .be-container {
        padding: 0 15px;
    }
}

