#block-search, #block-search * {
    box-sizing: border-box;
}

#block-search {
    border-top: 1px solid #565656;
    background: #000;
}

@media screen and (min-width: 1200px) {
    #block-search.main {
        position: relative;
        z-index: 2;
        margin-top: -93px;
        background: rgba(0, 0, 0, 0.70);
        border: none;
    }
}

.be-container {
    padding: 0 30px;
}

#be-booking-form {
    z-index: 1;
}

.booking-page .site-section {
    padding-top: 150px;
}

.booking-page .navbar {
    background-color: rgb(0, 0, 0)!important;
}
