.menu {
    min-height: 55px;
}

#block-search {
    background: #e2e3e4;
    max-width: 1000px;
}

.tl-container {
    padding: 0 20px;
    margin: 0 auto;
}

.detail-booking-btn {
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 1px;
    color: #fff;
    height: 36px;
    background-color: #0093d2;
    background-image: -webkit-linear-gradient(bottom, #0093d2, #0093d2);
    background-image: linear-gradient(to top, #0093d2, #0093d2);
    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;
    max-width: 168px;
    width: 100%;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-booking-btn:hover {
    color: #fff;
    background-color: #00b0fb;
    background-image: -webkit-linear-gradient(bottom, #00b0fb, #50c5f8);
    background-image: linear-gradient(to top, #00b0fb, #50c5f8);
    border: 0 solid rgba(255,255,255,0.16);
    border-top-width: 0;
    border-top-color: rgba(255,255,255,0.16) !important;
}