#be-booking-form {
    width: 100%;
    max-width: 1200px;
    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;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

#block-search.block-search--main {
    position: absolute;
    width: 100%;
    z-index: 1;
    right: max(100px, calc(145px - ((1920px - 100vw) * 0.5)));
    top: -42rem;
    max-width: 320px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}

.be-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}

.page-id-1337 {
    background: #ffffff;
}

.page-id-1337 .menu-link {
    color: #0F172A;
}

.page-id-1337 .menu-link:hover {
    color: #2997AA;
}

.page-id-1337 #ast-mobile-header {
    position: absolute;
    width: 100%;
}

.page-id-1337 .ast-header-social-wrap,
.page-id-1337 .footer-social-inner-wrap {
    display: none;
}

@media screen and (max-height: 800px) {
    #block-search.block-search--main {
        top: -36rem;
    }
}

@media screen and (max-width: 1100px), screen and (max-height: 700px) {
    #block-search.block-search--main {
        position: relative;
        right: auto;
        top: 0;
        max-width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }
}

@media (min-width: 921px) {
    .page-id-1337 #masthead {
        position: absolute;
        left: 0;
        right: 0;
    }

    .page-id-1337 .menu-link {
        color: rgba(255, 255, 255, 0.72);
    }

    .page-id-1337 .menu-link:hover {
        color: #ffffff;
    }
}