#block-search {
    background: #a58566;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: -201px;
}
.tl-container {
    max-width: 1170px;
    margin: 0 auto;
}
#block-search-detail {
    background: #a58566;
}
.tl-container-detail {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.reserve:hover {
    color: #fff;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -44px!important;
}
@media screen and (max-width: 1780px) {
    #block-search {
        margin-top: -177px;
    }
}
@media screen and (max-width: 1680px) {
    #block-search {
        margin-top: -167px;
    }
}
@media screen and (max-width: 1580px) {
    #block-search {
        margin-top: -147px;
    }
}
@media screen and (max-width: 1380px) {
    #block-search {
        margin-top: -137px;
    }
}
@media screen and (max-width: 1047px) {
    #block-search {
        display:none;
    }
}
@media screen and (min-width: 1048px) {
    #block-search-adaptive {
        display:none;
    }
}

#tl-block-select {
    color: rgb(109, 109, 109) !important;
    background-color: rgb(255, 255, 255);
    margin: 8px 0 10px;
}

#tl-hotel-select {
    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: 16px "Roboto", sans-serif;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    background: rgb(255, 255, 255) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGggZD0iTTAgMC41OTk5OThMNiA3LjhMMTIgMC41OTk5OThIMFoiIGZpbGw9IiNhZjkzNmMiLz4NCjwvc3ZnPg==") no-repeat right 20px top 22px;
    margin-bottom: 15px;

    height: auto;
}


#tl-hotel-select:hover,
#tl-hotel-select:focus {
    -webkit-appearance: none;
    outline: none;
}

select::-ms-expand {
    display: none;
}