/**
 * CONTENTS
 *
 * GENERIC
 * Box-sizing............Better default `box-sizing`.
 * Image Aligns..........WP specific img aligns.
 *
 * BASE
 * Typography............@fontfaces, base text and vertical rhythem setup.
 *
 * COMPONENTS
 * Wrappers..............Wrapping and constraining elements.
 * Grid System...........Bootstrap based grid.
 * Clearfix..............Properly clear floats.
 *
 * Objects
 * Icons.................Icon Elements.
 * Buttons...............Button elements.
 * Tables................Table Styles.
 * Forms.................Form Elements.
 * Breadcrumbs...........Breadcrumbs.
 * Pagination............Pagination.
 * Sliders/Carousels.....Sliders/Carousels.
 *
 * UI
 * Page head.............The main page header.
 * Navigation............Navigation elements.
 * Masthead..............Page title/image/slideshow header block.
 * Page footer...........The main page footer.
 *
 * PAGE SPECIFIC EDITS
 * Social Media Landing Page
 *
 * TRUMPS
 * Images................Round, Circle, Square Images.
 * Visiblity.............Make items visible.
 * Hiding................Make items invisible/hidden.
 * Screen Readers........Display for screen readers.
 * Print.................Display for printing.
 * Clears................Clearing floats.
 * Text alignment........Align text.
 * Font weights..........Adjust font weights.
 * Borders...............Add borders.
 * Add/remove margins....Remove margins.
 * Add/remove paddings...Remove padding.
 * Positioning...........float, center, and stick items.
 */
/*------------------------------------*\
    Generic
\*------------------------------------*/

/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}


/**
 * Box-sizing
 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-font-smoothing: antialiased;
    font-weight: inherit;
    min-width: 0;
    min-height: 0;
}

/**
 * Images
 *
 * These selectors are hard cast because they are only used
 * by wordpress wyswyg when adding images to content
 */
img.alignright,
.wp-caption.alignright,
img.alignleft,
.wp-caption.alignleft {
    height: auto;
    max-width: 50%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
    height: auto;
    max-width: 100%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 0 0 22px 0;
}

img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 22px 30px;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 30px 22px 0;
}

img.aligncenter,
.wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------------*\
    Typography
\*------------------------------------*/
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Underland';
    src: url('../fonts/underland-webfont.woff2') format('woff2'),
        url('../fonts/underland-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Please set up line-heights in ems */
html,
body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    top: 0px;
}

body {
    box-sizing: border-box;
    overflow: clip;
    font-family: 'Montserrat', sans-serif;
	font-display: swap;
	font-weight: 400;
    font-size: 14px;
    line-height: 1.572em;
}

h1,
h1,
h2,
.h2,
h5,
.h5 {
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.headline,
.squiggle-headline {
    font-family: 'Underland', script;
    font-size: 22px;
    line-height: 1.182em;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
}

.squiggle-headline {
    font-family: var(--hero-title-custom-font);
}

.squiggle-headline {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.font-large {
    margin-top: 13px;
    color: #65626b;
    text-transform: none;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.page-title {
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    line-height: 1em;
}

h1,
.h1,
h1.squiggle-headline {
    font-size: 24px;
    line-height: 1.5em;
}

h2,
.h2 {
    font-size: 18px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

h3,
.h3,
.font-large {
    font-size: 16px;
    line-height: 1.429em;
}

h3,
.h3 {
    font-size: 16px;
}

h4,
.h4,
.subtitle {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .075em;
    margin-bottom: 10px;
}

h5,
.h5 {
    font-size: 14px;
    line-height: 1.455em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

h6,
.h6 {
    font-size: 14px;
}

.title-side-borders {
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
}

.title-side-borders span {
    position: relative;
}

.title-side-borders span:before,
.title-side-borders span:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 3px;
    width: 9999px;
    display: block;
    margin-top: -2px;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.title-side-borders span:before {
    right: 100%;
    margin-right: .5em;
}

.title-side-borders span:after {
    left: 100%;
    margin-left: .5em;
}

p,
ul,
ol {
    margin-top: 13px;
    margin-bottom: 8px;
}

p {
    color: #65626b;
}

hr {}

a {
    color: #00a6a0;
    text-decoration: none;
}

a:hover {
    color: #005a57;
}

.underline {
    text-decoration: underline;
}

@media (min-width: 600px) {

    .headline,
    .squiggle-headline {
        font-size: 31px;
    }

    h1,
    .h1,
    h1.squiggle-headline {
        font-size: 40px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    .font-large {
        font-size: 18px;
    }

    h4,
    .h4,
    .subtitle {
        font-size: 16px;
        letter-spacing: .15em;
        margin-bottom: 19px;
    }

    p,
    ul,
    ol {
        margin-top: 21px;
    }
}

@media (min-width: 1025px) {

    .headline,
    .squiggle-headline {
        font-size: 38px;
    }

    .page-title {
        font-size: 32px;
        line-height: 1.2em;
    }

    body,
    h6,
    .h6 {
        font-size: 16px;
        line-height: 1.5em;
    }

    h1,
    .h1,
    h1.squiggle-headline,
    h1.headline {
        /*font-size: 56px;*/
        font-size: 72px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3,
    .font-large {
        font-size: 22px;
        letter-spacing: 0.1em;
    }

    h4,
    .h4,
    .subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .font-large,
    .page-title+.subtitle {
        margin-top: 12px;
    }

    p,
    ul,
    ol {
        margin-top: 15px;
        margin-bottom: 24px;
    }
}

@media (min-width: 1170px) {

    .headline,
    .squiggle-headline {
        font-size: 48px;
    }

    h1,
    .h1 {
        font-size: 56px;
    }
}

/**
 * UL / OL listing
 */
li {
    list-style-type: none;
    position: relative;
    padding-top: 0px;
    padding-left: 14px;
    margin-top: 0px;
    margin-bottom: 12px;
}

li:before {
    position: absolute;
    left: 0px;
}

/**
 * UL listing
 */
ul>li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #00a6a0;
    border-radius: 50px;
    top: 10px;
}

.checklist>li {
    padding-left: 24px;
}

.checklist>li:before {
    background: none;
    height: auto;
    width: auto;
    top: 3px;
}

.list-style-none li:before,
.allmsgs li:before,
.comment--list li:before,
.selectric-items li:before,
.slick-dots li:before,
.mailpoet_paragraph li:before,
.js-tabs li:before {
    display: none;
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.list-style-none li,
.slick-dots li,
.mailpoet_paragraph li,
.js-tabs li {
    padding: 0px;
    margin-top: 0px;
}

/**
 * OL listing
 */
body,
ol {
    counter-reset: counter;
}

ol>li:before {
    counter-increment: counter;
    content: counter(counter)".";
    top: 0px;
}

@media (min-width: 1025px) {

    ul ul,
    ol ul {
        padding-left: 35px;
    }
}

/**
 * Read More/Read Less Text
 */
.read-more-article,
.read-more-small {
    overflow: hidden;
}

/*
 * Flex Display
 */
.valign-middle-xxs {
    display: table;
    height: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.valign-middle-xxs,
[class*="flexbox-xxs"],
.wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
}

@media (min-width: 600px) {
    .valign-middle-xs {
        display: table;
        height: 100%;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .valign-middle-xs,
    [class*="flexbox-xs"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
    }
}

@media (min-width: 768px) {
    .valign-middle-sm {
        display: table;
        height: 100%;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .valign-middle-sm,
    [class*="flexbox-sm"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
    }
}

@media (min-width: 1025px) {

    .sec-seen-logo .slick-track,
    .valign-middle-md {
        display: table;
        height: 100%;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .valign-middle-md,
    [class*="flexbox-md"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
    }

    .valign-middle-lg {
        display: table;
        height: 100%;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .valign-middle-lg,
    [class*="flexbox-lg"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
    }
}

@media (min-width: 1366px) {
    .valign-middle-xl {
        display: table;
        height: 100%;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .valign-middle-xl,
    [class*="flexbox-xl"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
    }
}

@media (min-width: 1800px) {
    .valign-middle-xxl {
        display: table;
        height: 100%;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .valign-middle-xxl,
    [class*="flexbox-xxl"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
    }
}

/**
 * Vertical align middle
 */
.valign-middle-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.valign-middle-not {
    display: block;
}

/*
 * Display
 */
[class*="flexbox-"] {
    -ms-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.sec-seen-logo .slick-track,
.flexbox-justify {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexbox-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flexbox-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flexbox-center,
.wp-pagenavi {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexbox-item,
.flexbox-flexgrow li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flexbox--not>div,
.flexbox--not>li {
    float: left;
}

/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/
/**
 * Wrappers
 */
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
}

.sbi-owl-stage-outer {
    margin-left: -34px;
    margin-right: -30px;
}

.sbi-owl-stage {
    left: 34px;
}

@media (min-width: 600px) {
    .container {
        width: 580px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 740px;
    }
}

@media (min-width: 1025px) {
    .container {
        width: 990px;
    }

    .sbi-owl-stage-outer {
        margin-left: 0px;
    }

    .sbi-owl-stage {
        left: 0px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-fluid {
        padding-left: 48px;
        padding-right: 48px;
    }

    .sbi-owl-stage-outer {
        margin-right: -48px;
    }
}

/* TODO: if usign a max-width fluid layout remove above media
             queries and uncomment below */

.container-fluid {
    max-width: 1920px;
}

.max-800 {
	max-width: 800px;
}

/**
 * Grid System
 *
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * --------------------------------------------------------------------------
 * Base setup 20px gutters
 *
 * Phones         - xxs - <  600px    ** Default **
 * Small Tablets  - xs - >=  600px
 * Tablets        - sm - >= 768px
 * Desktop        - md - >= 1025px
 * Large Desktop  - lg - >= 1200px
 * --------------------------------------------------------------------------
 * Learn more here: http://getbootstrap.com/css/#grid
 * -------------------------------------------------------------------------- */
.row {
    margin-left: -6px;
    /* TODO: Update margin number to match container padding */
    margin-right: -6px;
}

[class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 6px;
    padding-right: 6px;
}

.row-grid>[class*="col-"] {
    padding-top: 6px;
    padding-bottom: 6px;
}

/* Extra Extra small devices (devices, less than 600px) */
[class*="col-xxs-"] {
    float: left;
}

.col-xxs-12 {
    width: 100%;
}

.col-xxs-11 {
    width: 91.66666667%;
}

.col-xxs-10 {
    width: 83.33333333%;
}

.col-xxs-9 {
    width: 75%;
}

.col-xxs-8 {
    width: 66.66666667%;
}

.col-xxs-7 {
    width: 58.33333333%;
}

.col-xxs-6 {
    width: 50%;
}

.col-xxs-5 {
    width: 41.66666667%;
}

.col-xxs-4 {
    width: 33.33333333%;
}

.col-xxs-3 {
    width: 25%;
}

.col-xxs-2 {
    width: 16.66666667%;
}

.col-xxs-1 {
    width: 8.33333333%;
}

.col-xxs-pull-12 {
    right: 100%;
}

.col-xxs-pull-11 {
    right: 91.66666667%;
}

.col-xxs-pull-10 {
    right: 83.33333333%;
}

.col-xxs-pull-9 {
    right: 75%;
}

.col-xxs-pull-8 {
    right: 66.66666667%;
}

.col-xxs-pull-7 {
    right: 58.33333333%;
}

.col-xxs-pull-6 {
    right: 50%;
}

.col-xxs-pull-5 {
    right: 41.66666667%;
}

.col-xxs-pull-4 {
    right: 33.33333333%;
}

.col-xxs-pull-3 {
    right: 25%;
}

.col-xxs-pull-2 {
    right: 16.66666667%;
}

.col-xxs-pull-1 {
    right: 8.33333333%;
}

.col-xxs-pull-0 {
    right: auto;
}

.col-xxs-push-12 {
    left: 100%;
}

.col-xxs-push-11 {
    left: 91.66666667%;
}

.col-xxs-push-10 {
    left: 83.33333333%;
}

.col-xxs-push-9 {
    left: 75%;
}

.col-xxs-push-8 {
    left: 66.66666667%;
}

.col-xxs-push-7 {
    left: 58.33333333%;
}

.col-xxs-push-6 {
    left: 50%;
}

.col-xxs-push-5 {
    left: 41.66666667%;
}

.col-xxs-push-4 {
    left: 33.33333333%;
}

.col-xxs-push-3 {
    left: 25%;
}

.col-xxs-push-2 {
    left: 16.66666667%;
}

.col-xxs-push-1 {
    left: 8.33333333%;
}

.col-xxs-push-0 {
    left: auto;
}

.col-xxs-offset-12 {
    margin-left: 100%;
}

.col-xxs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xxs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xxs-offset-9 {
    margin-left: 75%;
}

.col-xxs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xxs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xxs-offset-6 {
    margin-left: 50%;
}

.col-xxs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xxs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xxs-offset-3 {
    margin-left: 25%;
}

.col-xxs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xxs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xxs-offset-0 {
    margin-left: 0%;
}

/* Extra small devices (phones, 600px and up) */
@media (min-width: 600px) {
    [class*="col-xs-"] {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-pull-0 {
        right: auto;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-xs-push-0 {
        left: auto;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0%;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    [class*="col-sm-"] {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

/* Medium devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
    [class*="col-md-"] {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

/* Large devices (large desktops, 1170px and up) */
@media (min-width: 1170px) {
    [class*="col-lg-"] {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}


/* Large devices (1366px and up) */
@media (min-width: 1366px) {
    [class*="col-xl-"] {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }
}

/* Large devices (1800px and up) */
@media (min-width: 1800px) {
    [class*="col-xxl-"] {
        float: left;
    }

    .col-xxl-12 {
        width: 100%;
    }

    .col-xxl-11 {
        width: 91.66666667%;
    }

    .col-xxl-10 {
        width: 83.33333333%;
    }

    .col-xxl-9 {
        width: 75%;
    }

    .col-xxl-8 {
        width: 66.66666667%;
    }

    .col-xxl-7 {
        width: 58.33333333%;
    }

    .col-xxl-6 {
        width: 50%;
    }

    .col-xxl-5 {
        width: 41.66666667%;
    }

    .col-xxl-4 {
        width: 33.33333333%;
    }

    .col-xxl-3 {
        width: 25%;
    }

    .col-xxl-2 {
        width: 16.66666667%;
    }

    .col-xxl-1 {
        width: 8.33333333%;
    }

    .col-xxl-pull-12 {
        right: 100%;
    }

    .col-xxl-pull-11 {
        right: 91.66666667%;
    }

    .col-xxl-pull-10 {
        right: 83.33333333%;
    }

    .col-xxl-pull-9 {
        right: 75%;
    }

    .col-xxl-pull-8 {
        right: 66.66666667%;
    }

    .col-xxl-pull-7 {
        right: 58.33333333%;
    }

    .col-xxl-pull-6 {
        right: 50%;
    }

    .col-xxl-pull-5 {
        right: 41.66666667%;
    }

    .col-xxl-pull-4 {
        right: 33.33333333%;
    }

    .col-xxl-pull-3 {
        right: 25%;
    }

    .col-xxl-pull-2 {
        right: 16.66666667%;
    }

    .col-xxl-pull-1 {
        right: 8.33333333%;
    }

    .col-xxl-pull-0 {
        right: auto;
    }

    .col-xxl-push-12 {
        left: 100%;
    }

    .col-xxl-push-11 {
        left: 91.66666667%;
    }

    .col-xxl-push-10 {
        left: 83.33333333%;
    }

    .col-xxl-push-9 {
        left: 75%;
    }

    .col-xxl-push-8 {
        left: 66.66666667%;
    }

    .col-xxl-push-7 {
        left: 58.33333333%;
    }

    .col-xxl-push-6 {
        left: 50%;
    }

    .col-xxl-push-5 {
        left: 41.66666667%;
    }

    .col-xxl-push-4 {
        left: 33.33333333%;
    }

    .col-xxl-push-3 {
        left: 25%;
    }

    .col-xxl-push-2 {
        left: 16.66666667%;
    }

    .col-xxl-push-1 {
        left: 8.33333333%;
    }

    .col-xxl-push-0 {
        left: auto;
    }

    .col-xxl-offset-12 {
        margin-left: 100%;
    }

    .col-xxl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xxl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xxl-offset-9 {
        margin-left: 75%;
    }

    .col-xxl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xxl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xxl-offset-6 {
        margin-left: 50%;
    }

    .col-xxl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xxl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xxl-offset-3 {
        margin-left: 25%;
    }

    .col-xxl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xxl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xxl-offset-0 {
        margin-left: 0%;
    }
}

/**
 * Clearfix
 * Apply clearing without adding additional markup
 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.multicollist:before,
.multicollist:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.multicollist:after {
    clear: both;
}

/*--------------------------------------------------------------*\
    OBJECTS
    Objects are independent generic stylibf classes or UI peices.
    All styles for objects should be self contained.

    e.g. an object shouldn't rely on trump helpers to apply padding etc.
\*--------------------------------------------------------------*/
/*
 * Effects
 */
.nav-primary-menu,
.sec-roomgal-cont,
.flyout,
.imagebtn-hvrtxt span:before,
.imagebtn-hvrtxt span:after,
.imagebtn-title,
.imagebtn-readmore,
.sec-3blocks-item,
.sec-3blocks-item-img,
.sec-2blocks-item-cont,
.sec-2blocks-item-hcont,
.affix-head .page-header-topbar,
.affix-head .page-header-botbar,
.imagebtn-overlay span:after,
.sbi_photo_wrap a:before,
.sbi_photo_wrap a:after,
.selectric,
.suite-item,
.slick-slide,
.suite-item-flyout,
a,
a:before,
img,
span,
span:before,
button,
button:before,
input,
select .button,
.btn-accent,
.btn-accent-left {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn,
.btn-accent-left:before,
.btn-accent:after,
.nav-primary,
textarea {
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    resize: none;
}

.flyout {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


/**
 * Selection
 */

::-moz-selection {
    background: #ccaa58;
    color: #000;
}

::selection {
    background: #ccaa58;
    color: #000;
}


/**
 * Buttons
 */
button,
.gform_wrapper .gform_footer input[type=submit] {
    border: 0px;
    background: none;
}

.btn,
.gform_wrapper .gform_footer input[type=submit] {
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    padding: 14px 20px;
    background-color: #9e0039;
    overflow: hidden;
    position: relative;
    z-index: 1;
    line-height: 1em;
}

.gform_wrapper .gform_footer input[type=submit] {
    padding: 14px 20px !important;
}

div.gform_footer.top_label {
    text-align: center;
    position: relative;
    z-index: 8
}

.btn:hover {
    background-color: #680026;
}

.btn-secondary,
.gform_wrapper .gform_footer input[type=submit] {
    background-color: #00a6a0;
}

.btn-secondary:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #005a57;
}

.btn-thirdary {
    background-color: #ccaa58;
    color: #000 !important;
}

.btn-thirdary i {
    font-size: 13px;
    top: -1px;
    position: relative;
}

.btn-thirdary:hover {
    background-color: #a68947;
}

.btn-thirdary.icon-down-arrow-button,
.btn-thirdary.icon-up-arrow-button {
    background: transparent;
    color: #ccaa58 !important;
    text-align: left;
    padding-left: 0;
}

.sec-water-cont .btn-thirdary.icon-down-arrow-button,
.sec-water-cont .btn-thirdary.icon-up-arrow-button {
    margin-bottom: 20px;
}



.btn-quaterdary {
    background-color: transparent;
    border: 2px solid #ccaa58;
    color: #ccaa58 !important;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-quaterdary:hover {
    color: #000 !important;
}

.btn-quaterdary:hover {
    background-color: #ccaa58;
}

.btn-accent,
.btn-accent:hover,
.btn-accent-left,
.btn-accent-left:hover {
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    background-color: transparent;
    color: #ccaa58 !important;
}

.btn-accent:hover,
.btn-accent-left:hover {
    color: #c68f05 !important;
}

.btn-accent:hover:after {
    margin-left: 10px;
}

.btn-accent-left:hover:before {
    margin-right: 10px;
}

.filter-reset {
    background-color: #a59d9a;
}

.filter-reset:hover {
    background-color: #817a77;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-big {
    padding: 30px;
    font-size: 12px;
    margin-top: 20px;
}

/* Add margin-left when 2 buttons are next to each other */
/* .btn+.btn {
    margin-left: 5px;
    
} */

.btn {
    margin-right: 5px;
}

.btn:last-child {
    margin-right: 0;
}

@media(min-width: 600px) {
    .btn-big {
        font-size: 16px;
    }
}

@media (min-width: 1800px) {
    .btn {
        font-size: 16px;
        padding: 14px 30px 10px;
        letter-spacing: .1em;
    }

    .btn-small {
        padding: 8px 10px 6px;
    }

    .btn-quaterdary {
        padding-top: 12px;
        padding-bottom: 8px;
    }
}

/**
 * Icons
 */
@font-face {
    font-family: 'icomoon';
    src: url('../icon/fonts/icomoon.eot?narqxz');
    src: url('../icon/fonts/icomoon.eot?narqxz#iefix') format('embedded-opentype'),
        url('../icon/fonts/icomoon.ttf?narqxz') format('truetype'),
        url('../icon/fonts/icomoon.woff?narqxz') format('woff'),
        url('../icon/fonts/icomoon.svg?narqxz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after,
.btn-accent:after,
.btn-accent-left:before,
.slick-prev:before,
.slick-next:before,
.squiggle-headline:after,
.squiggle-title:after,
.sec-instagram-title a:before,
.sec-intro-stitle:before,
.flyout-subtitle:before,
.navpri-parent-arrow:before,
.sbi_photo_wrap a:before,
.vidz-cover-pic:before,
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .last:before,
.wp-pagenavi .last:after,
.wp-pagenavi .first:before,
.wp-pagenavi .first:after,
.filter-optionbtn:after,
.formdate>span:before,
.selectric .button:after,
.checklist>li:before,
.icheckbox_minimal:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-down-arrow-button:before,
.btn-thirdary.icon-down-arrow-button:after {
    content: "\e917";
}

.icon-up-arrow-button:before,
.btn-thirdary.icon-up-arrow-button:after {
    content: "\e918";
}

.btn-thirdary.icon-down-arrow-button:before,
.btn-thirdary.icon-up-arrow-button:before {
    content: "";
}

.btn-thirdary.icon-down-arrow-button:after,
.btn-thirdary.icon-up-arrow-button:after {
    margin-left: 10px;
}

.icon-left-arrow-button:before {
    content: "\e915";
}

.icon-right-arrow-button:before {
    content: "\e916";
}

.page-header-topbar a:after,
.nav-mobile a:after,
.btn-accent:after,
.btn-accent-left:before {
    margin-left: 5px;
    font-size: 0.857em;
    position: relative;
    top: 1px;
}

.btn-accent-left:before {
    margin-left: 0;
    margin-right: 5px;
}

.formdate>span:before,
.icon-calendar:before {
    content: "\f073";
}

.icon-quote-left:before {
    content: "\f10d";
    padding-right: 10px;
    color: #ccaa58;
}

.icon-avatar:before {
    content: "\e900";
}

.icon-calendar:before {
    content: "\e901";
}

.icon-food-tray:before {
    content: "\e902";
}

.icon-ctree:before {
    content: "\e903";
}

.icon-horse:before {
    content: "\e904";
}

.icon-fish:before {
    content: "\e905";
}

.icon-google:before {
    content: "\e906";
}

.icon-boat:before {
    content: "\e907";
}

.icon-fb:before {
    content: "\e908";
}

.icon-tw:before {
    content: "\e909";
}

.icon-pinterest:before {
    content: "\e90a";
}

.icon-instagram:before {
    content: "\e90b";
}

.icon-gplus:before {
    content: "\e90c";
}

.icon-play:before,
.vidz-cover-pic:before {
    content: "\e90d";
}

.vidz-cover-pic {
    position: relative;
}

.vidz-cover-pic:before {
    font-size: 58px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin-top: -29px;
    margin-left: -51px;
}

.vidz-cover-pic:hover:before {
    color: #c9aa5f;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}

.testimonial-slider .slick-prev:before,
.sec-photogal-slider .slick-prev:before,
.icon-prev:before {
    content: "\e915";
}

.testimonial-slider .slick-next:before,
.sec-photogal-slider .slick-next:before,
.icon-next:before {
    content: "\e916";
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.icon-more-arrow:after {
    content: "\e910";
}

.icon-more-arrow.flipped:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}

.icon-zoom:before {
    content: "\e911";
}

.icon-menu:before {
    content: "\e912";
}

.icon-close:before {
    content: "\e913";
}

.icon-arrow-right:after {
    content: "\f061";
}

.selectric .button:after,
.filter-optionbtn:after,
.icon-chevron-down:before {
    /*content: "\f078";*/
    content: "\e917";
    /*transform: rotate(-90deg);*/
}

.slick-prev:before,
.previouspostslink:before,
.wp-pagenavi .first:before,
.wp-pagenavi .first:after,
.icon-chevron-left:before,
.btn-accent-left:before {
    /*content: "\f053";*/
    content: "\e915";
}

.navpri-parent-arrow:before,
.slick-next:before,
.btn-accent:after,
.nextpostslink:before,
.wp-pagenavi .last:before,
.wp-pagenavi .last:after,
.icon-chevron-right:before {
    /*content: "\f054";*/
    content: "\e915";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    display: inline-block;
    top: -1px;
}

/*.navpri-parent-arrow,
.slick-next,
.btn-accent,
.nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .last,
.icon-chevron-right{
    transform: rotate(180deg);
    top: 10px;
    position: relative;
}*/

.sec-photo-slider .slick-cloned {
    min-height: 200px;
}


.icheckbox_minimal:before,
.checklist>li:before,
.icon-check:before {
    content: "\f00c";
}

.icon-phone:before {
    content: "\f095";
}

.icon-phone {
    font-size: 24px;
}

.icon-squiggle:after,
.squiggle-headline:after,
.squiggle-title:after,
.sec-instagram-title a:before,
.sec-intro-stitle:before,
.flyout-subtitle:before {
    content: "\e914";
    font-size: 14px;
    margin: 5px 0px 0px;
    color: #e0e0e1;
}

.icon-squiggle:after,
.squiggle-headline:after,
.squiggle-title:after {
    display: block;
    position: relative;
    z-index: 0;
}

.squiggle-headline:after,
.squiggle-title:after {
    margin-top: 18px;
}

.squiggle-headline:after,
h3.squiggle-title:after {
    margin-top: 13px;
}

@media (min-height: 768px) {

    .squiggle-headline:after,
    .squiggle-title:after {
        margin-top: 15px;
    }
}

@media(min-width: 1025px) {
    .sec-photo-slider .slick-cloned {
        min-height: 699px;
    }

}

@media (min-height: 1366px) {

    .squiggle-headline:after,
    .squiggle-title:after {
        margin-top: 14px;
    }
}

.sec-intro-stitle:before,
.flyout-subtitle:before {
    margin-right: 10px;
}

/*Skin CSS Font Color*/
.font-black,
.font-black:before,
.font-black:after {
    color: #000;
}

/*Skin CSS BG Color*/
.sec-bg-secondary {
    background-color: #ece7e5;
}

/**
 * Tables
 */
table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 11px 20px;
}

th {
    text-transform: uppercase;
    text-align: left;
    background-color: #003b5d;
    color: #fff;
    white-space: nowrap;
}

tbody tr:nth-child(odd) {
    background-color: #eeefef;
}

/* Pikaday Date Picker */
.pika-table th,
.pika-table td {
    background: none;
    text-transform: capitalize;
}

.is-today .pika-button {
    color: #00a6a0 !important;
}

.pika-button:hover {
    background-color: #cbaa64 !important;
    color: #fff !important;
}

.is-selected .pika-button {
    background-color: #00a6a0 !important;
    -webkit-box-shadow: inset 0 1px 3px #00a6a0 !important;
    box-shadow: inset 0 1px 3px #00a6a0 !important;
}

/* Responsive Tables */
.table-wrap-outer {
    position: relative;
}

.table-wrap-inner {
    overflow: auto;
}

.js-table-fade {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.table-wrap-outer:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 80px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

@media (min-width: 600px) {
    .table-wrap-outer:after {
        display: none;
    }

    .table-wrap-inner {
        overflow: visible !important;
    }
}

/* Tablepress */
.dataTables_length,
.dataTables_filter {
    margin-bottom: 10px;
}

.dataTables_length select,
.dataTables_filter input {
    width: auto;
    padding: 8px;
}

.dataTables_filter,
.dataTables_info {
    float: left;
}

.dataTables_length,
.dataTables_paginate {
    float: right;
}

.dataTables_info {
    font-size: 11px;
}

.dataTables_paginate a {
    margin-left: 10px;
    cursor: pointer;
}

/* Tablepress sorting */
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
    background-color: #001a29;
    cursor: pointer;
}


/**
 * Forms
 */
.formrow {
    margin-top: 16px;
    margin-bottom: 16px;
}

.formdate>span {
    position: relative;
    display: block;
}

.formdate>span:before {
    font-size: 28px;
    color: #66636c;
    position: absolute;
    top: 0px;
    right: 23px;
    line-height: 50px;
}

label {
    text-transform: uppercase;
}

._row._checkbox-radio label {
    text-transform: none;
}

._row._checkbox-radio span {
    padding-left: 10px;
    display: inline-block;
    float: left;
    width: 90%;
    position: relative;
    top: -6px;
}

._row._checkbox-radio .icheckbox_minimal {
    float: left;
}

.wpcf7-list-item-label {
    text-transform: none;
}

select {}

textarea {}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    -webkit-appearance: none;
    border: none;
}

/* default text input style */
textarea,
.selectric,
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"],
.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    border: 0;
    background-color: #fff;
    line-height: 1em;
    color: #000;
    padding: 16px 20px !important;
    display: block;
    width: 100%;
    border: 1px solid #66636c !important;
}

.sec-newsletter-form [type="text"],
.sec-newsletter-form [type="email"] {
    color: #65626b;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    padding: 14px;
    border: 0px;
    text-transform: uppercase;
}

input.date_field {
    position: relative;
    z-index: 9;
    background: transparent;
}

.gform_wrapper ul.gform_fields li {
    padding-left: 0;
    padding-right: 0;
}

.gform_wrapper .top_label li.gfield.gf_left_half:before {
    display: none !important;
}

.gform_wrapper .top_label input.medium.datepicker {
    position: relative;
    width: 100% !important
}

.gform_wrapper img.ui-datepicker-trigger {
    position: absolute;
    right: 32px;
    top: 42px;
}

.gform_wrapper label.gfield_label {
    font-weight: unset !important
}

.gform_wrapper #gform_5 ul li.gfield {
    margin-top: 0;

}

.gform_wrapper .gform_footer {
    padding: 0;
}

.form-disclaimer {
    font-size: 12px;
    line-height: 1.6em;
}

.sec-newsletter-form .form-disclaimer,
.sec-newsletter-form .form-disclaimer p {
	color: #ffffff;
}

/* Default Submit Button Style */
[type="submit"] {}

/* Removes inconsistent padding from Firefox buttons */
button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

/* Default Radio/Checkbox Style (if using CF7) */
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
    display: inline-block;
    margin-left: 5px;
}

._form_3 ._form_element {
    overflow: hidden;
}

/* Selectric */

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border-radius: 0px;
    position: relative;
    overflow: hidden;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 38px 0 0;
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    line-height: 47px;
    color: #66636c;
    font-size: 18px;
    text-align: center;
}

.selectric .button:after {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.selectric-focus .selectric {
    border-color: #aaaaaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}

.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}

.selectric-items li:hover {
    background: #D5D5D5;
    color: #444;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: -3px 3px 0 0;
    padding: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: 1px solid #66636c;
    text-align: center;
}

.icheckbox_minimal {
    background-position: 0 0;
}

.icheckbox_minimal.hover {
    background-position: -20px 0;
}

.icheckbox_minimal.checked {
    background-position: -40px 0;
}

.icheckbox_minimal.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal {
    background-position: -100px 0;
    border-radius: 50%;
}

.iradio_minimal.hover {
    background-position: -120px 0;
}

.iradio_minimal.checked {
    background-position: -140px 0;
}

.iradio_minimal.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal.checked.disabled {
    background-position: -180px 0;
}

.icheckbox_minimal:before,
.iradio_minimal:before {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    font-size: 12px;
    line-height: 15px !important;
    width: 18px;
    color: #1f2d5c;
}

.iradio_minimal:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}

.icheckbox_minimal.checked:before,
.iradio_minimal.checked:before {
    display: inline-block;
}

.iradio_minimal.checked:before {
    background-color: #1f2d5c;
}

/* CF7 Validation (Replace if not using CF7) */

/* Individual field error messages */
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.wpcf7-form .error,
.wpcf7-not-valid-tip {
    display: block;
    font-size: 14px;
    color: #9e0039;
    width: auto;
    line-height: 1em;
    margin-top: 5px;
}

.wpcf7-form .error {
    top: auto;
    bottom: -10px;
    left: 10px;
}

.screen-reader-response,
.wpcf7-response-output {
    display: none !important;
}

select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid,
.wpcf7-not-valid .selectric {
    border-color: #9e0039;
}

/* Entire form error message */
.wpcf7-response-output {}

/* Styling for fields that have errors */
select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid,
.wpcf7-not-valid .selectric {}

/*
 * Accordion
 */
.group-accordion-cont,
.accordion-cont {
    display: none;
}

.group-accordion-cont.accordion-active,
.accordion-cont.accordion-active {
    display: block;
}


/**
 * Breadcrumbs
 */

.breadcrumbs,
.filter-optionbtn {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .15em;
    color: #d4d0cd;
}

.filter-optionbtn {
	text-transform: uppercase;
}

.breadcrumbs a,
.breadcrumbs span {
    color: #716e77;
}

.breadcrumbs a,
.breadcrumbs span.breadcrumb_last,
.filter-optionbtn {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

span.breadcrumb_last {
	color: #000;
}

.breadcrumbs a:hover,
a.breadcrumb_last {
    color: #00a6a0;
}

.breadcrumbs-inner {
    padding-bottom: 40px;
}

.breadcrumbs,
.filter-option {
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

@media(max-width: 599px) {
    .filter-optionbtn {
        font-size: 11px;
        letter-spacing: 0;
        /*padding: 15px 4px;*/
    }
}

@media (min-width: 1000px) {
    .filter-option {
        font-size: 16px;
    }
}

/*Filter*/
.filter-option-tag {
    padding-bottom: 28px;
}

.filter-option-cat {
    padding-top: 20px;
    padding-bottom: 20px;
}

.filter-option,
.gallery-categ {
    display: none;
    position: absolute;
    width: calc(100% - 12px);
    z-index: 9;
}

.page-template-page-rates .gallery-categ {
    position: static;
    width: 100%;
}

.filter-option a,
.filter-option span,
.gallery-categ a,
.filter-optionbtn,
.js-tabs a {
    text-transform: uppercase;
    text-align: left;
    line-height: 1em;
    display: block;
}

.filter-option a,
.filter-option span,
.gallery-categ a,
.filter-optionbtn {
    color: #000;
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #f9f9f9;
}

.filter-optionbtn {
    width: 100%;
}

.filter-optionbtn:after {
    float: right;
}

/**/
.filter-option li,
.gallery-categ li,
.js-tabs li {
    margin: 0px;
}

.filter-option a,
.filter-option span,
.gallery-categ a {
    border-top: 0px;
    background-color: #fff;
}

.filter-option a:hover {
    background-color: #f0f0f2;
}

.filter-option span.sepbar {
    color: #dad6d3;
}

.page-template-page-rates .villa-img-wrapper img {
    height: 100%;
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1;
}

.half_section {
    padding: 3rem 0;
}

.page-template-page-rates .villa-smbtn-desc {
    text-align: left;
}

.page-template-page-rates .villa-smbtn-title {
    font-size: 16px;
    line-height: 1.25em;
}

.page-template-page-rates .gallery-categ li:first-child {
    border-left: 0;
}

.page-template-page-rates .gallery-categ li {
    padding: 0px 6px;
}

.page-template-page-rates .gallery-categ a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 0px;
    border: 1px solid #e0e0e1;
    color: #65626b;
    align-items: normal;
}

.page-template-page-rates .gallery-categ a.active,
.page-template-page-rates .gallery-categ a:hover {
    /*border-color: #ccaa58;*/
    background: #000;
    color: #fff;
}

.page-template-page-rates .villa-rate-list .js-tabs li.active a {
    background: #000;
    color: #ccaa58;
}


.page-template-page-rates .gallery-categ a.active .villa-smbtn-title,
.page-template-page-rates .gallery-categ a:hover .villa-smbtn-title {
    color: #ccaa58;
}

@media (min-width: 768px) {
    .filter-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        letter-spacing: .15em;
    }

    .filter-option a.current {
        color: #00a6a0;
    }

    .filter-option a,
    .filter-option span {
        display: inline-block;
        text-align: center;
        line-height: 1em;
        padding: 0;
        border: 0px;
        border-top: 0px;
    }

    .filter-option a,
    .filter-option a:hover,
    .filter-option span {
        background: none;
    }

    .filter-option a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .filter-option a:hover,
    .filter-option .active {
        color: #00a6a0;
    }
}

@media (min-width: 1366px) {
    .gallery-categ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .gallery-categ a {
        font-size: 16px;
        text-align: center;
        color: #65626b;
        background-color: #f0f0f2;
        border: 1px solid #d0d0d2;
        border-left: 0px;
        padding-top: 18px;
        padding-bottom: 16px;
    }

    .gallery-categ li:first-child {
        border-left: 1px solid #d0d0d2;
    }

    .gallery-categ .active,
    .gallery-categ a:hover {
        background-color: #d0d0d2;
        color: #fff;
    }
}

/*
 * js-tabs
 */
.js-tab-wrap {
    border-bottom: 1px solid #ece7e5;
}

.js-tabs {
    margin: 0px;
    padding: 0px;
}

.js-tabs li {
    position: relative;
    border-right: 1px solid #d0d0d2;
}

.js-tabs a {
    font-size: 16px;
    text-align: center;
    color: #65626b;
    padding-top: 18px;
    padding-bottom: 16px;
    background-color: #f0f0f2;

}

.js-tabs li:last-child {
    border-right: 0;
}

/*.js-tabs a:before {
    content: ' | ';
    position: absolute;
    left: 0;
    color: #d0d0d2;
}*/
.js-tabs li:first-child a:before {
    display: none;
}

.js-tabs li.active a {
    color: #fff;
    background: #d0d0d2;
}

.tab-cont-header:hover {
    color: #3da6a1;
    cursor: pointer;
}

.js-tabs-cont {
    display: none;
    /*padding: 20px 0;*/
}

.js-tabs-cont.active {
    display: block;
}

.js-tabs-cont {
    border: 1px solid #ece7e5;
    padding: 24px;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .js-tab-wrap {
        border-bottom: 0;
    }

    .js-tabs-cont {
        /*padding: 39px 0;*/
        /*padding-bottom: 0;*/
    }
}

.desktop-active {
    display: block;
}

/**
 * Pagination
 */
.pagination,
.wp-pagenavi .current,
.wp-pagenavi a,
.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi a.nextpostslink:before,
.wp-pagenavi .last:before,
.wp-pagenavi .last:after,
.wp-pagenavi .first:before,
.wp-pagenavi .first:after {
    font-size: 16px;
    line-height: 52px;
}

.wp-pagenavi .extend {
    line-height: 52px;
}

.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    font-size: 0px;
    line-height: 0;
}

.pagination,
.wp-pagenavi .current,
.wp-pagenavi a,
.wp-pagenavi .extend {
    display: inline-block;
    background-color: #000;
    font-weight: normal !important;
    width: 52px;
    text-align: center;
    color: #ccaa58;
    padding: 0px;
    margin: 0px 4px;
    border: 0px;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
    background-color: #ccaa58;
    color: #000;
}

.wp-pagenavi .pages {
    display: none;
}

.blog-listing .wp-pagenavi {
    margin-top: 27px;
}


/**
 * Sliders/Carousels
 * Slick Slider - http://kenwheeler.github.io/slick/
 */

/* General styling */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}


.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide,
.slick-arrow,
.slick-dots button,
.slick-slide:focus * {
    outline: none !important;
}

.slick-initialized .slick-slide {
    /*float: none;*/
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slick-dots {
    display: block;
    position: absolute;
    left: 27px;
    bottom: 6px;
    margin: 0;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots button {
    font-size: 0px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50px;
    margin-left: 11px;
    opacity: .5;
}

.slick-dots .slick-active button {
    opacity: 1;
}


/* Preload affect */

.slick-slider .slide {
    display: none;
}

.slick-slider .slide:first-child {
    display: block;
}

.slick-slider.slick-initialized .slide {
    display: block;
}

.js-slider-has-preloader {
    /* Add this class to your slider */
    min-height: 50px;
    position: relative;
}

.js-slider-has-preloader:before {
    content: url('../img/loading.gif');
    /* Create and upload a loading gif to your image directory */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    /* Update width based on gif size */
    height: 50px;
    /* Update height based on gif size */
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.js-slider-has-preloader-init:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* Custom styling per slider/carousel */
.slick-disabled {
    opacity: .6;
    cursor: text;
}

.slick-prev,
.slick-next {
    height: 100%;
    width: 36px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    z-index: 9;
    font-size: 0px;
    text-align: center;
}

.slick-prev:before,
.slick-next:before {
    font-size: 14px;
    text-shadow: 0 0 5px #000000;
}

.slick-prev {
    left: -18px;
}

.slick-next {
    right: -18px;
}

@media (min-width: 768px) {}

/**/
.js-toggle-slide .toggle-less {
    display: none;
}

.js-toggle-slide.open .toggle-more {
    display: none;
}

.js-toggle-slide.open .toggle-less {
    display: inline-block;
}


/* Slick Lightbox
 * To enable the lightbox effect on slick sliders
 */
.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}

.slick-lightbox .slick-next,
.slick-lightbox .slick-prev {
    height: auto;
    top: 50%;
}

.slick-lightbox .slick-prev {
    left: 15px;
}

.slick-lightbox .slick-next {
    right: 15px;
}

.slick-lightbox .slick-next:before,
.slick-lightbox .slick-prev:before {
    font-size: 30px;
    color: #fff;
}

.slick-lightbox-hide {
    opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
}

.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}

.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}

.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white;
}

.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}

.slick-lightbox-close:focus {
    outline: none;
}

.slick-lightbox-close:before {
    font-family: "icomoon";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e913";
}

.ilightbox-loader {
    display: none !important;
}

.ilightbox-holder {
	top: 0 !important;
}



/* --------------------------------------------------*\
    Section for Hot Spot Villa Feature
\* -----------------------------------------------------*/

/* ----------------------------------------------
 * Generated by Animista on 2021-3-12 1:55:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.villa-hot-spots-section {
    position: relative;
    line-height: 0;
}

.villa-hot-spots-section {
    margin: 0;
}

.villa-hot-spots-section ul li {
    padding: 0;
    margin: 0;
}

.villa-hot-spots-section ul li:before {
    content: none;
}

.villa-hot-spots-section .hotspot-content img {
    position: relative;
    height: 300px;
    top: auto;
    left: auto;
    margin-bottom: 5px;
    object-fit: cover;
}

@media (min-width: 320px) and (max-width: 1023px) {
    .villa-hot-spots-section img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    .villa-hot-spots-section ul {
        margin: 0;
        padding: 50px 20px;
    }

    .villa-hot-spots-section ul li {
        display: block;
        line-height: 1.5;
        background: rgb(0 0 0 / 87%);
        font-size: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 5px;
    }

    .villa-hot-spots-section ul li a {
        display: block;
        padding: 0 50px 0 20px;
        font-weight: bold;
    }

    .villa-hot-spots-section ul li a:after {
        content: "\e917";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 23px;
        right: 20px;
    }

    .villa-hot-spots-section ul li a.active:after {
        content: "\e918";
    }

    .villa-hot-spots-section .hotspot-content {
        padding: 0 20px 0 20px;
        display: block;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.2s ease-out
    }

    .villa-hot-spots-section .hotspot-content h4 {
        display: none !important;
    }

    .villa-hot-spots-section .hotspot-content p {
        margin: 0 0 20px;
        color: #fff;
    }

    .villa-hot-spots-section .hotspot-content p:last-child {
        margin-bottom: 0;
    }

    .villa-hot-spots-section ul li a.active+.hotspot-content {
        margin-top: 20px;
    }

}

@media (min-width: 1024px) {
    .villa-hot-spots-section img {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
    }

    .villa-hot-spots-section ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .villa-hot-spots-section ul li {
        position: absolute;
        padding: 0;
        margin: 0;
        left: -100px;
    }

    .villa-hot-spots-section ul li a {
        width: 30px;
        height: 30px;
        background: #00a6a0;
        border: 5px solid #00a6a0;
        display: block;
        border-radius: 100%;
    }

    .villa-hot-spots-section ul li a span {
        display: none;
    }

    .villa-hot-spots-section ul li .hotspot-content {
        position: absolute;
        width: 350px;
        top: 15px;
        left: -132px;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
        z-index: -1;
        box-shadow: 0 0 15px 15px rgb(0 0 0 / 20%);
    }

    .villa-hot-spots-section ul li .hotspot-content.bottom {
        top: auto;
        bottom: 15px;
    }

    .villa-hot-spots-section .hotspot-content img {
        height: 200px;
        margin-bottom: 0;
    }

    .villa-hot-spots-section ul li .hotspot-content .hotspot-content-wrap {
        padding: 25px 30px;
        background: rgb(0 0 0 / 87%);
        text-align: center;
    }

    .villa-hot-spots-section ul li:hover {
        z-index: 100;
    }

    .villa-hot-spots-section ul li:hover a {
        background: #000;
    }

    .villa-hot-spots-section ul li:hover .fade-in-top {
        -webkit-animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1.000) both;
        animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1.000) both;
        z-index: 10;
    }

    .villa-hot-spots-section ul li .hotspot-content h4 {
        font-size: 16px;
        color: #00A6A0;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .villa-hot-spots-section ul li .hotspot-content p {
        font-size: 16px;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 0;
    }


    .villa-hot-spots-section ul li.undersea-room {
        top: 778px;
        left: 174px;
        top: calc(778 / 900 * 100%);
        left: calc(174 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.undersea-room a {
        background: #4c99b2;
    }

    .villa-hot-spots-section ul li.toucan-room {
        top: 615px;
        left: 158px;
        top: calc(615 / 900 * 100%);
        left: calc(158 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.toucan-room a {
        background: #a59433;
    }

    .villa-hot-spots-section ul li.amber-room {
        top: 399px;
        left: 468px;
        top: calc(399 / 900 * 100%);
        left: calc(468 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.amber-room a {
        background: #dd9933;
    }

    .villa-hot-spots-section ul li.green-room {
        top: 274px;
        left: 465px;
        top: calc(274 / 900 * 100%);
        left: calc(465 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.green-room a {
        background: #699b30;
    }

    .villa-hot-spots-section ul li.blue-room {
        top: 338px;
        left: 1665px;
        top: calc(338 / 900 * 100%);
        left: calc(1665 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.blue-room a {
        background: #3954ad;
    }

    .villa-hot-spots-section ul li.purple-room {
        top: 439px;
        left: 1053px;
        top: calc(439 / 900 * 100%);
        left: calc(1053 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.purple-room a {
        background: #8224e3;
    }

    .villa-hot-spots-section ul li.red-room {
        top: 500px;
        left: 1405px;
        top: calc(500 / 900 * 100%);
        left: calc(1405 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.red-room a {
        background: #dd3333;
    }

    .villa-hot-spots-section ul li.black-room {
        top: 483px;
        left: 1675px;
        top: calc(483 / 900 * 100%);
        left: calc(1675 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.black-room a {
        background: #000;
    }

    .villa-hot-spots-section ul li.aqua-room {
        top: 576px;
        left: 1039px;
        top: calc(576 / 900 * 100%);
        left: calc(1039 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.aqua-room a {
        background: #47d88d;
    }

    .villa-hot-spots-section ul li.ice-room {
        top: 626px;
        left: 1593px;
        top: calc(626 / 900 * 100%);
        left: calc(1593 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.ice-room a {
        background: #369bbc;
    }

    .villa-hot-spots-section ul li.rooftop-deck {
        top: 146px;
        left: 1378px;
        top: calc(146 / 900 * 100%);
        left: calc(1378 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.media-room {
        top: 365px;
        left: 1290px;
        top: calc(365 / 900 * 100%);
        left: calc(1290 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.dining-events {
        top: 293px;
        left: 1014px;
        top: calc(293 / 900 * 100%);
        left: calc(1014 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.game-room {
        top: 619px;
        left: 1344px;
        top: calc(619 / 900 * 100%);
        left: calc(1344 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.pool {
        top: 647px;
        left: 849px;
        top: calc(647 / 900 * 100%);
        left: calc(849 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.living-ball-room {
        top: 717px;
        left: 1029px;
        top: calc(717 / 900 * 100%);
        left: calc(1029 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.wildlife {
        top: 795px;
        left: 725px;
        top: calc(795 / 900 * 100%);
        left: calc(725 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.courtyard {
        top: 851px;
        left: 1029px;
        top: calc(851 / 900 * 100%);
        left: calc(1029 / 1920 * 100%);
    }




    .villa-hot-spots-section ul li.isla-upper-living-area {
        top: 386px;
        left: 876px;
        top: calc(386 / 900 * 100%);
        left: calc(876 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-zen-courtyard {
        top: 405px;
        left: 743px;
        top: calc(405 / 900 * 100%);
        left: calc(743 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-lower-living-area {
        top: 664px;
        left: 808px;
        top: calc(664 / 900 * 100%);
        left: calc(808 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-al-fresco {
        top: 641px;
        left: 678px;
        top: calc(641 / 900 * 100%);
        left: calc(678 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-game-room {
        top: 680px;
        left: 366px;
        top: calc(680 / 900 * 100%);
        left: calc(366 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-spa-room {
        top: 553px;
        left: 917px;
        top: calc(553 / 900 * 100%);
        left: calc(917 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-pool-dining {
        top: 748px;
        left: 677px;
        top: calc(748 / 900 * 100%);
        left: calc(677 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-poolside-bbq {
        top: 665px;
        left: 1041px;
        top: calc(665 / 900 * 100%);
        left: calc(1041 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-wildlife {
        top: 710px;
        left: 145px;
        top: calc(710 / 900 * 100%);
        left: calc(145 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-infinity-edge-pool {
        top: 763px;
        left: 1177px;
        top: calc(763 / 900 * 100%);
        left: calc(1177 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-red-room {
        top: 420px;
        left: 1582px;
        top: calc(420 / 900 * 100%);
        left: calc(1582 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-red-room a {
        background: #dd3333;
    }

    .villa-hot-spots-section ul li.isla-green-room {
        top: 428px;
        left: 1313px;
        top: calc(428 / 900 * 100%);
        left: calc(1313 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-green-room a {
        background: #81d742;
    }

    .villa-hot-spots-section ul li.isla-teal-room {
        top: 443px;
        left: 534px;
        top: calc(443 / 900 * 100%);
        left: calc(534 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-teal-room a {
        background: #24e2e2;
    }

    .villa-hot-spots-section ul li.isla-black-room {
        top: 443px;
        left: 351px;
        top: calc(443 / 900 * 100%);
        left: calc(351 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-black-room a {
        background: #000;
    }

    .villa-hot-spots-section ul li.isla-blue-room {
        top: 583px;
        left: 1582px;
        top: calc(583 / 900 * 100%);
        left: calc(1582 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-blue-room a {
        background: #1a3eb2;
    }

    .villa-hot-spots-section ul li.isla-aqua-room {
        top: 591px;
        left: 1313px;
        top: calc(591 / 900 * 100%);
        left: calc(1313 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-aqua-room a {
        background: #47d88d;
    }

    .villa-hot-spots-section ul li.isla-purple-room {
        top: 583px;
        left: 534px;
        top: calc(583 / 900 * 100%);
        left: calc(534 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-purple-room a {
        background: #8224e3;
    }

    .villa-hot-spots-section ul li.isla-yellow-room {
        top: 583px;
        left: 351px;
        top: calc(583 / 900 * 100%);
        left: calc(351 / 1920 * 100%);
    }

    .villa-hot-spots-section ul li.isla-yellow-room a {
        background: #e2d695;
    }

}






/* --------------------------------------------------*\
    UI
    UI peices are site specific non generic styles.
    eg: header, footer, sidebar, page specific styles
\* -----------------------------------------------------*/

/**
 * Page-head
 */
.page-header,
.page-header a {
    text-decoration: none;
}

.page-header {
    position: sticky;
    top: 0;
    z-index: 99999;
	-webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}

.admin-bar .page-header {
	top: -46px;
}

@media (max-width:600px) {
	.page-header.inactive {
		top: -101px;
	}
	.admin-bar .page-header.inactive {
		top: -147px;
	}
}

.page-header-botbar {
    background-color: #000;
}

.sitelogo {
    display: block;
    text-align: center;
}

.sitelogo {
    margin-top: -30px;
}

.sitelogo,
.sitelogo-img {
    height: 90px;
    width: auto;
}

.sitelogo-min {
    margin: 0 auto;
    display: block;
    max-width: 376px;
}

.bar-right {
    border-right: 1px solid #404040;
}

.top-cta-color {
    background-color: var(--top-cta-color) !important;
}

/* Mobile Menu Search Bar */

.fx-search-box--mobile-menu {
    display: none;
}

.search-menu-mobile-box.search-menu-mobile-box--mobile {
    display: none;
}




@media (max-width:1099px) {
    
    .search-menu-mobile.search-menu__desktop.search-menu-mobile--mobile.js-search-toggle-trigger.hidden-xs-down {
        display: none;
    }

    .fx-search-box.fx-search-box--mobile-menu {
       display: flex;
        width: 100%;
        position: relative;
        bottom: -10px !important;
        background-color: #e0e0e2;
        z-index: 9999999990;
        padding: 3px;
        top: auto !important;
    }

    .fx-search-box--mobile-menu input.search-field {
        flex-grow: 1;
        border: none!important;
        position: relative;
        box-sizing: border-box;
        padding-right: 100px!important;
    }

    .fx-search-box--mobile-menu .search-submit {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding: 1rem;
        background-color: #9e1f38;
        text-transform: uppercase;
        color: #fff;
        border: none;
    }

}

/* End Mobile Menu Search Bar */

@media (min-width: 600px) {
    .sitelogo {
        margin-top: -40px;
    }

    .sitelogo,
    .sitelogo-img {
        height: 108px;
        display: block;
    }

    .search-menu-mobile-box.search-menu-mobile-box--mobile {
        background-color: transparent;
        display: flex;
    }

    .fx-search-box--desktop {
        --top: 140px;
        position: fixed;
        top: calc(var(--top) - 32px);
        width: 100vw;
        z-index: 999;
        background-color: rgb(0 0 0 / 70%);
        padding-block: 15px;
    }

    .fx-search-box--desktop .search-form {
        max-width: min(80%, 540px);
        margin-inline: auto;
    }

    .logged-in .fx-search-box--desktop {
        top: var(--top);
    }

    .fx-search-box--desktop .search-field {
        background-color: transparent;
        border: none !important;
        border-bottom: 1px solid #ffffff70 !important;
        color: #fff;
        padding: 5px 0 5px 20px !important;
    }

    .fx-search-box--desktop .search-submit {
        border: none;
        position: absolute;
        top: 0;
        right: -13px;
        background-color: transparent;
        font-size: 0;
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center;
        width: 30px;
        aspect-ratio: 1 / 1;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' fill-rule='evenodd' class=''%3E%3Cg%3E%3Cpath d='M10 3.5c-3.587 0-6.5 2.913-6.5 6.5s2.913 6.5 6.5 6.5 6.5-2.913 6.5-6.5-2.913-6.5-6.5-6.5zm0 1c3.036 0 5.5 2.464 5.5 5.5s-2.464 5.5-5.5 5.5-5.5-2.464-5.5-5.5S6.964 4.5 10 4.5z' fill='%23ffffff' data-original='%23000000' opacity='1' class=''%3E%3C/path%3E%3Cpath d='m20.354 19.646-5.759-5.758a.5.5 0 0 0-.707.707l5.758 5.759a.502.502 0 0 0 .708-.708z' fill='%23ffffff' data-original='%23000000' opacity='1' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }

    .fx-search-box--desktop .search-field::placeholder {
        color: #e2e2e2a3 !important;
    }
}

@media( min-width : 1800px ) {
    .fx-search-box--desktop {
        --top: 173px;
    }

    .affix-head .fx-search-box--desktop {
        --top: 147px;
    }
}

@media (min-width: 2000px) {
    .fx-search-box--desktop {
            --top: 172px;
        }
}

@media (min-width: 768px) {

    .page-header,
    .page-header-cont {
        width: 100%;
        top: 0;
        z-index: 99999;
    }

    .page-header-cont {
        position: fixed;
    }

    .page-header-topbar {
        background-color: rgba(0, 0, 0, .8);
        height: 40px;
        font-size: 14px;
        line-height: 1.429em;
    }

    .page-header-topbar a {
        color: #a59d9a;
    }

    .page-header-topbarcont {
        /*max-width: 450px;
        margin-left: auto;*/
        margin-right: 0px;
    }

    .page-header-botbar {
        background-color: rgba(0, 0, 0, .4);
    }

    .page-header-topbar ul,
    .sitelogo {
        position: relative;
        z-index: 1;
    }

    .page-header-topbar ul {
        z-index: 9;
    }

    .page-header-topbar li {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .page-header-menuli a:hover {
        color: #ccaa58;
    }

    .trip-advisor-logo {
        position: relative;
        top: 4px;
        float: right;
        max-width: 80% !important;
    }

    a.btn-reserve {
        font-size: 14px;
        line-height: 40px;
        padding: 0px;
        color: #000;
        display: block;
        padding-left: 50px;
        padding-right: 50px;
    }

    a.phone-number {
        color: #00a6a0;
    }

    .page-header-topbar a:after {
        font-size: 0.857em;
    }
}

@media (min-width: 1100px) and (max-width: 1080px) {

    .sitelogo,
    .sitelogo-img {
        height: 100px;
    }

    .nav-primary-depth-0>a {
        line-height: 60px;
    }
}

@media (min-width: 1025px) {
    .page-header {
        position: fixed;
    }

    .page-header-cont {
        position: static;
    }

    /*.page-header-topbarcont {
        max-width: 600px;
    }*/
}

@media (min-width: 1100px) {
    .nav-primary-depth-0>a {
        line-height: 69px;
    }

    .nav-primary-controls,
    .nav-primary-btns {
        display: none;
    }
}

@media (min-width: 1170px) {
    /*.page-header-topbarcont {
        max-width: 1016px;
    }*/
}

@media (min-width: 1800px) {
    .page-header-topbar {
        font-size: 16px;
        line-height: 1.25em;
    }

    /*.page-header-topbarcont {
        max-width: 1170px;
    }*/
    .sitelogo,
    .sitelogo-img {
        height: 140px;
    }

    .btn-reserve {
        font-size: 16px;
    }

    .nav-primary-depth-0>a {
        line-height: 101px;
    }
}

/*Sticky Header*/
@media (min-width: 768px) {

    .affix-head .page-header-topbar,
    .affix-head .page-header-botbar {
        background-color: #000;
    }
}

@media (min-width: 1800px) {

    .affix-head .sitelogo,
    .affix-head .sitelogo-img {
        height: 114px;
    }

    .affix-head .nav-primary-depth-0>a {
        line-height: 74px;
    }
}

/**
 * Navigation Mobile
 */
.nav-mobile {
    background-color: #111;
    font-size: 14px;
    line-height: 1.43em;
}

.nav-mobile ul {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.nav-mobile li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-mobile a {
    text-decoration: none;
    display: block;
    color: #a59d9a;
}

.btn-mobile {
    font-size: 40px;
    line-height: 57px;
    padding: 11px 0 0;
    color: #fff;
}

@media (min-width: 600px) {
    .nav-mobile ul {
        max-width: 500px;
    }
}

/**
 * Navigation
 */
.nav-primary {
    position: absolute;
    right: 0px;
    text-transform: uppercase;
}

.nav-primary li {
    margin-bottom: 0px;
}

.nav-primary,
.nav-primary-menu a {
    color: #000;
    display: block;
    text-decoration: none;
    -webkit-transition: color .05s, background-color .2s;
    -o-transition: color .05s, background-color .2s;
    transition: color .05s, background-color .2s;
}

.nav-primary-menu ul {
    margin: 0px;
    padding: 0px;
}

.navpri-parent-arrow {
    font-size: .0.857em;
}

.page-header-mbtn {
    display: none;
}

.search-menu-mobile-box {
    margin-top: 0;
    margin-bottom: 0;
    width: 55px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    height: 54px;
    flex-grow: 1;
    background-color: #9e0039;
    display: flex;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' fill-rule='evenodd' class=''%3E%3Cg%3E%3Cpath d='M10 3.5c-3.587 0-6.5 2.913-6.5 6.5s2.913 6.5 6.5 6.5 6.5-2.913 6.5-6.5-2.913-6.5-6.5-6.5zm0 1c3.036 0 5.5 2.464 5.5 5.5s-2.464 5.5-5.5 5.5-5.5-2.464-5.5-5.5S6.964 4.5 10 4.5z' fill='%23ffffff' data-original='%23000000' opacity='1' class=''%3E%3C/path%3E%3Cpath d='m20.354 19.646-5.759-5.758a.5.5 0 0 0-.707.707l5.758 5.759a.502.502 0 0 0 .708-.708z' fill='%23ffffff' data-original='%23000000' opacity='1' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.search-menu-mobile {
    height: 100%;
    width: 100%;
    font-size: 0 !important;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' fill-rule='evenodd' class=''%3E%3Cg%3E%3Cpath d='M10 3.5c-3.587 0-6.5 2.913-6.5 6.5s2.913 6.5 6.5 6.5 6.5-2.913 6.5-6.5-2.913-6.5-6.5-6.5zm0 1c3.036 0 5.5 2.464 5.5 5.5s-2.464 5.5-5.5 5.5-5.5-2.464-5.5-5.5S6.964 4.5 10 4.5z' fill='%23ffffff' data-original='%23000000' opacity='1' class=''%3E%3C/path%3E%3Cpath d='m20.354 19.646-5.759-5.758a.5.5 0 0 0-.707.707l5.758 5.759a.502.502 0 0 0 .708-.708z' fill='%23ffffff' data-original='%23000000' opacity='1' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.js-active {
    display: flex !important;
}

.search-menu-mobile.js-active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M4.59 59.41a2 2 0 0 0 2.83 0L32 34.83l24.59 24.58a2 2 0 0 0 2.83-2.83L34.83 32 59.41 7.41a2 2 0 0 0-2.83-2.83L32 29.17 7.41 4.59a2 2 0 0 0-2.82 2.82L29.17 32 4.59 56.59a2 2 0 0 0 0 2.82z' fill='%23ffffff' data-original='%23000000' opacity='1' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 35%;
}

.page-header-logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header-logo-menu .sticky-menu-menbtn {
    width: 40px;
    flex-grow: 0;
}

.fx-search-box {
    position: fixed;
    bottom: auto !important;
    top: 100px;
    width: 100vw;
    background-color: #e0e0e2;
    z-index: 9999999990;
    padding: 3px 0;
}

@media(min-width:768px){
    .fx-search-box{
        top:108px ;
    }
    
}

.search-form {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

#fx-search-box--mobile .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 1rem;
    background-color: #9e1f38;
    text-transform: uppercase;
    color: #fff;
    border: none;
}

#fx-search-box--mobile .search-field {
    border: none !important;
    padding-right: 6rem !important;
    width: 100%;
    display: block;
    box-sizing: border-box !important;
}

@media (max-width: 1099px) {

    .html-mainmenu,
    .body-mainmenu {
        overflow: hidden;
    }

    .nav-primary,
    .nav-primary-controls {
        top: 0px;
    }

    .nav-primary,
    .nav-primary-controls,
    .nav-primary-back,
    .nav-primary-btnwrap,
    .nav-primary-menu,
    .nav-primary-menu ul ul,
    .nav-primary-menu a,
    .nav-primary:before {
        background-color: #f8f8f8;
    }

    /**/
    .nav-primary {
        height: 100%;
        width: 100%;
        position: fixed;
        right: -100%;
        z-index: 99999;
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

    .nav-primary.active {
        right: 0px;
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
    }

    body.active:before {
        background: rgba(0, 0, 0, .5);
        content: '';
        width: 100%;
        z-index: 999;
        height: 100%;
        position: absolute;
        top: 0;
        display: block;
        left: 0;
    }


    /*Controls*/
    .nav-primary-controls,
    .nav-primary-back,
    .nav-primary:before {
        height: 63px;
        padding-top: 19px;
    }

    .nav-primary:before {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        padding-top: 0px;
    }

    .nav-primary-controls {
        cursor: pointer;
        width: 50%;
        position: absolute;
        right: 0;
        z-index: 999;
    }

    .nav-primary-close {
        float: right;
        font-size: 21px;
        color: #65626b;
        -webkit-transition-delay: .08s;
        -o-transition-delay: .08s;
        transition-delay: .08s;
        -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
        -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .nav-primary-close.js-clicked {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .nav-primary-back {
        font-size: 12px !important;
        line-height: 2em !important;
        color: #00a6a0 !important;
        text-transform: uppercase !important;
        cursor: pointer;
        position: fixed;
        top: 0px;
        width: 100%;
    }

    .nav-primary-back:before {
        margin-right: 4px;
    }

    /*handdle the scroolbar*/
    .nav-primary-cont {
        overflow: hidden;
        overflow-y: scroll;
        height: 100%;
        padding-top: 64px;
    }

    /*Submenu Level*/
    .nav-primary-menu {
        height: 294px;
        position: relative;
        left: 0;
    }

    .nav-primary-menu ul {
        display: block;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .nav-primary-menu li {
        position: static;
    }

    .nav-primary-menu ul ul {
        width: 100%;
        position: absolute;
        top: 0px;
        right: -120%;
        margin-right: -24px;
        z-index: 2;
    }

    .nav-primary .sub-menu.active {
        right: 0;
        margin: 0px;
    }

    /**/
    .nav-primary-menu li,
    .nav-primary-menu .nav-primary-btns {
        border-bottom: 1px solid #ebebeb;
    }

    .nav-primary-menu li.submenu-back {
        border: 0px;
        position: relative;
        z-index: 999;
    }

    /*Parent arrow Indicator*/
    .navpri-parent-arrow {
        text-align: center;
        cursor: pointer;
        line-height: 42px;
        width: 42px;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 2;
        background-color: rgba(255, 255, 255, .1);
    }

    /* <a> style*/
    .nav-primary-btnwrap,
    .nav-primary-menu a,
    .nav-primary-back {
        padding-left: 10px;
        margin-left: -10px;
    }

    .nav-primary-menu a {
        display: block;
        padding-top: 10px;
        padding-bottom: 9px;
        padding-right: 42px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .nav-primary .nav-label {
        position: relative;
        z-index: 2;
    }

    /*a hover effect*/
    .nav-primary-menu li.current-menu-item>a,
    .nav-primary-menu li.current-menu-ancestor>a {
        color: #a68947;
        /*#ccaa58;*/
    }

    /*btns*/
    .nav-primary-btnwrap {
        position: relative;
        z-index: 999;
        padding-top: 20px;
    }

    .nav-primary-btns {
        padding-top: 21px;
        padding-bottom: 17px;
    }

    .nav-primary-btns .btn {
        display: block;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    /**/
    .nav-primary-award {
        max-width: 125px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -8px;
    }

    .nav-primary-award:hover {
        background-color: transparent !important;
    }

    .nav-primary-cont>.row>[class*="col-"] {
        width: 100%;
        margin: 0px;
    }
}

@media (min-width: 406px) {
    .nav-primary {
        max-width: 320px;
    }
}

@media( min-width : 767px ) {
    .search-menu-mobile-box {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 600px) and (max-width: 1099px) {
    .page-header-mbtn {
        display: block;
        margin-left: auto;
        float: right;
    }

    .nav-tablet__wrapper {
        display: flex;
        align-items: center;
        /* gap: 1rem; */
        margin-left: auto;
    }

    .search-menu-mobile-box {
        min-width: 73px;
    }

    .nav-tablet__wrapper .btn-mobile {
        /* min-width: 73px; */
        flex-grow: 1;
    }

}

@media (min-width: 1100px) {

    .nav-primary,
    .nav-primary a {
        color: #fff;
        font-size: 14px;
    }

    .nav-primary a {
        padding-right: 10px;
    }

    .nav-primary {
        width: 100%;
        max-width: none;
        bottom: 0px;
    }

    .nav-primary-depth-0 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .nav-primary-depth-0>a {
        display: block;
        text-align: center;
    }

    .navpri-parent-arrow {
        display: none;
    }

    /*Nav Primary Dropdown*/
    .nav-primary-depth-1 {
        text-transform: none;
    }

    .nav-primary-menu ul ul {
        height: auto;
        width: 297px;
        margin: 0px;
        padding: 0px;
        position: absolute;
        left: -999em;
        z-index: 99;
        top: 100%;
        opacity: 0;
        background: #111;
    }

    .nav-primary-menu li li a {
        padding: 15px 20px;
        display: block;
        font-size: 16px;
        line-height: 1em;
        letter-spacing: none;
    }

    .nav-primary-menu li ul ul {
        margin: 0px 0 0 297px;
        top: 0;
    }

    .nav-primary-menu li li:hover>a,
    .nav-primary-menu li li.current_page_item>a,
    .nav-primary-menu li li.current-menu-ancestor>a {
        /*background-color: #020202;*/
        color: #ccaa58;
    }

    .nav-primary-menu li:hover ul ul,
    .nav-primary-menu li:hover ul ul ul,
    .nav-primary-menu li:hover ul ul ul ul {
        left: 999em;
        opacity: 0;
    }

    .nav-primary-menu li:hover ul {
        left: 0px;
        opacity: 1;
    }

    .nav-primary-menu li li:hover ul,
    .nav-primary-menu li li li:hover ul,
    .nav-primary-menu li li li li:hover ul,
    .nav-primary-menu li li li li li:hover ul {
        left: 0px;
        opacity: 1;
    }

    .nav-primary-depth-0:hover>a,
    .nav-primary-depth-0>a:hover,
    .current-menu-item.nav-primary-depth-0>a,
    .current-menu-ancestor.nav-primary-depth-0>a,
    .nav-primary-menu>li.current-menu-item>a,
    .nav-primary-menu>li.current-menu-ancestor>a,
    .sub-menu>li.current-menu-item>a,
    .sub-menu>li.current-menu-ancestor>a {
        color: #ccaa58;
        /*background-color: rgba(17,17,17,.7);*/
        background-color: #000;
    }

    .nav-primary-back {
        display: none;
    }

    .nav-primary-menu {
        height: auto !important;
        flex-grow: 1;
    }

    .nav-primary-menu__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .search-menu-mobile-box {
        flex-grow: 0;
    }
}

@media (min-width: 1200px) {

    .nav-primary,
    .nav-primary-menu a {
        letter-spacing: 0.05em;
    }
}

@media (min-width: 1366px) {

    .nav-primary,
    .nav-primary a {
        font-size: 16px;
    }
}

@media (min-width: 1800px) {

    .nav-primary,
    .nav-primary-menu a {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
}



/**
 * Masthead
 */
.masthead {
    position: relative;
    z-index: 1;
    color: #fff;
    height: 300px;
    background-color: #000;
}

.masthead-large {
    height: 320px;
}

.masthead-cont,
.masthead-object {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.masthead-cont {
    z-index: 99;
    text-align: center;
}

.masthead-txtimg {
    max-width: 305px !important;
}

.masthead-btn {
    min-width: 241px;
}

.masthead-btn i {
    font-size: 13px;
}

.masthead-cta {
    margin-top: 20px;
    min-width: 200px;
    position: relative;
    z-index: 1;
}

.masthead-object {
    overflow: hidden;
}

.masthead-title {
    text-shadow: 6px 6px 24px rgba(0, 0, 0, .6);
    color: var(--hero-title-custom-color);
}

.masthead-title:after {
    margin-top: 20px;
    color: #fff;
    font-size: 8px;
    height: 8px;
}

.masthead--arrow {
    position: absolute;
    bottom: 7%;
    left: 0;
    width: 100%;
    z-index: 5;
}

.masthead--arrow .icon-down-arrow-button {
    margin: 0 auto;
    width: 100%;
    font-size: 35px;
    color: #fff;
}

.masthead--arrow .icon-down-arrow-button::before {
    height: 35px;
}

.masthead.no-masthead {
    height: 0;
}

@media (min-width: 600px) {
    .masthead {
        height: 400px;
    }

    .masthead-large {
        height: 500px;
    }

    .masthead-txtimg {
        max-width: 400px !important;
    }

    .masthead-cta {
        margin-top: 25px;
        min-width: 241px;
    }
}

@media (min-width: 768px) {
    .masthead {
        height: 540px;
    }

    .masthead-large {
        height: 640px;
    }

    .masthead-cont {
        padding-top: 108px;
    }

    .masthead-txtimg {
        max-width: 622px !important;
    }

    .masthead-title:after {
        font-size: 14px;
        height: 14px;
    }

    .masthead.no-masthead {
        height: 109px;
    }
}

@media (min-width: 1025px) {
    .masthead.no-masthead {
        height: 141px;
    }
}

@media (min-width: 1300px) {
    .masthead {
        height: 540px;
    }

    .masthead-large {
        height: 640px;
    }

    .masthead-txtimg {
        max-width: 627px !important;
    }
}

@media (min-width: 1800px) {
    .masthead {
        height: 540px;
    }

    .masthead-video,
    .masthead-large {
        height: 640px;
    }

    .masthead-cont {
        padding-top: 140px;
    }
}

/*Water Color BG*/
.sec-wcbg-design-4,
.sec-wcbg-design-1,
.sec-wcbg-design-2,
.sec-wcbg-design-3,
.sec-halfblock-wcbg,
.sec-wcbg-masthead {
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}


.sec-wcbg-design-4 {
    height: 350px;
}

.sec-wcbg-design-1 {
    height: 67px;
}

.sec-wcbg-design-2 {
    height: 70px;
}

.sec-wcbg-design-3 {
    top: auto;
    bottom: 0px;
    height: 70px;
    z-index: 1;
}

.sec-halfblock-wcbg,
.sec-wcbg-masthead {
    top: auto;
    bottom: 0px;
}

.sec-wcbg-masthead {
    height: 30px;
    width: 100%;
}

.cta-btn .sec-halfblock-wcbg {
    height: auto !important;
}

@media (min-width: 321px) {
    .sec-wcbg-design-4 {
        height: 365px;
    }

    .sec-wcbg-design-1 {
        height: 64px;
    }

    .sec-wcbg-design-2 {
        height: 96px;
    }

    .sec-wcbg-design-3 {
        height: 110px;
        right: 0px;
    }

    .sec-wcbg-masthead {
        height: 33px;
    }
}

@media (min-width: 769px) {
    .sec-wcbg-design-4 {
        height: 430px;
    }

    .sec-wcbg-design-1 {
        height: 87px;
    }

    .sec-wcbg-design-2,
    .sec-wcbg-design-3 {
        height: 142px;
    }

    .sec-wcbg-masthead {
        height: 56px;
    }
}

@media (min-width: 1367px) {
    .sec-wcbg-design-4 {
        height: 475px;
    }

    .sec-wcbg-design-1 {
        height: 124px;
    }

    .sec-wcbg-design-2,
    .sec-wcbg-design-3 {
        height: 192px;
    }
}

@media (min-width: 1921px) {

    .sec-wcbg-design-4,
    .sec-wcbg-design-1,
    .sec-wcbg-design-2,
    .sec-wcbg-design-3,
    .sec-wcbg-masthead {
        width: 100%;
        height: auto;
    }
}

@media(max-width: 767px) {
    .activities-mobile-slider.container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .activities-mobile-slider.container-fluid .row {
        margin-left: 0;
        margin-right: 0;
    }

    .activities-mobile-slider.container-fluid .page-activities-cont {
        margin-left: 24px;
        margin-right: 24px;
    }

    .activities-mobile-slider.container-fluid .activities-list {
        /*padding-left: 0;
        padding-right: 0;*/
        /* margin-right: -24px;
        margin-left: -24px; */
    }
}

/*Background Image*/
.sec-wfull-imgbg,
.sec-wfull-imgbg .container-fluid,
.sec-fwvidz-cont,
.masthead,
.masthead-video {
    position: relative;
    overflow: hidden;
}

.sec-wwater-colorbg {
    position: relative;
}

.sec-full-imgbg {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.sec-wfull-imgbg .container-fluid,
.sec-wwater-colorbg .container-fluid,
.sec-fwvidz-cont {
    z-index: 3;
}

.single-post .sec-cta-bot .container-fluid,
.sec-wfull-imgbg .sec-monkey-cont.container-fluid {
    z-index: 999;
}

/**
 * Leaves Effect CSS
 */
.sec-wleaf,
.sec-wleaf-cont {
    position: relative;
    /*z-index: 2;*/
}

.sec-halfblock-leaf,
.sec-leaf {
    position: absolute;
    z-index: -1;
    width: auto;
}

/*[class*="body-suite-"] .sec-wleaf,
[class*="body-suite-"] .sec-wleaf-cont {
    z-index: 9999;
}*/

@media(min-width: 1025px) {
    .sec-wleaf-cont .sec-halfblock-desc-right {
        margin-right: 20%;
    }

    .sec-wleaf-cont .sec-halfblock-desc-left {
        margin-left: 12%;
    }
}

/**
 * Repeated Section
 */
/*Award*/
.sec-award-item {
    padding-left: 3px;
    padding-right: 3px;
}

.sec-awards .sec-award-item {
    text-align: center;
}

.sec-awards .sec-award-item img {
    display: inline-block;
    max-width: 75%;
}

.sec-awards .sec-award-item:hover img {
    opacity: 0.8;
}

/*---*/
.sec-award-mslide {
    padding-top: 25px;
}

.sec-award-mslide .sec-award-item {
    padding-left: 10px;
    padding-right: 10px;
}

/*---*/
.sec-award-mslide-not {
    margin-left: -3px;
    margin-right: -3px;
    padding-top: 12px;
    padding-bottom: 10px;
}

.sec-award-mslide-not .sec-award-item {
    width: 20%;
}

@media (max-width: 480px) {
    .sec-award-mslide {
        left: -10px;
        margin-right: -34px;
    }

    .sec-award-mslide .sec-award-item img {
        width: auto;
        height: 115px;
    }

    .sec-awards .sec-leaf {
        display: none;
    }
}

@media (min-width: 481px) {
    .sec-award-item {
        padding-left: 5px;
        padding-right: 5px;
        width: 20%;
    }
}

@media (min-width: 600px) {
    .sec-award-mslide {
        padding-top: 33px;
    }
}

@media (min-width: 700px) {
    .sec-award-mslide-not {
        margin-left: -12px;
        margin-right: -12px;
        padding-top: 14px;
        padding-bottom: 36px;
    }

    .sec-award-item {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 768px) {
    .sec-award-mslide {
        padding-top: 26px;
    }
}

@media (min-width: 1025px) {
    .sec-award-mslide {
        padding-top: 0px;
    }

    .sec-award-mslide-not {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .sec-award-item-first {
        padding-left: 0px;
    }
}

@media (min-width: 1366px) {
    .sec-awards .sec-award-item img {
        max-width: 60%;
    }
}

@media (min-width: 1800px) {
    .sec-award-mslide {
        padding-top: 19px;
    }

    .sec-award-item {
        padding: 0px;
    }
}

/**/
.col-with-bar {
    position: relative;
}

.col-with-bar-more {
    display: none;
}

.col-with-bar:before {
    content: '';
    border-right: 1px solid #ece7e5;
    height: 85%;
    position: absolute;
    top: 17px;
    right: 50%;
    display: none;
}

@media (min-width: 768px) {
    .col-with-bar-sm:before {
        display: block;
    }
}

@media (min-width: 1025px) {
    .col-with-bar-md:before {
        display: block;
    }

    .col-with-bar-left {
        padding-right: 37px;
    }

    .col-with-bar-right {
        padding-left: 37px;
    }

    .col-with-bar-more {
        display: block !important;
    }
}

@media (min-width: 1800px) {
    .col-with-bar-left {
        padding-right: 69px;
    }

    .col-with-bar-right {
        padding-left: 69px;
    }
}

/**
 * Welcome
 */
.sec-welcome {
    padding-top: 30px;
    /*26*/
    padding-bottom: 40px;
    text-align: center;
}

.home .sec-welcome {
    padding-bottom: 0;
}

.sec-welcome-leaves-left,
.sec-amentserv-leaves-left {
    top: 147px;
    left: -146px;
}

.sec-welcome-leaves-right,
.sec-amentserv-leaves-right {
    top: -36px;
    right: -113px;
}

.sec-amentserv-leaves {
    top: auto !important;
    bottom: 0px !important;
}

@media (min-width: 447px) {

    .sec-welcome-leaves-left,
    .sec-amentserv-leaves-left {
        height: 385px;
    }

    .sec-welcome-leaves-right,
    .sec-amentserv-leaves-right {
        height: 368px;
    }
}

@media( max-width : 600px ) {
    .sec-welcome {
        overflow: hidden;
    }
}

@media (min-width: 600px) {

    .sec-welcome-leaves-left,
    .sec-amentserv-leaves-left {
        top: -52px;
        /*72*/
        left: -173px;
    }

    .sec-welcome-leaves-right,
    .sec-amentserv-leaves-right {
        top: -56px;
        /*76*/
        right: -138px;
    }

    .multicol {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
        -webkit-column-gap: 74px;
        -moz-column-gap: 74px;
        column-gap: 74px;
    }
}

@media(max-width: 599px) {
    .home .sec-welcome {
        padding-top: 0;
    }
}

@media (min-width: 1025px) {
    .sec-welcome {
        text-align: left;
    }

    .sec-welcome-leaves-left,
    .sec-amentserv-leaves-left {
        left: -195px;
        height: 481px;
    }

    .sec-welcome-leaves-right,
    .sec-amentserv-leaves-right {
        right: -151px;
        height: 462px;
    }
}

@media (min-width: 1025px) and (max-width: 1169px) {

    .sec-welcome-leaves,
    .sec-amentserv-leaves,
    .sec-villa-leaves {
        top: -20px;
    }
}

@media (min-width: 1366px) {

    .sec-welcome-leaves-left,
    .sec-amentserv-leaves-left {
        top: -187px;
    }

    .sec-welcome-leaves-right,
    .sec-amentserv-leaves-right {
        top: -153px;
    }
}

@media (min-width: 1800px) {
    .sec-welcome {
        padding-top: 40px;
    }

    .sec-welcome-leaves-left,
    .sec-amentserv-leaves-left {
        top: -209px;
        left: -223px;
        height: 669px;
    }

    .sec-welcome-leaves-right,
    .sec-amentserv-leaves-right {
        top: -159px;
        right: -202px;
        height: 642px;
    }
}

/**/
.sec-welcome-rooms {
    padding-top: 16px;
    text-align: left;
}

.sec-welcome-rooms-item {
    display: block;
    max-width: 100%;
    position: relative;
    font-size: 12px;
    line-height: 1.5em;
}

@media( max-width : 767px ) {
    .sec-welcome-rooms-item {
        margin-bottom: 20px;
    }
} 

.sec-welcome-rooms {
    overflow: hidden;
}

.sec-welcome-rooms-img,
.sec-welcome-rooms-cont,
.sec-welcome-rooms-cont>span,
.sec-welcome-rooms-details span {
    display: block;
    color: #fff;
}

.sec-welcome-rooms-details .separator {
    display: inline-block;
}

.sec-welcome-rooms-cont,
.sec-welcome-rooms-img:before {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

.sec-welcome-rooms-hover {
    bottom: -150%;
    display: none;
}

@media( min-width : 1200px ) {
    .sec-welcome-rooms-hover {
        display: block;
    }
}

.sec-welcome-rooms-cont {
    padding: 0 16px 7px;
}

.sec-welcome-rooms-title,
.sec-welcome-rooms-details {
    text-transform: uppercase;
}

.sec-welcome-rooms-title {
    font-size: 17px;
    line-height: 1.059em;
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.sec-welcome-rooms-details,
.sec-welcome-rooms-decs,
.sec-welcome-rooms-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sec-welcome-rooms-btn {
    margin-top: 20px;
}

.sec-welcome-rooms-img {
    position: relative;
    z-index: 1;
}

.sec-welcome-rooms-img:before {
    content: '';
    height: 100%;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    /* IE6-9 */
}

@media (min-width: 480px) and (max-width: 767px),
(min-width: 1300px) {
    .sec-welcome-rooms-item {
        font-size: 16px;
    }

    .sec-welcome-rooms-details {
        font-size: 18px;
    }

    .sec-welcome-rooms-cont {
        padding: 0 28px 18px;
    }

    .sec-welcome-rooms-title {
        font-size: 22px;
        line-height: 1.136em;
    }
}

@media (min-width: 480px) and (max-width: 767px),
(min-width: 1000px) {
    .sec-welcome-rooms-item:hover .sec-welcome-rooms-cont {
        bottom: -150%;
    }

    .sec-welcome-rooms-item:hover .sec-welcome-rooms-hover {
        bottom: 0px;
    }
}

@media (min-width: 480px) and (max-width: 767px),
(min-width: 1000px) {
    .sec-welcome-rooms-details span {
        display: inline-block;
    }
}

@media (max-width: 767px) {

    .sec-welcome-rooms,
    .sec-explore-slide,
    .sec-explore-slide>.slick-list {
        margin-left: -24px;
        margin-right: -24px;
    }
}

@media (min-width: 481px) {
    /* .sec-welcome-rooms-item {
        max-width: 400px;
    } */
}

@media (min-width: 768px) {

    /*.sec-welcome-rooms {
        padding-top: 26px;
    }*/
    .sec-welcome-rooms-item {
        max-width: none;
        max-width: 78vw;
    }
}

@media (min-width: 1360px) {

    /*.sec-welcome-rooms {
        padding-top: 32px;
    }*/
    .sec-welcome-rooms-btn {
        margin-top: 30px;
    }

    .sec-welcome-rooms-details .separator {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 1600px) {
    .sec-welcome-rooms-details .separator {
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media (min-width: 1800px) {

    /*.sec-welcome-rooms {
        padding-top: 59px;
    }*/
    .sec-welcome-rooms-cont {
        padding: 0 34px 33px;
    }

    .sec-welcome-rooms-title {
        font-size: 28px;
        line-height: 1.143em;
    }
}

/**/
.sec-seen,
.sec-award-with-title {
    margin-top: 24px;
}

.sec-award-with-title {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sec-seen-title,
.sec-award-title {
    text-align: center;
}

.sec-seen-logo-item {
    text-align: center;
}

.sec-seen-logo-item img {
    display: inline-block;
    max-width: 90%;
}

.sec-overlytext-wceffect:not(.sec-overlytext)+.sec-seen {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sec-seen-logo .slick-prev:before,
.sec-seen-logo .slick-next:before {
    text-shadow: none;
}

/*IE11 Fix */
.sec-seen-logo.slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec-seen-logo.slick-slider>.slick-list {
    width: 100%;
}



@media (min-width: 600px) {

    .sec-seen,
    .sec-award-with-title {
        margin-top: 62px;
    }

    .sec-award-with-title {
        margin-top: 62px;
        margin-bottom: 62px;
    }

    .sec-seen-logo {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sec-seen-logo-item {
        padding-left: 38px;
        padding-right: 38px;
    }

    .sec-seen-logo-item img {
        display: block;
        max-width: 100%;
    }
}

@media (min-width: 768px) {

    .sec-seen-title,
    .sec-award-title {
        text-align: left;
    }

    .sec-seen-logo {
        left: -15px;
    }

    .sec-seen-logo .slick-prev {
        left: -15px;
    }

    .sec-seen-logo .slick-next {
        right: -15px;
    }
}

@media (min-width: 1025px) {

    .sec-seen,
    .sec-award-with-title {
        margin-top: 68px;
    }

    .sec-award-with-title {
        margin-top: 68px;
        margin-bottom: 68px;
    }

    .sec-seen-logo {
        left: 0px;
        padding-right: 0;
    }

    .sec-seen-logo-item {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 25px;
    }

    .sec-seen-logo .slick-track {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -moz-flex !important;
        display: flex !important;
        width: auto !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .sec-seen-logo .slick-track::before,
    .sec-seen-logo .slick-track::after {
        display: none;
    }
}

@media (min-width: 1300px) {

    .sec-seen-logo-item .sec-seen-logo-item-3,
    .sec-seen-logo-item.first,
    .sec-seen-logo-item.last {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/**/
.sec-water {
    overflow: hidden;
    margin-top: 50px;
}

.sec-water-wceffect {
    margin-top: 0px;
}

.sec-water-wceffect::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    height: 15px;
    background-color: #fff;
    z-index: 2;
}

.sec-water-cont {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-water-wceffect .sec-water-cont {
    padding-top: 100px;
}

.sec-water-title,
.sec-explore-title {
    margin-bottom: 25px;
}

.sec-water-bg img {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
}


.home .sec-water-mscroll a {
    color: #cbaa64;
}

.home .sec-water-mscroll a:hover {
    color: #a68947;
}

@media (min-width: 546px) {
    .sec-water-wceffect .sec-water-cont {
        padding-top: 170px;
    }

    .sec-water-bg img {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
    }
}

@media (min-width: 1025px) {
    .sec-water-cont {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .sec-water-wceffect .sec-water-cont {
        padding-top: 232px;
    }

    .sec-water-title,
    .sec-explore-title {
        margin-bottom: 40px;
    }

    .sec-water-mscroll {
        height: auto;
    }
}

@media (min-width: 1800px) {
    .sec-water {
        margin-top: 100px;
    }

    .sec-water-wceffect {
        margin-top: 0px;
    }

    .sec-water-cont {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .sec-water-wceffect .sec-water-cont {
        padding-top: 286px;
    }
}

/**/
/*.sec-intro {
    margin-top: 33px;
    margin-bottom: 16px;
}*/
.sec-intro-stitle,
.flyout-subtitle {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 18px;
    color: #65626b;
}

.btn.btn-villas {
    width: 100%;
    margin-bottom: .5rem;
}

@media (min-width: 1100px) {
    .sec-intro-stitle {
        margin-bottom: 2rem;
    }
}



.sec-intro-desc {
    padding-top: 28px;
}

.sec-introleaf-left,
.sec-3blocks-left {
    left: -165px;
    top: -79px;
}

.sec-introleaf-left {
    left: -220px;
}

.sec-introleaf-right,
.sec-3blocks-leafright {
    top: 0px;
    right: -104px;
    height: 330px;
}

.sec-intro-img {
    display: block;
    padding-top: 24px;
}

.sec-intro-accordion {
    margin-bottom: 31px;
}

.sec-intro .cta-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flyout.active .sticky-dates-button {
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: #ccaa58;
    /*111*/
    display: block;
    width: 100%;
    left: 0;
    padding: 10px;
    padding-bottom: 4px;
    text-align: center;
    border-top: 1px solid #eee;
}

@media(min-width: 1025px) {

    .flyout.active .sticky-dates-button {
        display: none;
    }

    /*.flyout.active .sticky-dates-button{
        width: 50%;
        left: auto;
        right: 0;
    }*/
}

@media (max-width: 830px) {
    .sec-intro-btn {
        display: block;
    }
}

@media (min-width: 600px) {

    .sec-introleaf-right,
    .sec-3blocks-leafright {
        top: 67px;
        right: -140px;
        height: 362px;
    }

    .sec-3blocks-leafright {
        top: -67px;
    }
}

@media (min-width: 768px) {

    /*.sec-intro {
        margin-top: 35px;
        margin-bottom: 0px;
    }*/
    .sec-intro-img {
        margin-right: 20px;
    }

    .sec-intro-desc {
        padding-top: 30px;
    }

    .sec-introleaf-left,
    .sec-3blocks-leafleft {
        left: -161px;
        top: -72px;
    }

    .sec-introleaf-right,
    .sec-3blocks-leafright {
        right: -120px;
    }
}

@media (min-width: 1025px) {
    .sec-introleaf-right {
        right: -81px;
    }

    .sec-3blocks-leafright {
        right: -150px;
        top: -91px;
        bottom: auto;
        height: 502px;
    }
}

@media (min-width: 1170px) {

    .sec-introleaf-left,
    .sec-3blocks-leafleft {
        left: -111px;
        top: -91px;
        height: 346px;
    }

    .sec-3blocks-leafleft {
        left: -200px;
    }

    .sec-introleaf-right {
        right: -158px;
        top: 67px;
        height: 462px;
    }
}

@media (min-width: 1280px) {

    /*.sec-intro {
        margin-top: 48px;
    }*/
    .sec-intro-desc {
        padding-top: 34px;
    }
}

@media (min-width: 1025px) and (max-width: 1169px),
(min-width: 1366px) {
    .sec-intro-img {
        margin-right: 37px;
        margin-top: 37px;
        padding-top: 0;
    }
}

@media (min-width: 1800px) {

    /*.sec-intro {
        margin-top: 43px;
        padding-bottom: 45px;
    }*/
    .sec-intro-img {
        margin-right: 44px;
    }

    .sec-intro-desc {
        padding-top: 46px;
    }

    .sec-intro-desc .font-large {
        margin-bottom: 41px;
    }

    .sec-introleaf-left {
        left: -154px;
        top: -129px;
        height: 483px;
    }

    .sec-3blocks-leafleft {
        left: -260px;
        top: -203px;
        height: 480px;
    }

    .sec-introleaf-right,
    .sec-3blocks-leafright {
        height: 642px;
    }

    .sec-introleaf-right {
        right: -219px;
        /*189*/
        top: auto;
        /*114px;*/
        bottom: 0px;
    }

    .sec-3blocks-leafright {
        right: -192px;
        top: -195px;
    }
}

/**/
.group-accordion-cont,
.group-accordion-btn a {
    padding-left: 22px;
    padding-right: 22px;
}

.group-accordion-cont {
    margin-top: -1px;
    margin-bottom: -1px;
}

.group-accordion-btn {
    border-top: 1px solid #eee6e4;
}

.group-accordion-btn a {
    color: #65626b;
    background-color: #d6cbc8;
    padding-top: 16px;
    padding-bottom: 16px;
}

.group-accordion-btn.active a {
    background-color: #ece7e5;
    color: #000;
}

.accordion {
    border-bottom: 1px solid #ece7e5;
    margin-bottom: 30px;
    /*get in 1920 ssize*/
}

.accordion .gray-link a {
    color: #808080;
    text-transform: none;
}

.accordion-btn,
.accordion-cont {
    border-top: 1px solid #ece7e5;
}

.accordion-cont .sec-3blocks-item-cont {
    margin-top: 0;
    padding: 15px 33px;
}

.group-accordion-btn a,
.accordion-btn a {
    display: block;
    position: relative;
}

.accordion-btn a {
    /*text-transform: uppercase;*/
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.group-accordion-btn a:before,
.accordion-btn a:before {
    position: absolute;
    top: 8px;
    right: 0px;
}

.accordion-btn a:before {
    font-size: 14px;
    line-height: 51px;
}

.group-accordion-btn a:before {
    line-height: 2.577em;
    right: 16px;
    top: -1px;
}

.group-accordion-btn.active a:before,
.accordion-btn.active a:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-btn a {
    color: #000;
}

.accordion-btn a:hover,
.accordion-btn.active a {
    color: #00a6a0;
}

@media (min-width: 1366px) {
    .group-accordion-btn a {
        font-size: 26px;
    }
}

/**/
.sec-monkey {
    padding-top: 26px;
    padding-bottom: 122px;
}

.sec-monkey::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: 1;
}

.sec-monkey p {
    color: #000;
    margin-bottom: 50px;
}

.sec-monkey-bg {
    top: auto;
    bottom: 0px;
}

.sec-monkey-bg img {
    display: block;
    width: 100%;
    height: 451px;
    position: absolute;
    bottom: 0px;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media (max-width: 599px) {
    .sec-monkey-btn {
        max-width: 176px;
    }

    .sec-monkey-incont {
        max-width: 320px;
    }
}

@media (min-width: 600px) {

    .sec-monkey p {
        margin-bottom: 8px;
    }

    .sec-monkey-bg img {
        width: 100%;
        height: auto;
    }

    .accordion-btn {
        font-size: 18px;
    }

}

@media (min-width: 768px) {
    .sec-monkey {
        padding-top: 80px;
    }
}

@media (min-width: 800px) {
    .sec-monkey {
        padding-top: 80px;
        padding-bottom: 180px;
    }
}

@media (min-width: 1025px) {
    .sec-monkey {
        padding-top: 138px;
        padding-bottom: 282px;
    }

    .sec-monkey-bg img {
        width: 100%;
        height: auto;
    }

    .sec-monkey li {
        text-transform: uppercase;
        line-height: 4.25em;
        margin-bottom: 0px;
    }

    .sec-monkey li a,
    .sec-monkey li span {
        text-decoration: none;
        color: #000;
        padding-left: 58px;
        display: block;
        position: relative;
    }

    .sec-monkey li a:before,
    .sec-monkey li span:before {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 35px;
        line-height: 1.943em;
    }
}

@media (min-width: 1800px) {
    .sec-monkey {
        padding-top: 227px;
        padding-bottom: 320px;
    }
}

/**/
.sec-explore {
    padding-top: 33px;
    padding-bottom: 56px;
    overflow: hidden;
}

.home .sec-explore .cta-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sec-explore-leaves-left,
.sec-wysiwyg-leaves-left,
.sec-iconblck-leaves-left {
    left: -175px;
    top: 158px;
}

.sec-explore-leaves-left {
    left: -190px;
    top: auto;
    bottom: -30px;
}

.sec-explore-leaves-right,
.sec-wysiwyg-leaves-right,
.sec-iconblck-leaves-right {
    right: -194px;
    top: 35px;
}

@media (min-width: 321px) {

    .sec-explore-leaves-left,
    .sec-wysiwyg-leaves-left,
    .sec-iconblck-leaves-left {
        left: -140px;
        top: 65px;
        bottom: auto;
        height: 304px;
    }
}

@media (min-width: 481px) {

    .sec-explore-leaves-left,
    .sec-wysiwyg-leaves-left,
    .sec-iconblck-leaves-left {
        left: -237px;
        top: 49px;
        height: 494px;
        /*386*/
    }

    .sec-wysiwyg-leaves-left,
    .sec-iconblck-leaves-left {
        left: -130px;
        top: 49px;
        height: 280px;
    }

    .sec-explore-leaves-right,
    .sec-wysiwyg-leaves-right,
    .sec-iconblck-leaves-right {
        right: -333px;
        top: -37px;
        height: 584px;
        /*413*/
    }

    .sec-wysiwyg-leaves-right,
    .sec-iconblck-leaves-right {
        right: -180px;
        top: 49px;
        height: 384px;
    }
}

@media (min-width: 768px) {
    .sec-explore {
        padding-top: 41px;
        padding-bottom: 52px;
    }

    .sec-wysiwyg-leaves-right,
    .sec-iconblck-leaves-right {
        right: -160px;
        top: 50px;
    }
}

@media (min-width: 1025px) {
    .sec-award-with-title+.sec-iconblck {
        padding-top: 0;
    }
}

@media (min-width: 1170px) {

    .sec-explore-leaves-left,
    .sec-wysiwyg-leaves-left,
    .sec-iconblck-leaves-left {
        left: -287px;
        top: 63px;
        height: 614px;
    }

    .sec-wysiwyg-leaves-left,
    .sec-iconblck-leaves-left {
        left: -340px;
        top: 0;
    }

    .sec-explore-leaves-right,
    .sec-wysiwyg-leaves-right,
    .sec-iconblck-leaves-right {
        right: -254px;
        top: 0;
        height: 722px;
    }

    .sec-wysiwyg-leaves-right,
    .sec-iconblck-leaves-right {
        right: -340px;
    }
}

@media (min-width: 1366px) {
    .sec-explore {
        padding-top: 41px;
        padding-bottom: 52px;
    }
}

@media (min-width: 1800px) {
    .sec-explore {
        padding-top: 82px;
        padding-bottom: 127px;
    }

    .sec-explore-leaves-left,
    .sec-wysiwyg-leaves-left,
    .sec-iconblck-leaves-left {
        left: -341px;
        top: 45px;
        height: 776px;
    }

    .sec-explore-leaves-right,
    .sec-wysiwyg-leaves-right,
    .sec-iconblck-leaves-right {
        right: -387px;
        top: 7px;
        height: 907px;
    }

    .sec-wysiwyg-leaves-left,
    .sec-iconblck-leaves-left {
        top: 30px;
        left: -385px;
    }
}


/* CTA Button (Explore the Estate Section) */
.cta-btn {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    /*-webkit-box-shadow: 0px 0px 27px 10px rgba(0, 0, 0, 0.2);
         -moz-box-shadow: 0px 0px 27px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 27px 10px rgba(0, 0, 0, 0.2);*/
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.cta-btn:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.cta-btn .cta-btn--img,
.cta-btn img {
    position: absolute;
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.sec-rltd-post .cta-btn,
.sec-photogal .cta-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sec-photogal .cta-btn {
    width: 500px;
    /*height: 300px;*/
}

.sec-rltd-post .cta-btn {
    height: 200px;
}

.cta-btn--img {
    /*height: 220px !important;*/
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/* .activities-list .cta-btn--img { height: 260px !important; }*/

.cta-btn .outer-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.gallery-list .cta-btn .outer-container,
.sec-photogal .cta-btn .outer-container {
    background: none;
}

.cta-btn .inner-container {
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: relative;
    padding: 5px;
}

.cta-btn .inner-container:before {
    content: '';
    border: 1px solid #b8b5ad;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    opacity: 0;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.cta-btn.sec-wwater-colorbg .inner-container:before {
    display: none;
}

.cta-btn .link-block-text-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.cta-btn .link-block-title {
    color: #fff;
    font: 14px 'Montserrat';
	font-weight: 500;
    letter-spacing: 0.1em;
    margin: auto;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.cta-btn .icon-zoom:before,
.cta-btn .icon-play:before {
    display: block;
    font-size: 25px;
    margin-bottom: 20px;
}

.cta-btn .icon-play:before {
    font-size: 35px;
}

.sec-halfblock .cta-btn .icon-play:before,
.sec-halfblockf .cta-btn .icon-play:before {
    font-size: 58px;
}
@media( max-width : 600px ) {
    .sec-halfblockf {
        overflow: hidden;
    }
}

.cta-btn .link-block-sub-title {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    margin: auto;
}

.cta-btn .link-block-sub-title:after {
    content: '';
    display: block;
    position: relative;
    top: 100%;
    width: 0;
    margin-top: 5px;
    border-bottom: 1px solid #b8b5ad;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.cta-btn:hover {
    text-decoration: none;
}

.cta-btn:hover .cta-btn--img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.gallery-list .cta-btn:hover .cta-btn--img,
.sec-photogal-slider .cta-btn:hover .cta-btn--img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.cta-btn:hover .outer-container {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.cta-btn.html5-video-play:hover .outer-container {
    padding: 0
}

.cta-btn:hover .inner-container:before {
    opacity: 1;
}

.cta-btn:hover .link-block-sub-title:after {
    width: 100%;
}

.blog-listing .cta-btn .inner-container {
    padding: 20px;
}

.blog-listing .cta-btn:hover .inner-container {
    padding: 5px;
}

@media (max-width: 991px) {
    .cta-btn .outer-container {
        background-color: rgba(0, 0, 0, 0.25);
    }

    .cta-btn:hover .cta-btn--img {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }

    .cta-btn:hover .outer-container {
        padding: 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 600px) {
    /*.cta-btn--img { height: 230px !important; }*/

    /*.activities-list .cta-btn--img { height: 260px !important; }*/
    .sec-rltd-post .cta-btn {
        height: 386px;
    }
}

@media (min-width: 768px) {
    /*  .cta-btn--img { height: 171px !important; }

    .activities-list .cta-btn--img { height: 240px !important; }*/

    .sec-photogal .cta-btn {
        width: 700px;
        /*height: 450px;*/
    }
}

@media (min-width: 1025px) {
    /* .cta-btn--img { height: 250px !important; }*/

    /*.activities-list .cta-btn--img { height: 260px !important; }*/

    .cta-btn .link-block-title {
        font-size: 18px;
    }

    .cta-btn .link-block-sub-title {
        font-size: 14px;
    }

    .gallery-list .link-block-text-container,
    .sec-photogal .link-block-text-container {
        opacity: 0;
    }

    .gallery-list .link-block-text-container.video {
        opacity: 1;
    }

    .gallery-list .cta-btn:hover .link-block-text-container,
    .sec-photogal .cta-btn:hover .link-block-text-container {
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .cta-btn .link-block-title {
        font-size: 22px;
    }

    .cta-btn .icon-zoom:before {
        font-size: 30px;
    }

    .cta-btn .icon-play:before {
        font-size: 45px;
    }
}

@media (min-width: 1400px) {
    /*.cta-btn--img { height: 260px !important; }*/

    /*.activities-list .cta-btn--img { height: 320px !important; }*/
}

@media (min-width: 1600px) {
    /*.cta-btn--img { height: 300px !important; }*/

    /*.activities-list .cta-btn--img { height: 380px !important; }*/
}

@media (min-width: 1800px) {
    /*.cta-btn--img { height: 368px !important; }*/
}


/*WYSIWYG Section*/
.sec-wysiwyg {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.sec-wysiwyg:not(.sec-wwater-colorbg) .sec-leaf {
    z-index: 1;
}

.sec-wysiwyg-cont .center-block > p:last-child {
    margin-bottom: 0;
}

.social-proof {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-proof a {
    padding-right: 24px;
}

@media (min-width: 321px) {
    /* .sec-wysiwyg {
        padding-top: 90px;
    }*/
}

@media (min-width: 1170px) {
    .sec-wysiwyg {
        padding-top: 40px;
        /*120px*/
    }
}

@media (min-width: 1800px) {
    .sec-wysiwyg {
        padding-top: 76px;
        padding-bottom: 85px;
    }

    .sec-wysiwyg.sec-wwater-colorbg {
        padding-top: 193px;
        padding-bottom: 116px;
    }
}

/*Testimonial*/
.sec-testimonial {
    position: relative;
    z-index: 1;
}

.sec-testimonial,
.sec-rltd-post-wcbg {
    padding-top: 76px;
    padding-bottom: 58px;
}

.sec-testimonial,
.sec-testimonial p {
    color: #fff;
}

.sec-testimonial p {
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
}

.sec-testimonial-btn {
    margin-top: 28px;
}

.testimonial-slider {
    background-color: rgba(202, 170, 81, .85);
    padding: 41px 20px 35px;
}

.testimonial-slider .slick-slide {
    vertical-align: top;
}

.testimonial-slider .slick-prev {
    left: -24px;
}

.testimonial-slider .slick-next {
    right: -24px;
}

.testimonial-author {
    text-transform: uppercase;
    font-style: normal;
}

.testimonial-author span {
    margin-left: 5px;
    margin-right: 5px;
}

.testimonial-slider-item .squiggle-title:after {
    color: #fff;
    margin-top: 5px;
}

@media (max-width: 380px) {
    .sec-testimonial-btn {
        max-width: 211px;
    }
}

@media (min-width: 600px) {

    .testimonial-slider .slick-prev,
    .testimonial-slider .slick-next {
        width: 40px;
    }

    .testimonial-slider .slick-prev:before,
    .testimonial-slider .slick-next:before {
        font-size: 30px;
    }

    .testimonial-slider .slick-prev {
        left: -40px;
    }

    .testimonial-slider .slick-next {
        right: -40px;
    }
}

@media (min-width: 768px) {

    .sec-testimonial,
    .sec-rltd-post-wcbg {
        padding-top: 85px;
        padding-bottom: 60px;
    }

    .testimonial-slider {
        padding: 40px 40px 26px;
    }

    .testimonial-slider .slick-prev,
    .testimonial-slider .slick-next {
        width: 48px;
    }

    .testimonial-slider .slick-prev:before,
    .testimonial-slider .slick-next:before {
        font-size: 48px;
    }

    .testimonial-slider .slick-prev {
        left: -57px;
    }

    .testimonial-slider .slick-next {
        right: -57px;
    }
}

@media (min-width: 1366px) {
    .sec-testimonial {
        padding-top: 167px;
        padding-bottom: 80px;
        font-size: 18px;
        line-height: 1.556em;
    }

    .testimonial-slider {
        padding-top: 60px;
        padding-bottom: 48px;
    }

    .testimonial-slider-item .subtitle {
        margin-bottom: 11px;
    }

    .testimonial-slider-item .h2 {
        font-size: 32px;
        margin-bottom: 35px;
    }
}

/**/
.sec-instagram {
    padding-top: 18px;
    padding-bottom: 6px;
}

.sec-instagram-title {
    text-align: center;
    margin-bottom: 27px;
}

.sec-instagram-title:before,
.sec-instagram-title a {
    display: block;
}

.sec-instagram-title:before {
    font-size: 32px;
    margin-bottom: 16px;
}

.sec-instagram-title a {
    text-transform: none;
    font-weight: normal;
    text-decoration: none;
    color: #26a6a0;
    letter-spacing: 0px;
    font-size: 16px;
}

.sec-instagram-title a:before {
    margin-left: -10px;
    margin-right: 10px;
}

.sec-instagram-title a:hover {
    color: #000;
}

#sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap .sbi_photo {
    display: inline-block;
    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    /* Safari and Chrome */
    /* Firefox */
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
    /* Opera */
    transform: scale3d(1, 1, 1);
}

#sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap:hover .sbi_photo {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    /* Safari and Chrome */
    /* Firefox */
    -ms-transform: scale3d(1.05, 1.05, 1);
    /* IE 9 */
    /* Opera */
    transform: scale3d(1.05, 1.05, 1);
}


/**/
#sbi_load {
    display: none !important;
}

@media (min-width: 768px) {
    .sec-instagram {
        padding-top: 40px;
        padding-bottom: 20px;
    }

}

@media (min-width: 1025px) {
    .sec-instagram-title {
        text-align: left;
        margin-bottom: 0px;
    }

    .sec-instagram-title a:before {
        margin-left: 0px;
    }
}

@media (min-width: 1170px) {
    .sec-instagram {
        padding-top: 60px;
        padding-bottom: 33px;
    }

    .sec-instagram-imgs {
        padding-left: 38px;
    }
}

@media (min-width: 1800px) {
    .sec-instagram-title {
        white-space: nowrap;
    }

    .sec-instagram-imgs {
        padding-left: 81px;
    }
}

/**/
.sec-newsletter {
    color: #fff;
    padding-top: 87px;
}

.sec-newsletter-incnt {
    height: auto;
    padding-top: 20px;
    padding-bottom: 70px;
}

.sec-newsletter-btn {
    min-width: 173px;
}

@media (min-width: 321px) {
    .sec-newsletter {
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .sec-newsletter-incnt {
        height: 523px;
    }
}

@media (min-width: 1366px) {
    .sec-newsletter-incnt {
        height: 599px;
    }
}

@media (min-width: 1366px) {
    .sec-newsletter-incnt {
        height: 657px;
    }
}

.sec-newsletter-bg .object-fit {
    top: 0;
    left: 0;
    -webkit-transform: translate(-35%, 0px);
    -ms-transform: translate(-35%, 0px);
    transform: translate(-35%, 0px);
    z-index: -1
}

@media(min-width: 1025px) {
    .sec-newsletter-bg .object-fit {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1
    }
}

@media(max-width: 599px) {


    .sec-newsletter-bg:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, .3);
        display: block;
    }
}

/*Homepage Award Section*/
.sec-award-logo-slide {
    display: inline-block !important;
    max-height: 130px !important;
    width: auto;
}

.page-template-page-testimonials .sec-award-logo-slide {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sec-award-leaves-left,
.sec-award-leaves-right {
    display: none;
}

@media (min-width: 1025px) {

    .sec-award-leaves-left,
    .sec-award-leaves-right {
        display: block;
    }

    .sec-award-leaves-left {
        left: -191px;
        top: 0px;
        height: 250px;
    }

    .sec-award-leaves-right {
        right: -219px;
        top: 42px;
        height: 250px;
    }
}

@media (min-width: 1800px) {
    .sec-award-leaves-left {
        left: -185px;
        /*w-395*/
        top: 0px;
        height: 318px;
    }

    .sec-award-leaves-right {
        right: -168px;
        /*w-396*/
        top: 0px;
        height: 316px;
    }
}

/**
 * Equal Height
 */
.sec-roomgal-slider>.slick-list>.slick-track,
.flyout-slider>.slick-list>.slick-track,
.sec-roomgal-grid,
.equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.equal-height:before,
.equal-height:after {
    display: none;
}

.sec-roomgal-slider>.slick-list .slick-slide>div,
.sec-roomgal-slider>.slick-list .slick-slide>div>[class*="col-"],
.flyout-slider>.slick-list>.slick-track>.flyout-slider-item,
.suite-item,
.equal-height-item {
    height: 100%;
}

.flyout-slider>.slick-list>.slick-track>.flyout-slider-item {
    height: auto;
}


@media (max-width: 1024px) {

    .sec-3blocks-row,
    .sec-rltd-post-row {
        display: block;
    }
}

/**
 * Style Guide
 */

.suite-item-img .slick-dots button {
    width: 10px;
    height: 10px;
    margin-left: 6px;
}

/*Suites*/
.sec-roomgal {
    padding-top: 80px;
    padding-bottom: 0px;
}

.sec-roomgal-slider>.slick-list>.slick-track,
.sec-roomgal-grid {
    padding-bottom: 60px;
}

.sec-roomgal-slider>.slick-list,
.sec-photogal-slider>.slick-list {
    overflow: visible;
}

.sec-roomgal-slider>.slick-list .slick-slide {
    height: auto;
    display: initial;
}

.suite-item,
.suite-item-flyout {
    cursor: pointer;
    background-color: #fff;
    height: 100%;
}

.suite-item:hover {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .6);
    box-shadow: 0 0 24px rgba(0, 0, 0, .6);
}

.suite-item-flyout {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .6);
    box-shadow: 0 0 5px rgba(0, 0, 0, .6);
}

.suite-item-flyout:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .9);
    box-shadow: 0 0 5px rgba(0, 0, 0, .9);
}

.suite-item-cont {
    display: block;
    padding: 39px 20px 81px;
}

.suite-item-cont h3 {
    font-size: 12px
}

.flyout .suite-item-cont {
    padding: 25px 20px;
}

.sec-roomgal-grid .suite-item-cont {
    padding-bottom: 39px;
}

.suite-item-btn {
    position: absolute;
    bottom: 0;
}

.sec-roomgal-title {
    margin-bottom: 30px;
}

.sec-roomgal-more {
    margin-top: 30px;
}

.sec-roomgal-more .btn,
.sec-roomgal-more .selectric-wrapper,
.sec-roomgal-more label {
    margin-left: 7px;
    margin-right: 7px;
}

.sec-roomgal-more .selectric {
    padding-top: 17px;
    padding-bottom: 17px;
}

.sec-roomgal-cont .subtitle {
    color: #00a6a0;
    font: 14px 'Montserrat';
	font-weight: 700;
    letter-spacing: 0;
}

.sec-roomgal-cont .suite-item-cont {
    font: 14px/1.571em 'Montserrat';
	font-weight: 400;
}

.sec-roomgal-cont .btn {
    letter-spacing: 0.1em;
}

@media (min-width: 700px) {
    .sec-roomgal {
        padding-top: 100px;
        /*padding-bottom: 60px;*/
    }

    .sec-roomgal-title {
        position: relative;
        margin-bottom: 44px;
    }

    .sec-roomgal-more {
        position: absolute;
        top: 50%;
        right: 0px;
        margin-top: -26px;
    }
}

@media (min-width: 769px) {
    .sec-roomgal {
        padding-top: 159px;
    }

    .sec-roomgal-slider>.slick-list>.slick-track,
    .sec-roomgal-grid {
        padding-bottom: 115px;
    }
}

/*Amenities and Services*/
.sec-amentserv {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sec-amentserv-list {
    text-transform: uppercase;
}

.sec-amentserv-list a {
    color: #000;
}

.sec-amentserv-list a:hover {
    color: #005a57;
}

.sec-amentserv-list-title {
    padding-bottom: 10px;
}

@media (min-width: 600px) {
    .sec-amentserv {
        margin-top: 62px;
    }
}

@media (min-width: 1025px) {
    .sec-amentserv {
        margin-top: 68px;
    }
}

@media (min-width: 1800px) {
    .sec-amentserv {
        margin-top: 100px;
    }
}

/**/
.sec-photogal-slider {
    padding: 4px 50px;
    color: #fff;
}

.sec-photogal-slider .slick-slide {
    padding-left: 2px;
    padding-right: 2px;
}

.sec-photogal-slider .slick-arrow {
    background: rgba(255,255,255,.4);
    color: #000;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    top: 50%;
	transform: translateY(-50%);
}

.sec-photogal-slider .slick-arrow:hover {
    background: rgba(255, 255, 255, .8);
}

.sec-photogal-slider .slick-arrow:before {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-shadow: none;
}

.sec-photogal-slider .slick-next:before {
    margin-left: 4px;
}

.sec-photogal-slider .slick-prev:before {
    margin-right: 4px;
}

@media (min-width: 600px) {
    .sec-photogal-slider .slick-arrow {
        top: 37%;
        width: 60px;
        height: 60px;
    }

    .sec-photogal-slider .slick-arrow:before {
        font-size: 20px;
    }

    .sec-photogal-slider .slick-next:before {
        margin-left: 6px;
    }

    .sec-photogal-slider .slick-prev:before {
        margin-right: 6px;
    }
}

@media (min-width: 768px) {
    .sec-photogal-slider {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1025px) {
    .sec-photogal-slider {
        padding-left: 169px;
        padding-right: 169px;
    }

    .sec-photogal-slider .slick-arrow {
        top: 38%;
        width: 70px;
        height: 70px;
    }

    .sec-photogal-slider .slick-arrow:before {
        font-size: 20px;
    }

    .sec-photogal-slider .slick-next:before {
        margin-left: 8px;
    }

    .sec-photogal-slider .slick-prev:before {
        margin-right: 8px;
    }
}

/*Villas Small Buttons*/
.sec-villa-smbtn {
    padding-top: 59px;
    padding-bottom: 59px;
}

.sec-villa-smbtn.sec-wwater-colorbg {
    padding-top: 129px;
}

.sec-villa-smbtn-title {
    margin-bottom: 53px;
}

.sec-villa-leaves {
    top: auto;
    bottom: -50px;
}

.sec-villa-smbtn.sec-bg-secondary .sec-villa-leaves {
    opacity: .5;
}

.sec-villa-leaves-left {
    height: 381px;
    left: -140px;
    bottom: -70px;
}

.sec-villa-leaves-right {
    height: 349px;
    right: -124px;
}

/**/
/*b, strong {
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}*/

/**/
.villa-smbtn {
    display: block;
    /*margin-top: 15px;
    margin-bottom: 15px;*/
    border: 1px solid #e0e0e1;
    background-color: #fff;
    cursor: pointer;
    /* height: 100%; */
}

.villa-smbtn .row,
.stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.villa-smbtn .row:before,
.villa-smbtn .row:after,
.stretch.row:before,
.stretch.row:after {
    display: none;
}

.villa-smbtn .row {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.no-flex-wrap,
.villa-smbtn .row.no-flex-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-item-last {
    margin-right: -1px;
}

.villa-smbtn .flex-item img,
.js-villa-list img {
    /* width: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:768px) {
	.flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.sec-villa-smbtn .villa-smbtn {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.villa-smbtn:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.villa-smbtn-desc {
    padding: 20px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.villa-smbtn-details {
    font-size: 14px;
    line-height: 1.4em;
}

.villa-smbtn-title {
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.villa-smbtn-btn {
    /*display: block;*/
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.villa-smbtn-btn i {
    display: inline;
    font-size: 12px;
    margin-left: 4px;

}

.slick-slider-reserve {
    margin-left: -48px;
    margin-right: -48px;
}

@media (min-width: 600px) {
    .villa-smbtn {
        border-left: 0px;
    }

    .sec-villa-smbtn .villa-smbtn {
        max-width: 600px;
    }

    .villa-smbtn-desc {
        /*padding: 0px 0px 0px 8px;*/
    }

    .flyout-text-cont .villa-smbtn-desc {
        /* padding-left: 15px;*/
    }

    .villa-smbtn-btn {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

    }
}

.page-template-page-availability .sec-awards {
    background: #fff;
	overflow: hidden;
}

@media(min-width: 768px) {
    .slick-slider-reserve {
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
    }

    .villa-smbtn-desc {
        min-height: 150px;
    }
}

@media (min-width: 1366px) {
    .villa-smbtn {
        max-width: none;
    }
}

/*Text with full image background*/
.sec-overlytext {
    padding-top: 58px;
    padding-bottom: 58px;
    margin-top: 60px;
}

.sec-wysiwyg+.sec-overlytext {
    margin-top: 0;
}

.sec-overlytext-wceffect {
    padding-top: 76px;
    margin-top: 0px;
}

.sec-overlytext-incont,
.sec-overlytext-incont p {
    color: #fff;
}

.sec-overlytext-incont {
    background-color: rgba(0, 0, 0, .7);
    padding: 30px 30px 6px;
}

@media (min-width: 768px) {
    .sec-overlytext {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sec-overlytext-wceffect {
        padding-top: 85px;
    }

    .sec-overlytext-incont {
        padding: 40px 40px 16px;
    }
}

@media (min-width: 1366px) {
    .sec-overlytext {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .sec-overlytext-wceffect {
        padding-top: 212px;
    }

    .sec-overlytext-incont {
        padding: 60px 60px 36px;
    }
}

/**/
.sec-ctabar {
    padding-top: 58px;
    padding-bottom: 58px;
    background-color: #000;
}

.sec-ctabar-wceffect {
    padding-top: 76px;
}

.sec-ctabar-incont,
.sec-ctabar-incont p {
    color: #fff;
}

.sec-ctabar-incont {
    background-color: rgba(0, 0, 0, .85);
    padding: 30px 30px 6px;
}

@media (min-width: 768px) {
    .sec-ctabar {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sec-ctabar-wceffect {
        padding-top: 85px;
    }

    .sec-ctabar-incont {
        padding: 40px 40px 16px;
    }
}

@media (min-width: 1100px) {
    .sec-ctabar-incont {
        padding: 60px 100px 36px;
        font-size: 22px;
        line-height: 1.273em;
    }

    .sec-ctabar-title {
        margin-bottom: 43px;
        font-size: 28px;
    }

    .sec-ctabar-btn {
        margin-top: 36px;
    }
}

@media (min-width: 1366px) {
    .sec-ctabar {
        padding-top: 109px;
        padding-bottom: 109px;
    }

    .sec-ctabar-wceffect {
        padding-top: 165px;
    }
}

/*Amenities Area*/
.sec-3blocks {
    padding-top: 40px;
    padding-bottom: 50px;
}

@media (min-width: 321px) {
    .sec-3blocks {
        padding-top: 60px;
        padding-bottom: 90px;
    }
}

@media (min-width: 1366px) {
    .sec-3blocks {
        padding-top: 90px;
        padding-bottom: 60px;
    }

    .sec-3blocks.sec-wwater-colorbg {
        padding-bottom: 109px;
        margin-bottom: 0px;
    }
}

/**/
.sec-3blocks-col {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.sec-3blocks-item {
    display: block;
    color: #65626b;
    font-size: 14px;
    background-color: #fff;
}

.sec-3blocks-item[href]:hover {
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
}

.sec-3blocks-item-img {
    /*background-color: #000;*/
}

.sec-3blocks-item-img .image {
    width: 100%;
    height: 100% !important;
}

.sec-3blocks-item-img,
.sec-3blocks-item-cont {
    position: relative;
    z-index: 1;
}

.sec-3blocks-item-cont {
    background-color: #fff;
    z-index: 2;
    padding: 20px;
}

@media (min-width: 480px) {
    .sec-3blocks-item {
        margin-left: 35px;
        margin-right: 35px;
    }

    .sec-3blocks-item-img {
        margin-left: -35px;
        margin-right: -35px;
    }

    .sec-3blocks-item[href]:hover .sec-3blocks-item-img {
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    }

    .sec-3blocks-item-cont {
        margin-top: -46px;
        padding: 43px 33px 20px 35px;
    }
}

@media (min-width: 1025px) {
    .sec-3blocks-item {
        margin-left: 20px;
        margin-right: 20px;
    }

    .sec-3blocks-item-img {
        margin-left: -20px;
        margin-right: -20px;
    }

    .sec-3blocks-item-cont {
        padding: 23px 23px 10px 25px;
    }
}

@media (min-width: 1366px) {
    .sec-3blocks-item {
        margin-left: 35px;
        margin-right: 35px;
    }

    .sec-3blocks-item-img {
        margin-left: -35px;
        margin-right: -35px;
    }

    .sec-3blocks-item-cont {
        padding: 38px 33px 15px 35px;
    }
}

/**/
.sec-2blocks {
    padding-top: 20px;
    padding-bottom: 40px;
}

.sec-2blocks-item {
    margin: 10px auto;
    max-width: 768px;
    border: 1px solid #ccc;
}

.sec-2blocks-item,
.sec-2blocks-item-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.sec-2blocks-item,
.sec-2blocks-item:hover {
    color: #000;
}

.sec-2blocks-item-img:before {
    width: 100%;
    position: absolute;
    left: 0px;
}

.sec-2blocks-item-img,
.sec-2blocks-item-img:before {
    height: 200px;
    top: 0px;
    margin-bottom: 30px;
}

.sec-2blocks-item-img:before {
    content: '';
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    /* IE6-9 */
    z-index: 2;
}

.sec-2blocks-item-cont,
.sec-2blocks-item-hcont {
    padding: 0px 20px 24px;
    font-size: 14px;
    line-height: 1.571em;
    z-index: 9;
}

.sec-2blocks-item-cont {
    padding-top: 30px;
    padding-bottom: 37px;
}

.sec-2blocks-item:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.sec-2blocks-item-cont {
    bottom: 0px;
}

.sec-2blocks-item-hcont p {
    margin-top: 2px;
}

.sec-2blocks-item-hcont .btn {
    margin-top: 9px;
    display: inline-block;
}

@media (min-width: 600px) {

    .sec-2blocks-item,
    .sec-2blocks-item-img {
        height: 386px;
        border: 0;
    }

    .sec-2blocks-item-cont,
    .sec-2blocks-item-hcont {
        padding-left: 35px;
        padding-right: 35px;
    }

    .sec-2blocks-item-cont,
    .sec-2blocks-item-hcont,
    .sec-2blocks-item-img {
        width: 100%;
        position: absolute;
        left: 0px;
    }

    .sec-2blocks-item,
    .sec-2blocks-item p,
    .sec-2blocks-item:hover {
        color: #fff;
    }

    .sec-2blocks-item:hover .sec-2blocks-item-hcont {
        bottom: 0px;
    }

    .sec-2blocks-item-hcont,
    .sec-2blocks-item:hover .sec-2blocks-item-cont {
        bottom: -100%;
    }

    .sec-2blocks-item-img,
    .sec-2blocks-item-img:before {
        height: 100%;
        margin-bottom: 0px;
    }
}

@media (min-width: 1025px) {
    .sec-2blocks-item {
        margin: 0;
    }

    .sec-2blocks--venue .sec-2blocks-item,
    .sec-2blocks--venue .sec-2blocks-item-img {
        height: 500px;
    }
}

@media (min-width: 1366px) {
    .sec-2blocks {
        padding-bottom: 76px;
    }

    .sec-2blocks-item {
        max-width: none;
    }

    .sec-2blocks.sec-2blocks--venue {
        padding-top: 76px;
    }

    .breadcrumbs+.sec-2blocks.sec-2blocks--venue,
    .breadcrumbs+.sec-wysiwyg {
        padding-top: 0px;
    }

    .breadcrumbs+.sec-wysiwyg {
        padding-bottom: 0;
    }

    .sec-2blocks.sec-2blocks--venue .sec-2blocks-item-hcont {
        font-size: 16px;
    }
}

.breadcrumbs+.sec-2blocks.sec-2blocks--venue {
    padding-top: 0px;
}

/*50/50 Blocks and Video Section 1*/
.sec-halfblock {
    margin-top: 40px;
}

/*.sec-intro + .sec-halfblock {
    margin-top: 0;
}*/
.sec-halfblockf {
    z-index: 1;
}

.sec-halfblockf-cont,
.sec-halfblock-cont {
    max-width: 960px;
}

.sec-halfblock-desc {
    padding-top: 30px;
    padding-bottom: 30px;
	max-width: 70ch;
}

.sec-halfblock-leaf {
    top: 0px;
    height: auto;
}

.sec-halfblock-leaf-left {
    top: 64px;
    left: -130px;
    width: 236px;
}

.sec-halfblock-leaf-right {
    right: -230px;
    width: 236px;
}

.sec-halfblockf-thumb,
.sec-halfblock-thumb {
    display: block;
}


@media (max-width: 1024px) {
    .sec-halfblock-leaf-right {
        z-index: 9;
    }
}

@media (min-width: 768px) {
    .sec-halfblock-leaf-right {
        right: -280px;
        width: 290px;
        top: -100px;
    }
}

@media (min-width: 1025px) {
    .sec-halfblock {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .sec-halfblockf-cont,
    .sec-halfblock-cont {
        max-width: none;
    }

    .sec-halfblockf-cont,
    .sec-halfblockf-incont,
    .sec-halfblockf-incont>[class*="col-"] {
        padding: 0px;
    }

    .sec-halfblockf-incont {
        margin: 0px;
        overflow: hidden;
    }

    .sec-halfblockf-imgcol,
    .sec-halfblockf-thumb {
        position: absolute;
        top: 0px;
        height: 100%;
        overflow: hidden;
    }

    .sec-halfblockf-thumb {
        width: 100%;
    }

    .sec-halfblock-desc {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec-halfblockf-desc-left,
    .sec-halfblock-desc-left {
        padding-right: 40px;
    }

    .sec-halfblockf-desc-right,
    .sec-halfblock-desc-right {
        padding-left: 40px;
    }

    /*leaves*/
    .sec-halfblock-leaf-left {
        top: 0;
        left: auto;
        right: 91.8%;
        width: 23.125%;
    }

    .sec-halfblock-leaf-right {
        top: 0;
        right: auto;
        left: 89.94791666666667%;
        width: 24.58333333333333%;
    }
}

@media (min-width: 1170px) {

    /*full*/
    .sec-halfblockf-desc-left {
        padding-right: 100px;
    }

    .sec-halfblockf-desc-right {
        padding-left: 100px;
    }
}

@media (min-width: 1800px) {

    /*full*/
    .sec-halfblockf-desc-left {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sec-halfblockf-desc-right {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/*Full Width Video Block*/
.sec-fwvidz-cont {
    display: block;
    min-height: 300px;
}

.sec-fwvidz .sec-wcbg-design-3 {
    z-index: 11;
}

@media (min-width: 768px) {
    .sec-fwvidz-cont {
        min-height: 670px;
    }

    .sec-fwvidz-cont.icon-play:before {
        font-size: 186px;
        margin-top: -93px;
        margin-left: -93px;
    }
}

/*Style Guide FAQ Section:*/
.sec-faq {
    padding-top: 10px;
    padding-bottom: 35px;
    overflow: hidden;
}

.sec-faq-btn {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.sec-faq .sec-leaf,
.page-gallery .sec-leaf,
.page-page-activities .sec-leaf {
    top: 0px;
}

.sec-faq .sec-leaf {
    opacity: .3;
}

.sec-faq-accordion {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 600px) {
    .sec-faq {
        padding-bottom: 27px;
    }

    .sec-faq .sec-wleaf {
        padding-top: 50px;
    }
}

@media (min-width: 1025px) {
    .sec-faq {
        padding-bottom: 17px;
    }

    .sec-faq .sec-introleaf-right {
        right: -156px;
        height: 530px;
    }
}

@media (min-width: 1170px) {
    .sec-faq .sec-introleaf-left {
        left: -250px;
        top: 120px;
    }

    .sec-faq .sec-introleaf-right {
        right: -176px;
        height: 585px;
    }
}

@media (min-width: 1366px) {
    .sec-faq .sec-introleaf-left {
        height: 450px;
        left: -200px;
    }

    .sec-faq .sec-introleaf-right {
        right: -300px;
        height: 785px;
    }
}

@media (min-width: 1800px) {
    .sec-faq {
        padding-top: 48px;
        padding-bottom: 57px;
    }

    .sec-faq-accordion {
        margin-top: 77px;
    }

    .sec-faq .sec-introleaf-left {
        left: -344px;
        height: 709px;
    }

    .sec-faq .sec-introleaf-right {
        right: -406px;
        height: 985px;
    }
}

/**/
.sec-rltd-post {
    padding-top: 47px;
    padding-bottom: 47px;
}

.sec-rltd-post-row>div {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 1366px) {
    .sec-rltd-post {
        padding-top: 47px;
        padding-bottom: 87px;
    }

    .sec-rltd-post-wcbg {
        padding-top: 131px;
    }

    .sec-rltd-post-title {
        margin-bottom: 48px;
    }
}

/*Post in grid Style*/
.post-grid-item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    background-color: #fff;
}

.post-grid-item:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

.post-grid-item-title {
    text-transform: uppercase;
    line-height: 1.455em;
    color: #000;
    padding: 20px;
}

@media (min-width: 600px) {
    .post-grid-item-title {
        padding: 31px 38px;
    }
}

@media (min-width: 1025px) {
    .post-grid-item {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

/**/
.sec-iconblck {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.57em;
    padding-top: 42px;
    /*padding-bottom: 44px;*/
}

.sec-iconblck-incont p.font-large {
    max-width: 65ch;
}

.sec-2blocks+.sec-iconblck {
    padding-top: 0;
}

.sec-iconblck-item {
    margin-bottom: 40px;
}

.sec-iconblck-item-title img {
    height: auto;
    max-width: 60px;
    margin-right: 10px;
}

/*.sec-iconblck-item-title:before {
    font-size: 2.1em;
    margin-right: 7px;
}*/
@media (min-width: 600px) {
    .sec-iconblck-list {
        margin-left: -20px;
        margin-right: -20px;
    }

    .sec-iconblck-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*@media (min-width: 1025px) {
    .sec-iconblck-item-title:before {
        margin-right: 10px;
    }
}*/
@media (min-width: 1170px) {

    /*.sec-iconblck-incont {
        padding-left: 43px;
        padding-right: 43px;
    }*/
    .sec-iconblck-list {
        margin-left: -33px;
        margin-right: -33px;
    }

    .sec-iconblck-item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1800px) {
    .sec-iconblck {
        padding-top: 82px;
        padding-bottom: 64px;
    }
}

/**/
.sec-cta-bot {
    padding-top: 47px;
    padding-bottom: 36px;
}

.sec-cta-bot-title {
    margin-bottom: 24px;
}

@media (min-width: 1800px) {
    .sec-cta-bot {
        padding-top: 97px;
        /*good*/
        padding-bottom: 46px;
        /*good*/
    }
}

/*post list view*/
.post-list {
    color: #65626b;
}

.post-list-title {
    color: #000;
    margin-bottom: 7px;
}

.post-list-title:before {
    color: #00a6a0;
    margin-right: 7px;
}

.post-list-img {
    width: 79px;
    height: 79px;
    margin-right: 30px;
}

.post-list-meta-top,
.post-shareit {
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}

.post-list-meta-top li {
    margin-bottom: 3px;
}

.post-list-meta-top>li:after {
    content: ' | ';
    color: #f1edec;
    margin-left: 5px;
    margin-right: 5px;
}

.post-list-meta-top>li:last-child:after {
    display: none;
}

.post-shareit-top,
.post-shareit ul,
.post-shareit li,
.post-list-meta-top li {
    display: inline-block;
}

.post-list-details {
    font-family: 'Montserrat', sans-serif;
}

.post-list-author {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.post-list-tags {
    color: #65626b;
    font-size: 12px;
    /*line-height: 1em;*/
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.post-list-tags span {
    text-transform: uppercase;
    font-style: normal;
}

.post-list-tags .text-underlined {
    border-bottom: 2px solid #d8d8da;
    line-height: .8em;
    display: inline-block;
}

.post-list-cat {
    margin-bottom: 16px;
}

.post-list-cat a,
.post-list-cat span {
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    font-size: 14px;
    line-height: 1.571428571428571em;
    text-transform: uppercase;
    color: #ccaa58;
    background-color: #000;
    display: inline-block;
    padding: 2px 15px 0;
    margin-right: 6px;
    margin-bottom: 6px;
}

.post-shareit a {
    color: #ccaa58;
    font-size: 1.2em;
    margin-right: 3px;
}

.post-shareit a:hover {
    color: #a68947;
}

@media (min-width: 1366px) {
    .post-list-title {
        font-size: 26px;
    }

    h1.post-list-title {
        font-size: 32px;
        margin-top: 37px;
        margin-bottom: 17px;
    }
}

/*Blog Page*/
.blog-listing {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-listing-cat {
    padding-top: 45px;
    padding-bottom: 4px;
}

.blog-listing .cta-btn {
    height: 200px;
}

@media (min-width: 600px) {

    .blog-listing .cta-btn {
        height: 386px;
    }
}


/*Blog Single Page*/
.post-single-view {
    padding-top: 57px;
    padding-bottom: 55px;
}

.post-single-cta {
    min-height: 353px;
    color: #fff;
    padding-bottom: 80px;
}


@media (min-width: 1366px) {
    .post-single-cta {
        min-height: 453px;
    }
}

/*Testimonial Page*/
.sec-testilist {
    padding-top: 95px;
    padding-bottom: 95px;
    overflow: hidden;
}

.testimonial-list .post-list {
    border-top: 1px solid #bab1ad;
    padding-top: 31px;
    padding-bottom: 31px;
}

.testimonial-list .post-list:first-child {
    border-top: 0px;
}

.testimonial-list .post-list-cat {
    display: none;
}

.page-testi-leaves-left,
.page-testi-leaves-right {
    opacity: .3;
    top: 0px;
}

@media (min-width: 768px) {
    .page-testi-leaves-right {
        right: -105px;
        top: -84px;
        height: 400px;
    }

    .page-testi-leaves-left {
        left: -208px;
    }
}

@media (min-width: 1025px) {
    .page-testimonial .sec-award-with-title {
        margin-top: 22px;
        margin-bottom: 37px;
    }

    .page-testi-leaves-left {
        left: -170px;
    }

    .page-testi-leaves-right {
        right: -122px;
        height: 470px;
    }
}

@media (min-width: 1170px) {
    .page-testi-leaves-left {
        left: -300px;
        top: -60px;
        height: 400px;
    }

    .page-testi-leaves-right {
        right: -114px;
        top: -89px;
        height: 520px;
    }
}

@media (min-width: 1800px) {
    .page-testi-leaves-left {
        top: -6px;
        left: -146px;
    }

    .page-testi-leaves-right {
        right: -164px;
        top: -89px;
        height: 595px;
    }
}


/*Gallery Page*/
.imagebtn,
.gal-item {
    display: block;
    overflow: hidden;
    position: relative;
}

.gal-item {
    background-color: rgba(0, 0, 0, .1);
}

.gal-item-plchldr,
.gal-item-img,
.imagebtn-item-plchldr,
.imagebtn-img {
    display: block;
    width: 100%;
}

.gal-item-img,
.gal-item-img img,
.imagebtn-img img {
    position: absolute;
    top: 0;
    left: 0px;
}

.gal-item-img,
.imagebtn-img {
    height: 100%;
}

.gal-item-img img,
.imagebtn-img img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}

.gal-item-img img.portrait,
.imagebtn-img img.portrait {
    left: 0px;
    right: auto;
    top: -25%;
    width: 100%;
    height: auto;
}

/*Page Gallery / Activities*/
.page-gallery,
.page-activities {
    padding-top: 9px;
    padding-bottom: 50px;
}

.page-activities {
    padding-top: 0;
}

/*.page-activities--intro p:first-letter {
    font-size: 200%;
    color: #c9aa5f;
}*/

.page-activities--intro {
    padding-bottom: 24px;
}

.page-gallery-cont,
.page-activities-cont {
    /* padding-top: 40px;*/
}

.gallery-list,
.activities-list {
    margin-top: 33px;
}

.activities-list {
    padding-bottom: 0px;
}

.page-gallery .sec-leaf,
.page-activities .sec-leaf,
.sec-act-filter .sec-leaf {
    opacity: .3;
}

.page-gallery .row-grid,
.page-activities .row-grid {
    margin-left: -3px;
    margin-right: -3px;
}

.page-gallery .row-grid>[class*="col-"],
.page-activities .row-grid>[class*="col-"] {
    padding: 3px;
}

.page-activities .center-block p {
    font-size: 18px;
    line-height: 1.5em;
    /* margin-top: -24px;*/
}

.page-activities .center-block .flyout.active p {
    font-size: 14px;
}

@media(min-width: 1025px) {
    .page-activities .center-block .flyout.active p {
        font-size: 16px;
    }
}


/* HTML5 Lightbox */
.html5-elem-box,
.html5-elem-wrap,
.html5-elem-data-box {
    background: transparent !important;
    color: #fff !important;
}

.html5-title {
    color: #fff !important;
}

@media(min-width: 600px) {
    .page-activities .center-block p {
        margin-top: -24px;
    }

    .page-activities .center-block .flyout p {
        margin-top: 15px
    }
}

@media (min-width: 481px) {

    .page-gallery .sec-introleaf-right,
    .page-activities .sec-introleaf-right {
        right: -180px;
        top: -25px;
        height: 500px;
    }

    .page-gallery .sec-introleaf-left,
    .page-activities .sec-introleaf-left {
        height: 309px;
        top: -20px;
    }

    .sec-act-filter .sec-introleaf-left {
        height: 309px;
        top: 140px;
    }

    .sec-act-filter .sec-introleaf-right {
        height: 500px;
        top: 155px;
    }
}

@media (min-width: 1025px) {
    .page-activities .center-block p {
        font-size: 20px;
    }

}

@media (min-width: 1100px) {
    .page-activities .cta-btn .outer-container {
        padding: 20px;
    }
}

@media (min-width: 1170px) {

    .page-gallery .sec-introleaf-right,
    .page-activities .sec-introleaf-right {
        top: -90px;
        height: 600px;
    }

    .page-gallery .sec-introleaf-left,
    .page-activities .sec-introleaf-left {
        top: -40px;
    }

    .sec-act-filter .sec-introleaf-right {
        height: 600px;
        top: 175px;
    }
}

@media (min-width: 1800px) {
    .page-activities {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-gallery .sec-introleaf-right,
    .page-activities .sec-introleaf-right {
        right: -410px;
        top: -240px;
        height: 985px;
    }

    .page-gallery .sec-introleaf-left,
    .page-activities .sec-introleaf-left {
        left: -342px;
        top: -210px;
        height: 709px;
    }

    .sec-act-filter .sec-introleaf-right {
        height: 985px;
    }

    .sec-act-filter .sec-introleaf-left {
        height: 709px;
    }
}

/* Page Header Minimal */
.page-header-min {
    position: relative;
    z-index: 88;
}

.page-availability,
.page-form {
    position: relative;
    z-index: 99;
}

/* Page Availability */
.page-availform {
    padding-top: 50px;

}

.page-availform-cont {
    max-width: 1026px;
    margin: 0 auto;
    padding-bottom: 90px;

}

.page-availform-incont {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, .3);
    padding: 36px 30px;
}

.availform-smbtn,
.availform-villa {
    margin-top: 3px;
    margin-bottom: 3px;
}

.availform-smbtn {
    height: 75px;
    text-align: center;
    background-color: #e0e0e1;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 5px;
}

.availform-villa.selected-villa {
	cursor: default;
	pointer-events: none;
}

@media (max-width: 399px) {
	.page-availform-incont {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.page-availform-incont .villa-smbtn-desc {
		padding: 10px;
	}
}

/* Hide "Trip Dates" input on avail-form until JavaScript Litepicker inits */
#input_4_19,
#input_13_19,
#input_14_19,
#input_16_19 {
    display: none;
}
/* Make sure "Trip Dates" datepicker is nested against bottom of related input. For some reason, Litepicker is adding wrong top prop directly to element */
#field_4_19 .litepicker,
#field_13_19 .litepicker,
#field_14_19 .litepicker,
#field_16_19 .litepicker {
    top: initial !important;
    left: initial !important;
}
.litepicker .container__days>div,
.litepicker .container__days>a {
	flex: 0 0 calc(100%/7);
}
.options {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    position: absolute;
    top: -20px;
    left: 6px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ccaa58;
}

.availform-smbtn:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .8);
    box-shadow: 0 0 15px rgba(0, 0, 0, .8);
}

.availform-smbtn-title {
    display: block;
    font-size: 16px;
    line-height: 1.125em;
    letter-spacing: 0.1em;
}

.availform-villa {
    max-width: none;
    height: 100%;
}

.page-availform-incont .wpcf7 h3 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    margin-top: 24px;
    margin-bottom: 6px;
}

.sec-availform-top {
    top: -40px;
    left: -60px;
}

.sec-availform-bot {
    bottom: -60px;
    right: -60px;
}

@media (max-width: 599px) {
    .availform-villa>div>div {
        padding: 0;
    }
}

@media (min-width: 321px) {

    /*.page-availform*/
    .page-availform-cont {
        padding-bottom: 100px;
    }
}

@media (min-width: 600px) {

    /*.page-availform*/
    .page-availform-cont {
        /* padding-top: 60px;*/
    }

    .availform-villa-img {
        overflow: hidden;
        height: 154px;
    }

    .availform-villa-img img {
        display: block;
        height: 154px;
        width: auto;
        max-width: none;
    }
}

@media (min-width: 600px) {

    /*.page-availform*/
    .page-availform-cont {
        padding-bottom: 150px;
    }

    .sec-availform-top {
        top: -124px;
        left: -113px;
        height: 481px;
    }

    .sec-availform-bot {
        right: -102px;
        bottom: -90px;
        height: 481px;
    }
}

@media (min-width: 1025px) {
    .page-availform-incont {
        padding: 42px 60px 36px;
    }
}

@media (min-width: 1074px) {
    .page-availform-title {
        font-size: 50px !important;
        white-space: nowrap;
        margin-left: -28px;
    }
}

@media (min-width: 1367px) {

    /*.page-availform*/
    .page-availform-cont {
        padding-bottom: 190px;
    }

    .sec-availform-top {
        top: -154px;
        left: -163px;
        height: 658px;
    }

    .sec-availform-bot {
        right: -152px;
        height: 640px;
    }
}

/*Image Overlay*/
.imagebtn-hvrtxt {
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    font-size: 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3);
}

.imagebtn-hvrtxt span:before {
    font-size: 46px;
    display: block;
}

.imagebtn-hvrtxt span:before,
.imagebtn .imagebtn-readmore {
    opacity: 0;
}

.imagebtn:hover .imagebtn-hvrtxt span:before,
.imagebtn .icon-play:before,
.imagebtn:hover .imagebtn-hvrtxt,
.imagebtn-hvrtxt-after,
.imagebtn:hover .imagebtn-readmore,
.imagebtn-wrap:hover .imagebtn-readmore {
    opacity: 1;
}

.imagebtn:hover .imagebtn-title,
.imagebtn:hover .imagebtn-readmore,
.imagebtn-wrap:hover .imagebtn-readmore {
    margin-top: 20px;
    display: block;
}

.imagebtn:hover .imagebtn-hvrtxt,
.imagebtn-wrap:hover .imagebtn-hvrtxt {
    background-color: rgba(0, 166, 160, .5);
}

.imagebtn:hover .imagebtn-hvrtxt,
.imagebtn-hvrtxt-after {
    font-size: 14px;
}

/*the icon is after the title*/
.imagebtn-hvrtxt-after span:after {
    font-size: 31px;
    line-height: 1em;
    margin-left: 0px;
    position: absolute;
    left: -60%;
}

.imagebtn:hover .imagebtn-hvrtxt-after span:after,
.imagebtn-wrap:hover .imagebtn-hvrtxt-after span:after {
    display: block;
    position: relative;
    left: 0px;
}

.imagebtn:hover .imagebtn-hvrtxt-after .imagebtn-title,
.imagebtn:hover .imagebtn-hvrtxt-after .imagebtn-readmore,
.imagebtn-wrap:hover .imagebtn-hvrtxt-after .imagebtn-readmore {
    margin-bottom: 20px;
    margin-top: 0px !important;
}

@media (min-width: 768px) {
    .imagebtn-item-plchldr {
        height: auto;
    }
}

@media (min-width: 1025px) {

    .imagebtn:hover .imagebtn-hvrtxt,
    .imagebtn-hvrtxt-after {
        font-size: 16px;
    }

    .imagebtn-hvrtxt-after span:after {
        font-size: 36px;
    }
}

@media (min-width: 419px) and (max-width: 767px),
(min-width: 1800px) {

    .imagebtn:hover .imagebtn-hvrtxt,
    .imagebtn-hvrtxt-after {
        font-size: 22px;
    }

    .imagebtn-hvrtxt-after span:after {
        font-size: 50px;
    }
}

/**
 * Daisy Chains
 * Consistend block at the bottom of the page before footer
 */
.daisy-chains {
    padding: 0 110px;
}

.daisy-chain--left,
.daisy-chain--right {
    color: #000 !important;
    border: 1px solid #000;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 12px;
    letter-spacing: .5px;
    background: #fff;
    position: relative;
    z-index: 999;
}

.daisy-chain--left:hover,
.daisy-chain--right:hover {
    border-color: #ccaa58
}

.daisy-chain--left {
    float: left;
}

.daisy-chain--right:after,
.daisy-chain--left:before {
    top: -1px !important;
}

.daisy-chain--right {
    float: right;
}

/**
 * Page-footer
 */
.page-footer {
    position: relative;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.page-footer li:before {
    display: none;
}

.page-footer a,
.page-footer p {
    color: #fff;
}

.footer-menu a {
    vertical-align: middle;
}

.page-footer a:hover,
.page-footer .current-menu-item>a {
    color: #cbaa64;
}

.page-footer .footer-main {
    padding-top: 29px;
    padding-bottom: 79px;
}

.footer-menu {
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-main--logo {
    text-align: center;
}

.footer-main--social {
	margin-left: 20px;
}

.footer-main--social .social-icons a {
    padding-left: 20px;
	font-size: 17px;
}

.footer-main--social .social-icons a:first-child {
    padding-left: 0;
}

.footer-main--social .social-icons a:hover {
    color: #fff;
}

@media (max-width:767px) {
	.footer-main--social {
		margin-left: 0;
		text-align: center;
	}
}

.footer-main .footer-main--buttons .flex-row {
    display: flex;
}

.footer-main .footer-main--buttons > .flex-row {
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media( max-width:767px ) {
    .footer-main .footer-button-icon {
        margin-left: 0;
    }

    .footer-sub .copyright-menu {
        display: flex; 
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; 
    }
}

@media (min-width: 1025px) {

    .page-footer .footer-main--row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page-footer .footer-main--row>* {
        float: none;
    }

    .footer-main .footer-main--buttons > .flex-row {
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    
    
}

.footer-main--menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer-main--menu li {
    display: inline-block;
    padding-left: 26px;
    padding-right: 26px;
    margin-bottom: 0;
}

.footer-main--menu li:nth-child(2):before,
.footer-main--menu li:nth-child(3):before {
    content: "|";
    color: #666;
    display: inline-block;
    background: none;
    top: -1px;
    width: auto;
    height: auto;
    border-radius: 0;
    display: none;
}

.footer-main--social .social-icons {
    font-size: 23px;
}

.footer-main--social .icon-gplus {
    font-size: 32px;
}

.page-footer .footer-sub {
    background-color: #111;
}

.copyright-menu {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

.copyright-menu li {
    display: inline-block;
	position: relative;
    margin-bottom: 0;
}

.copyright-menu li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    background: rgba(255,255,255,0.5);
    left: 6px;
	top: 20%;
}

.copyright-menu li:first-child {
	padding-left: 0;
}

.copyright-menu li:first-child::after {
	content: none;
}

@media(max-width: 599px) {
    .copyright-menu {
        font-size: 12px;
    }
}

@media(min-width: 538px) {

    .footer-main--menu li:nth-child(2):before,
    .footer-main--menu li:nth-child(3):before {
        display: inline-block;
    }
}

@media (min-width: 1849px) {
    .footer-main--menu li:last-child {
        display: block;
    }
}

/**/
.sticky-menu:not(body.sticky-menu) {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#caaa51+50,111111+50 */
    background: rgb(202, 170, 81);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(202, 170, 81, 1) 50%, rgba(17, 17, 17, 1) 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(202, 170, 81, 1)), color-stop(50%, rgba(17, 17, 17, 1)));
    background: linear-gradient(to right, rgba(202, 170, 81, 1) 50%, rgba(17, 17, 17, 1) 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#caaa51', endColorstr='#111111', GradientType=1);
    /* IE6-9 */
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

.sticky-menu-cont {
    min-width: 320px;
    margin: 0px auto;
}

.sticky-menu-ryv,
.sticky-menu-phone,
.sticky-menu-menbtn {
    margin: 0;
}

.page-template-page-availability .sticky-menu-ryv {
    display: none;
}

.sticky-menu-ryv {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6;
}

.sticky-menu-phone,
.sticky-menu-menbtn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 40px;
}

.sticky-menu-ryv a,
.sticky-menu-phone a,
.sticky-menu-menbtn button {
    height: 54px;
    cursor: pointer;
}

.sticky-menu-ryv a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05;
    color: #000;
    background-color: #caaa51;
}

.sticky-menu-phone a,
.sticky-menu-menbtn button {
    font-size: 16px;
    color: #26a6a0;
    width: 100%;
    background-color: #000;
}

.sticky-menu-menbtn button {
    color: #fff;
    font-size: 23px;
    background-color: transparent;
}

@media (max-width: 599px) {

    body,
    .nav-primary-menu {
        padding-bottom: 55px;
    }
}

@media (max-width: 399px) {

    body,
    .nav-primary-menu {
        padding-bottom: 40px;
    }
}

@media (min-width: 400px) {
    .sticky-menu-cont {
        max-width: 500px;
    }

    .sticky-menu-ryv a,
    .sticky-menu-phone a,
    .sticky-menu-menbtn button {
        height: 55px;
    }

    .sticky-menu-phone,
    .sticky-menu-menbtn {
        width: 55px;
    }

    .sticky-menu-ryv a {
        font-size: 18px;
    }

    .sticky-menu-phone a {
        font-size: 22px;
    }

    .sticky-menu-menbtn button {
        font-size: 32px;
    }
}

/**/
/*[class*="body-suite-"] {
    position: fixed;
    overflow-y: scroll
}*/
.html-ReserveVilla,
.body-ReserveVilla,
[class*="html-suite-"],
[class*="body-suite-"],
[class*="html-activity-"],
[class*="body-activity-"],
.flyout-cont,
.flyout-img,
.flyout-img-slider-item {
    overflow: hidden;
}

.row.flyout-cont {
    max-width: 100%;
}

.sec-roomgal-cont,
.page-gallery,
.page-activities {
    z-index: 3;
}

[class*="body-suite-"] .sec-roomgal-cont,
[class*="body-activity-"] .page-activities>.container-fluid {
    z-index: 999;
}

.flyout {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -110%;
    z-index: 99999;
    overflow: hidden;
    overflow-y: auto;
}

.flyout.active {
    right: 0;
}

.flyout-img,
.flyout-img div {
    height: 373px;
}

.flyout-close {
    text-align: right;
    position: absolute;
    top: 26px;
    right: 26px;
    width: 100%;
    z-index: 2;
}

.flyout-close button {
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
    padding: 5px 5px 0;
    border-radius: 4px;
}

.flyout-close button:hover {
    background-color: rgba(255, 255, 255, .8);
}

.flyout-close button:before {
    display: block;
    font-size: 20px;
}

.flyout-text {
    padding-left: 30px;
    padding-right: 30px;
}

.flyout-subtitle:before {
    display: inline-block;
}

.flyout-othercont-title {
    padding-top: 13px;
}

.flyout-slider {
    max-width: 888px;
    margin-bottom: 40px;
}

.flyout-slider-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.flyout-text-cont {
    padding-top: 30px;
    padding-bottom: 30px;
}

.villa-rate-wrapper .flyout-text-cont {
    padding-bottom: 80px;
}

.flyout-text-cont .subtitle {
    letter-spacing: 0;
}

.flyout-img .slick-next {
    right: 24px !important;
    height: 34px;
    width: 34px;
    bottom: 50%;
    top: auto;
    border: 2px solid #fff;
    border-radius: 50%;
}

.flyout-img .slick-prev {
    right: 63px;
    left: 24px !important;
    bottom: 50%;
    top: auto;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 34px;
    width: 34px;
}

@media (max-width: 1024px) {

    .flyout-img .slick-next,
    .flyout-img .slick-prev {
        bottom: 47%;
    }
}

.flyout-img .slick-next:before,
.flyout-img .slick-prev:before {
    color: #fff;
    text-shadow: none;
    position: relative;
    top: 5px;
    font-size: 14px !important;
}

.flyout-slider .slick-prev:before,
.flyout-slider .slick-next:before {
    text-shadow: none;
}

.sec-photo-slider .slick-prev {
    left: 0;
}

.sec-photo-slider .slick-next {
    right: 0;
}

.sec-photo-slider .slick-prev:before,
.sec-photo-slider .slick-next:before {
    font-size: 24px;
    text-shadow: none;
    color: #fff
}

.flyout.active .flyout-close {
    position: relative;
}

.flyout-client {
    /*font-style: italic;*/
    font-size: 14px !important;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #111;
}

blockquote {
    color: #65626b
}

blockquote p {
    display: inline;
}


@media (max-width: 768px) {
    .flyout.active .flyout-close {
        position: fixed;
        right: 40px;
    }

}

@media(max-width: 599px) {

    /*.villa-rate-wrapper*/
    .flyout-img {
        /*height: 200px;*/
        margin-left: -6px;
        margin-right: -6px;
    }

    .villa-rate-list h2,
    .villa-rate-list {
        padding-top: 0px !important;
    }

    .villa-rate-list {
        padding-bottom: 30px;
    }

    .villa-rate-list h2 {
        max-width: calc(100 - 40px)
    }

    .villa-rate-wrapper .sec-intro-stitle:before,
    .villa-rate-list .sec-intro-stitle:before {
        display: block;
        padding-bottom: 10px;
    }

    .villa-rate-wrapper .sec-intro-stitle,
    .villa-rate-list .sec-intro-stitle {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .villa-rate-wrapper .small-text {
        /* margin-bottom: 40px;*/
        color: #000;
        font-size: 10px;

    }

    .villa-rate-wrapper .accordion-btn,
    .villa-rate-list .accordion-btn {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .villa-rate-wrapper .accordion-btn a:before,
    .villa-rate-list .accordion-btn a:before {
        font-size: 12px;
        line-height: 1em;
        top: 1em;
    }

    .villa-rate-wrapper .accordion-btn a,
    .villa-rate-list .accordion-btn a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .villa-rate-wrapper .season-price {
        padding: 10px 0;
        border-top: 1px solid #d4cfcd !important;
        border-left: none !important;
        width: 100%
    }

    .villa-rate-wrapper .season-price:first-child {
        border-top: none !important;
    }

    .flyout-text-cont .subtitle {
        display: block;
    }

}

@media (min-width: 601px) {
    .flyout-close {
        top: 0px;
    }

    .flyout-close button:before {
        font-size: 26px;
    }
}

@media (min-width: 768px) {

    .flyout-img,
    .flyout-img div {
        height: 500px;
    }

    .villa-rate-wrapper .flyout-text-cont {
        padding-bottom: 30px;
    }
}

@media (min-width: 1025px) {

    .flyout .flyout-img div{
    overflow-y: hidden;
}

.flyout-img,
.flyout-text {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}

.flyout-img {
    /*margin-left: -6px;*/
    left: 0px;
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
}

.flyout-img div {
    height: 100%;
}

.flyout-img .flyout-img-slider {
    overflow: hidden;
    min-width: 100%;
    width: 50vw;
}

.flyout-text {
    padding-right: 0px;
}

.flyout-text-cont {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 47px;
    padding-right: 30px;
    padding-left: 10px;
    padding-bottom: 0;
}

.flyout-text-cont:before {
    content: '';
    width: 100%;
    height: 65px;
    position: absolute;
    top: 40px;
    right: 17px;
    background-color: transparent;
    z-index: 9;
}

.flyout-title {
    position: relative;
    z-index: 99;
    font-size: 36px;
    margin-right: 10%;
}

.flyout-close {
    background-color: transparent;
    right: 17px;
    padding-right: 30px;
    height: 49px;
}

.flyout-close button {
    position: absolute;
    top: 53px;
    right: 30px;
}
}

@media (min-width: 1170px) {
    .flyout-close button {
        font-size: 12px;
    }

    .flyout-close button:before {
        font-size: 32px;
    }

    .flyout-text-cont:before {
        top: 49px;
    }
}

@media (min-width: 1366px) {
    .flyout-text {
        padding-left: 30px;
    }

    .flyout-text-cont {
        padding-right: 50px;
    }

    .flyout-close {
        padding-right: 50px;
    }

    .flyout-close button {
        right: 67px;
    }

    /*.flyout-title {
        font-size: 54px;
    }*/
    .flyout-subtitle:before {
        margin-right: 40px;
    }
}

/*Reserve Flyout*/

/**/
.multicollist {
    padding: 0px;
    margin-top: 30px;
    text-transform: uppercase;
}

.multicollist>li {
    float: left;
    width: 50%;
    padding-right: 30px;
}

@media(max-width: 600px) {
    .slick-slider-reserve .villa-img-wrapper img {
        height: 185px;
    }

    .slick-slider-reserve .villa-smbtn-desc {
        min-height: 120px;
    }
}


/**
 * Section Photo Slider & WYSIWYG
*/
.sec-intro+.sec-slider-wysiwyg {
    margin-top: 40px;
}

.sec-slider-wysiwyg .sec-wysiwyg {
    padding: 50px 30px;
}

.sec-slider-wysiwyg .sec-wysiwyg .page-title {
    margin-bottom: 0.8em;
}

.sec-slider-wysiwyg .flyout-img.slider-even {
    right: 0;
    left: auto;
}

@media (max-width: 1024px) {
    .sec-slider-wysiwyg {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1025px) {
    .sec-slider-wysiwyg .sec-wysiwyg {
        padding: 150px 30px 150px 100px;
    }

    .sec-slider-wysiwyg .wysiwyg-even .sec-wysiwyg {
        padding-right: 100px;
        padding-left: 30px;
    }
}


.activities-flex-item {
    border: 1px solid #e0e0e1;
    text-align: center;
    padding: 24px;
    margin-bottom: 12px;
    background: #fff;
}

.activities-flex-item img {
    width: 70px;
    margin: auto;
}

.activities-flex-item h4 {
    margin-bottom: 0px;
    line-height: 1em;
    font-weight: 700;
}


.activities-flex-item p {
    text-transform: uppercase;

    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 4px 0;
}

@media(min-width: 768px) {
    .activities-flex-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .activities-flex-item {
        width: calc(50% - 10px)
    }

    .activities-flex-item h4 {
        font-size: 14px;
    }
}

@media(min-width: 1025px) {
    .activities-flex-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        margin-bottom: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .activities-flex-item img {
        margin: 0;
        margin-right: 10px;
    }

    .activities-right {
        width: calc(100% - 90px);
    }

    .activities-flex-item h4 {
        font-size: 18px;
    }
}


/**
 * Images
 */
.image {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}



[class*="object-fit-"],
[class^="object-fit-"],
.object-fit {
    display: block;
    height: auto;
    max-height: none;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    width: auto;
}

[class*="wp-image-"],
.img-responsive,
.widget_media_image img,
[class*="object-fit-"] {
    display: block;
    max-width: 100%;
    height: auto;
}

.object-fit {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
    max-width: none;
    z-index: 1;
}

@media (max-width: 599px) {
    .object-fit-xxs {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
        max-width: none;
    }
}

@media (min-width: 600px) {
    .object-fit-xs-up {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
        max-width: none;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .object-fit-xs {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .object-fit-xs-down {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
        max-width: none;
    }
}

@media (min-width: 768px) {
    .object-fit-sm-up {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
        max-width: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .object-fit-sm {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
        max-width: none;
    }
}

@media (max-width: 1024px) {
    .object-fit-sm-down {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
        max-width: none;
    }
}

@media (min-width: 1025px) {
    .object-fit-md-up {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
        max-width: none;
    }
}

@media (min-width: 1025px) and (max-width: 1299px) {
    .object-fit-md {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
        max-width: none;
    }
}

@media (max-width: 1299px) {
    .object-fit-md-down {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
        max-width: none;
    }
}

@media (min-width: 1300px) {
    .object-fit-lg {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
        max-width: none;
    }
}

/*
 * Fix sticky header position for when admin bar visible
 */
.admin-bar .nav-primary,
.admin-bar .nav-primary-back {
    top: 46px;
}

@media (min-width: 601px) {
    .admin-bar .flyout-close {
        top: 64px;
    }
}

@media (min-width: 768px) {

    .admin-bar .page-header,
    .admin-bar .page-header-cont {
        top: 46px;
    }

    .admin-bar .flyout-text {
        padding-top: 46px;
    }

    .admin-bar .flyout-close {
        top: 26px;
    }

    .admin-bar .flyout-text-cont:before {
        top: 66px;
    }
}

@media (min-width: 783px) {

    .admin-bar .page-header,
    .admin-bar .nav-primary,
    .admin-bar .page-header-cont,
    .admin-bar .nav-primary-back {
        top: 32px;
    }

    .admin-bar .flyout-text {
        padding-top: 32px;
    }

    .admin-bar .flyout-close {
        top: 30px;
    }

    .admin-bar .flyout-text-cont:before {
        top: 79px;
    }
}

@media (min-width: 1100px) {
    .admin-bar .nav-primary {
        top: auto;
    }
}

/**
 * Print CSS
 */

@media print {

    /* Reset*/
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        filter: none !important;
        -webkit-filter: none !important;
        text-shadow: none !important;
    }

    h2,
    h3 {
        /* Avoid a paragraph being detached from the heading immediately preceding it */
        page-break-after: avoid;
    }

    figure,
    table {
        /* Avoid breaking figure or table into 2 pages */
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    p {
        /* Prevent single line at the end of a page and a single line at the top the next page */
        orphans: 2;
        widows: 2;
    }


    /* Grid Styling */

    .container {
        width: auto;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }


    /* Slick Slider - remove if not using slick slider */

    .slick-slider .slick-arrow,
    .slick-slider .slick-dots {
        display: none !important;
        /* we usually don't need to show slider navigation for print */
    }

    /* For sliders you want to display full width for print.
       Update ".slick-slider" with your specific slider names. */
    .slick-slider,
    .slick-sliderg .slick-list,
    .slick-slider .slick-track,
    .slick-slider .slick-slide {
        width: 100% !important;
        height: auto !important;
    }

    /* For sliders where you only want to show the 1st image of that slider.
       Update ".slick-slider" with your specific slider names. */
    .slick-slider .slick-slide {
        display: none !important;
    }

    .slick-slider .slick-slide.slick-active {
        display: block !important;
    }

    /* Show Only Active Thumbnails */
    .slick-slider .slick-cloned {
        display: none;
    }

    /* Reset adaptiveHeight */
    .slick-list {
        height: auto !important;
    }

    /* Remove Scrollbars */
    .slick-track {
        width: auto !important;
        height: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .slick-track.slick-slide {
        width: auto !important;
    }


}



/* 7/21/2021 EDITS */
.dashboard-sidebar {
    border: none !important;
}

.contact-info {
    border-right: solid 1px #ece7e5;
    border-left: solid 1px #ece7e5;
}

.selectric {
    padding: 0 !important;
    height: inherit !important;
    margin-bottom: 20px;
    border: solid 1px #ddd !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    box-shadow: 0 3px 10px #0001;
}

.selectric span {
    padding: 20px;
    top: 0 !important;
}

.selectric .button {
    color: #00a6a0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selectric-hover .selectric .button {
    color: #00a6a0;
}

.selectric .button:after {
    position: unset;
    transform: none;
    transition: all .2s;
}

.selectric-wrapper.selectric-open .selectric .button:after {
    transform: rotate(180deg);
}

.selectric-items li {
    padding: 16px 10px;
}

.selectric-items li.highlighted {
    background-color: #eee;
    color: #00a6a0;
}

.selectric-items li:hover {
    background-color: #eee;
}

a {
    display: inline-flex;
    align-items: center;
}

a i {
    margin-left: 6px
}

.dashboard-page-content .villa-smbtn .villa-smbtn-desc {
    padding: 60px 20px;
}

.villa-smbtn-details {
    margin-bottom: 20px;
}

.villa-smbtn-desc .btn {
    width: max-content;
}

.activity-approval-confirmed-message {
    background-color: #00a6a0;
    padding: 6px 10px;
    color: #fff;
    display: block;
    margin-bottom: 20px !important;
    border-radius: 5px 0 0 5px;
    position: relative;
    width: max-content;
}

.activity-approval-confirmed-message:after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -14px;
    background-color: #00a6a0;
    clip-path: polygon(0% 0%, 100% 0, 50% 48%, 100% 100%, 0% 100%);
}

.current-room-villa {
    letter-spacing: inherit;
    line-height: 1em;
    margin-bottom: 30px;
    font-size: 32px;
}

.current-room-villa a i {
    margin-left: 16px;
    font-size: 24px;
    margin-bottom: 6px;
    color: #c9aa5f;
    transition: all .2s;
}

.current-room-villa a:hover i {
    color: #00a6a0;
    transform: scale(1.1);
}




/*------------------------------------*\
    Page Specific Edits
\*------------------------------------*/

/**
 * Social Media Landing Page
 */
#social-landing__amenities-icons {
    margin-top: 50px;
}

/* Social Media Landing Page - Header Adjustments */
.page-id-8681 .masthead-cont {
    padding-top: 0;
}

.page-id-8681 .masthead-cont .center-block {
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.page-id-8681 .masthead-cont .masthead-title {
    font-size: 30px;
}

.page-id-8681 .masthead-cont .masthead-title::after {
    display: none;
}

.page-id-8681 .masthead-cont::after {
    content: "Exclusive Oceanfront Luxury: Where Exceptional Service Meets Stunning Views!";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: calc(100% - 44px);
    text-align: center;
    margin-left: 22px;
    margin-right: 22px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    text-wrap: pretty;
}

.page-id-8681 .masthead-cont::before {
    content: '';
    background-image: url(http://www.villapuntodevista.com/content/uploads/2024/03/social-media-landing-page-header-watercolor-fx-v02.png);
    width: 100%;
    height: 125px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: center top;
    background-repeat: repeat-x;
}

@media (min-width: 550px) {
    .page-id-8681 .masthead-cont .center-block {
        margin-bottom: 150px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .page-id-8681 .masthead-cont .masthead-title {
        font-size: 40px;
    }

    .page-id-8681 .masthead-cont::after {
        font-size: 16px;
    }

    .page-id-8681 .masthead-cont::before {
        height: 135px;
    }
}

@media (min-width: 900px) {
    .page-id-8681 .masthead-cont .center-block {
        margin-bottom: 300px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .page-id-8681 .masthead-cont .masthead-title {
        font-size: 65px;
    }

    .page-id-8681 .masthead-cont::after {
        font-size: 20px;
        bottom: 75px;
    }

    .page-id-8681 .masthead-cont::before {
        height: 225px;
    }
}

@media (min-width: 1500px) {
    .page-id-8681 .masthead-cont .masthead-title {
        font-size: 90px;
    }

    .page-id-8681 .masthead-cont::after {
        font-size: 25px;
    }

    .page-id-8681 .masthead-cont::before {
        height: 225px;
    }
}

.page-id-8681 .breadcrumbs {
    display: none;
}




/*------------------------------------*\
    Trumps
\*------------------------------------*/


@-ms-viewport {
    width: device-width;
}

/**
 * Visiblity
 */

.show {
    display: block !important;
}

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
    display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block {
    display: none !important;
}

@media (max-width: 599px) {
    .visible-xxs {
        display: block !important;
    }

    table.visible-xxs {
        display: table;
    }

    tr.visible-xxs {
        display: table-row !important;
    }

    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }

    .visible-xxs-block {
        display: block !important;
    }

    .visible-xxs-inline {
        display: inline !important;
    }

    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}


@media (min-width: 600px) and (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1025px) and (max-width: 1169px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1170px) and (max-width: 1365px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1366px) and (max-width: 1799px) {
    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl,
    td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1800px) {
    .visible-2xl {
        display: block !important;
    }

    table.visible-2xl {
        display: table;
    }

    tr.visible-2xl {
        display: table-row !important;
    }

    th.visible-2xl,
    td.visible-2xl {
        display: table-cell !important;
    }

    .visible-xxl-block {
        display: block !important;
    }

    .visible-xxl-inline {
        display: inline !important;
    }

    .visible-xxl-inline-block {
        display: inline-block !important;
    }
}


/**
 * Hiding
 */

.hide,
.hidden-xxs-up {
    display: none !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.invisible {
    visibility: hidden !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@media (max-width: 599px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (min-width: 600px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1169px) {
    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 1169px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 1170px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (min-width: 1170px) and (max-width: 1365px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 1365px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1366px) {
    .hidden-xl-up {
        display: none !important;
    }
}

@media (min-width: 1366px) and (max-width: 1799px) {
    .hidden-xl {
        display: none !important;
    }
}

@media (max-width: 1799px) {
    .hidden-xl-down {
        display: none !important;
    }
}

@media (max-width: 1800px) {
    .hidden-xxl-down {
        display: none !important;
    }
}

@media (min-width: 1800px) {
    .hidden-xl {
        display: none !important;
    }
}




/**
 * Screen Readers
 */

.sr-only,
.wpcf7 .screen-reader-response {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/**
 * Print
 */

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}


/**
 * Text alignment
 */

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}


/**
 * Positioning
 */

.affix-top {
    position: fixed !important;
    top: 0 !important;
}

.affix-bottom {
    position: fixed !important;
    bottom: 0 !important;
}

.affix-left {
    position: fixed !important;
    left: 0 !important;
}

.affix-right {
    position: fixed !important;
    right: 0 !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}


/* TODO: Update pushes, flushes, softs, and hards to match your vertical rhythm */

/**
 * Add/remove margins
 */

.push {
    margin: 20px !important;
}

.push-top {
    margin-top: 20px !important;
}

.push-right {
    margin-right: 20px !important;
}

.push-bottom {
    margin-bottom: 20px !important;
}

.push-left {
    margin-left: 20px !important;
}

.push-ends {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.push-sides {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.push-half {
    margin: 10px !important;
}

.push-half-top {
    margin-top: 10px !important;
}

.push-half-right {
    margin-right: 10px !important;
}

.push-half-bottom {
    margin-bottom: 10px !important;
}

.push-half-left {
    margin-left: 10px !important;
}

.push-half-ends {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.push-half-sides {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.flush {
    margin: 0 !important;
}

.flush-top {
    margin-top: 0 !important;
}

.flush-right {
    margin-right: 0 !important;
}

.flush-bottom {
    margin-bottom: 0 !important;
}

.flush-left {
    margin-left: 0 !important;
}

.flush-ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.flush-sides {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


/**
 * Add/remove paddings
 */
.soft {
    padding: 20px !important;
}

.soft-top {
    padding-top: 20px !important;
}

.soft-right {
    padding-right: 20px !important;
}

.soft-bottom {
    padding-bottom: 20px !important;
}

.soft-left {
    padding-left: 20px !important;
}

.soft-ends {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.soft-sides {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.soft-half {
    padding: 10px !important;
}

.soft-half-top {
    padding-top: 10px !important;
}

.soft-half-right {
    padding-right: 10px !important;
}

.soft-half-bottom {
    padding-bottom: 10px !important;
}

.soft-half-left {
    padding-left: 10px !important;
}

.soft-half-ends {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.soft-half-sides {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.hard {
    padding: 0 !important;
}

.hard-top {
    padding-top: 0 !important;
}

.hard-right {
    padding-right: 0 !important;
}

.hard-bottom {
    padding-bottom: 0 !important;
}

.hard-left {
    padding-left: 0 !important;
}

.hard-ends {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hard-sides {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.hardish.btn {
	padding: 8px 10px !important;
}

@media (min-width:600px) {

    .flush-xs {
        margin: 0 !important;
    }

    .flush-xs-top {
        margin-top: 0 !important;
    }

    .flush-xs-right {
        margin-right: 0 !important;
    }

    .flush-xs-bottom {
        margin-bottom: 0 !important;
    }

    .flush-xs-left {
        margin-left: 0 !important;
    }

    .flush-xs-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .flush-xs-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .hard-xs {
        padding: 0 !important;
    }

    .hard-xs-top {
        padding-top: 0 !important;
    }

    .hard-xs-right {
        padding-right: 0 !important;
    }

    .hard-xs-bottom {
        padding-bottom: 0 !important;
    }

    .hard-xs-left {
        padding-left: 0 !important;
    }

    .hard-xs-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hard-xs-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

}

@media (min-width:768px) {

    .flush-sm {
        margin: 0 !important;
    }

    .flush-sm-top {
        margin-top: 0 !important;
    }

    .flush-sm-right {
        margin-right: 0 !important;
    }

    .flush-sm-bottom {
        margin-bottom: 0 !important;
    }

    .flush-sm-left {
        margin-left: 0 !important;
    }

    .flush-sm-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .flush-sm-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .hard-sm {
        padding: 0 !important;
    }

    .hard-sm-top {
        padding-top: 0 !important;
    }

    .hard-sm-right {
        padding-right: 0 !important;
    }

    .hard-sm-bottom {
        padding-bottom: 0 !important;
    }

    .hard-sm-left {
        padding-left: 0 !important;
    }

    .hard-sm-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hard-sm-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

}

@media (min-width:1025px) {

    .flush-md {
        margin: 0 !important;
    }

    .flush-md-top {
        margin-top: 0 !important;
    }

    .flush-md-right {
        margin-right: 0 !important;
    }

    .flush-md-bottom {
        margin-bottom: 0 !important;
    }

    .flush-md-left {
        margin-left: 0 !important;
    }

    .flush-md-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .flush-md-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .hard-md {
        padding: 0 !important;
    }

    .hard-md-top {
        padding-top: 0 !important;
    }

    .hard-md-right {
        padding-right: 0 !important;
    }

    .hard-md-bottom {
        padding-bottom: 0 !important;
    }

    .hard-md-left {
        padding-left: 0 !important;
    }

    .hard-md-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hard-md-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

}

@media (min-width:1170px) {

    .flush-lg {
        margin: 0 !important;
    }

    .flush-lg-top {
        margin-top: 0 !important;
    }

    .flush-lg-right {
        margin-right: 0 !important;
    }

    .flush-lg-bottom {
        margin-bottom: 0 !important;
    }

    .flush-lg-left {
        margin-left: 0 !important;
    }

    .flush-lg-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .flush-lg-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .hard-lg {
        padding: 0 !important;
    }

    .hard-lg-top {
        padding-top: 0 !important;
    }

    .hard-lg-right {
        padding-right: 0 !important;
    }

    .hard-lg-bottom {
        padding-bottom: 0 !important;
    }

    .hard-lg-left {
        padding-left: 0 !important;
    }

    .hard-lg-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hard-lg-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

}

.html5-video-play.playing-video .outer-container {
    display: none;
}

.html5-video-play.playing-video {
    position: relative;
    min-height: 535px;
}

.html5-video-play iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 560px;
    height: 315px;

}

.custom-video-slider .icon-play:before {
    position: absolute;
    top: 44%;
    left: 48%;
    font-size: 58px;
    color: #FFF;
}


/*
Presentation Gallery
*/

#gallery-2 img,
#gallery-3 img {
    height: auto !important;
    width: 100% !important;
}

.rates-filter-msg {
    text-align: center;
    margin-top: 0px;
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
    padding: 10px;
}

.rates-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -6px;
    margin-right: -6px;
}

.rates-nav li {
    margin: 6px;
}

.rates-nav li a {
    display: block;
    position: relative;
}

.rates-nav li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.rates-nav div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: .1em;
    width: 100%;
    padding: 20px;
    text-align: center;

}

.rates-nav li a:hover:before {
    opacity: .2;
}

.rates-nav img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -o-object-position: center center;
    object-position: center center;
    display: block;
}


.flexible-fee-table-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 20px 0;
}

.flexible-fee-table-one .flex-item {
    width: 100%;
}

.flexible-fee-table-one h4 {
    background: #ece7e5;
    padding: 12px;
    border-bottom: 1px solid #d4cfcd;
    margin-bottom: 0;
}

.flexible-fee-table-one p {
    border-bottom: 1px solid #d4cfcd;
    margin: 0;
    padding: 12px;
}



.flexible-fee-table-one p span {
    font-size: 14px;
    text-transform: none;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
    font-style: italic;
}



.flexible-fee-table-one h4 span {
    font-size: 14px;
    text-transform: none;
    font-size: 12px;
    text-transform: none;
    display: block;
    letter-spacing: 0;
    font-style: italic;
}


@media(min-width: 768px) {
    .flexible-fee-table-one {
        border-top: 1px solid #d4cfcd;
        border-bottom: 1px solid #d4cfcd;
    }

    .flexible-fee-table-one .flex-item {
        width: 50%;
        border-right: 1px solid #d4cfcd;
        border-left: 1px solid #d4cfcd;
    }

    .flexible-fee-table-one .flex-item:last-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .flexible-fee-table-one.two-wide .flex-item:last-child {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}

@media(min-width: 1025px) {


    .flexible-fee-table-one p span {
        display: block;

    }

    .flexible-fee-table-one .flex-item {
        width: 33.33%;
    }

    .flexible-fee-table-one .flex-item {
        border-right: none;
    }

    .flexible-fee-table-one {
        border-right: 1px solid #d4cfcd;
    }


    .flexible-fee-table-one.two-wide .flex-item {
        width: 50%;
    }

    .flexible-fee-table-one.two-wide {
        border-top: 1px solid #d4cfcd;
        border-bottom: 1px solid #d4cfcd;
        border-right: none;
    }

    .flexible-fee-table-one.two-wide .flex-item {
        width: 50%;
        border-right: 1px solid #d4cfcd;
        border-left: 1px solid #d4cfcd;
    }
}



.ui-datepicker-header {
    background: #fff !important
}

.ui-datepicker-calendar .ui-state-default {
    background: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

.ui-datepicker td span,
.ui-datepicker td a {
    text-shadow: none !important;
    color: #1b1b1b !important;
    font-weight: normal !important;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #e0e0e1 !important;
}

.ui-datepicker tbody td {
    border-top: 1px solid #e0e0e1 !important;
    border-right: 1px solid #e0e0e1 !important;
}

.ui-datepicker-title select {
    color: #1b1b1b !important;
    font-weight: normal !important;
}

.ui-datepicker th {
    text-shadow: none !important;
    background: #00a6a0 !important;
    color: #fff !important;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    background-image: url(http://www.villapuntodevista.com/content/uploads/2020/01/arrow.png) !important;
}

body .gform_wrapper img.ui-datepicker-trigger.ui-datepicker-trigger {
    width: 27px !important;
    height: 26px !important;
}

.gform_wrapper img.ui-datepicker-trigger {
    top: 46px !important;
}

.selectric-items li {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

div#gform_confirmation_message_5 {
    font-size: 24px;
    line-height: 1.25em;
    text-align: center;
    max-width: 430px;
    margin: auto;
}

@media(max-width: 768px) {
    div#chat-widget-container {
        bottom: 48px !important;
    }
}

iframe {
    max-width: 100%;
}

.ginput_recaptcha>div {
    width: auto !important;
}

.gform_wrapper form,
.ginput_recaptcha {
    overflow: hidden;
}




/*
* 7/15/2021 EDITS
*/
img {
    object-fit: cover;
}

.sec-newsletter-bg.sec-full-imgbg img {
    object-fit: cover;
    object-position: right;
}

.page-id-1199 main .sec-wysiwyg {
    min-height: calc(100vh - 845px);
}

.season-price-list {
    margin-bottom: 20px;
}

.btn-inline {
    display: inline-block !important;
}

/* Testimonials */

.carousel-testimonials {
    padding-block: 3rem;
}

.ct__logos-item {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 2.5rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.ct__logo {
    object-fit: contain;
}

.ct__csl-item {
    padding: 1.5rem;
    background-color: #ECE7E5;
    /* margin-inline: 1rem; */
}

.ct__stars {
    display: flex;
    gap: 3px;
}

.ct__stars-item:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.655' height='20.108' viewBox='0 0 21.655 20.108'%3E%3Cpath id='Icon_ionic-ios-star' data-name='Icon ionic-ios-star' d='M23.084,10.336h-7.11L13.812,3.887a.783.783,0,0,0-1.469,0l-2.161,6.448H3.023a.776.776,0,0,0-.773.773.568.568,0,0,0,.015.131.743.743,0,0,0,.324.546L8.432,15.9,6.19,22.425a.776.776,0,0,0,.266.87.748.748,0,0,0,.435.189.948.948,0,0,0,.483-.174l5.7-4.065,5.7,4.065a.906.906,0,0,0,.483.174.694.694,0,0,0,.43-.189.766.766,0,0,0,.266-.87L17.718,15.9l5.8-4.157.14-.121a.811.811,0,0,0,.251-.517A.819.819,0,0,0,23.084,10.336Z' transform='translate(-2.25 -3.375)' fill='%23ccaa58'/%3E%3C/svg%3E%0A");
}

.ct__title {
    text-transform: uppercase;
    color: #000000;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-block: 1rem;
    min-height: 4ch;
    font-size: 20px;
    line-height: 1.2;
}

.ct__title:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.634' height='31.18' viewBox='0 0 35.634 31.18'%3E%3Cpath id='Icon_awesome-quote-left' data-name='Icon awesome-quote-left' d='M32.293,17.84H26.725V13.386A4.458,4.458,0,0,1,31.18,8.931h.557a1.666,1.666,0,0,0,1.67-1.67V3.92a1.666,1.666,0,0,0-1.67-1.67H31.18A11.133,11.133,0,0,0,20.044,13.386v16.7a3.342,3.342,0,0,0,3.341,3.341h8.908a3.342,3.342,0,0,0,3.341-3.341V21.181A3.342,3.342,0,0,0,32.293,17.84Zm-20.044,0H6.681V13.386a4.458,4.458,0,0,1,4.454-4.454h.557a1.666,1.666,0,0,0,1.67-1.67V3.92a1.666,1.666,0,0,0-1.67-1.67h-.557A11.133,11.133,0,0,0,0,13.386v16.7A3.342,3.342,0,0,0,3.341,33.43h8.908a3.342,3.342,0,0,0,3.341-3.341V21.181A3.342,3.342,0,0,0,12.249,17.84Z' transform='translate(0 -2.25)' fill='%2300a6a0'/%3E%3C/svg%3E%0A");
}

.ct__quote {
    height: 215px;
    overflow: auto;
}

.ct__footer {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-top: 1.5rem;
}

.ct__cite {
    display: block;
    font-style: normal;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.ct__csl .slick-arrow:before {
    content: url("data:image/svg+xml,%3Csvg id='Group_11' data-name='Group 11' xmlns='http://www.w3.org/2000/svg' width='53' height='53' viewBox='0 0 53 53'%3E%3Cg id='Ellipse_4' data-name='Ellipse 4' fill='none' stroke='%2300a6a0' stroke-width='2'%3E%3Ccircle cx='26.5' cy='26.5' r='26.5' stroke='none'/%3E%3Ccircle cx='26.5' cy='26.5' r='25.5' fill='none'/%3E%3C/g%3E%3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M26.025,27.4,17.9,19.265l8.122-8.139-2.5-2.5-10.64,10.64L23.525,29.9Z' transform='translate(4.475 7.235)' fill='%2300a6a0'/%3E%3C/svg%3E%0A");
}

.ct__csl .slick-arrow {
    width: 53px;
    scale: .5;
}

.ct__csl .slick-prev {
    left: -31px;
}

.ct__csl .slick-next {
    right: -31px;
}

@media (min-width: 600px) {
    .ct__csl .slick-prev {
        left: -43px;
    }

    .ct__csl .slick-next {
        right: -43px;
    }

    .ct__csl .slick-arrow {
        scale: 1;
    }
}

.ct__cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.ct__csl .slick-slide {
    padding-inline: 1rem;
}

@media( max-width : 600px ) {
    html, body {
        height: 100%;
        overflow: hidden auto;
        -webkit-overflow-scrolling: touch;
    }

    .fx-search-box--desktop {
        display: none!important;
    }
}

.sec-halfblock-desc .read-more-article + .btn.btn-thirdary, 
.sec-halfblock-desc .read-more-article + .btn {
    padding-right: 0;
    padding-bottom: 10px;
    transition: .3s;
    border-bottom: 1px solid rgba(202, 170, 81, 0);
}

.sec-halfblock-desc .read-more-article + .btn.btn-thirdary:hover, 
.sec-halfblock-desc .read-more-article + .btn:hover {
    color: rgba(202, 170, 81, .85) !important;
    background: transparent;
    border-bottom: 1px solid rgba(202, 170, 81, .85);
}

.accordion-btn .subtitle-sm {
    font-size: 12px;
    padding-left: 1.25rem;
    text-transform: capitalize;
    letter-spacing: normal;
}