#block-search,
#block-search * {
    box-sizing: border-box;
}

.block-search-wrapper {
    padding: 20px 0;
    background: #030f30;
}

#block-search {
    background: #ebeef3;
}

#block-search.block-search--transparent {
    background: rgba(235, 238, 243, 0.74);
}

@media screen and (min-width: 1078px) and (min-height: 520px) {
    #block-search.block-search--main {
        position: relative;
        z-index: 2;
        width: calc(100% - 30px);
        max-width: 1470px;
        margin: -170px auto 77px;
        background: rgba(235, 238, 243, 0.74);
    }
}

@media screen and (min-width: 991px) {
    .block-blog #block-search {
        background: rgba(235, 238, 243, 0.74);
    }
}

.be-container {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 30px;
}

.block-booking {
    position: relative;
    margin: 0 auto;
}

.block-booking .booking-title-background {
    position: relative;
    width: 100%;
    height: 230px;
    background: #030f30;
    color: #fff;
}

.block-booking .booking-title-background h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 42px;
    font-family: 'Canela-thin', sans-serif;
    font-weight: 100;
    letter-spacing: 0.4px;
    text-align: center;
}

.booking-form-wrapper {
    padding: 30px 0;
}

#be-booking-form {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

.be-page .socials > a,
.be-page .footer-socials,
.be-page .send-mail-block {
    display: none !important;
}

.home-slider {
    height: 100vh;
    background: #000000;
    overflow: hidden;
}

.be-booking-btn {
    display: inline-block;
    margin-top: 50px;
    padding: 20px 40px;
    color: #ffffff !important;
    background: #0d3dc7;
}
