#block-search, #block-search * {
    box-sizing: border-box;
}
#block-search {
   border-radius: 10px 10px 0 0;
   background: #FFF;
   max-width: 1266px;
   margin: 0 auto;
}
.tl-container {
   padding: 0 ;
   margin-top: -22px;
}


.tl-button {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13.5px;
    font-weight: normal;
    line-height: 11px;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 5px;
    border-color: rgba(255,255,255,0);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 178px;
    width: 100%;
    padding: 12px;
    margin: 20px 0;
    text-align: center;
    white-space: normal;
    color: #ffffff !important;
    background-color: #d2ab67 !important;
    background-image: -webkit-linear-gradient(bottom, #d2ab67, #d2ab67);
    background-image: linear-gradient(to top, #d2ab67, #d2ab67);
    border: 0 solid;
    border-color: rgba(255,255,255,0);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0%), 0 1px 0 0 rgb(255 255 255 / 0%) inset;
    text-shadow: 0 0 0 rgb(0 0 0 / 0%);
}

.tl-button:hover {
    background-color: #ff8b01;
    background-image: -webkit-linear-gradient(bottom, #ff8b01, #ff8b01);
    background-image: linear-gradient(to top, #ff8b01, #ff8b01);
    border: 0 solid rgba(255,255,255,0);
    text-decoration: none !important;
    cursor: pointer;
    color: #ffffff !important;
}

.tl-fancybox-active jdiv {
    display: none;
}

#tl-booking-form{
    width: 100%;
    max-width:1440px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.tl-booking-form-block {
    padding: 0 10px;
}