#tl-booking-form {
    z-index: 0;
}
#block-search, #block-search * {
    box-sizing: border-box;
}
#block-search {
    background: #7A644E;
    max-width: 960px;
    margin: 35px auto 0;
}
.tl-container {
    padding: 0 30px;
}
#tl-reputation-widget {
    width: 100%;
    max-width: 118px;
    position: absolute !important;
    left: auto;
    right: 20px;
    bottom: 52px;
}
@media screen and (max-width: 1249px) {
    #tl-reputation-widget {
        right: 8px;
    }
}
@media screen and (max-width: 1219px) {
    #tl-reputation-widget {
        right: 50%;
    }
}
@media screen and (max-width: 991px) {
    #tl-reputation-widget {
        bottom: 10px;
        right: 40%;
    }
}
@media screen and (max-width: 704px) {
    #tl-reputation-widget {
        bottom: 110px;
        right: -3px;
    }
}
@media screen and (max-width: 640px) {
    #tl-reputation-widget {
        bottom: 54px;
        right: 0;
    }
}
@media screen and (max-width: 532px) {
    #tl-reputation-widget {
        bottom: 98px;
    }
}
@media screen and (max-width: 480px) {
    #tl-reputation-widget {
        position: relative !important;
        bottom: auto;
        right: auto;
        margin: auto;
        max-width: 246px;
    }
}