/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.2
Tested up to: 6.2
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Antic+Didone');

.containerfulla.updated .flexdiv{
	justify-content: center;
	align-items: stretch!important;
}
.containerfulla.updated .flexdiv .col-md-3{
	margin: auto 0;
}
.containerfulla.updated h3{
	font-family: 'futura-pt';
    font-weight: 500;
    font-size: 14px;
	color: #5c160f;
	margin-bottom: 0;
}
.experiences::before {
  content: "";
  display: block;
  height: 220px;
  margin-top: -220px;
  visibility: hidden;
  pointer-events: none;
}
.pum-theme-11597 .pum-title, .pum-theme-11615 .pum-title, .pum-theme-default-theme .pum-title{
	font-family: 'Antic Didone', serif!important;
	font-size: 38px!important;
	color: #90826e!important;
	margin-top: 24px;
}
.pum-theme-11597 .pum-content.popmake-content p,
.pum-theme-11615 .pum-content.popmake-content p{
	text-align: center;
	font-family: 'futura-pt';
	font-size: 16px!important;
	margin-bottom: 16px;
	color: #1c1e20!important;
	line-height: 25px;
	letter-spacing: 1px;
}
.tt{
    visibility:hidden;
}
.pum-theme-11597 .pum-content + .pum-close, .pum-theme-11615 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
	padding-top: 0!important;
	font-family: 'futura-pt'!important;
	font-size: 12px!important;
}
.pum-theme-11597 .pum-content.popmake-content p a,
.pum-theme-11615 .pum-content.popmake-content p a{
	font-family: 'futura-pt';
    font-weight: 400 !important;
    font-size: 16px;
}

/* POSTS */
.monetwo.body_copy p{margin-bottom: 20px;}
.monetwo.body_copy p strong{font-weight: 700!important;}
.monetwo.body_copy p a,.monetwo.body_copy li a{color:#5d150f;position: relative;}
.monetwo.body_copy p a:hover, .monetwo.body_copy p a:focus, .monetwo.body_copy p a:visited{text-decoration:none;}
/*.monetwo.body_copy p a:after {
    width: 100%;
    content: '';
    height: 1px;
    background: #5d150f;
    bottom: 2px;
    position: absolute;
    left: 0;
}
.monetwo.body_copy p a:hover:after{display:none;}*/

/* VILLA */
/*#interactive-1 .points-tooltips{display:none;}*/
.goto_wrapper{top: 50%; position: absolute; width: 100%; z-index: 999;}
.next_slide{position: absolute; right: -30px; cursor: pointer;}
.previous_slide{position: absolute; left: -30px; cursor: pointer;}
.slick-dots li:first-child:last-child {display: none;}

@media all and (max-width:980px) {
    .mbfb-villas.fancybox-content{overflow:visible;}
    .goto_wrapper{display:none;top: -27px; width: calc(100% - 30px);}
    .previous_slide{left:0;}
    .next_slide{right:0;}
}

picture img{
	width: 100%;
    height: auto;
}
.unslider {
    overflow: hidden;
    margin: 0;
    padding: 0
}
.unslider-wrap {
    position: relative
}
.unslider-wrap.unslider-carousel>li {
    float: left;
	overflow: hidden;
	width: 100%;
}
.unslider-wrap.unslider-carousel>li img{
	width: 100%;
    height: auto;
}
#homemap .unslider-wrap.unslider-carousel>li img,
#homemap .unslider-wrap.unslider-carousel>li source{
	display: block;
	width: 0;
    height: 0;
}
.unslider-vertical>ul {
    height: 100%
}
.unslider-vertical li {
    float: none;
    width: 100%
}
.unslider-fade {
    position: relative
}
.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}
.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10
}
.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}
.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer
}
.unslider-arrow.next {
    left: auto;
    right: 20px
}
.unslider-nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100px;
}
.unslider-arrow {
    display: none!important
}
.unslider-nav ol {
    list-style: none;
    text-align: center;
}
.unslider-nav ol li {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 3px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 1px solid #fff;
    cursor: pointer;
}
.unslider-nav ol li.unslider-active {
    background: #fff;
    cursor: default;
}
body, head {
    overflow-x: hidden
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a, a:hover, a:active, a:focus {
    outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled, .fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller {
    overflow: hidden;
}
.iScrollIndicator {
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}
.ui-front {
    z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
}
/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, 
/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #555555;
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #999999;
    background: #dadada url("/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
    color: #212121;
    text-decoration: none;
}
.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #aaaaaa;
    background: #ffffff url("/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}
.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #aaaaaa;
    background-color: #212121;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}
.ui-state-checked {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/images/ui-icons_222222_256x240.png");
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url("/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url("/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/images/ui-icons_cd0a0a_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/images/ui-icons_888888_256x240.png");
}
/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
    -webkit-box-shadow: -8px -8px 8px #aaaaaa;
    box-shadow: -8px -8px 8px #aaaaaa;
}
.landingvideo {
}
.fullheight_one {
    padding: 0;
    height: 100vh;
    position: relative;
}
.fullheight_two {
    padding: 0;
    height: 100vh;
    position: relative;
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/welcome_back.jpg);
    background-position: center center;
    background-size: cover
}
.fullheight_three {
    padding: 0;
    height: 100vh;
    position: relative;
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/section6back.jpg);
    background-position: left center;
    background-size: cover
}
.fullheight_four {
    padding: 0;
    height: 100vh;
    position: relative;
    background-color: #572929
}
.fullheightmap {
    padding: 0;
    height: 100vh;
    position: relative;
    background-color: #f7f6f4
}
.nobacksection {
    padding: 0;
    height: 100vh;
    position: relative;
    background-color: #f7f6f4
}
.flatlands_zero {
    padding: 0;
    height: 100vh;
    position: relative;
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/homes_back.jpg);
    background-position: center center;
    background-size: cover
}
.flatlandsa_zero {
    padding: 0;
    height: 100vh;
    position: relative;
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/flatlands_back.jpg);
    background-position: center center;
    background-size: cover
}
.map_static {
    z-index: 900;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/map_dummy.jpg);
    background-size: cover;
    background-position: center center
}
.map_gray {
    z-index: 910;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/map_gray.jpg);
    background-size: cover;
    background-position: center center
}
.mapmarker {
    opacity: 0;
    position: absolute;
    width: 15px;
    z-index: 920;
    height: auto;
}
.marker_one {
    left: 10%;
    top: 30%;
}
.marker_two {
    left: 40%;
    top: 20%;
}
.marker_three {
    left: 20%;
    top: 34%;
}
.marker_four {
    left: 60%;
    top: 64%;
}
.marker_five {
    left: 40%;
    top: 44%;
}
.dynamic_elements_above {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.dynamica_elements_above {
    position: absolute;
    right: 0;
    width: 42%;
    height: 100%;
}
.logo {
    width: 100%;
    max-width: 416px;
    height: auto;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.welcome_second {
    opacity: 0;
    width: 100%;
    max-width: 450px;
    height: auto;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100vh - 311px);
    left: 50%;
    position: absolute;
    color: white;
    text-align: center;
    font-size: 35px;
    font-family: 'Antic Didone', serif;
}
.fixed_nav, .fixed_nav_mobile {
    font-family: 'futura-pt';
    font-weight: 600;
    letter-spacing: 2px;
    position: fixed;
    top: 47px;
    width: 100vw;
    height: auto;
    z-index: 6666;
    opacity: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.rownomargin {
    margin-left: 0;
    margin-right: 0;
}
.mini_logo_nav {
    display: inline-block;
    width: 100%;
    max-width: 42px;
    height: auto;
    margin-top: -13px;
}
.mini_logo_nav_mob {
    display: inline-block;
    width: 100%;
    max-width: 35px;
    height: auto;
    margin-top: -11px;
}
.discover_text_wrapper {
    text-shadow: 0px 0px 3px black;
    font-family: 'futura-pt';
    font-weight: 500;
    letter-spacing: 2px;
    opacity: 0;
    color: #f7f6f4;
    font-size: 11px;
    text-align: center;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    bottom: 64px;
    transform: translateX(-50%);
}
.welcome_text_wrapper {
    opacity: 0;
    color: #f7f6f4;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
    text-shadow: 0px 0px 3px black;
    font-family: 'futura-pt';
    font-weight: 300;
    text-align: left;
    max-width: 470px;
    height: auto;
    position: absolute;
    left: calc(50% + 35px);
    top: calc(100vh - 194px);
}
.welcome_text_wrapper_mobile {
    color: #f7f6f4;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'futura-pt';
    font-weight: 300;
    text-align: left;
    height: auto;
    position: absolute;
    left: 5%;
    bottom: 0px;
    width: 90%;
    padding: 0 2% 40px 8%;
    border-left: 1px solid white;
}
.welcome_text_wrapper_mobile > span {
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: bold
}
.welcome_text_wrapper_mobile_b > span {
    color: #aea694;
    text-transform: uppercase;
    line-height: 1.6em;
    font-weight: bold
}
.welcome_text_wrapper_mobile_b {
    margin-top: 35px;
    color: #1c1e20;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    font-family: 'futura-pt';
    font-weight: 300;
    text-align: left;
    height: auto;
    margin-left: 5%;
    width: 90%;
    padding: 0 2% 40px 8%;
    border-left: 1px solid #aea694
}
.line_193 {
    width: 1px;
    height: 0px;
    background-color: #f7f6f4;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) rotate(0deg) translateZ(0) scale(1.0, 1.0);
    -moz-transform: translateX(-50%) rotate(0deg) translateZ(0) scale(1.0, 1.0);
    transform: translateX(-50%) rotate(0deg) translateZ(0) scale(1.0, 1.0);
}
.line_51 {
    width: 1px;
    height: 0px;
    background-color: #f7f6f4;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}
.line_51_mob {
    width: 1px;
    height: 0px;
    background-color: #f7f6f4;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}
.line_148 {
    width: 1px;
    height: 0px;
    background-color: #aea694;
    position: absolute;
    left: 396px;
    bottom: 0;
}
.line_148a {
    width: 1px;
    height: 0px;
    background-color: #aea694;
    position: absolute;
    left: 396px;
    bottom: 0;
}
.line_164 {
    width: 1px;
    height: 0px;
    background-color: #aea694;
    position: absolute;
    left: 84px;
    bottom: 0;
}
.map_top {
    position: absolute;
    background-color: #f7f6f4;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 0px;
    -moz-transform: rotate(0deg) translateZ(0) scale(1.0, 1.0);
    -webkit-transform: rotate(0deg) translateZ(0) scale(1.0, 1.0);
    transform: rotate(0deg) translateZ(0) scale(1.0, 1.0);
}
.map_left {
    position: absolute;
    background-color: #f7f6f4;
    top: 0;
    left: -45px;
    z-index: 1000;
    width: 45px;
    height: 100%;
}
.map_right {
    position: absolute;
    background-color: #f7f6f4;
    top: 0;
    right: -45px;
    z-index: 1000;
    width: 45px;
    height: 100%;
}
.map_bottom {
    position: absolute;
    background-color: #f7f6f4;
    bottom: -45px;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 45px;
}
.static_link {
    font-family: 'futura-pt';
    font-weight: 500;
    letter-spacing: 2px;
    z-index: 200;
    position: absolute;
    font-size: 12px;
    color: #aea694;
    background-color: #f7f6f4;
    padding: 5px 0px;
    text-transform: uppercase;
    right: calc(34% + 10px);
}
.static_link:hover, .static_link:active, .static_link:focus {
    text-decoration: none;
    color: #572929;
}
.flands_lone {
    bottom: 129px;
    opacity: 0;
}
.flands_ltwo {
    bottom: 101px;
    opacity: 0;
}
.flands_lthree {
    bottom: 73px;
    opacity: 0;
}
.flandsa_lone {
    bottom: 129px;
    opacity: 0;
}
.flandsa_ltwo {
    bottom: 101px;
    opacity: 0;
}
.flandsa_lthree {
    bottom: 73px;
    opacity: 0;
}
.flandsa_lthree:hover, .flandsa_ltwo:hover, .flandsa_lone:hover, .flands_lone:hover, .flands_ltwo:hover, .flands_lthree:hover {
    color: #572929!important
}
.static_main_wrapper {
    width: 590px;
    height: 100vh;
    background-color: transparent;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.static_main_wrapper_right {
    width: 0px;
    height: 100vh;
    background-color: #f7f6f4;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1980;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.static_main_wrapper_top {
    width: 100vw;
    height: 0px;
    background-color: #f7f6f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1980;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.static_main_wrapper_bottom {
    width: 100vw;
    height: 0px;
    background-color: #f7f6f4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1950;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.static_main_wrapper_white {
    width: 590px;
    height: 100vh;
    background-color: #f7f6f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1980;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.static_one_wrapper {
    max-width: 345px;
    height: auto;
    min-height: 200px;
    z-index: 400;
    position: absolute;
    left: 130px;
    top: 50%;
    margin-top: -25%;
}
.static_two_wrapper {
    max-width: 345px;
    height: auto;
    min-height: 200px;
    z-index: 400;
    position: absolute;
    left: 130px;
    top: 50%;
    margin-top: -25%;
}
.statica_main_wrapper {
    width: 590px;
    height: 100vh;
    background-color: transparent;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.statica_main_wrapper_right {
    width: 0px;
    height: 100vh;
    background-color: #f7f6f4;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1980;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.statica_main_wrapper_top {
    width: 100vw;
    height: 0px;
    background-color: #f7f6f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1980;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.statica_main_wrapper_bottom {
    width: 100vw;
    height: 0px;
    background-color: #f7f6f4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1950;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.statica_main_wrapper_white {
    width: 590px;
    height: 100vh;
    background-color: #f7f6f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1980;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.statica_one_wrapper {
    max-width: 345px;
    height: auto;
    min-height: 200px;
    z-index: 400;
    position: absolute;
    left: 130px;
    top: 50%;
    margin-top: -25%;
}
.statica_two_wrapper {
    max-width: 345px;
    height: auto;
    min-height: 200px;
    z-index: 400;
    position: absolute;
    left: 130px;
    top: 50%;
    margin-top: -25%;
}
.woman_p_one {
    position: absolute;
    bottom: 231px;
    left: 85px;
    width: 325px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'futura-pt';
    font-weight: 500;
    color: #aea694;
    text-transform: uppercase
}
.woman_p_two {
    position: absolute;
    bottom: 69px;
    left: 112px;
    width: 250px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'futura-pt';
    font-weight: 300;
}
.slide_section_one_title {
    text-align: right;
    white-space: nowrap;
    margin-bottom: 67px;
    font-size: 40px;
    font-family: 'Antic Didone', serif;
    margin-right: 80px;
}
.slidea_section_one_title {
    text-align: right;
    position: absolute;
    bottom: 422px;
    left: 0;
    white-space: nowrap;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Antic Didone', serif;
}
.slide_section_one_p {
    line-height: 25px;
    height: auto;
    margin-left: 93px;
    font-size: 14px;
    font-family: 'futura-pt';
    font-weight: 300;
}
.slide_section_two_title {
    text-align: right;
    white-space: nowrap;
    margin-bottom: 67px;
    font-size: 40px;
    font-family: 'Antic Didone', serif;
    margin-right: 80px;
}
.slide_section_two_title.lefttext {
    text-align: left;
    text-indent: 20px;
}
.slide_section_two_p {
    line-height: 25px;
    height: auto;
    margin-left: 93px;
    font-size: 14px;
    font-family: 'futura-pt';
    font-weight: 300;
}
.architecture_inside_back {
    width: calc(100% - 550px);
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/architecture_back.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 478px;
    top: 50%;
    height: calc(100vh - 280px);
    background-color: green;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.residences_inside_back {
    width: calc(100% - 850px);
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/residences_back.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 478px;
    top: 50%;
    height: calc(100vh - 280px);
    background-color: green;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.amenities_one_inside_back {
    width: calc(50% - 20px);
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/mandarina_amenities_L.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
    float: left;
}
.amenities_two_inside_back {
    width: calc(50% - 20px);
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/mandarina_amenities_R.jpg);
    background-size: cover;
    background-position: center center;
    float: right;
    height: 70%;
}
.amenities_text_wrapper {
    width: calc(50% - 20px);
    position: absolute;
    bottom: 0;
    right: 0;
    height: 25%;
}
.amenities_wrapper_inside {
    width: calc(100% - 550px);
    position: absolute;
    left: 478px;
    top: 50%;
    height: calc(100vh - 164px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.architecturea_inside_back {
    width: calc(100% - 550px);
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/flands_beach.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 478px;
    top: 50%;
    height: calc(100vh - 280px);
    background-color: green;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.residencesa_inside_back {
    width: calc(100% - 850px);
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/flands_horse.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 478px;
    top: 50%;
    height: calc(100vh - 280px);
    background-color: green;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.amenitiesa_one_inside_back {
    width: calc(50% - 20px);
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/flands_tree.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
    float: left;
}
.amenitiesa_two_inside_back {
    width: calc(50% - 20px);
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/flands_coconuts.jpg);
    background-size: cover;
    background-position: center center;
    float: right;
    height: 70%;
}
.amenitiesa_text_wrapper {
    width: calc(50% - 20px);
    position: absolute;
    bottom: 0;
    right: 0;
    height: 25%;
}
.amenitiesa_wrapper_inside {
    width: calc(100% - 550px);
    position: absolute;
    left: 478px;
    top: 50%;
    height: calc(100vh - 164px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.architecture_slide_one_text {
    pointer-events: none;
    opacity: 0;
    z-index: 1999;
    width: 315px;
    height: auto;
    position: absolute;
    bottom: 73px;
    left: 478px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'futura-pt';
    font-weight: 300;
}
.residences_slide_one_text {
    pointer-events: none;
    opacity: 0;
    z-index: 1999;
    max-width: 255px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 75px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'futura-pt';
    font-weight: 300;
    -webkit-transform: translate3d(0, 0, 0) translateY(-50%);
    -moz-transform: translate3d(0, 0, 0) translateY(-50%);
    transform: translate3d(0, 0, 0) translateY(-50%);
}
.amenities_slide_one_text {
    pointer-events: none;
    opacity: 0;
    z-index: 1999;
    max-width: 320px;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 14px;
    line-height: 24px;
    font-family: 'futura-pt';
    font-weight: 300;
}
.architecture_slide_two_text {
    pointer-events: none;
    opacity: 0;
    z-index: 1999;
    width: 330px;
    height: auto;
    position: absolute;
    bottom: 73px;
    left: 478px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'futura-pt';
    font-weight: 300;
}
.residences_slide_two_text {
    pointer-events: none;
    opacity: 0;
    z-index: 1999;
    max-width: 255px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 75px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'futura-pt';
    font-weight: 300;
    -webkit-transform: translate3d(0, 0, 0) translateY(-50%);
    -moz-transform: translate3d(0, 0, 0) translateY(-50%);
    transform: translate3d(0, 0, 0) translateY(-50%);
}
.amenities_slide_two_text {
    pointer-events: none;
    opacity: 0;
    z-index: 1999;
    max-width: 255px;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 14px;
    line-height: 24px;
    font-family: 'futura-pt';
    font-weight: 300;
}
.point-content > div {
    display: block;
    margin: 0 auto 0
}
.mob_intro_span {
    text-align: center;
    display: block;
    margin-top: 14px;
}
#mainform {
    width: 33%;
    max-width: 458px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.maininput {
    color: #90826e;
    padding: 13px 0;
    font-family: 'futura-pt';
    font-weight: 300;
    outline: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #aea694;
    background: none;
    background-color: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    font-size: 14px;
    line-height: 18px;
}
 .maininputblack::-webkit-input-placeholder {
 color: #90826e!important;
}
 .maininputblack::-moz-placeholder {
 color: #90826e!important;
}
 .maininputblack::-ms-input-placeholder {
 color: #90826e!important;
}
.one_and_only_logo_discover {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto 10px;
}
.maininput_contact {
    color: #1c1e21;
    padding: 13px 0;
    font-family: 'futura-pt';
    font-weight: 300;
    outline: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #1c1e21;
    background: none;
    background-color: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    font-size: 14px;
    line-height: 18px;
}


::-webkit-input-placeholder {
 color: #90826e;
}
::-moz-placeholder {
 color: #90826e;
}
:-ms-input-placeholder {
 color: #90826e;
}
:-moz-placeholder {
 color: #90826e;
}
.form_blurb_mob {
    letter-spacing: 1px;
    font-family: 'futura-pt';
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #f7f6f4;
    width: 100%;
    padding: 8px 10px 25px 10px;
    text-transform: uppercase
}
.form_blurb_mob > span {
    font-family: 'Antic Didone', serif;
    font-size: 24px;
    color: #f7f6f4;
    text-transform: none
}
.form_blurb {
    letter-spacing: 1px;
    font-family: 'futura-pt';
    font-weight: 500;
    text-align: center;
    font-size: 12px;
    color: #f7f6f4;
    width: 100%;
    padding: 10px 0 30px 0;
    text-transform: uppercase
}
.submitbutton {
    margin: 10px auto 20px;
    display: block;
    padding: 0;
    color: #aea694;
    letter-spacing: 1px;
    border: 0;
    outline: 0;
    background-color: transparent;
    background: none;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 35px;
    font-family: 'futura-pt', serif;
}
.welcome_text_wrapper > span {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'futura-pt';
    font-weight: 500;
}
.input_wrapper {
    width: 100%;
    margin-bottom: 10px;
    position: relative
}
.input_wrapper.alt{
	position: absolute;
	opacity: 0;
}
.fp-controlArrow {
    display: none!important
}
.slide {
    z-index: 400!important
}
.section {
    position: relative
}
.showmobile {
    display: none
}
.header_a, .header_a:hover, .header_a:active, .header_a:focus {
    color: white;
    font-size: 12px;
    text-decoration: none
}
.header_a_mob, .header_a_mob:hover, .header_a_mob:active, .header_a_mob:focus {
    font-size: 12px;
    color: white;
    text-decoration: none
}
.mob_section {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden!important;
}
.buttonwrapper {
    width: 100%;
    margin-top: 30px;
}
.footer_wrapper {
    font-size: 10px;
    padding: 0 45px;
    bottom: 45px;
    width: 100%;
    text-transform: uppercase;
    position: absolute;
}
.footer_wrapper > .footer_tos {
    font-family: 'futura-pt';
    font-weight: 500;
    float: left;
    letter-spacing: 1px;
    color: #aea694
}
.footer_wrapper > .copyright {
    font-family: 'futura-pt';
    font-weight: 300;
    text-transform: none;
    float: right;
    color: white;
    color: #f7f6f4;
    letter-spacing: 1px;
}
main.section {
    height: 100vh;
    overflow: hidden
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #aea694;
    font-size: 10px;
    font-family: 'futura-pt', serif;
    position: absolute;
    right: 0;
    letter-spacing: 1px;
}
.mob_section {
    width: 100vw;
    height: 100vh;
    position: relative;
}
.mob_one {
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/mob_top.jpg);
    background-position: center center;
    background-size: cover;
    overflow: hidden!important;
}
.mob_two {
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/img/mob_second.jpg);
    background-position: center center;
    background-size: cover;
    z-index: 1000;
    overflow: hidden!important;
}
.mob_three {
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    background: none;
    height: 100%;
    z-index: 1040;
    overflow: hidden!important;
}
.mob_four {
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    background: none;
}
.mob_five {
    max-height: 100vh;
    overflow: hidden!important;
}
.mob_six {
    background-size: 100%;
    overflow: hidden!important;
}
.mob_seven {
    background-color: #572929;
    height: 100vh!important;
    max-height: 100vh!important
}
.mob_two_title_b {
    font-size: 32px;
    line-height: 33px;
    width: 100%;
    text-align: left;
    color: #1c1e20;
    font-family: 'Antic Didone', serif;
    letter-spacing: 1px;
    padding-left: 40px;
}
.mob_two_title {
    font-size: 40px;
    width: 100%;
    text-align: center;
    color: #f7f6f4;
    font-family: 'Antic Didone', serif;
    margin-top: 100px;
    letter-spacing: 1px;
}
.slick-list, .slick-track {
    height: 100%
}
.carousel_mob_one .slick-dots {
    background-color: #f7f6f4;
    padding: 2px 15px 15px 0!important;
    bottom: -37px;
    left: 0;
    z-index: 698;
}
.dotsone > .slick-dots {
    background-color: transparent;
    background: none;
    padding: 0!important;
    bottom: 100px;
    left: 0;
    z-index: 698;
}
.dotstwo > .slick-dots {
    background-color: transparent;
    background: none;
    padding: 0!important;
    top: 0px;
    bottom: inherit;
    left: 0;
    z-index: 698;
}
.dotsthree > .slick-dots {
    background-color: transparent;
    background: none;
    padding: 0!important;
    top: 0px;
    bottom: inherit;
    left: 0;
    z-index: 698;
}
.slick-dots li {
    width: 6px
}
.carentry {
    width: 100%;
    height: 100%;
    color: white;
    overflow: hidden;
    background-size: cover;
    background-color: #f7f6f4;
    background-position: center center;
    position: relative;
}
.carentrya {
    width: 100%;
    height: 100vh;
    color: white;
    overflow: hidden;
    background-size: cover;
    background-color: #f7f6f4;
    background-position: center center;
    position: relative;
}
.slider_big {
    width: 100vw;
    height: 100vh;
}
.slider_big > ul {
    width: 100%;
    height: 100%
}
.slider_big > ul > li {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.overlay_wrapper {
    width: calc(100vw - 32px);
    height: calc(100vh - 64px);
    position: absolute;
    top: 48px;
    left: 16px;
    background-image: url(/web/20250919191041im_/https://discovermandarina.com/wp-content/themes/twentyseventeen/style.css?v=2.9.1&ver=6.7.2);
    background-size: cover;
    z-index: 499;
}
.overlay_holder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    padding: 30px;
}
.overlay_holder > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    font-family: 'futura-pt', serif;
    box-sizing: border-box;
    padding: 0 30px 0 15px;
}
.overlay_holderb {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    padding: 30px;
}
.overlay_holderb > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    font-family: 'futura-pt', serif;
}
.bottom_holder {
    width: 100vw;
    height: calc(18vh + 40px);
    background-color: #f7f6f4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 400
}
.bottom_content {
    color: #572929;
    text-align: center;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    font-family: 'futura-pt';
    font-weight: 500;
}
.cls-1 {
    fill: #aea694;
}
.bottom_content_swipe {
    color: #572929;
    text-align: center;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 100px;
}
.swipe {
    width: 50px;
    margin-bottom: 10px
}
.aaa {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100vw;
    height: 48px;
    background-color: #f7f6f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500
}
.aab {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 16px;
    height: 100%;
    background-color: #f7f6f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500
}
.aac {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 16px;
    height: 100%;
    background-color: #f7f6f4;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500
}
.aad {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100vw;
    height: 16px;
    background-color: #f7f6f4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 500
}
.slick-slide {
    position: relative
}
.section_title_car_oneb {
    letter-spacing: 1px;
    font-size: 30px;
    font-family: 'Antic Didone', serif;
    line-height: 35px;
}
.caronly {
    width: 80%;
    height: auto;
    color: #572929;
    margin-left: 10%;
    margin-top: 37px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: 'futura-pt', serif;
    text-align: center
}
.caronly_p {
    margin-top: 30px;
    width: 80%;
    height: auto;
    margin-left: 10%;
    text-align: center;
    color: black;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    font-family: 'futura-pt', serif;
}
.dots_mobthree {
    text-align: center;
    position: absolute;
    z-index: 3000;
    bottom: 60px;
    left: 50%;
    width: 100%;
    height: 16px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.dots_mobthree > li {
    display: inline-block;
    text-align: center;
    list-style-type: none;
    list-style: none;
    width: 8px;
    height: 8px;
    margin: 3px;
    border-radius: 4px;
    background-color: #bcbcbc
}
.dots_mobthree > li.active {
    background-color: #572929
}
.dots_mobone {
    text-align: center;
    position: absolute;
    z-index: 3000;
    bottom: 60px;
    left: 50%;
    width: 63px;
    height: 16px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.dots_mobone > li {
    display: inline-block;
    text-align: center;
    list-style-type: none;
    list-style: none;
    width: 8px;
    height: 8px;
    margin: 3px;
    float: left;
    border-radius: 4px;
    background-color: #bcbcbc
}
.dots_mobone > li.active {
    background-color: #572929
}
.dots_mobtwo {
    text-align: center;
    position: absolute;
    z-index: 3000;
    bottom: 60px;
    left: 50%;
    width: 63;
    height: 16px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.dots_mobtwo > li {
    display: inline-block;
    text-align: center;
    list-style-type: none;
    list-style: none;
    width: 8px;
    height: 8px;
    margin: 3px;
    float: left;
    border-radius: 4px;
    background-color: #bcbcbc
}
.dots_mobtwo > li.active {
    background-color: #572929
}
.caronly_p.desktopmapdetails {
    position: absolute;
    z-index: 50;
    width: 342px;
    bottom: 130px;
    margin-left: 0;
    left: 130px;
}
.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.section_title_car_one {
    letter-spacing: 1px;
    font-size: 30px;
    font-family: 'Antic Didone', serif;
    line-height: 35px;
}
.img_zoom {
    width: 25px;
    margin-bottom: 10px;
    right: 25px;
    z-index: 4444;
    top: 275px;
    position: absolute;
    margin-left: -17px;
}
.close_car_one {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    color: white;
    font-size: 35px;
    font-family: "futura-pt";
    font-weight: 300;
}
/* the slides */
.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}
.fancybox-arrow {
    display: none!important;
}
.info_line_one {
    width: 2px;
    height: 0px;
    background-color: #aea694;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    z-index: 700;
    transform: rotate(0deg) translateZ(0) scale(1.0, 1.0)
}
.info_line_two {
    width: 2px;
    height: 0px;
    background-color: #aea694;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    z-index: 700;
    transform: rotate(0deg) translateZ(0) scale(1.0, 1.0)
}
.info_line_three {
    width: 2px;
    height: 0px;
    background-color: #aea694;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    z-index: 700;
    transform: rotate(0deg) translateZ(0) scale(1.0, 1.0)
}
.mob_footer {
    width: 100%;
    line-height: 18px;
    height: auto;
    text-align: center;
    font-size: 11px;
    font-family: 'futura-pt';
    font-weight: 400;
    color: white;
    margin-bottom: 10px;
}
.mob_footer > a {
    text-decoration: none;
    margin: 4px 0;
    color: #aea694;
    line-height: 15px
}
.mobformimg {
    width: 190px;
    height: auto;
    display: block;
    margin: 15px auto 19px;
}
a.disclaimer_modal {
    cursor: pointer;
    text-decoration: none;
    color: #bd9b60;
}
.disclaimer_des:hover, .disclaimer_mob:hover, .ppolicy_des:hover, .ppolicy_mob:hover {
    cursor: pointer
}
.modal_disclaimer strong, .modal_privacy strong {
    font-weight: 500;
    margin-top: 5px;
}
.modal_disclaimer, .modal_privacy {
    display: none;
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 9999;
    width: 90%;
    max-width: 600px;
    height: auto;
    max-height: 400px;
    overflow: auto;
    background-color: #fff;
    border: 2px solid #7fa9ae;
    padding: 20px;
    line-height: 20px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: 1px;
    font-family: "futura-pt", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    padding-top: 9px;
}
.modal_disclaimer > .close_buttona, .modal_privacy > .close_buttona {
    padding: 2px 8px;
    cursor: pointer;
    font-size: .8em;
    position: absolute;
    top: 7px;
    right: 7px;
}
.modal_disclaimer > .close_buttona:hover, .modal_privacy > .close_buttona:hover {
    background-color: rgba(0,0,0,0.08);
}
.modal_back {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9998;
    background: rgba(0,0,0,0.6);
}
.img_overlay_controller {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    width: 100%;
    height: 120%;
    position: absolute;
    bottom: -40px;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center
}
.mtenentry:hover .img_overlay_controller {
    bottom: 0;
    opacity: 1;
    height: 100%;
}

.post-type-archive-article #module_ten,
.single-article #module_ten{
	padding-top: 40px;
}
.single-article #module_ten .module_ten_content{
	margin-left: -15px;
}

.single-article #module_ten .mten_entry{
	width: 50%;
}
.post-type-archive-article .mtenentry:hover .img_overlay_controller,
.single-article .mtenentry:hover .img_overlay_controller{
	opacity: 0;
	cursor: pointer;
}
.post-type-archive-article .mtenentry,
.post-type-archive-article .mtenentry h2,
.single-article .mtenentry,
.single-article .mtenentry h2{
	color: #90826e;
	font-family: futura-pt;
	text-transform: uppercase;
	margin: 6px 0;
    line-height: 1.2em;
}
.post-type-archive-article .mtenentry{
	margin: 6px 0 24px;
	min-height: 372px;
}
.post-type-archive-article .mtenentry a,
.single-article .mtenentry a{
	color: #5c160f;
	/*z-index: 1;
    position: relative;*/
}
.post-type-archive-article .spanlinkcontroller,
.post-type-archive-article .img_overlay_controller,
.single-article .spanlinkcontroller,
.single-article .img_overlay_controller{
	top: 0;
	bottom: auto;
	height: 90%;
}
.post-type-archive-article .mtenentry:hover .img_overlay_controller,
.single-article .mtenentry:hover .img_overlay_controller{
	height: 90%;
}
.post-type-archive-article .mtenentry:hover .mtenentryimg,
.single-article .mtenentry:hover .mtenentryimg{
	opacity: 1;
}
.post-type-archive-article .mtenentry a:hover,
.single-article .mtenentry a:hover{
	text-decoration: none;
}

.formbutton.left-col{
	position: absolute;
	bottom: 0;
	left: 30px;
}
.recaptcha-error.has-error{
	display: block;
}
.recaptcha-error.has-error .help-block.form-error{
	left: 0;
    position: relative;
}

.interactive-points .background-images img.min-load{
	width: 0;
    height: 0;
}
.interactive-points .background-images img{
	width: 100%;
    height: 100%;
}
.mappop .interactive-points{
	max-width: 1200px; /*1370px;*/
    width: 90%;
    max-height: 90vh;
}
.mappop .interactive-points .background__element.showmapback{
	z-index: 9993;
}
.mappop .static img{
	max-height: 90vh;
}

.overlay_pic{
	position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
}
.overlay_pic img,.overlay_pic picture{
	height: 100%;
    width: auto;
}
.overlay_holder{
	z-index: 2;
    position: absolute;
}

#mainfooterform p.terms{
	position: absolute; 
	bottom: 54px; 
	left: 29px; 
	font-size: 13px; 
	color: #90826e; 
	font-family: 'futura-pt';
}
#mainfooterform p.terms a{
	color: #90826e;
	text-decoration: underline;
}
#mainfooterform p.terms a:hover{
	text-decoration: none;
}

@media all and (min-width:1025px) {
	#nav .col-md-2 .wpml-ls-legacy-dropdown{float: right;width: 70%;}
}
@media all and (max-width:1024px) {
	#nav .col-md-2 .wpml-ls-legacy-dropdown{float: right;width: 100%;}
}
@media all and (max-width:768px) {
	#mainfooterform p.terms{
		bottom: 26px; 
	}
	.formbutton.left-col{
		position: relative;
		left: 0;
		bottom: -24px;
	}
.submitbutton {
    text-transform: uppercase;
    text-align: center;
    margin: 25px auto 11px;
    padding: 0;
    color: #aea694;
    letter-spacing: 1px;
    border: 0;
    outline: 0;
    background-color: transparent;
    background: none;
    font-size: 24px;
    line-height: 35px;
    font-family: 'futura-pt', serif;
}
#mainform_mob {
    max-width: none;
    width: 92%;
    margin-left: 4%;
    margin-bottom: 10px;
    padding-bottom: 0px;
    text-transform: uppercase
}
.logo {
    width: 80%
}
.line_51_mob {
    height: 51px
}
.discover_text_wrapper {
    opacity: 1;
}
.hidemobile {
    display: none!important
}
.showmobile {
    display: block
}
.toplinkswrapper {
    padding: 0;
}
.fixed_nav_mobile {
    padding: 5px;
    top: 13px
}
}

/* EXPERIENCES */
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pt-xl-5, .py-xl-5 {
	padding-top: 3rem !important;
}
.page-template-adventure-template .container-fluid
/*,.page-template-events-template .container-fluid*/{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.page-template-adventure-template .container,
.page-template-events-template .container,
#landactivities .container{
	width: 100%;
}

/*.page-template-adventure-template .row
,.page-template-events-template .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:auto;
}*/
.page-template-events-template .row.land-highlights,
#landactivities .row.land-highlights{
	display: flex;
    flex-wrap: wrap;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.experiences h2 {
    margin: 10px 0;
	padding: 0;
	font-size: 24px;
	text-transform: lowercase;
    font-weight: 400;
    font-family: 'Antic Didone', serif;
	color: #90826e;
	letter-spacing: 1px;
}
.page-template-adventure-template .mfour_cta,
.page-template-events-template .mfour_cta,
.page-id-10195 .mfour_cta,
.page-id-10196 .mfour_cta,
.page-id-11567 .mfour_cta,
.page-id-11568 .mfour_cta,
.page-id-12432 .mfour_cta,
.page-id-12434 .mfour_cta,
.page-template-page-ad-landing-template .mfour_cta{
	cursor: pointer;
    font-family: 'futura-pt';
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff!important;
    text-decoration: none;
    text-transform: uppercase;
	background: #5d150f;
    padding: 10px 10px 10px 20px;
	border: 1px solid #5d150f;
}
.page-template-adventure-template .mfour_cta:hover,
.page-template-events-template .mfour_cta:hover,
.page-id-10195 .mfour_cta:hover,
.page-id-10196 .mfour_cta:hover,
.page-id-11567 .mfour_cta:hover,
.page-id-11568 .mfour_cta:hover,
.page-id-12432 .mfour_cta:hover,
.page-id-12434 .mfour_cta:hover,
.page-template-page-ad-landing-template .mfour_cta:hover{
	background: #f7f6f4;
	color: #5d150f!important;
}
/*.page-template-adventure-template .col-md-11
,.page-template-events-template .col-md-11{
	width: 100%;
}*/
.experiences .mfour_cta:hover{
	text-decoration: none;
}
.experiences .mfour_cta:hover .widthcontroolerrightmfour {
    width: 10px;
}
.experiences .head{
    display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'futura-pt';
	
}
.experiences .slider {
	margin-bottom: 2.25rem;
}
.page-template-events-template .header-highlights,
#landactivities .header-highlights{
	margin-bottom: 1rem;
}
.experiences .slick-slide{
	margin: 0;
}
.experiences .slider-nav-wrapper{
	position: absolute;
    left: 50%;
    bottom: 4%;
	transform: translateX(-50%);
	z-index: 1;
}
.experiences .slider-nav{
	display: flex;
    position: relative;
	column-gap: 30px;
}
.experiences .slider-nav .slick-arrow{
	width: 10px;
    height: 18px;
	cursor: pointer;
}
.experiences .slider-nav .slick-arrow.nextslide{
	order: 3;
}
.experiences .slider-nav .slick-dots li{
	display: inline-block;
	width: auto;
}
.experiences .slider-nav .slick-dots li a{
    width: 7px;
    height: 7px;
    margin: 0 3px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 1px solid #fff;
    cursor: pointer;
	display: block;
}
.experiences .slider-nav .slick-dots li.slick-active a{
	background: #fff;
}
.experiences .img-fluid {
    max-width: 100%;
    height: auto;
}

/*.experiences .slider .slick-arrow {
    width: 1.938rem;
    height: 2.813rem;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
	background: rgba(0, 0, 0, .2);
    border: 0;
    border-radius: 0;
    line-height: 1;
}
.experiences .slider .slick-arrow:hover{
	background: rgba(0, 0, 0, .6);
}
.experiences .slider .slick-arrow.slick-prev{
	left: -10px;
}
.experiences .slider .slick-arrow.slick-next{
	right: -10px;
}*/
.page-template-adventure-template .modal-backdrop{
	z-index: 10000;
}
.page-template-adventure-template .modal-body,
.page-id-10195 .modal-body,
.page-id-10196 .modal-body,
.page-id-11567 .modal-body,
.page-id-11568 .modal-body,
.page-id-12432 .modal-body,
.page-id-12434 .modal-body,
.page-template-page-ad-landing-template .modal-body{
	background-color: #f7f6f4;
	border-radius: .3rem;
}
.page-template-adventure-template .modal-body h1,
.page-id-10195 .modal-body h1,
.page-id-10196 .modal-body h1,
.page-id-11567 .modal-body h1,
.page-id-11568 .modal-body h1,
.page-id-12432 .modal-body h1,
.page-id-12434 .modal-body h1,
.page-template-page-ad-landing-template .modal-body h1,
 h2.h4{
	color: #5d150f;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'futura-pt';
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 25px;
	margin-bottom: 20px;
}
.page-id-10195 .modal-body .form-display h2{
    color: #5d150f !important;
}
.page-template-adventure-template .gform_required_legend,
.page-id-10195 .gform_required_legend,
.page-id-10196 .gform_required_legend,
.page-id-11567 .gform_required_legend,
.page-id-11568 .gform_required_legend,
.page-id-12432 .gform_required_legend,
.page-id-12434 .gform_required_legend,
.page-template-page-ad-landing-template .gform_required_legend{
	display: none;
}
.page-template-adventure-template .gform_wrapper.gravity-theme .gfield_label,
.page-id-10195 .gform_wrapper.gravity-theme .gfield_label,
.page-id-10196 .gform_wrapper.gravity-theme .gfield_label,
.page-id-11567 .gform_wrapper.gravity-theme .gfield_label,
.page-id-11568 .gform_wrapper.gravity-theme .gfield_label,
.page-id-12432 .gform_wrapper.gravity-theme .gfield_label,
.page-id-12434 .gform_wrapper.gravity-theme .gfield_label,
.page-template-page-ad-landing-template .gform_wrapper.gravity-theme .gfield_label{
	font-size: 13px;
    line-height: 14px;
    font-family: 'futura-pt';
    font-weight: 400;
    letter-spacing: 1px;
    color: #90826e;
	text-transform: uppercase;
}
.page-template-adventure-template .gform_wrapper.gravity-theme .gfield input.large, 
.gform_wrapper.gravity-theme .gfield,
.page-id-10195 .gform_wrapper.gravity-theme .gfield input.large,
.page-id-10196 .gform_wrapper.gravity-theme .gfield input.large,
.page-id-11567 .gform_wrapper.gravity-theme .gfield input.large,
.page-id-11568 .gform_wrapper.gravity-theme .gfield input.large,
.page-id-12432 .gform_wrapper.gravity-theme .gfield input.large,
.page-id-12434 .gform_wrapper.gravity-theme .gfield input.large,
.page-template-page-ad-landing-template .gform_wrapper.gravity-theme .gfield input.large{
	font-family: 'futura-pt';
}
.page-template-adventure-template .gform_wrapper.gravity-theme .gform_footer,
.page-id-10195 .gform_wrapper.gravity-theme .gform_footer,
.page-id-10196 .gform_wrapper.gravity-theme .gform_footer,
.page-id-11567 .gform_wrapper.gravity-theme .gform_footer,
.page-id-11568 .gform_wrapper.gravity-theme .gform_footer,
.page-id-12432 .gform_wrapper.gravity-theme .gform_footer,
.page-id-12434 .gform_wrapper.gravity-theme .gform_footer,
.page-template-page-ad-landing-template .gform_wrapper.gravity-theme .gform_footer{
	align-items: center;
	width: 25%;
}
.page-template-adventure-template .gform_wrapper.gravity-theme .gform_footer input,
.page-id-10195 .gform_wrapper.gravity-theme .gform_footer input,
.page-id-10196 .gform_wrapper.gravity-theme .gform_footer input,
.page-id-11567 .gform_wrapper.gravity-theme .gform_footer input,
.page-id-11568 .gform_wrapper.gravity-theme .gform_footer input,
.page-id-12432 .gform_wrapper.gravity-theme .gform_footer input,
.page-id-12434 .gform_wrapper.gravity-theme .gform_footer input,
.page-template-page-ad-landing-template .gform_wrapper.gravity-theme .gform_footer input{
	color: #90826e;
    text-decoration: none !important;
    font-family: 'futura-pt';
    text-transform: uppercase;
    border: 0;
    background: 0;
    font-weight: 500;
    letter-spacing: 1px;
	margin: 0;
    padding: 0;
}
.page-template-adventure-template .gform_wrapper.gravity-theme .gform_footer:after,
.page-id-10195 .gform_wrapper.gravity-theme .gform_footer:after,
.page-id-10196 .gform_wrapper.gravity-theme .gform_footer:after,
.page-id-11567 .gform_wrapper.gravity-theme .gform_footer:after,
.page-id-11568 .gform_wrapper.gravity-theme .gform_footer:after,
.page-id-12432 .gform_wrapper.gravity-theme .gform_footer:after,
.page-id-12434 .gform_wrapper.gravity-theme .gform_footer:after,
.page-template-page-ad-landing-template .gform_wrapper.gravity-theme .gform_footer:after{
	content: '>';
	padding-left: 8px;
	transition: all 0.3s ease;
}
.page-template-adventure-template .gform_wrapper.gravity-theme .gform_footer:hover:after,
.page-id-10195 .gform_wrapper.gravity-theme .gform_footer:hover:after,
.page-id-10196 .gform_wrapper.gravity-theme .gform_footer:hover:after,
.page-id-11567 .gform_wrapper.gravity-theme .gform_footer:hover:after,
.page-id-11568 .gform_wrapper.gravity-theme .gform_footer:hover:after,
.page-id-12432 .gform_wrapper.gravity-theme .gform_footer:hover:after,
.page-id-12434 .gform_wrapper.gravity-theme .gform_footer:hover:after,
.page-template-page-ad-landing-template .gform_wrapper.gravity-theme .gform_footer:hover:after{
	padding-left: 16px;
}
/*.page-template-adventure-template .slider .slick-dots {
	display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0 0.3125rem;
    position: absolute;
    top: 0.625rem;
    right: 0;
    z-index: 1;
	top: 1.438rem;
	right: 1.438rem;
}
.page-template-adventure-template .slick-dots li {
    margin: 0 0.6rem;
}
.page-template-adventure-template .slick-dots button {
    display: block;
    width: 1.125rem;
    height: 2px;
    background-color: #8F8D8B;
    text-indent: -9999px;
    border: none;
    border-radius: 0;
    padding: 0;
}
.page-template-adventure-template .slick-dots .slick-active button {
    background-color: #fff;
}*/
.page-template-adventure-template #footerfullblack{
	margin-top: 60px;
}
#ui-datepicker-div.gravity-theme.ui-datepicker[style] {
    z-index: 999999!important;
}
.gform_confirmation_message {
    text-align: center;
    padding-bottom: 20px;
	font-family: 'futura-pt';
}
#hotel-reservations{
	padding-bottom: 4.5rem;
	padding-top: 3rem;
}
#hotel-reservations img, #experiences img {
	margin-bottom: 5.5rem;
}
.pb-5, .py-5 {
    padding-bottom: 1rem !important;
}
.w-100 {
    width: 100% !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.reservation-wrapper {
    background-color: #F2F1ED;
    padding: 12% 10% 10%;
}
.reservation-wrapper {
	padding: 4rem 3.75rem 6rem 13rem;
	margin-left: -12rem;
}
.reservation-wrapper:not(.golf) p {
    margin-bottom: 2.5rem;
    font-size: 16px;
    line-height: 25px;
    font-family: 'futura-pt';
    font-weight: 300;
    color: #1c1e20;
}
.reservation-wrapper h2{
	color: #5d150f;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'futura-pt';
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 25px;
}
@media screen and (max-width: 980px){
	#homemap .unslider-wrap.unslider-carousel>li img,
	#homemap .unslider-wrap.unslider-carousel>li source,
	.home .unslider-wrap.unslider-carousel>li img{
		width: auto!important;
		height: 100%!important;
		display: inline!important;
	}
	.experiences .head{
		flex-direction: column;
		align-items: flex-start;
		row-gap: 6px;
		margin-bottom: 20px;
	}
	.page-template-adventure-template .experiences .container{
		padding: 0;
	}
	.experiences .slider{
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 8px;
	}
	.page-template-adventure-template .row{
		row-gap: 20px;
	}
	.experiences.pt-xl-5{
		padding-top: 1rem !important;
	}
}

@media screen and (min-width: 1366px) and (max-height:850px) {
.point-content__text {
    font-size: 12px;
    line-height: 16px;
}
.slide_section_one_title {
    margin-bottom: 31px;
}
.slide_section_one_p {
    line-height: 22px;
}
}

@media screen and (min-width: 1350px) and (max-height:650px) {
.point-content__text {
    font-size: 12px;
    line-height: 16px;
}
.slide_section_one_title {
    margin-bottom: 31px;
}
.slide_section_one_p {
    line-height: 22px;
}
}

@media screen and (max-height:992px) {
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a{
		line-height:1.4em!important;
	}
}
@media screen and (max-width:992px) {
	.responsive-menu-pro-open body{
		overflow-y: hidden;
	}
	#responsive-menu-pro-container.slide-left{
		padding-top: 18px;
		padding-bottom: 40px;
	}
	#responsive-menu-pro-container.slide-left #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow,
	#responsive-menu-pro-container.slide-left #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a .responsive-menu-pro-subarrow{
		height: 12px;
        line-height: 14px;
	}
	#responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-submenu-open ul.responsive-menu-pro-submenu{
		display: block;
	}
	#responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-submenu-open .responsive-menu-pro-item-has-children .responsive-menu-pro-subarrow{
		display: none;
	}
	#responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-submenu-open ul.responsive-menu-pro-submenu a.responsive-menu-pro-item-link{
		/*height: 24px;*/
	}
}
/*
     FILE ARCHIVED ON 19:10:41 Sep 19, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:05:56 Oct 13, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.85
  exclusion.robots: 0.05
  exclusion.robots.policy: 0.03
  esindex: 0.012
  cdx.remote: 122.58
  LoadShardBlock: 1184.756 (3)
  PetaboxLoader3.datanode: 1081.296 (4)
  load_resource: 255.368
  PetaboxLoader3.resolve: 195.7
*/