#block-search {
    background-color: rgb(231, 237, 244);
    background: #251d19;
}

.tl-container {
    padding: 0 30px;
}

.booking-link {
    display: block;
    margin: 20px 0 10px;
}

.booking-btn {
    font-family: 'Lora',Georgia,serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 0;
    color: #ffffff;
    height: 36px;
    background-color: #c8262e;
    background-image: linear-gradient(to top, #c8262e, #c8262e);
    border: 0 solid;
    border-color: rgba(255,255,255,0);
    border-top-color: rgba(255,255,255,0);
    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;
    max-width: 168px;
    width: 100%;
}

.booking-btn:hover {
    color: #ffffff;
    background-color: #da3d44;
    background-image: linear-gradient(to top, #da3d44, #e08388);
    border: 0 solid rgba(255,255,255,0);
    border-top-width: 0;
    border-top-color: rgba(255,255,255,0) !important;
    outline: 0;
}

.header .top .left,
.header .top .right {
    margin-top: 60px;
}

.header .top .left .booking-link {
    margin-bottom: 35px;
}

#forma-obr-sv {
    position: absolute;
    top: 110px;
    right: 0;
}