#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    max-width: 1170px;
    margin: 40px auto 0 auto;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05);
}

#block-search.block-search--main {
    position: relative;
    z-index: 20;
    margin: -160px auto 0 auto;
}

.be-container {
    padding: 0 30px;
}

#be-booking-form,
#be-reviews-widget {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 5px;
}

#tl-booking-cart {
    z-index: 1 !important;
}

a.be-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px auto;
    background-color: #c30b1c;
    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: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    max-width: 168px;
    padding: 0 12px;
    text-transform: uppercase;
}

a.be-link:hover {
    background-color: #ea0d22;
    border: 1px solid hsla(0, 0%, 100%, .16);
    color: #fff;
}

#be-reputation-widget {
    position: absolute !important;
    bottom: 100%;
    right: 0;
    z-index: 20;
    width: 100%;
    max-width: 300px;
}

#be-reputation-widget-mobile {
    display: none;
}

@media screen and (max-width: 1070px) {
    #block-search.block-search--main {
        position: relative;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    #be-reputation-widget {
        display: none;
    }

    #be-reputation-widget-mobile {
        display: block;
        position: absolute !important;
        bottom: 100%;
        right: 0;
        z-index: 20;
        margin-bottom: 25px;
        max-width: 150px;
    }
}

@media screen and (max-width: 768px) {
    .be-page footer {
        display: none;
    }
}