#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #fff;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.tl-wrapper {
    position: relative;
}

#block-search--main {
    background: #ffffffe5;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: absolute !important;
    z-index: 9;
    bottom: 140px;
    transform: translateX(-50%);
    left: 50%;
}

#block-search.block-search--inner {
    border: 1px solid #cecece;
    box-shadow: 5px 10px 35px -10px #2940d340;
    margin: 0 auto 30px;
}

.tl-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}

#tl-booking-form {
    margin:  18px auto 30px;
    max-width: 1280px;
    width: 100%;
}

#tl-booking-cart {
    z-index: 1 !important;
}

body.page-id-2121 #block-search,
body.page-id-2121 .amo-button-holder,
body.page-id-2121 #menu_header_4 > li.xtra-mobile-menu-additional > div,
body.page-id-2121 #site_header > div.header_3.cz_row_shape_none.cz_menu_fx_unroll.cz_submenu_fx_moveup > div > div > div.elms_right.header_3_right > div.cz_elm.social_header_3_right_8.inner_social_header_3_right_3,
body.page-id-2121 #intro > div.amo-button-holder.amo-vertical,
body.page-id-2121 #intro > div.widget_shopping_cart_live_region.screen-reader-text,
body.page-id-2121 #max-floating-button,
body.page-id-2121 #site_header > div.header_2.cz_menu_fx_top_to_bottom > div > div > div.elms_right.header_2_right > div.cz_elm.image_header_2_right_3.inner_image_header_2_right_2 {
    display: none !important;
}

@media screen and (max-width: 1280px) {
    #block-search--main {
        box-shadow: 5px 10px 35px -10px #2940d340;
        position: relative !important;
        bottom: auto;
        margin: 30px auto 0;
        transform: none;
        left: auto;
    }
}

@media screen and (max-width: 767px) {
    #block-search--main {
        margin: 30px auto 120px;
    }
}
