body ::selection,
html ::selection {
    color: #fff;
}

body ::-moz-selection,
html ::-moz-selection {
    color: #fff;
}

#header_wrapper {
    z-index: 201;
}

#header_wrapper.fixed {
    z-index: 301;
}

.section_contacts .wrap .section_title {
    color: white;
}

#full_gallery_filters {
    display: none;
}

#detailed_posts_anchors_wrap.fixed #detailed_posts_anchors {
    top: 70px;
}

.de_block_post_preview.list_1 .container .list .item_wrap.odd .item .content_wrap .title {
    color: #FFF;
}

.custom #primary_menu ul.menu>li .menu_label>a {
    color: #000;
}

@media screen and (min-width: 996px) {
    .table_row_labels .table_cell:nth-child(2) {
        order: 3;
    }

    .table_row_labels .table_cell:nth-child(3) {
        order: 2;
    }

    .filter_cell_0 {
        order: 1;
    }

    .filter_cell_2 {
        order: 2;
    }

    .filter_cell_1 {
        order: 3;
    }

}

.view_amenities.info {
    display: none !important;
}

.rooms_amenities_wrap {
    display: none !important;
}

#offers_page .info {
    display: none;
}


#detailed_previews .box_wrap {
    scroll-margin-top: 14rem;
}

/*booking form*/
#slideshow-1+#booking-form-1 #booking_form_section.section label {
    color: #000;
}

#booking_form_section {
    #booking_form .calendar {
        display: none !important;
    }

    #booking_form .section-nb_adults select,
    #booking_form .section-nb_children select,
    #booking_form .section-iata select,
    #booking_form .section-iata iata_code {
        pointer-events: none;
    }

}

@media (max-width: 991px) {
    #booking-form-1.section.inline {
        display: block;
    }
}

.no_scroll #header_wrapper {
    z-index: 200;
}

#detailed_posts_anchors .container .wrap .label {
    color: #FFFFFF;
}

#detailed_posts_anchors_wrap.detailed_posts:not(.fixed) #detailed_posts_anchors .label {
    color: #b95218;
}

#meeting-table-1 .table .table_row .table_cell {
    color: #000;
}

#footer_bottom .socials a span[class^=fa] {
    font-size: 28px;
}

#footer_bottom .contacts .element.element_mail a {
    word-break: break-all;
}

#footer_bottom .contacts .element .element_data a {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;

    &:hover {
        color: var(--hover);
    }
}

.the_subtitle,
.section_subtitle {
    color: #000000;
}

.the_content strong,
.the_content b,
.fbm-description strong,
.fbm-description b,
.description strong,
.description b {
    color: #000000;
}

#primary_menu ul.menu ul.sub-menu {
    background-color: var(--third);
}

#primary_menu ul.menu>li.menu-item-has-children:hover:before {
    border-color: transparent transparent var(--third) transparent;
}

#primary_menu ul.menu>li .menu_label>a:hover,
.custom #primary_menu ul.menu>li .menu_label>a:hover {
    color: var(--main);
}

.no_slideshow #primary_menu ul.menu>li .menu_label>a:hover {
    color: #fff;
}

.no_slideshow #primary_menu_wrapper .open_menu .icon:before,
.custom #primary_menu_wrapper .open_menu .icon:before {
    background: #000;
}

.no_slideshow #primary_menu_wrapper .open_menu .icon,
.custom #primary_menu_wrapper .open_menu .icon {
    border-color: #000;
}

#sidebar_menu ul.menu>li .menu_label>a {
    color: #000000;
}

.section_meeting_table .table .table_row .table_cell.first_in_row {
    order: 0;
}

.section_meeting_table .table .table_row .table_cell.table_label .icon.capacity:before {
    content: "\c017";
    font-family: 'fb_additional_set_3' !important;
}

#detailed_previews .box_wrap .item .description .offers_container {
    position: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5em;
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #b95218;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 12px rgb(219, 205, 179);
    z-index: 999;
}

.scroll-to-top:hover {
    background-color: #dbcdb3;
    color: #b95218;
    transform: translateY(0) scale(1.1);
    box-shadow: 0 6px 16px rgb(219, 205, 179);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top svg {
    width: 24px;
    height: 24px;
}

/* Responsive */
@media (max-width: 768px) {
    .scroll-to-top {
        width: 32px;
        height: 32px;
        bottom: 65px;
        right: 20px;
    }

    .scroll-to-top svg {
        width: 15px;
        height: 15px;
    }
}

.title,
.the_title,
.section_title,
.offer_wrap .offer .content_wrap .title,
.the_content h2,
.fbm-description h2,
.description h2,
#detailed_posts_anchors .container .wrap .label span,
#detailed_posts_anchors_wrap.detailed_posts:not(.fixed) #detailed_posts_anchors .label .gform_wrapper form .gform_heading .gform_title,
#footer_top_menu ul.menu>li>a,
.de_block_post_preview.list_1 .container .list .item_wrap .item .content_wrap .content .title,
.de_block_post_preview.list_2 .container .list .item_wrap .item .content_wrap .content .title {
    font-weight: 400;
}

#detailed_previews .box_wrap .item .content_wrap .title,
#detailed_previews .box_wrap .item .content_wrap .subtitle {
    font-family: var(--first-font);
}

#detailed_posts_anchors .container .wrap .label.active {
    color: #fff;
}

#detailed_posts_anchors .container .wrap .label:hover {
    color: var(--hover);
}

#detailed_previews .box_wrap .item .gallery_wrap .pager {
    z-index: 200;
}

#detailed_posts_anchors_wrap {
    z-index: 300;
}

#fb_calendar .fbw-calendar--action .next .next--button {
    border: 1px solid;
}
.section_contacts .btnCta a {
    border: 1px solid #fff;
}