#block-search {
    position: relative;
    width: 100%;
    margin-top: 40px;
    background: #e1e1e1;
}

iframe[id^="tlFrame"] {
    max-width: none;
}

a.booking-link {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}

input.booking-btn {
    font-family: 'Arimo',Arial,sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 3px;
    color: #ffffff;
    height: 42px;
    background-color: #bf0131;
    background-image: linear-gradient(to top, #bf0131, #bf0131);
    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;
    min-width: 168px;
    width: 100%;
    outline: 0;
}

input.booking-btn:hover {
    color: #ffffff;
    background-color: #e8013b;
    background-image: linear-gradient(to top, #e8013b, #f63f6d);
    border: 0 solid rgba(255,255,255,0.16);
    border-top-width: 0;
    border-top-color: rgba(255,255,255,0.16) !important;
}

div[class^="x-tl-booking-widget-"] {
    bottom: 10px;
    top: auto !important;
}

div[class^="x-tl-booking-widget-"] > div {
    background-color: #bf0131;
}

@media (max-width: 991px) {
    #block-search {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .page-header .title {
        font-size: 32px;
    }
}
