.page-id-1570 .col-md-4.sidebar,
.page-id-1570 .reservation,
.page-id-1570 .testimonial-wrapper,
.page-id-1570 #text-2 .textwidget p:last-child,
.page-id-1570 .social-footer,
.page-id-1570 #block-search,
.booking-wrapper-home,

.page-id-3021 .col-md-4.sidebar,
.page-id-3021 .reservation,
.page-id-3021 .testimonial-wrapper,
.page-id-3021 #text-2 .textwidget p:last-child,
.page-id-3021 .social-footer,
.page-id-3021 #block-search,
.page-id-3021 .news-title,
.page-id-3021 .divider-1 {
    display: none !important;
}

.page-id-1570 .col-md-8,
.page-id-3021 .col-md-8 {
    width: 100% !important;
    padding: 0 !important;
}

.page-id-1570 .container.theme-big,
.page-id-3021 .container.theme-big {
    padding: 0 !important;
}

#block-search,
#block-search *,
#block-search-main,
#block-search-main *,
#block-search-main-service,
#block-search-main-service * {
    box-sizing: border-box;
}

#block-search {
    background: #232323;
    max-width: 1230px;
    margin: 20px auto 0 auto;
}

#block-search-main {
    background: rgba(18, 18, 18, 0.8);
    position: relative;
    margin-top: -182px;
    z-index: 100;
}

#block-search-main-service {
    z-index: 100;
    position: relative;
    background: #121212;
}

#block-search.service {
    background: #121212;
}

.page-id-79 .scroll-to-explore {
    bottom: 200px;
}

#block-search-main.mobile,
#block-search-main-service.mobile {
    display: none;
}

.be-container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
}

.be-booking-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #18a88b;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .38), inset 0 1px 0 0 hsla(0, 0%, 100%, 0);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 42px;
    max-width: 168px;
    padding: 0 12px;
}

.be-booking-link:hover,
.be-booking-link:focus {
    background-color: #1dcca9;
    color: #fff;
    outline: none;
}

@media only screen and (max-width: 1185px) {
    #block-search-main.desktop,
    #block-search-main-service.desktop {
        display: none;
    }

    #block-search-main.mobile,
    #block-search-main-service.mobile {
        display: block;
        background: rgba(18, 18, 18, 1);
        margin-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .page-id-3021 #headerLeftPush,
    .page-id-1570 #headerLeftPush {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .page-id-3021 .breadcrumb-wrapper,
    .page-id-1570 .breadcrumb-wrapper {
        background-size: cover;
    }

    .page-id-3021 h2.title-page,
    .page-id-1570 h2.title-page {
        margin-top: 15px;
        font-size: 22px;
    }
}