#block-search {
    background: rgba(253, 205, 49, .8);
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.tl-container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

@media(max-width: 1200px) {
    #block-search {
        position: static;
    }

    .tl-container {
        padding: 0 30px;
    }
}

iframe[id*="tlFrame"] {
    max-width: none;
}

.detail-booking-btn {
    font-family: 'Lora',Georgia,serif;
    font-size: 13.5px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 0;
    color: #ffffff;
    height: 42px;
    background-color: #5b3325;
    background-image: -webkit-linear-gradient(bottom, #5b3325, #5b3325);
    background-image: linear-gradient(to top, #5b3325, #5b3325);
    border: 0 solid;
    border-color: rgba(255,255,255,0.16);
    border-top-color: rgba(255,255,255,0.16);
    border-top-width: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0), 0 1px 0 0 rgba(255,255,255,0) inset;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    padding: 0 12px;
    cursor: pointer;
    white-space: normal;
    max-width: 168px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
}

.detail-booking-btn:hover {
    color: #ffffff;
    background-color: #784331;
    background-image: -webkit-linear-gradient(bottom, #784331, #a56651);
    background-image: linear-gradient(to top, #784331, #a56651);
    border: 0 solid rgba(255,255,255,0.16);
    border-top-width: 0;
    border-top-color: rgba(255,255,255,0.16) !important;
}