#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search-main,
#block-search {
    background: #8fad82f2;
    width: 100%;
    margin: 0 auto;
}

.tl-wrapper {
    position: relative;
}

#block-search-main {
    position: absolute !important;
    z-index: 12;
    bottom: 0;
    box-sizing: border-box;
}

.tl-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 25px;
}

#tl-booking-form {
    margin:  18px auto 30px;
    max-width: 1170px;
    width: 100%;
}

#tl-booking-cart {
    z-index: 1 !important;
}

.bnovo-wrapper,
#booking_iframe {
    display: none;
}

.tl-button {
    font-family: "Tenor Sans", Arial, sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 160px;
    width: 100%;
    padding: 12px;
    margin: 30px 0;
    text-align: center;
    white-space: normal;
    color: #fff !important;
    background-color: #ff4856;
    border-radius: 5px;
}

.tl-button:hover {
    color: #fff !important;
    background-color: #fc182a;
    text-decoration: none !important;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    #tl-booking-form {
        width: auto;
        margin: 18px 12px 30px;
    }
}

@media screen and (max-width: 1239px) {
    #block-search-main {
        position: relative !important;
        bottom: auto;
    }
}