#be-booking-form {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    position: relative;
    z-index: 1;
    margin: -160px auto 90px auto;
    max-width: 1300px;
    min-height: 93px;
    background: #ffffff;
}

.be-container {
    padding: 0 30px;
}

.be-page #main,
.be-page #primary .col-md-4,
.be-page .social-media,
.be-page .social {
    display: none;
}

.be-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    background-color: #690000;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .38), inset 0 1px 0 0 hsla(0, 0%, 100%, 0);
    color: #fff;
    cursor: pointer;
    font-family: Lato, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 42px;
    max-width: 168px;
    padding: 0 12px;
    text-shadow: 0 0 0 transparent;
    text-transform: uppercase;
    width: 100%;
}

.be-link:hover {
    background-color: #920000;
    border: 1px solid hsla(0, 0%, 100%, .16);
    color: #fff;
}

@media screen and (max-width: 1180px) {
    #block-search {
        position: static;
        margin: 0 auto 10px auto;
        box-shadow: 0 0 30px 0 rgba(0,0,0,0.12);
    }

}


