section { position: relative; background: #fff; }
.featured { max-height: 750px; }
.featured--space { height: calc( 100% - 46px ); }
.darkbackground { background-color: #101010; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 0; }
.heightset { width: 100%; background-size: cover; position: relative; z-index: 0; background-position: center top; position: fixed; top: 0; left: 0; }
.heightset.mobile-img { background-size: 110%; background-position: center 15%; background-color: #000; background-repeat: no-repeat; }
.static { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url( ../images/static_animated.gif ); opacity: 0.03; }
.statement { position: absolute; top: 40%; left: 0; text-align: center; width: 100%; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 2s; -moz-animation-duration: 2s; -ms-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -ms-animation-delay: 1s; -o-animation-delay: 1s; }
.dropcontainer-in input { width: calc( 100% - 30px ); }
.content-hang { width: calc( 50% - 200px ); padding: 100px; position: relative; opacity: 0; }
.content-hang p { text-align: left; padding-left: 4%; }
.thereitis { -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; -ms-animation-delay: 0.6s; -o-animation-delay: 0.6s; }
.break-all { -ms-word-break: break-all; word-break: break-all; }
.hyphens { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
.content-hang h1 { text-align: left; text-transform: uppercase; font-size: 13px; margin: 10px 0 40px 5px; position: relative; color: #747474; }
/* ======================================================= DROP DOWN CALENDAR =====================================================	*/
.dropcontainer { position: relative; position: absolute; font-size: 16px; color: #777; width: 100%; top: 0; /*z-index: 9999999; */ transition: all 0s linear 0.5s; -moz-transition: all 0s linear 0.5s; -webkit-transition: all 0s linear 0.5s; -o-transition: all 0s linear 0.5s; -ms-transition: all 0s linear 0.5s; }
.dropcontainer.swaydown { z-index: -999; }
.dropcontainer.swayup { z-index: 9999999; transition: all 0s linear 0s; -moz-transition: all 0s linear 0s; -webkit-transition: all 0s linear 0s; -o-transition: all 0s linear 0s; -ms-transition: all 0s linear 0s; }
.dropsec .dropcontainer ul { border: none; }
.trigger { color: #777; padding: 20px 16px; font-size: 16px; width: 100%; /**background: url(images/black-bg.png);**/ display: block; border: 1px solid #ccc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; position: relative; position: absolute; top: -63px; color: #636363; font-family: "HelveticaLTStd-Bold", sans-serif; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 13px; text-align: center; font-weight: 600; }
.dropsec .trigger { position: relative; top: 0; border: none; }
.trigger:before { content: "\f107"; position: absolute; font-family: FontAwesome; color: #afafaf; right: 20px; top: 16px; font-size: 20px; z-index: 1; }
.trigger:hover { color: #333; background: #fff; }
.activetrigger { color: #777; padding: 20px 16px; font-size: 16px; width: 100%; /*background: url(images/black-bg.png); */ display: block; border: 1px solid #ccc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; position: absolute; top: -63px; color: #636363; font-family: "HelveticaLTStd-Bold", sans-serif; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 13px; font-weight: 600; text-align: center; }
.dropsec .activetrigger { position: relative; top: 0; border: none; }
.activetrigger:hover {/*background: url(images/black-bg.png); */ color: #777; }
.activetrigger:before {/*content: "\f106"; */ position: absolute; font-family: FontAwesome; color: #afafaf; right: 20px; top: 14px; font-size: 20px; z-index: 1; }
.activetrigger:active { background: url( ../images/black-bg.png ); color: #777; }
.dropcontainer ul { font-size: 16px; /*border: 1px solid #ccc; */ border-top: none; background: #1b1b1b; list-style-type: none; padding: 0; margin: 0; width: 100%; z-index: 100; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.dropcontainer ul li a { cursor: pointer; font-family: "HelveticaLTStd-Bold", sans-serif; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 13px; font-weight: 600; color: #777; }
.dropcontainer ul li { padding: 5px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; padding: 13px 10px; border-bottom: 1px solid #ccc; }
.dropcontainer ul li:hover { background: #f5f5f5; outline: none; }
.dropcontainer ul li:first-child {/*display: none;*/ }
.dropcontainer ul li:last-child { border-bottom: none; }
.dropdownhidden { opacity: 0; visibility: visible; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.dropdownvisible { opacity: 1; visibility: visible; -webkit-transition: all 0.5s; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
#ui-datepicker-div.ui-datepicker-multi { border-radius: 0 0 0 0; padding: 10px; z-index: 2147483647 !important; }
#ui-datepicker-div { background: none repeat scroll 0 0 #fefefe; border: 1px solid #5f5f5f; border-radius: 0; min-width: 300px; padding: 10px; z-index: 2147483647 !important; }
#ui-datepicker-div.ui-datepicker .ui-datepicker-next { right: 0; }
#ui-datepicker-div.ui-datepicker .ui-widget-header .ui-state-hover,
#ui-datepicker-div.ui-datepicker .ui-state-focus,
#ui-datepicker-div.ui-datepicker .ui-widget-header .ui-state-focus { background-color: #fff; cursor: pointer; opacity: 0.8; }
/* 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-clearfix { min-height: 0; /* support: IE7 */ }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha( Opacity=0 ); }
.ui-front { z-index: 100; }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative; }
.ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; }
.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-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: 0.5em 0.5em 0.5em 0.7em; min-height: 0; /* support: IE7 */ }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: 0.7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: 0.5em; top: 50%; margin-top: -8px; }
.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-button { display: inline-block; position: relative; padding: 0; line-height: normal; margin-right: 0.1em; cursor: pointer; vertical-align: middle; text-align: center; overflow: visible; /* removes extra width in IE */ }
.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: 2.2em; }
/* button elements seem to need a little more width */
button.ui-button-icon-only { width: 2.4em; }
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }
/* button text element */
.ui-button .ui-button-text { display: block; line-height: normal; }
.ui-button-text-only .ui-button-text { padding: 0.4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 0.4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text { padding: 0.4em 1em 0.4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text { padding: 0.4em 2.1em 0.4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: 0.4em 1em; }
/* button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary { left: 0.5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary { right: 0.5em; }
/* button sets */
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; padding: 0; }
.ui-datepicker { width: 17em; padding: 0.2em 0.2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position: relative; padding: 0.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: relative; position: absolute; top: 0; width: 1.8em; height: 100%; background: transparent; opacity: 1 !important; }
.ui-datepicker .ui-datepicker-prev:before { display: inline-block; font-family: "Font Awesome 5 Pro"; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f104"; font-size: 22px; position: absolute; right: 6px; top: 6px; color: #afafaf; }
.ui-datepicker .ui-datepicker-next:before { display: inline-block; font-family: "Font Awesome 5 Pro"; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f105"; font-size: 22px; position: absolute; right: 6px; top: 6px; color: #afafaf; }
.ui-datepicker .ui-datepicker-prev:hover:before { opacity: 0.5; }
.ui-datepicker .ui-datepicker-next:hover:before { opacity: 0.5; }
.ui-datepicker .ui-datepicker-prev { left: 2px; background: transparent !important; cursor: pointer; }
.ui-datepicker .ui-datepicker-next { right: -98%; z-index: 99999; background: transparent !important; cursor: pointer; }
.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: -3px 0 0 0; line-height: 1.8em; text-align: center; font-family: 'scala-sans'; color: #333; text-transform: uppercase; }
.ui-datepicker-title { margin: 0; line-height: 14px; font-size: 16px; text-align: center; font-family: 'scala-sans'; color: #333; text-transform: uppercase; }
.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month-year { width: 100%; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }
.ui-datepicker table { width: 100%; font-size: 0.9em; border-collapse: collapse; margin: 0 0 0.4em; }
.ui-datepicker th { padding: 0.5em 0.3em; text-align: center; font-weight: bold; border: 0; color: #fff; }
.ui-datepicker td { border: 1px solid #2d2d2d; padding: 0; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: 0.5em; text-align: center; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: 0.7em 0 0 0; padding: 0 0.2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; float: right; margin: 0.5em 0.2em 0.4em; cursor: pointer; padding: 10px 15px; 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 -.3em; }
.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 { 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; }
.ui-dialog { position: absolute; top: 0; left: 0; padding: 0.2em; outline: 0; }
.ui-dialog .ui-dialog-titlebar { padding: 0.4em 1em; position: relative; }
.ui-dialog .ui-dialog-title { float: left; margin: 0.1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 0.3em; top: 50%; width: 21px; margin: -10px 0 0 0; padding: 1px; height: 20px; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 0.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: 0.5em; padding: 0.3em 1em 0.5em 0.4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: 0.5em 0.4em 0.5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 12px; height: 12px; right: -5px; bottom: -5px; background-position: 16px 16px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style: none; padding: 2px; margin: 0; display: block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; width: 100%; /* support: IE10, see #8844 */ list-style-image: url( data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 ); }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px 0.4em; line-height: 1.5; min-height: 0; /* support: IE7 */ font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }
.ui-menu .ui-state-disabled { font-weight: normal; margin: 0.4em 0 0.2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }
/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }
/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: 0.2em; left: 0.2em; }
/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.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( "../images/animated-overlay.gif" ); height: 100%; filter: alpha( opacity=25 ); opacity: 0.25; }
.ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; }
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 0.7em; display: block; border: 0; background-position: 0 0; }
/* For 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: 0.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: 0.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-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; color: inherit; padding: 0; margin: 0.2em 0; vertical-align: middle; margin-left: 0.4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: 0.5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; }
/* vertical centre icon */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; }
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {/* need to fix icons sprite */ background-position: -65px -16px; }
.ui-tabs { position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ padding: 0.2em; }
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0.2em 0.2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px 0.2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: 0.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 a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete,
but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { 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; -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa; }
body .ui-tooltip { border-width: 2px; }
/* Component containers
----------------------------------*/
.ui-widget { font-family: 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: "HelveticaLTStd-Bold", sans-serif; font-size: 1em; }
.ui-widget-content { background: transparent; color: #333; }
.ui-widget-content a { color: #333; }
.ui-widget-header { background: transparent; color: #001e3a; font-weight: bold; }
.ui-widget-header a { color: #fff; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default { background: transparent; font-weight: bold; color: #636363; padding: 15px 10.5px; border: 1px solid transparent; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #333; 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 { border: 1px solid #fcd3a1; background: transparent; font-weight: bold; color: #333; }
.whitedate .ui-state-hover, .whitedate .ui-widget-content .ui-state-hover,
.whitedate .ui-widget-header .ui-state-hover, .whitedate .ui-state-focus,
.whitedate .ui-widget-content .ui-state-focus,
.whitedate .ui-widget-header .ui-state-focus { border: none; background: transparent url( ../images/ui-bg_highlight-hard_100_f6f6f6_1x100.png ) 50% 50% repeat-x; font-weight: bold; color: #fff; border: 1px solid transparent; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link,
.ui-state-hover a:visited { color: #111; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active { border: none; background: #fff none 50% 50% repeat-x; font-weight: bold; color: #c00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #c00; text-decoration: none; }
/* Time Interaction states
----------------------------------*/
/*.ui-widget {
	font-family: 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: Arial,sans-serif;
	font-size: 1em;
}*/
.ui-timepicker-div .ui-widget-content { background: #eee; }
/*.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	background: transparent;
	color: #001e3a;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}*/
.ui_tpicker_time_label { display: inline; }
.ui_tpicker_time { display: inline; font-weight: bold; margin-left: 9px; }
.ui-timepicker-div dl { margin-top: 20px; }
.ui_tpicker_hour_label { margin-top: 15px; }
.ui_tpicker_hour { margin-bottom: 15px; }
.ui_tpicker_time_label, .ui_tpicker_hour_label, .ui_tpicker_minute_label { margin-bottom: 10px; }
.ui-timepicker-div .ui-state-default,
.ui-timepicker-div .ui-widget-content .ui-state-default,
.ui-timepicker-div .ui-widget-header .ui-state-default { background: #38babf; font-weight: bold; color: #333; padding: 0; }
.ui-timepicker-div .ui-state-default a,
.ui-timepicker-div .ui-state-default a:link,
.ui-timepicker-div .ui-state-default a:visited { color: #333; text-decoration: none; }
#ui-datepicker-div .ui-timepicker-div .ui-state-hover,
#ui-datepicker-div .ui-timepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-timepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-timepicker-div .ui-state-focus,
#ui-datepicker-div .ui-timepicker-div .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-timepicker-div .ui-widget-header .ui-state-focus { border: none; background: none repeat-x #ccc; font-weight: bold; color: #111; }
.ui-timepicker-div .ui-state-hover a, .ui-timepicker-div .ui-state-hover a:hover,
.ui-timepicker-div .ui-state-hover a:link,
.ui-timepicker-div .ui-state-hover a:visited { color: #111; text-decoration: none; }
#ui-datepicker-div .ui-timepicker-div .ui-state-active,
#ui-datepicker-div .ui-timepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-timepicker-div .ui-widget-header .ui-state-active { border: none; background: none repeat-x #ccc; font-weight: bold; color: #c00; }
.ui-timepicker-div .ui-state-active a,
.ui-timepicker-div .ui-state-active a:link,
.ui-timepicker-div .ui-state-active a:visited { color: #c00; text-decoration: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight { border: 1px solid #fcd3a1; background: #fbf8ee url( ../images/ui-bg_glass_55_fbf8ee_1x400.png ) 50% 50% repeat-x; color: #444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a { color: #444; }
.ui-state-error, .ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error { border: 1px solid #c00; background: #f3d8d8 url( ../images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png ) 50% 50% repeat; color: #2e2e2e; }
.ui-state-error a, .ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a { color: #2e2e2e; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text { color: #2e2e2e; }
.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: 0.7; filter: Alpha( Opacity=70 ); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled { opacity: 0.35; filter: Alpha( Opacity=35 ); background-image: none; }
.ui-state-disabled .ui-icon { filter: Alpha( Opacity=35 ); /* For IE8 - See #6059 */ }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { width: 16px; height: 16px; }
.ui-icon, .ui-widget-content .ui-icon { background-image: url( ../images/ui-icons_cc0000_256x240.png ); }
.ui-widget-header .ui-icon { background-image: none; }
.ui-state-default .ui-icon { background-image: url( ../images/ui-icons_cc0000_256x240.png ); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url( ../images/ui-icons_cc0000_256x240.png ); }
.ui-state-active .ui-icon { background-image: url( ../images/ui-icons_cc0000_256x240.png ); }
.ui-state-highlight .ui-icon { background-image: url( ../images/ui-icons_004276_256x240.png ); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url( ../images/ui-icons_cc0000_256x240.png ); }
/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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 { }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { }
/* Overlays */
.ui-widget-overlay { background: #a6a6a6 url( ../images/ui-bg_dots-small_65_a6a6a6_2x2.png ) 50% 50% repeat; opacity: 0.4; filter: Alpha( Opacity=40 ); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #333 none 50% 50% repeat-x; opacity: 0.1; filter: Alpha( Opacity=10 ); border-radius: 8px; }
.datepicker { width: 100%; position: relative; z-index: 3; background: transparent; }
.ui-datepicker.ui-datepicker-multi { width: 50% !important; }
.ui-datepicker-multi .ui-datepicker-group { float: left; width: 50%; }
#datepicker { height: 300px; overflow-x: scroll; }
.ui-widget { font-size: 100%; }
.ui-datepicker th span { text-transform: uppercase; font-size: 11px; text-align: center; color: #fff; }
.ressys { width: 50%; margin: auto; background: url( ../images/black-bg.png ); position: relative; position: fixed; left: 50%; margin-left: -25%; top: 50%; -webkit-transform: translateY( -50% ); -ms-transform: translateY( -50% ); transform: translateY( -50% ); z-index: -1; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.dropit { opacity: 1; visibility: visible; z-index: 9999999999; display: block; }
.fulldrop { border-bottom: 1px solid #2d2d2d; position: relative; width: 100%; padding: 20px 0 20px 30px; display: block; -webkit-appearance: none; background: transparent; border-left: none; border-top: none; border-right: none; border-radius: 0; color: #636363; font-family: "HelveticaLTStd-Bold", sans-serif; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; text-align: center; z-index: 2; letter-spacing: 1px; }
.ressys:after { content: "\f107"; position: absolute; font-family: FontAwesome; color: #afafaf; right: 20px; top: 19px; font-size: 20px; z-index: 1; display: none; }
.reservationform { position: relative; top: 30px; }
.reservationform:after { content: ''; width: 1px; height: calc( 100% - 94px ); left: 50%; background: #2d2d2d; top: 94px; position: absolute; z-index: 2; }
.ui-datepicker .ui-datepicker-header { border-bottom: 1px solid #2d2d2d; padding: 9px 0; }
.ui-datepicker .ui-datepicker-title { color: #fff; font-family: "HelveticaLTStd-Bold", sans-serif; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; text-align: center; }
.droppers { margin-top: 25px; padding: 0; border-top: 1px solid #2d2d2d; position: relative; z-index: 10; }
.dropsec { width: 50%; float: left; position: relative; }
.formfields .button { width: 100%; z-index: 9; position: relative; cursor: pointer; }
.formfields .button.swayup { z-index: 11; }
.formfields .button.swaydown { z-index: 9; transition: all 0s ease 0s; -moz-transition: all 0s ease 0s; -webkit-transition: all 0s ease 0s; -o-transition: all 0s ease 0s; -ms-transition: all 0s ease 0s; }
.dropsec:after { content: "\f107"; position: absolute; font-family: FontAwesome; color: #afafaf; right: 20px; top: 19px; font-size: 20px; z-index: 1; display: none; }
/* datepickerrs */
.datepickerrs { display: none; width: 100%; position: relative; z-index: 3; background: transparent; }
.datepickerrs .ui-datepicker { width: auto; }
.datepickerrs .ui-datepicker .ui-datepicker-next { right: 0; }
/* datepicker custom set */
/* .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { color: #fff; } */
.ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight { background: none repeat scroll 0 0 transparent; color: #333; }
.ui-widget-content .ui-datepicker-days-cell-over.ui-datepicker-today .ui-state-highlight, .ui-widget-content.whitedate .ui-datepicker-days-cell-over.ui-datepicker-today .ui-state-highlight { color: #000; }
.ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active { background: none repeat-x scroll 50% 50% #fff; color: #333; }
.dp-highlight .ui-state-default, .arrive-highlight .ui-state-default,
.depart-highlight .ui-state-default { background: #c8ae83; color: #000 !important; border: 1px solid transparent; }
/* == NEW BOOKING WIDGET ================================== */
.biglogo img { max-width: 40%; }
.book-container { max-width: 75%; margin: auto; }
#ui-datepicker-div { background: none repeat scroll 0 0 #000; border: 1px solid #5f5f5f; }
.dropcontainer-in { width: calc( 30% + 24px ); float: left; position: relative; z-index: 999; }
.datepickeron { transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; background: none repeat scroll 0 0 #fff; /* box-shadow: 0 0 7px #919191; */ margin-left: 0; /* min-width: 448px; */ opacity: 0; padding: 10px; position: absolute; left: 0; bottom: 82px; visibility: hidden; z-index: 999999; background: #333; width: 625px; }
.departdatepickeron { transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; background: none repeat scroll 0 0 #fff; /* box-shadow: 0 0 7px #919191; */ margin-left: 0; /* min-width: 448px; */ opacity: 0; padding: 10px; position: absolute; right: -6%; bottom: 62px; visibility: hidden; z-index: 999999; background: #333; }
.cls { z-index: 99; position: absolute; top: 0; lefT: -51px; padding: 10px 20px; background: #fff; color: #333; font-family: "HelveticaLTStd-Bold", sans-serif; text-transform: uppercase; }
.cls:hover { background: #333; color: #fff !important; }
.ghost { opacity: 0 !important; visibility: hidden; }
.super-ghost { opacity: 0 !important; z-index: -1; visibility: hidden !important; }
/***** Page Container *****/
.container { padding: 35px 0; width: 100%; overflow: hidden; }
.layout-brand .content { margin: auto; text-align: justify; width: 25%; }
.subtitle { color: rgb( 157, 127, 77 ); font-size: 16px; padding: 30px 0 20px; text-align: center; }
/***** Contact *****/
.address { float: right; width: 30%; }
.address .subtitle { color: #000; font-size: 14px; margin: 0; padding: 5px 0; text-align: left; }
/**** Menu ANIMATION **/
.animated { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
@-webkit-keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY( 20px ); }
 100% { opacity: 1; -webkit-transform: translateY( 0 ); }
}
@keyframes fadeInUp {
 0% { opacity: 0; transform: translateY( 20px ); }
 100% { opacity: 1; transform: translateY( 0 ); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes fadeOutDown {
 0% { opacity: 1; -webkit-transform: translateY( 0 ); }
 100% { opacity: 0; -webkit-transform: translateY( 20px ); }
}
@keyframes fadeOutDown {
 0% { opacity: 1; transform: translateY( 0 ); }
 100% { opacity: 0; transform: translateY( 20px ); }
}
.fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; }
/***************************** EDITIONS ONLY	********************/
/* HEADER */
.img-title img { height: 85px; padding-bottom: 30px; }
.tier-pad { padding: 0 75px; }
.content-hang h2 { font-size: 32px; font-family: 'Didot', sans-serif; text-align: right; }
.content-hang h3 { font-family: 'Didot', sans-serif; letter-spacing: inherit; font-size: 38px; margin-top: -15px; }
.content-hang h5 { text-transform: uppercase; font-size: 16px; letter-spacing: -1px; padding-bottom: 60px; width: 100%; text-align: right; font-family: "HelveticaLTStd-Bold", sans-serif; }
.btn-portion { text-align: center; padding: 0 30px; margin-bottom: 15px; }
.btn-portion div { -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
.btn-portion div { background: #fff; font-size: 13px; font-family: "HelveticaLTStd-Bold", sans-serif; text-align: center; padding: 15px 20px; cursor: pointer; }
.btn-portion div:hover { opacity: 0.7; }
.hideme { display: none; z-index: 0; }
/* reserve popup */
.dropanchor.sanya { cursor: default; }
.dropanchor.sanya span { font-family: 'Didot', sans-serif; font-size: 13px; display: block; }
.gocloseme { background-color: #fff; color: #000; font-family: 'Arial', sans-serif; font-family: 'HelveticaNeueLTStd-Roman'; font-size: 40px; height: 60px; width: 60px; cursor: pointer; position: fixed; top: 5px; right: 5px; z-index: 1; -webkit-appearance: none; -webkit-border-radius: 0; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
.gocloseme:hover { opacity: 0.7; }
.bar { position: absolute; width: 100%; height: 100%; }
.bar:before, .bar:after { background: none repeat scroll 0 0 #111; display: block; content: ''; width: 40px; height: 2px; position: absolute; top: 50%; left: 50%; margin-left: -20px; margin-top: -1px; }
.bar:before { -webkit-transform: rotate( 40deg ); -moz-transform: rotate( 40deg ); -o-transform: rotate( 40deg ); -ms-transform: rotate( 40deg ); transform: rotate( 40deg ); }
.bar:after { -webkit-transform: rotate( -40deg ); -moz-transform: rotate( -40deg ); -o-transform: rotate( -40deg ); -ms-transform: rotate( -40deg ); transform: rotate( -40deg ); }
.ed-container { max-width: 1500px; width: 95%; margin: 0 auto; position: relative; }
/* FOOTER - HOME */
img#__lpform_input_idx_4_icon { display: none; }
.sojern-pixel { position: absolute; left: 0; bottom: 50px; z-index: 0; opacity: 0; }
/* ======================================================  PAGE - THE IDEA  */
.page-template-page-idea h1 { font-size: 100px; }
.page-template-page-idea span { position: relative; }
.theidea { background: none no-repeat scroll right top transparent; }
.theidea .ed-container { padding: 40px 0 105px; overflow: hidden; }
.theidea-image { float: left; width: calc( 50% - 55px ); padding-right: 55px; }
.theidea-content { float: right; width: calc( 50% ); overflow: hidden; }
.theidea-container { width: 55%; padding-top: 55px; }
.theidea .ideacentral { font-size: 30px; text-transform: uppercase; }
.tia-block { overflow: hidden; margin-bottom: 24px; }
.tia-block img { width: 100%; max-width: 100%; display: block; }
.tia-block.fifty img { width: calc( 50% - 12px ); }
.tia-block.fifty img:first-child { float: left; }
.tia-block.fifty img:nth-child(2) { float: right; }
.uneven img.thirty { width: calc( 40% - 12px ); float: left; }
.uneven img.seventy { width: calc( 60% - 12px ); float: right; }
.tia-block.eighty { padding-left: 20%; }
.tia-block.eighty div { width: calc( 50% - 12px ); }
.tia-block.eighty .left { float: left; margin-top: 25%; }
.tia-block.eighty .right { float: right; }
.tia-block.eighty .right img:first-child { margin-bottom: 24px; }
.theidea-content .quote { margin: 25px 0 45px; padding: 0 20px; float: left; }
.theidea-content h2 { font-size: 30px; padding-top: 5px; padding-bottom: 20px; }
.theidea-content h3 { text-transform: none; padding-bottom: 20px; }
.theidea-content h4 { font-size: 40px; margin-bottom: 50px; padding: 5px 30px 0 5px; position: relative; letter-spacing: -1px; position: relative; text-transform: none; }
.theidea-content h4 span { position: absolute; right: 0; bottom: 0; color: #6d6d6d; font-size: 14px; font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", "Helvetica", sans-serif; text-align: left; text-transform: none; bottom: -40px; font-style: italic; }
.theidea-content h4:before { display: block; content: '\201c'; color: #000; position: absolute; top: -6px; left: -20px; }
.theidea-content h4:after { display: block; content: '\201d'; color: #000; position: absolute; bottom: 0; right: -20px; }
.theidea-content h5 { color: #6d6d6d; font-size: 14px; font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", "Helvetica", sans-serif; text-align: left; text-transform: none; }
.theidea-content p { line-height: 1.5; padding-bottom: 20px; font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", "Helvetica", sans-serif; color: #6d6d6d; font-size: 14px; }
.theidea-content p.bitlarge { font-size: 16px; }
.theidea-content img { width: 100%; max-width: 100%; }
.theidea-slider { border-top: 1px solid #606060; padding: 60px 0; }
/* PLUGIN - OWL CAROUSEL */
.slidercontainer { border-top: 1px solid #e8e8e8; padding: 35px 0; overflow: hidden; clear: both; }
.editionslider { padding: 0 110px; width: auto !important; }
.editionslider .owl-stage-outer { overflow: visible !important; }
.editionslider .owl-dots { display: none; }
.editionslider img { width: 100%; max-width: 100%; }
.editionslider .div-img { background: none no-repeat scroll center center transparent; background-size: cover; width: 100%; height: 480px; }
.editionslider .shader { background: url( '../images/slider-shader.png' ) no-repeat scroll bottom center transparent; background-size: cover; height: 25%; width: 100%; position: absolute; bottom: 0; left: 0; z-index: 1; }
.editionslider p { color: #fff; font-family: 'Didot', sans-serif; font-size: 36px; line-height: 1; text-transform: uppercase; position: absolute; left: 5%; bottom: 20px; z-index: 2; }
.owl-carousel.editionslider .owl-nav .owl-prev,
.owl-carousel.editionslider .owl-nav .owl-next { background: none no-repeat scroll center center rgba( 0, 0, 0, 0.7 ); width: 100px; height: 100%; cursor: pointer; position: absolute; top: 0; z-index: 1; opacity: 0.7; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
.owl-carousel.editionslider .owl-nav .owl-prev:hover,
.owl-carousel.editionslider .owl-nav .owl-prev:hover { opacity: 1; }
.owl-carousel.editionslider .owl-nav .owl-prev { background-image: url( '../images/slider-leftarrow.png' ); left: 0; }
.owl-carousel.editionslider .owl-nav .owl-next { background-image: url( '../images/slider-rightarrow.png' ); right: 0; }
/* Partners Page */
.mobile-banner { background-position: center center; background-repeat: no-repeat; background-size: cover; margin-bottom: 20px; display: none; height: 250px; width: 100%; }
.signup-inline .confirmation { width: auto; }
.top-menu-short { display: none !important; }
.page-overlay.dynamic { z-index: 999999 !important; }
.halfsie { width: 48.5%; float: left; position: relative; }
.righthalf { float: right; }
.halfsie span { color: #666; font-size: 12px; font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", "Helvetica", sans-serif; margin-left: 5px; }
.top-menu-tall { display: none; }
/* TEMPLATE LAYOUT */
.dropdownhidden { display: none; }
/* Two */
.ui-datepicker.whitedate td { border: 1px solid #bebec0; padding: 0; }
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.whitedate { background: #fff none repeat scroll 0 0 !important; border: 1px solid #bebec0 !important; }
.ui-datepicker.whitedate .ui-datepicker-header { border-bottom: 1px solid #bebec0; padding: 9px 0; }
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.whitedate { background: #fff none repeat scroll 0 0 !important; border: 1px solid #1b1b1b !important; }
.whitedate >div .ui-datepicker-title { color: #000 !important; }
.whitedate .ui-datepicker-calendar th span { color: #000 !important; }
.whitedate .ui-state-default, .whitedate .ui-widget-content .ui-state-default,
.whitedate .ui-widget-header .ui-state-default { color: #000; }
.whitedate .dp-highlight .ui-state-default,
.whitedate .ui-widget-content .dp-highlight .ui-state-default,
.whitedate .ui-widget-header .dp-highlight .ui-state-default { color: #fff; }
.whitedate .ui-timepicker-div .ui-state-hover,
.whitedate .ui-timepicker-div .ui-widget-content .ui-state-hover,
.whitedate #ui-datepicker-div .ui-timepicker-div .ui-widget-header .ui-state-hover,
.whitedate .ui-timepicker-div .ui-state-focus,
.whitedate .ui-timepicker-div .ui-widget-content .ui-state-focus,
.whitedate .ui-timepicker-div .ui-widget-header .ui-state-focus { border: 1px solid transparent !important; background: none repeat-x #000 !important; font-weight: bold !important; color: #fff !important; }
#ui-datepicker-div.ui-datepicker .ui-widget-header .ui-state-hover { border: none; }
.whitedate  .arrive-highlight a, .whitedate  .depart-highlight a { color: #fff !important; }
.content .roomies .preview .image:hover, .preview a:hover > .image { cursor: pointer; -webkit-filter: brightness( 70% ); filter: brightness( 70% ); o-filter: brightness( 70% ); -webkit-transition: all 0.8s ease 0s; -moz-transition: all 0.8s ease 0s; -o-transition: all 0.8s ease 0s; -ms-transition: all 0.8s ease 0s; transition: all 0.8s ease 0s; }
.layout-location .name.header-smooth-alt { font-weight: 400; font-family: HelveticaNeueW02-55Roma, 'Helvetica Neue', Helvetica, sans-serif; }
.reserve-float .navreserve:hover { opacity: 0.7; }
.template-offer-detail .offer-detail { margin-top: 0; }
.template-offer-detail .share-link.share-link-alt { padding: 15px 20px; }
.clear { clear: both; }
.template_page-espa-spa-menu .services { padding: 0 20px; }
.template_page-espa-spa-menu .content .services .preview { width: calc( 33.33% - 10px ); height: auto; text-align: left; display: inline-block; vertical-align: top; float: none; }
.template_page-espa-spa-details .title-four { font-size: 18px !important; }
.template_page-espa-spa-details footer,
.template_page-espa-spa-details .sidereserve { display: none; }
.template_page-espa-spa-details #template-content { min-height: auto !important; }
.template_page-espa-spa-information .info li { padding: 0; }
.template_page-espa-spa-information .info li:last-child { padding: 0 30px 0 0; }
.template_page-espa-spa-information .navigation-text { font-size: 18px !important; }
.content .photos .preview { width: auto !important; height: 185px; overflow: hidden; padding: 0 5px 5px 0; float: left; }
/* ======================================================== PRESS =====================================================	*/
.content .page-press .item { position: relative; display: inline-block; float: none; margin-bottom: 60px; margin-left: 1.5%; margin-right: 1.5%; width: auto; max-width: 400px; }
.content .page-press .source { background: rgba( 20, 20, 20, 0.9 ) none repeat scroll 0 0; margin-top: 0; text-align: center; }
.content .page-press .source a { color: #fff; display: inline-block; font-size: 20px; font-weight: bold; letter-spacing: 1px; margin: 0 auto; text-decoration: none; }
#press-items .item .image { background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: auto; padding-bottom: 0; }
#press-items .item .source { transition: all 0.4s ease 0s; opacity: 0; visibility: hidden; }
#press-items .item:hover .source { opacity: 1; visibility: visible; }
#template-content.press { padding-right: 0; }
.content.press .page-press { padding-right: 20px; }
.content .page-press .title { text-align: center; }
.content .page-press .item.quote { float: left; height: 520px; padding: 0; }
.content .page-press .item .the-quote { transform: translateY( -50% ); -moz-transform: translateY( -50% ); -webkit-transform: translateY( -50% ); -o-transform: translateY( -50% ); position: absolute; top: 50%; }
.content .page-press .quote quote { color: #3a3a3a; font-size: 40px; line-height: 0.9; }
.content .page-press .quote span { color: #3a3a3a; display: block; font-family: helvetica; font-size: 13px; font-weight: bold; letter-spacing: normal; margin-top: 50px; }
.content .page-press .item.quote.full-width { display: block; float: none; height: auto; line-height: 1; min-height: 150px; text-align: center; width: 100%; width: calc( 100% - 40px ); }
.content .page-press .item.quote.full-width .the-quote { text-align: center; width: 100%; }
.sprojects .title { text-align: left !important; font-size: 40px !important; }
.content .sprojects .source { background: none !important; }
.content .sprojects  .source a { font-size: 13px !important; color: #000 !important; }
.pprojects .item .source { opacity: 1 !important; visibility: visible !important; }
.projects .title-four { margin: 18px 10px 18px 0; }
.leaflet-top { top: 30px !important; }
.inquiry-form h3.title.title-two { width: 92%; font-size: 40px; }
a > img { cursor: pointer; }
.offer-item .tagline a { text-decoration: none !important; }
.info li p, .info li { color: #666 !important; font-family: 'HelveticaNeueLTStd-Lt' !important; }
.basic-modal-large { overflow: hidden; }
.content .services .detailsmeetings { color: #666 !important; font-family: 'HelveticaNeueLTStd-Lt' !important; line-height: 24px; font-size: 14px; }
.espacol { position: relative; }
.espacol .tagline { min-height: 80px; }
.spa-preview .espacol .copy { margin-top: 0; }
.espacol .share-link.action-med {/*position: absolute; */ right: 244px; top: 0; padding-left: 35px !important; padding-right: 35px !important; padding-top: 0; height: 60px !important; line-height: 60px !important; min-width: 0; }
h2.title-two a { color: #111; }
.template-video-page .full-page { height: 100% !important; }
.services .title-two { padding-left: 0; }
a.floor_link { font-family: HelveticaNeueW02-55Roma, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; display: inline-block; }
a.floor_link:hover { text-decoration: underline; }
a:hover { opacity: 0.7; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; -ms-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; }
@media only screen and (max-width: 1024px) {
 a:hover { opacity: 1; }
}
.template-spa-list-page .action .icon-arrow,
.single .col.linklist a.action .icon-arrow,
.archive .col.linklist a.action .icon-arrow { display: inline-block; }
.trigger_demo3:hover { }
.lb-outerContainer { border-radius: 0; }
.title-two.title.espatitle { padding: 0; }
.title-two.espatitle { padding: 12px 24px 12px 0; }
#fullpage { position: fixed; top: 0; left: 0; }
.location-logos img { width: 25%; }
.template-spa-membership .name p, .spa_subtitle { font-family: HelveticaNeueW02-55Roma, 'Helvetica Neue', Helvetica, sans-serif !important; font-weight: bold; padding-bottom: 15px; text-transform: uppercase; margin-bottom: 5px !important; }
/* PROPERTY PAGES: SHARE TEMPLATE */
/* PROPERTY PAGES: SIGN UP FORM POP UP TEMPLATE */
.slim-modal { max-width: 320px; width: 100%; }
.slim-modal a:hover { opacity: 1; }
/* PROPERTY PAGES: MAIN GENERAL */
#site { min-width: auto; }
#container { padding: 0; overflow: visible; min-height: auto; }
#template-content { padding-right: 300px; min-height: 100%; }
.content { min-width: auto; height: auto; }
.page-overlay { z-index: 99999999 !important; }
.content .top { max-width: 650px; width: auto; }
.banner img { display: block; max-width: 100%; cursor: default; width: auto; object-fit: cover; }
.banner-img { background: none no-repeat scroll center center transparent; background-size: cover; height: 562px; }
.venue .banner img { max-height: 560px; }
.copy { box-sizing: border-box; }
.copy p { color: #666; font-family: 'HelveticaNeueLTStd-Lt'; font-size: 14px; line-height: 24px; padding-bottom: 20px; }
.minor p { font-family: 'HelveticaNeueLTStd-Lt'; font-size: 13px; line-height: 1.5; }
.contact.minor > a { margin-top: 15px; display: inline-block; }
.header-smooth, .header-smooth-alt-thin, .title-super, .title, .title-one,
.title-two, .title-two-loose, .title-three, .title-four, .menu-main,
.navigation-text, .subtitle, .copy h3, .action, .action-small, .address,
.fancy-label { color: #111; font-family: 'Didot', sans-serif; letter-spacing: -1px; text-transform: uppercase; }
.title-super { line-height: 1; margin: 10px 5px 10px 0; }
.navigation-text { font-size: 24px; margin-bottom: 5px; line-height: 24px; }
.action, .signup-form .action, .signup-form .action-small { background-color: #000; box-sizing: border-box; color: #fff; font-size: 13px; font-family: "HelveticaLTStd-Bold", sans-serif; line-height: 48px; letter-spacing: 0; text-align: center; text-transform: uppercase; cursor: pointer; width: 100%; height: 50px; padding: 0 10px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
.col.linklist a.action { background: #fff; color: #000; font-family: 'Didot', sans-serif; font-size: 17px; line-height: 1.4; text-align: left; height: auto; padding: 0; margin: 0 0 3px; }
.action .icon-arrow { display: none; }
.share-link { color: #000; font-family: "HelveticaLTStd-Bold", sans-serif; }
.share-link:hover { color: #666; -webkit-transition: all 0.8s ease 0s; -moz-transition: all 0.8s ease 0s; -o-transition: all 0.8s ease 0s; -ms-transition: all 0.8s ease 0s; transition: all 0.8s ease 0s; }
.action-heavy, .action-med { background: #111; border: 0 none; color: #fff; font-family: "HelveticaLTStd-Bold", sans-serif; font-size: 13px; line-height: 50px; letter-spacing: 0.4px; text-align: center; text-transform: uppercase; height: 50px; padding: 0 35px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
.share-link.action-med,
.template-residences-landing .residences-preview .share-link.action-med,
.template-venue-listing .venue .share-link.action-med,
.template-spa-list-page .spa-preview .share-link.action-med,
.template-spa-landing .spa-preview .share-link.action-med,
.template-limited-edition .products .share-link.action-med { border: 1px solid #ccc; background: #fff; color: #000; font-family: "HelveticaLTStd-Bold", sans-serif; padding: 0 20px; }
.share-link.action-med:hover { background-color: #fafafa; }
.link-button:hover, .action-heavy:hover { background-color: #111; opacity: 0.7; -webkit-transition: all 0.8s ease 0s; -moz-transition: all 0.8s ease 0s; -o-transition: all 0.8s ease 0s; -ms-transition: all 0.8s ease 0s; transition: all 0.8s ease 0s; }
.content .info-section { max-width: 850px; height: auto; }
.content .info-section .share-link { line-height: 90px; width: auto; min-height: 90px; height: 100%; padding: 0 30px; position: relative; }
.info-detail p { color: #666; font-family: 'HelveticaNeueLTStd-Lt'; font-size: 13px; line-height: 1.5; }
.info-detail a:hover { -webkit-transition: all 0.8s ease 0; -moz-transition: all 0.8s ease 0; -o-transition: all 0.8s ease 0; -ms-transition: all 0.8s ease 0; transition: all 0.8s ease 0; }
.intro { color: #666; font-size: 14px; line-height: 24px; font-family: 'HelveticaNeueLTStd-Lt'; margin-bottom: 50px; }
.content .intro { max-width: 80%; }
/* event-preview default settings */
.event-preview { margin-bottom: 120px; position: relative; left: 15%; width: 75%; max-width: 873.75px; min-width: 373.5px; }
.event-preview .tagline { background: #fff; padding: 12px 12px 0 0; position: relative; margin-top: -20px; top: -8px; display: inline-block; }
.event-preview .copy { width: 50%; }
/* residence-preview default settings */
.residence-preview { margin-bottom: 120px; position: relative; left: 0; width: 90%; max-width: 1165px; min-width: 498px; }
.residence-preview .tagline { background: #fff; padding: 12px 12px 0 12px; position: relative; display: inline-block; }
.residence-preview .copy { clear: both; padding: 12px 0 0 12px; }
/* beach-preview default settings */
.beach-preview { margin-bottom: 120px; position: relative; left: 15%; width: 75%; max-width: 873.75px; min-width: 373.5px; }
.beach-preview .tagline { background: #fff; padding: 12px 12px 0 0; position: relative; margin-top: -20px; top: -8px; display: inline-block; }
/* PROPERTY PAGES: OVERVIEW PAGE */
.linkbox-mobile { display: none; }
.intro.intro-first { padding-left: 0; margin-bottom: 80px; max-width: 100%; }
.intro .banner, .intro .banner .video-js, .intro .banner video { min-height: auto !important; }
.intro .banner video { display: block; width: 100%; max-width: 1190px !important; }
.intro .tagline { padding: 20px 30px 10px 28px; }
.intro .copy { padding: 0 20px 0 30px; }
.intro p { font-size: 14px; line-height: 24px; color: #666; margin-bottom: 0 !important; }
.videobanner-inline { max-width: 1190px; position: relative; }
.videobanner-play { display: none; width: 100%; position: absolute; top: 50%; visibility: visible; opacity: 1; -webkit-transform: translateY( -50% ); -moz-transform: translateY( -50% ); -o-transform: translateY( -50% ); -ms-transform: translateY( -50% ); transform: translateY( -50% ); -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
.ios-exist .videobanner-play { display: block; }
.videobanner-play.videobanner-play-hide { visibility: hidden; opacity: 0; }
.videobanner-playicon { background-color: #fff; border-radius: 50%; text-align: center; width: 65px; height: 65px; margin: 0 auto; position: relative; }
.videobanner-playicon i { display: block; color: #000; font-size: 30px; line-height: 0; position: absolute; top: 50%; left: 50%; margin: 2px 0 0 -8px; }
.subtitle.tagline { font-family: 'Didot', sans-serif; padding: 15px 15px 10px 0; max-width: 65%; text-align: left; }
.rooms-preview .tagline, .spa-preview .tagline, .beach-preview .tagline,
.event-preview .tagline, .venue-preview .tagline, .residence-preview .tagline,
.offer-preview .tagline, .promo-video .tagline { margin-top: 0; top: 0; }
.page-template-page-branch .rooms-preview .tagline,
.page-template-page-branch .spa-preview .tagline,
.page-template-page-branch .beach-preview .tagline,
.page-template-page-branch .event-preview .tagline,
.page-template-page-branch .venue-preview .tagline,
.page-template-page-branch .residence-preview .tagline,
.page-template-page-branch .offer-preview .tagline,
.page-template-page-branch .promo-video .tagline { font-size: 29px; }
.rooms-preview .contentbox, .spa-preview .contentbox, .beach-preview .contentbox,
.event-preview .contentbox, .venue-preview .contentbox,
.residence-preview .contentbox, .offer-preview .contentbox,
.promo-video .contentbox { overflow: hidden; }
.rooms-preview .section-link, .spa-preview .section-link,
.beach-preview .section-link, .event-preview .section-link,
.venue-preview .section-link, .residence-preview .section-link,
.offer-preview .section-link, .gallery-preview .section-link,
.promo-video .section-link { background-color: #000; color: #fff; font-size: 13px; font-family: "HelveticaLTStd-Bold", sans-serif; text-align: center; text-transform: uppercase; cursor: pointer; line-height: 50px; height: 50px; min-width: 220px; top: 0; }
.offer-preview img { width: 100%; }
/* rooms-preview - right */
/* spa-preview - right */
/* beach-preview - right */
/* event-preview - right */
.rooms-preview, .spa-preview, .beach-preview, .event-preview { min-width: auto; margin-bottom: 60px; }
.rooms-preview .tagline, .spa-preview .tagline, .beach-preview .tagline,
.event-preview .tagline { max-width: none; margin-bottom: 8px; }
.rooms-preview .contentbox, .spa-preview .contentbox, .beach-preview .contentbox,
.event-preview .contentbox { margin-top: -48px; }
.rooms-preview .linkbox-desktop, .spa-preview .linkbox-desktop,
.beach-preview .linkbox-desktop, .event-preview .linkbox-desktop { float: right; }
.rooms-preview .copy, .spa-preview .copy, .beach-preview .copy,
.event-preview .copy { width: 80%; }
/* rooms-preview - left */
/* spa-preview - left */
/* beach-preview - left */
/* event-preview - left */
.rooms-preview.left, .spa-preview.left, .beach-preview.left, .event-preview.left { float: none; left: 0; }
.rooms-preview.left .linkbox-desktop, .spa-preview.left .linkbox-desktop,
.beach-preview.left .linkbox-desktop, .event-preview.left .linkbox-desktop { float: left; }
.rooms-preview.left .contentbox, .spa-preview.left .contentbox,
.beach-preview.left .contentbox, .event-preview.left .contentbox { margin-top: 0; }
.rooms-preview.left .tagline, .spa-preview.left .tagline,
.beach-preview.left .tagline, .event-preview.left .tagline { padding: 15px 15px 10px 15px; }
.rooms-preview.left .copy, .spa-preview.left .copy, .beach-preview.left .copy,
.event-preview.left .copy { width: auto; padding-left: 15px; padding-right: 10%; }
/* venue-preview - left */
/* residence-preview - left */
/* offer-preview - left */
.venue-preview, .residence-preview, .offer-preview { min-width: auto; margin-bottom: 60px; max-width: 873.75px; width: 75%; }
.venue-preview .linkbox-desktop, .residence-preview .linkbox-desktop,
.offer-preview .linkbox-desktop { float: left; }
.venue-preview .tagline, .residence-preview .tagline, .offer-preview .tagline { max-width: none; padding: 15px 15px 10px 15px; margin-top: 0; }
.venue-preview .copy, .residence-preview .copy, .offer-preview .copy { max-width: none; width: auto; padding-top: 0; padding-left: 15px; padding-right: 10%; }
.venue-preview .section-link, .residence-preview .section-link,
.offer-preview .section-link { width: auto; }
/* venue-preview - right */
/* residence-preview - right */
/* offer-preview - right */
.venue-preview.right, .residence-preview.right, .offer-preview.right { float: none; left: 15%; position: relative; }
.venue-preview.right .linkbox-desktop, .residence-preview.right .linkbox-desktop,
.offer-preview.right .linkbox-desktop { float: right; }
.venue-preview.right .contentbox, .residence-preview.right .contentbox,
.offer-preview.right .contentbox { margin-top: -48px; }
.venue-preview.right .tagline, .residence-preview.right .tagline,
.offer-preview.right .tagline { background-color: #fff; display: inline-block; padding: 15px 15px 10px 0; margin-bottom: 8px; }
.venue-preview.right .copy, .residence-preview.right .copy,
.offer-preview.right .copy { width: 80%; padding-left: 0; padding-right: 0; }
/* gallery-preview */
.gallery-preview .tagline-text { padding: 20px 0 15px 0; }
.gallery-preview .section-link { margin-top: 5px; }
/* promo-video - right */
.promo-video { font-size: 0; max-width: none !important; min-width: auto; width: 75% !important; margin-bottom: 60px; }
.promo-video .banner { font-size: 0; }
.promo-video-wrap { display: inline-block; position: relative; }
/* promo-video - left */
.promo-video.left { float: none; left: 0; }
.promo-video.left .tagline { padding: 15px 15px 10px 15px; }
.promo-video.left .copy { padding-left: 15px; }
/* punchbutton */
.punchbutton, .action-heavy.link-button.section-link.punchbutton { min-width: 196px; }
/* PROPERTY PAGES: SERVICES AND AMENITIES PAGE */
.page-template-page-services .content { padding-bottom: 50px; }
.page-template-page-services .title-two { padding: 12px 0; }
.service-list dt { font-family: HelveticaNeueW02-55Roma, 'Helvetica Neue', Helvetica, sans-serif; font-weight: bold; padding-bottom: 15px; text-transform: uppercase; }
.service-list ul { padding-left: 20px; }
.service-list ul > li { color: #666; font-family: 'HelveticaNeueLTStd-Lt'; font-size: 14px; line-height: 24px; list-style: disc; }
.service-list p { color: #666; font-family: 'HelveticaNeueLTStd-Lt'; font-size: 14px; line-height: 24px; }
/* PROPERTY PAGES: SPECIAL PROJECTS LIST PAGE */
body.page-template-page-special-projects-list { height: auto; }
.page-template-page-special-projects-list .content { padding-top: 0; }
.page-template-page-special-projects-list .venue { margin-bottom: 40px; }
.page-template-page-special-projects-list .venue .grid { margin-top: 20px; }
.page-template-page-special-projects-list .venue .grid .col { margin-bottom: 30px; }
.page-template-page-special-projects-list .venue .tagline { margin-top: 10px; padding: 12px 24px 12px 0; }
.page-template-page-special-projects-list .title-four { padding: 0; margin-bottom: 10px; }
.page-template-page-special-projects-list .banner { margin-bottom: 10px; }
.page-template-page-special-projects-list .copy { padding: 0 0 0 25px; margin-top: 20px; width: 70%; }
/* PROPERTY PAGES: SPECIAL PROJECTS LIST SINGLE */
.template-projects-collection .sidereserve,
.template-projects-press .sidereserve, .template-projects-video .sidereserve,
.template-projects-collection .meganav-mobile,
.template-projects-content .meganav-mobile,
.template-projects-press .meganav-mobile,
.template-projects-video .meganav-mobile, .template-projects-video .footerpage { display: none; }
.template-projects-video #site { min-width: auto; }
.template-projects-video #container { overflow: hidden !important; }
.template-projects-video #template-content { padding: 0; }
.template-projects-video .page-overlay.stretch { overflow: hidden; }
.template-projects-video .vjs-control-bar { display: none !important; }
.template-projects-video .title-four { color: #fff; }
.template-projects-video .title p { color: #fff; font-size: inherit; font-family: inherit; line-height: inherit; }
.template-projects-content .top-menu-short { display: block !important; }
.page-template-page-special-projects-single .title { font-size: 40px; line-height: 35px; }
.template-projects-video .title { font-size: 48px; line-height: 1; }
.page-template-page-special-projects-single .artist.title-four { margin-bottom: 10px; }
.page-template-page-special-projects-single .content .grid .col-wide img { visibility: visible; max-width: 100%; }
.special-projects-press .grid, .special-projects-collection .grid { width: 100%; max-width: 1250px; box-sizing: border-box; }
.special-projects-press .grid .col-wide,
.special-projects-collection .grid .col-wide { float: left; max-width: 640px; width: 50%; }
.special-projects-press .grid .col-narrow,
.special-projects-collection .grid .col-narrow { float: right; width: 50%; max-width: 400px; margin: 0 40px 20px 0; }
.special-projects-collection .page-overlay.stretch { position: static; }
.special-projects-press .image { margin: 0 0 5px; }
.special-projects-press #press-items .item .source { background-color: transparent; text-align: left; opacity: 1; visibility: visible; transition: all 0s ease 0s; }
.special-projects-press.content .page-press .source a { color: #000; font-size: 12px; text-decoration: underline; }
.template-projects-content .banner img { max-width: 683px; }
/* PROPERTY PAGES: CONTACT PAGE */
.page-template-contact .sidereserve { padding-bottom: 0; }
.page-template-contact .content { padding-bottom: 0; }
.page_contact .content .page-contact .title { max-width: none; line-height: 1; padding: 0; }
.content .page-contact section { float: none; }
.content .page-contact .contacts .contact { margin-bottom: 20px; display: inline-block; }
.content .page-contact .contacts .contact a { font-family: 'HelveticaNeueLTStd-Lt'; font-size: 14px; text-decoration: underline; margin-top: 0; }
.content .page-contact .cols .contacts { width: 800px; height: auto; max-width: 100%; }
.content .page-contact .contacts .contact > * { display: block; }
.touch .content .page-contact .contacts .contact > * { display: inline-block; }
/* PROPERTY PAGES: RESIDENCES PAGE */
.template-residences-landing .col { padding-left: 24px; }
.residences-preview .copy { margin-top: 15px; }
/* PROPERTY PAGES: ROOMS LIST PAGE */
.template-rooms-page .content { padding-top: 40px; }
.single-title { background: transparent; float: left; width: auto; margin-top: -50px; z-index: 9; }
.single-title h1 { background: #fff; color: #111; font-family: 'Didot', sans-serif; font-size: 40px; line-height: 40px; letter-spacing: -2px; text-transform: uppercase; padding: 20px 25px 25px 20px; }
.single-title h2 span { font-weight: normal; padding-left: 20px; }
.single-title h2 { display: inline-block; font-size: 14px; font-weight: bold; padding: 0 10px 30px 28px; }
.single-title h2 a { text-underline-offset: 0.2em; text-transform: uppercase; }
.single-title h2 a, .single-title h2 a:link, .single-title h2 a:visited { text-decoration: none; }
.single-title h2 a:hover, .single-title h2 a:active { text-decoration: underline; }
.single-title h2 a.action-small { display: inline-block; margin-top: 5px; }
.reserve-float .singlerooms-mobilebutton { display: none; }
.roomies-section .title-rooms { font-size: 40px; line-height: 1; }
.roomies-section .title-two.title-rooms { padding: 10px 20px 20px; }
.roomies-section:first-child .title-two.title-rooms { padding: 8px 20px 20px; }
.roomies-section .previews.pad-floats { padding: 25px 0 0 18px; }
.roomies-section .previews.pad-floats .name { font-family: HelveticaNeueW02-55Roma, 'Helvetica Neue', Helvetica, sans-serif; padding: 0 10px 0 0; }
.roomies-section .intro { margin-bottom: 15px; }
.content .roomies .preview { width: 330px; }
.content .roomies .preview .image { height: 240px; }
.roomies .clear2, .roomies .clear3 { display: none; }
.related-products .title-block { border-bottom: 1px solid #ccc; }
.roomies .preview a:hover { text-decoration: underline; }
/* PROPERTY PAGES: ROOMS DETAILS PAGE */
body.single-rooms { height: auto; }
.single-rooms .single-title h1 { padding-top: 12px; padding-left: 25px; padding-bottom: 10px; }
.single-rooms.single-title h2 { padding-left: 35px; }
.single-rooms .featured { height: 650px; margin-right: 300px; width: auto; }
.singlerooms { overflow: hidden; margin: 0 300px 0 0; }
.singlerooms:before { background-color: #ccc; display: block; content: ''; height: 100%; width: 1px; position: absolute; left: 30%; }
.side-rooms { float: left; width: 30%; position: relative; }
.roomies-section { padding: 0 0 30px; }
.rooms-info { padding: 30px 20px 30px 35px; border-bottom: 1px solid #ccc; }
.rooms-info:last-child { border-bottom: 0 none; }
.rooms-info p { font-size: 14px; line-height: 24px; }
.rooms-info .link-button { text-align: center; }
.rooms-info h2 { font-family: HelveticaNeueW02-55Roma, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-transform: uppercase; padding-bottom: 15px; }
.rooms-info ul { padding-bottom: 10px; }
.rooms-info ul:last-child { padding-bottom: 0; }
.rooms-info li, .rooms-info li p { color: #666; font-family: 'HelveticaNeueLTStd-Lt', 'Helvetica Neue', Helvetica, sans-serif; font-size: 14px; line-height: 24px; padding: 0 0 20px; }
.rooms-info li { padding: 0 0 5px; line-height: 1; }
.rooms-info li:last-child, .rooms-info li p:last-child { padding: 0; }
.singlerooms-wrap { float: left; position: relative; width: 70%; }
.singlerooms-content { box-sizing: border-box; padding: 40px 0 40px 40px; }
.singlerooms-content .tia-block { margin-bottom: 40px; }
.singlerooms-content .tia-block .rooms-img { background: none no-repeat scroll center center transparent; background-size: cover; width: 100%; height: 370px; }
.singlerooms-content .tia-block.fifty .rooms-img { width: calc( 50% - 20px ); height: 295px; }
.rooms-img.rooms-img-left { float: left; }
.rooms-img.rooms-img-right { float: right; }
.related_rooms { border-top: 1px solid #ccc; overflow: hidden; padding: 25px 20px 0; position: relative; top: 70px; opacity: 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; }
.showmetheroom { opacity: 1; top: 0; }
.related_left { float: left; width: 45%; padding-bottom: 0; min-height: 230px; position: relative; }
.related_left a { position: absolute; bottom: 0; right: 0; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
.related_left a:hover { opacity: 0.7; }
.related_right { float: right; width: 45%; }
.nahleft .image_holder { margin-bottom: 10px; }
.nahleft, .nahright { float: none; width: 100%; margin-top: 20px; }
.related_name h3 { font-size: 30px; font-family: 'Didot', sans-serif; line-height: 1.2; text-transform: uppercase; margin-bottom: 20px; }
.related_name h2 { color: #111; font-family: 'Didot', sans-serif; font-size: 24px; text-transform: uppercase; margin-bottom: 10px; }
.related_name p { font-size: 14px; line-height: 24px; }
.related_name p.related_dimensions { font-family: HelveticaNeueW02-55Roma, 'Helvetica Neue', Helvetica, sans-serif; font-weight: bold; margin-bottom: 5px; }
.image_holder { width: 100%; height: 350px; }
.img_related { background-size: cover !important; width: 100%; height: 100%; background-position: center center; }
.related_rooms h2.helloroom { background: #fff; color: #111; font-family: 'Didot', sans-serif; font-size: 38px; line-height: 40px; letter-spacing: -2px; text-transform: uppercase; padding: 20px 0 25px 0; }
.reserve-float { margin: 0 300px 0 0; overflow: auto; padding: 20px 0; }
.reserve-float div { float: right; background: #000; color: #fff; font-family: "HelveticaLTStd-Bold", sans-serif; font-size: 13px; line-height: 50px; padding: 0 25px; cursor: pointer; opacity: 1; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
.reserve-float div:hover { opacity: 0.7; }
/* PROPERTY PAGES: OFFERS LIST PAGE */
.offer-item { clear: both; }
.offer-item .col { padding-left: 20px; }
.offer-item.right { float: none; margin-left: 100px; }
.offer-item.right .banner img { float: right; }
.offer-item.right .col-1 { margin-right: 270px; }
.offer-item .tagline { margin-top: -38px; display: block; width: auto; padding: 10px 24px 12px 0; position: relative; z-index: 1; }
.offer-item .tagline:before { width: 20px; height: 100%; background: #fff; content: ''; position: absolute; top: 0; left: -20px; }
.offer-item .quote { padding-right: 8px; }
.offer-item .quote .light-text { font-family: 'HelveticaNeueLTStd-Lt'; font-style: italic; }
.offer-item .quote p { color: #111; }
.offer-item .terms-conditions p { font-size: 14px; line-height: 24px; }
.offer-item .terms-conditions.active p { -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
.offer-item .terms-conditions button.terms-trigger { color: #000; width: 100%; text-align: left; height: auto; line-height: normal; }
.terms-conditions .tc-panel { display: none; }
.terms-conditions.active .tc-panel { display: block; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
.terms-conditions .terms-trigger:hover, .terms-conditions .terms-trigger:focus { text-decoration: underline; text-underline-offset: 3px; }
.touch .template-offers-page .grid .share-link { display: none; }
.offershare { display: none; margin: 20px 0 0; overflow: auto; }
.touch .offershare { display: block; }
.offershare p { float: left; font-size: 15px; }
.offershare-icons { float: right; }
.offershare-icons a { float: left; margin-right: 20px; }
.offershare-icons a:last-child { margin-right: 0; }
.offershare-icons a i { color: #000; font-size: 20px; }
/* PROPERTY PAGES: MAIN RESTAURANTS/RESTO/BASEMENT/BEACH LIST PAGE */
/* PROPERTY PAGES: SPA AND FITNESS LIST PAGE */
.template-venue-listing .venue, .template-spa-list-page .spa-preview { margin-top: 0; }
.template-venue-listing .venue .tagline,
.template-spa-list-page .spa-preview .tagline { padding: 12px 24px 12px 18px; }
.template-venue-listing .col.col-1, .template-spa-list-page .col.col-1 { padding-left: 15px; margin-right: 2%; width: 38%; }
.template-venue-listing .restaurantcol > a:hover,
.template-venue-listing .venue > a:hover,
.template-spa-list-page .spa-preview > a:hover { opacity: 1; }
.template-venue-listing .venue .copy, .template-spa-list-page .spa-preview .copy { margin-top: 15px; }
.template-venue-listing .linklist-mobile,
.template-spa-list-page .linklist-mobile { display: none; }
.timer { display: block; float: left; width: 45%; padding: 3px 0; }
.mihour { display: block; float: left; text-align: right; width: 55%; padding: 3px 0; }
/* PROPERTY PAGES: SINGLE RESTAURANTS/RESTO/BASEMENT/BEACH LIST PAGE */
.single-restaurants .linklist-mobile, .single-resto .linklist-mobile,
.single-basement .linklist-mobile, .single-beach .linklist-mobile { display: none; }
.single-restaurants .col, .single-resto .col, .single-basement .col,
.single-beach .col { padding-left: 15px; }
/*
.single-restaurants .col.col-2 .contact p,
.single-resto .col.col-2 .contact p,
.single-basement .col.col-2 .contact p,
.single-beach .col.col-2 .contact p {
	margin-bottom: 5px;
}
	.single-restaurants .col.col-2 .contact p:last-child,
	.single-resto .col.col-2 .contact p:last-child,
	.single-basement .col.col-2 .contact p:last-child,
	.single-beach .col.col-2 .contact p:last-child {
		margin-bottom: 0;
	}*/
.single-restaurants .venue, .single-resto .venue, .single-basement .venue,
.single-beach .venue { margin-top: 0; }
.single-restaurants .venue .tagline, .single-resto .venue .tagline,
.single-basement .venue .tagline, .single-beach .venue .tagline { padding: 12px 24px 12px 18px; }
.single-restaurants .venue .copy, .single-resto .venue .copy,
.single-basement .venue .copy, .single-beach .venue .copy { margin-top: 15px; }
/* PROPERTY PAGES: ESPA SPA LIST PAGE */
.template-spa-landing .spa-preview .tagline { line-height: 1; }
.template-spa-landing .spa-preview .tagline:hover { opacity: 1; }
.template-spa-landing .spa-preview .copy { margin-top: 15px; }
/* PROPERTY PAGES: BEACH AND POOLS PAGE */
.template-venue-beach .minor p { color: #666; font-size: 14px; }
/* PROPERTY PAGES: LIMITED EDITION LIST PAGE */
.template-limited-edition .listing-header { max-width: 1000px; width: auto; margin: 40px 20px 0; top: 0; }
.template-limited-edition .title-two { padding: 12px 24px 12px 0; }
.template-limited-edition .listing-header .copy { max-width: 80%; padding: 20px 20px 30px 0; }
.template-limited-edition .listing-header .image { padding-top: 0; }
.template-limited-edition .listing-header .image img { display: block; max-width: 100%; }
.template-limited-edition .listing-header .copy p { line-height: 24px; }
.template-limited-edition .actions .link-button { margin-right: 5px; }
.content .curator-info { max-width: 700px; width: auto; }
.content .products.pad-floats { border-bottom: 0; padding-left: 3%; }
.products .clear2, .products .clear3 { display: none; }
.projects .copy { max-width: 80%; }
.product .banner { width: 75%; }
.product .grid { padding-left: 0; }
.content .products .preview .image { background-position: center; background-repeat: no-repeat; background-color: transparent; background-size: contain; height: 165px; width: 100%; margin-bottom: 20px; }
.products .preview .image:hover { cursor: pointer; -webkit-filter: none; filter: none; o-filter: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; }
.content .products .preview { display: inline-block; text-align: center; float: none; width: 330px; height: auto; margin: 0 5px 40px 0; }
.content .products .preview .description { height: inherit; }
.content .products a:hover { opacity: 1; }
.products .preview p { color: #666; font-size: 14px; line-height: 24px; font-family: 'HelveticaNeueLTStd-Lt'; }
.limited_word { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
/* PROPERTY PAGES: LIMITED EDITION DETAILS PAGE */
a.backlimited { color: #111; font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", "Helvetica", sans-serif; text-transform: uppercase; padding: 20px; margin: 15px 0 0 15px; position: absolute; }
.product { padding: 55px 30px; }
.product .banner img { width: 80%; }
.product .tagline { line-height: 1; padding: 0 10px 10px 0; }
.product .copy { padding: 15px 0 0; }
.product .col-1 { width: 440px; margin-right: 40px; float: left; margin-right: 40px; margin-bottom: 20px; }
.single-limited .name.header-smooth-alt { padding: 20px 0 0; }
/* PROPERTY PAGES: MEETINGS & EVENTS LIST PAGE */
.template-meetings .title-two { padding: 12px 24px 12px 0; }
.template-meetings .intro { margin-top: 10px; }
.spaces.pad-floats .clear3, .spaces.pad-floats .clear2 { display: none; }
.content .spaces .preview { height: auto; }
.content .spaces .preview > a { display: block; }
.content .spaces .preview:first-child .name,
.content .spaces .preview:first-child .description,
.content .spaces .preview.padded .name,
.content .spaces .preview.padded .description { padding-left: 5px; }
.content .spaces .preview .name:hover { text-decoration: underline; }
.template-meetings .preview p { color: #666; font-size: 14px; line-height: 24px; font-family: 'HelveticaNeueLTStd-Lt'; }
.inquiry-form .grid.grid-recaptcha { margin-bottom: 10px; }
.recaptcha-rfp { margin: 20px 0 10px; }
/* PROPERTY PAGES: MEETINGS & EVENTS DETAILS PAGE */
.layout-meeting-mobile { display: none; }
.layout-meeting-desktop { display: block; }
.template-single-meetings #container { overflow: hidden; }
.template-single-meetings .space-content { padding: 30px 30px 10px; right: 70px; }
.lang-es.template-single-meetings .space-content { width: 400px; }
.template-single-meetings .scrollable { height: 100%; width: 100%; position: absolute; top: 0; left: 0; }
.template-single-meetings .footerpage { position: absolute; bottom: 0; z-index: 9999999999999; }
.template-single-meetings .footerpage-container { background-size: contain; }
.template-single-meetings .footerpage-logo { margin-bottom: 15px; }
.template-single-meetings .footerpage .contact-info { margin-top: 0; clear: both; padding-left: 5px; }
.template-single-meetings .share-link.action-med { margin-right: 0; padding: 0 25px; }
.template-single-meetings .inquiry-button.action-heavy.link-button { padding: 0 25px; }
/* PROPERTY PAGES: GALLERY PAGE */
.template-gallery-page #container { height: auto; }
.gallery.content { padding-top: 30px; }
.gallery .title-two { font-size: 40px; line-height: 1; width: auto; padding: 30px 20px 20px; margin-top: 0; }
.gallery.content section { margin-bottom: 30px; }
.image-link { background-repeat: no-repeat; background-position: center; background-size: cover; display: inline-block; width: 200px; height: 200px; }
.image-link img { opacity: 0; height: 200px; width: 200px; }
.mfp-edition.mfp-fade.mfp-bg.mfp-ready { opacity: 1; }
.mfp-edition .mfp-close { color: #fff; background-color: #000; background-repeat: no-repeat; background-image: url( '../assets/icons_share@2x.png' ); background-size: 240px; background-position: -35px 4px; text-indent: 9999px; overflow: hidden;width: 40px !important; height: 40px; padding-right: 0; position: fixed; top: 0; right: 0; visibility: hidden; opacity: 0; -webkit-transition: all 0.4s ease 0.3s; -moz-transition: all 0.4s ease 0.3s; -o-transition: all 0.4s ease 0.3s; -ms-transition: all 0.4s ease 0.3s; transition: all 0.4s ease 0.3s; }
.mfp-edition.mfp-edition-showarrow .mfp-close { visibility: visible; opacity: 1; }
.mfp-edition.mfp-edition-closearrow .mfp-close { display: none; }
.mfp-edition .mfp-container { padding: 0; }
.mfp-edition .mfp-content { width: 100%; height: 100%; overflow: auto; }
.mfp-edition .mfp-figure { display: table; width: 100%; height: 100%; }
.mfp-edition .mfp-figure figure { background-color: #000; display: table-cell; vertical-align: middle; width: 100%; height: 100%; }
.mfp-edition img.mfp-img { padding: 0; }
.mfp-edition .mfp-figure figcaption { position: fixed; width: 100%; left: 0; bottom: 0; }
.mfp-edition .mfp-bottom-bar { position: static; }
.mfp-edition .mfp-title { background-color: rgba( 0, 0, 0, 0.75 ); text-align: center; padding: 10px 15px; }
.mfp-edition-notitle .mfp-title { display: none; }
.mfp-edition .mfp-counter { display: none; }
.mfp-edition .mfp-arrow { visibility: hidden; background-color: #fff; background-repeat: no-repeat; background-size: 12px 12px; background-position: center center; visibility: hidden; opacity: 0; width: 40px; height: 40px; margin: 0; position: fixed; top: 0; left: auto; bottom: auto; transform: scale( 1 ); -webkit-transition: all 0.4s ease 0.3s; -moz-transition: all 0.4s ease 0.3s; -o-transition: all 0.4s ease 0.3s; -ms-transition: all 0.4s ease 0.3s; transition: all 0.4s ease 0.3s; }
.mfp-edition .mfp-arrow-right { background-image: url( '../assets/black_arrow_right@2x.png' ); right: 40px; }
.mfp-edition .mfp-arrow-left { background-image: url( '../assets/black_arrow_left@2x.png' ); right: 80px; }
.mfp-edition.mfp-edition-showarrow .mfp-arrow { visibility: visible; opacity: 1; }
.mfp-edition.mfp-edition-showarrow .mfp-arrow:hover { opacity: 0.7; }
.mfp-edition.mfp-edition-closearrow .mfp-arrow { display: none; }
.mfp-edition .mfp-arrow::before, .mfp-edition .mfp-arrow::after { display: none; }
/* PROPERTY PAGES: CONCIERGE PAGE */
.page-template-page-concierge { overflow: hidden; }
.page-template-page-concierge #site { background-color: #111; overflow: auto; }
.page-template-page-concierge .page-overlay .stretch,
.page-template-page-concierge .message.panel .form-container { padding-bottom: 0; }
.page-template-page-concierge #template-content.content { padding-right: 0; padding-bottom: 0; }
.page-template-page-concierge .page-overlay .stretch { background: #111; opacity: 1; z-index: 60; }
.page-concierge section { background: none !important; }
.page-concierge .info section { padding-bottom: 40px; }
.page-concierge .info label { color: #fff; }
.page-concierge .info .subtitle { color: #fff; letter-spacing: -1px; padding-top: 0; }
.page-concierge .info .subtitle.phone { letter-spacing: 1px; font-size: 16px; padding: 0; margin: 0; }
.concierge-infocopy-mobile { display: none; }
.page-concierge .info a { color: #eee; font-size: 24px; line-height: 1; letter-spacing: -1px; }
.page-concierge .panels { padding-bottom: 0; }
.page-concierge .message.panel { padding: 60px 0; }
.page-concierge .message.panel .form-container { background: #fff; padding: 20px 0; }
.page-concierge .input-line br { display: none; }
.page-concierge .message fieldset { height: auto; }
.page-concierge .message textarea { height: 200px; }
.page-concierge label[for="message"] { display: none; }
#concierge-form input[type="submit"] { left: 0; right: 0; display: block; margin: 0 auto; }
#concierge-form img.ajax-loader { width: 20px; height: 20px; margin: 10px 0; }
#concierge-form .wpcf7-validation-errors, #concierge-form .wpcf7-mail-sent-ng { border: 0 none; color: #c00; font-size: 14px; line-height: 18px; max-width: 300px; padding: 10px 0 20px; }
.page-template-page-concierge .wpcf7-not-valid { border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid #c00 !important; }
.page-template-page-concierge textarea.wpcf7-not-valid { border: 1px solid #c00 !important; }
/* PROPERTY PAGES: GETTING HERE PAGE */
.page-directions .directions .methods { width: auto; max-width: 600px; }
.page-directions .direction { padding-bottom: 50px; }
/* PROPERTY PAGES: MIAMI BASEMENT OVERVIEW */
.template-venue-basement .listing-header .image img { display: block; max-width: 100%; }
.template-venue-basement.template-venue-listing .listing-header { width: 90%; margin-bottom: 60px; }
.template-venue-basement.template-venue-listing .listing-header .copy { max-width: 80%; }
.whitenav__mobile-btns { text-align: center; display: flex; padding: 0 15px; }
.whitenav__mobile-btns li { width: 50%; }
.whitenav__mobile-btns li button { width: 100%; }
