#block-search, #block-search * {
    box-sizing: border-box;
}
#block-search {
    background: rgba(185, 69, 69, 0.1);
    width: 100%;
}
#block-search.main {
    margin-top: 110px;
}
.tl-container {
    max-width: 1375px;
    margin: 0 auto;
    padding: 0 25px;
}
.tl-select-wrap {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
#tl-anchor {
    margin: 30px auto 18px;
    max-width: 1200px;
    color: #1c1c1c;
    font-family: "Gilda Display", sans-serif;
    padding: 6px;
    text-align: center;
}
#tl-block-select {
    color: rgb(109, 109, 109) !important;
    background-color: rgb(255, 255, 255);
    margin: 8px 0 10px;
}

#tl-hotel-select:hover,
#tl-hotel-select:focus {
    -webkit-appearance: none;
    outline: none;
}
#tl-hotel-select {
    background: rgb(255, 255, 255) url('data:image/svg+xml;base64,PCEtLSBSZXBsYWNlIHRoZSBjb250ZW50cyBvZiB0aGlzIGVkaXRvciB3aXRoIHlvdXIgU1ZHIGNvZGUgLS0+Cgo8c3ZnIHdpZHRoPSIxNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTYgOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljg2OSAxLjAwMDA5TDguMDc5ODcgOC4wNDE0MkwwLjE5Nzc1NCAwLjkxNTk5M0wxLjAwMDEzIDAuMTgzNzg0TDguMDc5ODcgNi41OTM0MkwxNS4wNjY2IDAuMjY3OTQ2TDE1Ljg2OSAxLjAwMDA5WiIgZmlsbD0iI0I5NDU0NSIvPgo8L3N2Zz4=') no-repeat right 20px top 22px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    -webkit-transition: box-shadow .3s, opacity .3s;
    transition: box-shadow .3s, opacity .3s;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px;
    font: 18px 'Roboto', sans-serif;
    color: #1c1c1c;
    line-height: 20px;
    height: auto;
}
select::-ms-expand {
    display: none;
}
#tl-booking-form {
    margin:  18px auto 30px;
    max-width: 1200px;
    width: 100%;
}
.tl-button {
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 2px;
    fill: #ffffff;
    color: #ffffff !important;
    background-color: #B94545;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    padding: 8px 30px 9px 30px;
    text-transform: uppercase;
    max-width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tl-button:hover {
    background-color: #1C1C1C;
}
#nd_booking_single_cpt_1_calendar {
    display: none !important;
}