#be-booking-form {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #f1eee9;
    border-bottom: 1px solid #e6e0d5;
}

#block-search.block-search--main {
    position: relative;
    z-index: 1;
    margin-top: -128px;
    background: rgba(241, 238, 233, 0.9);
    border: none;
}

.be-container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
}

.be-page .footer_top,
.be-page .weatherwidget-io,
.section-check-availability,
.room-detail_form {
    display: none !important;
}

.be-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 auto;
    background-color: #641211;
    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;
    height: 42px;
    max-width: 168px;
    padding: 0 12px;
    text-transform: uppercase;
}

.be-link:hover,
.be-link:active {
    background-color: #871817;
    border: 1px solid hsla(0, 0%, 100%, .16);
    color: #fff;
}

@media screen and (max-width: 1160px) {
    #block-search.block-search--main {
        position: relative;
        z-index: 1;
        margin-top: 0;
        background: #f1eee9;
        border-bottom: 1px solid #e6e0d5;
    }
}