#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #265e53;
    border-bottom: 0.5px solid #D3D3D3;
}

.be-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 30px;
}

#be-booking-form {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

.page-id-100120 .hide-contact,
.page-id-100120 .socials,
.page-id-100120 .header-social-icons,
.page-id-100120 .block-search-wrapper,
.page-id-100123 .hide-contact,
.page-id-100123 .social-icons,
.page-id-100123 .header-social-icons,
.page-id-100123 .socials,
.page-id-100123 .block-search-wrapper,
.be-old-bf {
    display: none !important;
}

@media screen and (min-width: 1280px) and (min-height: 600px) {
    .banner-header .flickity-viewport {
        max-height: calc(100vh - 103px);
    }

    .banner-header .banner.is-full-height {
        min-height: 500px;
        height: calc(100vh - 103px);
    }
}