@font-face {
    font-family: "Canela";
    src: url("../../fonts/CanelaTextThin.eot");
    src: url("../../fonts/CanelaTextThin.eot?#iefix") format("embedded-opentype"), url("../../fonts/CanelaTextThin.woff") format("woff"), url("../../fonts/CanelaTextThin.ttf") format("truetype"), url("../../fonts/CanelaTextThin.svg#Canela") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Canela Italic";
    src: url("../../fonts/CanelaTextThinItalic.eot");
    src: url("../../fonts/CanelaTextThinItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/CanelaTextThinItalic.woff") format("woff"), url("../../fonts/CanelaTextThinItalic.ttf") format("truetype"), url("../../fonts/CanelaTextThinItalic.svg#Canela Italic") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Modernline";
    src: url("../../fonts/modernline.eot");
    src: url("../../fonts/modernline.eot?#iefix") format("embedded-opentype"), url("../../fonts/modernline.woff") format("woff"), url("../../fonts/modernline.ttf") format("truetype"), url("../../fonts/modernline.svg#Modernline") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "ModernlineTail";
    src: url("../../fonts/modernlinetail.eot");
    src: url("../../fonts/modernlinetail.eot?#iefix") format("embedded-opentype"), url("../../fonts/modernlinetail.woff") format("woff"), url("../../fonts/modernlinetail.ttf") format("truetype"), url("../../fonts/modernlinetail.svg#ModernlineTail") format("svg");
    font-weight: normal;
    font-style: normal
}


@keyframes letra {
    0% {
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dasharray: 0;
        stroke-dashoffset: 0
    }
}

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

    .btn {
        display: inline-block;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #111;
        border: 1px solid #111;
        font-size: 13px;
        padding: 14px 20px 12px 20px;
        cursor: pointer;
        transition: all .3s ease-in-out
    }

    .btn:hover {
        background: #a28964;
        border-color: #a28964;
        color: white;
        transition: all .3s ease-in-out
    }

    .white.btn {
        color: white;
        border-color: white
    }

    .white.btn:hover {
        background: white;
        color: #a28964;
        transition: all .3s ease-in-out
    }

    .hidden,
    .restMenus_item:not(.active) {
        position: absolute;
        display: block;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }

    .animated {
        transition: all 0.7s cubic-bezier(0.18, 0.32, 0.17, 0.99)
    }

    * {
        box-sizing: border-box
    }

    html {
        font-size: 17px
    }

    body {
        font-family: "Nunito Sans", sans-serif;
        font-size: 16px;
        color: #111;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .skip-to-content {
        background: white;
        color: black;
        position: fixed;
        transition: all 300ms ease-out;
        z-index: 99999999;
        top: -100px;
        display: block;
        margin: 0
    }

    .skip-to-content:focus {
        top: 0
    }

    .skip-to-content:hover {
        background: #f1efeb
    }

    a,
    input,
    button {
        color: #a28964;
        transition: all 0.3s ease-in-out
    }

    a:hover,
    input:hover,
    button:hover {
        text-decoration: none
    }

    a:focus,
    input:focus,
    button:focus {
        outline: #a28964;
        text-decoration: underline;
        color: #a28964
    }

    img,
    video {
        vertical-align: top
    }

    ul {
        margin: 0;
        padding: 0
    }

    p,
    li {
        line-height: 1.8
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        font-weight: 200
    }

    button,
    select {
        border: 0;
        background: transparent;
        appearance: none;
        border-radius: 0
    }

    button:focus,
    checkbox:focus,
    radio:focus {
        outline-style: none;
        box-shadow: none;
        outline: none;
        border-radius: 0
    }

    .ada-noshow {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }

    .withshadow {
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25)
    }

    .js-lightboxbtn {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #111;
        margin: 20px 0 0 0
    }

    .js-lightboxclose {
        position: absolute;
        top: 0;
        right: 0;
        background: #a28964;
        cursor: pointer;
        width: 40px;
        height: 40px
    }

    .js-lightboxclose:before,
    .js-lightboxclose:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 1px;
        left: 9px;
        background: white;
        transform-origin: 0;
        transition: all .3s ease-in-out
    }

    .js-lightboxclose:before {
        top: 9px;
        transform: rotate(45deg)
    }

    .js-lightboxclose:after {
        bottom: 9px;
        transform: rotate(-45deg)
    }

    .js-lightboxclose:hover:before {
        transition: all .3s ease-in-out;
        left: 5px;
        transform: rotate(0) translateY(10px)
    }

    .js-lightboxclose:hover:after {
        transition: all .3s ease-in-out;
        left: 5px;
        transform: rotate(0) translateY(-10px)
    }

    .lightbox {
        overflow: hidden;
        height: 0;
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        padding: 0;
        background: rgba(0, 0, 0, 0.7);
        transition: opacity .6s ease-in-out
    }

    .lightbox.open {
        height: 100%;
        visibility: visible;
        opacity: 1;
        z-index: 9999;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        transition: opacity .6s ease-in-out
    }

    .lightbox-wrap {
        background: white;
        padding: 40px;
        position: relative;
        margin: 0 auto;
        width: 90%;
        max-width: 600px;
        height: auto;
        max-height: 600px
    }

    .lightbox-wrap:after {
        position: absolute;
        z-index: 3;
        bottom: 0;
        width: 100%;
        left: 0;
        content: "";
        background: #fff;
        background: linear-gradient(0deg, #fff 30%, rgba(255, 255, 255, 0) 100%);
        height: 40px
    }

    .lightbox .copy-wrap {
        position: relative;
        max-height: 560px;
        overflow-y: auto;
        z-index: 1
    }

    .lightbox .box {
        padding-bottom: 40px
    }

    .lightbox .box::-webkit-scrollbar {
        display: none
    }

    .lightbox h2 {
        font-family: "Canela", "serif";
        font-size: 35px;
        color: #a28964;
        line-height: 1.1;
        margin: 0 0 20px 40px
    }

    .lightbox h2 span {
        display: block
    }

    .lightbox h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .lightbox h2 em span {
        display: inline
    }

    .lightbox h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .lightbox h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .lightbox h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .lightbox h2 em {
        display: block
    }

    .lightbox h2 span {
        display: block;
        font-size: 15px;
        font-family: "Nunito Sans", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: #111;
        letter-spacing: 2px;
        margin-bottom: 5px
    }

    .lightbox h3 {
        font-family: "Canela", "serif";
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 20px
    }

    .lightbox p {
        margin-bottom: 20px
    }

    .lightbox p:last-child {
        margin-bottom: 0
    }

    .lightbox p+ul {
        margin-top: -20px;
        margin-bottom: 20px
    }

    .lightbox ul {
        margin-left: 20px
    }

    .lightbox ul li {
        position: relative;
        padding: 0 0 0 20px;
        margin-bottom: 5px
    }

    .lightbox ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        border-radius: 50%;
        width: 3px;
        height: 3px;
        background: #a28964
    }

    @media only screen and (max-width: 600px) {
        .lightbox .lightbox-wrap {
            padding: 40px 20px
        }
    }

    .learnmore {
        display: inline-block;
        padding: 15px 10px;
        position: relative;
        color: #111;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px
    }

    .learnmore:after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #111;
        transform: translateY(5px);
        transition: all .3s ease-in-out
    }

    .learnmore:hover {
        color: #a28964
    }

    .learnmore:hover:after {
        background: #a28964;
        transition: all .3s ease-in-out;
        transform: translateY(0px)
    }

    .text-modules .text-module__quad {
        text-align: center;
        font-size: 55px;
        color: #111
    }

    a:focus,
    button:focus,
    input:focus {
        outline: 1px dotted rgba(0, 0, 0, 0.1)
    }

    form {
        margin-bottom: 2em;
        width: 100%
    }

    form label {
        display: block;
        margin: 0 0 10px;
        font-size: 15px;
        color: #111
    }

    form label span {
        font-size: 0.8em
    }

    form input[type=text],
    form input[type=email],
    form input[type=tel],
    form input[type=date],
    form input[type=number],
    form select,
    form textarea {
        border: 0px none;
        margin: 0px 0px 10px;
        color: #111;
        background-color: #e8e8e8;
        padding: 5px 3%;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        -moz-appearance: none
    }

    form select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: ''
    }

    form select::-ms-expand {
        display: none
    }

    form select option {
        color: black;
        text-align: center
    }

    form textarea {
        min-height: 120px
    }

    form input:-ms-input-placeholder {
        color: #111;
        opacity: 1
    }

    form input::placeholder {
        color: #111;
        opacity: 1
    }

    #frmContact,
    #formRFP {
        max-width: 800px;
        margin: auto
    }

    #frmContact input[type=text],
    #frmContact input[type=email],
    #frmContact select,
    #frmContact textarea,
    #formRFP input[type=text],
    #formRFP input[type=email],
    #formRFP select,
    #formRFP textarea {
        width: 100%
    }

    .form-entry,
    .field {
        margin-bottom: 10px;
        position: relative
    }

    label.error {
        position: absolute;
        bottom: 100%;
        left: 0px;
        font-size: 12px;
        color: #fff;
        background: #e74c3c;
        padding: 7px 12px;
        border-radius: 3px;
        margin-bottom: 2px;
        z-index: 3
    }

    label.error:before {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 20px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #e74c3c
    }

    input[type=text].error,
    input[type=tel].error,
    input[type=email].error,
    select.error,
    textarea.error {
        border-color: #e74c3c
    }

    .errorMsg,
    #email-error p {
        line-height: 1.4;
        margin: 0 auto 10px;
        text-align: left
    }

    .errorMsg ul,
    .errorMsg ul li {
        color: #fff !important;
        margin-bottom: 0;
        list-style: none
    }

    .errorMsg ul li:before {
        display: none
    }

    #email-error.success {
        background-color: #a28964
    }

    p#thankyou {
        text-align: center
    }

    fieldset {
        border: 1px solid #BBC6CC;
        padding: 0 15px;
        margin-bottom: 2em
    }

    fieldset legend {
        font-size: 110%;
        margin-bottom: 15px;
        padding: 0 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 2em
    }

    .field.gdpr {
        position: relative;
        margin-bottom: 15px
    }

    .field.gdpr input {
        position: absolute;
        left: -99999px
    }

    .field.gdpr input:checked+label:after {
        opacity: 0
    }

    .field.gdpr label:not(.error) {
        position: relative;
        padding-left: 18px;
        text-align: left;
        font-size: 13px
    }

    .field.gdpr label:not(.error) a {
        color: #111;
        text-decoration: underline
    }

    .field.gdpr label:not(.error):before {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        background: #a28964;
        left: 0;
        top: 0;
        cursor: pointer;
        z-index: 2
    }

    .field.gdpr label:not(.error):after {
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: 4px;
        left: 0;
        top: 0;
        cursor: pointer;
        z-index: 3;
        background: #f1efeb;
        margin-top: 3px;
        margin-left: 3px
    }

    @media screen and (min-width: 641px) {
        .field.gdpr label:not(.error):after {
            opacity: 1
        }
    }

    .form-module-wrapper {
        position: relative;
        overflow: hidden
    }

    .form-module-wrapper form {
        margin: 60px auto;
        width: 90%;
        max-width: 1400px;
        background: #f1efeb;
        padding: 60px 10%;
        text-align: right
    }

    .form-module-wrapper form h2 {
        text-transform: uppercase;
        display: inline-block;
        letter-spacing: 2px;
        font-size: 15px;
        font-weight: 700;
        position: relative;
        z-index: 1;
        margin-bottom: 40px
    }

    .form-module-wrapper form h2:before {
        content: "";
        position: absolute;
        right: calc(100% + 10px);
        top: 7px;
        width: 1800px;
        height: 1px;
        background: #a28964
    }

    .form-module-wrapper form p {
        margin: 0px auto 30px auto;
        max-width: 90%;
        text-align: left
    }

    .form-module-wrapper .gdpr-wrap {
        display: inline-block;
        vertical-align: bottom;
        width: calc(100% - 175px);
        margin: 0px 0 0 0px;
        text-align: left
    }

    .form-module-wrapper .gdpr-wrap .gdpr {
        display: block;
        margin: 0 15px 10px 0
    }

    .form-module-wrapper .gdpr-wrap .gdpr label {
        margin-bottom: 0
    }

    .form-module__submit {
        display: inline-block;
        vertical-align: bottom;
        width: 150px;
        margin-right: 20px
    }

    .form-module__field {
        display: inline-block;
        vertical-align: top;
        position: relative;
        text-align: left;
        margin-bottom: 20px;
        margin-right: 20px
    }

    .form-module__field.col-6 {
        width: calc(50% - 24px)
    }

    .form-module__field.col-12 {
        width: calc(100% - 24px)
    }

    .form-module__field:not(.radio) label:not(.error),
    .form-module__field:not(.checkbox) label:not(.error) {
        position: absolute;
        z-index: 1;
        top: 15px;
        left: 15px;
        font-size: 16px;
        background: #f1efeb;
        transition: all .3s ease-in-out;
        margin: 0
    }

    .form-module__field:not(.radio) label:not(.error).moved,
    .form-module__field:not(.checkbox) label:not(.error).moved {
        top: -8px;
        padding: 0 5px;
        font-size: 12px;
        left: 5px;
        z-index: 3;
        transition: all .3s ease-in-out
    }

    .form-module__field:not(.radio) label:not(.error).moved+input,
    .form-module__field:not(.checkbox) label:not(.error).moved+input {
        color: #111
    }

    .form-module__field:not(.radio) label:not(.error).moved+select,
    .form-module__field:not(.checkbox) label:not(.error).moved+select {
        color: #111
    }

    .form-module__field.radio {
        clear: both
    }

    .form-module__field.radio label {
        position: relative !important;
        top: 0 !important;
        left: 0 !important
    }

    .form-module__field.radio .form-module__field--unit {
        margin: 0 20px 10px 0;
        float: left
    }

    .form-module__field.radio .form-module__field--unit input[type=radio],
    .form-module__field.radio .form-module__field--unit label:not(.error) {
        display: inline-block;
        vertical-align: middle
    }

    .form-module__field.radio .form-module__field--unit label:not(.error) {
        margin-left: 10px;
        margin-bottom: 0
    }

    .form-module__field.radio .form-module__field--unit input[type=radio] {
        border: 1px solid #a28964;
        background: transparent;
        appearance: none;
        width: 12px;
        height: 12px;
        border-radius: 50%
    }

    .form-module__field.radio .form-module__field--unit input[type=radio]:checked {
        background: #a28964
    }

    .form-module__field.checkbox {
        clear: both
    }

    .form-module__field.checkbox label {
        position: relative !important;
        top: 0 !important;
        left: 0 !important
    }

    .form-module__field.checkbox .form-module__field--unit {
        margin: 0 20px 10px 0;
        float: left
    }

    .form-module__field.checkbox .form-module__field--unit input[type=checkbox],
    .form-module__field.checkbox .form-module__field--unit label:not(.error) {
        display: inline-block;
        vertical-align: middle
    }

    .form-module__field.checkbox .form-module__field--unit label:not(.error) {
        margin-left: 10px;
        margin-bottom: 0
    }

    .form-module__field.checkbox .form-module__field--unit input[type=checkbox] {
        border: 3px solid #a28964;
        background: transparent;
        appearance: none;
        width: 10px;
        height: 10px;
        border-radius: 0px
    }

    .form-module__field.checkbox .form-module__field--unit input[type=checkbox]:checked {
        background: #a28964
    }

    .form-module__field input[type=text],
    .form-module__field input[type=email],
    .form-module__field input[type=number],
    .form-module__field textarea {
        position: relative;
        z-index: 2;
        padding: 15px 15px;
        margin: 0;
        background: transparent;
        width: 100%;
        font-size: 16px;
        color: transparent;
        width: 100%;
        border: 1px solid #111
    }

    .form-module__field input[type=text]:-ms-input-placeholder,
    .form-module__field input[type=email]:-ms-input-placeholder,
    .form-module__field input[type=number]:-ms-input-placeholder,
    .form-module__field textarea:-ms-input-placeholder {
        color: transparent
    }

    .form-module__field input[type=text]::placeholder,
    .form-module__field input[type=email]::placeholder,
    .form-module__field input[type=number]::placeholder,
    .form-module__field textarea::placeholder {
        color: transparent
    }

    .form-module__field input[type=text]:focus,
    .form-module__field input[type=email]:focus,
    .form-module__field input[type=number]:focus,
    .form-module__field textarea:focus {
        color: #111
    }

    .form-module__field textarea {
        color: #111
    }

    .form-module__confirmation {
        margin: 40px auto;
        text-align: center;
        max-width: 960px
    }

    .form-module-wrapper.light {
        background: white
    }

    .form-module-wrapper.light form {
        background: transparent
    }

    .form-module-wrapper.light form h2 {
        text-transform: capitalize;
        font-family: "Canela", "serif";
        font-size: 50px;
        color: #111;
        line-height: 1.1;
        text-align: center;
        font-weight: normal;
        display: block;
        line-height: 1.1
    }

    .form-module-wrapper.light form h2 span {
        display: block
    }

    .form-module-wrapper.light form h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .form-module-wrapper.light form h2 em span {
        display: inline
    }

    .form-module-wrapper.light form h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .form-module-wrapper.light form h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .form-module-wrapper.light form h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .form-module-wrapper.light form h2:before {
        display: none
    }

    .form-module-wrapper.light form h2 em {
        display: block;
        line-height: 1.2
    }

    .form-module-wrapper.light form p {
        text-align: center
    }

    .form-module-wrapper.light form .form-module__field:not(.radio) label:not(.error),
    .form-module-wrapper.light form .form-module__field:not(.checkbox) label:not(.error) {
        background: white
    }

    .amenities-block+.form-module-wrapper.light {
        margin-top: -60px
    }

    @media screen and (max-width: 640px) {
        .field.gdpr {
            margin: 10px 0
        }

        .field.gdpr label:not(.error) {
            padding-left: 70px;
            min-height: 30px;
            line-height: 16px
        }

        .field.gdpr label:not(.error):before {
            content: "";
            display: block;
            position: absolute;
            width: 51px;
            height: 30px;
            background: #323232;
            border-radius: 15px;
            left: 0;
            top: 0;
            cursor: pointer;
            transition: all 0.4s;
            border: 0
        }

        .field.gdpr label:not(.error):after {
            content: "";
            display: block;
            position: absolute;
            width: 24px !important;
            height: 24px !important;
            background: #fff;
            transition: all 0.4s;
            border-radius: 50%;
            top: 3px;
            left: 3px;
            z-index: 3;
            margin: 0
        }

        .field.gdpr input {
            position: absolute;
            left: -99999px
        }

        .field.gdpr input:checked+label:after {
            left: 24px;
            margin: 0;
            top: 3px;
            opacity: 1
        }

        .field.gdpr input:checked+label:before {
            background: #a28964
        }

        #frmContact .btn {
            width: 280px;
            display: block;
            margin: auto;
            margin-top: 40px
        }

        .form-module-wrapper form {
            padding: 60px 25px
        }

        .form-module-wrapper form h2 {
            font-size: 2.5vw
        }

        .form-module-wrapper.light form {
            margin-top: 0
        }

        .form-module-wrapper.light form h2 {
            line-height: 1
        }

        .form-module-wrapper.light form h2 em {
            line-height: 1.6
        }

        .form-module .gdpr-wrap {
            margin-top: 0px
        }

        .form-module__field.col-6 {
            width: 100%
        }

        .form-module__field.col-12 {
            width: 100%;
            margin: 0 0 20px 0
        }

        .form-module__field:not(.radio) label:not(.error) {
            position: relative;
            top: 0;
            left: 0
        }

        .form-module__field:not(.checkbox) label:not(.error) {
            position: relative;
            top: 0;
            left: 0
        }

        .form-module__field.date {
            width: 100%;
            background: transparent
        }

        .form-module__field.date label:not(.error) {
            position: relative;
            top: 0;
            left: 0
        }

        .form-module__field.radio .form-module__field--unit {
            width: 100%;
            max-width: 100%
        }

        .form-module__field.checkbox .form-module__field--unit {
            width: 100%;
            max-width: 100%
        }

        .form-module .gdpr-wrap {
            width: 100%
        }

        .form-module .gdpr-wrap .field {
            width: 100%
        }

        .form-module__submit {
            margin: 30px auto 0 auto;
            display: block;
            width: 220px;
            text-align: center
        }
    }

    p,
    li {
        font-size: 4vw;
        line-height: 1.6
    }

    .form-entry,
    fieldset {
        width: 100% !important
    }

    fieldset {
        padding: 0 15px !important
    }

    .one_half:last-child {
        padding-right: 0
    }

    input[type=text],
    input[type=email],
    input[type=tel],
    select,
    textarea {
        width: 100% !important;
        min-height: 40px !important;
        border-radius: 0;
        -webkit-appearance: none
    }

    input[type="submit"],
    .btnSubmit {
        width: 100% !important;
        border-radius: 0;
        -webkit-appearance: none
    }

    input[type="date"]:before {
        color: #111;
        content: attr(placeholder)
    }

    input[type="date"].full:before {
        color: #111;
        content: "" !important
    }

    .slick-arrow {
        width: 60px;
        height: 60px;
        position: absolute;
        border: 1px solid transparent;
        background: transparent;
        border-radius: 50%;
        padding: 0;
        font-size: 0;
        outline: none;
        cursor: pointer;
        transition: all .3s ease-in-out
    }

    .slick-arrow.slick-prev {
        background: url("../../svg/arrow-prev-gold.svg") no-repeat center center
    }

    .slick-arrow.slick-next {
        background: url("../../svg/arrow-next-gold.svg") no-repeat center center;
        border: 1px solid #a28964
    }

    .global-sitemap {
        margin: 0 auto;
        width: 75%
    }

    .global-sitemap li a {
        color: #111;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 2px
    }

    ul.global-sitemap {
        position: relative
    }

    ul.global-sitemap li {
        line-height: 1.6;
        margin-bottom: 10px;
        list-style: none
    }

    ul.global-sitemap li ul {
        border-left: 1px solid #EAEAEA;
        margin-left: 0px;
        margin-bottom: 10px
    }

    ul.global-sitemap li ul li {
        padding: 10px 5px 3px 5px;
        list-style: none !important;
        line-height: 1.2;
        font-size: 90%;
        margin-bottom: 0px
    }

    ul.global-sitemap li ul li a {
        text-decoration: none !important;
        color: grey;
        padding-left: 10px
    }

    ul.global-sitemap li ul li ul {
        margin: 10px 0 0 10px
    }

    ul.global-sitemap li ul li ul li ul li {
        padding: 0;
        margin-bottom: 3px
    }

    ul.global-sitemap li ul li ul li ul li a {
        opacity: 0.7
    }

    ul.global-sitemap li ul li:before {
        display: none
    }

    #livechat-compact-container {
        margin-bottom: 55px !important;
        z-index: 10 !important
    }

    .footer {
        text-align: center;
        background: url(images/bg-footer.jpg) no-repeat left bottom black;
        background-size: auto 100%;
        color: white
    }

    .footer .signup {
        background: #f1efeb;
        padding: 60px 20px
    }

    .footer .signup__title {
        font-family: "Canela", "serif";
        font-size: 9vw;
        color: #111;
        line-height: 1.1;
        margin-bottom: 30px;
        margin: 0 0 30px 0px;
        text-align: center
    }

    .footer .signup__title span {
        display: block
    }

    .footer .signup__title em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .footer .signup__title em span {
        display: inline
    }

    .footer .signup__title em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .footer .signup__title svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .footer .signup__title svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .footer .signup__title em {
        display: block;
        margin-left: -70px
    }

    .footer .signup__title em span {
        display: inline;
        font-family: "ModernlineTail", cursive
    }

    .footer .signup form .input {
        border: 1px solid #111;
        position: relative;
        margin-bottom: 20px
    }

    .footer .signup form .input input {
        position: relative;
        z-index: 2;
        padding: 15px 15px;
        margin: 0;
        background: transparent;
        width: 100%;
        font-size: 16px;
        color: transparent
    }

    .footer .signup form .input input:-ms-input-placeholder {
        color: transparent
    }

    .footer .signup form .input input::placeholder {
        color: transparent
    }

    .footer .signup form .input input:focus {
        color: #111
    }

    .footer .signup form .input label:not(.error) {
        position: absolute;
        z-index: 1;
        top: 15px;
        left: 15px;
        font-size: 16px;
        background: #f1efeb;
        transition: all .3s ease-in-out;
        margin: 0
    }

    .footer .signup form .input label:not(.error).moved {
        top: -15px;
        padding: 0 5px;
        font-size: 12px;
        left: 2px;
        transition: all .3s ease-in-out
    }

    .footer .signup form .input label:not(.error).moved+input {
        color: #111
    }

    .footer .signup form .input label:not(.error).moved+select {
        color: #111
    }

    .footer .signup form .signup-btn {
        margin: 30px auto 0 auto;
        width: 160px;
        display: block;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #111;
        border: 1px solid #111;
        font-size: .76471rem;
        padding: 14px 20px 12px 20px;
        cursor: pointer
    }

    .footer .logo {
        padding: 40px 0 20px 0;
        display: block
    }

    .footer .logo svg {
        fill: white;
        display: inline-block
    }

    .footer .address {
        color: white;
        font-size: 3.8vw
    }

    .footer .address a {
        color: white
    }

    .footer .social-media {
        margin: 40px 0
    }

    .footer .social-media li {
        display: inline-block;
        padding: 0 15px
    }

    .footer .social-media a {
        display: block
    }

    .footer .social-media svg {
        fill: white;
        height: 18px;
        max-width: 20px
    }

    .footer .title {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 4px;
        opacity: 0.6;
        margin-bottom: 30px
    }

    .footer #secondary-nav ul {
        columns: 2;
        column-gap: 10px;
        text-align: left;
        padding: 0 30px 40px 30px
    }

    .footer #secondary-nav a {
        color: white;
        display: inline-block;
        position: relative;
        font-size: 3.5vw;
        margin-bottom: 5px
    }

    .footer #secondary-nav a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        height: 1px;
        opacity: 0
    }

    .footer #secondary-nav a.current:after {
        opacity: 1
    }

    .footer .logos .logo {
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle
    }

    .footer #third-nav {
        margin: 30px 0
    }

    .footer #third-nav li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
        border-right: 1px solid white;
        line-height: 1
    }

    .footer #third-nav li:first-child {
        padding: 0 10px 0 0
    }

    .footer #third-nav li:last-child {
        padding: 0 0 0 10px;
        border: 0
    }

    .footer #third-nav a {
        display: block;
        color: white;
        font-size: 3vw;
        line-height: 1
    }

    .footer #third-nav a.current {
        color: #a28964
    }

    .footer .copy {
        font-size: 3vw;
        opacity: 0.7
    }

    .overlay {
        background: url("../../images/bg-letter-c.png") no-repeat center, url("../../images/bg-body.jpg") repeat center;
        background-size: auto 300px;
        z-index: 9999
    }

    .overlay a,
    .overlay * {
        color: #ffffff
    }

    .overlay a.current,
    .overlay *.active {
        color: #f1efeb
    }

    .overlay .close-menu,
    .overlay .close-res {
        z-index: 99;
        position: absolute;
        top: 5%;
        right: 7%;
        width: 30px;
        height: 30px
    }

    .overlay .close-menu svg,
    .overlay .close-res svg {
        fill: #a28964;
        width: 100%;
        height: 100%
    }

    .header-contact {
        display: none;
        text-align: center;
        position: fixed;
        z-index: 99999;
        bottom: 20px;
        left: 0;
        width: 100%
    }

    .header-contact a,
    .header-contact p {
        display: inline-block;
        vertical-align: middle;
        font-size: 3.5vw;
        line-height: 1;
        padding: 0 10px;
        color: #111
    }

    .header-contact p {
        border-left: 1px solid #111
    }

    .header-contact a {
        background: url("../../svg/icon-phone.svg") no-repeat left center;
        padding-left: 20px
    }

    .header-contact.open {
        display: block
    }

    header a.calendar {
        background: url("../../svg/icon-calendar.svg") no-repeat left 2px;
        background-size: auto 13px
    }

    .navigation {
        display: block
    }

    .navigation .inner {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 80%;
        overflow: scroll;
        text-align: center
    }

    .navigation .inner>ul {
        position: relative;
        max-height: 100%;
        top: 50%;
        transform: translateY(-50%)
    }

    .navigation .inner>ul>li a {
        display: block;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 4vw;
        color: #111;
        position: relative;
        padding: 5px 0
    }

    .navigation .inner>ul>li a:after {
        content: "";
        position: absolute;
        left: calc(50% - 20px);
        width: 40px;
        bottom: 4px;
        background: #a28964;
        height: 1px;
        opacity: 0
    }

    .navigation .inner>ul>li a.current::after {
        opacity: 1
    }

    .navigation .inner>ul>li .sub-sub-menu {
        display: none
    }

    .navigation .inner>ul>li .sub-sub-menu ul.submenu {
        padding: 10px 0
    }

    .navigation .inner>ul>li.item-open div.sub-sub-menu a {
        font-size: 3.5vw;
        opacity: 0.7
    }

    .navigation .inner>ul>li.item-open div.sub-sub-menu a.current {
        opacity: 1
    }

    .navigation #secondary-nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
        bottom: 30px;
        width: 100%;
        text-align: center
    }

    .navigation #secondary-nav li {
        display: inline-block;
        padding: 10px
    }

    body {
        background: url("../../images/bg-body.jpg")
    }

    h1 {
        font-family: "Canela", "serif";
        font-size: 9vw;
        color: #111;
        line-height: 1.1;
        margin-bottom: 30px
    }

    h1 span {
        display: block
    }

    h1 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    h1 em span {
        display: inline
    }

    h1 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    h1 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    h1 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    h1 em {
        display: block
    }

    .top-content {
        position: relative;
        width: 100%;
        background-color: #111
    }

    .top-content .press__header {
        margin-top: -35px;
        height: 150px;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .top-content .header-img {
        position: relative;
        z-index: 1
    }

    .top-content .big-image {
        height: 200px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

    .top-content .uvp {
        position: absolute;
        z-index: 3;
        width: 100%;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-family: "Canela", "serif";
        font-size: 11vw
    }

    .top-content .uvp em {
        font-family: "Modernline", "cursive";
        font-style: normal;
        font-size: 12vw
    }

    .top-content .uvp span {
        display: block;
        font-size: 5.5vw;
        line-height: 2
    }

    .intro-content {
        padding: 40px 0;
        text-align: center
    }

    .intro-content.noheaderimage {
        margin-top: 100px;
    }

    .intro-content p {
        margin-bottom: 20px
    }

    .intro-content p:last-child {
        margin-bottom: 0
    }

    #default .intro-content h1 em {
        display: block;
        line-height: 1;
        margin-bottom: 20px
    }

    .text-modules-wrapper {
        margin: 0 auto;
        width: 90%
    }

    .text-modules-wrapper p {
        margin-bottom: 20px;
        word-break: break-word;
    }

    .text-modules-wrapper ul {
        margin: 0 0 10px 0px
    }

    .text-modules-wrapper ul li {
        position: relative;
        padding: 0 0 0 20px;
        margin-bottom: 5px
    }

    .text-modules-wrapper ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        border-radius: 50%;
        width: 3px;
        height: 3px;
        background: #a28964
    }

    .text-modules-wrapper h2 {
        font-family: "Canela", "serif";
        font-size: 25px;
        margin: 20px 0
    }

    .text-modules-wrapper h3 {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 15px;
        margin: 0 0px 20px 0
    }

    .text-modules-wrapper table {
        width: 100%;
        border: 0
    }

    .text-modules-wrapper table tr {
        display: block;
        width: 100%
    }

    .text-modules-wrapper table td {
        display: block;
        width: 100%
    }

    #default.page-62300 .banner-return {
        position: fixed;
        background-color: #a28964;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        padding: 10px;
        top: 0;
        z-index: 99
    }

    #default.page-62300 .banner-return a {
        color: #fff
    }

    #default.page-62300 .banner-return a:hover {
        text-decoration: underline
    }

    #default.page-62300 header {
        top: 38px
    }

    #home h1 {
        margin: 0 0 40px 0;
        text-align: left
    }

    #home h1 br {
        display: none
    }

    #home h1 em:not(.cut),
    #home h1 span:not(.cut) {
        display: block
    }

    #home h1 em {
        margin-left: 25%;
        margin-bottom: 10px;
        line-height: 1
    }

    #home h1 span:not(.cut) {
        line-height: 1
    }

    #home h1 span:not(.cut):nth-child(2) {
        margin-left: 5%
    }

    #home h1 span:not(.cut):nth-child(3) {
        margin-left: 25%
    }

    #home .top-content {
        padding-top: 70px
    }

    #home .top-content .big-image {
        height: calc(100vh - 100px);
        overflow: hidden
    }

    #home .top-content .big-image:before {
        content: "";
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 150px;
        background: #000;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%)
    }

    #home .top-content .big-image video {
        width: 100%;
        position: relative;
        z-index: 1;
        height: 100%;
        object-fit: cover
    }

    #home .top-content .uvp {
        top: 70%;
        text-align: left;
        font-size: 12vw;
        width: 80%;
        left: 10%
    }

    #home .top-content .uvp em {
        line-height: 1.1;
        margin-left: 13%;
        display: block
    }

    #home .top-content .uvp em span {
        display: inline-block;
        font-size: 15.5vw;
        line-height: 1.1
    }

    #home .top-content .uvp div {
        font-size: 6vw;
        margin-left: 3%
    }

    #home .intro-content {
        background: url("../../images/bg-letter-c.png") no-repeat 40% -10%;
        background-size: auto 90%;
        padding-bottom: 150px
    }

    #home .map-block {
        display: none
    }

    #content {
        padding-bottom: 0
    }

    #content .content {
        padding: 30px 0
    }

    .gallery-mobile {
        margin-top: 70px
    }

    #gallery-category {
        padding-top: 80px;
    }

    #gallery-category .gallery-filter {
        margin: 0 auto 5px auto;
        width: 100%;
        padding: 20px 0 10px 0;
        border-bottom: 1px solid #a28964
    }

    #gallery-category .gallery-filter ul {
        columns: 2
    }

    #gallery-category .gallery-filter li {
        display: block;
        margin: 0px 0 15px 0;
        padding: 0 20px
    }

    #gallery-category .gallery-filter li a {
        display: block;
        position: relative;
        padding: 0 0px 0 25px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: rgba(17, 17, 17, 0.7);
        font-size: 11px;
        cursor: pointer
    }

    #gallery-category .gallery-filter li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        width: 10px;
        height: 10px;
        border: 1px solid #a28964
    }

    #gallery-category .gallery-filter li a:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 3px;
        width: 11px;
        height: 11px;
        background: url("../../svg/icon-check.svg") no-repeat center center;
        opacity: 0;
        transition: all .3s ease-in-out
    }

    #gallery-category .gallery-filter li.active a,
    #gallery-category .gallery-filter li:hover a {
        color: #a28964
    }

    #gallery-category .gallery-filter li.active a:after,
    #gallery-category .gallery-filter li:hover a:after {
        opacity: 1;
        transition: all .3s ease-in-out
    }

    #gallery-category .grid .grid-item {
        width: 50%
    }

    .gallery_wrapper .gallery_captiontext {
        display: none
    }

    .gallery_wrapper .gallery_close {
        background: url("../../svg/gallery-close.svg") no-repeat center transparent;
        background-size: cover;
        width: 40px;
        height: 40px;
        transition: all .3s ease-in-out
    }

    .gallery_wrapper .gallery_close:hover {
        opacity: 0.6;
        transition: all .3s ease-in-out
    }

    .gallery_wrapper .gallery_contain_prev {
        background: none;
        opacity: 1 !important
    }

    .gallery_wrapper .gallery_contain_prev .gallery_wrapper_prev {
        display: inline-block;
        border: 1px solid white;
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        border-radius: 50%;
        left: 10px;
        visibility: visible;
        opacity: 1
    }

    .gallery_wrapper .gallery_contain_prev .gallery_wrapper_prev:before,
    .gallery_wrapper .gallery_contain_prev .gallery_wrapper_prev:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 1px;
        top: 50%;
        left: calc(50% - 5px);
        background: white;
        transform-origin: 0% 50%
    }

    .gallery_wrapper .gallery_contain_prev .gallery_wrapper_prev:before {
        transform: rotate(-45deg)
    }

    .gallery_wrapper .gallery_contain_prev .gallery_wrapper_prev:after {
        transform: rotate(45deg)
    }

    .gallery_wrapper .gallery_contain_next {
        background: none;
        opacity: 1 !important
    }

    .gallery_wrapper .gallery_contain_next .gallery_wrapper_next {
        display: inline-block;
        border: 1px solid white;
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        left: calc(100% - 50px);
        border-radius: 50%;
        visibility: visible;
        opacity: 1
    }

    .gallery_wrapper .gallery_contain_next .gallery_wrapper_next:before,
    .gallery_wrapper .gallery_contain_next .gallery_wrapper_next:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 1px;
        top: 50%;
        left: calc(50% - 5px);
        background: white;
        transform-origin: 100% 50%
    }

    .gallery_wrapper .gallery_contain_next .gallery_wrapper_next:before {
        transform: rotate(-45deg)
    }

    .gallery_wrapper .gallery_contain_next .gallery_wrapper_next:after {
        transform: rotate(45deg)
    }

    .page-template-template_attractions_map .attraction-lightbox__wrapper {
        padding: 45px 20px
    }

    #attractions-wrapper .description {
        display: none
    }

    .attraction__wrapper h2 {
        font-family: "Canela", "serif";
        margin-bottom: 20px
    }

    .attraction__wrapper p {
        margin-bottom: 10px
    }

    .attraction__wrapper li {
        margin-bottom: 10px
    }

    .attraction__wrapper li svg,
    .attraction__wrapper li span {
        display: inline-block;
        vertical-align: middle;
        padding: 0 !important
    }

    .attraction__wrapper li svg {
        fill: #a28964
    }

    .learn-more-btn {
        margin-top: 20px
    }

    .slider-block {
        position: relative;
        text-align: right;
        padding-bottom: 60px
    }

    .slider-block .wrapper {
        width: 100%
    }

    .slider-block:before {
        content: "";
        position: absolute;
        z-index: 0;
        width: 100%;
        height: calc(100% - 150px);
        bottom: 0;
        background: #f1efeb;
        left: 0
    }

    .slider-block h2 {
        font-weight: 700;
        max-width: 600px;
        font-size: 3.7vw;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: inline-block;
        padding: 0 20px 40px 10px;
        position: relative
    }

    .slider-block h2:before {
        content: "";
        position: absolute;
        right: 100%;
        width: 300px;
        height: 1px;
        background: #a28964;
        top: 10px
    }

    .slider-block .subtitle {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 3vw;
        letter-spacing: 1px;
        margin-bottom: 15px
    }

    .slider-block article {
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        z-index: 3
    }

    .slider-block article figure {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 15%
    }

    .slider-block article .text {
        -ms-flex-order: 2;
        order: 2;
        padding: 40px 0px 90px 15%
    }

    .slider-block article .text h3 {
        font-family: "Canela", "serif";
        font-size: 9vw;
        color: #111;
        line-height: 1.1;
        margin-bottom: 30px;
        margin-bottom: 30px;
        padding-right: 30px
    }

    .slider-block article .text h3 span {
        display: block
    }

    .slider-block article .text h3 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .slider-block article .text h3 em span {
        display: inline
    }

    .slider-block article .text h3 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .slider-block article .text h3 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .slider-block article .text h3 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .slider-block article .text h3 em {
        margin: 5px 0 0 10%;
        display: block;
        line-height: 1
    }

    .slider-block article .text p {
        padding-right: 30px
    }

    .slider-block article .text .btn {
        margin: 20px 0 0 30px
    }

    .slider-block article .slider-cta {
        -ms-flex-order: 3;
        order: 3;
        margin: 0 0 0 15%
    }

    .slider-block article .slider-cta .btn {
        width: 200px;
        text-align: center
    }

    .slider-block article .slick-arrow {
        bottom: 10px
    }

    .slider-block article .slick-arrow.slick-next {
        right: 90px
    }

    .slider-block article .slick-arrow.slick-next:after {
        content: "";
        position: absolute;
        left: 100%;
        width: 200px;
        height: 1px;
        background: #a28964;
        top: 50%
    }

    .slider-block article .slick-arrow.slick-prev {
        right: 170px
    }

    #home .slider-block {
        margin-top: -80px
    }

    .slider-block+.columns {
        margin-top: 40px
    }

    .carousel {
        padding: 70px 30px 120px 30px;
        background: white;
        position: relative
    }

    .carousel .learnmore {
        position: absolute;
        bottom: 40px;
        width: 60%;
        left: 20%;
        text-align: center
    }

    .carousel h2 {
        font-family: "Canela", "serif";
        font-size: 9vw;
        color: #a28964;
        line-height: 1.1;
        margin-bottom: 30px
    }

    .carousel h2 span {
        display: block
    }

    .carousel h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .carousel h2 em span {
        display: inline
    }

    .carousel h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .carousel h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .carousel h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .carousel .copy {
        margin: 30px 0
    }

    .carousel .wrapper {
        padding-bottom: 90px
    }

    .carousel .wrapper a {
        display: block;
        position: relative
    }

    .carousel .wrapper .image {
        position: relative;
        z-index: 1
    }

    .carousel .wrapper .text {
        position: absolute;
        z-index: 3;
        bottom: 15px;
        font-family: "Modernline", "cursive";
        color: white;
        font-size: 15vw;
        line-height: 1;
        width: 100%;
        text-align: center;
        left: 0
    }

    .carousel .wrapper .slick-arrow {
        bottom: 0
    }

    .carousel .wrapper .slick-arrow.slick-prev {
        left: calc(50% - 100px);
        border: 1px solid #a28964
    }

    .carousel .wrapper .slick-arrow.slick-next {
        left: calc(50% + 30px)
    }

    .big-quad .item {
        background-image: var(--bg-mobile);
        background-size: 100% auto;
        background-color: #e3e3e3;
        background-repeat: no-repeat
    }

    .big-quad .item .wrapper {
        width: 100%
    }

    .big-quad .item .copy {
        padding: 160px 30px 30px 30px
    }

    .big-quad .item .copy h2 {
        font-family: "Canela", "serif";
        font-size: 9vw;
        color: #111;
        line-height: 1.1;
        margin-bottom: 30px
    }

    .big-quad .item .copy h2 span {
        display: block
    }

    .big-quad .item .copy h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .big-quad .item .copy h2 em span {
        display: inline
    }

    .big-quad .item .copy h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .big-quad .item .copy h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .big-quad .item .copy h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .big-quad .item .copy p {
        margin: 20px 0
    }

    .big-quad .item .list {
        background: #a28964;
        padding: 40px 20px;
        color: white
    }

    .big-quad .item .list ul {
        columns: 2;
        column-gap: 20px;
        margin: 0 0 30px 0;
        position: relative
    }

    .big-quad .item .list ul:after {
        content: "";
        position: absolute;
        width: 1px;
        background: white;
        height: 100%;
        left: calc(50% - 5px);
        top: 0;
        opacity: 0.7
    }

    .big-quad .item .list li {
        font-size: 3vw;
        padding: 5px 0
    }

    .big-quad .item .list .btn {
        margin: 0 auto;
        width: 250px;
        display: block;
        text-align: center
    }

    .big-quad.light-style h2,
    .big-quad.light-style h2 em,
    .big-quad.light-style .btn,
    .big-quad.light-style p {
        color: white
    }

    .big-quad.light-style .btn {
        border-color: white
    }

    .cards-block {
        padding: 60px 0;
        overflow: hidden;
        background: url("../../images/bg-letter-c.png") no-repeat 20% -10%;
        background-size: auto 101%
    }

    .cards-block .container {
        width: 100%
    }

    .cards-block h2 {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 3vw;
        text-align: center;
        margin-bottom: 40px
    }

    .cards-block h2 em {
        display: block;
        font-family: "Modernline", "cursive";
        font-size: 15vw;
        font-weight: normal;
        text-transform: none;
        letter-spacing: 0px;
        color: #a28964;
        line-height: 1.2;
        transform: translateX(-15%)
    }

    .cards-block .sym-slides {
        width: 340px;
        margin-left: calc(100% - 340px);
        padding-bottom: 90px
    }

    .cards-block .sym-slides .slick-list {
        padding: 0 30px 0 0 !important
    }

    .cards-block .sym-slides .slick-arrow {
        bottom: 5px
    }

    .cards-block .sym-slides .slick-arrow.slick-next {
        left: 80px
    }

    .cards-block .sym-slides .slick-arrow.slick-next:after {
        content: "";
        position: absolute;
        left: 100%;
        width: 300px;
        height: 1px;
        background: #a28964;
        top: 50%
    }

    .cards-block .item {
        position: relative;
        padding-right: 20px
    }

    .cards-block .item figure {
        position: relative;
        z-index: 1;
        background: #111
    }

    .cards-block .item .slider-img {
        width: 290px
    }

    .cards-block .item .slider-img img {
        width: 290px;
        height: 373px
    }

    .cards-block .item .text {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        color: white
    }

    .cards-block .item h3 {
        font-family: "Canela", "serif";
        font-size: 8.5vw;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 30px;
        margin-bottom: 15px
    }

    .cards-block .item h3 span {
        display: block
    }

    .cards-block .item h3 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .cards-block .item h3 em span {
        display: inline
    }

    .cards-block .item h3 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .cards-block .item h3 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .cards-block .item h3 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .cards-block .item .btn {
        margin-top: 20px
    }

    .reviews-block {
        width: 100%;
        text-align: center;
        color: white;
        padding: 80px 20px 160px 20px;
        background-position: center bottom;
        background-size: cover
    }

    .reviews-block h2 {
        font-family: "Canela", "serif";
        font-size: 7vw;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 30px
    }

    .reviews-block h2 span {
        display: block
    }

    .reviews-block h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .reviews-block h2 em span {
        display: inline
    }

    .reviews-block h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .reviews-block h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .reviews-block h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .reviews-block blockquote {
        font-family: "Canela Italic", "serif";
        font-size: 6vw;
        padding: 20px 0;
        margin: 0
    }

    .reviews-block cite {
        font-family: "Modernline", "cursive";
        font-size: 8vw;
        display: inline-block
    }

    .awards-block {
        text-align: center;
        padding: 80px 0 60px 0
    }

    .awards-block h2 {
        font-family: "Canela", "serif";
        font-size: 9vw;
        color: #111;
        line-height: 1.1;
        margin-bottom: 30px
    }

    .awards-block h2 span {
        display: block
    }

    .awards-block h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .awards-block h2 em span {
        display: inline
    }

    .awards-block h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .awards-block h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .awards-block h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .awards-block .sym-slides {
        padding: 0 70px;
        margin: 30px auto
    }

    .awards-block .sym-slides img {
        display: inline-block
    }

    .awards-block .slick-arrow {
        top: calc(50% - 30px)
    }

    .awards-block .slick-arrow.slick-prev {
        left: 5px;
        border: 1px solid #a28964
    }

    .awards-block .slick-arrow.slick-next {
        right: 5px
    }

    .awards-block .award-date {
        font-family: "Canela", "serif";
        color: #a28964;
        font-size: 4.6vw;
        margin: 20px 0 10px 0
    }

    .awards-block .award-name {
        font-family: "Canela", "serif";
        font-size: 5vw
    }

    .map-block {
        width: 100%;
        padding: 160px 30px 160px 30px;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover
    }

    .map-block h2 {
        font-family: "Canela", "serif";
        font-size: 9vw;
        color: #111;
        line-height: 1.1;
        margin-bottom: 30px;
        margin-bottom: 20px
    }

    .map-block h2 span {
        display: block
    }

    .map-block h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .map-block h2 em span {
        display: inline
    }

    .map-block h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .map-block h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .map-block h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .map-block h2 em {
        display: block;
        margin-left: 5%
    }

    .map-block p {
        margin-bottom: 20px
    }

    .map-block p:last-child {
        margin-bottom: 0px
    }

    .map-block.light-style h2,
    .map-block.light-style h2 em,
    .map-block.light-style .btn,
    .map-block.light-style p {
        color: white
    }

    .map-block.light-style .btn {
        border-color: white
    }

    .map-block.dark-style {
        display: none
    }

    .restMenus {
        display: block;
        margin-top: 8rem
    }

    .restMenus h2 {
        font-family: "Canela", "serif";
        font-size: 50px;
        color: #111;
        line-height: 1.1;
        color: #111;
        margin-bottom: 40px;
        line-height: 1;
        text-align: center
    }

    .restMenus h2 span {
        display: block
    }

    .restMenus h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .restMenus h2 em span {
        display: inline
    }

    .restMenus h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .restMenus h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .restMenus h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .restMenus h3 {
        font-family: "Canela", "serif";
        font-size: 40px;
        color: #a28964;
        line-height: 1.1;
        text-transform: none
    }

    .restMenus h3 span {
        display: block
    }

    .restMenus h3 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .restMenus h3 em span {
        display: inline
    }

    .restMenus h3 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .restMenus h3 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .restMenus h3 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .restMenus ul {
        text-align: center
    }

    .restMenus ul li {
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        margin: 0 35px;
        padding: 10px 0;
        position: relative;
        text-transform: uppercase
    }

    .restMenus ul li.active {
        color: #a28964;
        border-bottom: 1px solid #a28964;
        font-weight: 700
    }

    .restMenus_item {
        display: block;
        margin: 6rem 0;
        transition: opacity 0.6s
    }

    .restMenus_item:not(.active) {
        opacity: 0
    }

    .restMenus_item.active {
        opacity: 1
    }

    .restMenus_modal {
        width: 100%
    }

    .restMenus_modal-title {
        margin-top: 3rem;
        text-align: center
    }

    .restMenus_modal-title::after {
        margin: 2rem auto
    }

    .restMenus_modal-desc {
        display: block;
        width: 100%;
        max-width: 60rem;
        margin: 3rem auto;
        text-align: center
    }

    .restMenus_cat {
        margin: 4rem 0
    }

    .restMenus_cat-title {
        color: #a28964;
        display: block;
        font-size: 33px;
        margin-bottom: 1rem;
        padding: 0 2rem;
        text-transform: uppercase
    }

    .restMenus_cat-title span {
        color: #111;
        font-family: "Nunito Sans", sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: right;
        text-transform: uppercase
    }

    .restMenus_cat.active {
        display: block
    }

    .restMenus_prod {
        padding: 2rem;
        border-bottom: 1px solid rgba(162, 137, 100, 0.8)
    }

    .restMenus_prod:last-of-type {
        border-bottom-color: transparent
    }

    .restMenus_prod-desc {
        display: inline-block;
        vertical-align: middle;
        width: 80%
    }

    .restMenus_prod-desc p {
        font-size: 16px
    }

    .restMenus_prod-name {
        font-family: "Canela", "serif";
        font-size: 25px;
        color: #111;
        line-height: 1.1;
        margin-bottom: 10px
    }

    .restMenus_prod-name span {
        display: block
    }

    .restMenus_prod-name em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .restMenus_prod-name em span {
        display: inline
    }

    .restMenus_prod-name em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .restMenus_prod-name svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .restMenus_prod-name svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .restMenus_prod-pricelist {
        color: #111;
        display: inline-block;
        font-family: "Canela Italic", "serif";
        font-size: 25px;
        font-weight: 500;
        text-align: right;
        vertical-align: middle;
        width: 19%
    }

    @media only screen and (max-width: 640px) {
        .restMenus {
            display: block;
            margin-top: 5rem
        }

        .restMenus ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .restMenus ul li {
            font-size: 12px;
            margin: 0 10px;
            margin-bottom: 20px
        }

        .restMenus h3 {
            -ms-flex-align: baseline;
            align-items: baseline;
            display: -ms-flexbox;
            display: flex;
            font-size: 24px;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .restMenus h3 span {
            font-size: 12px
        }

        .restMenus_item {
            margin-top: 3rem
        }

        .restMenus_prod {
            padding: 2rem 1rem
        }

        .restMenus_prod-name {
            font-size: 20px;
            margin-bottom: 0
        }

        .restMenus_prod-desc {
            width: 70%
        }

        .restMenus_prod-desc p {
            font-size: 3.5vw
        }

        .restMenus_prod-pricelist {
            width: 25%;
            font-size: 15px
        }

        .restMenus_cat {
            margin-top: 1rem
        }

        .restMenus_cat-title {
            padding: 0 10px
        }
    }

    .gallery-block {
        padding: 60px 0;
        background: url("../../images/bg-letter-c.png") no-repeat center;
        background-size: auto 100%;
        overflow: hidden
    }

    .gallery-block .text {
        padding: 0 20px 60px 20px;
        text-align: center
    }

    .gallery-block h2 {
        font-family: "Canela", "serif";
        font-size: 9vw;
        color: #111;
        line-height: 1.1;
        margin-bottom: 30px
    }

    .gallery-block h2 span {
        display: block
    }

    .gallery-block h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .gallery-block h2 em span {
        display: inline
    }

    .gallery-block h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .gallery-block h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .gallery-block h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .gallery-block h2 em {
        display: block;
        margin-left: -70px
    }

    .gallery-block .instagram {
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 20px;
        position: relative;
        font-size: 14px;
        padding: 2px 0 2px 30px;
        color: #111;
        background: url("../../svg/icon-instagram.svg") no-repeat left center
    }

    .gallery-block .instagram:hover {
        color: #a28964
    }

    .gallery-block .instagram:after {
        content: "";
        position: absolute;
        width: 400px;
        height: 1px;
        background: #111;
        left: 102%;
        top: 14px
    }

    .gallery-block .image {
        padding: 0 10px
    }

    .gallery-block .btn {
        display: block;
        margin: 30px auto 0 auto;
        width: 270px;
        text-align: center
    }

    .accommodations-filter {
        text-align: center;
        padding: 20px 40px;
        border-top: 1px solid #a28964;
        border-bottom: 1px solid #a28964;
        margin-bottom: 15px
    }

    .accommodations-filter label {
        text-transform: uppercase;
        color: #a28964;
        font-size: 4.5vw;
        font-weight: 700;
        margin-right: 20px;
        letter-spacing: 1px
    }

    .accommodations-filter select {
        border-bottom: 1px solid #111;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        font-size: .76471rem;
        background: url("../../svg/arrow-select.svg") no-repeat 95% center;
        margin-top: 10px
    }

    .accommodations-block {
        margin: 0 auto 40px auto;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(162, 137, 100, 0.4)
    }

    .accommodations-content .flex-box {
        margin: 0 auto;
        width: 90%
    }

    .accommodations-content .flex-box h2 .cut {
        /* font-family: "ModernlineTail", cursive */
        font-family: "Modernline", cursive
    }

    .accommodations-content h2 {
        font-family: "Canela", "serif";
        font-size: 9vw;
        color: #111;
        line-height: 1.1;
        margin-bottom: 30px;
        line-height: 1.4
    }

    .accommodations-content h2 span {
        display: block
    }

    .accommodations-content h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .accommodations-content h2 em span {
        display: inline
    }

    .accommodations-content h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .accommodations-content h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .accommodations-content h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .accommodations-content h2 em {
        display: block;
        line-height: 1.4
    }

    .accommodations-list .room {
        margin: 40px auto;
        width: 90%;
        text-align: center
    }

    .accommodations-list .room h2 {
        margin: 20px 0 10px 0;
        font-family: "Canela", "serif";
        font-size: 8vw
    }

    .accommodations-list .room h3 {
        font-weight: 700;
        font-size: 4vw;
        text-transform: uppercase;
        color: #a28964;
        letter-spacing: 2px;
        margin: 0 0 20px 0
    }

    .room-entry {
        position: relative;
        background: url("../../images/bg-letter-c.png") no-repeat 115% -25%;
        padding: 75px 0 40px 0;
        overflow: hidden
    }

    .room-entry .toplink {
        width: 110%;
        margin-left: -5%
    }

    .room-entry .backpage {
        display: block;
        text-align: center;
        background: #a28964;
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
        padding: 10px
    }

    .room-entry__top {
        padding: 20px
    }

    .room-entry__top h1 {
        font-family: "Canela", "serif";
        font-size: 9vw;
        color: #111;
        line-height: 1.1;
        margin-bottom: 30px;
        margin-bottom: 40px;
        line-height: 1.3
    }

    .room-entry__top h1 span {
        display: block
    }

    .room-entry__top h1 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .room-entry__top h1 em span {
        display: inline
    }

    .room-entry__top h1 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .room-entry__top h1 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .room-entry__top h1 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .room-entry__top h1 em {
        display: block;
        margin-left: -60px;
        line-height: 1.3
    }

    .room-entry__top .title {
        text-align: center
    }

    .room-entry__top .room-features {
        margin: 40px auto;
        text-align: center
    }

    .room-entry__top .room-features div {
        padding: 3px 0 3px 35px;
        margin: 0 10px 10px 10px;
        display: inline-block;
        vertical-align: middle;
        text-align: left
    }

    .room-entry__top .guests {
        background: url("../../svg/icon-guest.svg") no-repeat left center
    }

    .room-entry__top .bed {
        background: url("../../svg/icon-bed.svg") no-repeat left center
    }

    .room-entry__top .size {
        background: url("../../svg/icon-sofa.svg") no-repeat left center;
        padding: 1px 0 1px 35px !important
    }

    .room-entry__images .sym-slides {
        padding-bottom: 70px
    }

    .room-entry__images .sym-slides .slick-arrow {
        bottom: 0
    }

    .room-entry__images .sym-slides .slick-arrow.slick-prev {
        left: calc(50% - 80px);
        border: 1px solid #a28964
    }

    .room-entry__images .sym-slides .slick-arrow.slick-next {
        right: calc(50% - 80px)
    }

    .room-entry__images .fancybox {
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        width: auto;
        height: 200px;
        margin: 10px;
    }

    .room-entry__copy {
        margin: 30px auto;
        width: 90%;
        text-align: center
    }

    .room-entry__copy p {
        margin-bottom: 30px
    }

    .room-entry__nav {
        margin: 40px auto;
        width: 95%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .room-entry__nav a {
        display: block;
        font-family: "Canela", "serif";
        font-size: 4.5vw;
        color: #111;
        width: 50%
    }

    .room-entry__nav a.prev {
        padding-left: 40px;
        background: url("../../svg/arrow-prev-gold.svg") no-repeat 5% 4px
    }

    .room-entry__nav a.next {
        text-align: right;
        padding-right: 40px;
        background: url("../../svg/arrow-next-gold.svg") no-repeat 95% 4px
    }

    .room-entry__nav a.only {
        padding-left: 40px;
        padding-right: 40px;
        background: url("../../svg/arrow-prev-gold.svg") no-repeat 5% 4px, url("../../svg/arrow-next-gold.svg") no-repeat 95% 4px;
        width: 100%;
        text-align: center;
        padding-bottom: 40px
    }

    .columns .btn {
        margin-top: 20px
    }

    #adaAmenities {
        text-align: left
    }

    #adaAmenities h3 {
        text-transform: uppercase;
        font-family: "Canela", "serif"
    }

    #adaAmenities p {
        margin-bottom: 10px
    }

    .amenities-block {
        position: relative;
        margin: 20px auto;
        overflow: hidden
    }

    .amenities-block .wrapper {
        background: #f1efeb;
        padding: 40px 20px;
        width: 100%;
        text-align: right
    }

    .amenities-block h2 {
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 700;
        position: relative;
        margin-bottom: 30px
    }

    .amenities-block h2:after {
        content: "";
        position: absolute;
        top: 8px;
        height: 1px;
        background: #a28964;
        right: 110%;
        width: 400px
    }

    .amenities-block ul {
        text-align: left
    }

    .amenities-block li {
        position: relative;
        padding: 0 0 0 20px;
        margin-bottom: 5px
    }

    .amenities-block li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        border-radius: 50%;
        width: 3px;
        height: 3px;
        background: #a28964
    }

    .list-block {
        padding: 20px 0;
        background: url("../../images/bg-letter-e.png") no-repeat left 5%
    }

    .list-block .item {
        padding: 20px 0
    }

    .list-block .text {
        padding: 20px
    }

    .list-block h2 {
        font-family: "Canela", "serif";
        font-size: 9vw;
        color: #111;
        line-height: 1.1;
        margin-bottom: 30px
    }

    .list-block h2 span {
        display: block
    }

    .list-block h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .list-block h2 em span {
        display: inline
    }

    .list-block h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .list-block h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .list-block h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .list-block h2 em {
        display: block
    }

    .list-block h3 {
        margin: 20px 0;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 3vw;
        letter-spacing: 2px
    }

    .list-block p {
        margin-top: 20px
    }

    .list-block p+a.btn {
        margin-top: 20px
    }

    .list-block .btn {
        display: block;
        /* margin: 0 auto; */
        max-width: 85%;
        text-align: center
    }

    .history-block {
        background: url("../../images/bg-letter-c.png") no-repeat center 5%
    }

    .history-block .item {
        padding: 40px 0
    }

    .history-block figure {
        position: relative;
        padding: 0;
        overflow: visible
    }

    .history-block figure .image-slide:nth-child(1) {
        position: relative;
        z-index: 1;
        width: calc(100% - 40px);
        margin-left: 40px
    }

    .history-block figure .image-slide:nth-child(2) {
        position: relative;
        z-index: 2;
        margin: -40px 0 0 0;
        max-width: 70%
    }

    .single-quad {
        padding: 40px 0
    }

    .single-quad .text {
        padding: 20px
    }

    .single-quad .text h2 {
        font-family: "Canela", "serif";
        font-size: 9vw;
        color: #111;
        line-height: 1.1;
        margin-bottom: 30px
    }

    .single-quad .text h2 span {
        display: block
    }

    .single-quad .text h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .single-quad .text h2 em span {
        display: inline
    }

    .single-quad .text h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .single-quad .text h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .single-quad .text h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .single-quad .text h2 em {
        display: block;
        line-height: 0.9
    }

    .single-quad .text p {
        margin-bottom: 20px
    }

    .single-quad .text p:last-child {
        margin-bottom: 0
    }

    .single-quad .text li {
        position: relative;
        padding: 0 0 0 20px;
        margin-bottom: 5px
    }

    .single-quad .text li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        border-radius: 50%;
        width: 3px;
        height: 3px;
        background: #a28964
    }

    .single-quad+.gallery-block {
        padding-top: 0;
        margin-top: -30px
    }

    .opentable {
        width: 95%;
        margin: 0 auto;
        text-align: center
    }

    .opentable h2 {
        font-family: "Canela", "serif";
        font-size: 50px;
        color: #111;
        line-height: 1.1;
        font-size: 8vw !important;
        display: inline-block;
        margin-bottom: 20px
    }

    .opentable h2 span {
        display: block
    }

    .opentable h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .opentable h2 em span {
        display: inline
    }

    .opentable h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .opentable h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .opentable h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .opentable h2 em {
        display: block;
        font-size: 2em;
        margin-left: -20%;
        line-height: 1;
        letter-spacing: -4px
    }

    .opentable #ot-reservation-widget {
        width: 100%
    }

    .opentable #ot-reservation-widget .ot-powered-by {
        display: none
    }

    .opentable #ot-reservation-widget .ot-dtp-picker.standard {
        width: 260px;
        text-align: left;
        padding: 0;
        background: transparent
    }

    .opentable #ot-reservation-widget .ot-dtp-picker.standard .ot-dtp-picker-form {
        background: transparent;
        border: 1px solid #a28964
    }

    .opentable #ot-reservation-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector {
        border: 0 !important
    }

    .opentable #ot-reservation-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector select:focus,
    .opentable #ot-reservation-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector a:focus,
    .opentable #ot-reservation-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-selector input:focus {
        outline: none
    }

    .opentable #ot-reservation-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-button {
        box-shadow: none;
        border: 1px solid #a28964;
        border-radius: 0;
        background: #a28964;
        appearance: none;
        text-transform: uppercase;
        font-family: "Nunito Sans", sans-serif;
        letter-spacing: 1px;
        font-size: 14px;
        transition: all .3s ease-in-out
    }

    .opentable #ot-reservation-widget .ot-dtp-picker.standard .ot-dtp-picker-form .ot-dtp-picker-button:hover {
        background: transparent;
        color: #a28964;
        transition: all .3s ease-in-out
    }

    .hours-block {
        text-align: center;
        padding: 10px 0
    }

    .hours-block h2 {
        text-transform: uppercase;
        font-size: 3.5vw;
        letter-spacing: 2px;
        color: #a28964;
        font-weight: 600;
        margin-bottom: 20px
    }

    .hours-block p {
        text-transform: uppercase;
        margin: 20px auto;
        width: 90%;
        line-height: 1.2
    }

    .hours-block p em {
        text-transform: lowercase;
        display: block;
        font-family: "Canela Italic", "serif";
        font-size: 8.5vw;
        font-style: normal;
        line-height: 1
    }

    .hours-block p em sup {
        display: inline-block;
        vertical-align: bottom;
        font-size: 70%
    }

    .quicknavigation-block {
        text-align: center
    }

    .quicknavigation-block .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 20px 10px;
        width: 100%
    }

    .quicknavigation-block p {
        margin: 10px 0
    }

    .quicknavigation-block .btn {
        width: 100%;
        line-height: 1.2
    }

    .magazine-list {
        padding: 40px 0
    }

    .magazine-list .item {
        margin: 20px auto;
        width: 95%
    }

    .magazine-list figure img {
        width: 100%
    }

    .magazine-list .text {
        padding: 20px
    }

    .magazine-list h2 {
        font-family: "Canela", "serif";
        font-size: 7vw;
        color: #111;
        line-height: 1.1;
        margin-bottom: 30px;
        margin: 0 0 20px 0
    }

    .magazine-list h2 span {
        display: block
    }

    .magazine-list h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .magazine-list h2 em span {
        display: inline
    }

    .magazine-list h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .magazine-list h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .magazine-list h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .magazine-list p {
        margin-bottom: 20px
    }

    .magazine-post {
        text-align: center;
        padding: 30px 0;
        width: 95%;
        margin: 0 auto
    }

    .magazine-post h2 {
        font-family: "Canela", "serif";
        font-size: 9vw;
        color: #111;
        line-height: 1.1;
        margin-bottom: 30px;
        margin: 0 auto 20px auto
    }

    .magazine-post h2 span {
        display: block
    }

    .magazine-post h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .magazine-post h2 em span {
        display: inline
    }

    .magazine-post h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .magazine-post h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .magazine-post h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .magazine-post .text {
        padding: 20px
    }

    .magazine-post .text p {
        margin-bottom: 20px
    }

    .magazine-post .text p:last-child {
        margin-bottom: 0
    }

    .magazine-post .author {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px
    }

    .section__quad__background {
        margin: 0 auto;
        width: 90%;
        padding: 20px 0
    }

    .section__quad__background .container__quad__background {
        position: relative
    }

    .section__quad__background .container__quad__background .content__quad_background {
        padding: 20px
    }

    .section__quad__background .container__quad__background .content__quad_background h2 {
        margin-bottom: 25px;
        font-size: 9vw;
        font-family: "Canela", "serif"
    }

    .section__quad__background .container__quad__background .content__quad_background .btn {
        margin-top: 20px
    }

    .section-accordion-quad {
        margin: 25px auto;
        width: 90%;
        background-color: #f1efeb
    }

    .section-accordion-quad .container-accordion-quad {
        padding: 15px 15px
    }

    .section-accordion-quad .container-accordion-quad .main-title-accordion h2 {
        font-size: 8vw;
        font-family: "Canela", "serif"
    }

    .section-accordion-quad .container-accordion-quad .content-accordion-quad {
        margin-top: 15px
    }

    .section-accordion-quad .container-accordion-quad .content-accordion-quad .content-item-accordion-quad {
        border-bottom: 1.8px solid #a28964;
        padding: 20px 0px;
        cursor: pointer
    }

    .section-accordion-quad .container-accordion-quad .content-accordion-quad .content-item-accordion-quad .title-item-accordion {
        text-transform: uppercase;
        position: relative
    }

    .section-accordion-quad .container-accordion-quad .content-accordion-quad .content-item-accordion-quad .title-item-accordion h3 {
        font-size: 0.9em;
        font-weight: 600
    }

    .section-accordion-quad .container-accordion-quad .content-accordion-quad .content-item-accordion-quad .accordion-quad::after {
        content: '';
        background: url("../../images/arrow.png") no-repeat;
        position: absolute;
        right: 0;
        top: 5px;
        width: 25px;
        height: 25px;
        padding: 0 15px
    }

    .section-accordion-quad .container-accordion-quad .content-accordion-quad .content-item-accordion-quad .active-accordion::after {
        content: '';
        background-image: none
    }

    .section-accordion-quad .container-accordion-quad .content-accordion-quad .content-item-accordion-quad .active-accordion::after {
        content: '';
        background: url("../../images/arrow.png") no-repeat;
        opacity: 0;
        transition: opacity .5s ease-in-out
    }

    .section-accordion-quad .container-accordion-quad .content-accordion-quad .content-item-accordion-quad .description-item-accordion {
        cursor: default;
        transform: scaleY(0);
        transition: transform .3s
    }

    .section-accordion-quad .container-accordion-quad .content-accordion-quad .content-item-accordion-quad .description-item-accordion>div {
        display: none
    }

    .section-accordion-quad .container-accordion-quad .content-accordion-quad .content-item-accordion-quad .description-item-expand {
        margin-top: 20px;
        transform: scaleY(1);
        transition: transform .3s
    }

    .section-accordion-quad .container-accordion-quad .content-accordion-quad .content-item-accordion-quad .description-item-expand>div {
        display: block
    }

    .multiple-images-quad {
        position: relative;
        background-color: #f1efeb
    }

    .multiple-images-quad .image,
    .multiple-images-quad .text {
        position: relative;
        z-index: 1
    }

    .multiple-images-quad .image img {
        width: 100%;
        position: relative;
        z-index: 1
    }

    .multiple-images-quad .image span {
        display: inline-block;
        position: absolute;
        z-index: 2;
        bottom: 5%;
        left: 30px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        font-size: 3vw
    }

    .multiple-images-quad .image span:before {
        content: "";
        position: absolute;
        right: 105%;
        height: 1px;
        top: 7px;
        width: 30px;
        background: #111
    }

    .multiple-images-quad .wrap {
        margin: 120px auto 40px auto;
        width: 90%;
        max-width: 323px
    }

    .multiple-images-quad .wrap .btn {
        margin: 20px 0
    }

    .multiple-images-quad .wrap figure {
        margin-top: 20px
    }

    .multiple-images-quad .wrap figure img {
        max-width: 100%
    }

    .multiple-images-quad .wrap h2 {
        font-family: "Canela", "serif";
        font-size: 50px;
        color: #111;
        line-height: 1.1;
        margin-bottom: 40px;
        line-height: 1
    }

    .multiple-images-quad .wrap h2 span {
        display: block
    }

    .multiple-images-quad .wrap h2 em {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 1.2em;
        color: #a28964;
        line-height: 1.8;
        text-transform: lowercase
    }

    .multiple-images-quad .wrap h2 em span {
        display: inline
    }

    .multiple-images-quad .wrap h2 em span:not(.cut) {
        font-family: "ModernlineTail", cursive
    }

    .multiple-images-quad .wrap h2 svg {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -10px
    }

    .multiple-images-quad .wrap h2 svg path {
        font-style: normal;
        font-family: "Modernline", "cursive";
        font-size: 70px;
        fill: none;
        stroke: #a28964;
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        animation: 1.5s letra forwards 1s
    }

    .multiple-images-quad .wrap h2 em {
        display: block;
        line-height: 1
    }

    .multiple-images-quad .wrap h2 em .cut {
        font-size: 16vw
    }

    .multiple-images-quad .deco-image {
        position: absolute;
        z-index: 3;
        right: 0;
        transform: translateY(-50%);
        top: 40%
    }

    .multiple-images-quad .deco-image img {
        width: 35vw
    }

    .gift-quad {
        position: relative;
        background-color: #f1efeb;
        margin: 30px 0;
        padding: 60px 0
    }

    .gift-quad .gift-container {
        max-width: 90%;
        margin: 0 auto
    }

    .gift-quad .cont-title h2 {
        position: relative;
        max-width: 1270px;
        margin: 0 auto;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        padding-left: 70px
    }

    .gift-quad .cont-title h2::before {
        content: '';
        position: absolute;
        background-color: rgba(17, 17, 17, 0.5);
        top: 5px;
        left: -96%;
        width: 100%;
        height: 1px
    }

    .gift-quad .gift-slides {
        padding: 60px 0
    }

    .gift-quad .gift-slides .block {
        padding-bottom: 35px
    }

    .gift-quad .gift-slides .item {
        max-width: 100%;
        padding-bottom: 30px
    }

    .gift-quad .gift-slides .item figure {
        max-width: 100%
    }

    .gift-quad .gift-slides .item figure img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .gift-quad .gift-slides .container-text {
        background-color: #fff;
        padding: 50px 0;
        text-align: center
    }

    .gift-quad .gift-slides .container-text h2 {
        text-transform: uppercase
    }

    .gift-quad .gift-slides .container-text h3 {
        margin: 25px 0
    }

    .gift-quad:after,
    .gift-quad:before {
        content: "";
        position: absolute;
        bottom: 104px;
        width: calc(50% - 80px);
        height: 1px;
        background: #a28964
    }

    .gift-quad:before {
        left: 0
    }

    .gift-quad:after {
        right: 0
    }

    .gift-quad.noarrows:after,
    .gift-quad.noarrows:before {
        opacity: 0
    }

    .gift-quad .slick-arrow {
        bottom: 10px
    }

    .gift-quad .slick-arrow.slick-prev {
        left: calc(50% - 80px)
    }

    .gift-quad .slick-arrow.slick-next {
        left: calc(50% + 10px)
    }



    /* INLINE */

    @media screen and (max-device-width: 480px) {
        body {
            -webkit-text-size-adjust: none
        }
    }

    .wrapper,
    .container {
        width: 90%;
        margin: 0 auto
    }

    header {
        background-color: #ffffff;
        position: fixed;
        z-index: 99;
        width: 100%;
        top: 0;
        padding: 15px 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    header a.logo {
        display: block
    }

    header a.logo svg {
        display: block;
        width: 150px;
        height: auto
    }

    header a.calendar {
        color: #111;
        font-size: 2.9vw;
        padding: 2px 0px 2px 20px;
        text-transform: uppercase
    }

    .overlay {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 100%;
        left: 0%
    }

    img {
        max-width: 100%
    }

    nav.buttons {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 55px;
        text-align: center;
        background-color: black;
        transition: height 0.3s ease-in-out
    }

    nav.buttons a.button__btn {
        width: 25%;
        float: left;
        height: 55px;
        background-color: white
    }

    nav.buttons a.button__btn .button__btn__icon {
        background-color: transparent;
        height: 32px;
        padding-top: 10px;
        -webkit-mask: none !important;
        display: block
    }

    nav.buttons a.button__btn .button__btn__icon svg {
        height: 20px;
        fill: #a28964
    }

    nav.buttons a.button__btn .button__btn__label {
        font-size: 3vw;
        color: #111;
        display: block;
        font-family: "Nunito Sans", sans-serif;
        text-transform: uppercase
    }

    nav.buttons a.button__btn:first-child {
        padding-top: 14px
    }

    nav.buttons a.button__btn:first-child .bar {
        width: 30px;
        height: 1px;
        background: #111;
        margin: 0 auto;
        transition: all .3s ease-in-out
    }

    nav.buttons a.button__btn:first-child .bar:nth-child(2) {
        margin: 5px auto
    }

    nav.buttons a.button__btn:first-child span {
        font-size: 3vw;
        color: #111;
        display: block;
        font-family: "Nunito Sans", sans-serif;
        text-transform: uppercase;
        margin-top: 5px
    }

    nav.buttons a.button__btn:last-child {
        width: 50%;
        background: #a28964;
        padding-top: 20px
    }

    nav.buttons a.button__btn:last-child .button__btn__label {
        font-size: 4vw;
        color: white;
        letter-spacing: 2px
    }

    nav.buttons.down {
        height: 70px;
        transition: height 0.3s ease-in-out
    }

    .sub-menu ul li a {
        padding: 3px 0;
        color: #111;
    }

    .sub-menu ul li a.current {
        padding: 3px 0;
        color: #A28968;
    }

    .form-module p {
        padding: 0 20px;
    }
}