/* site bundle v27 */

/* main.css */
/*@import 'https://fonts.googleapis.com/css?family=Montserrat';*/
/****************** GENERAL ******************/
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    padding-top: 133px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
body#page-1 {
    padding: 0;
}
body:not(#page-1) {
    background: url("../images/page-header.jpg") no-repeat center 0;
}
@media(max-width: 991px){
    body {
        padding-top: 80px;
    }
}
h1, h2, h3, .h1, .h2, .h3, .widget-title {
    text-transform: uppercase;
    font-weight: 600;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
h1, .h1 {
    letter-spacing: 1px;
    word-spacing: 4px;
}
h3, .h3, .widget-title {
    font-size: 18px;
    margin-top: 0;
}
/****************** HEADERS ******************/
header, header * {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
.navbar-header {
    float: none;
}
.navbar-brand,
.fixed .navbar-brand {
    display: block;
    height: auto;
    padding: 10px 0;
    width: auto;
    margin: 0;
    text-align: left;
    clear: none;
}
@media (max-width: 1199px) {
    .navbar-brand img {
        max-height: 105px;
    }
}
@media (min-width: 1200px) {
    .navbar-brand img {
        max-height: 140px;
    }
}
@media (min-width: 992px) {
    body:not(#page-1) header:not(.fixed) .navbar-brand img {
        max-height: 105px;
    }
    #mainMenu, #secondMenu {
        margin-top: 16px;
    }
    #page-1 header:not(.fixed) .navbar-brand {
        float: none;
        margin: 100px auto 0 auto;
        text-align: center;
        clear: both;
        width: 180px;
    }

    #page-1 header:not(.fixed) .navbar.navbar-default,
    #page-1 header:not(.fixed) .navbar-header {
        float: none;
        width: 100%;
        text-align: center;
    }
}
.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 0;
}
.nav > li > a {
    padding-left: 0;
    padding-right: 0;
}
.nav > li.primary {
    padding-left: 15px;
    padding-right: 15px;
}
.nav > li.primary.btn-nav {
    padding-right: 0;
}
ul.navbar-nav > li.primary > a.firstLevel {
    text-transform: uppercase;
    padding-bottom: 0;
    line-height: 34px;
    font-size: 12px;
}
@media (min-width: 1500px) {
    ul.navbar-nav > li.primary > a.firstLevel {
        letter-spacing: 2px;
    }
}
@media (min-width: 992px) and (max-width: 1040px) {
    .nav > li:not(.btn-nav){
        padding-left: 8px;
        padding-right: 8px;
    }
}
.page-header h1, .page-header p.h1 {
    font-size: 29px;
}
#mainMenu, #secondMenu {
    text-align: left;
}
body:not(#page-1) #mainMenu,
body:not(#page-1) #secondMenu {
    float: right;
}
body[dir="rtl"] #mainMenu,
body[dir="rtl"] #secondMenu {
    text-align: right;
    float: left;
}
#page-1 #mainMenu {
    text-align: center;
}
#mainMenu,
#mainMenu .navbar-nav,
#secondMenu,
#secondMenu .navbar-nav {
    position: relative;
    z-index: 1;
    bottom: 0;
}
@media (max-width: 991px) {
    #page-1 .navbar-brand {
        display: block;
        height: auto;
        padding: 10px 0;
        width: auto;
        margin: 0;
        text-align: left;
        clear: none;
    }
    .navbar-brand img,
    .fixed .navbar-brand img,
    #page-1 .navbar-brand img,
    #page-1 .fixed .navbar-brand img {
        max-height: 60px;
        margin: 0;
    }
    #mainMenu {
        position: absolute;
        top: 80px;
        width: 100%;
        margin-top: 0;
        border-top: none;
        overflow: visible;
        float: none;
        left: 15px;
    }
    #secondMenu {
        top: 16px;
    }
    #secondMenu .navbar-nav,
    #mainMenu .navbar-nav {
        display: block;
    }
    #mainMenu .navbar-nav li:last-child {
        border-bottom: none;
    }
    ul.navbar-nav > li.primary > a.firstLevel.active, ul.navbar-nav > li.primary > a.firstLevel:hover, ul.navbar-nav > li.primary > a.firstLevel:focus {
        border-bottom: none;
    }
	#secondMenu .navbar-nav>li {
		float: right;
	}
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
ul.navbar-nav > li.primary .dropdown > a,
ul.navbar-nav > li.primary .dropdown {
    line-height: 32px;
}
ul.navbar-nav > li.primary .dropdown-menu {
    max-width: 320px;
    width: auto;
    white-space: nowrap;
    top: 35px;
}
.dropdown-menu-right {
    float: right !important;
    right: 0;
    left: auto !important;
}
ul.navbar-nav > li.primary .dropdown-menu li a {
    line-height: 12px;
    font-weight: 400;
}
#secondMenu .searchWrapper {
    margin: 0;
}
#secondMenu .searchWrapper .form-control {
    width: 160px;
}
#secondMenu .searchWrapper .form-control, #secondMenu .searchWrapper button {
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
}
#secondMenu .navbar-toggle {
    float: none;
    margin: 0;
    padding: 9px;
    border-color: #fff;
}
#secondMenu .navbar-toggle .icon-bar {
    background: #fff;
}
#secondMenu .navbar-toggle:hover,
#secondMenu .navbar-toggle:focus {
    background: #ff9900;
}
@media (min-width: 992px) {
    #secondMenu {
        padding-left: 12px;
    }

    #secondMenu .navbar-nav {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 4px;
    }

    #secondMenu .navbar-nav > li {
        float: none;
        display: flex;
        align-items: center;
    }

    #secondMenu .nav > li.primary.btn-nav {
        padding-left: 8px;
        padding-right: 8px;
    }

    #secondMenu .navbar-nav > li.primary > a.firstLevel,
    #secondMenu .navbar-nav > li.primary .dropdown > a.firstLevel {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        line-height: 34px;
        height: 34px;
        padding: 0 8px;
    }

    #secondMenu .navbar-nav > li.primary .dropdown {
        display: flex;
        align-items: center;
        line-height: 34px;
    }

    #secondMenu .navbar-nav > li.primary.btn-nav a.firstLevel img {
        margin-right: 2px;
    }

    #secondMenu .navbar-nav > li.primary.btn-nav a.firstLevel .caret {
        margin-left: 2px;
    }
}

.navbar-fixed-top.fixed {
    z-index: 1031;
}
/***************** BOOTSTRAP *****************/
.btn {
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    border-radius: 0;
}
.btn:not(.btn-sm) {
    padding: 11px 22px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-radius: 0;
}
body:not(body[dir="rtl"]).input-group .form-control {
    border-left: 0;
}
body[dir="rtl"].input-group .form-control {
    border-right: 0;
}
.form-control {
    height: 52px;
    padding: 0px;
}
select.form-control {
    padding: 13px 18px;
}
.input-group-addon {
    vertical-align: top;
    padding: 18px;
}
.btn-number {
    padding: 2px;
}
.input-number {
    padding: 2px;
    height: 34px;
    text-align: center;
}
label small {
    font-weight: 400;
}
/*************** ROYAL SLIDER ****************/
#sliderContainer {
    position: relative;
}
.fullSized.royalSlider {
    min-height: 400px;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#page-1 .fullSized.royalSlider {
    min-height: 100vh;
    height: 100vh;
}
.fullSized:not(.royalSlider) {
    height: 100vh;
    overflow: hidden;
}
.royalSlider .infoBlock {
    top: 30%;
}
.royalSlider .infoBlock h1 {
    font-size: 36px;
}
.royalSlider .infoBlock h2 {
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
}
@media (max-width: 991px) {
    .royalSlider .infoBlock h1 {
        font-size: 30px;
    }
    .royalSlider .infoBlock h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .royalSlider .infoBlock {
        top: 20%;
    }
    .royalSlider .infoBlock h1 {
        font-size: 24px;
    }
    .royalSlider .infoBlock h2 {
        font-size: 22px;
    }
}
/************** BOOKING SEARCH ***************/
.booking-search {
    padding: 0 8px;
}
.booking-search [class^="col-"] {
    padding: 1px!important;
    margin: 0!important;
}
#search-home-wrapper {
    position: absolute;
    z-index: 1030;
    top: 60%;
    width: 100%;
}
@media (max-width: 991px) {
    #search-home-wrapper {
        bottom: 7%;
        top: auto;
        z-index: 900;
    }
}
#search-home {
    padding: 7px 12px;
    border-radius: 4px;
}
#search-page .container {
    padding: 30px;
}
.booking-search .input-wrapper {
    width: 100%;
    height: 52px;
    display: table;
}

.booking-search .input-wrapper.form-inline {
    display: table;
}

.booking-search .input-wrapper svg,
.booking-search .input-wrapper > i.fas,
.booking-search .input-wrapper > i.fa {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    width: 50px;
    padding: 0 16px;
    text-align: center;
    color: #ccc;
}

.booking-search .input-wrapper .input-group {
    display: table-cell;
    vertical-align: middle;
    height: 52px;
    width: 100%;
    min-width: 0;
}

.booking-search .input-wrapper .input-group .form-control {
    height: 52px;
}

.datepicker-wrapper .fa-long-arrow-alt-right,
.datepicker-wrapper .fa-long-arrow-right {
    width: 50px;
    border: none;
}
.booking-search .form-control {
    height: 52px;
}
.booking-search .form-group {
    padding: 0px!important;
    margin: 0!important;
}
.booking-search .input-group {
    position: relative;
    min-height: 52px;
}

/* Show native options until bootstrap-select wraps the select (beats async plugin CSS) */
#search-home .booking-search select.form-control,
#search-home .booking-search select.selectpicker {
    display: block !important;
    width: 100%;
    height: 52px;
    color: #333 !important;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 6px 12px;
    -webkit-appearance: menulist;
    appearance: menulist;
}

#search-home .booking-search .bootstrap-select > select.selectpicker,
#search-home .booking-search select.selectpicker.bs-select-hidden {
    display: none !important;
}

#search-home .booking-search .bootstrap-select > .dropdown-toggle,
#search-home .booking-search .bootstrap-select > .dropdown-toggle .filter-option,
#search-home .booking-search .bootstrap-select > .dropdown-toggle .filter-option-inner,
#search-home .booking-search .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
    color: #333 !important;
    background-color: #fff;
}

.booking-search .bootstrap-select {
    width: 100% !important;
}

.booking-search .btn-primary {
    font-weight: bold;
}

.booking-search .btn {
    line-height: 2;
}

@media (min-width: 992px) {
    #search-home .booking-search .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    #search-home .booking-search .row > [class*="col-"] {
        float: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #search-home .booking-search .form-group {
        width: 100%;
    }

    #search-home .booking-search .input-group {
        height: 52px;
        width: 100%;
    }

    #search-home .booking-search .bootstrap-select > .dropdown-toggle {
        height: 52px;
        line-height: 34px;
    }

    #search-home .booking-search .btn-block.btn-primary {
        height: 52px;
        line-height: 52px;
        padding: 0;
        background-color: #222 !important;
        border-color: #fff !important;
        color: #fff !important;
    }

    #search-home .booking-search .btn-block.btn-primary:hover {
        background-color: #ff9900 !important;
        border-color: #ff9900 !important;
        color: #fff !important;
    }
}
@media (max-width: 767px) {
    .booking-search .form-control,
    .booking-search .input-wrapper {
        height: 42px;
    }
    .booking-search .input-wrapper .form-control:not(.bootstrap-select),
    .booking-search .input-group-addon {
        padding: 12px;
    }
    .booking-search .input-wrapper .form-control,
    .booking-search .input-wrapper svg,
    .booking-search .input-wrapper > i.fas,
    .booking-search .input-wrapper > i.fa {
        height: 41px;
    }
    .booking-search .input-wrapper svg,
    .booking-search .input-wrapper > i.fas,
    .booking-search .input-wrapper > i.fa {
        line-height: 41px;
    }
    .booking-search .btn {
        height: 42px;
        line-height: 20px;
    }
}
.datepicker-wrapper .fa-long-arrow-alt-right,
.datepicker-wrapper .fa-long-arrow-right {
    width: 50px;
}
.booking-search .alert-danger {
    padding: initial;
}
.booking-search .alert-danger .field-notice {
    text-align: right;
}
.ui-datepicker {
    z-index: 9999!important;
}
.jquery-live-search {
    z-index: 1035;
    padding: 5px 0;
    margin-top: 4px;
    border-radius: 4px;
    max-width: 320px;
    width: auto!important;
}
.jquery-live-search a {
    display: block;
    padding: 3px 20px;
    line-height: 1.5;
    white-space: nowrap;
}
/************ ISOTOPE / PORTFOLIO ************/
.isotopeInner {
	border-radius: 6px;
}
.isotopeContent {
    padding: 20px;
}
.isotopeContent p,
.isotopeContent h3,
.isotopeContent h4 {
    text-align: center;
}
.isotopeContent h3 {
    font-size: 20px;
    margin-top: 0;
}
/******************* FOOTER ******************/
footer {
    position: relative;
    z-index: 100;
    background: url("../images/footer.jpg") no-repeat center 0;
}
footer h3, footer .widget-title {
    margin-bottom: 20px;
}
@media(min-width: 768px){
    footer .widget.footer-form {
        width: 66.6667%;
    }
}
/*************** MISCELLANEOUS ***************/
#content h1 {
    font-size: 28px;
}
#content h2 {
    font-size: 22px;
}
aside h3 {
    font-size: 16px;
}
aside h4 {
    font-size: 14px;
}
.more-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
}
.more-content h3 {
    position: relative;
    top: 36%;
    z-index: 1;
    font-weight: 200;
    font-size: 18px;
    padding: 10px;
    display: inline-block;
    text-transform: none;
}
.more-link:hover .more-content h3 {
    font-size: 20px;
    top: 18%;
}
.more-content .more-descr {
    position: absolute;
    bottom: 20px;
    right: -15px;
    z-index: 1;
    line-height: 20px;
    font-weight: 200;
    font-size: 18px;
    padding: 10px;
    text-transform: none;
}
.more-link:hover .more-content .more-descr {
    bottom: 60px;
    right: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease, background 0s;
            transition: all 0.3s ease, background 0s;
}
.more-content .more-descr .price span {
    font-size: 20px;
}
.text-overflow {
    min-height: 108px;
    max-height: 400px;
    overflow: hidden;
    position: relative;
}
.more-btn {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 75px;
    text-align: center;
}
.articleFocus h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.boxed {
    padding: 20px;
    border-radius: 6px;
}
.img-container {
    border-radius: 0;
}

/************* BOOKING RESULTS ***************/
.booking-summary big,
.booking-summary p.lead {
    font-size: 20px;
}
.facility-icon {
    border-radius: 5px;
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 5px;
    width: 31px;
    height: 31px;
    text-align: center;
}
.facility-icon a {
    display: block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    float: left;
}
.facility-icon img {
    width: 19px;
    height: 19px;
    display: block;
    opacity: 0.7;
}
.booking-result {
    position: relative;
    padding-bottom: 0;
}
.booking-result > .row:first-child {
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
    overflow: hidden;
    border-radius: 6px;
}
.booking-result:has(> .row:has(> .collapse.in)) .img-container {
	border-bottom-left-radius: 0;
}
.booking-result > .row:first-child > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}
.booking-result > .row:first-child > [class*="col-"]:first-child {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .booking-result > .sep {
        height: 245px;
    }
}
@media (max-width: 991px) {
    .booking-result .img-container.medium {
        margin-bottom: 10px;
    }
}
.booking-result .btn-danger,
.booking-result .btn-default {
    text-transform: none;
}
.booking-result .btn-toggle {
    text-align: center;
    font-size: 30px;
    display: block;
    line-height: 20px;
    cursor: pointer;
}
.booking-result .btn-toggle:not(.collapsed) i::before {
    content: "";
}
.booking-result .boxed {
    z-index: 1;
}
.rating-xs {
    font-size: 1.5em;
}
.room-result .img-container {
    height: 200px;
}
.img-container,
.hb-calendar:not(.loaded) {
    background: rgba(0, 0, 0, 0) url("../images/loading.gif") no-repeat scroll center center;
}
@media (min-width: 768px){
    .activity-result .sep {
        display: table;
    }
    .checkbox-container {
        display: table-cell;
        vertical-align: middle;
    }
}
.checkbox-container {
    width: 30px;
    height: 30px;
    margin: 10px auto;
}
.checkbox-icon {
    border-radius: 50%;
    cursor: pointer;
    font-weight: normal;
    height: 30px;
    margin: 0;
    padding: 2px;
    width: 30px;
}
.activity-result .checkbox-icon:before {
    content: "";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    height: 100%;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.booking-result .legend {
    padding: 6px 8px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.activity-result .amount {
    font-size: 22px;
}
.activity-result .hb-day.hb-d-free {
    cursor: pointer;
}
.input-group-sm select.form-control,
.input-group-sm .input-group-addon {
    padding: 5px 6px;
}
.session-date-input {
    display: none;
}
.session-date-caption {
    padding: 5px 8px;
    cursor: pointer;
    font-weight: normal;
}
@media(max-width: 767px){
    .activity-data {
        display: none;
    }
    .activity-result.active .activity-data {
        display: block;
    }
}
@media(min-width: 768px){
    .activity-data {
        visibility: hidden;
    }
    .activity-result.active .activity-data {
        visibility: visible;
    }
}
.price span {
    font-weight: 600;
    font-size: 26px;
}
.isotopeContent .price span {
    font-size: 20px;
}
#booking-breadcrumb {
    text-align: center;
}
#booking-breadcrumb .breadcrumb-item {
    padding: 20px;
}
#booking-breadcrumb span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}
#booking-breadcrumb svg {
    width: 40px;
    height: 40px;
}
/*********** LOG IN / SIGN UP FORMS **********/
a.fblogin {
    font-weight: bold;
}
#user-popup {
    max-width: 450px;
}
/**************** PAYMENT  FORM ***************/
button[name="payment_type"] {
    min-width: 160px;
    padding: 20px;
    line-height: 1.5;
    min-height: 130px;
}
button[name="payment_type"] svg {
    height: 40px!important;
    width: 40px!important;
}
/************** ADVANCED FILTERS *************/
.nouislider-wrapper {
	margin: 15px 10px 0 10px;
    text-align: center;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -10px;
    border-radius: 10px;
    top: -5px;
}
.noUi-handle:before, .noUi-handle:after {
	display: none;
}
.noUi-connect {
	box-shadow: none;
}
.noUi-horizontal {
    height: 10px;
}
input.slider-target {
	margin-top: 10px;
}
#search-page .control-label {
    margin-top: 10px!important;
}
/*************** WEATHER WIDGET **************/
.simple-weather i[class^="w-icon-"] {
    font-size: 78px;
}
.simple-weather .temp {
    font-weight: 600;
    font-size: 32px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/**************** BOOKING CART ***************/
#booking-cart {
    position: fixed;
    top: 85px;
    right: 15px;
    z-index: 1050;
    opacity: 0.8;
    background: #212121;
    color: #fff;
}
#booking-cart:hover {
    opacity: 1;
}
#booking-cart .img-container {
    margin-right: 15px;
}

.filter-option-inner-inner{
    overflow: initial !important;
}

@media (min-width: 992px) {
    .col-md-1_5 {
        float: left;
        width: 12.5%;
    }
}

/* Montserrat @font-face removed from critical path — webfont swap caused ~1.0 CLS.
   Restore via deferred fonts-brand.css after load if brand typography is required. */

/* layout.css */
/*@import 'https://fonts.googleapis.com/css?family=Montserrat';*/

/****************** GENERAL ******************/
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-top: 154px;
    font-size: 15px;
}
@media(max-width:991px) {
    body {
        padding-top: 113px;
    }
}
h1, h2, h3, .h1, .h2, .h3, .widget-title {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 15px;
}
h1, .h1 {
    font-size: 32px;
}
h2, .h2 {
    font-size: 26px;
}
h3, .h3, .widget-title {
    font-size: 20px;
}
.page-header h1, #page h1,
.page-header .h1, #page .h1 {
    margin: 0;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
a, a:active, a:focus,
button, button:active, button:focus {
    outline: 0!important;
}
ul {
    list-style-type: square;
}
img.right {
    float: right;
    margin: 0 0 20px 20px;
}
img.left {
    float: left;
    margin: 0 20px 20px 0;
}
hr {
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 5%, rgba(204,204,204,1) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 5%, rgba(204,204,204,1) 50%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 5%, rgba(204,204,204,1) 50%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 5%, rgba(204,204,204,1) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(left, rgba(0,0,0,0) 5%, rgba(204,204,204,1) 50%, rgba(0,0,0,0) 100%);
}
h3::after {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 5%, rgba(204,204,204,1) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 5%, rgba(204,204,204,1) 50%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 5%, rgba(204,204,204,1) 50%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 5%, rgba(204,204,204,1) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(left, rgba(0,0,0,0) 5%, rgba(204,204,204,1) 50%, rgba(0,0,0,0) 100%);
}

/***************** BOOTSTRAP *****************/
@media (min-width: 1500px) {
    .container {
        width: 1370px;
    }
}
@media (max-width: 1499px) {
    .container {
        width: 100%;
    }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    max-width: 100%;
}
@media (max-width: 1299px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse:not(.in) {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in {
        height: 100vh;
        max-height: 100vh;
        display: block!important;
    }
}
.form-control {
    height: 50px;
    padding: 12px 15px;
    border-radius: 3px;
}
.input-group-addon {
    border-radius: 3px;
    background: #fff;
}
.input-group .form-control {
    border-left: 0;
}
.btn {
    line-height: 2;
    padding: 5px 15px;
    border-radius: 0;
}
.label.label-default {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: .3em .6em;
    font-weight: normal;
    font-size: 12px;
}
label.control-label {
    text-align: right;
}
blockquote {
    border: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
}
blockquote::before{
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-right: 0.5em;
    font-weight: 900;
}
blockquote::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    margin-left: 0.5em;
    font-weight: 900;
}
blockquote p {
    display: inline;
}
.bootstrap-select .btn {
    background: none!important;
    color: inherit!important;
}
.dropup, .dropdown {
    display: inline-block;
    position: relative;
}
.text-center .img-responsive {
    margin-right: auto;
    margin-left: auto;
}
.navbar-toggle {
	margin-top: 12px;
    margin-right: 0;
    border: 0;
    padding: 12px 10px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 8px;
}
.navbar-toggle .icon-bar {
    width: 30px;
}
@media (min-width: 1400px){
	.container {
		width: 1270px;
	}
}
/****************** HEADERS ******************/
#preHeader {
    height: 44px;
    line-height: 44px;
    -webkit-transition: none;
            transition: all 0.3s;
}
.fixed #preHeader {
    margin-top: 0;
    height: 0;
    min-height: 0;
    line-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.navbar-brand {
    height: auto;
    padding: 20px 0;
    position: relative;
    z-index: 10;
}
.navbar-brand img {
	max-height: 70px;
    -webkit-transition: none;
            transition: all 0.3s;
}
@media(max-width:991px) {
	.navbar-brand {
        padding: 10px 0;
    }
	.navbar-brand img {
		max-height: 50px;
	}
}
.fixed .navbar-brand img {
    max-height: 50px;
}
.navbar {
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.navbar-fixed-top {
    border: none;
    -webkit-transition: none;
            transition: all 0.3s;
}
.navbar-collapse {
    padding: 0;
}
.navbar-default {
    border: none;
}
.navbar-nav {
    margin-left: 0;
    margin-right: 0;
}
.navbar-nav > li > a {
    font-weight: 600;
    padding-left: 22px;
    text-transform: uppercase;
    padding-right: 22px;
    font-size: 13px;
    letter-spacing: 1px;
}
.navbar-nav ul li {
    position: relative;
}
.navbar-nav ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#mainMenu {
    position: relative;
}
@media(max-width:991px) {
    ul.navbar-nav > li.primary > a.firstLevel.active,
    ul.navbar-nav > li.primary > a.firstLevel:hover,
    ul.navbar-nav > li.primary > a.firstLevel:focus {
        border-bottom: none;
    }
}
@media(min-width:992px) {
    body:not(#page-1) #mainMenu .navbar-nav {
        position: absolute;
        bottom: 20px;
        right: 0;
    }

    /* Homepage — single flex row for nav + login/lang; kill Bootstrap collapse box */
    #page-1 header:not(.fixed) #mainHeader .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    #page-1 header:not(.fixed) #mainMenu,
    #page-1 header:not(.fixed) #secondMenu {
        margin-top: 0;
    }

    #page-1 header:not(.fixed) #mainMenu {
        order: 1;
        float: none;
        clear: none;
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        min-height: 0 !important;
        max-height: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    #page-1 header:not(.fixed) #mainMenu .nav > li.primary {
        padding-left: 4px;
        padding-right: 4px;
    }

    #page-1 header:not(.fixed) #mainMenu .navbar-nav > li > a,
    #page-1 header:not(.fixed) #mainMenu ul.navbar-nav > li.primary > a.firstLevel {
        padding-left: 6px !important;
        padding-right: 6px !important;
        font-size: 11px;
        letter-spacing: 0;
    }

    @media (min-width: 1400px) {
        #page-1 header:not(.fixed) #mainMenu .nav > li.primary {
            padding-left: 6px;
            padding-right: 6px;
        }

        #page-1 header:not(.fixed) #mainMenu .navbar-nav > li > a,
        #page-1 header:not(.fixed) #mainMenu ul.navbar-nav > li.primary > a.firstLevel {
            padding-left: 8px !important;
            padding-right: 8px !important;
            font-size: 12px;
            letter-spacing: 0.5px;
        }
    }

    @media (min-width: 1600px) {
        #page-1 header:not(.fixed) #mainMenu .nav > li.primary {
            padding-left: 8px;
            padding-right: 8px;
        }

        #page-1 header:not(.fixed) #mainMenu .navbar-nav > li > a,
        #page-1 header:not(.fixed) #mainMenu ul.navbar-nav > li.primary > a.firstLevel {
            padding-left: 10px !important;
            padding-right: 10px !important;
            letter-spacing: 1px;
        }
    }

    #page-1 header:not(.fixed) #mainMenu .navbar-nav {
        position: static;
        display: inline-block;
        bottom: auto;
        right: auto;
        white-space: nowrap;
    }

    #page-1 header:not(.fixed) #secondMenu {
        order: 2;
        position: static;
        float: none;
        flex: 0 0 auto;
        margin-top: 0;
        margin-left: auto;
        padding-left: 12px;
    }

    #page-1 header:not(.fixed) #secondMenu .navbar-nav {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        float: none;
        gap: 4px;
    }

    #page-1 header:not(.fixed) #secondMenu .navbar-nav > li {
        float: none;
        display: flex;
        align-items: center;
    }

    #page-1 header:not(.fixed) #secondMenu .navbar-nav > li.primary > a.firstLevel,
    #page-1 header:not(.fixed) #secondMenu .navbar-nav > li.primary .dropdown > a.firstLevel {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        line-height: 34px;
        height: 34px;
        padding: 0 8px;
        border: none !important;
    }

    #page-1 header:not(.fixed) #secondMenu .navbar-nav > li.primary .dropdown {
        display: flex;
        align-items: center;
        line-height: 34px;
    }

    #page-1 header:not(.fixed) .navbar.navbar-default {
        order: 3;
        flex: 0 0 100%;
        width: 100%;
        border: none !important;
        margin-bottom: 0 !important;
        min-height: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    #page-1 header:not(.fixed) .navbar-header,
    #page-1 header:not(.fixed) .navbar-brand {
        float: none !important;
    }

    /* Homepage sticky/scrolled — compact bar like inner pages */
    #page-1 header.fixed #mainHeader .container-fluid,
    html.is-scrolled #page-1 header #mainHeader .container-fluid {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
    }

    #page-1 header.fixed .navbar.navbar-default,
    html.is-scrolled #page-1 header .navbar.navbar-default {
        order: 1;
        flex: 0 0 auto;
        width: auto;
        border: none !important;
        margin: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    #page-1 header.fixed .navbar-header,
    html.is-scrolled #page-1 header .navbar-header {
        float: none !important;
        width: auto;
    }

    #page-1 header.fixed .navbar-brand,
    html.is-scrolled #page-1 header .navbar-brand {
        float: none !important;
        margin: 0 !important;
        padding: 10px 15px 10px 0;
        width: auto;
        text-align: left;
    }

    #page-1 header.fixed #mainMenu,
    html.is-scrolled #page-1 header #mainMenu {
        order: 2;
        flex: 1 1 auto;
        float: none !important;
        clear: none;
        width: auto;
        min-width: 0;
        min-height: 0 !important;
        margin-top: 0;
        text-align: right;
        border: none !important;
        box-shadow: none !important;
    }

    #page-1 header.fixed #mainMenu .navbar-nav,
    html.is-scrolled #page-1 header #mainMenu .navbar-nav {
        position: static !important;
        display: inline-block;
        bottom: auto;
        right: auto;
        white-space: nowrap;
    }

    #page-1 header.fixed #mainMenu .nav > li.primary,
    html.is-scrolled #page-1 header #mainMenu .nav > li.primary {
        padding-left: 4px;
        padding-right: 4px;
    }

    #page-1 header.fixed #mainMenu .navbar-nav > li > a,
    #page-1 header.fixed #mainMenu ul.navbar-nav > li.primary > a.firstLevel,
    html.is-scrolled #page-1 header #mainMenu .navbar-nav > li > a,
    html.is-scrolled #page-1 header #mainMenu ul.navbar-nav > li.primary > a.firstLevel {
        padding-left: 6px !important;
        padding-right: 6px !important;
        font-size: 11px;
        letter-spacing: 0;
    }

    #page-1 header.fixed #secondMenu,
    html.is-scrolled #page-1 header #secondMenu {
        order: 3;
        flex: 0 0 auto;
        float: none !important;
        margin: 0;
        margin-left: 16px;
        padding-left: 12px;
    }

    #page-1 header.fixed #secondMenu .navbar-nav,
    html.is-scrolled #page-1 header #secondMenu .navbar-nav {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        float: none;
        gap: 4px;
    }

    #page-1 header.fixed #secondMenu .navbar-nav > li,
    html.is-scrolled #page-1 header #secondMenu .navbar-nav > li {
        float: none;
        display: flex;
        align-items: center;
    }

    #page-1 header.fixed #secondMenu .navbar-nav > li.primary > a.firstLevel,
    #page-1 header.fixed #secondMenu .navbar-nav > li.primary .dropdown > a.firstLevel,
    html.is-scrolled #page-1 header #secondMenu .navbar-nav > li.primary > a.firstLevel,
    html.is-scrolled #page-1 header #secondMenu .navbar-nav > li.primary .dropdown > a.firstLevel {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        line-height: 34px;
        height: 34px;
        padding: 0 8px;
        border: none !important;
    }

    #page-1 header.fixed #secondMenu .navbar-nav > li.primary .dropdown,
    html.is-scrolled #page-1 header #secondMenu .navbar-nav > li.primary .dropdown {
        display: flex;
        align-items: center;
        line-height: 34px;
    }
}
.navbar-nav a.hasSubMenu {
    position: relative;
}
.navbar-nav a.hasSubMenu::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    position: absolute;
    right: 10px;
    font-weight: 900;
}
.navbar-nav > li > a.hasSubMenu::after {
    display: none;
}
.navbar-nav ul li a {
    display: block;
    padding: 15px 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
@media(min-width:992px) {
    .navbar-nav ul {
		left: 0;
		top: 0;
		position: absolute;
		z-index: 1024;
        width: 200px;
    }
    .navbar-nav > li > ul {
		top: 70px;
    }
}
.navbar-nav .Nactive .subMenu {
    margin-left: 10px;
}
li.Nactive > ul {
    display: block !important;
}
.dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: block;
    text-align: center;
    background: #eee;
    margin: 5px 5px 5px 0;
}
.dropdown-btn::after {
    content: "";
    cursor: pointer;
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 30px !important;
    font-weight: 900;
}
li.Nactive > .dropdown-btn::after {
    content: "";
}
#lang-btn {
    background: transparent;
    border: 0;
    font-size: 13px;
    display: inherit;
    text-transform: uppercase;
    height: 44px;
}
.info-header {
    margin-right: 20px;
    white-space: nowrap;
}
.info-header svg {
    padding: 6px;
    margin-right: 2px;
    height: 23px!important;
    width: 23px!important;
    vertical-align: middle;
    border-radius: 50%;
}
.searchWrapper {
    max-width: 320px;
    height: 44px;
}
.searchWrapper .form-control, .searchWrapper button {
    background: none;
    border: none;
    height: 44px;
    display: block;
    float: left;
}
.searchWrapper .form-inline .form-control {
    width: 165px;
    box-shadow: none;
}
.searchWrapper button {
    float: right;
    border-radius: 0;
}
.searchWrapper .form-control:focus {
    box-shadow: none;
}
.page-header {
    margin: 0;
    padding: 20px 0;
    border: none;
}
.breadcrumb {
    text-align: right;
    background: transparent;
    margin: 0;
    padding-right: 0;
}
.breadcrumb a::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    padding: 0 4px 0 6px;
    font-weight: 900;
}

/*************** ROYAL SLIDER ****************/
#full-width-slider {
    width: 100%;
}
.rsContent::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(30, 30, 30, 0.3);
}
.infoBlock {
    overflow: hidden;
    position: absolute;
	z-index: 2;
    text-align: center;
    top: 25%;
    width: 100%;
    padding: 20px 0;
}
.infoBlock svg {
    border: 2px solid #fff;
    height: 100px!important;
    width: 100px!important;
    border-radius: 50%;
    display: block;
    padding: 20px;
    text-align: center;
    margin: 0 auto 20px auto;
}
.infoBlock h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 3px;
}
.infoBlock h4 {
    font-size: 29px;
    font-weight: 200;
    margin: 0;
    padding-bottom: 3px;
}
.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0;
}
.infoBlock a {
    text-decoration: underline;
}
.fullWidth {
    width: 100%;
}
.fullWidth.royalSlider {
    width: 100%;
    overflow: hidden;
}
.royalSlider.fullSized,
.fullWidth.royalSlider.fullSized,
#mainSlider.fullSized {
    min-height: calc(100vh - 154px);
}

#page-1 .royalSlider.fullSized,
#page-1 .fullWidth.royalSlider.fullSized,
#page-1 #mainSlider.fullSized {
    min-height: 100vh;
}

@media (max-width: 991px) {
    .royalSlider.fullSized,
    .fullWidth.royalSlider.fullSized,
    #mainSlider.fullSized {
        min-height: calc(100vh - 113px);
    }

    #page-1 .royalSlider.fullSized,
    #page-1 .fullWidth.royalSlider.fullSized,
    #page-1 #mainSlider.fullSized {
        min-height: 100vh;
    }
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
    .infoBlock {
        top: 6%;
    }
    .infoBlock h3 {
        font-size: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .infoBlock {
        top: 10%;
    }
    .infoBlock h3 {
        font-size: 36px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .infoBlock {
        top: 18%;
    }
    .infoBlock h3 {
        font-size: 40px;
    }
}

/***************** HOMEPAGE ******************/
.iconBlocHome {
    padding: 0 0 0 40px;
    position: relative;
}
.iconBlocHome svg {
    left: 0;
    position: absolute;
    font-size: 26px;
}

/****************** PARALLAX *****************/
#parallaxHome {
    background-size: auto auto;
    background-repeat: no-repeat;
    background-color: #555;
}
@media(min-width: 768px){
    #parallaxHome {
        background-attachment: fixed;
    }
}
#parallaxHome .parallaxContent {
    padding-bottom: 100px;
    padding-top: 66px;
    position: relative;
    text-align: center;
}
#parallaxHome .parallaxContent h2 {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    line-height: 36px;
    font-size: 36px;
}
#parallaxHome .parallaxContent p {
    color: #fff;
    font-size: 24px;
    padding-right: 30px;
    padding-left: 30px;
}
@media(max-width: 767px){
	#parallaxHome .parallaxContent h2 {
		font-size: 34px;
	}
	#parallaxHome .parallaxContent h2::before {
		display: block;
		margin: 0 auto;
	}
	#parallaxHome .parallaxContent p {
		font-size: 18px;
	}
}

/*************** RIGHT TO LEFT ***************/
body[dir="rtl"] .iconBlocHome {
    padding: 0 40px 0 0;
}
body[dir="rtl"] .iconBlocHome svg {
    right: 0;
    left: auto;
}
body[dir="rtl"] #mainMenu .navbar-nav {
    left: 0;
    right: auto;
}
body[dir="rtl"] .breadcrumb {
    text-align: left;
}
body[dir="rtl"] .breadcrumb a,
body[dir="rtl"] .breadcrumb span {
    float: right;
}
body[dir="rtl"] .breadcrumb a::before{
    content: "";
    font-family: "Font Awesome 5 Free";
    padding: 0 6px 0 4px;
    font-weight: 900;
}
body[dir="rtl"] .breadcrumb a::after {
    content: "";
    padding: 0;
}
body[dir="rtl"] .labels {
    text-align: right;
}

/************ ISOTOPE / PORTFOLIO ************/
.isotopeInner {
    max-width: 100%;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
.isotopeWrapper {
    padding: 20px 0;
    background: url("../images/loading.gif") no-repeat center 50px;
}
.isotopeWrapper.loaded {
    background: none;
}
.isotopeContent {
    display: block;
    padding: 20px;
}
.isotopeContent h3{
    margin-top: 0;
}
.isotopeItem {
    margin-bottom: 20px;
    visibility: hidden;
    border-radius: 2px;
}
.isotopeWrapper.loaded .isotopeItem {
    visibility: visible;
}
.more-link {
    position: relative;
    display: block;
}
.more-link *:hover, .more-link:hover * {
    -webkit-transition: none;
            transition: all 0.3s;
}
.boxed .more-link {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}
.more-action {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.more-action figcaption {
    position: absolute;
    top: 42%;
    width: 100%;
}
.more-action figcaption p {
    text-align: center;
    padding: 0 20px;
    font-size: 22px;
    font-weight: 200;
}
.more-link:hover .more-action {
    opacity: 1;
}
.more-icon {
    position: absolute;
    bottom: -40px;
    text-align: center;
    width: 100%;
    display: block;
}
.more-icon svg {
    width: 80px!important;
    height: 40px!important;
    margin: 0 auto;
    padding: 7px;
    line-height: 50px;
    display: block;
    border-radius: 40px 40px 0 0;
}
.more-link:hover .more-action .more-icon {
    bottom: 0;
}
.lazy-more-btn::before{
    font-family: "Font Awesome 5 Free";
    content: "";
    margin-right: 0.5em;
    font-size: 24px;
    vertical-align: middle;
    font-weight: 900;
}

/****************** SHARRRE ******************/
.sharrre{
    margin: 20px 10px 0 0;
    float: left;
    cursor: pointer;
}
.sharrre .box a:hover{
    text-decoration: none;
}
.sharrre .count {
    color: #333;
    display: none;
    font-size: 16px;
    line-height: 28px;
    height: 30px;
    position: relative;
    text-align: center;
    width: 70px;
    border-radius: 4px;
    border: 1px solid #b2c6cc;
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.sharrre .count:before, .sharrre .count::after {
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    width: 0;
    height: 0;
}
.sharrre .count::before{
    border: solid 7px transparent;
    border-top-color: #b2c6cc;
    margin-left: -7px;
    bottom: -14px;
}
.sharrre .count::after {
    border: solid 6px transparent;
    margin-left: -6px;
    bottom: -12px;
    border-top-color: #fbfbfb;
}
.sharrre .share::before{
    font-family: "Font Awesome 5 Brands";
    content: "";
    margin-right: 6px;
    font-size: 18px;
    vertical-align: middle;
}
#pinterest .share::before{
    content: "";
}
#twitter .share::before{
    content: "";
}
#facebook .share::before{
    content: "";
}
#googleplus .share::before{
    content: "";
}
.sharrre .share {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-top: 8px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
    border-radius: 4px;
}
#pinterest .share {
    background: #BD2126;
}
#twitter .share {
    background: #26c3eb;
}
#facebook .share {
    background: #3B5998;
}
#googleplus .share { 
    background: #D34836;
}

/*************** MISCELLANEOUS ***************/
.owl-item img {
    margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot span {
    height: 15px;
    width: 15px;
}
.owl-carousel[data-nav="false"][data-dots="false"] .owl-controls {
    display: none;
}
.hotBox {
    padding: 20px;
    border-radius: 2px;
}   
.hotBox h2,
.hotBox a {
    margin-top: 0;
}
.boxed {
    padding: 20px;
    border-radius: 4px;
}
p.focus-p {
    font-size: 18px;
    padding: 20px 30px;
    margin-top: 20px;
}
#mapWrapper {
    height: 300px;
}
#pages-list {
    list-style: none;
    padding: 0;
}
#pages-list li a {
    padding: 10px 15px;
    display: block;
    border-radius: 2px;
}
#pages-list li a::before{
    font-family: "Font Awesome 5 Free";
    content: '';
    margin-right: 10px;
    font-weight: 900;
}
ul.nostyle {
    list-style: none;
    padding: 0;
}
#content ul:not(.nostyle):not(.dropdown-menu) {
    list-style: none;
    padding: 0;
    margin-top: 4px;
}
#content ul:not(.nostyle):not(.dropdown-menu) li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 4px;
}
#content ul:not(.nostyle):not(.pagination):not(.dropdown-menu) li::before {
    position: absolute;
    left: 4px;
    font-family: "Font Awesome 5 Free";
    content: '';
    margin-right: 10px;
    font-weight: 900;
}
.img-container {
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.img-container.xl {
    height: 400px;
}
.img-container.md {
    height: 245px;
}
.img-container.sm {
    height: 90px;
    width: 90px;
}
.img-container.xs {
    height: 60px;
    width: 60px;
}
.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.boxed .more-link.img-container,
.isotopeInner .more-link.img-container {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.video-container {
    display: block;
    padding-bottom: 52.20%;
    padding-top: 30px;
    position: relative;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cookies-notice {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1030;
    color: #fff;
    padding: 8px 0;
}
.white-popup-block {
    background: #fff none repeat scroll 0 0;
    margin: 40px auto;
    width: 850px;
    max-width: 100%;
    padding: 20px 30px;
    position: relative;
    text-align: left;
}
.text-center h1::after, h1.text-center::after, [style*="text-align: center"] h1::after, h1[style*="text-align: center"]::after,
.text-center h2::after, h2.text-center::after, [style*="text-align: center"] h2::after, h2[style*="text-align: center"]::after,
.text-center h3::after, h3.text-center::after, [style*="text-align: center"] h3::after, h3[style*="text-align: center"]::after {
    content: '';
    display: block;
    height: 5px;
    width: 80px;
    margin: 20px auto;
}
/******************* FOOTER ******************/
#footerRights {
    padding: 10px 0;
}
#mainFooter {
    padding: 40px 0 20px 0;
}
#mainFooter .img-container {
    margin: 5px;
}
#toTop {
    display: block;
    position: fixed;
    bottom: -40px;
    right: 30px;
    z-index: 10;
    height: 40px;
    padding: 0 5px;
    font-size: 26px;
    border-radius: 4px;
}
body[dir="rtl"] #toTop {
    right: auto;
    left: 30px;
}
/****************** WIDGETS ******************/
.widget {
    min-height: 1px;
    position: relative;
    margin-bottom: 15px;
}
.widget-title {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
}
/************** MAINTENANCE MODE *************/
body#page-maintenance {
    background: url("../images/maintenance-bg.jpg") no-repeat center top fixed!important;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.maintenance-msg {
    font-size: 24px;
    color: #fff;
    font-weight: 200;
}
/******************* LOADER ******************/
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transition: all 0.4s 0.6s ease-out;
            transition: all 0.4s 0.6s ease-out;
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s 0.6s ease-out;
            transition: all 0.3s 0.6s ease-out;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}
#loader::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 6px solid transparent;
    -webkit-animation: spin 3s linear infinite;
            animation: spin 3s linear infinite;
}
#loader::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-animation: spin 1.5s linear infinite;
            animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% { 
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin {
    0% { 
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
/*************** STYLE SWITCHER **************/
#styleSwitcher {
    position: fixed;
    width: 180px;
    top: 200px;
    left: -180px;
    background: rgba(190,190,190,0.5);
    color: #000;
    padding: 15px;
}
#styleSwitcher h4 {
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
}
#btnSwitcher {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: -50px;
    background: rgba(190,190,190,0.5);
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #000;
}
#styleSwitcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#styleSwitcher ul li {
    float: left;
    margin: 5px;
}
#styleSwitcher ul li a {
    height: 27px;
    width: 27px;
    display: block;
    float: left;
}

/* colors.css */
/****************** GENERAL ******************/
body {
    color: #333;
}
h2, h3 {
    color: #ff9900;
}
h4, .h4 {
    color: #555;
}
a {
    color: #ff9900;
}
a:hover {
    color: #ff9900;
}
a p {
    color: #333;
}
#content {
    background: #fff;
}
/***************** BOOTSTRAP *****************/
.btn-primary {
    background: none;
    border-color: #ff9900;
    color: #ff9900;
}
.btn-default {
    background: none;
    border-color: #ccc;
    color: #555;
}
.text-primary {
    color: #ff9900;
}
.btn-primary:hover {
    background-color: #ff9900;
    border-color: #ff9900;
    color: #fff;
}
.label.label-default {
    background: #aaa;
}
blockquote {
    color: #555;
}
.input-group-addon {
    background: #fff;
}
.form-control,
.form-control:focus,
.btn.dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:focus {
    box-shadow: none;
    border-color: #ccc;
    outline: none!important;
}
/****************** HEADERS ******************/
#preHeader {
    background: #ff9900;
    color: #fff;
}
#preHeader a {
    color: #fff;
}
#mainHeader {
    background: none;
}
body:not(#page-1) .fixed #mainHeader,
.fixed #mainHeader {
    background: #222222;
}
header:not(.fixed) #mainHeader {
    /*background: transparent;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
    background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);*/
}
@media (max-width: 767px) {
    #mainHeader, #mainMenu {
        background: #222222;
    }
}
ul.navbar-nav > li.primary > a.firstLevel {
    color: #fff;
}
ul.navbar-nav > li.primary > a.firstLevel.active,
ul.navbar-nav > li.primary > a.firstLevel:hover,
ul.navbar-nav > li.primary > a.firstLevel:focus {
    border-bottom: 1px solid #fff;
    color: #fff;
    background: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #ff9900;
}
@media(max-width:767px) {
    ul.navbar-nav > li.primary > a.firstLevel.active,
    ul.navbar-nav > li.primary > a.firstLevel:hover,
    ul.navbar-nav > li.primary > a.firstLevel:focus {
        border-bottom: none;
    }
    #mainMenu .navbar-nav li {
        border-bottom: 1px solid #eee;
    }
}
.dropdown-btn {
    color: #fff;
    background: rgba(255,255,255,0.2);
}
@media(min-width:992px) {
	#mainMenu .navbar-nav ul li a {
		border-bottom: 1px solid #ddd;
	}
	#mainMenu .navbar-nav ul > li:last-child a {
		border-bottom: 0;
	}
}
.navbar-nav ul li a {
    color: #666;
}
.navbar-nav ul li a:hover, .navbar-nav ul li.hover > a {
    background: #ff9900;
    color: #fff;
}
ul.navbar-nav > li.primary .dropdown > a,
ul.navbar-nav > li.primary .dropdown {
    color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border: none;
}
@media(min-width:768px) {
    .navbar-nav ul {
        background: #fff;
    }
}
#lang-btn {
    background: transparent;
    border: 0;
}
#lang-btn:hover,
#lang-btn:focus {
    color: #ccc;
}
.info-header svg {
    background: #fff;
    color: #ff9900;
}
.searchWrapper {
    color: #888;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.searchWrapper button:hover {
    background: #ff9900;
}
.page-header {
    background-color: rgba(255, 153, 0, 0.3);
    color: #fff;
    border: none;
}
.page-header a, .page-header h1, .page-header p.main-title {
    color: #fff;
}
.breadcrumb {
    background: transparent;
}
/*************** ROYAL SLIDER ****************/
#sliderContainer {
    border-bottom: 8px solid #ccc;
}
#full-width-slider, .infoBlock a, .royalSlider .infoBlock h1, .royalSlider .infoBlock h2 {
    color: #fff;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.photosBy {
    background: #fff;
    color: #000;
} 
.photosBy a {
    color: #000;
}
#sliderContainer .btn-primary {
    border-color: #fff;
    color: #fff;
}
#sliderContainer .btn-primary:hover {
    border-color: #ff9900;
}
/************** BOOKING SEARCH ***************/
.booking-search {
    color: #fff;
}
#search-home {
    background: rgba(0, 0, 0, 0.4);
}
#search-page {
    background: #3a3939;
}
.booking-search .form-control:focus,
.booking-search .btn.dropdown-toggle,
.booking-search .bootstrap-select .dropdown-toggle:focus,
.booking-search .btn-group .dropdown-toggle {
    box-shadow: none;
    border-color: #fff;
    outline: none!important;
}
.booking-search .input-group-addon,
.booking-search .form-control,
.booking-search .input-wrapper,
.booking-search .bootstrap-select > .dropdown-toggle,
.booking-search .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
    background: #fff;
    border-color: #fff;
    color: #333;
}
#search-home .input-group,
#search-home .input-group-addon,
#search-home .input-wrapper {
    background: #fff;
}
#search-home .input-group .form-control {
    background: none;
}
.booking-search .input-wrapper {
    border: none;
}
.booking-search .input-wrapper svg {
    color: #ccc;
    border: 0;
}
.booking-search .form-control::-webkit-input-placeholder {
    color: #333;
}
.booking-search .form-control::-moz-placeholder {
    color: #333;
}
.booking-search .form-control:-ms-input-placeholder {
    color: #333;
}
.booking-search .form-control:-moz-placeholder {
    color: #333;
}
.booking-search .btn-primary {
    font-weight: bold;
    border: 1px solid #fff;
    color: #fff;
}

#search-home .booking-search .btn-primary {
    background-color: #222;
    border-color: #fff;
    color: #fff;
}

#search-home .booking-search .btn-primary:hover {
    background-color: #ff9900;
    border-color: #ff9900;
    color: #fff;
}
.booking-search .alert-danger .form-control:focus,
.booking-search .alert-danger .btn.dropdown-toggle:focus,
.booking-search .alert-danger .bootstrap-select .dropdown-toggle:focus,
.booking-search .alert-danger .btn-group.open .dropdown-toggle,
.booking-search .alert-danger .btn-group.open .dropdown-toggle,
.booking-search .alert-danger .input-wrapper {
    border-color: #B70000;
    color: #B70000;
}
.datepicker-wrapper .fa-long-arrow-alt-right,
.datepicker-wrapper .fa-long-arrow-right {
    border: none;
}
.booking-search .alert-danger {
    background: none;
    border: none;
}
.booking-search .alert-danger .datepicker-wrapper svg {
    border-color: #fff;
    color: #B70000;
}
.booking-search .alert-danger .field-notice {
    color: #B70000;
}
.booking-search .alert-danger .form-control::-webkit-input-placeholder {
    color: #B70000;
}
.booking-search .alert-danger .form-control::-moz-placeholder {
    color: #B70000;
}
.booking-search .alert-danger .form-control:-ms-input-placeholder {
    color: #B70000;
}
.booking-search .alert-danger .form-control:-moz-placeholder {
    color: #B70000;
}
.jquery-live-search {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.jquery-live-search a {
    color: #333;
}
/************** ADVANCED FILTERS *************/
.noUi-connect {
    background: #f0ad4e;
}
.nouislider-wrapper {
	color: #fff;
}
.noUi-tooltip {
	border: none;
	background: transparent;
	color: #fff;
}
input.slider-target {
	background: transparent;
	border: none;
	color: #fff;
}
/***************** HOMEPAGE ******************/
.iconBlocHome svg {
    color: #ff9900;
}
/************ ISOTOPE / PORTFOLIO ************/
.isotopeWrapper.loaded {
    background: none;
}
.isotopeContent {
    background: #fff;
    border: 0;
}
.more-action figcaption p {
    color: #fff;
}
.more-link:hover .more-action {
    background: rgba(54, 148, 237, 0.3);
}
.more-icon svg {
    color: #ff9900;
    background: #fff;
}
.more-content .more-descr {
    background: rgba(83, 129, 186, 0.8);
    color: #fff;
}
.more-link:hover .more-content .more-descr {
    background: none;
}
.lazy-more-btn {
    background: #aaa!important;
    color: #fff!important;
}
.lazy-more-btn:hover {
    background: #fff!important;
    color: #333!important;
}
/*************** MISCELLANEOUS ***************/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff9900;
}
.hotBox {
    background: #ff9900;
    color: #fff;
}   
.hotBox h2,
.hotBox a {
    color: #fff;
}
#pages-list li a {
    border: 1px solid #ddd;
    background-color: #aaa;
    color: #fff;
}
#pages-list li a:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
#content h1 {
    color: #ff9900;
}
aside .widget-title {
    color: #ff9900;
}
aside h3 {
    font-size: 16px;
    color: #555;
}
.more-content {
    background: rgba(50, 50, 50, 0.3);
    color: #fff;
}
.more-content h3 {
    color: #fff;
    background: rgba(0,0,0,0.15);
    border: 2px solid #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.boxed {
    background: #f1f1f1;
    border: 1px solid #ddd;
}
.text-center h1::after, h1.text-center::after, [style*="text-align: center"] h1::after, h1[style*="text-align: center"]::after, .text-center h2::after, h2.text-center::after, [style*="text-align: center"] h2::after, h2[style*="text-align: center"]::after, .text-center h3::after, h3.text-center::after, [style*="text-align: center"] h3::after, h3[style*="text-align: center"]::after {
    background: #5191FA;
}
.facility-icon {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #777;
}
.facility-icon a {
    color: #777;
}
@media (min-width: 768px) {
    .booking-result > .sep {
        border-left: 1px solid #ddd;
    }
}
.form-0 > .booking-result {
	box-shadow: 0 0 8px rgba(81, 145, 250, 0.8);
}
.booking-result .boxed {
    background: #fff;
}
.booking-result .booking-summary {
    background: #E9F0FA;
}
.booking-result .legend {
    background: #E8E8E8;
    color: #555;
}
.booking-result svg.fa-star {
    color: #FF9600;
}
.activity-result .hb-calendar {
    background: #f2f2f2;
}
.room-result .price span,
.activity-result .price:not(.text-primary) span {
    color: #90CC90;
}
#booking-breadcrumb .breadcrumb-item {
    background: #e8e8e8;
}
#booking-breadcrumb .breadcrumb-item.done {
    background: #fbb244;
    color: #fff;
}
#booking-breadcrumb .breadcrumb-item.active {
    background: #ff9900;
    color: #fff;
}
.checkbox-icon {
    border: 2px solid #ff9900;
}
.activity-result .checkbox-icon:before {
    color: #fff;
}
.activity-result.active .checkbox-icon:before {
    color: #ff9900;
}
.session-date-caption {
    background-color: #a6e0bf;
}
.activity-result .hb-d-start,
.activity-result .hb-d-end {
    background: #EA8A8A!important;
}
.activity-result .hb-day.hb-d-free:hover,
.session-date-caption:hover {
    background: #4edb87!important;
    color: #fff;
}
.activity-result .hb-day.hb-d-free.active,
.session-date-caption.active {
    background: #FF9600!important;
    color: #fff;
}
/******************* FOOTER ******************/
#footerRights {
    background: #000;
}
footer {
    background: #333;
    color: #fff;
}
@media (max-width: 991px) {
    footer {
        background: #555;
    }
}
#mainFooter {
    background: #222222;
}
footer a, footer h3, footer .widget-title {
    color: #fff;
}
footer p.lead {
    color: #ff9900;
}
#toTop {
    background: #fff;
    border: 1px solid #ddd;
}
#toTop:hover {
    background: #ff9900;
    color: #fff;
}
footer .searchWrapper .form-control {
    color: #fff;
}
footer .searchWrapper .form-control::-webkit-input-placeholder {
    color: #ddd;
}
footer .searchWrapper .form-control:-moz-placeholder {
    color: #ddd;
}
footer .searchWrapper .form-control::-moz-placeholder {
    color: #ddd;
}
footer .searchWrapper .form-control:-ms-input-placeholder {
    color: #ddd;
}
/*********** LOG IN / SIGN UP FORMS **********/
a.fblogin {
    background: linear-gradient(#2953ad, #234ca2);
    color: #fff;
}
a.fblogin:hover {
    color: #fff;
}
/**************** PAYMENT FORM ***************/
button[name="payment_type"] .fa-paypal {
    color: #00447E;
}
button[name="payment_type"] .fa-credit-card {
    color: #3787DC;
}
button[name="payment_type"] .fa-envelope {
    color: #B9252B;
}
button[name="payment_type"] .fa-building {
    color: #FF9900;
}
/******************* LOADER ******************/
#loader-wrapper {
    background: #fff;
}
#loader {
    border-top-color: #888;
}
#loader:before {
    border-top-color: #eb8d01;
}
#loader:after {
    border-top-color: #eb8d01;
}
/*************** WEATHER WIDGET **************/
.simple-weather i[class^="w-icon-"],
.simple-weather .temp {
    color: #333;
}

/* performance.css */
/**
 * Core Web Vitals fixes — load after layout.css
 * See PERFORMANCE-SEO-PLAN.md Phase A
 */

/* A1 — Reserve hero slider height before RoyalSlider JS runs */
#page-1 #sliderContainer {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
    border-bottom: 8px solid #ccc;
    padding: 0;
}

#page-1 #mainSlider.fullSized,
#page-1 .royalSlider.fullSized.fullWidth {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
    position: relative;
    margin: 0;
}

#page-1 #mainSlider.royalSlider .rsOverflow,
#page-1 #mainSlider.royalSlider .rsContainer,
#page-1 #mainSlider.royalSlider .rsSlide,
#page-1 #mainSlider.royalSlider .rsContent {
    width: 100% !important;
    max-width: 100% !important;
}

#page-1 #mainSlider.rsMinW .rsOverflow,
#page-1 #mainSlider.rsMinW .rsSlide {
    background: transparent;
}

#page-1 #mainSlider.royalSlider:not(.rsReady) > .rsContent {
    position: absolute !important;
    float: none !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    margin: 0 !important;
}

#page-1 #mainSlider.royalSlider:not(.rsReady) > .rsContent:not(:first-child) {
    display: none !important;
}

#page-1 #mainSlider.royalSlider:not(.rsReady) .rsImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#page-1 #mainSlider.royalSlider:not(.rsReady) .infoBlock {
    opacity: 0;
    pointer-events: none;
}

#page-1 #mainSlider.royalSlider.rsReady .infoBlock {
    opacity: 1;
    transition: opacity 0.35s ease;
}

#page-1 #mainSlider.royalSlider .rsImg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

body:not(#page-1) .royalSlider.fullSized,
body:not(#page-1) .royalSlider.fullWidth.fullSized,
body:not(#page-1) .fullWidth.royalSlider.fullSized,
body:not(#page-1) #mainSlider.fullSized {
    min-height: calc(100vh - 154px);
    height: calc(100vh - 154px);
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    #page-1 #mainSlider.fullSized,
    #page-1 .royalSlider.fullSized.fullWidth {
        min-height: 100vh;
        height: 100vh;
    }

    body:not(#page-1) .royalSlider.fullSized,
    body:not(#page-1) .royalSlider.fullWidth.fullSized,
    body:not(#page-1) .fullWidth.royalSlider.fullSized,
    body:not(#page-1) #mainSlider.fullSized {
        min-height: calc(100vh - 113px);
        height: calc(100vh - 113px);
    }
}

/* Non-fullscreen sliders: fixed aspect ratio instead of autoHeight */
.royalSlider:not(.fullSized):not(.fullWidth) {
    min-height: 400px;
    aspect-ratio: 960 / 600;
    max-width: 100%;
}

/* A8 — Stop header collapse from shifting page content */
.fixed #preHeader {
    margin-top: 0;
    height: 0;
    min-height: 0;
    line-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* A9 — Parallax widget reserved height */
#parallaxHome.stellar,
.stellar#parallaxHome {
    min-height: 320px;
}

@media (min-width: 992px) {
    #parallaxHome.stellar,
    .stellar#parallaxHome {
        min-height: 420px;
    }
}

/* A10 — Dynamic widget placeholders */
#cookies-notice {
    min-height: 48px;
}

.simple-weather {
    min-height: 1.5em;
    display: inline-block;
}

/* A12 — Video embeds */
.videoWrapper {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* Loader — never occupy layout; avoid full-screen overlay CLS */
#loader-wrapper {
    display: none !important;
    pointer-events: none;
}

body.loaded #loader-wrapper {
    display: none !important;
}

/* A7 — System font stack (no webfont swap / CLS) */
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, .h1, .h2, .h3, .widget-title {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Homepage header — no animated layout properties on load */
#page-1 header,
#page-1 header * {
    transition: none !important;
}

#toTop.is-visible {
    bottom: 30px;
}

/* A5 — Reinforce img-container dimensions for CLS */
.img-container.sm img {
    width: 90px;
    height: 90px;
}

.img-container.md img {
    width: 100%;
    height: 245px;
}

/* CLS — fonts + header/nav: prevent layout shift on webfont swap and scroll restore */

#preHeader,
.navbar-brand img,
.navbar-fixed-top,
#mainHeader,
#mainMenu,
#loader-wrapper,
#loader {
    transition: none !important;
}

html.is-scrolled #preHeader,
.navbar-fixed-top.fixed #preHeader,
.fixed #preHeader {
    margin-top: 0;
    height: 0;
    min-height: 0;
    line-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

html.is-scrolled .navbar-brand img,
.navbar-fixed-top.fixed .navbar-brand img,
.fixed .navbar-brand img {
    max-height: 50px;
}

@media (min-width: 992px) {
    html.is-scrolled #page-1 header .navbar-brand,
    #page-1 header.fixed .navbar-brand {
        float: none;
        margin: 0;
        text-align: left;
        clear: none;
        width: auto;
    }

    html:not(.is-scrolled) #page-1 header:not(.fixed) .navbar-brand img {
        min-height: 70px;
    }

    #mainMenu {
        min-height: 54px;
    }

    #mainMenu .navbar-nav {
        white-space: nowrap;
    }

    #page-1 #mainMenu {
        min-height: 48px;
    }

    #page-1 header:not(.fixed) #mainMenu.navbar-collapse {
        border: none !important;
        box-shadow: none !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    #page-1 header:not(.fixed) .navbar.navbar-default {
        border: none !important;
        margin-bottom: 0 !important;
        min-height: 0 !important;
    }

    #page-1 header.fixed #mainMenu,
    #page-1 header.fixed .navbar.navbar-default,
    html.is-scrolled #page-1 header #mainMenu,
    html.is-scrolled #page-1 header .navbar.navbar-default {
        min-height: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

    #mainMenu li.btn-nav > .dropdown > a.firstLevel {
        min-width: 3.5em;
    }
}

html.is-scrolled header.navbar-fixed-top #mainHeader,
header.navbar-fixed-top.fixed #mainHeader,
.fixed #mainHeader {
    background: #222222;
}

html:not(.is-scrolled) #page-1 header:not(.fixed) #mainHeader,
html:not(.is-scrolled) #page-1 header:not(.fixed) #mainMenu,
html:not(.is-scrolled) #page-1 header:not(.fixed) #secondMenu,
html:not(.is-scrolled) #page-1 header:not(.fixed) .navbar-default {
    background: transparent;
}

.navbar-nav,
ul.navbar-nav > li.primary > a.firstLevel {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 34px;
}

/* Icon slots — fixed box before Font Awesome loads (solid icons only above fold) */
.navbar-nav .fa,
.navbar-nav .fas,
.navbar-nav .fab,
.booking-search .fa,
.booking-search .fas {
    display: inline-block;
    min-width: 1.25em;
    width: 1.25em;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
}

/* Homepage content block — stable after hero */
#page-1 #content.pt20 {
    min-height: 120px;
}
