#be-booking-form,
#be-reviews-widget {
    width: 100%;
    max-width: 1140px;
    margin: 10px auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #ffffff;
}

#block-search.block-search--main {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: -320px auto 225px auto;
    background: rgba(255, 255, 255, 0.92);
}

.be-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.be-page .floating-buttons.sb-ready,
.be-page .social-links,
.room-booking-form,
#hotelrunner_button {
    display: none !important;
}

.be-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #3d85c7;
    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: 'Old Standard TT', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 42px;
    max-width: 250px;
    padding: 0 12px;
    text-transform: uppercase;
}

.be-link:hover {
    background-color: #5d99d0;
    border: 1px solid hsla(0, 0%, 100%, .16);
    color: #fff;
}

#be-reputation-widget {
    position: absolute !important;
    right: 0;
    bottom: 100%;
    width: 100%;
    max-width: 150px;
}

@media screen and (max-width: 1220px) {
    .be-page .back-to-top {
        display: none !important;
    }
}

@media screen and (max-width: 1075px) {
    #block-search.block-search--main {
        background: #ffffff;
        margin: 0 auto;
    }

    #be-reputation-widget {
        margin-right: 30px;
    }
}