
* {
    box-sizing: border-box;
}

html {
    color: #5F5E5E;
    font-size: 1.1em;
    line-height: 1.5;
    background-color: #f5f3ec !important;
}

body {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    font-family: 'proxima_nova_rgregular', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

p strong em {
    color: #856D47;
    font-style: normal;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f3ec;
    z-index: 99999;
}


.covban {
    display: flex;
    padding: 6px 42%;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    background-color: white;
}

.alignit {
    float: right;
    margin-right: -17px;
}

.sepborder-right {
    border-right: 1px solid white;
}

.galleryrr {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 5vw);
    grid-gap: 15px;
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery__item--2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery__item--3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
}

.gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 6;
}

.gallery__item--5 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;
}

.gallery__item--6 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 10;
}

.gallery__item--7 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 6;
    grid-row-end: 9;
}

.gallery__item--8 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
}

.gallery__item--9 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 9;
    grid-row-end: 10;
}

.gallery__item--10 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 9;
    grid-row-end: 10;
}


/* Barba reset */
.barba-container {
    opacity: 1 !important
}

/* Layout Helpers */
.upper {
    text-transform: uppercase;
}

.w100 {
    width: 100%
}

.w40 {
    width: 40%
}

.relative {
    position: relative;
}

.z-1 {
    z-index: 1
}

.container {
    width: 100%;
    padding: 0 80px;
}

.container-left {
    width: 100%;
    padding: 0 0 0 80px;
}

.container-right {
    width: 100%;
    padding: 0 80px 0 0;
}

.container-right-acc {
    width: 100%;
    padding: 0 80px 0 0;
}

.container-left-half {
    padding-left: 40px;
}

.container-right-half {
    padding-right: 40px;
}

.inner { /* max-width: 1400px; */
    margin: 0 auto; /*width: 86vw;*/
}

.inner-lg {
    max-width: 1400px;
    margin: 0 auto;
}

.inner-sm {
    max-width: 740px;
    margin: 0 auto;
}

.inner-half {
    width: 42vw;
}

.inner-half-2 {
    width: calc(43vw - 80px);
}

.list-unstyled {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

    .list-unstyled li {
        margin: 7px 0;
        line-height: 1.2;
    }

.float-right {
    float: right;
}

.text-right {
    text-align: right;
}

.p-fix {
    padding-top: 1px;
    padding-bottom: 1px
}

.padding {
    padding: 80px;
}

.padding-0 {
    padding: 0 !important;
}

.padding-right {
    padding-right: 80px;
}

.padding-left {
    padding-left: 80px;
}

.padding-right-half {
    padding-right: 40px !important
}

.padding-left-half {
    padding-left: 40px !important
}

.padding-top {
    padding-top: 80px;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-sm, .padding-top-half {
    padding-top: 40px;
}

.padding-top-quarter {
    padding-top: 20px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-sm, .padding-bottom-half {
    padding-bottom: 40px;
}

.padding-top-fix {
    padding-top: 1px;
}

.padding-bottom-fix {
    padding-bottom: 1px;
}

.margin {
    margin: 80px;
}

.margin-half {
    margin: 40px;
}

.margin-top {
    margin-top: 80px;
}

.margin-top-sm, .margin-top-half {
    margin-top: 40px;
}

.margin-bottom-sm, .margin-bottom-half {
    margin-bottom: 40px;
}

.margin-left {
    margin-left: 80px;
}

.margin-right {
    margin-right: 80px;
}

.margin-left-half {
    margin-left: 40px;
}

.margin-right-half {
    margin-right: 40px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-minus-top {
    margin-top: -80px;
}

.containerX2 {
    padding: 0 120px;
}

.overflow-hidden {
    overflow: hidden;
}

.max-width-10 {
    max-width: 10%
}

.max-width-20 {
    max-width: 20%
}

.max-width-30 {
    max-width: 30%
}

.max-width-40 {
    max-width: 40%
}

.max-width-50 {
    max-width: 50%
}

.max-width-60 {
    max-width: 60%
}

.max-width-70 {
    max-width: 70%
}

.max-width-80 {
    max-width: 80%
}

.max-width-90 {
    max-width: 90%
}

.max-width-small {
    max-width: 570px
}

.max-width-xs {
    max-width: 490px
}

.max-width-md {
    max-width: 640px
}

.margin-auto {
    margin: 0 auto;
}

.min-height-60vh {
    min-height: 60vh;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.align-center {
    align-items: center;
}

.align-bottom {
    align-items: flex-end;
}

.align-self-center {
    align-self: center;
}

.align-self-end {
    align-self: flex-end;
}

.text-center {
    text-align: center;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.flex-5 {
    flex: 5;
}

.flex-6 {
    flex: 6;
}


.flex-1-overlap {
    width: calc(50% + 30px);
}

.bg-white {
    background-color: #f5f3ec;
}

.h100 {
    height: 100vh
}

.h100p {
    height: 100%;
}

.position-sticky {
    position: sticky;
    top: 0;
}

.top-60 {
    top: 60px
}

.background-cover, .cover {
    background-size: cover;
}

.row.gutters {
    margin-left: -60px;
}

    .row.gutters .col {
        padding-left: 60px;
    }

.overflow-y-scroll {
    overflow-y: scroll;
}

h1 {
    font-size: 50px;
    line-height: 50px;
    color: #856D47;
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px 0;
    font-family: 'proxima_nova_cn_rgregular';
    letter-spacing: 0.6px;
}



h2 {
    font-family: 'Rufina', serif;
    font-size: 40px;
    line-height: 45px;
    color: #252F3A;
    margin: 0 0 20px;
}

h3 {
    font-family: 'Rufina', serif;
    font-size: 26px;
    line-height: 35px;
    color: #252F3A;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 300;
}

h4 {
    font-family: 'Rufina', serif;
    font-size: 18px;
    line-height: 26px;
    color: #856D47;
    margin-bottom: 16px;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

h5 {
    font-size: 22px;
    line-height: 22px;
    color: #856D47;
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px 0;
    font-family: 'proxima_nova_cn_rgregular';
    letter-spacing: 0.6px;
}

h6 {
    font-size: 50px;
    line-height: 22px;
    color: #856D47;
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px 0;
    font-family: 'proxima_nova_cn_rgregular';
    letter-spacing: 0.6px;
}


img {
    max-width: 100%
}

section {
    padding: 80px 0;
    background-size: cover;
}


/*.lazyload {width: 100%; transition: opacity 0.4s; opacity: 1}*/


/* Animation */

.pin-it {
    top: 0 !important;
    bottom: 0 !important;
}

.pin-section {
    height: 100vh;
}

.delay-2 {
    transition-delay: 0.1s !important
}

.delay-3 {
    transition-delay: 0.2s !important
}

.delay-4 {
    transition-delay: 0.3s !important
}

.zoom-section-container {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat; /*image-rendering: pixelated;*/
}

.lazyloaded .animate-zoom-section {
    opacity: 1 !important;
    transition: opacity 0.3s ease-out;
}

    .lazyloaded .animate-zoom-section.zoom-in {
        opacity: 0 !important;
    }

.animate-section {
    opacity: 0;
    transform: translateY(-30px);
    transition: 0.4s ease-out;
}

.translate-y-20 {
    transform: translateY(20px);
}

.translate-y-40 {
    transform: translateY(40px);
}

.translate-y-60 {
    transform: translateY(60px);
}

/*.animate-section.fade-in { transform: translateY(0);opacity: 1 }*/

.animate-section.fade-in {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
}

.animate-section {
    transform: translate3d(0, 40px, 0px) scaleY(0.8);
    transform-origin: center bottom;
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.23,1,0.32,1);
    transform-style: preserve-3d;
}

/* HEADER */
header {
    display: flex;
    padding: 100px 40px;
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
}

.indexing {
    z-index: 9999 !important;
}

.centerit {
    text-align: center;
}

header > div {
    flex: 1;
}

header.logo-top {
    position: relative;
}

.logo-container {
    opacity: 1;
    transition: all 0.3s ease-out;
}

    .logo-container.logo-sticky {
        opacity: 0;
        transition: all 0.3s ease-out;
    }

    .logo-container.logo-none {
        display: none;
        transition: all 0.3s ease-out;
    }

.trigger {
    position: relative;
    top: 100px
}

.trigger-2 {
    position: relative;
    top: 200px
}

/* Nav holder */
.nav-holder {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 90px !important;
    margin-top: 0;
    right: 80px !important;
    left: auto !important;
    width: 250px;
    z-index: 999;
    transition: opacity 0.3s ease-out;
}

    .nav-holder.locked {
        opacity: 0 !important
        /*right: 15px !important;*/
    }

        .nav-holder.locked.locked2 {
            opacity: 1 !important;
            top: 17px !important;
            right: 15px !important;
        }

.logo img {
    display: block;
    width: 160px;
    margin: 0 auto;
}

.nav-holder nav {
    display: flex;
    align-items: center; /* transform: rotate(-90deg)  scale(1.02); */
    transform-origin: right;
    position: relative; /* right: -55px; */ /* top: 13px; */
    transition: none;
}

.logo {
    text-align: center
}

    .logo a {
        display: inline-block;
    }

.nav-inner {
    float: right;
}

/* Nav Hamburger */
.hamburger {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 15px 16px;
    overflow: visible;
    background: #C7D3AF;
    border: 1px solid #C7D3AF;
    height: 46px;
    transition: all 0.5s;
    color: #fff;
    font-weight: 500;
    position: relative;
}

    .hamburger:after {
        transition: 0.3s;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: #222;
        z-index: 0;
    }

    .hamburger:hover:after {
        background-color: #212121;
        height: 100%;
    }

    .hamburger:hover { /* background: #1d1d1d; */
    }

    .hamburger .hamburger-text {
        line-height: 18px;
        font-size: 13px;
        margin-right: 10px;
        letter-spacing: 0.5px;
        position: relative;
        z-index: 2;
    }

    .hamburger.is-active:hover { /* background: #1d1d1d; */
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
        background-color: white;
    }

.hamburger-box {
    width: 20px;
    height: 17px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.hamburger-inner {
    display: block; /* top: 50%; */
    margin-top: 8px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 20px;
        height: 1px;
        background-color: #f5f3ec;
        fff;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -6px;
        }

        .hamburger-inner::after {
            bottom: -6px;
        }

.hamburger--3dx .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg);
}

    .hamburger--3dx.is-active .hamburger-inner::before {
        transform: translate3d(0, 6px, 0) rotate(45deg);
    }

    .hamburger--3dx.is-active .hamburger-inner::after {
        transform: translate3d(0, -6px, 0) rotate(-45deg);
    }

.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg);
}

    .hamburger--3dx-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dx-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/* Nav book your stay */
.nav-book {
    background-color: rgb(254, 254, 254);
    border: 1px solid rgb(169, 169, 169);
    color: #252f3a;
    padding: 13px 30px;
    overflow: visible;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-book {
    transition: 0.5s;
    font-size: 13px;
    line-height: 0;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.5px;
    margin-right: 10px;
}

    .nav-book:hover {
        color: #fff;
    }

    .nav-book:after {
        transition: 0.3s;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: #222;
        z-index: 0;
    }

    .nav-book:hover:after {
        background-color: #222;
        height: 100%;
    }

    .nav-book span {
        position: relative;
        z-index: 2;
        position: relative;
        white-space: nowrap;
    }

        .nav-book span:before {
            transition: 0.3s;
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: -11px;
            width: 100%;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.1);
            z-index: 0;
            margin: 0 auto;
            display: none;
        }

    .nav-book:hover span:before {
        width: 40px;
        bottom: -26px;
        opacity: 0
    }

.midnightHeader.light .nav-book, .light-nav .nav-book {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.midnightHeader {
    float: right;
}


.nav-open .midnightHeader.light .nav-book {
    background-color: rgb(254, 254, 254);
    border: 1px solid rgb(169, 169, 169);
    color: #252f3a;
}


/* Nav opened */
.menu-container {
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    background-color: #fefefe;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease 0.2s 0.25s, visibility 0.5s 0.2s;
}

    .menu-container.open {
        opacity: 1;
        visibility: visible;
        transition: all 0.2s ease;
        transition-delay: 0.2s;
        background-color: #f5f3ec;
    }

.menu-container-left {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    flex: 2;
}

#menu-image-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
}

.menu-image-list {
    background-color: #252F3A;
    display: flex;
    height: 100%;
    flex-direction: column;
}

    .menu-image-list div {
        transition: 0.4s;
        transform: scale(1.05);
        width: 100%;
        background-size: cover;
        background-position: center;
        position: absolute;
        height: 100vh;
        opacity: 0;
    }

        .menu-image-list div:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0));
            height: 70%;
        }

        .menu-image-list div.is-active {
            transform: scale(1);
            opacity: 1;
            z-index: 99 !important;
        }

#item-1 {
    z-index: 4
}

#item-2 {
    z-index: -1
}

#item-3 {
    z-index: -1
}

#item-4 {
    z-index: -1
}

#item-5 {
    z-index: -1
}


.menu-container .menu-container-left-slide {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #f5f3ec;
    transform: translateX(0);
    transition: transform .4s ease;
    transition-delay: 0s;
}

.menu-container.open .menu-container-left-slide {
    transform: translateX(101%);
    transition: transform .6s ease; /*transition: 0.6s ease 2s;*/
    transition-delay: 0s;
    background-color: #f5f3ec;
}

.menu-primary {
    opacity: 0;
    transition: all 0.8s ease;
}

.menu-right {
    opacity: 0;
    transition: all 0.8s ease;
}

.menu-container.open .menu-primary {
    transition: opacity 0.6s ease;
    opacity: 1;
    transition-delay: 0.4s;
}

.menu-container.open .menu-right {
    transition: opacity 0.6s ease;
    opacity: 1;
    transition-delay: 0.6s;
}

.menu-container-right {
    flex: 1 120px;
    position: relative;
    z-index: 6;
    background-color: #f5f3ec;
    transition: transform .6s ease;
    display: flex;
    align-items: flex-end;
    padding-bottom: 60px;
}

.menu-holder {
    width: 100%;
}

.menu-primary {
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; /* text-align: right; */
}

    .menu-primary li {
        margin: 2px 0;
    }

        .menu-primary li a {
            font-family: 'Rufina', serif;
            color: inherit;
            text-decoration: none;
            font-size: 34px;
            font-weight: 300;
            position: relative;
            color: inherit;
            transition: all 0.4s;
            display: block;
            color: #212121;
        }

            .menu-primary li a:hover, .menu-primary li.active a {
                color: #c7d3af;
            }

            .menu-primary li a:before {
                content: '';
                display: block;
                position: absolute;
                left: -120px;
                bottom: 26px;
                height: 1px;
                width: 40px;
                background: white;
                transition: all 277ms ease-in-out;
                opacity: 0;
            }

            .menu-primary li a:after {
                content: '';
                display: block;
                position: absolute;
                left: -80px;
                bottom: 26px;
                height: 1px;
                width: 40px;
                background: #212121;
                transition: all 277ms ease-in-out;
                opacity: 0;
            }

            .menu-primary li a:hover:before, .menu-primary li.active a:before {
                width: 80px;
                -webkit-transition: all 277ms ease-in-out;
                transition: all 277ms ease-in-out;
                opacity: 0.8;
            }

            .menu-primary li a:hover:after, .menu-primary li.active a:after {
                /*opacity: 1*/
            }

.touch .menu-primary li a:before, .touch .menu-primary li a:after {
    /*display: none;*/
}

.menu-primary li.current-page-item a {
}

    .menu-primary li.current-page-item a span {
        color: #856D47;
        position: relative;
    }

        .menu-primary li.current-page-item a span:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 2px;
            height: 1px;
            background: #767575;
            transition: all 277ms ease-in-out;
            opacity: 1;
        }

.current-page-item a {
    cursor: context-menu;
}

.menu-right {
    flex: 1;
    align-self: flex-end; /* margin: 0 0 0 60px; */
}

    .menu-right .menu-social { /* display: flex; */ /* list-style: none; */ /* margin: 30px 0 20px 0; */ /* padding: 0; */ /* justify-content: flex-end; */
    }

        .menu-right .menu-social li { /* width: 20px; */ /* margin-right: 0px; */ /* margin-left: 30px; */
        }

.slide-up-block {
    position: absolute;
    width: 100%;
    height: 13vh;
    bottom: 0;
    background-color: #f5f3ec;
    transform: translateY(100%);
}

.menu-secondary {
    padding: 0;
    margin: 30px 0 50px 0;
    list-style: none; /* text-align: right; */
}

    .menu-secondary li {
        margin: 5px 0 0 0;
    }

        .menu-secondary li a {
            font-family: 'Rufina', serif;
            color: inherit;
            text-decoration: none;
            font-size: 22px;
            position: relative;
            transition: all 0.4s;
            display: inline-block;
        }

            .menu-secondary li a:hover {
                color: #252F3A;
            }

            .menu-secondary li a:before {
                content: '';
                display: block;
                position: absolute;
                z-index: 8;
                left: 0;
                bottom: 2px;
                height: 1px;
                background: #c7d3af;
                transition: all 0.3s ease-in-out;
                opacity: 0;
                width: 100%;
            }

            .menu-secondary li a:hover:before, .menu-secondary li.current-page-item a:before {
                opacity: 1
            }

.social-link a:hover {
    color: #c7d3af;
}



.menu-social {
    display: flex;
    list-style: none;
    margin: 9px 0 20px 0;
    padding: 0;
}

    .menu-social li {
        width: 20px;
        margin-right: 30px;
    }

        .menu-social li a svg {
            height: 20px
        }

            .menu-social li a svg path {
                transition: all 277ms ease-in-out;
                fill: #856D47
            }

        .menu-social li a:hover svg path {
            fill: #252F3A
        }


.wrapper {
}

.nav-open .wrapper {
    overflow: hidden;
}

.nav-open { /*overflow: hidden;*/
}

/*
.menu-overlay { cursor: pointer; position: fixed; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 1); left: 0; z-index: 7; transform: translate3d(0, 0, 0); transition: 0.3s ease; opacity: 0; visibility: hidden; transition: opacity 0.5s 0.25s, visibility 0s 0.5s; }
.menu-overlay.open { transition: opacity 0.5s; opacity: 1; visibility: visible; left: 0; transition: 0.3s ease; }
*/

/* HERO */
.hero {
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #333;
}

.hero-primary {
    height: 100vh;
}

.hero-secondary {
    height: 87vh;
}

.hero-primary:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    height: 90%
}

.hero-secondary:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0));
    height: 80%
}

.hero h1 {
    font-family: 'Rufina', serif;
    position: relative;
    z-index: 4;
    color: #fff;
    font-size: 60px;
    line-height: 1.1;
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: inherit;
}

.hero-image {
    transform-origin: top;
    background-size: auto 80%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}

.hero-primary .hero-image {
    height: 100%;
}

.hero-transintion { /*transform-origin: bottom*/
}

/* Home slider*/
.hero-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    .hero-slider .carousel-cell {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover; /* background-attachment: fixed;*/
    }

    .hero-slider .flickity-slider {
        transform: none !important;
    }

    .hero-slider .carousel-cell {
        left: 0 !important;
        opacity: 0;
        transition: all 2s ease-in-out;
    }

        .hero-slider .carousel-cell.is-selected {
            opacity: 1;
            z-index: 1;
            -webkit-animation: scaling 3s alternate;
            animation: scaling 3s alternate;
        }

    .hero-slider div {
        height: 100%;
    }


.lazy-bg-effect {
    background-size: cover;
    background-position: center;
}

    .lazy-bg-effect img {
        width: 100%;
        object-fit: cover; /*image-rendering: pixelated;*/
        ;
        transition: opacity 0.4s;
        opacity: 1
    }

    .lazy-bg-effect.lazyloaded img {
        opacity: 0
    }

@keyframes scaling {
    0% {
        transform: scale(1.07);
    }

    100% {
        transform: scale(1);
    }
}

.scroll-down {
    position: absolute;
    z-index: 9;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .scroll-down span {
        content: '';
        position: absolute;
        width: 13px;
        height: 13px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
    }

    .scroll-down em {
        position: absolute;
        top: -46px;
        left: 6px;
        width: 1px;
        height: 60px;
        background-color: #f5f3ec;
    }

/* Explore our rooms */
.image-full {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    z-index: 0;
    background-size: cover;
}

.opacity-full {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    z-index: 1;
    opacity: 0.7
}

.block-holder {
    position: relative;
    z-index: 2;
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

.block-1 {
    position: relative;
    z-index: 4;
    width: 380px;
    height: 380px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .block-1 h1, .block-1 h1 a {
        transition: all 0.3s ease-out;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        font-family: 'Rufina', serif;
        font-size: 38px;
        text-transform: none;
        line-height: 45px;
    }

        .block-1 h1 a:hover {
            letter-spacing: 1.4px
        }

    .block-1 span, .block-1 b, .block-1 em {
        position: absolute;
    }

.block-top {
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #f5f3ec;
}

.block-bottom {
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #f5f3ec;
}

.block-right {
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #f5f3ec;
}

.block-left {
    right: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: #f5f3ec;
}

.block-down {
    right: -50%;
    right: -55px;
    height: 1px;
    width: 120px;
    background-color: #f5f3ec;
    position: relative;
}

    .block-down:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 1px;
        right: 0;
        background-color: #f5f3ec;
        display: block;
        transform: rotate(45deg);
        transform-origin: right;
    }

    .block-down:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 1px;
        right: 0;
        background-color: #f5f3ec;
        display: block;
        transform: rotate(-45deg);
        transform-origin: right;
    }

.panel-2 {
    font-size: 15px; /* color: white; */
    position: relative;
    display: block;
    height: 0;
    overflow: visible;
    top: 50%;
    text-align: center;
}

.panel.panel-2 {
    font-size: 15px;
    color: white;
    position: relative;
    display: block;
    height: 0;
    overflow: visible;
    top: 0%;
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 5; /* background-color: #f5f3ec; */
}

#pinContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.panel {
}



.bdiv {
    border: 1px solid rgb(169, 169, 169);
    color: #fff;
    padding: 11px 19px;
    overflow: visible;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .bdiv:hover {
        color: #fff;
    }


#pinMaster {
    position: relative;
    top: 0 !important;
}

.rooms-grid {
    height: 100%;
}

    .rooms-grid ul {
        list-style: none;
        display: flex;
        height: 100%;
        margin: 0;
        padding: 0;
    }

        .rooms-grid ul li:first-child {
            margin-left: 0;
        }

        .rooms-grid ul li {
            margin-left: 80px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-size: cover;
            position: relative;
        }

            .rooms-grid ul li:after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                background-color: #000;
                opacity: 0.1
            }

            .rooms-grid ul li h1 { /* font-family: 'Rufina', serif; */
                position: absolute;
                left: -3px;
                top: 0;
                writing-mode: tb-rl;
                transform: rotate(180deg);
                transform-origin: left;
                z-index: 1;
                font-size: 18px;
                padding: 0;
                font-weight: 300;
                margin: 0;
                color: #fff;
                text-transform: none;
            }

@supports (display: grid) {
    .rooms-grid ul {
        display: grid;
        grid-gap: 60px;
        grid-template-columns: 1fr 0fr 1fr 3fr 3fr 2fr;
        grid-template-rows: 1fr 0fr 1fr;
    }

        .rooms-grid ul li:first-child {
            margin-left: 0;
        }

        .rooms-grid ul li {
            margin-left: 0;
        }

    .p-1 {
        grid-column: 1 / 5;
        grid-row: 1 / 2;
    }

    .p-2 {
        grid-column: 5 / 7;
        grid-row: 1 / 3;
    }

    .p-3 {
        grid-column: 1 / 4;
        grid-row: 2 / 4;
    }

    .p-4 {
        grid-column: 4 / 5;
        grid-row: 2 / 4;
    }

    .p-5 {
        grid-column: 5 / 7;
        grid-row: 3 / 4;
    }
}

/* News */
.news-list {
    margin-bottom: 40px;
}



    .news-list a {
        text-decoration: none;
        color: inherit;
        display: block;
        background-size: cover;
    }

    .news-list figure {
        overflow: hidden;
        background-size: cover;
        position: relative;
    }

    .news-list img {
        display: block;
        width: 100%;
    }

    .news-list img {
        width: 100%;
        transition: opacity 0.4s;
        opacity: 1
    }

    .news-list .lazyloaded img {
        opacity: 0
    }

    .news-list figure b {
        position: absolute;
        display: block;
        transition: transform 0.4s ease-in-out
    }

    .news-list .n-mask-top {
        top: 0;
        left: 0;
        right: 0;
        height: 10px;
        background-color: #f5f3ec;
        transform: translateY(-10px);
    }

    .news-list .n-mask-bottom {
        bottom: 0;
        left: 0;
        right: 0;
        height: 10px;
        background-color: #f5f3ec;
        transform: translateY(10px);
    }

    .news-list .n-mask-left {
        top: 0;
        bottom: 0;
        left: 0;
        width: 10px;
        background-color: #f5f3ec;
        transform: translateX(-10px);
    }

    .news-list .n-mask-right {
        top: 0;
        bottom: 0;
        right: 0;
        width: 10px;
        background-color: #f5f3ec;
        transform: translateX(10px);
    }

    .news-list a:hover .n-mask-top {
        transform: translateY(0);
    }

    .news-list a:hover .n-mask-bottom {
        transform: translateY(0);
    }

    .news-list a:hover .n-mask-left {
        transform: translateX(0);
    }

    .news-list a:hover .n-mask-right {
        transform: translateX(0);
    }

.news-list-meta {
    transition: all 0.4s ease-in-out;
    margin-left: 35px;
    padding-bottom: 30px;
    padding-top: 40px;
}

.news-list a:hover .news-list-meta {
    transform: translateY(-10px); /* margin-left: 10px; */ /* background-color: #f1f1f1; */ /* margin-right: 10px; */
}

.news-list a em {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #A8ACB0;
    position: relative;
    margin-bottom: 10px;
    line-height: 1;
    padding-left: 20px;
}

    .news-list a em:before {
        transition: all 0.4s ease-in-out;
        content: '';
        position: absolute;
        left: 0;
        height: 51px;
        width: 1px;
        background-color: #f5f3ec;
        display: block;
        bottom: 53px
    }

    .news-list a em:after {
        transition: all 0.4s ease-in-out;
        content: '';
        position: absolute;
        left: 0;
        height: 51px;
        width: 1px;
        background-color: #6D6E71;
        display: block;
        bottom: 3px
    }

.news-list a:hover em:before {
}

.news-list a:hover em:after { /* background-color: transparent; */
}

.news-list em span {
    color: #856D47;
    margin-right: 12px;
}

.news-list h2 {
    font-size: 22px;
    line-height: 27px;
    padding-left: 20px;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.news-list a:hover h2 {
    color: #856D47
}



.news-featured-meta {
}

    .news-featured-meta em {
        display: block;
        font-style: normal;
        font-size: 14px;
        color: #A8ACB0;
        position: relative;
        line-height: 1;
        margin-bottom: 30px;
    }

        .news-featured-meta em span {
            color: #856D47;
            margin-right: 12px;
        }


/* Footer */
footer {
    padding: 110px 0;
}

.newsletter-form {
    max-width: 320px;
    margin: 10px auto 0 auto;
}

    .newsletter-form input[type="submit"] {
        color: transparent;
        background-color: #f5f3ec;
        border: 1px solid #856D47;
        border-radius: 2px;
        height: 42px;
        width: 42px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.363 13.11'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %237a0030%3B %7D %3C/style%3E %3C/defs%3E %3Cpath id='Op_component_2' data-name='Op component 2' class='cls-1' d='M738.372%2C4569.553a.633.633%2C0%2C0%2C1-.443-.178.6.6%2C0%2C0%2C1%2C0-.861L743.6%2C4563l-5.67-5.515a.6.6%2C0%2C0%2C1%2C0-.86.638.638%2C0%2C0%2C1%2C.886%2C0l6.11%2C5.945a.6.6%2C0%2C0%2C1%2C0%2C.861l-6.11%2C5.945A.632.632%2C0%2C0%2C1%2C738.372%2C4569.553Z' transform='translate(-737.747 -4556.443)'/%3E %3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 7px;
        position: relative;
        z-index: 1;
        transition: all 0.4s ease-in-out;
    }

        .newsletter-form input[type="submit"]:hover {
            background-color: #eee
        }

    .newsletter-form form {
        position: relative;
    }

body span.wpcf7-not-valid-tip {
    display: none;
}

body div.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 11px !important;
    position: absolute !important;
    border: none !important;
    bottom: -24px !important;
    line-height: 1;
    font-size: 11px;
    color: #78002f;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 14px;
    right: -30px;
}

.newsletter-form form {
    display: flex;
    height: 100%;
}

.newsletter-form input[type="email"] {
    transition: all 0.4s ease-in-out;
    height: 44px;
    position: relative;
    right: -2px;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #DEC0CC;
    border-radius: 2px;
    font-size: 14px;
}

    .newsletter-form input[type="email"]:focus {
        border: 1px solid #856D47;
        background-color: #eee
    }

footer .menu-social li a svg path {
    transition: all 277ms ease-in-out;
    fill: #676D74;
}

footer .menu-social li a:hover svg path {
    transition: all 277ms ease-in-out;
    fill: #856D47;
}

.footer-right {
    text-align: right;
}

    .footer-right ul {
        padding: 0;
        margin: 0 0 5px 0;
        list-style: none;
    }

        .footer-right ul li {
            display: inline-block;
            margin-left: 20px;
        }

            .footer-right ul li a {
                text-decoration: none;
                font-size: 13px;
                color: #585858;
                position: relative;
                transition: all 0.4s;
            }

            .footer-right ul li a {
            }

                .footer-right ul li a:hover {
                    color: #856D47;
                }

                .footer-right ul li a:before {
                    content: '';
                    display: block;
                    position: absolute;
                    z-index: 888;
                    left: 0;
                    bottom: -2px;
                    height: 1px;
                    width: 0;
                    background: #856D47;
                    transition: all 0.2s ease-in-out;
                    opacity: 0.8;
                }

                .footer-right ul li a:hover:before {
                    width: 100%;
                    transition: all 0.2s ease-in-out;
                }

    .footer-right small {
        color: #7A7879;
        font-size: 14px
    }


/* Secondary styles */
.line-lg {
    width: 1px;
    height: 60px;
    margin: 0 auto;
    display: block;
    background-color: #cdd1d6;
    transform: rotate(0deg);
}

.line {
    height: 46px;
    display: block;
    text-align: center;
    position: relative;
}

    .line em {
        width: 1px;
        height: 46px;
        margin: 0 auto;
        position: absolute;
        top: 0;
        display: inline-block;
        background-color: #A4A9AF
    }

    .line span {
        width: 1px;
        height: 46px;
        position: absolute;
        top: -46px;
        display: inline-block;
        background-color: #f5f3ec;
    }

.line-lg-2 {
    height: 60px;
    display: block;
}

    .line-lg-2 em {
        width: 1px;
        height: 60px;
        margin: 0 auto;
        display: block;
        background-color: #cdd1d6;
        transform: rotate(0deg);
    }

.arrow-button {
    display: flex;
    align-items: center;
    color: #856D47;
    font-size: 14px;
    margin: 3px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'proxima_nova_condensedSBd';
    letter-spacing: 0.4px;
    min-width: 144px;
    transition: all 0.3s;
}

    .arrow-button:hover {
        color: inherit;
    }

    .arrow-button span {
        margin-right: 10px;
    }

    .arrow-button em {
        height: 1px;
        width: 25px;
        background-color: #856D47;
        position: relative;
        display: inline-block;
        top: -1px;
        left: 0;
        transition: all 0.3s;
    }

    .arrow-button:hover em {
        width: 30px;
    }

    .arrow-button em:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 1px;
        right: 0;
        background-color: #856D47;
        display: block;
        transform: rotate(45deg);
        transform-origin: right;
    }

    .arrow-button em:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 1px;
        right: 0;
        background-color: #856D47;
        display: block;
        transform: rotate(-45deg);
        transform-origin: right;
    }

.bg-maroon {
    background-color: #856D47;
    color: #fff;
}

    .bg-maroon h3 {
        color: #fff;
        color: inherit;
    }

    .bg-maroon p {
        color: #fff;
    }

    .bg-maroon .arrow-button {
        color: #fff;
    }

        .bg-maroon .arrow-button em {
            background-color: #f5f3ec;
        }

            .bg-maroon .arrow-button em:before {
                background-color: #f5f3ec;
            }

            .bg-maroon .arrow-button em:after {
                background-color: #f5f3ec;
            }

/* Room gallery - not using */
.gallery-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    .gallery-slider .carousel-cell {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .gallery-slider .carousel-cell img {
            width: 100%;
            visibility: hidden;
        }

    .gallery-slider .flickity-prev-next-button {
        width: 80px;
        height: 80px;
        background: transparent;
    }

        .gallery-slider .flickity-prev-next-button:hover {
            background: transparent;
        }

        .gallery-slider .flickity-prev-next-button .arrow {
            fill: white;
        }

    .gallery-slider .flickity-page-dots {
        bottom: 37px;
    }

        .gallery-slider .flickity-page-dots .dot {
            width: 30px;
            height: 4px;
            opacity: 1;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 0;
        }

            .gallery-slider .flickity-page-dots .dot.is-selected {
                background: rgba(255, 255, 255, 1);
                height: 4px;
            }

/* Team */
.team-list .team-inner {
    text-decoration: none;
    color: inherit;
}

.team-list figure {
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.team-list img {
    display: block;
    width: 100%;
}

.team-list img {
    width: 100%;
    transition: opacity 0.4s;
    opacity: 1
}

.team-list .lazyloaded img {
    opacity: 0
}


.team-list figure b {
    position: absolute;
    display: block;
    transition: transform 0.4s ease-in-out
}

.team-list .n-mask-top {
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #f5f3ec;
    transform: translateY(-10px);
}

.team-list .n-mask-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #f5f3ec;
    transform: translateY(10px);
}

.team-list .n-mask-left {
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    background-color: #f5f3ec;
    transform: translateX(-10px);
}

.team-list .n-mask-right {
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    background-color: #f5f3ec;
    transform: translateX(10px);
}

.team-list-meta {
    transition: all 0.4s ease-in-out;
    margin-left: 35px;
    padding-bottom: 30px;
    padding-top: 40px;
}

.team-list .team-inner em {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #856D47;
    position: relative;
    margin-bottom: 8px;
    line-height: 1;
    padding-left: 20px;
    font-family: 'Rufina', serif;
    font-weight: 600;
}

    .team-list .team-inner em:before {
        transition: all 0.4s ease-in-out;
        content: '';
        position: absolute;
        left: 0;
        height: 51px;
        width: 1px;
        background-color: #f5f3ec;
        display: block;
        bottom: 53px
    }

    .team-list .team-inner em:after {
        transition: all 0.4s ease-in-out;
        content: '';
        position: absolute;
        left: 0;
        height: 51px;
        width: 1px;
        background-color: #6D6E71;
        display: block;
        bottom: 3px
    }

.team-list h2 {
    font-family: 'proxima_nova_rgregular', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    padding-left: 20px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.team-list p {
    font-family: 'proxima_nova_rgregular', sans-serif;
    font-size: 14px;
    line-height: 17px;
    padding-left: 20px;
    transition: all 0.4s ease-in-out;
    color: #888;
}

/* Dinning - Icon list */
.icon-list {
    font-size: 14px
}

    .icon-list .icon {
    }

        .icon-list .icon img {
            display: block;
            width: 80px;
            margin: 0 auto;
        }

    .icon-list hr {
        width: 45px;
        margin: 25px auto 35px auto;
    }

.underline-link {
    color: #856D47;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'proxima_nova_condensedSBd';
    letter-spacing: 0.4px;
    min-width: 144px;
    transition: all 0.3s;
    position: relative;
}

    .underline-link:hover {
        color: #252F3A
    }

    .underline-link:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 8;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -2px;
        height: 1px;
        width: 100%;
        background: #252F3A;
        transition: all 0.3s ease-in-out;
        opacity: 0.8;
    }

    .underline-link:hover:before {
        width: 0%;
    }

/* Meetings */
.bg-grey {
    background-color: #EEEFF0
}

.list-features {
    padding: 0;
    margin: 30px 0;
    list-style: none;
}

    .list-features li {
        display: flex;
        margin: 25px 0;
    }

        .list-features li em {
            width: 30px;
            height: 30px;
            margin-right: 20px;
        }

        .list-features li span {
            flex: 1
        }

        .list-features li h5 {
            padding: 0;
            margin: 0 0 4px 0;
            font-weight: 300;
            font-family: 'proxima_novasemibold';
            font-size: 16px;
            line-height: 20px;
            color: #484848;
        }

        .list-features li h6 {
            margin: 0;
            margin: 0;
            font-weight: 300;
            font-size: 16px;
            line-height: 22px;
            font-family: 'proxima_novalight';
        }

.tabBlock .list-features {
    padding: 0;
    margin: 0;
}

    .tabBlock .list-features li {
        margin: 0 0 25px 0;
    }

.secondary-navigation {
    position: relative;
    height: 80px;
    z-index: 9;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.affix-nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f5f3ec;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
}

.affix {
    position: fixed;
    top: 0;
    height: 80px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    z-index: 4;
    right: 0;
    left: 0;
}


.nav-container {
    border-top: 1px solid #eee;
}

.affix-nav ul {
    padding: 0;
    margin: 0;
    height: 80px;
    align-items: center;
    font-family: 'proxima_nova_cn_rgregular';
}

    .affix-nav ul li {
        flex: 1;
        color: #252F3A;
        font-size: 14px;
        line-height: 20px;
        padding: 20px 30px;
        height: 100%;
        margin: 0;
        display: inline-block;
    }

        .affix-nav ul li span {
            display: block;
            font-family: 'Rufina', serif;
            font-size: 15px;
            font-weight: 40;
            color: #757575:
        }

.affix.affix-nav ul li {
    opacity: 0.5;
    transition: 0.2s ease-out;
    padding: 20px 10px;
}

    .affix.affix-nav ul li.active a {
        opacity: 1;
        color: #856D47;
    }

.affix-nav ul li:hover {
    opacity: 1;
    color: #856D47
}

.button-holder {
    position: absolute;
    z-index: 3;
}

.button-bottom-right {
    bottom: 0;
    right: 0;
}

.button-bottom-left {
    bottom: 0;
    left: 0;
}

.cta-button {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #856D47;
    background-color: #f5f3ec;
    padding: 13px 30px;
    border: 1px solid #707070 !important;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'proxima_nova_condensedSBd';
    letter-spacing: 0.4px;
    min-width: 144px;
    transition: all 0.3s;
}

    .cta-button:hover {
        background-color: #efefef
    }

    .cta-button span {
        margin-right: 10px;
    }

    .cta-button em {
        height: 1px;
        width: 25px;
        background-color: #856D47;
        position: relative;
        display: inline-block;
        top: -1px;
        left: 0;
        transition: all 0.3s;
    }

    .cta-button:hover em {
        width: 30px;
    }

    .cta-button em:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 1px;
        right: 0;
        background-color: #856D47;
        display: block;
        transform: rotate(45deg);
        transform-origin: right;
    }

    .cta-button em:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 1px;
        right: 0;
        background-color: #856D47;
        display: block;
        transform: rotate(-45deg);
        transform-origin: right;
    }

.cta-button-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    background-color: #6E6E6E;
    padding: 13px 30px;
    border: 1px solid #707070 !important;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'proxima_nova_condensedSBd';
    letter-spacing: 0.4px;
    min-width: 144px;
    transition: all 0.3s;
}

    .cta-button-2:hover {
        background-color: #efefef;
        background: #444;
        border-color: #444 !important;
    }

    .cta-button-2 span {
    }

.cta-button-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #856D47;
    background-color: #f5f3ec;
    padding: 13px 30px;
    border: 1px solid #707070 !important;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'proxima_nova_condensedSBd';
    letter-spacing: 0.4px;
    min-width: 144px;
    transition: all 0.3s;
}

    .cta-button-3:hover {
        background-color: #efefef
    }

    .cta-button-3 span {
    }



/* News */
header img {
    display: border-left:;
}

.img-holder {
    position: relative;
    display: inline-block;
}

.img-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(67, 36, 89);
}

/* Header / Next CTA */
.next-article, .header-article {
    padding: 0;
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
}

    .header-article h1 span {
        color: #A8ACB0;
        margin-left: 20px;
    }

    .next-article h1 span {
        color: #A8ACB0;
    }

    .header-article h1 a {
        color: #856D47;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        min-width: 144px;
        transition: all 0.3s;
        position: relative;
    }

        .header-article h1 a:hover {
            color: #252F3A
        }

        .header-article h1 a:before {
            content: '';
            display: block;
            position: absolute;
            z-index: 8;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: -1px;
            height: 1px;
            width: 100%;
            background: rgba(122, 0, 48, 0.2);
            transition: all 0.3s ease-in-out;
        }

        .header-article h1 a:hover:before {
            background: rgba(122, 0, 48, 1);
        }

.next-article {
    min-height: 420px;
    text-decoration: none;
    color: inherit;
    transition: height 0.4s;
}

    .next-article h1 span {
        color: rgba(122, 0, 48, 0.8);
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        min-width: 144px;
        transition: all 0.3s;
        position: relative;
    }

    .next-article:hover h1 span {
        color: #856D47
    }

    .next-article h1 span:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 8;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -1px;
        height: 1px;
        width: 100%;
        background: rgba(122, 0, 48, 0);
        transition: all 0.3s ease-in-out;
    }

    .next-article:hover h1 span:before {
        background: rgba(122, 0, 48, 0.2);
    }

    .next-article h2 {
        color: #666;
        transition: color 0.5s;
    }

    .next-article:hover h2 {
        color: #252F3A
    }

    .next-article img, .header-article img {
        display: block;
        width: 100%;
    }

.next-article-hidden.next-article--animating .next-up {
}

.next-article .line-lg {
    transform: rotate(-90deg);
}

.next-article-hfix {
    height: 215.17px
}


.header-image {
    min-height: 70vh;
}

    .header-image img {
        visibility: hidden;
    }

.next-image, .header-image {
    height: 30vh;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: height 0.6s;
    transition-delay: 0.2s;
    background-attachment: fixed;
}

.next-article-hidden.next-article--animating .next-image {
    height: 70vh;
}

.touch .next-image, .touch .header-image {
    background-attachment: inherit;
}

.next-image img {
    position: absolute;
}

/* Gallery slider */
.room-gallery {
    background-color: #efefef;
}

    .room-gallery .item {
        background-size: cover;
    }

    .room-gallery img {
        width: 100%;
    }


/* Article */
article {
    position: relative;
    z-index: 3
}

.minus-animation-fix {
    margin-bottom: -260px;
}

article a {
    color: #333
}

article h2 {
}

.social-article {
    margin: 60px 0;
    list-style: none;
    text-align: center;
    padding: 0;
}

    .social-article li {
        width: 40px;
        margin: 0 10px;
        display: inline-block;
    }

        .social-article li a {
            display: block;
            transition: all 0.3s
        }

            .social-article li a img {
                width: 100%;
            }

            .social-article li a:hover {
                transform: scale(1.1);
            }

.outdent {
    margin-left: -80px;
    margin-right: -80px;
    margin-bottom: 80px;
}

.outdent-left {
    margin-left: -80px;
}

.outdent-right {
    margin-right: -80px;
}

blockquote {
    margin: 80px 0;
    padding: 0 40px;
    font-size: 29px;
    line-height: 34px;
    font-family: 'Rufina', serif;
    color: #856D47
}

    blockquote p {
        font-family: 'Rufina', serif;
        color: #856D47;
        padding: 0;
        margin: 0;
    }

.article-inner a {
    color: #856D47;
    text-decoration: none;
    letter-spacing: 0.4px;
    min-width: 144px;
    transition: all 0.3s;
    position: relative;
    border-bottom: 1px solid #856D47;
}

    .article-inner a:hover {
        color: #252F3A;
        border-bottom: 1px solid #c7d3af;
    }

.article-inner ul {
    list-style: none;
    margin: 40px 0;
    padding: 0;
    background-color: #EEEFF0;
    padding: 30px 40px;
}

    .article-inner ul li {
        padding: 0 0 0 25px;
        margin: 10px 0;
        position: relative;
        font-size: 15px
    }

        .article-inner ul li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            display: block;
            height: 1px;
            width: 8px;
            background-color: #aaa;
            border-radius: 5px;
        }


.featured-holder h3 a {
    transition: all 0.3s;
}

    .featured-holder h3 a:hover {
        color: #856D47
    }

/* Gallery */
.gallery:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    height: 40%
}


#sync1:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    height: 40%
}

#sync1:before {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    height: 20%
}



.pagination-holder {
    text-align: left;
    color: #FFF;
    margin-bottom: 0;
    font-family: 'proxima_novalight'; /*font-family: 'Rufina', serif;*/
    font-size: 20px;
    bottom: 40px;
    left: 50%;
    width: 64px;
    transform: translateX(-32px);
    position: absolute;
    z-index: 5
}

.pagination-holder-2 {
    text-align: right;
}

.pagination-holder-c {
    text-align: center;
}

    .pagination-holder-c span {
        margin-left: -4px;
    }

#sync2 {
    margin: 0 auto;
}

    #sync2 .item {
        margin: 0;
        cursor: default;
    }

    #sync2 .owl-item {
        -webkit-animation-duration: 0.4s !important;
        animation-duration: 0.4s !important;
    }

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}


.alignleft {
    float: left;
    margin: 0 30px 30px -40px;
    width: 50%;
}

.size-full {
    height: auto !important;
    width: 100% !important;
}



.article-ctas {
    display: flex;
    margin-left: -10px;
    margin-bottom: 30px;
}

    .article-ctas .cta-button-2, .article-ctas .cta-button-3 {
        margin: 0 10px;
    }


.uppercase {
    text-transform: capitalize;
}

.columnpic {
    float: left;
    width: 33.33%;
    padding: 0px;
}

.columnptext {
    float: left;
    width: 33.33%;
    padding: 15px;
}



/* Nav book your stay */
.enquiry {
    background-color: rgb(254, 254, 254);
    border: 1px solid #856D47;
    color: #856D47;
    padding: 13px 30px;
    overflow: visible;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enquiry {
    transition: 0.5s;
    font-size: 13px;
    line-height: 0;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.5px;
    margin-right: 10px;
}

    .enquiry:hover {
        color: #fff;
    }

    .enquiry:after {
        transition: 0.3s;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: #856D47;
        z-index: 0;
    }

    .enquiry:hover:after {
        background-color: #856D47;
        height: 100%;
    }

    .enquiry span {
        position: relative;
        z-index: 2;
        position: relative;
        white-space: nowrap;
    }

        .enquiry span:before {
            transition: 0.3s;
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: -11px;
            width: 100%;
            height: 1px;
            background-color: #856D47;
            z-index: 0;
            margin: 0 auto;
            display: none;
        }

    .enquiry:hover span:before {
        width: 40px;
        bottom: -26px;
        opacity: 0
    }



/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1500px) {
    .container-right {
        width: 91%;
        padding: 116px 0px 0px 80px;
    }
}

@media only screen and (max-width: 1260px) {
    html {
        font-size: 1em;
    }

    h1 {
        font-size: 18px;
        line-height: 22px;
    }

    h2 {
        font-size: 34px;
        line-height: 38px
    }

    h3 {
        font-size: 23px;
        line-height: 1.4;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    h5 {
        font-size: 16px;
        line-height: 20px;
    }

    h6 {
    }


    section {
        padding: 60px 0;
    }

    .container {
        padding: 0 60px;
    }

    .container-left {
        padding: 0 0 0 60px;
    }

    .container-right {
        padding: 0 60px 0 0;
    }

    .container-left-half {
        padding-left: 30px;
    }

    .container-right-half {
        padding-right: 30px;
    }

    .inner-half-2 {
        width: calc(43vw - 60px);
    }

    .padding {
        padding: 60px;
    }

    .padding-right {
        padding-right: 60px;
    }

    .padding-left {
        padding-left: 60px;
    }

    .padding-right-half {
        padding-right: 30px !important
    }

    .padding-left-half {
        padding-left: 30px !important
    }

    .padding-top {
        padding-top: 60px;
    }

    .padding-top-sm, .padding-top-half {
        padding-top: 30px;
    }

    .padding-top-quarter {
        padding-top: 20px;
    }

    .padding-bottom {
        padding-bottom: 60px;
    }

    .padding-bottom-sm, .padding-bottom-half {
        padding-bottom: 30px;
    }

    .margin {
        margin: 60px;
    }

    .margin-half {
        margin: 30px;
    }

    .margin-top {
        margin-top: 60px;
    }

    .margin-top-sm, .margin-top-half {
        margin-top: 30px;
    }

    .margin-bottom-sm, .margin-bottom-half {
        margin-bottom: 30px;
    }

    .margin-left {
        margin-left: 60px;
    }

    .margin-right {
        margin-right: 60px;
    }

    .margin-left-half {
        margin-left: 30px;
    }

    .margin-right-half {
        margin-right: 30px;
    }

    .margin-minus-top {
        margin-top: -60px;
    }

    .containerX2 {
        padding: 0 120px;
    }

    .flex-1-overlap {
        width: calc(50% + 30px);
    }
    /* Same */

    .row.gutters {
        margin-left: -40px;
    }

        .row.gutters .col {
            padding-left: 40px;
        }

    .social-article {
        margin: 40px 0;
    }



    .hero h1 {
        font-size: 48px;
        line-height: 1.1;
    }

    .block-1 h1, .block-1 h1 a {
        font-size: 32px;
        line-height: 40px;
    }

    .nav-holder {
        right: 60px !important;
    }

    .menu-container-right {
        padding-bottom: 40px;
    }

    .menu-secondary {
        margin: 20px 0 30px 0;
    }

    .menu-primary li a {
        font-size: 30px;
    }

    .menu-secondary li a {
        font-size: 20px;
    }

    .affix-nav ul li {
        font-size: 13px;
        line-height: 20px;
        padding: 20px 20px;
    }

        .affix-nav ul li span {
            font-size: 15px;
        }

    .list-features li h5 {
        font-size: 15px;
        line-height: 17px;
    }

    .list-features li h6 {
        font-size: 15px;
        line-height: 20px;
    }

    blockquote {
        margin: 60px 0;
        padding: 0 30px;
        font-size: 24px;
        line-height: 30px;
    }

    .outdent {
        margin-left: -60px;
        margin-right: -60px;
        margin-bottom: 60px;
    }

    .outdent-left {
        margin-left: -60px;
    }

    .outdent-right {
        margin-right: -60px;
    }

    .header-image {
        min-height: 56vh;
    }

    footer {
        padding: 90px 0;
    }
}


@media only screen and (max-width: 1100px) {
    html {
        font-size: 0.93em;
    }

    h1 {
        font-size: 17px;
    }

    h2 {
        font-size: 30px;
        line-height: 38px
    }

    h3 {
        font-size: 21px;
        line-height: 1.5;
    }

    section {
        padding: 40px 0;
    }

    .container {
        padding: 0 40px;
    }

    .container-left {
        padding: 0 0 0 40px;
    }

    .container-right {
        padding: 0 40px 0 0;
        width: 86%;
    }

    .container-left-half {
        padding-left: 30px;
    }

    .container-right-half {
        padding-right: 20px;
    }

    .inner-half-2 {
        width: calc(43vw - 40px);
    }

    .padding {
        padding: 40px;
    }

    .padding-right {
        padding-right: 40px;
    }

    .padding-left {
        padding-left: 40px;
    }

    .padding-right-half {
        padding-right: 20px !important
    }

    .padding-left-half {
        padding-left: 20px !important
    }

    .padding-top {
        padding-top: 40px;
    }

    .padding-top-sm, .padding-top-half {
        padding-top: 20px;
    }

    .padding-top-quarter {
        padding-top: 20px;
    }

    .padding-bottom {
        padding-bottom: 40px;
    }

    .padding-bottom-sm, .padding-bottom-half {
        padding-bottom: 20px;
    }

    .margin {
        margin: 40px;
    }

    .margin-half {
        margin: 20px;
    }

    .margin-top {
        margin-top: 40px;
    }

    .margin-top-sm, .margin-top-half {
        margin-top: 20px;
    }

    .margin-bottom-sm, .margin-bottom-half {
        margin-bottom: 20px;
    }

    .margin-left {
        margin-left: 40px;
    }

    .margin-right {
        margin-right: 40px;
    }

    .margin-left-half {
        margin-left: 20px;
    }

    .margin-right-half {
        margin-right: 20px;
    }

    .margin-minus-top {
        margin-top: -40px;
    }

    .containerX2 {
        padding: 0 120px;
    }

    .flex-1-overlap {
        width: calc(50% + 20px);
    }
    /* Same */

    .row.gutters {
        margin-left: -40px;
    }

        .row.gutters .col {
            padding-left: 40px;
        }

    .nav-holder {
        right: 40px !important;
        top: 60px !important;
    }

    .menu-container-right {
        padding-bottom: 30px;
    }


    .hero h1 {
        font-size: 38px;
        line-height: 1.2;
    }

    .block-1 {
        width: 320px;
        height: 320px;
    }

    .block-down {
        right: -50px;
        width: 100px;
    }

    .menu-secondary {
        margin: 20px 0 20px 0;
    }

    .logo img {
        width: 140px;
    }

    .affix {
        text-align: left;
    }

    .affix-nav ul li {
        font-size: 13px;
        line-height: 20px;
        padding: 20px 20px;
    }

        .affix-nav ul li span {
            font-size: 15px;
        }

    .news-list a em {
        font-size: 13px;
    }

    .news-list h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .list-features li h5 {
        font-size: 15px;
        line-height: 17px;
    }

    .list-features li h6 {
        font-size: 15px;
        line-height: 20px;
    }

    .team-list figure b {
        display: none;
    }

    .translate-y-20 {
        transform: translateY(0px);
    }

    .news-list figure b {
        display: none;
    }

    .news-list a:hover .news-list-meta {
        transform: none;
    }

    .news-list a:hover h2 {
        color: inherit;
    }

    blockquote {
        margin: 40px 0;
        padding: 0 20px;
        font-size: 24px;
        line-height: 30px;
    }

    .header-image {
        min-height: auto;
        height: 30vh;
        background-attachment: inherit;
    }

    .next-image, .header-image {
        background-attachment: inherit;
    }

    .next-image {
        height: 20vh;
    }

    .next-article-hidden.next-article--animating .next-image {
        height: 30vh;
    }

    .newsletter-form {
        max-width: 240px;
    }

    .footer-right small {
        font-size: 12px;
    }

    footer {
        padding: 70px 0;
    }
}

/*@media only screen and (max-width: 1024px) {
    .container-right {
        width: 86%;
        padding: 0 80px 0 0;
    }
}*/

@media only screen and (max-width: 959px) {
    html {
        font-size: 0.9em;
    }

    h1 {
        font-size: 15px;
        margin: 20px 0 10px 0;
    }

    h2 {
        font-size: 24px;
        line-height: 28px
    }

    h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    h4 {
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 14px;
        line-height: 17px;
    }

    section {
        padding: 30px 0;
    }

    .container {
        padding: 0 30px;
    }

    .container-left {
        padding: 0 0 0 30px;
    }

    .container-right {
        padding: 0 30px 0 0;
    }

    .container-left-half {
        padding-left: 30px;
    }

    .container-right-half {
        padding-right: 20px;
    }

    .inner-half-2 {
        width: calc(43vw - 30px);
    }

    .padding {
        padding: 30px;
    }

    .padding-right {
        padding-right: 30px;
    }

    .padding-left {
        padding-left: 30px;
    }

    .padding-right-half {
        padding-right: 20px !important
    }

    .padding-left-half {
        padding-left: 20px !important
    }

    .padding-top {
        padding-top: 30px;
    }

    .padding-top-sm, .padding-top-half {
        padding-top: 20px;
    }

    .padding-top-quarter {
        padding-top: 20px;
    }

    .padding-bottom {
        padding-bottom: 30px;
    }

    .padding-bottom-sm, .padding-bottom-half {
        padding-bottom: 20px;
    }

    .margin {
        margin: 30px;
    }

    .margin-half {
        margin: 20px;
    }

    .margin-top {
        margin-top: 30px;
    }

    .margin-top-sm, .margin-top-half {
        margin-top: 20px;
    }

    .margin-bottom-sm, .margin-bottom-half {
        margin-bottom: 20px;
    }

    .margin-left {
        margin-left: 30px;
    }

    .margin-right {
        margin-right: 30px;
    }

    .margin-left-half {
        margin-left: 20px;
    }

    .margin-right-half {
        margin-right: 20px;
    }

    .margin-minus-top {
        margin-top: -30px;
    }

    .containerX2 {
        padding: 0 120px;
    }

    .flex-1-overlap {
        width: calc(50% + 20px);
    }
    /* Same */

    .row.gutters {
        margin-left: -30px;
    }

        .row.gutters .col {
            padding-left: 30px;
        }

    .social-article {
        margin: 30px 0;
    }


    header {
        display: flex;
        padding: 30px 30px 10px 30px;
    }

    .nav-holder {
        right: 30px !important;
        top: 40px !important;
        width: 170px;
    }

        .nav-holder.locked.locked2 {
            top: 12px !important;
        }

    .menu-primary li a {
        font-size: 24px;
        line-height: 1.4;
    }

    .menu-secondary li a {
        font-size: 17px;
        line-height: 1.2;
    }

    .menu-container-right {
        flex: 2;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .hero-primary {
        height: 70vh;
    }

    .hero h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .scroll-down em {
        top: -26px;
        left: 6px;
        height: 40px;
    }

    .block-1 {
        width: 240px;
        height: 240px;
    }

    .block-down {
        right: -50%;
        right: -30px;
        height: 1px;
        width: 60px;
        background-color: #f5f3ec;
        position: relative;
    }

    .block-1 h1, .block-1 h1 a {
        font-size: 26px;
        line-height: 34px;
    }

    .menu-secondary {
        margin: 18px 0 22px 0;
    }

    .menu-social {
        margin: 0px 0 10px 0;
    }

        .menu-social li {
            margin-right: 15px
        }

            .menu-social li a svg {
                height: 15px;
            }

    .affix {
        height: 60px;
    }

    .affix-nav ul {
        height: 60px;
    }

    .secondary-navigation .container {
        padding: 0 5px;
    }

    .afix.affix-nav {
        text-align: left;
    }

    .logo img {
        width: 130px;
    }

    .affix {
        text-align: left;
    }

        .affix.affix-nav ul li {
            font-size: 11px;
            line-height: 20px;
            padding: 15px 8px;
            line-height: 1.4;
        }

    .affix-nav ul li span {
        font-size: 13px;
    }

    .affix-nav ul li {
        font-size: 11px;
        line-height: 20px;
        padding: 15px 8px;
        line-height: 1.4;
    }

        .affix-nav ul li span {
            font-size: 13px;
        }

    .news-list-meta {
        margin-left: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .news-list a em:before {
        height: 31px;
        bottom: 34px;
    }

    .news-list a em:after {
        height: 31px;
    }


    .news-list a em {
        font-size: 12px;
    }

    .news-list h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .list-features li h5 {
        font-size: 13px;
        line-height: 17px;
    }

    .list-features li h6 {
        font-size: 13px;
        line-height: 20px;
    }

    .list-features li em {
        width: 24px;
        height: 24px;
        margin-right: 20px;
    }

    .team-list figure b {
        display: none;
    }

    .translate-y-20 {
        transform: translateY(0px);
    }

    .team-list-meta {
        margin-left: 0px;
        padding-bottom: 10px;
        padding-top: 15px;
    }

    .team-list .team-inner em {
        padding-left: 0px;
        margin-bottom: 5px;
        font-size: 13px;
    }

        .team-list .team-inner em:before {
            display: none
        }

    .team-list h2 {
        padding-left: 0px;
        font-size: 11px;
        line-height: 1.2;
        margin-bottom: 7px;
    }

    .team-list p {
        font-size: 12px;
        line-height: 17px;
        padding-left: 0px;
    }

    .team-list .team-inner em:before, .team-list .team-inner em:after {
        height: 31px;
        bottom: 34px;
    }

    .team-list .team-inner em:after {
        height: 31px;
    }

    .icon-list {
        font-size: 12px;
    }

        .icon-list .icon img {
            width: 60px;
        }

        .icon-list hr {
            width: 45px;
            margin: 15px auto 20px auto;
        }

    .team-list .flex-1 {
        width: 50%;
    }

    .news-list figure b {
        display: none;
    }

    .news-list a:hover .news-list-meta {
        transform: none;
    }

    .news-list a:hover h2 {
        color: inherit;
    }


    .outdent {
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: 30px;
    }

    .outdent-left {
        margin-left: -30px;
    }

    .outdent-right {
        margin-right: -30px;
    }

    .minus-animation-fix {
        margin-bottom: -160px;
    }

    .next-article {
        min-height: 420px;
    }

    .next-article-hfix {
        height: 111.95px;
    }

    blockquote {
        margin: 30px 0;
        padding: 0 20px;
        font-size: 20px;
        line-height: 26px;
    }

    .article-inner ul {
        margin: 30px 0;
        padding: 20px 30px;
    }



    .line-lg {
        height: 40px;
    }

    .next-image {
        height: 20vh;
        max-height: 30vh;
    }

    .cta-button {
        width: 144px;
        padding: 13px 20px;
        border: 1px solid #707070;
        font-size: 12px;
        letter-spacing: 0.4px;
        min-width: 144px;
        transition: all 0.3s;
    }

    .cta-button-2 {
        padding: 13px 20px;
        font-size: 12px;
        letter-spacing: 0.4px;
        transition: all 0.3s;
    }

    .cta-button-3 {
        padding: 13px 20px;
        font-size: 12px;
        letter-spacing: 0.4px;
        transition: all 0.3s;
    }


    .tabBlock-tab {
        font-size: 14px;
        letter-spacing: 0px;
        padding: 4px 0;
        margin: 0 18px 0 0;
    }

    .newsletter-form {
        max-width: 100%;
    }

    .footer-right ul {
        margin-bottom: 0;
    }

    .footer-right small {
        font-size: 12px;
    }

    footer {
        padding: 40px 0 100px 0;
    }

    .hamburger {
        padding: 15px 11px;
        height: 38px;
    }

    .nav-book {
        padding: 13px 15px;
        height: 38px;
        font-size: 10px;
        margin-right: 3px;
    }

    .inner-sm {
        max-width: 480px;
        margin: 0 auto;
    }

    footer .flex > div:nth-last-child(2) {
        flex: 2;
    }

    footer .flex > div:last-child {
        flex: 1.8;
    }

    .newsletter-form {
        max-width: 100%;
        margin: 0 30px;
    }

    .arrow-button {
        font-size: 13px;
    }

    .social-article li {
        width: 32px;
        margin: 0 10px;
        display: inline-block;
    }
}

@media only screen and (max-height: 600px) {
    .hero-primary {
        height: 100vh;
    }

    .hero h1 {
        margin-top: 50px;
    }

    .header-image {
        height: 60vh;
    }
}


/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {

    h4 {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .menu-container-right {
        flex: 3;
        padding: 0;
    }

    .menu-primary li a {
        font-size: 22px;
        line-height: 1.4;
    }

    .menu-secondary {
        margin: 12px 0 16px 0;
    }

    .news-list h2 {
        font-size: 16px;
        line-height: 20px;
    }

    footer .flex > div:first-child {
        flex: 0
    }

    footer .flex > div:nth-last-child(2) {
        flex: 2.1;
    }

    footer .flex > div:last-child {
        flex: 2;
    }

    .affix.affix-nav ul li {
        font-size: 10px;
        line-height: 14px;
        padding: 15px 6px;
    }

        .affix.affix-nav ul li span {
            font-size: 12px;
        }

    .arrow-button {
        font-size: 11px;
    }

    .underline-link {
        font-size: 11px;
    }

    .tabBlock-tab {
        font-size: 13px;
        letter-spacing: 0px;
        padding: 4px 0;
        margin: 0 16px 0 0;
    }

    .list-features li h5 {
        margin-bottom: 0;
    }

    .header-image {
        height: 30vh;
    }
}

@media only screen and (min-device-width: 375px) and (max-height: 320px) {

    h4 {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .menu-container-right {
        flex: 3;
        padding: 0;
    }

    .menu-primary li a {
        font-size: 22px;
        line-height: 1.4;
    }

    .menu-secondary {
        margin: 12px 0 16px 0;
    }

    .news-list h2 {
        font-size: 16px;
        line-height: 20px;
    }

    footer .flex > div:first-child {
        flex: 0
    }

    footer .flex > div:nth-last-child(2) {
        flex: 2.1;
    }

    footer .flex > div:last-child {
        flex: 2;
    }

    .affix.affix-nav ul li {
        font-size: 10px;
        line-height: 14px;
        padding: 15px 6px;
    }

        .affix.affix-nav ul li span {
            font-size: 12px;
        }

    .arrow-button {
        font-size: 11px;
    }

    .underline-link {
        font-size: 11px;
    }

    .tabBlock-tab {
        font-size: 13px;
        letter-spacing: 0px;
        padding: 4px 0;
        margin: 0 16px 0 0;
    }

    .list-features li h5 {
        margin-bottom: 0;
    }

    .header-image {
        height: 50vh;
    }
}





@media only screen and (max-height: 700px) {
    .menu-primary li a {
        font-size: 28px;
        line-height: 1.4;
    }
}


@media only screen and (max-height: 600px) {
    .menu-primary li a {
        font-size: 22px;
        line-height: 1.4;
    }

    .menu-secondary {
        margin: 20px 0 20px 0;
    }

        .menu-secondary li {
        }

            .menu-secondary li a {
                font-size: 18px;
                line-height: 1;
            }
}



/******************************************************************************************************************the************************************************************************************/
@media only screen and (max-width: 580px) and (max-height: 960px) {
    .mq-size {
        padding-top: 90px;
    }

    .i-img {
        margin-left: 30px !important;
    }

    .bdiv {
        margin-left: 74px;
        border: 1px solid rgb(169, 169, 169);
        color: #fff;
        padding: 11px 19px;
        overflow: visible;
        height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .bdiv:hover {
            color: #fff;
        }

    .abt-img {
        height: 300px !important;
        padding: 10px !important;
    }

    .abt-img-2 {
        width: 320px !important;
    }

    .abt-img-3-marg {
        margin-left: 29px !important;
    }

    .e-felx {
        display: grid !important;
    }

    h6 {
        font-size: 31px;
        line-height: 33px;
        color: #856D47;
        text-transform: uppercase;
        font-weight: 200;
        margin: 20px 0;
        font-family: 'proxima_nova_cn_rgregular';
        letter-spacing: 0.6px;
    }

    p {
        margin: 0 0 20px 0;
    }

    .none-sm {
        display: none;
    }

    .rowp.gutters, .rowp.gutters > .rowp {
        margin-left: 0px;
    }

        .rowp.gutters > .colp, .rowp.gutters > .rowp > .colp {
            margin-left: 30px;
        }

    .gutters > .col-6-sm {
        width: calc(50% - 30px);
    }

    .w100-sm {
        width: 100%;
    }

    .container-left-sm {
        padding-left: 30px;
    }

    .container-right-sm {
        padding-right: 30px;
    }

    .block-sm {
        flex-direction: column;
    }

    .last-sm {
        order: 1;
        width: 100%;
    }

    .minus-top-sm {
        margin-top: -60px;
        z-index: -1;
        position: relative;
    }

    .margin-right-minus-sm {
        margin-right: -30px;
    }



    .margin-bottom-0-sm {
        margin-bottom: 0;
    }

    .padding-top-0-sm {
        padding-top: 0 !important;
    }

    .padding-bottom-0-sm {
        padding-bottom: 0 !important;
    }

    .padding-left-0-sm {
        padding-left: 0 !important;
    }

    .padding-right-0-sm {
        padding-right: 0 !important;
    }

    .menu-container-left {
        flex: 0
    }

    .menu-container-right {
        flex: 6;
        padding: 0;
    }

    .menu-primary li {
        margin: 8px 0;
    }

        .menu-primary li a {
            font-size: 27px;
        }

    .menu-secondary {
        margin: 30px 0 80px 0;
    }

    .menu-right .menu-social {
        margin: 40px 0 30px 0;
    }

    .menu-secondary li {
        margin: 10px 0;
    }

        .menu-secondary li a {
            font-size: 20px;
            line-height: 1.2;
        }

    .gallery.h100, .gallery .h100 {
        height: 30vh;
    }

    .menu-image-list {
        background-color: #f5f3ec;
    }

        .menu-image-list div {
            height: 60vh;
        }

    .hero-secondary {
        height: 60vh;
    }

    .hero-image {
        height: 60vh;
    }

    .logo {
        text-align: left;
    }

        .logo img {
            width: 110px;
        }

    .hero-primary {
        height: 70vh;
    }

    .hero h1 {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0
    }

    .overflow-x-sm .col {
        width: 50%;
        min-width: 260px;
    }


    .wrap-50-sm .col {
        width: 50%;
    }

    .overflow-x-sm {
        overflow-x: scroll;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .panel.panel-1.h100, .block-holder {
        height: auto;
        padding: 80px 0 40px 0;
    }

    .owl-theme .owl-dots {
        bottom: 12px;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 20px;
            height: 4px;
            margin: 0 4px;
        }

    .news-list-sm {
    }

        .news-list-sm a em:before, .news-list-sm a em:after {
            display: none;
        }

        .news-list-sm .news-list-meta {
            margin-left: 0;
            padding-top: 10px;
        }

        .news-list-sm a em, .news-list-sm h2 {
            padding-left: 0;
        }

        .news-list-sm h2 {
            font-size: 15px;
            line-height: 17px;
        }

        .news-list-sm a em {
            margin-bottom: 4px;
        }

        .news-list-sm em span {
            margin-right: 6px;
        }

    .news-featured-meta em {
        margin-bottom: 10px;
        font-size: 12px;
    }

        .news-featured-meta em span {
            margin-right: 6px;
        }

    .featured-holder h3 {
        line-height: 1.3;
        margin-bottom: 10px;
    }


    .team-list-meta {
        margin-left: 0px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .team-list em:before, .team-list em:after {
        display: none !important;
    }

    .team-list .team-inner em {
        padding-left: 0px;
        margin-bottom: 5px;
    }

    .team-list h2 {
        padding-left: 0px;
        font-size: 11px;
        line-height: 1.2
    }

    .team-list p {
        font-size: 11px;
        line-height: 17px;
        padding-left: 0px;
    }

    .team-list .team-inner em:before {
        height: 31px;
        bottom: 34px;
    }

    .team-list .team-inner em:after {
        height: 31px;
    }

    footer {
        text-align: center;
    }

        footer .menu-social {
            justify-content: center;
            margin-bottom: 30px;
        }

        footer .flex {
            display: block;
        }

    .footer-right {
        text-align: center;
        margin-top: 20px;
    }

        .footer-right ul {
            margin-bottom: 10px;
        }

            .footer-right ul li {
                display: block;
                margin: 0
            }

                .footer-right ul li a {
                    padding: 4px 0;
                    display: block;
                }

    header {
        padding: 30px 30px 30px 30px;
    }

    .flex-full-sm {
        display: block;
    }

    .next-article-hfix {
        height: 121.8px;
    }

    .cta-button {
        width: 110px;
        padding: 10px 15px;
        border: 1px solid #707070;
        font-size: 10px;
        letter-spacing: 0.4px;
        min-width: 120px;
        transition: all 0.3s;
    }

    .cta-button-2 {
        padding: 10px 15px;
        font-size: 10px;
        letter-spacing: 0.4px;
        transition: all 0.3s;
    }

    .cta-button-3 {
        padding: 10px 15px;
        font-size: 10px;
        letter-spacing: 0.4px;
        transition: all 0.3s;
    }

    .dots-left-sm.owl-theme .owl-dots {
        text-align: left;
        padding-left: 15px;
    }

    #sync1 .h100, #sync1 {
        height: 60vh
    }

    #classic-rooms .animate-section {
        transform: translate3d(0, 0, 0) scaleY(1) !important;
        opacity: 1 !important;
    }
}



@media only screen and (max-height: 380px) {
    .menu-primary li a {
        font-size: 20px;
        line-height: 1.4;
    }

    .menu-secondary {
        margin: 8px 0 8px 0;
    }

        .menu-secondary li {
            margin: 0;
        }

            .menu-secondary li a {
                font-size: 14px;
                line-height: 1;
            }

    .header-image {
        height: 50vh;
    }
}




/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .menu-holder {
        transform: translateY(-50%);
    }

    .menu-social {
        justify-content: center;
    }

    .menu-image-list {
        height: 60%;
    }

    .menu-container-left {
        flex: 0
    }

    .menu-container-right {
        flex: 6;
        padding: 0;
    }

    .menu-image-list div {
        height: 60vh;
    }

    .hero-secondary {
        height: 60vh;
    }

    .hero-image {
        height: 60vh;
    }

    .hero-primary {
        height: 60vh;
    }

    .hero-secondary {
        height: 60vh;
    }

    .panel.panel-1.h100, .block-holder {
        height: auto;
        padding: 80px 0 40px 0;
    }

    .menu-container-right {
        align-items: center;
        text-align: center;
    }

    #sync1 .h100, #sync1 {
        height: 60vh;
    }
}


/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .menu-holder {
        transform: translateY(-50%);
    }

    .menu-social {
        justify-content: center;
    }

    .menu-image-list {
        height: 60%;
    }

    .menu-container-left {
        flex: 0
    }

    .menu-container-right {
        flex: 6;
        padding: 0;
    }

    .menu-image-list div {
        height: 60vh;
    }

    .hero-secondary {
        height: 60vh;
    }

    .hero-image {
        height: 60vh;
    }

    .hero-primary {
        height: 60vh;
    }

    .hero-secondary {
        height: 60vh;
    }

    .panel.panel-1.h100, .block-holder {
        height: auto;
        padding: 80px 0 40px 0;
    }

    .menu-container-right {
        align-items: center;
        text-align: center;
    }

    #sync1 .h100, #sync1 {
        height: 60vh;
    }
}


/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .menu-holder {
        transform: translateY(-50%);
    }

    .menu-social {
        justify-content: center;
    }

    .menu-image-list {
        height: 60%;
    }

    .menu-container-left {
        flex: 0
    }

    .menu-container-right {
        flex: 6;
        padding: 0;
    }

    .menu-image-list div {
        height: 60vh;
    }

    .hero-secondary {
        height: 60vh;
    }

    .hero-image {
        height: 60vh;
    }

    .hero-primary {
        height: 60vh;
    }

    .hero-secondary {
        height: 60vh;
    }

    .panel.panel-1.h100, .block-holder {
        height: auto;
        padding: 80px 0 40px 0;
    }

    .menu-container-right {
        align-items: center;
        text-align: center;
    }

    #sync1 .h100, #sync1 {
        height: 60vh;
    }
}


/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .menu-holder {
        transform: translateY(-50%);
    }

    .menu-social {
        justify-content: center;
    }

    .menu-image-list {
        height: 60%;
    }

    .menu-container-left {
        flex: 0
    }

    .menu-container-right {
        flex: 6;
        padding: 0;
    }

    .menu-image-list div {
        height: 60vh;
    }

    .hero-secondary {
        height: 60vh;
    }

    .hero-image {
        height: 60vh;
    }

    .hero-primary {
        height: 60vh;
    }

    .hero-secondary {
        height: 60vh;
    }

    .panel.panel-1.h100, .block-holder {
        height: auto;
        padding: 80px 0 40px 0;
    }

    .menu-container-right {
        align-items: center;
        text-align: center;
    }

    #sync1 .h100, #sync1 {
        height: 60vh;
    }
}




.site-notice {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: rgb(0 0 0 / 70%);
    webkit-backdrop-filter: saturate(180%) blur(8px);
    backdrop-filter: saturate(180%) blur(5px);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
    z-index: 9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.site-notice-close {
    margin-left: 20px;
    display: inline-block;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.4s;
    color: #fff;
}

    .site-notice-close span {
        display: block;
        width: 12px;
        height: 12px;
        margin-left: 8px;
    }

    .site-notice-close svg {
        width: 12px;
        height: 12px;
        display: block
    }

    .site-notice-close:hover {
        color: rgb(255 255 255 / 76%);
    }

    .site-notice-close svg path {
        fill: #fff;
        transition: all 0.4s;
    }

    .site-notice-close:hover svg path {
        fill: #ffffff;
    }

.site-notice-inner {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.site-notice-left {
    margin-right: 20px;
    color: #fff;
}

    .site-notice-left p {
        margin: 0
    }

    .site-notice-left a {
        text-decoration: underline
    }

    .site-notice-left > div {
        max-width: 580px;
    }

.site-notice-right {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

    .site-notice-right .cta-button {
        padding: 10px 20px;
    }


@media only screen and (max-width: 600px) {
    .site-notice-inner {
        padding: 20px;
        display: block;
    }

    .site-notice-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .site-notice-right {
        text-align: right;
        justify-content: flex-end;
    }

        .site-notice-right .cta-button {
            font-size: 13px;
            width: 160px
        }

    .site-notice-close {
        font-size: 13px;
        margin-left: 0;
    }
}



.touch .show-no-touch {
    display: none;
}

.no-touch .show-touch {
    display: none;
}

.icon-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 80px;
    z-index: 999; /* display: none; */
}

@media only screen and (max-width: 1260px) {
    .icon-whatsapp {
        right: 60px;
    }
}

@media only screen and (max-width: 1100px) {
    .icon-whatsapp {
        right: 40px;
    }
}

@media only screen and (max-width: 959px) {
    .icon-whatsapp {
        right: 30px;
    }

    .site-notice {
        left: 30px;
        right: 70px;
    }
}
