#block-search-main {
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    bottom: 45px;
}

#block-search-room {
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

#block-search-room-mobile {
    display: none;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
}

.tl-container {
    padding: 0 25px;
}

#block-search {
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
}

.tl-container-page {
    padding: 0 25px;
    max-width: 1110px;
    margin: 0 auto;
}

#tl-booking-form {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}

#tl-anchor {
    margin: 40px auto 17px;
    max-width: 1110px;
}

iframe[id*='tlFrame'] {
    max-width: none !important;
}

#block-search iframe,
#block-search-main iframe,
#block-search-room iframe,
#block-search-room-mobile iframe {
    width: 100% !important;
    position: relative !important;
}

.container-booking-form {
    background: #f9f9f9;
    font-size: 13px;
    line-height: 20px;
    font-family: "Montserrat", Arial, sans-serif;
    color: #555;
    font-weight: 400;
}

.tl-button {
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 3px;
    border-color: rgba(255,255,255,0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 165px;
    width: 100%;
    padding: 12px;
    margin: 4px auto;
    text-align: center;
    white-space: normal;
    color: #ffffff !important;
    background-color: #008489;
    background-image: -webkit-linear-gradient(bottom, #008489, #008489);
    background-image: linear-gradient(to top, #008489, #008489);
    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: #333;
    background-image: -webkit-linear-gradient(bottom, #333, #333);
    background-image: linear-gradient(to top, #333, #333);
    border: 0 solid rgba(255,255,255,0);
    text-decoration: none !important;
    cursor: pointer;
    color: #ffffff !important;
}

@media screen and (max-width: 1110px) {
    #block-search-main {
        bottom: auto;
        border-radius: 0;
    }
}

@media screen and (max-width: 991px) {
    #block-search-room {
        display: none;
    }
    #block-search-room-mobile {
        display: block;
    }
}
