#be-booking-form {
    width: 100%;
    max-width: 1140px;
    margin: 10px auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

.be-page .list-ht #be-booking-form + div,
.be-page #Footer1_txtemail,
.be-page .btemail,
.be-page .fb-livechat,
.be-page .social,
.be-page #block-search {
    display: none !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #e4ba46;
    border-bottom: 1px solid #643e18;
}

.be-container {
    max-width: 1200px;
    margin: 0 auto;
}

.be-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    background-color: #643e18;
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 3px;
    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: Open Sans, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    height: 42px;
    max-width: 168px;
    padding: 0 12px;
    text-transform: uppercase;
}

.be-link:hover {
    background-color: #855220;
    border: 1px solid hsla(0, 0%, 100%, .16);
    color: #fff;
}