#block-search {
    position: absolute;
    width: 300px;
    z-index: 99;
    top: 85px;
    left: 45px;
    background: #FFFFFF;
}

#block-search-inner {
    position: relative;
    width: 100%;
    background-color: #F3F3F3;
}

.tl-container {
    padding: 0 30px;
}

#tl-booking-form{
    width: 100%;
    max-width:1440px;
    margin: 0 auto;
}

#booking_iframe,
#_bn_widget_ {
    display: none !important;
}

.tl-btn {
    background-color: #d37130;
}

.tl-btn:hover {
    color: #ffffff;
}

@media (max-width: 1110px) {
    #block-search {
        top: 16px;
        left: 15px;
    }
}

@media (max-width: 960px) {
    #block-search {
        position: relative;
        width: 100%;
        background-color: #F3F3F3;
        top: auto;
        left: auto;
    }
}