/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{-webkit-transition-property:none;-o-transition-property:none;transition-property:none;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{display:block;position:absolute;bottom:100%;top:0;right:0;left:0;z-index:3;opacity:0;background:var(--mm-color-background);-webkit-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;-o-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease,-webkit-transform .4s ease}.mm-blocker:focus-visible{opacity:.75}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:50px;padding:0}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{content:"";display:block;position:absolute;top:0;bottom:0;width:8px;height:8px;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;-webkit-transform:rotate(var(--mm-btn-rotate));-ms-transform:rotate(var(--mm-btn-rotate));transform:rotate(var(--mm-btn-rotate))}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{padding:0;background:0 0;border:none;cursor:pointer}.mm-divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:-webkit-sticky;position:sticky;z-index:2;top:0;min-height:var(--mm-lineheight);padding:calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--mm-color-background-highlight)),to(var(--mm-color-background-highlight)));background-image:-o-linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));opacity:1;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0;margin:0;color:var(--mm-color-text);border-color:var(--mm-color-border)}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;inset-inline-start:20px;inset-inline-end:0;bottom:0}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0}.mm-listitem__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%;display:block;padding-left:20px;padding-right:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-listitem__btn{display:block;position:relative;width:auto;-webkit-padding-end:50px;padding-inline-end:50px;border-color:inherit;background:rgba(3,2,1,0)}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem--selected>.mm-listitem__text{background:var(--mm-color-background-emphasis)}.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{background:var(--mm-color-background-highlight)}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;-ms-scroll-chaining:none;overscroll-behavior:none;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-lineheight);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-webkit-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu :-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}:root{--mm-navbar-size:50px}.mm-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;min-height:var(--mm-navbar-size);padding-top:env(safe-area-inset-top);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px;overflow:hidden}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){-webkit-padding-start:60px;padding-inline-start:60px;-webkit-padding-end:10px;padding-inline-end:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:60px;padding-inline-end:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(var(--mm-panel-child-offset),0,0);transform:translate3d(var(--mm-panel-child-offset),0,0);-webkit-transition-property:inset-inline-start,-webkit-transform;transition-property:inset-inline-start,-webkit-transform;-o-transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start,-webkit-transform}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-panel--parent{-webkit-transform:translate3d(var(--mm-panel-parent-offset),0,0);transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;height:100%;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:calc(var(--mm-toggle-size) * 1.75);-ms-flex:calc(var(--mm-toggle-size) * 1.75) 0 0px;flex:calc(var(--mm-toggle-size) * 1.75) 0 0;height:var(--mm-toggle-size);-webkit-margin-end:10px;margin-inline-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;border-radius:var(--mm-toggle-size);border:var(--mm-color-border);background:var(--mm-color-border);cursor:pointer;-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}.mm-toggle:before{content:"";aspect-ratio:1;margin:2px;border-radius:100%;background:var(--mm-color-background);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * .75));-ms-transform:translateX(calc(var(--mm-toggle-size) * .75));transform:translateX(calc(var(--mm-toggle-size) * .75))}[dir=rtl] .mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * -.75));-ms-transform:translateX(calc(var(--mm-toggle-size) * -.75));transform:translateX(calc(var(--mm-toggle-size) * -.75))}.mm-listitem--vertical>.mm-panel{position:static;width:100%;padding:10px 0 10px 20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical>.mm-listitem__btn{height:var(--mm-listitem-size);bottom:auto}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh;background:inherit}:where(.mm-slideout){position:relative;z-index:1;width:100%;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{width:100%;height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{z-index:2;-webkit-transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left{--mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  )}.mm-wrapper--position-right{--mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  )}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{-webkit-transform:translate3d(var(--mm-translate-horizontal),0,0);transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.4);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.4);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgb(0, 0, 0, 0.4);--mm-color-icon:rgb(255, 255, 255, 0.4);--mm-color-text:rgb(255, 255, 255, 0.8);--mm-color-text-dimmed:rgb(255, 255, 255, 0.4);--mm-color-background-highlight:rgb(255, 255, 255, 0.08);--mm-color-background-emphasis:rgb(0, 0, 0, 0.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.7);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(0 0 0 / 0.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.3);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.3);--mm-color-background-highlight:rgb(0 0 0 / 0.06);--mm-color-background-emphasis:rgb(0 0 0 / 0.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.07);--mm-color-background-emphasis:rgb(0 0 0 / 0.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.2);--mm-color-icon:rgb(255 255 255 / 0.4);--mm-color-text:rgb(255 255 255 / 0.7);--mm-color-text-dimmed:rgb(255 255 255 / 0.4);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(255 255 255 / 0.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.6);--mm-color-background-highlight:rgb(255 255 255 / 0.125);--mm-color-background-emphasis:rgb(255 255 255 / 0.1);--mm-color-focusring:#06c}.mm-counter{display:block;-webkit-padding-start:20px;padding-inline-start:20px;float:right;color:var(--mm-color-text-dimmed)}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(0 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-1{inset-inline-start:calc(1 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-2{inset-inline-start:calc(2 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-3{inset-inline-start:calc(3 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-4{inset-inline-start:calc(4 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-width:1px;border-inline-start-style:solid}.mm-navbars{-ms-flex-negative:0;flex-shrink:0}.mm-navbars .mm-navbar{position:relative;padding-top:0;border-bottom:none}.mm-navbars--top{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar:first-child{padding-top:env(safe-area-inset-top)}.mm-navbars--bottom{border-top:1px solid var(--mm-color-border)}.mm-navbars--bottom .mm-navbar:last-child{padding-bottom:env(safe-area-inset-bottom)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-padding-end:6px;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){-webkit-padding-end:0;padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{-webkit-padding-start:0;padding-inline-start:0}.mm-navbar__tab{padding:0 10px;border:1px solid transparent}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-searchfield__input input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:auto;max-height:auto;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);font:inherit;font-size:inherit}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{display:none;position:absolute;inset-inline-end:0;top:0;bottom:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;-webkit-margin-end:-100px;margin-inline-end:-100px;-webkit-padding-start:5px;padding-inline-start:5px;-webkit-padding-end:20px;padding-inline-end:20px;visibility:hidden;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition-property:visibility,margin;-o-transition-property:visibility,margin;transition-property:visibility,margin}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;-webkit-margin-end:0;margin-inline-end:0}.mm-panel--search{left:0!important;right:0!important;width:100%!important;border:none!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{display:none;padding:40px 20px;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;line-height:1.4}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--mm-sectionindexer-size);position:absolute;top:0;bottom:0;inset-inline-end:calc(-1 * var(--mm-sectionindexer-size));z-index:5;-webkit-transition-property:inset-inline-end;-o-transition-property:inset-inline-end;transition-property:inset-inline-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{-webkit-padding-end:0;padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{-webkit-padding-end:var(--mm-sectionindexer-size);padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{width:var(--mm-sidebar-expanded-size);border-right-width:1px;border-right-style:solid}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}@import url('https://use.typekit.net/bzo8jsi.css');

@font-face{font-family:dearjoe6;src:url(../fonts/webfonts/3319C7_0_0.eot);src:url(../fonts/webfonts/3319C7_0_0.eot?#iefix) format('embedded-opentype'),url(../fonts/webfonts/3319C7_0_0.woff2) format('woff2'),url(../fonts/webfonts/3319C7_0_0.woff) format('woff'),url(../fonts/webfonts/3319C7_0_0.ttf) format('truetype')}



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {

    margin: 0;

    padding: 0;

    border: 0;

    outline: 0;

    font-size: 100%;

    vertical-align: baseline;

    background: 0 0;

}



:root{

    --primary-color:#897d75;

    --secondary-color:#FBE166;

    --white-color:#ffffff;

    --black-color:#000000;

    --primary-bg:#FCFCFC;

    --primary-border:1px;

}





body {

    font-family: 'apparat', sans-serif;

    font-style: normal;

    font-weight: 300;

    font-size: 16px;

    line-height: 160%;

    color: var(--black-color);

    margin:0;

    padding:0;

    background: #fff;

}



h1,h2,h3,h4,h5,h6{

	font-family: 'apparat-light', sans-serif;

	font-style: normal;

	font-weight: 400;

	line-height: 120%;

}

a{

    text-decoration: none;

}



ol,ul {

    list-style: none;

}



blockquote,q {

    quotes: none;

    font-style: italic;

}



:focus {

    outline: 0;

}



.primary-bg{

	background: var(--primary-bg);

}



.bg-color{

	background:#f0EEEA;

}

.bg-animation{

	

}



section{

	position: relative;

}



.section {

    padding: 25px 0

}

.section-130 {

    padding: 30px 0;

}

.mt-0{

		margin-top:0 !important;

	}

.mb-0{

	margin-bottom:0 !important;

}

.pt-0{

	padding-top:0;

}

.pb-0{

	padding-bottom:0;

}

.pt-100{

	padding-top: 50px;

}

.pb-100{

	padding-bottom: 50px;

}

.pt-130{

	padding-top: 50px;

}

.pb-130{

	padding-bottom: 50px;

}



#container>section{

	max-width: 100%;

    margin-left:auto;

    margin-right:auto;

}



.container{

	box-sizing: border-box;

    padding:0 20px;

    margin:0 auto;

}



.container .inner-box{

    max-width: 1325px;

    margin:0 auto;

}

.container .inner-box-full{
	max-width: unset;
}

.lodege-experiences .container .inner-box{
	/*overflow: hidden;*/
}


.container .inner-full{

    max-width: 100%;

}



.img{

	max-width: 100%;

}

.text-uc{

	text-transform: uppercase;

}



/*btn*/



  .btn-row{

  	display: flex;

  	flex-wrap: wrap;

    justify-content: space-between;

  }

  .btn-row svg{

  	margin-right: 10px;

  }

  .btn {

  	display: inline-flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    background-color: transparent;

    border: var(--primary-border) solid transparent;

    border-radius: 40px;

    color: var(--primary-color);

    cursor: pointer;

    font-size: 12px;

    font-weight: 300;

    line-height: 1;

    letter-spacing: 0.025em;

    padding: 12px 20px;

    box-sizing: border-box;

    margin-bottom: 25px;

  }

  .btn-primary {

    background-color: var(--primary-color);

    color: #fff;

    text-transform: uppercase;

  }

  .btn-outline {

    /*background-color: #fff;*/

    border: var(--primary-border) solid var(--primary-color);

    color: var(--primary-color);

  }



  .btn-hover:hover {

    background: var(--primary-color);

    border-color: var(--primary-color);

    color: #fff;

  }

  .btn-hover:hover svg path{

  	stroke:#fff;

  }

  .btn-primary:hover{

  	background-color: #fff;

    border: var(--primary-border) solid var(--primary-color);

    color: var(--primary-color);

  }

  .btn-full{

  	width: 100%;

  	font-size: 15px;

  }

  .btn{

 	margin-bottom: 20px;

  }



/*grid*/

.row {

  --bs-gutter-x: 20px;

  --bs-gutter-y: 0;

  display: flex;

  flex-wrap: wrap;

  margin-top: calc(var(--bs-gutter-y)*-1);

  margin-right: calc(var(--bs-gutter-x)/-2);

  margin-left: calc(var(--bs-gutter-x)/-2)

}



.row .row {

  --bs-gutter-x: 0

}



.row>* {

  box-sizing: border-box;

  flex-shrink: 0;

  width: 100%;

  max-width: 100%;

  padding-right: calc(var(--bs-gutter-x)/2);

  padding-left: calc(var(--bs-gutter-x)/2);

  margin-top: var(--bs-gutter-y)

}



.col {

  flex: 1 0 0%

}



.col-auto {

  flex: 0 0 auto;

  width: auto

}



.col-1 {

  flex: 0 0 auto;

  width: 8.3333333333%

}



.col-2 {

  flex: 0 0 auto;

  width: 16.6666666667%

}



.col-3 {

  flex: 0 0 auto;

  width: 25%

}



.col-4 {

  flex: 0 0 auto;

  width: 33.3333333333%

}



.col-5 {

  flex: 0 0 auto;

  width: 41.6666666667%

}



.col-6 {

  flex: 0 0 auto;

  width: 50%

}



.col-7 {

  flex: 0 0 auto;

  width: 58.3333333333%

}



.col-8 {

  flex: 0 0 auto;

  width: 66.6666666667%

}



.col-9 {

  flex: 0 0 auto;

  width: 75%

}



.col-10 {

  flex: 0 0 auto;

  width: 83.3333333333%

}



.col-11 {

  flex: 0 0 auto;

  width: 91.6666666667%

}



.col-12 {

  flex: 0 0 auto;

  width: 100%

}



.offset-1 {

  margin-left: 8.333333%

}



.offset-2 {

  margin-left: 16.666667%

}



.offset-3 {

  margin-left: 25%

}



.offset-4 {

  margin-left: 33.333333%

}



.offset-5 {

  margin-left: 41.666667%

}



.offset-6 {

  margin-left: 50%

}



.offset-7 {

  margin-left: 58.333333%

}



.offset-8 {

  margin-left: 66.666667%

}



.offset-9 {

  margin-left: 75%

}



.offset-10 {

  margin-left: 83.333333%

}



.offset-11 {

  margin-left: 91.666667%

}



.no-gutters {

  margin-right: 0;

  margin-left: 0

}



.no-gutters>.col,.no-gutters>[class*=col-] {

  padding-right: 0;

  padding-left: 0

}



@media (min-width:601px) {

  .col-sm {

    flex: 1 0 0%

  }



  .col-sm-auto {

    flex: 0 0 auto;

    width: auto

  }



  .col-sm-1 {

    flex: 0 0 auto;

    width: 8.3333333333%

  }



  .col-sm-2 {

    flex: 0 0 auto;

    width: 16.6666666667%

  }



  .col-sm-3 {

    flex: 0 0 auto;

    width: 25%

  }



  .col-sm-4 {

    flex: 0 0 auto;

    width: 33.3333333333%

  }



  .col-sm-5 {

    flex: 0 0 auto;

    width: 41.6666666667%

  }



  .col-sm-6 {

    flex: 0 0 auto;

    width: 50%

  }



  .col-sm-7 {

    flex: 0 0 auto;

    width: 58.3333333333%

  }



  .col-sm-8 {

    flex: 0 0 auto;

    width: 66.6666666667%

  }



  .col-sm-9 {

    flex: 0 0 auto;

    width: 75%

  }



  .col-sm-10 {

    flex: 0 0 auto;

    width: 83.3333333333%

  }



  .col-sm-11 {

    flex: 0 0 auto;

    width: 91.6666666667%

  }



  .col-sm-12 {

    flex: 0 0 auto;

    width: 100%

  }



  .offset-sm-0 {

    margin-left: 0

  }



  .offset-sm-1 {

    margin-left: 8.333333%

  }



  .offset-sm-2 {

    margin-left: 16.666667%

  }



  .offset-sm-3 {

    margin-left: 25%

  }



  .offset-sm-4 {

    margin-left: 33.333333%

  }



  .offset-sm-5 {

    margin-left: 41.666667%

  }



  .offset-sm-6 {

    margin-left: 50%

  }



  .offset-sm-7 {

    margin-left: 58.333333%

  }



  .offset-sm-8 {

    margin-left: 66.666667%

  }



  .offset-sm-9 {

    margin-left: 75%

  }



  .offset-sm-10 {

    margin-left: 83.333333%

  }



  .offset-sm-11 {

    margin-left: 91.666667%

  }

}



@media (min-width:901px) {

  .col-md {

    flex: 1 0 0%

  }



  .col-md-auto {

    flex: 0 0 auto;

    width: auto

  }



  .col-md-1 {

    flex: 0 0 auto;

    width: 8.3333333333%

  }



  .col-md-2 {

    flex: 0 0 auto;

    width: 16.6666666667%

  }



  .col-md-3 {

    flex: 0 0 auto;

    width: 25%

  }



  .col-md-4 {

    flex: 0 0 auto;

    width: 33.3333333333%

  }



  .col-md-5 {

    flex: 0 0 auto;

    width: 41.6666666667%

  }



  .col-md-6 {

    flex: 0 0 auto;

    width: 50%

  }



  .col-md-7 {

    flex: 0 0 auto;

    width: 58.3333333333%

  }



  .col-md-8 {

    flex: 0 0 auto;

    width: 66.6666666667%

  }



  .col-md-9 {

    flex: 0 0 auto;

    width: 75%

  }



  .col-md-10 {

    flex: 0 0 auto;

    width: 83.3333333333%

  }



  .col-md-11 {

    flex: 0 0 auto;

    width: 91.6666666667%

  }



  .col-md-12 {

    flex: 0 0 auto;

    width: 100%

  }



  .offset-md-0 {

    margin-left: 0

  }



  .offset-md-1 {

    margin-left: 8.333333%

  }



  .offset-md-2 {

    margin-left: 16.666667%

  }



  .offset-md-3 {

    margin-left: 25%

  }



  .offset-md-4 {

    margin-left: 33.333333%

  }



  .offset-md-5 {

    margin-left: 41.666667%

  }



  .offset-md-6 {

    margin-left: 50%

  }



  .offset-md-7 {

    margin-left: 58.333333%

  }



  .offset-md-8 {

    margin-left: 66.666667%

  }



  .offset-md-9 {

    margin-left: 75%

  }



  .offset-md-10 {

    margin-left: 83.333333%

  }



  .offset-md-11 {

    margin-left: 91.666667%

  }

}



@media (min-width:1201px) {

  .col-lg {

    flex: 1 0 0%

  }



  .col-lg-auto {

    flex: 0 0 auto;

    width: auto

  }



  .col-lg-1 {

    flex: 0 0 auto;

    width: 8.3333333333%

  }



  .col-lg-2 {

    flex: 0 0 auto;

    width: 16.6666666667%

  }



  .col-lg-3 {

    flex: 0 0 auto;

    width: 25%

  }



  .col-lg-4 {

    flex: 0 0 auto;

    width: 33.3333333333%

  }



  .col-lg-5 {

    flex: 0 0 auto;

    width: 41.6666666667%

  }



  .col-lg-6 {

    flex: 0 0 auto;

    width: 50%

  }



  .col-lg-7 {

    flex: 0 0 auto;

    width: 58.3333333333%

  }



  .col-lg-8 {

    flex: 0 0 auto;

    width: 66.6666666667%

  }



  .col-lg-9 {

    flex: 0 0 auto;

    width: 75%

  }



  .col-lg-10 {

    flex: 0 0 auto;

    width: 83.3333333333%

  }



  .col-lg-11 {

    flex: 0 0 auto;

    width: 91.6666666667%

  }



  .col-lg-12 {

    flex: 0 0 auto;

    width: 100%

  }



  .offset-lg-0 {

    margin-left: 0

  }



  .offset-lg-1 {

    margin-left: 8.333333%

  }



  .offset-lg-2 {

    margin-left: 16.666667%

  }



  .offset-lg-3 {

    margin-left: 25%

  }



  .offset-lg-4 {

    margin-left: 33.333333%

  }



  .offset-lg-5 {

    margin-left: 41.666667%

  }



  .offset-lg-6 {

    margin-left: 50%

  }



  .offset-lg-7 {

    margin-left: 58.333333%

  }



  .offset-lg-8 {

    margin-left: 66.666667%

  }



  .offset-lg-9 {

    margin-left: 75%

  }



  .offset-lg-10 {

    margin-left: 83.333333%

  }



  .offset-lg-11 {

    margin-left: 91.666667%

  }

}



@media (min-width:1321px) {

  .row {

    --bs-gutter-x: 30px;

  }



  .row-reverse {

    flex-direction: row-reverse

  }



  .row .row {

    --bs-gutter-x: 0

  }



  .col-xl {

    flex: 1 0 0%

  }



  .row-cols-xl-auto>* {

    flex: 0 0 auto;

    width: auto

  }



  .row-cols-xl-1>* {

    flex: 0 0 auto;

    width: 100%

  }



  .row-cols-xl-2>* {

    flex: 0 0 auto;

    width: 50%

  }



  .row-cols-xl-3>* {

    flex: 0 0 auto;

    width: 33.3333333333%

  }



  .row-cols-xl-4>* {

    flex: 0 0 auto;

    width: 25%

  }



  .row-cols-xl-5>* {

    flex: 0 0 auto;

    width: 20%

  }



  .row-cols-xl-6>* {

    flex: 0 0 auto;

    width: 16.6666666667%

  }



  .col-xl-auto {

    flex: 0 0 auto;

    width: auto

  }



  .col-xl-1 {

    flex: 0 0 auto;

    width: 8.3333333333%

  }



  .col-xl-2 {

    flex: 0 0 auto;

    width: 16.6666666667%

  }



  .col-xl-3 {

    flex: 0 0 auto;

    width: 25%

  }



  .col-xl-4 {

    flex: 0 0 auto;

    width: 33.3333333333%

  }



  .col-xl-5 {

    flex: 0 0 auto;

    width: 41.6666666667%

  }



  .col-xl-6 {

    flex: 0 0 auto;

    width: 50%

  }



  .col-xl-7 {

    flex: 0 0 auto;

    width: 58.3333333333%

  }



  .col-xl-8 {

    flex: 0 0 auto;

    width: 66.6666666667%

  }



  .col-xl-9 {

    flex: 0 0 auto;

    width: 75%

  }



  .col-xl-10 {

    flex: 0 0 auto;

    width: 83.3333333333%

  }



  .col-xl-11 {

    flex: 0 0 auto;

    width: 91.6666666667%

  }



  .col-xl-12 {

    flex: 0 0 auto;

    width: 100%

  }



  .offset-xl-0 {

    margin-left: 0

  }



  .offset-xl-1 {

    margin-left: 8.333333%

  }



  .offset-xl-2 {

    margin-left: 16.666667%

  }



  .offset-xl-3 {

    margin-left: 25%

  }



  .offset-xl-4 {

    margin-left: 33.333333%

  }



  .offset-xl-5 {

    margin-left: 41.666667%

  }



  .offset-xl-6 {

    margin-left: 50%

  }



  .offset-xl-7 {

    margin-left: 58.333333%

  }



  .offset-xl-8 {

    margin-left: 66.666667%

  }



  .offset-xl-9 {

    margin-left: 75%

  }



  .offset-xl-10 {

    margin-left: 83.333333%

  }



  .offset-xl-11 {

    margin-left: 91.666667%

  }

}



/*header menu*/

.header-section{

	background: #fff;

	border-bottom: 1px solid #ddd;

}

.header-fixed .header-section{

	position: fixed;

	left: 0;

	top: 0;

	z-index: 9999;

	width:100%;

	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .05);

}

.header-section.header-fixed{

	position: fixed;

	left: 0;

	top: 0;

	z-index: 9999;

	width:100%;

	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .05);

}



.header-section .fullwidth-menu{

	/*display: none;*/

}

.header-section .nav ul li a{

	color: var(--black-color);

	font-size: 12px;

	letter-spacing: 0.025em;

}

.header-section .header-box .main-nav-box{

    display: flex;

    justify-content: space-between;

    align-items: center;

    min-height: 66px;

}

.header-section .header-box .main-nav-box .logo a{

	display: flex;

    align-items: center;

    height: 100%;

}

.header-section .header-box .main-nav-box .logo-main{

	width: 140px;

	min-width: 130px;

}

.header-section .header-box .main-nav-box .logo-map{

	width: 40px;

	min-width: 35px;

}

.header-section .header-box .main-nav-box{

	/*position: relative;*/

}

.header-section .header-box .main-nav-box .main-nav{

	display: flex;

}

.header-section .header-box .main-nav-box .main-nav .nav{

	display: flex;

}

.header-section .header-box .main-nav-box .main-nav .nav>ul{

	display: flex;

    align-items: center;

    margin:0 20px;

}

.header-section .header-box .main-nav-box .main-nav .nav>ul>li>a{

	display: flex;

	position: relative;

    align-items: center;

    padding: 20px 14px;

    text-transform: uppercase;

    transition: all .3s ease;

}

.header-section .header-box .main-nav-box .main-nav .nav>ul>li>a.active{

	font-weight: 400;

}



.header-section .header-box .main-nav-box .main-nav .nav>ul>li>a:hover:before{

	display: block;

	content: "";

    height: 1px;

    position: absolute;

    background: #000;

    width: calc(100% - 28px);

    left: 50%;

    transform: translateX(-50%);

    z-index: 9999;

    bottom: -1px;

}



.header-section .header-box .main-nav-box .main-nav .nav>ul>li>a.active1:before{

	display: block;

	content: "";

    height: 1px;

    position: absolute;

    background: #000;

    width: calc(100% - 28px);

    left: 50%;

    transform: translateX(-50%);

    z-index: 9999;

    bottom: -1px;

}



.header-section .main-nav .drop-down-holder{

	/*display: none;*/

	visibility: hidden;

	opacity: 0;

	position: absolute;

	left: 0;

	right: 0;

	top: 67px;

	z-index: 999;

	/*padding-top: 80px;*/

	/*padding-bottom: 50px;*/

	padding: 0 40px;

	background: #fff;

	/*border-top: 1px solid #ddd;*/

	/*transition: all .3s ease;*/

	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);

}

.header-section .main-nav .drop-down-holder>.inner-box{

	padding-top: 100px;

	padding-bottom: 50px;

	max-height: calc(100vh - 66px);

    overflow-y: auto;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.header-section .main-nav .drop-down-holder>.inner-box::-webkit-scrollbar {

    width: 0px;

    height: 0px;

}

.header-section .main-nav .drop-down-holder>.inner-box:hover::-webkit-scrollbar {

    width: 4px;

    height: 4px;

}



.header-section .nav .drop-down-menu{

	flex:1;

	position: relative;
	
	display: flex;
    justify-content: space-between;
    padding-right: 100px;

}



.header-section .nav .drop-down-menu .all-menu{

	position: absolute;

    left: 0;

    top: -55px;

}



.header-section .nav .drop-down-menu .all-menu a{

	font-size: 18px;

    font-weight: 300;

    text-transform: uppercase;
    
    letter-spacing:0;

    /*margin-bottom: 30px;*/

}

.header-section .nav .drop-down-menu li.all-menu a .arrow{

	width: 20px;

	margin-left: 6px;

	position: relative;

	top: 3px;

}



.header-section .nav .drop-down-menu li.has-drop-down{

	margin-bottom: 30px;

	/*margin-right: 40px;*/

	/*max-width: 280px;

	padding-right: 20px;*/

}



.header-section .nav .drop-down-menu li.menu-item{

	margin-bottom: 30px;

	/*margin-right: 40px;*/

	/*max-width: 280px;

	padding-right: 20px;*/

}



.header-section .nav .drop-down-menu li.has-drop-down>a{

	font-size: 18px;

    line-height: 40px;

    font-family: "apparat-light", sans-serif;

    font-weight: 300;

    text-transform: uppercase;

    letter-spacing: 0;

}

.header-section .nav .drop-down-menu li.menu-item>a.column{
	display: none;
}

.header-section .nav .drop-down-menu li.menu-item a{

	font-size: 18px;

    line-height: 40px;

    font-family: "apparat-light", sans-serif;

    font-weight: 400;

    letter-spacing: 0;

}

.header-section .nav .drop-down-menu li.menu-item>a.menu-text {
	cursor: default;
	font-weight: 400;
	text-transform: uppercase;
}
.header-section .nav .drop-down-menu li.menu-item.level-2>a{
	font-weight: 400 !important;
	text-transform: uppercase;
}

.header-section .nav .drop-down-menu li.has-drop-down .header-drop-list li a{

	font-size: 18px;

    line-height: 40px;

    font-family: "apparat-light", sans-serif;

    font-weight: 300;

    color: #000;

    letter-spacing: 0;

}

.header-section .nav .drop-down-menu li.has-drop-down .header-drop-list li.special-line a{
	line-height: 25px;
}
.header-section .nav .drop-down-menu li.has-drop-down .header-drop-list li.special-line{
	margin-top: 10px;
}
.header-section .nav .drop-down-menu li.has-drop-down .header-drop-list li.special-line-top{
	margin-top: 0;
}
.header-section .nav .drop-down-menu li.has-drop-down .header-drop-list li.special-line + li{
	margin-top: 10px;
}

.header-section .main-nav .drop-down-holder .menu-image{

	position: relative;

	width: 100%;

	height: 416px;

	max-width: 416px;

}



.header-section .main-nav .drop-down-holder .menu-image .img-box{

	position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    z-index: -10;

}



.header-section .main-nav .drop-down-holder .menu-image .img-box:after{

	display: block;

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    background: rgba(7,22,34,.3);

}



.header-section .main-nav .drop-down-holder .menu-image .img-box img{

	width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}

.header-section .main-nav .drop-down-holder .menu-image .menu-intro{

	display: flex;

    flex-direction: column;

    height: 100%;

    justify-content: flex-end;

    padding: 40px;

    box-sizing: border-box;

    color: #fff;

    text-transform: uppercase;

    text-align: center;

}

.header-section .main-nav .drop-down-holder .menu-image .menu-intro .min-heading{

	margin-bottom: 20px;

}

.header-section .main-nav .drop-down-holder .menu-image .menu-intro .min-heading{

	font-size: 12px;

	color: #fff;

	word-spacing: 1px;

	font-family: "apparat-light",sans-serif;

}

.header-section .main-nav .drop-down-holder .menu-image .menu-intro .min-heading .lodge-name{
    font-family: "apparat",sans-serif;
    margin-right: 3px;
}

.header-section .main-nav .drop-down-holder .menu-image .menu-intro .heading{

	max-width: 320px;

	margin: 0 auto;

}

.header-section .main-nav .drop-down-holder .menu-image .menu-intro .heading .title{

	font-size: 32px;

	color: #fff;

	line-height: 120%;

	font-family: "apparat-light",sans-serif;

}

li.has-drop-down:hover>.drop-down-holder{

	/*display: block;*/

	visibility: visible;

	opacity: 1;

}





/*home video hero*/



.hero-section .home-video-container {

    width: 100%;

    height: calc(100vh - 67px);

    /*max-height: 800px;*/

    position: relative;

    overflow: hidden;

}



.hero-section .home-video-container .video-bg{

	width: 100%;

    height: 100%;

    /*max-height: 800px;*/

    object-fit: cover;

    position: absolute;

    top: 0;

    left: 0;

}

.hero-section .home-video-container .arrow-down{

	position: absolute;

    left: 50%;

    margin-left: -24px;

    bottom: 30px;

}

.hero-section .home-video-container .arrow-down a{

	display: block;

	width: 25px;

}

.video-preloader{
	position: relative;
}

.video-preloader .loading-video{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f4f4f4;
	display: flex;
    justify-content: center;
    align-items: center;
}

.video-preloader .loading-video .loading-video-bg{
	width: 160px;
}

.video-preloader .loading-video1:after{
	display: block;
	content: '';
	/*width:200px;*/
	width:160px;
	height: 100%;
	margin: 0 auto;
	/*background: url('../images/logo-video-xs.svg') no-repeat center center;*/
	background: url('../images/loading.gif') no-repeat center center;
	background-size: contain !important;
	/*animation: opacityPulse 2.5s infinite ease-in-out;*/
}

@keyframes opacityPulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}


/*lodge slider*/



.heading-intro-box{

	display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    margin-bottom: 30px;

}



.heading-intro-box.section-heading{

	margin-bottom: 30px;

}


.leading-contact-section .heading-intro-box{
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}


.leading-contact-section .heading-intro-box>div{
    text-align: center;
}

.heading-intro-box.row-reverse{

	flex-direction: row-reverse;

}



.heading-intro-box>div{

	width: 100%;

}

.news-offers-section .heading-intro-box>div{
	width: unset;
}

.heading-intro-box .title .heading{

	color: #897d75;

	font-size: 60px;

	line-height: 70px;

	font-weight: 300;

	text-transform: uppercase;

	/*white-space: pre-line;*/

	margin-bottom: 40px;

}

.leading-section .heading-intro-box .title .heading{
	letter-spacing: -0.01em;
}

.leading-section .heading-intro-box .desc p a{
	color: #897d75;
}

.heading-intro-box .title .heading-home{

	color: #000;

	font-size: 22px;

	letter-spacing: 0.025em;

	text-transform: uppercase;

	margin-bottom: 20px;

}

.heading-intro-box .title .heading-plan{
	font-weight:300;
	font-size: 12px;
}

.heading-intro-box.subpage .title .heading{

	text-transform: none;

}



.heading-intro-box .title .heading.home-h1{

	white-space: unset;

}

.heading-intro-box .title .heading.home-h1>span{

	display: block;

	margin-bottom: 15px;

	/*white-space: pre-line;*/

}



.heading-intro-box .title .heading1 br:after{

	display: block;

	content: '';

	height: 10px;

	width: 100%;

}

.heading-intro-box .title .min-heading{

	color: #897d75;

	font-size: 12px;

	margin-bottom: 10px;

	text-transform: uppercase;

	padding-left: 2px;

	letter-spacing: 0.025em;

}

.heading-intro-box .title .min-heading+.heading{

	text-transform: capitalize;

}

.heading-intro-box.section-heading .title .heading{

	font-size: 35px;

	line-height: 45px;
	
	letter-spacing: 0.025em;

}

.heading-intro-box.section-heading .title .heading strong{

	font-weight: 400;

}

.heading-intro-box.row-reverse .title .heading{

	text-align: right;

}

.heading-intro-box .desc p{

	color: #000;

	font-size: 18px;

	font-family: "apparat-light",sans-serif;

	font-weight: 400;

	line-height: 25px;

	margin-bottom: 10px;

	/*white-space: pre-line;*/

}

.heading-intro-box .desc p br{

	display: none;

}

.heading-intro-box .desc p:last-child{

	margin-bottom: 0;

}

.lodge-slider-holder .heading-intro-box .desc .site-h1{
	display: inline;
	font-size: 18px;
	line-height: 25px;
}

.lodge-slider-holder .heading-intro-box .desc .site-h1 + p{
	display: inline;
	/*margin-bottom: 10px;*/
}

.lodge-slider-holder .heading-intro-box .desc .site-h1 + p + p{
	margin-top: 10px;
}

.leading-section .heading-intro-box .desc p{

	font-size: 16px;

	line-height: 23px;

}

.leading-section .heading-intro-box .desc p a{

	color: #897d75;

	font-weight: 300;

	font-family: "apparat", sans-serif;

}



.leading-section .heading-intro-box .desc.has-arrow p a:after{

	display: inline-block;

	content: '';

	width: 10px;

	height: 10px;

	margin-left: 5px;

	background: url('../images/arrow-link-primary.svg') no-repeat center center; 

	background-size: cover;

	transform: rotate(90deg);

}

.leading-section .heading-intro-box .desc.arrow-down p a:after{

	transform: rotate(135deg);

}



.slick-slider{

	margin-left: -10px;

	margin-right: -20px;

}

.lodge-slider .img-holder{

	height: 100%;

	max-height: 525px;

	overflow: hidden;

}

.slides .slide-item{

	position: relative;

	/*padding: 0 20px;*/

	margin: 0 10px;

}

.slides .img-holder{

	position: relative;

}

.slides .img-holder:after{

	display: block;

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    /*background: rgba(0,0,0,.1);*/

    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8%, #000000 120%);*/

}

.slides .img-holder.gradient:after{

	top: 50%;

	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8%, #000000 150%);

}

.home .lodge-section .slides .img-holder.gradient:after{
	top: 70%;
}

.slides .img-holder img{

	width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}

.slides .slide-item .text-caption{

	position: absolute;

	padding: 40px;
	
	/*padding-bottom: 50px;*/

	left: 0;

	bottom: 0;
	
	z-index: 999;

	color: #fff;
	
	pointer-events: none;

}

.slides .slide-item .text-caption .sub-title h3{

	font-size: 12px;

	font-weight: 300;

	letter-spacing: 0.025em;

	text-transform: uppercase;

	margin-bottom: 10px;

}

.slides .slide-item .text-caption .title h2{

	font-size: 30px;

	/*line-height: 36px;*/
	
	line-height: 1;

}

.dear-joe{

    font-family: dearjoe6;

    font-size: 30px;

	line-height: 36px;

}

.lodge-slider .slides .slide-item .text-caption .title h2{

	font-family: dearjoe6;

}



.slides .slide-item .text-caption .desc p{

	font-size: 18px;

	line-height: 25px;

}



.experience-slider .slides .slide-item .text-caption{

	padding: 40px;
	
	/*padding-bottom: 50px;*/

}

.experience-slider .slides .slide-item .text-caption .sub-title h3{

	

}



.experience-slider .slides .slide-item .text-caption .title h2{

	font-size: 40px;

	line-height: 42px;

	margin-bottom: 20px;

	/*white-space: pre-line;*/

	text-transform: uppercase;
	
	font-weight: 300;

}

.experience-slider .slides .slide-item .text-caption .desc p{

	font-size: 16px;

	font-family: "apparat-light",sans-serif;

	line-height: 23px;

	max-width: 360px;

	margin-bottom: 10px;

	font-weight: 400;

}

.experience-slider .slides .slide-item .text-caption .link-row a{

	font-size: 16px;

	font-weight: 400;

	display: flex;

	color: #fff;

}



.experience-slider .slides .slide-item .text-caption .link-row a .label{

	margin-right: 5px;

}



.slick-progress-wrapper {

    background-color: transparent;

    /*height: 30px;*/

    padding-top: 5px;

    margin-top: 5px;

}





.slick-progress-wrapper .slick-progress{

    margin-top: 9px;

    /*margin-bottom: 5px;*/

    height: 1px;

    background-color: #DDDDDD;

    position:relative;

    overflow: visible;

    cursor: pointer;

}



.slick-progress-wrapper .slick-progress .cur{

    height: 5px;

    width: 2px;

    user-select: none;

    background-color: var(--primary-color);

    position: absolute;

    top: -3px;

    transition: transform 0.3s ease,-webkit-transform 0.3s ease;

}



.experience-slider .img-holder{

	height: 100%;

	max-height: 700px;

	overflow: hidden;

}





/*image-text-section*/



.image-text-section{

	

}

.image-text-section .img-holder{

	height: 400px;

	min-height: unset;

}

.img-cover{

	width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}

.image-text-section .img-holder img{

	width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

}

.image-text-section .inner-box{

	position: relative;

}

.image-text-section .inner-box .heading-intro-box{

	background: unset;

    padding: 30px 0;

    margin-bottom: 0;

}



.image-text-section .inner-box .heading-intro-box .desc p{

	margin-bottom: 0;

}

.image-text-section .inner-box .heading-intro-box .desc p a{

	color: var(--primary-color);

	font-size: 18px;

	font-family: "apparat", sans-serif;

    font-weight: 400;

}

.image-text-section .inner-box .heading-intro-box .desc p a:after{

	display: inline-block;

	content: '';

	width: 18px;

	height: 12px;

	margin-left: 5px;

	background: url('../images/arrow-right-primary.svg') no-repeat center center; 

	background-size: cover;

}

.image-text-section .inner-box .heading-intro-box .desc .link-row a{

	color: var(--primary-color);

	font-size: 18px;

	display: flex;

}



.image-text-section .inner-box .heading-intro-box .desc .link-row a .label{

	margin-right: 5px;

}





/*news section*/



.news-slider-section{

	/*background:#f0EEEA;*/

}



.news-slider .img-holder{

	max-height: 280px;
	
	height: 280px;

}

.lodege-experiences-slider .img-holder{
	max-height: 419px;
}


.news-slider .img-holder img{

	width: 100%;

    height: 100%;

    max-height: 280px;

    -o-object-fit: cover;

    object-fit: cover;

}

.lodege-experiences-slider .img-holder img{
	max-height: 419px;
}

.news-slider .wrap-text .text-holder{

	background: #fff;

	padding: 30px;

}

.news-slider .wrap-text .text-holder.bg-color{

	background: #f0EEEA;

}



.news-slider .wrap-text .text-holder .category-box{

	font-size: 12px;
	
	line-height: 12px;

	letter-spacing: 0.025em;

	color: #000;

	text-transform: uppercase;

	margin-bottom: 10px;

}

.news-slider .wrap-text .text-holder .category-box a{

	color: #000;
	
	line-height: 18px;

}

.news-slider .wrap-text .text-holder .category-box .title{

	font-family: "apparat",sans-serif;

	font-weight: 300;
	
	line-height: 18px;

}

.news-slider .wrap-text .text-holder .category-box .category{

	font-family: "apparat-light",sans-serif;

	font-weight: 400;
	
	line-height: 18px;

}

.news-slider .wrap-text .text-holder h3{

	margin-bottom:10px;

}

.news-slider .wrap-text .text-holder h3 a{

	color: #51433a;

	font-size: 25px;

	font-family: "apparat-light", sans-serif;

	font-weight: 300;

	line-height: 30px;

}

.news-slider .wrap-text .text-holder .desc{

	font-weight: 400;

}

.news-slider .wrap-text .text-holder .desc a{

	color: #000;

	font-size: 16px;

	font-family: "apparat-light",sans-serif;

	line-height: 23px;
	
	display: block;

}



.news-slider .wrap-text .text-holder .desc a .icon img{

	display: inline-block;

	width: 16px;

	line-height: 23px;

	vertical-align: middle;

}



.news-slider .slick-slide>div{

	height: 100%;

}

.news-slider .slick-slide>div>.slides{

	height: 100%;

}

.news-slider .slick-slide>div>.slides>.slide-item{

	height: 100%;

}

.news-slider .slick-slide>div>.slides>.slide-item>.wrap-text{

	height: 100%;

	display: flex;

    flex-direction: column;

}

.news-slider .slick-slide>div>.slides>.slide-item>.wrap-text .text-holder{

	flex:1;

}



/*brochure-section*/



.brochure-section.bg-color{

	background: #f0EEEA;

}



.brochure-section .wrap-holder{

	padding: 56px 0;

	position: relative;

	display: flex;

	justify-content: flex-end;

}

.brochure-section .wrap-holder .text-box{

	/*padding:0 30px;*/

	box-sizing: border-box;

	max-width: 410px;

	position: relative;

}

.brochure-section .wrap-holder .text-box h2{

	color: #897d75;

	font-family: "apparat-light",sans-serif;

	font-size: 30px;

	text-transform: uppercase;

	margin-bottom: 20px;

	letter-spacing: 0.025em;

}

.brochure-section .wrap-holder .text-box p{

	font-family: "apparat-light",sans-serif;

	font-size: 16px;

	line-height: 23px;

	margin-bottom: 20px;

}

.brochure-img-holder{

	position: relative;

}

.brochure-section .brochure-img{

	position: absolute;

	height: calc(100% + 35px);

    background-position: right top;

    background-size: cover;

	left: 0;

    width: 100%;

    bottom: 0;

    z-index: 0;

}

.brochure-section .brochure-img img{

	width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    object-position: top right;

}



.brochure-section .brochure-form .select-holder{

	border-bottom: 2px solid #dad6d1;

	background: url(../images/select.svg) no-repeat right center;

	background-size: 25px 25px;

}

.brochure-section .brochure-form .select-holder select{

	width: 100%;

	font-family: "apparat-light",sans-serif;

	font-weight: 400;

	font-size: 16px;

	color: #000;

    line-height: 30px;

    min-height: 30px;

    padding: 8px 0;

    padding-right: 20px;

    border: none;

    background: transparent;

    appearance: none;

	moz-appearance: none;

	-webkit-appearance: none;

}

.brochure-section .brochure-form .select-holder select option{

	line-height: 32px;

	height: 32px;

}

.brochure-form .jcf-select .jcf-select-text{
	width: 100%;

	font-family: "apparat-light",sans-serif;

	font-weight: 400;

	font-size: 16px;

	color: #000;

    line-height: 30px;

    min-height: 30px;

    padding: 8px 0;

    padding-right: 20px;

    border: none;

    background: transparent;

    appearance: none;

	moz-appearance: none;

	-webkit-appearance: none;
	
	text-transform:unset;
}

.brochure-form .jcf-select{
	display: block;
	text-transform:unset;
	letter-spacing: 0;
}

.brochure-form .jcf-select .jcf-select-text:after{
	display: none;
}

.brochure-form .jcf-list .jcf-option{
	 font-size: 14px;
	 letter-spacing: 0;
	 text-transform:unset;
}

/*footer*/

.footer-section{

	background: #231f20;

	color: #fff;

	padding: 65px 0 65px;

}

.footer-section a{

	color: #fff;

	font-size: 16px;

	line-height: 35px;

	font-family: "apparat-light",sans-serif;

}

.footer-section .main{

	display: flex;

    flex-wrap: wrap;

}

.footer-section .intro-box{

	max-width:300px;

	margin-right: 100px;

}

.footer-section .intro-box .logo{

	max-width: 160px;

	margin-bottom: 50px;

}

.footer-section .intro-box .intro p{

	font-size: 16px;

	line-height: 23px;

	font-family: "apparat-light",sans-serif;

	margin-bottom: 30px;

}

.footer-section .intro-box .intro p a{

	font-weight:400;
	
	line-height: 23px;
	

}

.footer-section .intro-box .social{

	display: flex;

	flex-wrap: wrap;

}

.footer-section .intro-box .social .social-item{

	width: 30px;

	margin-right: 15px;

	margin-bottom: 15px;

}

.footer-section .intro-box .social .social-item img{

	width: 30px;

	display: block;

}

.footer-section .intro-box .social .social-item img.youtube{
	position: relative;
	top: -2px;
}


.footer-section .nav-box{

	display: flex;

	flex-wrap: wrap;

	margin-right: 100px;

}

.footer-section .nav-box .nav-holder{

	margin-bottom:30px;

}

.footer-section .nav-box .nav-holder:not(:last-child){

	margin-right: 60px;

}

.footer-section .nav-box .nav-holder h3{

	font-size: 16px;

	line-height: 35px;

	font-weight: 300;

	text-transform: uppercase;

	margin-bottom: 10px;

	letter-spacing: 0.025em;

	font-family: "apparat",sans-serif;

}

.footer-section .nav-box .nav-holder .nav-list li{

	

}



.footer-section .contact-box .title{

	font-family: 'apparat-light';

	color: #fff;

	font-size: 30px;

	text-transform: uppercase;

	margin-bottom: 20px;

	letter-spacing: 0.025em;

}

.footer-section .contact-box .sub-title{

	font-family: 'apparat-light';

	font-size: 16px;

	line-height: 23px;

	white-space: pre-line;

}



.footer-section .bottom{

	display: flex;

	flex-wrap: wrap;

    align-items: center;

    justify-content: space-between;

    margin-top: 30px;

    border-top: 1px solid #897d75;

    padding-top: 10px;

    font-size: 13px;

    font-family: 'apparat-light';

}

.footer-section .bottom .links ul{

	display: flex;

}

.footer-section .bottom .links a{

	font-size: 13px;

	font-family: 'apparat-light';

	padding: 0 10px;

}

.footer-section .bottom .links li:first-child a{

	padding-left: 0;

}

.footer-section .bottom .links li:last-child a{

	padding-right: 0;

}

.footer-section .bottom .links li:not(:first-child) a{

	border-left: 1px solid #fff;

}



.footer-section .intro-box .logo .logo-footer-md{

	display: none;

}



/*nav mobile*/

.nav-right{

	display: flex;

    align-items: center;

    justify-content: center;

}

#menu-opener{

	display: none;

}

.menu-opener{

    background-color: transparent;

    border: 1px solid transparent;

    display: flex;

    height: 20px;

    /*margin-left: 20px;*/

    padding: 0;

    position: relative;

    width: 28px;

    z-index: 13;

    display: none;

}



.menu-opener:after,.menu-opener:before {

    background-color: #000;

    /*border-radius: 5px;*/

    content: "";

    height: 1px;

    position: absolute;

    width: 28px;

}



.menu-opener:before {

    left: 50%;

    top: 0;

    transform: translate(-50%)

}



.menu-opener:after {

    bottom: 0;

    left: 50%;

    transform: translate(-50%)

}



.menu-opener span {

    background-color: #000;

    height: 1px;

    left: 0;

    position: absolute;

    top: 50%;

    /*transform: translateY(-50%);*/

    transition: opacity .35s cubic-bezier(.3,.86,.36,.95);

    width: 28px;

}



.menu-opener.active:after, .menu-opener.active:before {

    width: 28px;

}



.menu-opener.active:before {

    left: 0;

    top: 9px;

    transform: rotate(45deg)

}



.menu-opener.active:after {

    bottom: 9px;

    left: 0;

    transform: rotate(-45deg)

}



.menu-opener.active span {

    opacity: 0

}



.menu-opener,.nav-active {

    overflow: hidden

}

html, body{

	scroll-margin-top:50px;

}

:root{

	--mm-size: calc( 100% - 66px );

	--mm-min-size: calc( 100% - 66px );

	--mm-max-size: 100%;

	--mm-navbar-size:66px;

}



.header-section>#mobile-menu{

	display: none;

}



#mobile-menu{

	display: none;

}



#mobile-menu.mm-menu{

	--mm-color-background:#fff;

	--mm-listitem-size:40px;

	--mm-lineheight:28px;

	

}

#mobile-menu.mm-menu{

	border-top: 2px solid #eee;

	

}

.mm-blocker{

	top:66px;

	position: fixed;

}

.mm-wrapper__blocker{

	background: rgba(0,0,0,0);

}

#mobile-menu .mm-navbar__title{

	display: none;

}

#mobile-menu .mm-btn--prev:after{

	content: "Back";

    display: block;

    position: absolute;

    top: 35px;

    left: 0;

    background: url(../images/arrow-left.svg) no-repeat 20px center;

    padding-left: 50px;

    color: #000;

    font-size: 18px;

}

#mobile-menu .mm-listitem__btn{

	min-width: 80px;

}

#mobile-menu .mm-panels{

	font-family: "apparat-light",sans-serif;

	font-weight: 400;

}

#mobile-menu .mm-listitem{

	border-color: transparent;

}

#mobile-menu .mm-listitem a{

	text-transform: uppercase;

}

#mobile-menu .mm-listitem a.child-2{
	text-transform: unset;
}

#mobile-menu .mm-listitem a.child-2>br{
	display: none;
}
#mobile-menu .mm-listitem a.child-2.special-line-mobile>br:nth-child(2){
	display: block;
}

#mobile-menu .mm-listitem a.all-menu{

	font-family: "apparat",sans-serif;

}

#mobile-menu .mm-listitem a.all-menu .arrow{

	position: relative;

	top: 3px;

	left: 3px;

	width: 20px;

}

#mobile-menu .mm-navbar{

	border-bottom: none;

	min-height: 80px;

}



#mobile-menu .mm-panel--noanimation .mm-navbar{

	min-height: 40px;

}



#mobile-menu #mm-1 .mm-navbar{

	min-height: 40px;

}



#mobile-menu .mm-btn--next:after, #mobile-menu .mm-btn--prev:before{

	width:12px;

	height: 12px;

}



#mobile-menu .mm-btn--prev:before{

	display: none;

}



/*fullwidth-menu*/

.header-section .main-nav-box .main-nav{

	display: none;

}



.header-section .fullwidth-menu {

    position: fixed;

    z-index: 9999;

    margin-top: 66px;

    width: 100%;

    height: calc(100vh - 66px);

    overflow-y: auto;

    box-sizing: border-box;

    background-color: #f0EEEA;

    padding: 50px 30px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    transform: translateX(100%);

    transition: all .5s ease

}



.header-section .fullwidth-menu .btn-holder {

    margin-top: 20px;

    margin-bottom: 50px

}



.header-section .fullwidth-menu .nav {

    display: flex;

    position: relative

}



.header-section .fullwidth-menu .nav>ul>li {

    height: -moz-fit-content;

    height: fit-content;

    position: relative

}



.header-section .fullwidth-menu .nav>ul>li>a {

    padding-right: 10px;

    display: flex;

    align-items: center;

    padding-bottom: 15px;

    transition: all .3s ease;

    text-transform: uppercase

}



.header-section .fullwidth-menu .nav>ul>li>a .more-arrow {

    flex: 1

}



.header-section .fullwidth-menu .nav>ul>li>a svg {

    margin-left: 5px;

    transition: all .3s ease

}



.header-section .fullwidth-menu .nav>ul>li>a svg path {

    transition: all .3s ease

}



.header-section .fullwidth-menu .nav>ul li.active>ul {

    display: block

}



.header-section .fullwidth-menu .nav>ul li.active>a {

    color: #000;

}



.header-section .fullwidth-menu .nav>ul>li.active>a svg {

    transform: rotate(180deg);

    transform-origin: center

}



.header-section .fullwidth-menu .nav>ul>li.active>a svg path {

    fill: #000;

}



.header-section .fullwidth-menu .nav>ul li>ul {

    padding: 5px 10px 5px 17px;

    display: none

}



.header-section .fullwidth-menu .nav>ul>li>ul li:not(:last-child) {

    margin-bottom: 10px

}



.header-section .fullwidth-menu .nav>ul>li>ul li a {

    font-size: 13px;

    font-style: normal;

    font-weight: 500;

    line-height: normal;

    letter-spacing: .48px;

    text-transform: uppercase;

    white-space: nowrap;

    transition: all .3s ease

}



.header-section .fullwidth-menu .nav>ul>li>ul li a:hover {

    color: #174c76

}



.header-section .fullwidth-menu .nav>ul a {

    color: #000;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

    line-height: normal;

    letter-spacing: .75px

}



.header-section .fullwidth-menu .nav .hero-intro-block {

    position: absolute;

    color: var(--secondary-color);

    left: 0;

    padding-left: 20px;

    top: 50vh;

    transform: translateY(-50%)

}



.header-section .fullwidth-menu .nav .hero-intro-block .minor-heading {

    font-size: 12px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    letter-spacing: 2.4px;

    text-transform: uppercase;

    margin-bottom: 20px

}



.header-section .fullwidth-menu .nav .hero-intro-block .heading {

    font-size: 40px;

    font-style: normal;

    font-weight: 600;

    line-height: 120%;

    margin-bottom: 30px

}





/*hover a link image*/



.hover-img{

	overflow: hidden;

	/*-webkit-transform: translateZ(0);*/

}

.hover-img>a{

	display: flex;

}

.hover-img>a>img, .hover-img>img{

	width: 100%;

	height: 100%;

	object-fit:cover;

	transition: all .3s ease-in-out;

}

.hover-img:hover>a>img, .hover-img:hover>img{

	transform: scale(1.055);

}

.hover-img-big:hover>a>img, .hover-img-big:hover>img{

	transform: scale(1.015);

}



body.nav-active {

    overflow: hidden

}



body.nav-active .fullwidth-menu {

    transform: translateX(0)

}



.show-desktop{

	display: block;

}

.show-mobile{

	display: none;

}





/*Contact form*/

.footer-section .contact-box{

	flex: 1;

}

.footer-section .contact-box .contact-form{

	margin-top: 10px;
	
}

.footer-section .contact-box .contact-form input{
	font-family: 'apparat', sans-serif;
}

.contact-form .gform_wrapper.gravity-theme .gform_fields{
	grid-row-gap:9px;
}

.contact-form .ginput_container_text, .contact-form .ginput_container_email, .contact-form .ginput_container_textarea, .contact-form .ginput_container_select{

    border-bottom: 1px #756771 solid;

}

.contact-form .gform_wrapper.gravity-theme .chosen-container-single .chosen-single{
	background: unset;
	background-color: unset;
	border: unset;
	box-shadow: unset;
	color: #8F808B;
	padding: 0px;
	font-weight: 400;
	font-family: 'apparat', sans-serif;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container{
	height: 35px;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container .chosen-drop{
    box-shadow: 0 57px 72px rgba(0,0,0,.04),0 20.8059px 26.2812px rgba(0,0,0,.06),0 10.1009px 12.759px rgba(0,0,0,.07),0 4.95165px 6.25471px rgba(0,0,0,.09),0 1.95789px 2.47312px rgba(0,0,0,.13);
    
}

.contact-form #input_6_19_chosen .chosen-search{
	display: none;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result:hover{
	background: #897d75;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container .chosen-results li.highlighted{
	background: #897d75;
}

.contact-form .gform_wrapper.gravity-theme .gfield textarea, .contact-form .gform_wrapper.gravity-theme .gfield input.large, .contact-form .gform_wrapper.gravity-theme .gfield select.large{

    padding-left: 0!important;

    background: transparent;

    font-style: normal;

    font-size: 16px;

    line-height: 18px;

    border: none;

    color: #8F808B;
    
    height:unset;

}



.contact-form .gform_wrapper.gravity-theme .gfield input::placeholder,  .contact-form .gform_wrapper.gravity-theme .gfield select option{

    color: #8F808B;

}



.contact-form .gform_wrapper.gravity-theme .gfield select{

	outline: none;

	background: none;

}

.contact-form .gform_wrapper.gravity-theme .gfield select.large{
	margin-left: -5px;
	height:48px;
}

.contact-form .gform_wrapper.gravity-theme .gfield_label{

	font-size: 16px !important;

	color: #8F808B;

}

.footer-section .contact-box .gform_footer .gform_button{

	border:none;

	background:none;

	padding: 10px 20px;

	border: 1px solid #fff;

	border-radius: 30px;

	font-size: 13px;

	text-transform: uppercase;

	cursor: pointer;

	color: #fff;

	line-height: 1 !important;

}



.footer-section .contact-box .gform_wrapper.gravity-theme .gform_validation_errors{

	padding:10px;

	font-size: 13px;

}

.footer-section .contact-box .gform_wrapper.gravity-theme .gfield_description{

	padding:5px;

	font-size: 13px;

	border-radius: 5px;

}



/*slider arrow*/
.slick-prev,.slick-next {
    position: absolute;
    z-index: 999;
    height: 50px;
    width: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -25px;
    padding: 0;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.slick-prev:focus,.slick-next:focus {
    outline: none
}
.slick-prev{
	left: 20px;
}

.slick-prev:before{
	display: block;
	content: '';
	height: 100%;
	background: url('../images/slider-arrow-left.svg') no-repeat center center; 
}

.slick-next{
	right: 20px;
}

.lodege-experiences-slider .slick-next{
	right: 20px;
}

.slick-next:before{
	display: block;
	content: '';
	height: 100%;
	background: url('../images/slider-arrow-right.svg') no-repeat center center; 
}


.news-slider .slick-prev, .news-slider .slick-next{
	width: 40px;
	height: 40px;
	top: 140px;
	margin-top: -20px;
}

.other-experience-slider .slick-prev, .other-experience-slider .slick-next{
	top: 209px;
}

.lodege-experiences-slider .slick-prev, .lodege-experiences-slider .slick-next{
	top: 209px;
}

.udl{
	position: relative;
	margin-right: 0 !important;
}

.udl:after{
    display: inline-block;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid;
    position: absolute;
    left: 1px;
    right: 0;
    bottom:1px;
}

.ranges-list-slider .udl:after{
	bottom:2px;
}

.editorial-section h2 .udl:after{
	bottom:2px;
}


.udl.udl-list:after{
	border-bottom: 2px solid;
	bottom: 7px;
	left: -1px;
}

.experiences-list-secondary-setion .udl.udl-list:after{
	bottom: 7px;
}

.lodege-experiences-list-section .udl.udl-list:after{
	bottom: 7px;
}


.udl.udl-menu:after{
	bottom: 2px;
}

.udl.udl-title:after{
	border-bottom: 2px solid;
	bottom:10px;
}

/*.udl.udl-bold{
	border-bottom: 2px solid;
}*/

/*span.udl,.udl{
	text-decoration: underline;
	margin-right: 0 !important;
}*/


@media (max-width:1200px){
	.brochure-section .wrap-holder .text-box p{
		font-weight: 400;
	}
	
	.header-section .main-nav .drop-down-holder .menu-image{
		display:none;
	}

	.footer-section{

		padding: 50px 0 30px;

	}

	.footer-section .intro-box{

		width: 100%;

		max-width: 100%;

		margin-right: 0;

		display: flex;

		justify-content: space-between;

    	flex-wrap: wrap;

    	margin-bottom: 30px;

    	padding-bottom: 30px;

    	border-bottom: 1px solid #897d75;

	}

	.footer-section .intro-box>div{

		width: 50%;

	}

	.footer-section .intro-box .intro{

		max-width: 290px;

	}

	.footer-section .intro-box .logo{

		width:310px;

		max-width: unset;

	}

	.footer-section .intro-box .logo img{

		width:310px;

	}

	.footer-section .intro-box .logo .logo-footer{

		display: none;

	}

	.footer-section .intro-box .logo .logo-footer-md{

		display: block;

	}

	.footer-section .main{

		justify-content: space-between;

	}

	.footer-section .main .nav-box{

		width: 50%;

		margin-right: 0;

	}

	.footer-section .main .contact-box{

		width: 50%;

	}

	.footer-section .contact-box{

		/*flex:1;*/

	}

}



@media (max-width:1024px){
	
	.image-text-section.pb-0{

		padding-bottom: 0;

	}

	.brochure-section .wrap-holder .text-box{

		padding:0;

	}

}



@media (max-width:1023px){
	
	.header-section .header-box .main-nav-box .main-nav{

		display: none;

	}

	.menu-opener{

		display: block;

	}

	#menu-opener{

		display: block;

	}

	body::-webkit-scrollbar {

        width:0;

    }

}



@media (max-width:900px){

	.news-slider-section .heading-intro-box.section-heading{

		margin-bottom: 0;

	}

	.heading-intro-box.section-heading .title .heading{

		font-size:30px;

	}

}



@media (min-width:768px) and (max-width:1024px){

	.footer-section .intro-box>div.group{

		width: 45%;

	}
	.footer-section .main .nav-box{
		width: 55%;
	}
	.footer-section .main .contact-box{

		width: 45%;

	}

}



@media (min-width:1200px) and (max-width:1320px){

	.footer-section .intro-box{

		margin-right: 60px;

	}

	.footer-section .nav-box{

		margin-right: 60px;

	}

}



@media (min-width:1024px) and (max-width:1200px){

	.brochure-section .brochure-img{

		height: calc(100% + 20px);

	}

	.brochure-section .brochure-img{

		/*width: 560px;*/
		width: 490px;

	}

	.brochure-section .brochure-img img{

		object-position: right;

	}

	.brochure-section .wrap-holder .text-box{

		/*max-width:415px;*/
		
		max-width:435px;
		
	}
	.brochure-section .wrap-holder{
		justify-content:unset;
		margin-left: 50%;
	}

}



@media (min-width:767px) and (max-width:1023px){

	.brochure-section .brochure-img{

		width: 290px;

	}

	.brochure-section .brochure-img{

		height: calc(100% + 20px);

	}

	.brochure-section .brochure-img img{

		object-position: right;

	}

	.brochure-section .wrap-holder .text-box{

		max-width:420px;

	}

	

}

@media (min-width:601px) and (max-width:900px){
	.hero-section .home-video-container{
		height:770px;
		max-height: 100vh;
	}
	.heading-intro-box .title .heading{
		margin-bottom: 20px;
	}
}

@media (min-width:768px) and (max-width:900px){

	.image-text-section .heading-intro-box .title .heading{

		white-space:unset;

	}

}


@media (max-width:768px){

	.image-text-section .img-holder img{

		object-position: left;

	}

	.image-text-section .heading-intro-box .title .heading{

		margin-bottom:30px;

	}

	.heading-intro-box.row-reverse{

		flex-direction: row;

	}

	.heading-intro-box.row-reverse .title .heading{

		text-align:left;

	}

	

	

}



@media (max-width:767px){
	
	.news-slider-section .heading-intro-box .title .heading{
		margin-bottom: 20px;
	}
	
	.all-news .btn-holder{
		margin-bottom:20px;
	}

	.all-news .btn-holder{

		/*display:none;*/

	}

	.brochure-section .wrap-holder{

		padding:40px 0;

	}

	.brochure-section .wrap-holder .text-box{

		padding:0;

		max-width:100%;

	}

	.brochure-section .brochure-img{

		height:300px;

	}

	.brochure-section{

		padding-bottom:200px;

	}

	

	.footer-section .intro-box>div{

		width:100%;

	}

	.footer-section .main .nav-box{

		width:100%;

		border-bottom: 1px solid #897d75;

		margin-bottom: 30px;

	}

	.footer-section .main .contact-box{

		width: 100%;

	}

	.footer-section .intro-box .intro{

		max-width:100%;

		text-align: center;

	}

	.footer-section .bottom{

		justify-content: center;

	}

	.footer-section .intro-box{

		justify-content: center;

	}

	.footer-section .intro-box .social{

		justify-content: center;

	}

}

.news-slider-section .heading-intro-box.section-heading .title .heading{
	white-space: unset;
}

@media (max-width:641px){
	.contact-form .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b {
	    top: 0;
	}
}

@media (max-width:600px){
	
	
	.brochure-section .brochure-img{

		height:360px;
		
		width: unset;
		
		left: -100px;

	}
	.brochure-section .brochure-img img{
		object-position:unset;
	}

	.brochure-section{

		padding-bottom:260px;

	}
	
	.hero-section .home-video-container{
		height: 530px;
	}
	
	.heading-intro-box.section-heading .title .heading{
		line-height:36px;
	}
	
	.news-slider-section .heading-intro-box.section-heading .title .heading{
		white-space: pre-line;
	}
	

	.slick-progress-wrapper{

		margin-top:5px;

	}

	.footer-section .nav-box .nav-holder:not(:last-child){

		margin-right: 50px;

	}

	.brochure-section .wrap-holder .text-box h2{

		max-width:270px;

	}

	.news-slider .img-holder img{

		/*max-height:212px;*/

	}

	.all-news .btn-holder{

		/*display: none;*/

	}

	.all-news .heading-intro-box.section-heading{

		margin-bottom: 5px;

	}

	

	.experience-slider[data-show="2"] .slides .slide-item{

		margin: 0;

	}

	.experience-slider[data-show="2"].slick-slider{

		margin-left: 0;

	}

	.mobile-bg-color{

		background: #f0EEEA;

	}
	
	.mobile-bg-color-wthite{

		background: #fff;

	}
	
	.mobile-bg-color-wthite .news-slider .wrap-text .text-holder.bg-color{
		background: #fff;
	}

	.show-desktop{

		display: none;

	}

	.show-mobile{

		display: block;

	}

	

	.heading-intro-box .title .heading{

		font-size:45px;

		line-height: 53px;

		margin-bottom: 30px;

	}
	
	.udl.udl-title:after{
		bottom:7px;
	}
	
	
	.news-offers-section .heading-intro-box .title .heading{
		max-width: 280px;
	}
	
	.heading-intro-box .desc p{

		font-size:16px;

		line-height: 23px;

	}
	
	.lodge-slider-holder .heading-intro-box .desc .site-h1{
		font-size:16px;
		line-height: 23px;
	}

	.heading-intro-box .title .heading.home-h1>span{

		margin-bottom:10px;

	}

	.lodge-section .slides .slide-item .text-caption .sub-title{

		display: none;

	}

	.lodge-section .slides .slide-item .text-caption{

		padding: 30px;

	}

	.experience-slider .slides .slide-item .text-caption{

		padding:30px;

		max-width: 100%;

	}

	.experience-slider .slides .slide-item .text-caption>div{

		display: none;

	}

	.experience-slider .slides .slide-item .text-caption>.title{

		display: block;

	}

	.experience-slider .slides .slide-item .text-caption .title h2{

		font-size:30px;

		line-height: 30px;

		margin-bottom: 0;

	}

	.news-slider .wrap-text .text-holder{

		background: unset;

		padding: 20px 0;

	}
	
	.contact-form .gform_wrapper.gravity-theme .chosen-container{
		height: 48px;
	}

}

@media (min-width:601px){
	
	.editorial-section h2 .udl:after{
		bottom: 5px;
	}
	
	.video-preloader .loading-video:after{
		/*width:400px;*/
		width:160px;
	}
	.heading-intro-box .title .min-heading{
		font-size:22px;
	}
	
	
	.heading-intro-box .title .heading-plan{
		font-size:22px;
	}
	
	.lodege-experiences .heading-intro-box.section-heading>div{

		width: unset;

	}

	.container{

	    padding:0 20px;

	}

	.section {

        padding: 20px 0;

    }
    
    .pt-0{
		padding-top:0;
	}

    .section-130 {

        padding: 40px 0;

    }

    .pt-130 {

        padding-top: 40px;

    }

    .pb-130 {

        padding-bottom: 40px;

    }

}

@media (min-width:642px){
	.contact-form .gform_wrapper.gravity-theme .gfield select.large{
		height:34px;
	}
}

@media (min-width:768px){

	.news-slider-section .heading-intro-box.section-heading>div{

		width:unset;

	}

	.heading-intro-box{

		margin-bottom:60px;

	}

	.image-text-section .img-holder{

		height: calc(100vh - 66px);

		min-height: 860px;

		max-height: 860px;

	}

	

	.image-text-section .inner-box .heading-intro-box{

		background: #fff;

		padding: 40px;

		margin-bottom: 0;

		position: absolute;

		bottom: 30px;

		left: 0;

	}

}

@media (min-width:901px){
	.slides .slide-item{
		margin: 0 15px;
	}

	.container{

	    padding:0 30px;

	}
	.heading-intro-box>div{

		width: 50%;

	}
	
	.leading-contact-section .heading-intro-box>div{
	    width: auto;
	    max-width: 760px;
	}

	.experience-section .heading-intro-box .desc{

		max-width: 610px;

	}

	.heading-intro-box.section-heading>div{

		width: unset;

	}
	
	.lodege-experiences .heading-intro-box .title.title-special{
		max-width: calc(100% - 130px);
	}
	
	.lodege-experiences .heading-intro-box .title.title-special .heading strong{
		display: block;
	}

	.heading-intro-box .title .heading{

		margin-bottom: 0;

	}

	

	.section {

        padding: 30px 0;

    }

    .section-130 {

        padding: 60px 0;

    }

    .pt-130{

		padding-top: 60px;

	}

	.lodge-section .heading-intro-box{

		margin-bottom: 60px;

	}
	
	.video-preloader .loading-video:after{
		/*background: url('../images/logo-video-lg.svg') no-repeat center center;*/
		background: url('../images/loading.gif') no-repeat center center;
	}

}



@media (min-width:1024px){

	.slick-progress-wrapper{

		margin-top:20px;

	}

	.lodege-experiences-slider.slick-slider{

		margin-left: -20px;

		margin-right: -30px;

	}
	
	.lodege-experiences-slider .slick-next{
		right: 30px;
	}
	
	.slick-slider{

		margin-left: -20px;

		margin-right: -20px;

	}
	
	
	.news-offers-section .news-slider.slick-slider{
		margin-left: -15px;
	}
	

	.header-section .fullwidth-menu{

		display: none;

	}

	.header-section .main-nav .btn-holder{

		display: none;

	}

	.image-text-section .inner-box .heading-intro-box{

		padding:50px;

	}

	.image-text-section .inner-box .heading-intro-box .desc p a{

		display: block;

	}

	.leading-section .heading-intro-box .desc.has-arrow p br{

		/*white-space: pre-line;*/

		display: block;

	}

	.leading-section .heading-intro-box .desc p br{

		/*white-space: pre-line;*/

		display: block;

	}

}

@media (min-width:901px) and (max-width:1200px){
	.heading-intro-box .title .heading{
		margin-bottom:0;
	}
	.slick-slider{
		margin-left: -20px;
        margin-right: -30px;
	}
	.seasons-slider.slick-slider{
	    margin-left: 0px;
        margin-right: -30px;
	}
}

@media (min-width:1025px){

}

@media (min-width:1200px){
	.slides .slide-item{
		margin: 0 20px;
	}
	.lodege-experiences-slider .slides .slide-item{
		margin: 0 22px;
	}
	.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next{
		opacity: 1;
	    visibility: visible;
	}
	.heading-intro-box .desc p{
		font-weight:300;
	}
	
	.lodge-slider-holder .heading-intro-box .desc .site-h1{
		font-weight:300;
	}
	
	.experience-slider .slides .slide-item .text-caption .desc p{
		font-weight:300;
	}
	
	.image-text-section .inner-box .heading-intro-box .desc p a{
		font-weight:300;
	}
	
	.news-slider .wrap-text .text-holder .desc{
		font-weight:300;
	}
}

@media (min-width:1201px){

	.image-text-section .inner-box .heading-intro-box{

		bottom:80px;

		padding: 60px 50px;

	}

	.lodge-section .heading-intro-box .desc{

		padding: 0 40px;

		box-sizing: border-box;

	}

	.section {

        /*padding: 65px 0;*/
        
        padding: 40px 0;

    }

    .section-130 {

        padding: 80px 0;

    }

    .pt-0{

		padding-top:0;

	}



	.pb-0{

		padding-bottom:0;

	}

	.mt-0{

		margin-top:0 !important;

	}

	.mb-0{

		margin-bottom:0 !important;

	}

	.pt-100{

		padding-top: 100px;

	}

	.pb-100{

		padding-bottom: 100px;

	}

	.pt-130{

		padding-top: 80px;

	}

	.pb-130{

		padding-bottom: 80px;

	}

    .container{

	    padding:0 40px;

	}

	.header-section .header-box .main-nav-box .main-nav .nav>ul>li>a{

		padding: 20px 14px;

	}

	.brochure-section .brochure-img{

		width: calc(50% + 100px);

	}

	.brochure-section .wrap-holder .text-box{

		/*padding:0 80px;*/

	}

	.lodge-section .heading-intro-box{

		margin-bottom: 60px;

	}
	
	.inner-box.slider-inner-box{

		overflow: hidden;

	}
	
	.seasons-slider.slick-slider{

		margin-left: 0;

		margin-right: 0;

	}

}



@media (min-width:1321px){

	.container{

	    padding:0 50px;

	}

}



@media (min-width:1500px){

	.container{

	    padding:0 50px;

        max-width: 1920px;

	}

}.slick-list{display:flex;}.slick-list .slick-track{display:flex;}.leading-section{margin-top:20px;}.leading-section .heading .breadcrumbs{display:flex;font-size:12px;letter-spacing:.025em;color:#000;text-transform:uppercase;}.leading-section .heading .breadcrumbs span>span:first-child{margin-right:5px;}.leading-section .heading .breadcrumbs span>span:not(:first-child){margin:0 5px;}.leading-section .heading .breadcrumbs a,.leading-section .heading .breadcrumbs{color:#000;font-family:"apparat-light",sans-serif;}.leading-section .heading .breadcrumbs .breadcrumb_last{font-family:"apparat",sans-serif;}.leading-section .heading-intro-box{margin:35px 0;}.leading-section.leading-contact-section .heading-intro-box{margin:60px 0;}.lodges-list-setion{margin-bottom:50px;}.lodges-list-setion.active{margin-bottom:0px;}.lodges-list-setion .bar-holder{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;margin-bottom:10px;}.lodges-list-setion .bar-holder .nav-bar{display:flex;}.lodges-list-setion .bar-holder .nav-bar>div{opacity:.5;}.lodges-list-setion .bar-holder .nav-bar>div.active{opacity:1;}.lodges-list-setion .bar-holder .nav-bar img{width:40px;cursor:pointer;}.lodges-list-setion .bar-holder .nav-bar .nav-map{margin-right:25px;}.lodges-list-setion .bar-holder .nav-bar .nav-map .img{position:relative;top:-5px;}.lodges-list-setion .bar-holder .filter-by{display:flex;}.lodges-list-setion .bar-holder .filter-by .jcf-list-content ul li:first-child{display:none;}.experiences-list-secondary-setion .bar-holder .filter-by .jcf-list-content ul li:first-child{display:none;}.news-offers-list-setion .bar-holder .filter-by .jcf-list-content ul li:first-child{display:none;}.lodege-experiences-list-section .filter-bar .filter-by .jcf-list-content ul li:first-child{display:none;}.lodege-experiences-list-section .filter-bar{position:relative;}.lodege-experiences-list-section .filter-bar .clear-btn{margin-bottom:0;padding-top:0;position:absolute;left:0;top:20px;}.news-offers-list-setion .bar-holder .filter-by .jcf-list-content ul li:last-child{border-top:1px solid #ddd !important;}.lodges-list-setion .bar-holder .filter-by .filter-form{margin-right:20px;padding-right:30px;}.clear-btn{text-transform:uppercase;font-family:"apparat-light",sans-serif;color:#000;font-size:12px;font-weight:400;letter-spacing:0px;margin-bottom:20px;border-top:1px solid #dad6d1;padding-top:25px;display:none;user-select:none;}.news-offers-list-setion .clear-btn{border-top:none;padding-top:0px;}.experiences-list-secondary-setion .clear-btn{border-top:none;padding-top:0px;}.lodege-experiences-list-section .clear-btn{border-top:none;padding-top:0px;}.clear-btn .label{cursor:pointer;}.clear-btn .label:first-child{margin-right:20px;}.clear-btn .label:after{display:inline-block;content:"";width:10px;height:10px;background:url("https://cdn-ilefj.nitrocdn.com/aGVglXOXPpZjvmavvzdoXKWIhdZPaDjE/assets/images/optimized/rev-89839e1/luxurylodgesofaustralia.com.au/wp-content/themes/luxury-lodges/images/close.svg") no-repeat center center;margin-left:6px;opacity:.5;}.clear-btn .icon{margin-left:3px;}.clear-btn .icon img{width:10px;height:10px;}.no-results{font-family:"apparat-light",sans-serif;color:#000;font-size:16px;line-height:23px;font-weight:400;letter-spacing:1.1px;display:none;}.lodges-list-setion .lodges-list{display:grid;grid-template-columns:1fr;column-gap:20px;row-gap:30px;}.lodges-list-setion .lodges-list .item{}.lodges-list.card-list .img-holder{max-height:416px;}.lodges-list.card-list .img-holder img{max-height:416px;}.card-list .img-holder img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;}.card-list .wrap-text .text-holder{padding:30px 0;}.card-list .wrap-text .text-holder .intro-box{font-size:12px;letter-spacing:.025em;color:#000;text-transform:uppercase;font-family:"apparat-light",sans-serif;font-weight:400;margin-bottom:10px;}.card-list .wrap-text .text-holder .intro-box span{padding:0 8px;}.card-list .wrap-text .text-holder .intro-box span:first-child{padding-left:0;}.card-list .wrap-text .text-holder .intro-box span:not(:last-child){border-right:1px solid #000;}.card-list .wrap-text .text-holder .category-box{font-size:12px;line-height:18px;letter-spacing:.025em;color:#000;text-transform:uppercase;margin-bottom:10px;}.lodege-experiences-list.card-list .wrap-text .text-holder .category-box{margin-bottom:15px;}.ranges-list-slider.card-list .wrap-text .text-holder .category-box{margin-bottom:15px;}.card-list .wrap-text .text-holder .category-box a{color:#000;}.card-list .wrap-text .text-holder .category-box .title{font-family:"apparat",sans-serif;font-weight:300;line-height:18px;}.card-list .wrap-text .text-holder .category-box .category{font-family:"apparat-light",sans-serif;line-height:18px;}.lodges-list.card-list .wrap-text .text-holder .category-box .title{font-family:"apparat-light",sans-serif;}.card-list .wrap-text .text-holder h3{margin-bottom:20px;}.card-list .wrap-text .text-holder h3 a{color:#897d75;font-size:25px;font-family:"apparat",sans-serif;font-weight:300;line-height:30px;}.news-offers-list.card-list .wrap-text .text-holder h3 a{font-family:"apparat-light",sans-serif;color:#51433a;}.card-list .wrap-text .text-holder h3.dear-joe a{font-family:"dearjoe6";font-size:30px;line-height:36px;}.map-list-section .card-list .wrap-text .text-holder h3{margin-bottom:20px;color:#897d75;}.map-list-section .card-list .wrap-text .text-holder h3 a{color:#897d75;}.map-list-section .card-list .wrap-text .text-holder .desc{margin:10px 0 20px;}.map-list-section .card-list .wrap-text .text-holder .address-box{margin-bottom:30px;}.map-list-section .card-list .wrap-text .text-holder .address-box .address{max-width:320px;}.map-list-section .card-list .wrap-text .text-holder .address-box .label{font-size:12px;letter-spacing:.025em;color:#000;text-transform:uppercase;font-family:"apparat",sans-serif;font-weight:400;}.map-list-section .card-list .wrap-text .text-holder .address-box .address p{font-size:16px;line-height:23px;white-space:pre-line;color:#897d75;}.map-list-section .card-list .wrap-text .text-holder .address-box .address p a{color:#897d75;}.map-list-section .card-list .wrap-text .text-holder .btn-holder .btn{margin-bottom:0;--primary-border:1px;text-transform:uppercase;}.card-list .wrap-text .text-holder .desc a{color:#000;font-size:16px;font-family:"apparat-light",sans-serif;line-height:23px;display:inline-block;}.card-list .wrap-text .text-holder .desc p{color:#000;font-size:16px;font-family:"apparat-light",sans-serif;line-height:23px;font-weight:400;}.card-list .wrap-text .text-holder .desc a .icon img{display:inline-block;width:16px;line-height:23px;vertical-align:middle;}.lodges-list-setion .map-container{display:none;max-width:unset;}.lodges-list-setion .map-holder{display:flex;flex-wrap:wrap;justify-content:center;padding:45px 0;}.lodges-list-setion.how-big-map-section .map-holder{flex-wrap:nowrap;}.lodges-list-setion .map-holder .text-box{max-width:100%;pointer-events:none;}.lodges-list-setion.how-big-map-section .map-holder .text-box .content-box .content{pointer-events:auto;}.lodges-list-setion .map-holder .text-box p{font-size:16px;color:#000;line-height:23px;font-family:"apparat-light",sans-serif;}.lodges-list-setion .map-holder .text-box .text-link{display:inline-block;margin-top:20px;}.lodges-list-setion .map-holder .map-box{padding:0 40px;max-width:100%;flex:1;}.lodges-list-setion .map-holder .text-box .default-text{pointer-events:auto;}.lodge-text .lodge-item{box-shadow:0 5px 10px #8d8da1;visibility:hidden;opacity:0;position:absolute;left:0;top:0;z-index:0;}.lodge-text .lodge-item.active{visibility:visible;opacity:1;animation-fill-mode:forwards;z-index:1;transition:all 1s;}.lodge-text .lodge-item .img-holder{max-height:416px;}.seasons-list .lodge-text .lodge-item .img-holder{max-height:316px;}.lodge-text .lodge-item .img-holder img{display:block;}.lodge-text .lodge-item .text-holder{padding:30px;background:#fff;}.lodge-text .lodge-item .text-holder .category-box{font-size:12px;line-height:12px;letter-spacing:.025em;color:#000;text-transform:uppercase;font-family:"apparat-light",sans-serif;margin-bottom:15px;}.lodge-text .lodge-item .text-holder h3{margin-bottom:20px;color:#897d75;}.lodge-text .lodge-item .text-holder h3.dear-joe a{font-family:"dearjoe6";font-size:30px;color:#897d75;line-height:36px;}.lodge-text .lodge-item .text-holder .desc{color:#000;font-size:16px;font-family:"apparat-light",sans-serif;line-height:23px;display:inline-block;}.lodge-text .lodge-item .text-holder .link-row{margin-top:20px;}.lodges-list-setion .map-holder .text-box .lodge-text .text-link{margin-top:0;color:#897d75;font-weight:400;font-family:"apparat",sans-serif;}.lodges-list-setion .map-holder .text-box .lodge-text .text-link .label{margin-right:5px;}.lodges-list-setion .map-holder .text-box .lodge-text .text-link img{width:15px;}.lodges-list-setion .map-holder .text-box .lodge-text{position:relative;pointer-events:auto;}.close-btn{width:60px;height:60px;cursor:pointer;position:absolute;top:0px;right:0px;z-index:9;display:none;}.close-btn:after{display:block;content:"";width:26px;height:26px;background:url("https://cdn-ilefj.nitrocdn.com/aGVglXOXPpZjvmavvzdoXKWIhdZPaDjE/assets/images/optimized/rev-89839e1/luxurylodgesofaustralia.com.au/wp-content/themes/luxury-lodges/images/close-white.svg") no-repeat center center;background-size:cover;position:absolute;top:50%;left:50%;opacity:1;transition:opacity .5s;transform:translate(-50%,-50%);}.close-btn:hover:after{opacity:.8;}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(.98);opacity:.5;}50%{-webkit-transform:scale(1);opacity:1;}100%{-webkit-transform:scale(.98);opacity:.5;}}@keyframes pulse{0%{transform:scale(.98);opacity:.5;}50%{transform:scale(1);opacity:1;}100%{transform:scale(.98);opacity:.5;}}.map-inner .icon{cursor:pointer;transition:opacity .8s;}.map-inner .icon.icon-animation path{transform-origin:center;transform-box:fill-box;-webkit-animation:pulse 2.5s infinite ease-in-out;-o-animation:pulse 2.5s infinite ease-in-out;-ms-animation:pulse 2.5s infinite ease-in-out;-moz-animation:pulse 2.5s infinite ease-in-out;animation:pulse 2.5s infinite ease-in-out;}.lodges-list-setion.subpage-map-section .map-holder .map-box .img-box img{max-width:100%;}.experiences-card .item{min-height:420px;position:relative;}.experiences-card .text-caption{position:absolute;left:0;bottom:0;color:#fff;padding:50px;pointer-events:none;}.experiences-card .one-column .text-caption{top:0;}.experiences-card .one-column.experience-category .text-caption{top:unset;}.experiences-card .text-caption .sub-title h3{font-size:12px;letter-spacing:.025em;text-transform:uppercase;margin-bottom:10px;}.experiences-card .text-caption .title h2{font-size:40px;line-height:42px;margin-bottom:20px;text-transform:uppercase;}.experiences-card .text-caption .desc p{font-size:16px;font-family:"apparat-light",sans-serif;line-height:23px;max-width:360px;margin-bottom:10px;}.experiences-card .text-caption .link-row a{font-size:16px;font-weight:400;display:flex;color:#fff;}.experiences-card .text-caption .link-row a .arrow img{width:16px;vertical-align:middle;}.experiences-card .text-caption .link-row a.btn-outline{display:inline-block;border:1px solid #fff;padding:12px 15px;margin-bottom:0;margin-top:30px;text-transform:uppercase;font-size:12px;pointer-events:auto;}.experiences-card .text-caption .link-row a.btn-outline:hover{color:#000;background:#fff;}.experiences-card .text-caption .link-row a .label{margin-right:5px;}.experiences-card .img-holder{height:100%;max-height:700px;overflow:hidden;position:relative;}.experiences-card .img-holder:after{display:block;content:"";position:absolute;left:0;top:50%;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0) 8%,#000 150%);}.experiences-card .img-holder img{width:100%;height:100%;max-height:700px;-o-object-fit:cover;object-fit:cover;}.experiences-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;}.experiences-list .one-column{grid-column:span 2;}.experiences-list .two-column{grid-column:span 2;}.experiences-list-setion{padding:0 0 100px;}.experiences-list-secondary-setion{}.experiences-list-secondary-setion .bar-holder{margin-bottom:20px;}.experiences-list-secondary .item .img-holder{}.experiences-list-secondary{display:grid;grid-template-columns:1fr;column-gap:40px;row-gap:40px;}.experiences-list-secondary-setion{padding:30px 0 50px;}.experiences-list-secondary .item{}.detail-leading .heading{font-size:12px;letter-spacing:.025em;color:#000;text-transform:uppercase;display:flex;justify-content:space-between;flex-wrap:wrap;}.detail-leading .heading span:not(:last-child){margin-right:5px;}.detail-leading .heading span a{color:#000;}.detail-leading .heading .name{font-family:"apparat",sans-serif;}.detail-leading .heading .category{font-family:"apparat-light",sans-serif;}.detail-leading .heading .time{font-family:"apparat-light",sans-serif;}.leading-section.detail-leading .heading-intro-box{}.detail-leading .heading-intro-box .title .heading{font-family:"apparat-light",sans-serif;color:#897d75;text-transform:unset;letter-spacing:-.01em;margin-bottom:0;display:block;}.detail-leading .heading-intro-box>div{width:100%;}.image-section .img-box img{width:100%;max-height:770px;object-fit:cover;}.image-section.detail-image-section .img-box img{max-height:600px;}.detail-section .main-content{max-width:780px;}.detail-full-section .main-content{max-width:100%;}.detail-section .main-content p{font-size:18px;font-family:"apparat-light",sans-serif;line-height:25px;margin-bottom:20px;font-weight:300;color:#000;}.detail-section .main-content ul,.detail-section .main-content ol{margin-bottom:30px;padding-left:20px;font-family:"apparat-light",sans-serif;}.detail-section .main-content ul li,.detail-section .main-content ol li{font-size:18px;line-height:25px;color:#000;font-weight:400;}.detail-section .main-content ul li{list-style:disc;}.detail-section .main-content ol li{list-style:auto;}.detail-section .main-content a{color:#897d75;font-family:"apparat",sans-serif;font-weight:300;}.detail-section .more-info{max-width:310px;}.detail-section .more-info h3{color:#000;font-size:12px;font-family:"apparat",sans-serif;letter-spacing:.025em;margin-bottom:20px;text-transform:uppercase;}.detail-section .more-info ul{margin-bottom:30px;padding-left:20px;font-family:"apparat-light",sans-serif;}.detail-section .more-info ul li{list-style:disc;font-size:16px;line-height:23px;color:#000;font-weight:400;}.detail-section .more-info .desc{margin-bottom:30px;}.detail-section .more-info .desc p{font-family:"apparat-light",sans-serif;font-size:16px;line-height:23px;color:#000;font-weight:400;}.detail-section .more-info .link-box{display:flex;flex-direction:column;}.detail-section .more-info .link-box .link-arrow{font-size:12px;color:#000;letter-spacing:.025em;text-transform:uppercase;margin-bottom:10px;}span.arrow{position:relative;}span .img1{opacity:1;transform:translateX(0) translateY(0);transition-delay:.1s;transition:transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-in-out;}span .img2{transform:translateX(-60%) translateY(60%) translateZ(0);left:1px;opacity:0;position:absolute;top:50%;transition-delay:0s;transition:transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-in-out;}.link-arrow:hover span .img1{opacity:0;transform:translateX(60%) translateY(-60%);}.link-arrow:hover span .img2{opacity:1;transform:translateX(0) translateY(-60%) translatez(0);transition-delay:.15s;}.detail-section .more-info .link-box .link-arrow img{width:8px;}.detail-section .more-info .link-box .link-arrow .arrow{margin-left:8px;}.other-experience-slider-section{padding:60px 0;}.other-section{padding:60px 0;}.heading-intro-box.section-heading .title .heading .name{font-family:"apparat-light",sans-serif;font-weight:400;}.other-experience-slider-section .heading-intro-box .title .heading{white-space:normal;}.heading-intro-box.section-heading .title .heading p strong{font-family:"apparat",sans-serif;font-weight:300;}.news-slider.other-experience-slider .img-holder{max-height:415px;}.news-slider.other-experience-slider .img-holder img{max-height:415px;}.news-slider.other-experience-slider .wrap-text .text-holder h3 a{color:#897d75;font-family:"dearjoe6";font-size:30px;line-height:36px;}.news-slider.other-experience-slider .wrap-text .text-holder{padding:30px 0 10px;background:unset;}.other-experience-slider-section .slick-progress-wrapper .slick-progress{background-color:#bcb5af;}.image-card-section{max-height:770px;}.image-card-section .img-holder{height:770px;position:relative;}.image-card-section .img-holder:after{display:block;content:"";position:absolute;left:0;top:80%;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.01) 0%,#000 150%);}.image-card-section .img-holder img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;object-position:center;}.image-card-section .img-holder img.pos-top{object-position:top;}.image-card-section .img-holder img.pos-bottom{object-position:bottom;}.image-card-section .inner-box{position:relative;}.image-card .text-caption{color:#fff;padding-bottom:70px;position:absolute;left:0;bottom:0;}.image-card .text-caption.pos-bottom-right{left:unset;right:0;}.image-card .text-caption.pos-top-left{left:0;right:unset;bottom:unset;top:-700px;}.image-card .text-caption.pos-top-right{left:unset;right:0;bottom:unset;top:-700px;}.image-card .text-caption .sub-title h3{font-size:12px;letter-spacing:.025em;text-transform:uppercase;margin-bottom:10px;font-family:"apparat",sans-serif;}.image-card .text-caption .sub-title h3 span{font-family:"apparat-light",sans-serif;}.image-card .text-caption .title h2{font-size:40px;line-height:42px;margin-bottom:20px;text-transform:uppercase;}.image-card .text-caption .desc p{font-size:16px;font-family:"apparat-light",sans-serif;line-height:23px;max-width:420px;margin-bottom:10px;}.image-card .text-caption .desc p:last-child{margin-bottom:0;}.image-card .text-caption .desc.dear-joe p{font-family:"dearjoe6";font-size:21px;line-height:26px;margin-bottom:20px;}.image-card .text-caption .link-row a{font-size:16px;font-weight:400;display:flex;color:#fff;}.image-card .text-caption .link-row a .label{margin-right:5px;}.ranges-list-section .ranges-list{padding-top:35px;grid-template-columns:1fr;column-gap:40px;row-gap:40px;}.ranges-list-section .ranges-list .item{text-align:center;}.ranges-list-section .card-list .wrap-text .text-holder h3 a{color:#897d75;}.card-list .wrap-text .link-row a{margin-top:10px;font-size:16px;font-weight:400;display:flex;color:#897d75;justify-content:center;}.card-list .wrap-text .link-row a .label{margin-right:5px;}.card-list .wrap-text .link-row a .arrow img{width:16px;position:relative;top:5px;}.ranges-list-section .card-list .wrap-text .text-holder{}.ranges-list-section .card-list .wrap-text .text-holder h3{margin-bottom:20px;}.ranges-list-section .card-list .wrap-text{padding:10px;}.ranges-list-section .card-list .img-holder{border-radius:50%;background:#eae5e2;padding:20px;border:2px solid #fff;}.ranges-list-section .card-list .img-holder img{border-radius:50%;display:block;}.getting-here-section{padding-bottom:20px;}.getting-here-holder{position:relative;min-height:755px;}.getting-here-section .by-box{padding:40px;background:#fff;max-width:416px;position:absolute;left:0;top:0;box-sizing:border-box;}.getting-here-section .map-box{position:absolute;right:0;top:0;width:calc(100% - 416px);max-width:100%;overflow-y:auto;}.getting-here-section .map-box .map-inner{width:820px;}.getting-here-section .map-box img{max-width:100%;max-height:100%;}.getting-here-section .by-box>h2{color:#897d75;}.getting-here-section .by-box .by-bar{margin:25px 0;font-size:14px;text-transform:uppercase;border-bottom:1px solid #ddd;display:flex;padding:10px 0;cursor:pointer;}.getting-here-section .by-box .by-bar .item{font-family:"apparat-light";}.getting-here-section .by-box .by-bar .item.active{position:relative;font-family:"apparat";}.getting-here-section .by-box .by-bar .item.active:after{display:block;content:"";height:1px;width:100%;position:absolute;background:#897d75;bottom:-11px;}.getting-here-section .by-box .by-bar .item:not(:last-child){margin-right:15px;}.getting-here-section .by-box .content .item p{color:#000;font-size:16px;font-family:"apparat-light",sans-serif;line-height:23px;margin-bottom:8px;}.getting-here-section .by-box .content .item p a{font-family:"apparat",sans-serif;color:#897d75;}.getting-here-section .by-box .content .item{display:none;}.getting-here-section .by-box .content .item.active{display:block;}.sub-nav-section.nav-fixed{position:fixed;left:0;top:0;z-index:9000;width:100%;background:#fff;box-shadow:0 8px 8px 0 rgba(0,0,0,.05);}.sub-nav-section .nav-bar{padding:15px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;}.sub-nav-section nav ul{display:flex;flex-wrap:wrap;}.sub-nav-section nav ul li a{font-size:12px;line-height:1;display:block;letter-spacing:.025em;color:#000;font-family:"apparat-light",sans-serif;font-weight:400;text-transform:uppercase;}.sub-nav-section nav ul li{padding:0 16px;margin:10px 0;}.sub-nav-section nav ul li:first-child{border-right:2px solid #a8a8a8;}.sub-nav-section nav ul li:first-child a{font-family:"apparat",sans-serif;font-weight:300;}.sub-nav-section nav ul li.active a{position:relative;}.sub-nav-section nav ul li.active a:after{display:block;content:"";height:2px;position:absolute;background:#dddad8;width:100%;bottom:-5px;}.sub-nav-section .btn-holder{position:relative;right:0;top:0;}.sub-nav-section .btn-holder .btn{margin-bottom:0;--primary-border:1px;margin-left:10px;background:#fff;}.sub-nav-section .btn-holder .btn-hover:hover{background:#897d75;}.subpage-nav-holder{display:flex;justify-content:space-between;align-items:center;padding:15px 0;position:relative;}.subpage-nav-holder .item a{font-size:12px;line-height:1;display:block;letter-spacing:.025em;color:#000;font-family:"apparat-light",sans-serif;font-weight:400;text-transform:uppercase;white-space:nowrap;}.subpage-nav-holder .subpage-main-nav-bar .item{border-right:2px solid #a8a8a8;}.subpage-nav-holder .subpage-main-nav-bar .item a{font-family:"apparat",sans-serif;font-weight:300;padding-right:28px;margin:10px 0;}.subpage-nav-holder .subpage-nav-bar .subpage-nav{display:flex;position:relative;}.subpage-nav-holder .subpage-nav-bar .subpage-nav a{padding:0 12px;margin:10px 0;}.subpage-nav-holder .subpage-nav-bar .subpage-nav>.item:first-child>a{padding-left:28px;}.subpage-nav-holder .subpage-nav-bar .subpage-nav .slick-slide:first-child a{padding-left:28px;}.subpage-nav-holder .subpage-nav-bar .subpage-nav .item.active a{position:relative;}.subpage-nav-holder .subpage-nav-bar .subpage-nav .item.active a:after{display:block;content:"";height:1px;position:absolute;background:#dddad8;left:14px;right:14px;bottom:-5px;}.subpage-nav-holder .subpage-nav-bar .subpage-nav .slick-slide:first-child a:after{left:28px;}.subpage-nav-holder .subpage-nav-bar .slick-slider{margin-left:unset;margin-right:unset;}.subpage-nav-holder .subpage-nav-bar{flex-grow:1;width:300px;}.subpage-nav-holder .subpage-main-nav-bar,.subpage-main-nav-bar .btn-holder{flex-grow:0;}.btn-holder .btn-note{height:30px;width:30px;border:1px solid #aaa;border-radius:50%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;}.btn-holder .btn-note img{width:18px;}.subpage-nav .slick-track{transition:unset !important;}.heading-intro-box.heading-intro-category>div{width:100%;}.heading-intro-box .desc-holder{padding-top:30px;display:flex;flex-wrap:wrap;justify-content:space-between;}.heading-intro-box .desc-holder .desc-category{max-width:760px;margin-bottom:20px;}.heading-intro-box .desc-holder .desc-news-offer{max-width:700px;}.leading-section .heading-intro-box.heading-intro-category{margin:40px 0 20px;}.heading-intro-box .link-box{display:flex;flex-direction:column;min-width:170px;}.heading-intro-box .link-box .link-arrow{font-size:12px;color:#000;letter-spacing:.025em;text-transform:uppercase;margin-bottom:10px;}.heading-intro-box .link-box .link-arrow img{width:8px;}.heading-intro-box .link-box .link-arrow .arrow{margin-left:8px;}.video-section{margin-bottom:35px;}.video-section .video-container{width:100%;height:calc(100vh - 120px);max-height:770px;overflow:hidden;}.video-section .video-container .video-bg{width:100%;height:100%;max-height:800px;object-fit:cover;position:absolute;top:0;left:0;}.video-section .container .inner-box{position:relative;}.video-section .container .inner-box .btn-holder{position:absolute;right:0;bottom:90px;display:none;}.video-section:hover .btn-holder{display:block !important;}.video-section .container .inner-box .btn-holder .btn{color:#fff;--primary-border:1px;border:1px solid #fff;margin-bottom:0;}.video-section .container .inner-box .btn-holder .btn-hover:hover{background:#fff;color:#000;}.ranges-list-section .ranges-list.ranges-list-slider{display:block;}.ranges-list-section .inner-box{padding-bottom:35px;}.ranges-list-section .ranges-list .slick-slide{margin:0 20px;}.ranges-list-section .ranges-list.ranges-list-slider .slick-slide{margin:0 20px;}.ranges-list-section .slick-progress-wrapper{display:none;}.editorial-section{overflow:hidden;}.editorial-section .content-box{position:relative;}.editorial-section .content-box h2{color:#000;font-size:21px;line-height:27px;margin-bottom:30px;font-weight:200;}.editorial-section .content-box p{font-size:18px;line-height:25px;font-family:"apparat-light",sans-serif;font-weight:400;margin-bottom:10px;}.editorial-section .content-box p a{color:#897d75;font-weight:400;font-family:"apparat",sans-serif;}.editorial-section .content-box p a:after{display:inline-block;content:"";width:16px;height:13px;margin-left:5px;background:url("https://cdn-ilefj.nitrocdn.com/aGVglXOXPpZjvmavvzdoXKWIhdZPaDjE/assets/images/optimized/rev-89839e1/luxurylodgesofaustralia.com.au/wp-content/themes/luxury-lodges/images/arrow-right.svg") no-repeat center center;background-size:cover;}.img-slider-box{margin-bottom:30px;}.img-slider-box .item .img-holder img{border-radius:50%;}.editorial-section.row-reverse .row{flex-direction:row-reverse;}.img-slider-box{margin:0 30px 0 30px;}.img-slider-box .slick-list{overflow:unset;}.seasons-section .item .text-holder{padding:35px 30px 65px 0;}.seasons-section .item .text-holder .month{font-size:12px;font-family:"apparat-light",sans-serif;font-weight:400;color:#000;letter-spacing:.025em;text-transform:uppercase;line-height:1;margin-bottom:15px;}.seasons-section .item .text-holder .season{font-size:30px;line-height:36px;color:#897d75;font-family:"dearjoe6";margin-bottom:20px;}.seasons-section .item .text-holder .desc{min-height:240px;margin-bottom:20px;}.seasons-section .item .text-holder .desc p{font-family:"apparat-light",sans-serif;font-weight:400;font-size:16px;line-height:23px;}.seasons-section .item .text-holder .link-row .btn{--primary-border:1px;text-transform:uppercase;margin-bottom:0;}.lodege-experiences .heading-intro-box{align-items:flex-end;}.lodege-experiences .heading-intro-box .title .heading{margin-bottom:0px;}.lodege-experiences-list .img-holder{}.three-col{display:grid;grid-template-columns:1fr;column-gap:40px;row-gap:40px;}.five-col{display:grid;grid-template-columns:repeat(1,1fr);column-gap:30px;row-gap:30px;}.show-more{display:flex;justify-content:center;margin-bottom:30px;}.show-more .btn{--primary-border:1px;text-transform:uppercase;margin-bottom:0;}.slick-slider .slick-track{margin-left:0;}.slick-dotted.slick-slider{margin-bottom:30px;}.slick-dots{position:absolute;bottom:60px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}.slick-dots li{position:relative;display:inline-block;width:10px;height:10px;margin:0 8px;padding:0;cursor:pointer;border:1px solid #fff;border-radius:50%;}.slick-dots li.slick-active{background:#fff;border:none;width:11px;height:11px;}.slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}.slick-dots li button:hover,.slick-dots li button:focus{outline:none;}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1;}.slick-dots li button:before{font-family:"slick";font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"";text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-dots li.slick-active button:before{opacity:.75;color:black;}.inclusions-section >.container{padding:0;}.inclusions-slider.slick-slider{margin-left:0;margin-right:0;}.inclusions-slider .item .wrap-text{display:flex;justify-content:center;align-items:center;flex-direction:column;}.inclusions-slider .item .wrap-text .img-holder{width:150px;height:150px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;border:2px solid #fff;border-radius:50%;background:#eae5e2;}.inclusions-slider .item .wrap-text .img-holder img{max-width:70px;max-height:70px;}.inclusions-section h2{color:#897d75;font-size:30px;text-align:center;margin:35px 0 45px;font-weight:300;}.inclusions-section .item .wrap-text .desc{margin-top:20px;}.inclusions-section .item .wrap-text .desc p{font-family:"apparat-light",sans-serif;font-size:12px;letter-spacing:.025em;color:#000;text-transform:uppercase;text-align:center;line-height:18px;}.inclusions-section .link-arrow{display:flex;justify-content:center;margin:65px 0 45px;--primary-border:1px;text-transform:uppercase;}.inclusions-section .link-arrow .label{margin-right:8px;}.inclusions-section .link-arrow .arrow img{width:9px;}.heading-intro-box .btn{margin-bottom:0;--primary-border:1px;line-height:18px;max-height:50px;}.heading-intro-box .btn.btn-special{max-height:65px;padding:12px 30px;}.heading-intro-box .btn:hover{background:#897d75;color:#fff;}.spotlight-section:before{display:block;content:"";position:absolute;top:30px;bottom:0;left:0;right:0;background:#f0eeea;}.spotlight-section .right{display:flex;align-items:center;}.spotlight-section .spotlight-holder{display:flex;}.spotlight-section .spotlight-holder .slick-list{max-width:100%;}.spotlight-section .slick-dotted.slick-slider{margin-bottom:0;}.spotlight-section .wrap-text{position:relative;}.spotlight-section .spotlight-holder .item .item-holder{display:flex;}.spotlight-section .spotlight-holder .item .item-holder .item-left{max-width:670px;padding-top:105px;}.spotlight-section .wrap-text .heading{font-size:22px;color:#000;letter-spacing:.025em;text-transform:uppercase;font-family:"apparat-light",sans-serif;position:absolute;top:60px;left:0;}.spotlight-section .wrap-text .heading span{font-weight:300;font-family:"apparat",sans-serif;}.spotlight-section .wrap-text .name{color:#897d75;font-size:60px;line-height:70px;white-space:pre-line;margin-bottom:40px;}.spotlight-section .wrap-text .content p{font-family:"apparat-light",sans-serif;font-weight:400;font-size:18px;line-height:25px;margin-bottom:20px;}.spotlight-section .image-holder{max-height:770px;max-width:615px;margin-bottom:50px;}.spotlight-section .image-holder img{max-width:100%;}.content-box .slick-slider .slick-dots{width:unset;bottom:25px;}.content-box .slick-slider .slick-dots li{border:2px solid #897d75;}.content-box .slick-slider .slick-dots li.slick-active{background:#897d75;}.content-box .slick-slider .slick-dots li:first-child{margin-left:0;}.accordion-holder{position:relative;}.sub-accordion-holder{margin-left:25px;}.accordion-holder .open-close{}.accordion-holder .open-close .slide{padding:10px 0 30px;}.accordion-holder .title{}.accordion-holder .title a{color:#000;font-size:18px;line-height:25px;font-family:"apparat-light",sans-serif;font-style:normal;font-weight:400;}.accordion-holder .title a span{}.accordion-holder .slide ul,.accordion-holder .slide ol{padding-left:30px;margin-bottom:20px;font-family:"apparat-light",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:23px;}.accordion-holder .slide ul li{margin:0;padding:0;list-style:disc;}.accordion-holder .slide ol li{margin:0;padding:0;list-style:auto;}.accordion-holder .slide ul li a,.accordion-holder .slide ol li a{color:#897d75;}.accordion-holder .slide p{margin-bottom:10px;font-size:16px;font-weight:400;line-height:23px;color:#000;font-family:"apparat-light",sans-serif;font-style:normal;}.accordion-holder .slide{font-size:16px;font-weight:400;line-height:23px;color:#000;font-family:"apparat-light",sans-serif;font-style:normal;}.accordion-holder .slide p a{color:#897d75;font-family:"apparat",sans-serif;}.accordion-holder .slide p:last-child{margin-bottom:0;}.accordion-holder .opener{color:inherit;display:flex;align-items:center;position:relative;width:100%;padding:20px 0;padding-right:15px;box-sizing:border-box;}.accordion-holder .open-close{border-top:1px solid #ddd;}.accordion-holder .open-close:last-child{border-bottom:none;}.accordion-holder .opener span{position:absolute;right:15px;top:30px;}.accordion-holder .opener span::before{content:"";position:absolute;left:50%;top:calc(50% - 6px);width:13px;height:13px;margin-left:0;margin-top:0;background:url("https://cdn-ilefj.nitrocdn.com/aGVglXOXPpZjvmavvzdoXKWIhdZPaDjE/assets/images/optimized/rev-89839e1/luxurylodgesofaustralia.com.au/wp-content/themes/luxury-lodges/images/hide.svg") no-repeat center center;}.accordion-holder .opener span::after{content:"";position:absolute;left:50%;top:calc(50% - 6px);width:13px;height:13px;margin-left:0px;margin-top:0px;background:url("https://cdn-ilefj.nitrocdn.com/aGVglXOXPpZjvmavvzdoXKWIhdZPaDjE/assets/images/optimized/rev-89839e1/luxurylodgesofaustralia.com.au/wp-content/themes/luxury-lodges/images/show.svg") no-repeat center center;}.accordion-holder .active .opener span::after{display:none;}.sub-accordion-holder .sub-open-close .sub-slide{padding:10px 0 30px;}.sub-accordion-holder .title{}.sub-accordion-holder .title a{color:#000;font-size:18px;line-height:25px;font-family:"apparat-light",sans-serif;font-style:normal;font-weight:400;}.sub-accordion-holder .title a span{}.sub-accordion-holder .sub-slide ul,.sub-accordion-holder .sub-slide ol{padding-left:30px;margin-bottom:20px;font-family:"apparat-light",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:23px;}.sub-accordion-holder .sub-slide ul li{margin:0;padding:0;list-style:disc;}.sub-accordion-holder .sub-slide ol li{margin:0;padding:0;list-style:auto;}.sub-accordion-holder .sub-slide ul li a,.sub-accordion-holder .sub-slide ol li a{color:#897d75;}.sub-accordion-holder .sub-slide p{margin-bottom:10px;font-size:16px;font-style:normal;font-style:normal;font-weight:400;font-weight:400;line-height:23px;color:#000;font-family:"apparat-light",sans-serif;}.sub-accordion-holder .sub-slide p a{color:#897d75;font-family:"apparat",sans-serif;}.sub-accordion-holder .sub-slide p:last-child{margin-bottom:0;}.sub-accordion-holder .sub-opener{color:inherit;display:flex;align-items:center;position:relative;width:100%;padding:20px 0;padding-right:15px;box-sizing:border-box;}.sub-accordion-holder .sub-open-close{border-top:1px solid #ddd;}.sub-accordion-holder .sub-open-close:last-child{border-bottom:none;}.sub-accordion-holder .sub-opener span{position:absolute;right:15px;top:30px;}.sub-accordion-holder .sub-opener span::before{content:"";position:absolute;left:50%;top:calc(50% - 6px);width:13px;height:13px;margin-left:0;margin-top:0;background:url("https://cdn-ilefj.nitrocdn.com/aGVglXOXPpZjvmavvzdoXKWIhdZPaDjE/assets/images/optimized/rev-89839e1/luxurylodgesofaustralia.com.au/wp-content/themes/luxury-lodges/images/hide.svg") no-repeat center center;}.sub-accordion-holder .sub-opener span::after{content:"";position:absolute;left:50%;top:calc(50% - 6px);width:13px;height:13px;margin-left:0px;margin-top:0px;background:url("https://cdn-ilefj.nitrocdn.com/aGVglXOXPpZjvmavvzdoXKWIhdZPaDjE/assets/images/optimized/rev-89839e1/luxurylodgesofaustralia.com.au/wp-content/themes/luxury-lodges/images/show.svg") no-repeat center center;}.sub-accordion-holder .active .sub-opener span::after{display:none;}.news-offers-section{}.news-offers-section.pb-130{padding-bottom:130px;}.leading-section +.news-offers-section{padding-top:0;}.news-offers-section .slide-item .text-holder{background:#f0eeea;}.news-offers-list-setion .bar-holder{margin-bottom:20px;}.news-offers-list-setion .show-more{margin-top:35px;}.news-offers-list-setion .item{background:#f0eeea;}.news-offers-list-setion .item .wrap-text .text-holder{padding:30px;background:#f0eeea;}.news-offers-list-setion .item .wrap-text .img-holder{height:280px;}.slider-section{padding:65px 0;}.subpage-map-section .content-box{padding:15px;padding-left:0;}.subpage-map-section .content-box .month{font-size:15px;color:#000;font-weight:400;margin-bottom:10px;}.subpage-map-section .content-box .dear-joe{font-size:40px;line-height:48px;color:#897d75;margin-bottom:30px;}.subpage-map-section .content-box .content p{font-family:"apparat-light",sans-serif;color:#000;font-size:30px;line-height:37px;margin-bottom:20px;}.subpage-map-section .content-box .dear-joe +.content p{font-size:25px;line-height:32px;}.subpage-map-section .content-box .content p{font-size:25px;line-height:32px;}.subpage-map-section .content-box .content p a{color:#897d75;text-decoration:none;}.subpage-map-section .content-box .content .link-arrow img{width:24px;}.subpage-map-section .tab-bar{position:absolute;left:50%;top:-20px;z-index:9;transform:translateX(-50%);}.subpage-map-section .tab-bar ul{display:flex;border:1px solid #ebe9e9;border-radius:20px;background:#fff;}.subpage-map-section .tab-bar ul li{color:#897d75;font-size:12px;letter-spacing:.025em;line-height:1;text-transform:uppercase;font-family:"apparat",sans-serif;font-weight:400;padding:12px 20px;cursor:pointer;min-width:120px;box-sizing:border-box;text-align:center;white-space:nowrap;}.subpage-map-section .tab-bar.seasons ul li{min-width:170px;}.subpage-map-section .tab-bar.seasons-bar ul li:after{display:block;content:" " attr(data-title) " ";}.subpage-map-section .tab-bar ul li:first-child{border-radius:16px 0 0 16px;}.subpage-map-section .tab-bar ul li:last-child{border-radius:0 16px 16px 0;}.subpage-map-section .tab-bar ul li:not(:last-child){border-right:1px solid #ebe9e9;}.subpage-map-section .tab-bar ul li.active{color:#fff;}.subpage-map-section.how-big-map-section .tab-bar ul li.active{background:#897d75;color:#fff;}.subpage-map-section .tab-bar ul li.active.summer{background:#e5ca73;}.subpage-map-section .tab-bar ul li.active.autumn{background:#aa6e56;}.subpage-map-section .tab-bar ul li.active.winter{background:#70cbd0;}.subpage-map-section .tab-bar ul li.active.spring{background:#869e3f;}.subpage-map-section .seasons-list .list-item{display:none;}.subpage-map-section .seasons-list .list-item.active{display:block;}.subpage-map-section .map-list .list-item{display:none;}.subpage-map-section .map-list .list-item.active{display:block;}.our-seasons-section .seasons-list .lodge-item .link-row .btn{margin-bottom:0;}.subpage-accordion-section{padding-bottom:35px;}.subpage-accordion-section .content-box{max-width:100%;}.subpage-accordion-section .content-box .dear-joe{color:#897d75;margin-bottom:25px;}.subpage-accordion-section .content-box .content p{font-family:"apparat-light",sans-serif;font-weight:400;color:#000;font-size:16px;line-height:23px;margin-bottom:20px;}.subpage-accordion-section .content-box .content p a{font-family:"apparat",sans-serif;color:#897d75;}.subpage-accordion-section .accordion-list .list-item{margin-bottom:40px;}.social-list-section .list-holder .list-item{border-top:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;padding:20px 0;padding-right:15px;box-sizing:border-box;}.social-list-section .list-holder .list-item:last-child{border-bottom:none;}.social-list-section .list-holder .list-item h3.title{color:#000;font-size:18px;line-height:25px;font-family:"apparat-light",sans-serif;font-style:normal;font-weight:400;}.social-list-section .list-holder .list-item .social-icon{display:flex;min-width:245px;}.social-list-section .list-holder .list-item .social-icon .item{width:30px;margin-right:10px;}.social-list-section .list-holder .list-item .social-icon .item a{display:block;}.social-list-section .list-holder .list-item .social-icon .item .img{width:30px;height:30px;}.social-list-section .list-holder .list-item .social-icon .item .img.x,.social-list-section .list-holder .list-item .social-icon .item .img.pinterest,.social-list-section .list-holder .list-item .social-icon .item .img.youtube{position:relative;top:-2px;}.social-list-section .list-holder .list-item .social-icon .item .img svg{width:100%;}.calendar-holder{font-family:"apparat-light",sans-serif;font-weight:400;color:#000;font-size:16px;line-height:23px;padding:200px 0;text-align:center;}.content-box .slick-slider{margin-left:unset;margin-right:unset;}p strong{font-family:"apparat",sans-serif !important;font-weight:300;}.careers-list .accordion-holder .opener .heading{display:flex;}.careers-list .accordion-holder .opener .heading .date{margin-right:45px;font-weight:300;margin-bottom:20px;}.careers-list .accordion-holder .opener .heading .info .lodge-name{font-weight:300;font-family:"apparat",sans-serif;font-size:16px;margin-bottom:5px;}.careers-list .accordion-holder .opener .heading .info .job-title{font-family:"apparat-light",sans-serif;font-weight:300;font-size:16px;margin-bottom:5px;}.careers-list .accordion-holder .opener .heading .info .job-excerpt{font-family:"apparat-light",sans-serif;font-weight:300;font-size:16px;font-style:italic;}.careers-list .accordion-holder .slide .btn-holder{margin-top:20px;}.careers-list .accordion-holder .slide .btn-holder .btn{margin-bottom:0;font-family:"apparat",sans-serif;}.contact-form-holder{max-width:970px;margin:0 auto 140px;}#g-form .gform_wrapper.gravity-theme .gfield_label{font-weight:300;font-family:"apparat",sans-serif;}#g-form .gfield_required_text{display:none;}#g-form .gform_wrapper.gravity-theme .gform_fields{grid-row-gap:30px;grid-column-gap:30px;}#g-form .jcf-select{display:block;background:#f7f7f7;}#g-form .jcf-select .jcf-select-text span{color:#333;font-family:"apparat-light",sans-serif;text-transform:none;font-size:16px;line-height:34px;display:inline-block;width:calc(100% - 25px);padding:8px 0;height:50px;}#g-form .jcf-list .jcf-list-content ul li span{font-size:14px;letter-spacing:0;font-family:"apparat-light",sans-serif;text-transform:capitalize;font-weight:300;}#g-form .jcf-list .jcf-option{color:#656565;}#g-form .jcf-list .jcf-option.jcf-hover{color:#fff;}#g-form .jcf-select .jcf-select-text{padding:0 10px;}#g-form .gform_wrapper,#gform_wrapper_2.gform_wrapper,#gform_wrapper_5.gform_wrapper,#gform_wrapper_7.gform_wrapper{margin:0;}#g-form .gfield_checkbox .gchoice{display:flex;align-items:flex-start;}#g-form .ginput_container_checkbox input[type="checkbox"]{-moz-appearance:none;-webkit-appearance:none;appearance:none;border:1px solid #333;border-radius:0;cursor:pointer;display:inline-block;height:16px;width:16px;margin-top:3px;margin-right:15px;}#g-form .ginput_container_checkbox input[type="checkbox"]:checked{background:url("https://cdn-ilefj.nitrocdn.com/aGVglXOXPpZjvmavvzdoXKWIhdZPaDjE/assets/images/optimized/rev-89839e1/luxurylodgesofaustralia.com.au/wp-content/themes/luxury-lodges/images/bcb8c4703eae71d5d05c0a6eec1f7daa.checkbox.svg") no-repeat center center;border:1px solid #000;}#g-form .ginput_container_checkbox input[type="checkbox"]:checked.nitro-lazy{background-image:none !important;}#g-form .gchoice .gform-field-label{font-family:"apparat-light",sans-serif;color:#333;font-size:16px;font-weight:400;}#g-form .ginput_recaptcha>div{margin:30px auto 30px;}#g-form .gform_footer{justify-content:center;}.gform_button{font-family:"apparat",sans-serif !important;}.gform-body input:focus,.gform-body textarea:focus{font-family:"apparat-light",sans-serif !important;}#g-form .gform_button{cursor:pointer;font-size:12px;font-weight:300;line-height:1;letter-spacing:.025em;padding:12px 20px;box-sizing:border-box;border:1px solid #897d75 !important;color:#897d75;background:#fff !important;border-radius:40px;}#g-form .gform_button:hover{background:#897d75 !important;border-color:#897d75;color:#fff;}#g-form .ginput_container_date .datepicker{flex:1;}#g-form .gfield_list_icons button{cursor:pointer;}#g-form .gfield_list_icons button.add_list_item{display:none;}#g-form .add_list_btn{cursor:pointer;white-space:nowrap;color:#333;font-family:"apparat-light",sans-serif;}#g-form .add_list_btn img{width:19px;margin-right:6px;position:relative;top:3px;}#g-form .gform_fileupload_rules{display:none;}#field_10_19 .gfield_checkbox{display:grid;grid-template-columns:repeat(3,1fr);}.booking-holder #g-form form ul li.input-holder{margin-bottom:32px !important;}.booking-holder #g-form form ul li.input-holder.form-captcha{margin-bottom:15px !important;}.booking-holder#spa-bookings #g-form .ginput_container > div{webkit-transform:scale(.7565);transform-origin:50% 50%;-webkit-transform-origin:50% 50%;transform:scale(.7565);}.gform_wrapper form ul{list-style:none;padding-left:0;margin:0;}.gform_wrapper form ul label,.gform_wrapper .top_label .gfield_label,.gform_wrapper legend.gfield_label,.gform_wrapper label.gfield_label,.gform_wrapper legend.gfield_label{margin:0 0 4px;display:block;font-size:19px;line-height:24px;color:#000;font-weight:300;width:100%;font-family:"apparat",sans-serif;}.gform_wrapper .input-holder .icon-calendar{width:auto;z-index:9;top:55%;}.ui-datepicker-trigger{display:none !important;}.gform_wrapper form input[type=text],.gform_wrapper form input[type=tel],.gform_wrapper form input[type=file],.gform_wrapper form input[type=email]{width:100%;height:50px;padding:0 40px 0 10px;font-size:19px;line-height:24px;color:#333;font-weight:300;border:none;border-radius:0;background:#f7f7f7;}.gform_wrapper form input[type=file]{line-height:50px;font-size:16px;}.subscribe-form ul li label{display:none !important;}.validation_error,.gfield_description.validation_message{top:64px;background:none !important;text-align:left;display:inline-block;color:red !important;font-size:14px !important;}body img.gform_ajax_spinner{position:absolute;top:0;right:0;}.gform_confirmation_message{font-size:19px;line-height:24px;}#g-form .gform_wrapper form ul li{margin-top:0;}.ginput_container.ginput_container_date{position:relative;}.ginput_container_date img{position:absolute;right:21px;top:16px;}#g-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){padding:0 40px 0 10px;margin-bottom:0;}#g-form .gform_wrapper .gform_footer{margin:0;padding:0;position:relative;}#g-form .gform_wrapper input,#g-form .gform_wrapper textarea{font-family:"apparat",sans-serif;border:0;background:#f7f7f7;}#g-form .gform_wrapper textarea{color:#333;}#g-form .gform_wrapper li.gfield.gfield_error,#g-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,#gform_wrapper_2.gform_wrapper li.gfield.gfield_error,#gform_wrapper_2.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,#gform_wrapper_5.gform_wrapper li.gfield.gfield_error,#gform_wrapper_5.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,#gform_wrapper_7.gform_wrapper li.gfield.gfield_error,#gform_wrapper_7.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{background-color:transparent;margin-bottom:0;border-top:0;border-bottom:0;padding-bottom:0;padding-top:0;box-sizing:unset;}#g-form  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,#g-form .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half,#g-form .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_full{margin-right:0;}#g-form .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_full{max-width:100% !important;}#g-form form ul li label{margin-top:0;}#g-form form ul li.gfield input,#g-form form ul li.gfield textarea,#g-form form ul li.gfield select{border:1px solid transparent;}#g-form form ul li.gfield.gfield_error input,#g-form form ul li.gfield.gfield_error textarea,#g-form form ul li.gfield.gfield_error select,#g-form li#field_1_10.gfield.gfield_error .jcf-list-box{border:1px solid rgba(255,223,224,.9);}.gform_wrapper form .gfield_required{color:#323f48;}.video-list-setion .bar-holder{margin-bottom:20px;}.video-list-setion .clear-btn{border-top:none;padding-top:0px;}.lodge-itineraries-section .clear-btn{border-top:none;padding-top:0px;margin-bottom:0;}.lodge-itineraries-section .map-list{margin-top:20px;}.video-list-setion .bar-holder .filter-by .jcf-list-content ul li:first-child{display:none;}.lodge-itineraries-section .bar-holder .filter-by .jcf-list-content ul li:first-child{display:none;}.video-list-setion .item{}.video-list-setion .item .wrap-text .text-holder{padding:30px 0 0;}.video-list-setion .card-list .wrap-text .text-holder h3{margin-bottom:0;}.video-list-setion .card-list .wrap-text .text-holder h3 a{font-family:"apparat-light",sans-serif;color:#51433a;font-weight:300;line-height:30px;font-size:22px;}.video-list-setion .card-list .wrap-text .text-holder .category-box .play-video{margin-left:5px;}.video-list-setion .item .img-holder{position:relative;}.video-library-overlay{background-image:url("https://cdn-ilefj.nitrocdn.com/aGVglXOXPpZjvmavvzdoXKWIhdZPaDjE/assets/images/optimized/rev-89839e1/luxurylodgesofaustralia.com.au/wp-content/themes/luxury-lodges/images/play-btn.svg");width:40px;height:40px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;text-align:center;background-repeat:no-repeat;}.video-library-overlay.nitro-lazy{background-image:none !important;}.video-library-overlay:hover{background-image:url("https://cdn-ilefj.nitrocdn.com/aGVglXOXPpZjvmavvzdoXKWIhdZPaDjE/assets/images/optimized/rev-89839e1/luxurylodgesofaustralia.com.au/wp-content/themes/luxury-lodges/images/play-btn-hover.svg");}.video-library-overlay:hover.nitro-lazy{background-image:none !important;}.video-list-setion .item .img-holder:hover .video-library-overlay{background-image:url("https://cdn-ilefj.nitrocdn.com/aGVglXOXPpZjvmavvzdoXKWIhdZPaDjE/assets/images/optimized/rev-89839e1/luxurylodgesofaustralia.com.au/wp-content/themes/luxury-lodges/images/play-btn-hover.svg");}.video-list-setion .item .img-holder:hover .video-library-overlay.nitro-lazy{background-image:none !important;}.leading-bg .bg-holder{position:absolute;left:0;right:0;top:-20px;z-index:-9;}.leading-bg .heading-intro-box .title .heading{color:#fff;}.thank-you-section{height:calc(100vh - 66px);margin-top:0;}.thank-you-section.leading-bg .bg-holder{top:0;bottom:0;}.thank-you-section.leading-bg .bg-holder .img{height:100%;width:100%;object-fit:cover;object-position:top;}.leading-section.thank-you-section .heading-intro-box{margin:0 !important;padding-top:130px;}.thank-you-section .heading-intro-box .desc-holder{justify-content:center;}.image-list .item .img-holder{height:145px;}.image-list .item .text-holder{padding-top:20px;}.image-list .item .text-holder h3{color:#000;}.image-list .item .text-holder a{font-size:13px;text-transform:uppercase;color:#897d75;font-family:"apparat",sans-serif;}.image-list .item .text-holder a .icon{display:inline-block;width:13px;height:13px;margin-right:5px;background:url("https://cdn-ilefj.nitrocdn.com/aGVglXOXPpZjvmavvzdoXKWIhdZPaDjE/assets/images/optimized/rev-89839e1/luxurylodgesofaustralia.com.au/wp-content/themes/luxury-lodges/images/f9b8cb794e00e939db3d65d3781fc033.download.svg") no-repeat center center;background-size:cover;}.image-list .item .text-holder a .icon.nitro-lazy{background-image:none !important;}.download-list .item:not(:last-child){margin-bottom:10px;}.download-list .item .file-info{display:flex;align-items:center;justify-content:space-between;}.download-list .item .file-info a{color:#807968;}.download-list .item .file-info .url-list a{font-size:16px;font-family:"apparat-light",sans-serif;}.heading-intro-box .banner-trade-links{display:flex;justify-content:center;justify-content:space-between;margin-top:40px;}.heading-intro-box .banner-trade-links a{display:block;padding:10px 22px;text-align:center;border-radius:40px;margin-right:20px;font-size:13px;line-height:1;text-transform:uppercase;}.heading-intro-box .banner-trade-links a:hover{background-color:#897d75;}.trade-content-blocks .container{position:relative;z-index:1;}.trade-content-blocks .block-intro{margin-bottom:50px;}.trade-content-blocks .block-intro h2{color:#897d75;font-size:40px;line-height:45px;font-family:"dearjoe6";margin-bottom:10px;}.trade-content-blocks .block-intro p{color:#000;font-size:16px;font-family:"apparat-light",sans-serif;font-weight:400;line-height:23px;margin-bottom:10px;}.trade-content-blocks .block-intro p a{color:#897d75;font-family:"apparat",sans-serif;}.block-wrapper .img-holder{position:relative;}.jw-lloa-overlay{position:absolute;height:100%;width:100%;bottom:0;display:flex;justify-content:center;align-items:center;}.img-holder .jw-lloa-overlay span{color:#fff;}.jw-lloa-overlay span{display:block;font-size:21px;line-height:26px;font-weight:400;text-align:center;padding:0 40px;text-transform:uppercase;letter-spacing:.025em;font-family:"apparat-light",sans-serif;}.block-wrapper .img-holder .jw-lloa-overlay img{width:160px;display:block;}.block-item{box-sizing:border-box;}.content-blocks{margin-top:50px;}.block-wrapper .text-content{margin-top:30px;margin-bottom:40px;}.block-wrapper .text-content p{color:#000;font-size:16px;font-family:"apparat-light",sans-serif;font-weight:400;line-height:23px;}.block-wrapper .text-content p a{color:#897d75;font-family:"apparat",sans-serif;}.trade-slider-holder .slick-list{overflow:unset;}.trade-slider-holder .slick-progress-wrapper .slick-progress{z-index:-1;}.trade-feature-blocks{background:#f0eeea;min-height:320px;}.trade-feature-blocks .lloa-block-row{min-height:320px;}.trade-feature-blocks .block-item{width:50%;}.trade-feature-blocks .block-item img{width:100%;display:block;}.trade-feature-blocks h2{font-size:30px;line-height:35px;color:#897d75;font-weight:300;margin-bottom:20px;letter-spacing:.025em;text-transform:uppercase;}.trade-feature-blocks .text-content p{color:#000;font-size:16px;font-family:"apparat-light",sans-serif;font-weight:400;line-height:23px;}.trade-feature-blocks .text-content p a{color:#897d75;font-family:"apparat",sans-serif;}.trade-feature-blocks a.btn-link{display:inline-block;padding:10px 22px;text-align:center;background-color:rgba(137,125,117,.4);border-radius:40px;color:#fff;margin-right:20px;font-size:13px;line-height:1;text-transform:uppercase;margin-top:25px;-webkit-transition:all .4s;transition:all .4s;}.trade-feature-blocks .text-content .btn{margin-top:25px;margin-bottom:0;}.trade-feature-blocks a.btn-link:hover{background-color:#897d75;}.trade-feature-blocks .block-item.txt{display:flex;flex-wrap:wrap;align-items:center;}.trade-feature-blocks .text-content{padding:0 50px;text-align:center;}.trade-feature-blocks .block-item{position:relative;width:50%;}.trade-feature-blocks .block-item .img-holder-fixed{}.trade-feature-blocks.feature-bg{position:relative;}.trade-feature-blocks.feature-bg::before{content:"";background-size:contain;width:100%;height:360px;position:absolute;background-repeat:no-repeat;bottom:0;background-position:-350px;}@media (min-width: 601px){.subpage-nav-holder .subpage-main-nav-bar .item a br{display:none;}.subpage-nav-holder .subpage-main-nav-bar .item.item-special a br{display:block;}.lloa-block-row{display:flex;flex-wrap:wrap;}.trade-feature-blocks .block-item{width:42%;}.content-blocks{margin-top:80px;}.trade-content-blocks .block-intro h2{font-size:50px;line-height:55px;margin-bottom:35px;}.trade-content-blocks .block-intro{max-width:583px;}.trade-feature-blocks .block-item .img-holder-fixed{position:absolute;width:166%;bottom:-36px;}.trade-feature-blocks .text-content{padding:0;}}@media (min-width: 768px){.trade-feature-blocks .text-content{padding:0;}.trade-feature-blocks .block-item .img-holder-fixed{position:absolute;width:166%;bottom:-36px;}.trade-content-blocks .block-intro h2{font-size:50px;line-height:55px;margin-bottom:35px;}.trade-feature-blocks .block-item .img-holder-fixed{position:absolute;width:166%;bottom:-36px;}.trade-feature-blocks .block-item{width:42%;}.trade-feature-blocks .block-item.txt{width:58%;}}@media (min-width: 901px){.trade-feature-blocks .block-item .img-holder-fixed{position:absolute;bottom:0px;width:90%;}#trade-feature-blocks-6.trade-feature-blocks .block-item .img-holder-fixed{bottom:0;width:87%;}}@media (min-width: 992px){.trade-feature-blocks .block-item .img-holder-fixed{position:absolute;bottom:35px;width:90%;}#trade-feature-blocks-6.trade-feature-blocks .block-item .img-holder-fixed{bottom:0;width:87%;}}@media (min-width:1025px){.trade-feature-blocks .block-item.txt,.trade-feature-blocks .block-item{width:50%;}.trade-feature-blocks .block-item.txt{justify-content:center;}.heading-intro-box .banner-trade-links a:last-of-type{margin-right:0;}.lloa-block-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;}.block-item{width:25%;padding-left:15px;padding-right:15px;}.trade-feature-blocks .block-item.txt,.trade-feature-blocks .block-item{width:50%;}.trade-feature-blocks .block-item .img-holder-fixed{width:110%;}}@media (min-width:1200px){.trade-feature-blocks .block-item .img-holder-fixed{width:97%;}}@media (min-width:1246px){.trade-feature-blocks .block-item .img-holder-fixed{width:90%;}}@media (max-width: 1024px){.trade-feature-blocks .block-item .img-holder-fixed{bottom:-30px;width:174%;}.trade-feature-blocks .text-content{text-align:left;}.block-item{padding-right:30px;}.trade-feature-blocks#trade-feature-blocks-6 .block-item .img-holder-fixed{bottom:0;left:unset;right:60px;width:131%;}.trade-feature-blocks .container{}}@media (max-width: 600px){.trade-feature-blocks{margin-bottom:70px;}.careers-list .accordion-holder .opener .heading{flex-wrap:wrap;}.trade-feature-blocks .text-content{padding:45px 0 0;}.trade-feature-blocks .block-item{width:100%;padding-right:0;}.block-img-wrapper{position:absolute;bottom:-35px;}.trade-feature-blocks .block-item .img-holder-fixed{width:130%;}.trade-feature-blocks#trade-feature-blocks-6 .block-item .img-holder-fixed{width:120%;padding-top:25px;}.trade-feature-blocks#trade-feature-blocks-6 .lloa-block-row{display:flex;flex-wrap:wrap;flex-direction:column;}#trade-feature-blocks-6 .block-item.block-img-wrapper{order:2;bottom:0;}}@media (min-width:1000px){#g-form .gfield_list_group{position:relative;}#g-form .gfield_list_icons{position:absolute;right:-40px;top:15px;}#g-form .gfield_list_header .gfield_header_item--icons{display:none;}}@media (max-width:1200px){.sub-nav-section .btn-holder{position:absolute;right:30px;top:12px;}.sub-nav-section{border-bottom:1px solid #ddd;overflow:hidden;}.subpage-nav-holder{flex-direction:column;justify-content:normal;align-items:normal;}.subpage-nav-holder .subpage-main-nav-bar{margin-bottom:15px;}.sub-nav-section>.container{padding-right:0;}.subpage-nav-holder .subpage-main-nav-bar .item{border-right:none;}.subpage-nav-holder{position:relative;}.subpage-nav-holder .subpage-nav-bar{width:unset;max-width:100%;padding-top:10px;position:relative;}.subpage-nav-holder .subpage-nav-bar:before{display:block;content:"";height:1px;border-top:1px solid #ddd;position:absolute;top:0;width:calc(100% + 40px);left:-30px;right:-30px;}.subpage-nav-holder .subpage-nav-bar .subpage-nav .slick-slide a{padding-left:0;padding-right:20px;}.subpage-nav-holder .subpage-nav-bar .subpage-nav>.item:first-child>a{padding-left:0;}.subpage-nav-holder .subpage-nav-bar .subpage-nav>.item>a{padding-left:0;}.subpage-nav-holder .subpage-nav-bar .subpage-nav .slick-slide:first-child a{padding-left:0;}.subpage-nav-holder .subpage-nav-bar .subpage-nav .item.active a:after{left:0;right:20px;height:1px;}.inclusions-slider.slick-slider{}.subpage-map-section .content-box .content p{font-size:16px;line-height:23px;display:inline;}.subpage-map-section .content-box .content .link-arrow img{width:16px;vertical-align:middle;}.subpage-map-section .map-holder .text-box .default-text.content-box{top:0;pointer-events:none;}.subpage-map-section .map-holder .text-box .content-box .content-box-inner{height:100%;display:flex;flex-direction:column;justify-content:space-between;}.lodges-list-setion .map-holder{position:relative;min-height:715px;}.lodges-list-setion .map-holder .text-box{width:380px;position:absolute;left:0;top:30px;bottom:15px;}.lodges-list-setion.how-big-map-section .map-holder .text-box{display:flex;flex-direction:column;justify-content:flex-end;}.lodges-list-setion .map-holder .text-box .default-text{position:absolute;left:0;bottom:50px;}.lodges-list-setion.our-seasons-section .map-holder .text-box .default-text{bottom:-30px;}.lodges-list-setion .map-holder .text-box .text-link{margin-top:0;}.lodges-list-setion .map-holder .text-box .text-link img{width:18px;}.lodges-list-setion .map-holder .map-box{max-width:900px;}.spotlight-section .wrap-text{max-width:600px;padding-right:30px;}.spotlight-section .wrap-text .content-holder{padding-bottom:50px;}.spotlight-section .image-holder{max-height:unset;}.spotlight-section .image-holder img{height:100%;object-fit:cover;}.spotlight-section .spotlight-holder .item .item-holder .item-left{max-width:100%;}.image-card .text-caption{padding-bottom:50px;}.image-card .text-caption{padding-bottom:50px;}.image-card .text-caption.pos-top-left{top:-550px;}.image-card .text-caption.pos-top-right{top:-550px;}.three-col{column-gap:30px;row-gap:30px;}.experiences-list-secondary{column-gap:30px;row-gap:30px;}.ranges-list-section .inner-box{padding-bottom:15px;}}@media (max-width:1024px){.block-item{padding-right:20px;}.heading-intro-box .banner-trade-links{justify-content:center;flex-wrap:wrap;}.heading-intro-box .banner-trade-links a{margin:0 10px 20px;}.spotlight-section .wrap-text{max-width:470px;}.getting-here-holder{min-height:770px;}.getting-here-section>.container{padding:0;}.getting-here-section .by-box{left:0;top:100px;max-width:410px;padding:40px 30px;}.getting-here-section .map-box{max-width:100%;}.sub-nav-section{border-bottom:1px solid #ddd;}.seasons-section .slick-slider{margin-left:unset;}.video-section .container .inner-box .btn-holder{bottom:40px;}}@media (max-width:900px){.ranges-list-slider.slick-slider{margin-left:-20px;margin-right:-20px;}.news-offers-section.pb-130{padding-bottom:70px;}.lodges-list-setion .map-holder{min-height:610px;}.sub-nav-section .btn-holder{right:20px;}.experiences-card .one-column .text-caption{top:unset;}.lodges-list-setion .map-holder .text-box{top:20px;}.lodges-list-setion .map-holder .text-box .default-text{width:320px;}.three-col{column-gap:20px;row-gap:20px;}.experiences-list-secondary{column-gap:20px;row-gap:20px;}.getting-here-section .by-box{position:unset;max-width:100%;}.getting-here-section .map-box .map-inner{width:700px;padding:30px 0;}.getting-here-section .map-box{position:unset;width:100%;padding:30px 0;}.img-slider-box .item .img-holder img{border-radius:unset;}.img-slider-box{margin:0 -20px;}.image-card-quote-section .img-holder{display:none;}.image-card-quote-section .image-card .text-caption{position:unset;color:#897d75;padding-bottom:0;}.image-card-quote-section .text-caption .desc{border-left:1px solid #897d75;padding-left:20px;}.spotlight-section .image-holder{height:100%;}.trade-slider.slick-slider{margin-left:0px;}}@media (max-width:1200px){#field_10_19 .gfield_checkbox{grid-template-columns:repeat(2,1fr);}.spotlight-section .content-box{width:100%;}.spotlight-section .wrap-text{max-width:100%;padding-right:0;}.spotlight-section .img-box{width:240px;height:240px;border-radius:50%;overflow:hidden;position:absolute;top:0px;right:25px;}.spotlight-section .image-holder img{height:unset;}}@media (max-width:900px){.lodege-experiences .heading-intro-box .title .heading br{display:none;}}@media (max-width:768px){.lodege-experiences .heading-intro-box .title .heading{margin-bottom:0;}.lodege-experiences .heading-intro-box.section-heading .title{}.getting-here-section .by-box{left:0;top:70px;padding:40px 20px;}.getting-here-section .map-box{}.image-card .text-caption{padding-bottom:40px;}.image-section .img-box img{height:530px;}.image-card-section .img-holder{height:530px;}}@media (min-width:601px) and (max-width:900px){.trade-feature-blocks .lloa-block-row{min-height:340px;}.editorial-section .slick-dots{}.video-section .video-container{height:770px;}.heading-intro-box .desc-holder .desc-category{max-width:480px;}.img-slider-box{}.editorial-section .content-box{}.lodege-experiences .heading-intro-box.section-heading .title{max-width:100%;}.lodege-experiences .heading-intro-box.section-heading .title .heading strong{display:block;}.lodege-experiences{padding-bottom:100px;}.lodege-experiences .heading-intro-box.section-heading .btn-holder{position:absolute;left:20px;bottom:30px;width:unset;}.lodege-experiences .heading-intro-box .title .heading{white-space:normal;}.heading-intro-box .desc-holder{padding-top:0;}}@media (min-width:700px) and (max-width:900px){.getting-here-section .map-box{display:flex;justify-content:center;}}.lodges-list-setion.subpage-map-section .map-holder .text-box .content-box-mobile{display:none;}@media (max-width:600px){.lodege-experiences .heading-intro-box .title .heading br{display:none;}.lodege-experiences .heading-intro-box.section-heading .title{max-width:100%;}#field_10_19 .gfield_checkbox{grid-template-columns:repeat(1,1fr);}.heading-intro-box .banner-trade-links a{width:33.33%;}.social-list-section .list-holder .list-item{flex-direction:column;align-items:normal;}.social-list-section .list-holder .list-item h3.title{margin-bottom:10px;}.news-offers-section.pb-130{padding-bottom:50px;}.lodege-experiences .heading-intro-box .filter-bar{margin-top:30px;}.image-card-quote-section .text-caption .desc{border-left:1px solid #897d75;padding-left:20px;}.image-card-quote-section{margin-bottom:45px;}.subpage-nav-holder .subpage-main-nav-bar{margin-bottom:8px;}.sub-nav-section .btn-holder{top:8px;right:15px;}.subpage-nav-holder{padding:10px 0 8px;}.experiences-card .text-caption{padding:40px;}.subpage-nav-holder{}.lodges-list-setion .map-holder{min-height:700px;}.lodges-list-setion.how-big-map-section .map-holder{min-height:unset;}.lodges-list-setion .map-holder .map-box .map-inner{width:800px;}.lodges-list-setion.how-big-map-section .map-holder .map-box .map-inner{width:100%;}.lodges-list-setion .map-holder .map-box{max-width:100%;margin-left:-20px;margin-right:-20px;overflow-x:auto;}.lodges-list-setion .map-holder .text-box .default-text{display:none;}.lodges-list-setion .map-holder .text-box{left:50%;transform:translateX(-50%);}.lodges-list-setion.subpage-map-section .map-holder .text-box{width:100%;position:unset;transform:unset;}.lodges-list-setion.subpage-map-section .map-holder .text-box .content-box-mobile{display:block;pointer-events:auto;}.video-section .video-container{height:530px;}.lodges-list-setion .bar-holder .filter-by .filter-form{padding-right:0;}.lodege-experiences .heading-intro-box.section-heading .btn-holder{position:absolute;left:20px;bottom:30px;width:unset;}.lodege-experiences{padding-bottom:100px;}.editorial-section{padding-top:0;}.content-box .slick-slider .slick-dots{width:100%;}.spotlight-section .wrap-text{}.spotlight-section .img-box{right:unset;left:50%;transform:translateX(-50%);top:0px;}.spotlight-section .wrap-text .heading{font-size:12px;text-align:center;margin-bottom:10px;left:50%;transform:translateX(-50%);top:290px;}.spotlight-section .wrap-text .name{font-size:40px;line-height:46px;margin-bottom:30px;text-align:center;padding-top:230px;}.leading-section .heading-intro-box.heading-intro-category{margin:30px 0 20px;}.heading-intro-box .desc-holder{padding-top:0;}.heading-intro-box .link-box{display:none;}.image-card-quote-section .img-holder{display:none;}.image-card-quote-section .image-card .text-caption{position:unset;color:#897d75;padding-bottom:0;}.image-card-section .image-card .title+.desc{display:none;}.video-section .container .inner-box .btn-holder .btn{display:none;}.experiences-card .text-caption .title h2{font-size:30px;line-height:30px;}.experiences-card .text-caption>div{display:none;}.experiences-card .text-caption>div.title{display:block;}.experiences-card .text-caption .title h2{margin-bottom:0;}.leading-section.detail-leading .heading-intro-box{margin:30px 0 25px;}.image-section .img-box img.img-device{height:unset;}.leading-section.thank-you-section .heading-intro-box{margin:0 !important;padding-top:70px;}.jw-lloa-overlay span{padding:0 70px;}}@media (max-width:430px){.heading-intro-box .banner-trade-links a{width:40%;}}@media (min-width:768px) and (max-width:1024px){.experiences-list-setion .experiences-card .img-holder{height:790px;}}@media (max-width:670px){.subpage-map-section.how-big-map-section .tab-bar{z-index:9;}.subpage-map-section.how-big-map-section .tab-bar ul{border:none;border-radius:unset;background:none;padding:0 20px;justify-content:space-between;}.subpage-map-section.how-big-map-section .tab-bar ul li{background:#fff;min-width:55px;width:55px;height:55px;border-radius:50%;border-right:none;display:flex;justify-content:center;align-items:center;white-space:unset;font-size:10px;}.lodges-list-setion.how-big-map-section .map-holder .map-box{padding:0 20px;margin-top:100px;}}@media (max-width:630px){.lodges-list-setion.subpage-map-section .map-holder{padding-top:0;margin-top:100px;}.lodges-list-setion.how-big-map-section .map-holder{margin-top:0;}.subpage-map-section .tab-bar{top:20px;width:100%;}.subpage-map-section .tab-bar.seasons-bar ul li:after{content:" " attr(data-season) " ";}.subpage-map-section .tab-bar.seasons-bar ul{border:none;border-radius:unset;background:none;padding:0 20px;justify-content:space-between;}.subpage-map-section .tab-bar.seasons-bar ul li{background:#fff;min-width:70px;width:70px;height:70px;border-radius:50%;border-right:none;display:flex;justify-content:center;align-items:center;}}@media (max-width:641px){.contact-form .jcf-select .jcf-select-text span{height:48px;line-height:2;}}@media (max-width:600px){.subpage-nav-holder .subpage-main-nav-bar{position:relative;height:38px;}.subpage-nav-holder .subpage-main-nav-bar .item{position:absolute;width:100%;top:50%;transform:translateY(-50%);}.subpage-nav-holder .subpage-main-nav-bar .item a{line-height:18px;width:calc(100% - 180px);white-space:normal;}.ranges-list-section .ranges-list.ranges-list-slider .slick-slide{margin:0 5px;}.ranges-list-section .card-list .wrap-text{padding:0;}.lodges-list-setion.how-big-map-section .map-holder .text-box{display:none;}.ranges-list-section .ranges-list .slick-slide{margin:0;}.accordion-holder .title a{font-size:16px;line-height:23px;}.img-slider-box{margin:0 -20px 30px;}.img-slider-box .item .img-holder img{border-radius:unset;}.slick-dots{bottom:30px;}.lodges-list-setion .bar-holder .nav-bar{position:relative;}.lodges-list-setion .bar-holder .nav-bar .nav-map{margin-right:15px;}.lodges-list-setion .bar-holder .nav-bar img{width:30px;}.jcf-select{min-width:50px;}.card-list .wrap-text .text-holder{padding:20px 0;}.card-list .wrap-text .text-holder .category-box{line-height:18px;}.card-list .wrap-text .text-holder h3{margin-bottom:20px;}.news-offers-section .slide-item .text-holder{background:unset;}.image-card .text-caption{padding-bottom:40px;}.image-card .text-caption.pos-top-left{top:-730px;}.image-card .text-caption.pos-top-right{top:-730px;}.image-card .text-caption .title h2{margin-bottom:0;}.getting-here-section .map-box .map-inner{width:100%;padding:0;}}@media (max-width:380px){.subpage-map-section.how-big-map-section .tab-bar ul li{min-width:unset;width:50px;height:50px;font-size:9px;}}@media (min-width:601px){.social-list-section .list-holder .list-item .social-icon .item{margin-right:10px;}.editorial-section .content-box h2{font-size:30px;line-height:37px;}.image-card .text-caption .desc p{font-weight:400;}.experiences-list-secondary{grid-template-columns:1fr 1fr;}.experiences-list-secondary-setion{padding:30px 0 60px;}.experiences-card .text-caption .desc p{font-weight:400;}.ranges-list-section .ranges-list{grid-template-columns:1fr 1fr;column-gap:30px;row-gap:30px;}.lodges-list-setion .lodges-list{grid-template-columns:1fr 1fr;row-gap:30px;column-gap:20px;}.three-col{grid-template-columns:1fr 1fr;}.image-section .img-box img{height:770px;}.image-section.detail-image-section .img-box img{height:600px;}.inclusions-section h2{font-size:36px;}}@media (min-width:768px){.five-col{grid-template-columns:repeat(2,1fr);}}@media (min-width:901px){.editorial-section .img-slider-box .slick-dots{width:570px;right:0;}.editorial-section .img-slider-box .item .img-holder{max-width:570px;margin:0;transform:rotate(180deg);}.editorial-section .img-slider-box .item .img-holder .img{max-width:570px;transform:rotate(180deg);}.editorial-section.row-reverse .img-slider-box .slick-dots{width:795px;right:unset;}.editorial-section.row-reverse .img-slider-box .item .img-holder{max-width:795px;margin:0;transform:unset;}.editorial-section.row-reverse .img-slider-box .item .img-holder .img{max-width:795px;transform:unset;}.getting-here-section .map-box{top:50%;transform:translateY(-50%);}.subpage-accordion-section .content-box{max-width:380px;}.experiences-list-secondary .item .wrap-text .img-holder{}.lodges-list-setion .lodges-list{grid-template-columns:1fr 1fr 1fr;column-gap:30px;}.img-slider-box .item .img-holder{max-width:577px;}.row-reverse .img-slider-box{max-width:657px;}.editorial-section .inner-box>.row{align-items:center;}.lodege-experiences .heading-intro-box .title .heading{margin-bottom:0;}.leading-section .heading-intro-box.heading-intro-category{}.ranges-list-section .ranges-list{grid-template-columns:1fr 1fr;column-gap:40px;row-gap:60px;}.other-experience-slider-section{padding:80px 0;}.other-section{padding:80px 0;}.leading-section .heading-intro-box{margin:40px 0;}.leading-section.leading-contact-section .heading-intro-box{margin:100px 0;}.experiences-list-secondary{grid-template-columns:1fr 1fr 1fr;}.experiences-list-secondary-setion{padding:30px 0 60px;}.three-col{grid-template-columns:1fr 1fr 1fr;}.five-col{grid-template-columns:repeat(3,1fr);}.experiences-list .two-column{grid-column:span 1;}}@media (min-width:1024px){.trade-content-blocks .block-intro{text-align:center;margin-left:auto;margin-right:auto;}.spotlight-section .image-holder img{max-width:490px;}.spotlight-section .image-holder{padding-left:0;}.content-box .slick-slider{margin-left:unset;margin-right:unset;}.experiences-list-setion .experiences-card .img-holder{height:700px;}.slider-section{padding:80px 0;}.news-offers-list-setion .show-more{margin-top:70px;}.spotlight-section .image-holder{margin-bottom:0;}.spotlight-section .wrap-text{}.show-more{margin-bottom:65px;}.leading-section .heading-intro-box.heading-intro-category{margin:40px 0 40px;}.sub-nav-section nav ul li:first-child{padding-left:0;}.editorial-section .content-box{padding:0 60px;}}@media (min-width:901px) and (max-width:1200px){.spotlight-section .spotlight-holder .item .item-holder .item-left{padding-right:30px;}.spotlight-section .wrap-text .content-holder{column-count:2;column-gap:40px;}.spotlight-section .spotlight-holder{margin-right:-30px;}.experiences-list{grid-gap:30px;}.img-slider-box{padding-right:30px;}.editorial-section .content-box{width:460px;margin:0 auto;padding:0;}.editorial-section.row-reverse .content-box{width:500px;}.getting-here-section .by-box{box-shadow:0 5px 10px #ddd;}.getting-here-section .map-box{width:100%;}.getting-here-holder.align-right .map-box{max-width:100%;width:100%;display:flex;justify-content:flex-end;}.getting-here-holder.align-left .map-box{max-width:100%;width:100%;display:flex;justify-content:flex-start;}.getting-here-holder.align-left .by-box{right:0;left:unset;}.image-card-section .img-holder{height:600px;}}@media (min-width:1024px) and (max-width:1200px){.spotlight-holder .img-box{flex:1;}.spotlight-section .image-holder img{max-width:100%;}}.leading-section .heading-intro-box .title .heading br{display:none;}@media (min-width:1201px){.heading-intro-box.section-heading .title.title-special .heading .name{display:block;}.card-list .wrap-text .text-holder .category-box .title.title-special{display:block;}.subpage-nav-holder .subpage-main-nav-bar .item.item-special a{line-height:1.4;}.seasons-section .heading-intro-box.section-heading .title .heading.heading-sepcial strong{display:block;}.news-slider-section .heading-intro-box.section-heading .title .heading.heading-sepcial strong{display:block;}.leading-section .heading-intro-box .title .heading br{display:block;}.video-list-setion .item .img-holder{height:280px;}.jw-lloa-overlay span{padding:0 70px;}.trade-feature-blocks .text-content p{line-height:23px;font-weight:300;}.trade-content-blocks .block-intro p{line-height:23px;font-weight:300;}.trade-feature-blocks h2{font-weight:400;}.block-wrapper .text-content p{font-weight:300;font-size:16px;line-height:23px;}#g-form .ginput_recaptcha>div{margin:50px auto 30px;}.spotlight-section:before{top:0;}.map-list-section .card-list .wrap-text .text-holder .desc p{font-weight:300;}.editorial-section .content-box p{font-weight:300;}.editorial-section .content-box p a{font-weight:300;}.getting-here-section .map-box .map-inner{padding-left:60px;}.ranges-list-section .slick-progress-wrapper{display:block;}.lodges-sub-category .leading-section .heading-intro-box.heading-intro-category{margin:40px 0;}.lodges-list-setion .map-holder .text-box p{font-size:30px;line-height:37px;}.subpage-map-section .content-box .content p{font-size:25px;line-height:32px;}.subpage-accordion-section{padding-bottom:65px;}.slider-section{padding:100px 0;}.spotlight-section .spotlight-holder .item .item-holder .item-left{padding-top:135px;padding-right:30px;}.spotlight-section .wrap-text .heading{top:90px;}.spotlight-section .image-holder{padding-left:40px;}.spotlight-section .image-holder img{max-width:615px;}.video-section{margin-bottom:65px;}.editorial-section .content-box{padding:0 70px 0 100px;}.editorial-section.row-reverse .content-box{padding:0 100px 0 0;}.img-slider-box{margin:0 40px 0 35px;}.row-reverse .img-slider-box{margin:0 0 0 30px;}.ranges-list-section .ranges-list{grid-template-columns:1fr 1fr 1fr;column-gap:40px;row-gap:60px;}.other-experience-slider-section{padding:80px 0 120px;}.other-section{padding:80px 0 120px;}.experiences-list-secondary{grid-template-columns:1fr 1fr 1fr;column-gap:40px;row-gap:40px;}.experiences-list-secondary-setion{padding:30px 0 90px;}.three-col{grid-template-columns:1fr 1fr 1fr;column-gap:40px;row-gap:40px;}.five-col{grid-template-columns:repeat(4,1fr);column-gap:30px;row-gap:30px;}.image-list .item .text-holder h3{max-width:240px;}.lodges-list-setion{margin-bottom:90px;}.lodges-list-setion .lodges-list{column-gap:40px;row-gap:70px;}.lodges-list-setion .map-holder{display:flex;padding:75px 0;}.lodges-list-setion.how-big-map-section .map-holder{padding:60px 0;}.lodges-list-setion .map-holder .text-box{width:416px;}.lodges-list-setion.lodges-map-section .map-holder .text-box{width:380px;}.experiences-list-setion{padding:0px 0 130px;}.detail-section .main-content p{font-weight:300;}.accordion-holder .slide ul,.accordion-holder .slide ol{font-weight:300;}.accordion-holder .slide p{font-weight:300;}.inclusions-section >.container{padding:0;max-width:unset;}.inclusions-section >.container >.inner-box{max-width:unset;}.seasons-section .item .text-holder .desc p{font-weight:300;}.detail-section .main-content ul li,.detail-section .main-content ol li{font-weight:300;}.our-seasons-section .seasons-list .lodge-text .lodge-item .img-holder{max-height:350px;}}@media (min-width:1201px)and (max-width:1920px){.inclusions-slider.center-slider .slick-track{transform:unset !important;justify-content:center;}}@media (min-width:1440px){.experiences-list-secondary .item .wrap-text .img-holder{height:415px;}.five-col{grid-template-columns:repeat(5,1fr);}}@media (min-width:1500px){.row-reverse .img-slider-box{width:795px;max-width:795px;}.img-slider-box>.slick-list{max-width:657px;}}@media (min-width:1700px){.editorial-section.row-reverse .img-slider-box>.slick-list{max-width:795px;}}
.accordion-holder .open-close .slide .slide-content-group + .sub-accordion-holder{
	margin-top: 30px;	
}

.accordion-holder .open-close .slide .slide-content-group{
	display: flex;
	
}

.accordion-holder .open-close .slide .slide-content-group .slide-content{
	max-width: 100%;
}

.accordion-holder .open-close .slide .slide-content-group .slide-logo{
	flex: 1;
    display: flex;
    justify-content: flex-end;
}

.accordion-holder .open-close .slide .slide-content-group .slide-logo img{
	width: 100%;
	max-width: 100%;
	max-height: 200px;
}

.accordion-holder .open-close .slide .slide-content-group .slide-logo img.great-golf-courses-of-australia,
.accordion-holder .open-close .slide .slide-content-group .slide-logo img.australian-wildlife-journeys{
	max-height: 180px;
}


@media (max-width: 600px){
	.accordion-holder .open-close .slide .slide-content-group{
		flex-direction: column-reverse;
	}
	.accordion-holder .open-close .slide .slide-content-group .slide-logo{
		justify-content: flex-start;
		margin-bottom: 20px;
	}
}


@media (min-width: 601px) and (max-width: 1200px){
	.accordion-holder .open-close .slide .slide-content-group .slide-content{
		width: calc(100% - 240px);
		max-width: 450px;
	}
}

@media (min-width: 1201px){
	.accordion-holder .open-close .slide .slide-content-group .slide-content{
		width: calc(100% - 240px);
		max-width: 500px;
	}
}


@media (max-width:1024px){
	
}

@media (max-width:768px){
	
}

@media (max-width:600px){

}

@media (min-width: 430px) and (max-width:768px){
	
}

@media (min-width:1024px){
	
}

@media (min-width: 1280px){
	
}body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #0a0a0a;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .97;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
    /*border-radius: 30px;*/
    overflow: hidden
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-button--thumbs, .fancybox-button--play, .fancybox-button--zoom {
  // display: none;
}

.fancybox-button--close {
  @include media(">=widescreen") {
    width: 100px;
    height: 100px;
    padding: 30px;
  }
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 100px;
}

.fancybox-navigation {
  .fancybox-button {
    background-color: transparent;

    &:hover {
      opacity: 0.5;
    }

    div {
      padding: 7px;
      background-image: url(../images/prev-ico.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
    
      svg {
        display: none;
      }
    }

    &.fancybox-button--arrow_right {
      div {
        background-image: url(../images/next-ico.svg);
      }
    }
  }
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 0 31px 6px;

  @include media(">=widescreen") {
    padding: 31px 0 31px 60px;
  }
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 0;
  right: 0;
  right: env(safe-area-inset-right);

  @include media(">=widescreen") {
    padding: 31px 60px 31px 0;
  }
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top,
      rgba(0, 0, 0, .85) 0%,
      rgba(0, 0, 0, .3) 50%,
      rgba(0, 0, 0, .15) 65%,
      rgba(0, 0, 0, .075) 75.5%,
      rgba(0, 0, 0, .037) 82.85%,
      rgba(0, 0, 0, .019) 88%,
      rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
      padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
      transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
      padding-left: 6px;
      padding-right: 6px;
  }

  .fancybox-slide--image {
      padding: 6px 0;
  }

  .fancybox-close-small {
      right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
      background: #4e4e4e;
      color: #f2f4f6;
      height: 36px;
      opacity: 1;
      padding: 6px;
      right: 0;
      top: 0;
      width: 36px;
  }

  .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
  }

  @supports (padding: max(0px)) {
      .fancybox-caption {
          padding-left: max(12px, env(safe-area-inset-left));
          padding-right: max(12px, env(safe-area-inset-right));
      }
  }
}
/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
      width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
      right: 110px;
  }

  .fancybox-thumbs__list a {
      max-width: calc(100% - 10px);
  }
}
@media (min-width: 1440px) {
	.fancybox-button--close {
        width:100px;
        height: 100px;
        padding: 30px
    }

    .fancybox-navigation .fancybox-button--arrow_left {
        padding: 31px 0 31px 60px
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        padding: 31px 60px 31px 0
    }
}    