/*
	Theme Name: Edition Hotels
	Theme URI: //editionhotels.com
	License: GNU General Public License version 3.0
	License URI: //www.gnu.org/licenses/gpl-3.0.html
	Author: Spherical Communications
	Version: 1.00
*/
/* Css clearouts -----------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, textarea, a { background: transparent; background: none; margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-weight: normal; font-family: 'HelveticaNeueLTStd-Lt'; font-size: 13px; -moz-font-smoothing: antialiased; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; padding: 0 0 1.5em 0; }
input, select { vertical-align: middle; }
/* End of Reset CSS */
html { width: 100%; height: 100%; }
body { background: #fff; width: 100%; height: 100%; font-family: "HelveticaLTStd-Bold", sans-serif; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { }
/* By default the selection color is pink */
::-moz-selection { background: #468ab1; color: #fff; text-shadow: none; }
::selection { background: #468ab1; color: #fff; text-shadow: none; }
.ie7 img { -ms-interpolation-mode: bicubic; }
/* typographic styles  -----------------------------------------------------------*/
/* better font stack fot didot, that does not fallback to sans serif! */
h1, h2, h3, h4, h5, h6 { color: #161616; font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif; line-height: 1; text-transform: uppercase !important; }
ul, ol, p { padding-bottom: 10px; }
ul, ol { list-style: none; }
ul li { list-style: none; }
p, .address p a { font-family: 'HelveticaNeueLTStd-Lt'; color: #444; font-size: 14px; line-height: 23px; }
a { color: #8d3d00; -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; }
a:hover { opacity: 0.7; text-decoration: none !important; }
@media only screen and (max-width: 1024px) {
 a:hover { opacity: 1; }
}
.home a.logo:hover { opacity: 1; }
.hvr-grow { display: inline-block; vertical-align: middle; -webkit-transform: translateZ( 0 ); transform: translateZ( 0 ); box-shadow: 0 0 1px rgba( 0, 0, 0, 0 ); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active { -webkit-transform: scale( 1.1 ); transform: scale( 1.1 ); }
.moreon { font-family: 'HelveticaNeueLTStd-Roman'; color: #fff; text-transform: uppercase; background: #111; font-size: 13px; float: right; padding: 13px 30px; }
.tierone a.moreon, .tiertwo a.moreon { position: absolute; right: 45px; bottom: 3.5%; }
blockquote { border-left: 1px solid #ebe0b5; font-family: Arial; color: #ebe0b5; font-size: 13px; line-height: 22px; padding: 15px 0 15px 30px; margin: 5px 0 10px 30px; }
/* styles for forms -----------------------------------------------------------*/
input { }
input[type=text] { }
input[type=submit] { }
:focus { outline: 0; }
/* Float Definitions -----------------------------------------------------------*/
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
/* Img and image alignment definitions -----------------------------------------------------------*/
img { border: 0; }
a img { border: 0; }
.alignright { float: right; margin: 0 0 2px 7px; }
.alignleft { float: left; margin: 0 7px 2px 0; }
img.left, img.alignleft { float: left; margin: 0 15px 7px 0; }
img.right, img.alignright { float: right; margin: 0 0 7px 15px; }
.post img.aligncenter, .attachment img.aligncenter { display: block; margin: 0 auto; text-align: center; }
.nopad { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.noborder { border: none !important; }
/*----------------------------------------------------------------------------------------------------------------
								ANIMATIONS
----------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
 0% { opacity: 0; }
 100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
 0% { opacity: 0; }
 100% { opacity: 1; }
}
@-o-keyframes fadeIn {
 0% { opacity: 0; }
 100% { opacity: 1; }
}
@keyframes fadeIn {
 0% { opacity: 0; }
 100% { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeOut {
 0% { opacity: 1; }
 100% { opacity: 0; }
}
@-moz-keyframes fadeOut {
 0% { opacity: 1; }
 100% { opacity: 0; }
}
@-o-keyframes fadeOut {
 0% { opacity: 1; }
 100% { opacity: 0; }
}
@keyframes fadeOut {
 0% { opacity: 1; }
 100% { opacity: 0; }
}
.fadeOut { -webkit-animation-name: fadeOut; -moz-animation-name: fadeOut; -o-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY( -20px ); }
 100% { opacity: 1; -webkit-transform: translateY( 0 ); }
}
@-moz-keyframes fadeInDown {
 0% { opacity: 0; -moz-transform: translateY( -20px ); }
 100% { opacity: 1; -moz-transform: translateY( 0 ); }
}
@-o-keyframes fadeInDown {
 0% { opacity: 0; -o-transform: translateY( -20px ); }
 100% { opacity: 1; -o-transform: translateY( 0 ); }
}
@keyframes fadeInDown {
 0% { opacity: 0; transform: translateY( -20px ); }
 100% { opacity: 1; transform: translateY( 0 ); }
}
.fadeInDown { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; }
@-webkit-keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY( 20px ); }
 100% { opacity: 1; -webkit-transform: translateY( 0 ); }
}
@-moz-keyframes fadeInUp {
 0% { opacity: 0; -moz-transform: translateY( 20px ); }
 100% { opacity: 1; -moz-transform: translateY( 0 ); }
}
@-o-keyframes fadeInUp {
 0% { opacity: 0; -o-transform: translateY( 20px ); }
 100% { opacity: 1; -o-transform: translateY( 0 ); }
}
@keyframes fadeInUp {
 0% { opacity: 0; transform: translateY( 20px ); }
 100% { opacity: 1; transform: translateY( 0 ); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes justUp {
 0% { -webkit-transform: translateY( 20px ); }
 100% { -webkit-transform: translateY( 0 ); }
}
@-moz-keyframes justUp {
 0% { -moz-transform: translateY( 20px ); }
 100% { -moz-transform: translateY( 0 ); }
}
@-o-keyframes justUp {
 0% { -o-transform: translateY( 20px ); }
 100% { -o-transform: translateY( 0 ); }
}
@keyframes justUp {
 0% { transform: translateY( 20px ); }
 100% { transform: translateY( 0 ); }
}
.justUp { -webkit-animation-name: justUp; -moz-animation-name: justUp; -o-animation-name: justUp; animation-name: justUp; }
@-webkit-keyframes DropDown {
 0% { -webkit-transform: translateY( -20px ); }
 100% { -webkit-transform: translateY( 0 ); }
}
@-moz-keyframes DropDown {
 0% { -moz-transform: translateY( -20px ); }
 100% { -moz-transform: translateY( 0 ); }
}
@-o-keyframes DropDown {
 0% { -o-transform: translateY( -20px ); }
 100% { -o-transform: translateY( 0 ); }
}
@keyframes DropDown {
 0% { transform: translateY( -20px ); }
 100% { transform: translateY( 0 ); }
}
.DropDown { -webkit-animation-name: DropDown; -moz-animation-name: DropDown; -o-animation-name: DropDown; animation-name: DropDown; }
/*----------------------------------------------------------------------------------------------------------------
											 PRELOADER
----------------------------------------------------------------------------------------------------------------*/
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #222; z-index: 9999; }
#status { width: 200px; height: 200px; position: absolute; left: 50%; top: 50%; background-image: url( images/pre.gif ); background-repeat: no-repeat; background-position: center; margin: -100px 0 0 -100px; }
/* Start here with your Base Styles -----------------------------------------------------------*/
.opened { right: -400px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; opacity: 0.4; }
.mobile { display: none; }
section { position: relative; background: #fff; }
.darkbackground { background-color: #000; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: -2; }
.heightset { background-position: center top; background-size: cover; width: 100%; position: relative; position: fixed; top: 0; left: 0; z-index: -1; }
.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; }
.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 { border: none; }
#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 { min-height: 0; /* support: IE7 */ }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha( Opacity=0 ); }
.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 */ text-decoration: none; }
.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 { background-color: #fff;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,
.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; color: currentColor; background-color: transparent; }
.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: #fff; color: #333; }
.ui-widget-content a { color: #333; }
.ui-widget-header { background: #fff; border-top: 0 none; border-left: 0 none; border-right: 0 none; border-radius: 0; background: transparent; color: #001e3a; font-weight: bold; }
.ui-widget-header a { color: currentColor; }
.ui-datepicker .ui-datepicker-header { height: auto; }
/* 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; }
.datepicker.datepicker-dropdown { width: auto; }
.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-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active { background: none repeat-x scroll 50% 50% #fff; color: #333; }
.whitedate .ui-state-default.ui-state-highlight,
.arrive-highlight .ui-state-default, .whitedate .dp-highlight .ui-state-default,
.depart-highlight .ui-state-default, .dp-highlight .ui-state-default { background: #c8ae83; color: #000 !important; }
/* == NEW BOOKING WIDGET ================================== */
.biglogo img { max-width: 40%; }
.book-container { max-width: 75%; margin: auto; }
#ui-datepicker-div { background: none repeat scroll 0 0 #1b1b1b; 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; }
.content button { color: #fff; padding: 15px; background-color: #000; width: 237px; text-align: center; text-transform: uppercase; font-size: 12px; cursor: pointer; font-family: "HelveticaLTStd-Bold", sans-serif; }
.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; }
.title { font-size: 70px; }
.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 HOMEPAGE

----------------------------------------------------------- */
/* 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; }
#edition_diamonds { height: 100%; }
/* HOMEPAGE - PROPERTIES */
.titlecentered { color: #fff; font-family: 'Didot', sans-serif; text-align: center; text-transform: uppercase; position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY( -50% ); -moz-transform: translateY( -50% ); -o-transform: translateY( -50% ); -ms-transform: translateY( -50% ); transform: translateY( -50% ); }
.dropanchor { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
.navisopen { overflow-x: hidden; }
.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; }
.dropanchor.sanya { cursor: default; }
.dropanchor.sanya span { font-family: 'Didot', sans-serif; display: block; }
.button.mobile { width: 100%; background: #fff; color: #000; width: 95%; margin: 0 auto; left: 0; right: 0; position: relative; display: none; }
.tierbox__quote-text:before { content: "“"; }
.tierbox__quote-text:after { content: "”"; }
.ed-container { max-width: 1500px; width: 95%; margin: 0 auto; position: relative; }
.gridder-list span { font-family: "HelveticaLTStd-Bold", sans-serif; }
.gridder .selectedItem:before { width: 0; height: 0; border-bottom: 15px solid #fff; border-left: 15px solid transparent; border-right: 15px solid transparent; position: absolute; bottom: -2px; left: 46%; content: ''; }
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 .wrapper span { position: relative; }
.theidea { background: none no-repeat scroll right top transparent; }
.theidea .ed-container { padding: 40px 0 105px; overflow: hidden; }
.theidea-image { box-sizing: border-box; float: left; width: 50%; padding-right: 55px; }
.theidea-content { float: right; width: 50%; overflow: hidden; }
.theidea-container { padding-top: 55px; }
.tia-block { overflow: hidden; margin-bottom: 24px; }
.tia-block img { box-sizing: border-box; display: block; width: 100%; max-width: 100%; }
.tia-block.fifty img { width: 50%; }
.tia-block.fifty img:first-child { float: left; }
.tia-block.fifty img:nth-child(2) { float: right; }
.uneven img.thirty { float: left; width: 40%; padding-right: 12px; }
.uneven img.seventy { float: right; width: 60%; padding-left: 12px; }
.tia-block.eighty { padding-left: 20%; }
.tia-block.eighty div { width: 50%; }
.tia-block.eighty .left { float: left; margin-top: 25%; }
.tia-block.eighty .left img { padding-right: 12px; }
.tia-block.eighty .right { float: right; }
.tia-block.eighty .right img { padding-left: 12px; }
.tia-block.eighty .right img:first-child { margin-bottom: 24px; }
.theidea-content h2 { font-size: 30px; padding-top: 5px; padding-bottom: 20px; }
.theidea-content h3 { font-size: 38px; line-height: 1; width: 70%; padding-bottom: 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 { color: #6d6d6d; font-family: 'HelveticaNeueLTStd-Lt'; font-size: 14px; line-height: 1.5; width: 70%; padding-bottom: 20px; }
.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; }
/* THE IDEA - QUOTES */
.theidea-quotebox { min-height: 100px; padding: 0 0 40px; }
.owl-carousel.owl-carousel-theidea .owl-item { background-color: transparent; opacity: 0; }
.owl-item .sr-only { color: #000; background-color: #fff; }
.owl-carousel-theidea .owl-item.animated {/* this is not working,
		set it on this owl carousel function in autoplay */ -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; -ms-transition: all 1s ease 0s; transition: all 1s ease 0s; }
.owl-carousel-theidea .owl-item.active { opacity: 1; -webkit-transition: all 1s ease 1.2s; -moz-transition: all 1s ease 1.2s; -o-transition: all 1s ease 1.2s; -ms-transition: all 1s ease 1.2s; transition: all 1s ease 1.2s; }
.theidea-quotetext { font-size: 40px; font-family: 'Didot', sans-serif; line-height: 1; letter-spacing: -2px; text-transform: uppercase; padding: 0 0 10px 17px; position: relative; }
.theidea-quotetext:before { display: inline; content: '\201c'; color: #000; position: absolute; top: 0; left: 0; }
.theidea-quotetext:after { display: inline; content: '\201d'; color: #000; position: relative; }
.theidea-quotefrom { color: #6d6d6d; font-family: 'HelveticaNeueLTStd-Roman'; font-size: 14px; font-style: italic; text-align: right; letter-spacing: 0; padding-right: 3px; }
/** Single Rooms **/
.single-rooms .featured { width: 80%; }
.singlerooms { width: 80%; overflow: hidden; }
.side-rooms { float: left; width: calc( 30% - 75px ); padding-left: 75px; position: relative; }
.singlerooms-content .tia-block { margin-bottom: 40px; }
.singlerooms-content .tia-block.fifty img { width: calc( 50% - 23.5px ); max-height: 295px; }
.singlerooms-content .tia-block.full img { max-height: 370px; }
.singlerooms-content .tia-block img { width: 100%; max-width: 100%; max-height: 370px; }
.singlerooms-content { float: left; padding-left: 45px; border-left: 1px solid #ccc; position: relative; width: calc( 70% - 46px ); padding-top: 20px; }
.side-rooms .info { padding: 45px 0 15px 0; border-bottom: 1px solid #ccc; }
.info h2 { font-family: HelveticaNeueW02-55Roma, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; font-weight: bold; padding-bottom: 15px; }
.info li { font-weight: normal; font-size: 14px; font-family: HelveticaNeueW02-55Roma, 'Helvetica Neue', Helvetica, sans-serif; padding: 0 30px 20px 0; }
.info li:last-child { padding: 0 30px 0 0; }
.info .navreserve { background-color: #000; color: #fff; font-size: 14px; line-height: 1; padding: 13px 35px; float: inherit; text-align: center; width: 40%; margin: auto; }
.single-title { z-index: 9; background: transparent; width: 40%; margin-top: -50px; float: left; }
.single-title h1 { font-size: 50px; background: #fff; padding: 60px 25px 25px 75px; }
.single-title h2 span { font-weight: normal; padding-left: 20px; }
.single-title h2 { font-family: HelveticaNeueW02-55Roma, 'Helvetica Neue', Helvetica, sans-serif; font-size: 12px; font-weight: bold; padding-left: 75px; padding-bottom: 35px; }
section.side-reserve { width: 300px; position: absolute; right: 0; z-index: 1; }
.side-reserve-div { background-color: transparent; height: calc( 100% - 46px ); width: 300px; overflow: hidden; position: fixed; overflow-y: auto; }
.side-reserve .contact-info { text-align: center; text-transform: uppercase; padding: 0 0; }
.contact-info .btnreserve { margin-bottom: 15px; }
.side-reserve .contact-info p { color: #808080; }
section.reserve-float { width: 45%; margin-left: 35%; z-index: 999; padding: 20px 0 45px 0; }
.reserve-float .navreserve { float: right; padding: 13px 25px; background: #000; }
/* PLUGIN - OWL CAROUSEL */
.slidercontainer { border-top: 1px solid #e8e8e8; padding: 35px 0; overflow: hidden; clear: both; background: #fff; position: relative; z-index: 99; }
.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; }
/* PLUGIN - GRIDDER */
.gridder-custom .gridder-list { width: 32.33% !important; margin-right: 1.5% !important; }
.gridder-custom .gridder-last { margin-right: 0 !important; }
.gridder-custom .gridder-show { width: auto !important; margin-bottom: 2%; }
.gridder-close { height: 60px; width: 60px; cursor: pointer; position: absolute; top: 5px; left: 5px; z-index: 1; }
.gridder-close div::before, .gridder-close div::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; }
.gridder-close div::after { -webkit-transform: rotate( -40deg ); -moz-transform: rotate( -40deg ); -o-transform: rotate( -40deg ); -ms-transform: rotate( -40deg ); transform: rotate( -40deg ); }
.gridder-close div::before { -webkit-transform: rotate( 40deg ); -moz-transform: rotate( 40deg ); -o-transform: rotate( 40deg ); -ms-transform: rotate( 40deg ); transform: rotate( 40deg ); }
.mobile { display: none; }
/* Partners Page */
.partners-mags .ed-container { max-width: 1240px; overflow: hidden; width: 78%; }
.partners-box { background: none no-repeat scroll center center transparent; background-size: cover; float: left; width: 31.83%; margin-right: 1.5%; margin-bottom: 1.5%; height: 380px; position: relative; cursor: pointer; }
.toggleDiv { background: #f4f4f4; float: left; width: 100%; height: 425px; padding: 45px 15% 65px 15%; }
.partners-box.be-sixty { width: 65.16%; }
.toggleDiv { background: #f4f4f4; float: left; width: 70%; height: 425px; padding: 45px 15% 65px 15%; margin-bottom: 35px; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; position: relative; }
.toggleDiv:after, .toggleDiv:before { top: 0%; left: 20%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.toggleDiv:after { border-color: rgba( 255, 255, 255, 0 ); border-top-color: #fff; border-width: 20px; margin-left: -20px; }
.toggleDiv:before { border-color: rgba( 222, 222, 222, 0 ); border-top-color: #dedede; border-width: 21px; margin-left: -21px; }
.partner-slide-content, .partner-slide-image { float: right; height: 100%; text-align: right; }
.partner-slide-image { width: calc( 40% - 60px ); padding: 0 0 0 30px; margin-right: 70px; background-size: cover; }
.gridder-list { min-height: 380px; background-size: cover !important; background-position: center center !important; }
.partner-slide-content { width: 40%; padding: 40px 0 0 0; margin-right: 40px; }
.partner-slide-image img { height: 100%; width: 100%; }
.partner-slide-content h2 { font-size: 45px; padding-bottom: 25px; text-transform: uppercase; }
.partner-slide-content p { line-height: 22px; max-width: 90%; padding-bottom: 35px; margin: 0 auto; }
.partner-slide-content a { color: #000; font-size: 13px; font-family: "HelveticaLTStd-Bold", sans-serif; }
.partners-box .dropanchor p { color: #fff; font-size: 16px; text-align: left; width: 100%; position: absolute; font-weight: bold; left: 30px; bottom: 0; text-transform: uppercase; }
#template-content { padding-right: 300px; min-height: 100%; height: auto; }
.intro .banner video { width: 100%; max-width: 1190px !important; }
.intro .tagline { padding: 30px 30px 10px 15px; }
.halfsie { width: 48.5%; float: left; position: relative; }
.righthalf { float: right; }
.reserve-box .selector select { padding: 10px 10px 10px 10px; background: #fff; }
.halfsie span { color: #666; font-size: 12px; font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", "Helvetica", sans-serif; margin-left: 5px; }
/* TEMPLATE LAYOUT */
#site { min-width: auto !important; }
.quote h4 { text-transform: uppercase !important; }
span.ui-datepicker-month, span.ui-datepicker-year { font-family: "HelveticaLTStd-Bold", sans-serif !important; }
.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 !important; }
.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; }
.dropdownhidden { display: none; }
input:-webkit-autofill, input:-webkit-autofill:hover,
input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }
/* Two */
.offer button.action { width: 303px; }
.offer select { width: 303px; }
.offer-list .signup-inline input[type="email"] { width: 303px; }
/**.calendar-box .selector .labels li{
	margin-top: 5px !important;
}**/
.owl-carousel .owl-item a:hover .div-img,
.owl-carousel .owl-item a:hover  +  .div-img,
.owl-carousel .owl-item a:hover  > .div-img { opacity: 0.7; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }
.owl-carousel .owl-item { background: #000; }
.gridder-list img:hover { opacity: 0.7; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; cursor: pointer; }
.gridder-custom .gridder-list { background: #000; }
.gridder-custom .gridder-list span { background: rgba( 255, 255, 255, 0 ); background: -moz-linear-gradient( top, rgba( 255, 255, 255, 0 ) 0%, rgba( 0, 0, 0, 1 ) 100% ); background: -webkit-gradient( left top, left bottom, color-stop( 0%, rgba( 255, 255, 255, 0 ) ), color-stop( 100%, rgba( 0, 0, 0, 1 ) ) ); background: -webkit-linear-gradient( top, rgba( 255, 255, 255, 0 ) 0%, rgba( 0, 0, 0, 1 ) 100% ); background: -o-linear-gradient( top, rgba( 255, 255, 255, 0 ) 0%, rgba( 0, 0, 0, 1 ) 100% ); background: -ms-linear-gradient( top, rgba( 255, 255, 255, 0 ) 0%, rgba( 0, 0, 0, 1 ) 100% ); background: linear-gradient( to bottom, rgba( 255, 255, 255, 0 ) 0%, rgba( 0, 0, 0, 1 ) 100% ); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 ); padding: 25px 5% 10px; width: 90%; position: absolute; bottom: 0; left: 0; }
.ankle li a:hover + .fa, .ankle li a:hover > .fa, .ankle li a:hover .fa { opacity: 0.7; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; cursor: pointer; }
.side-reserve-div .reserve-img img { width: 100%; }
.current-menu-item > a { text-decoration: underline; }
.leaflet-popup-tip-container { height: 30px !important; }
.share-link:hover { text-decoration: underline !important; color: #ccc !important; -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; }
.controls .share-link { text-decoration: none !important; }
.slim-modal { width: auto; }
.marker-title { font-family: 'Didot', sans-serif; font-size: 18px; text-transform: uppercase; }
.full-page { height: 120% !important; }
.calendar-box .selector .labels li { height: 200px !important; }
.calendar-box .subtitle-large { margin-top: 30%; }
.template-video-page .full-page { height: 100% !important; }
.info-box { border-top: 0 !important; }
.calendar-box .months .event .title { font-family: "HelveticaLTStd-Bold", sans-serif; font-weight: bold; }
.template-projects-video .side-reserve { display: none; }
.template-projects-video .footerpage { display: none; }
.template-projects-video .meganav-mobile { display: none; }
.template-projects-video #site { min-width: 0; }
.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 { font-size: 48px; }
.template-projects-video .title-four { color: #fff; }
.template-projects-video .title p { color: #fff; font-size: inherit; font-family: inherit; line-height: inherit; }
.arrowposition { position: absolute; bottom: 2%; width: 100%; text-align: center; }
.homereserve .arrowposition { bottom: -17px; }
.arrowdown { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff; margin: 0 auto; cursor: pointer; display: block; }
.fal .visuallyhidden, .arrowdown .sr-only { background: #fff; color: #000;}
.modmap-ui span { text-align: left; color: #fff; position: absolute; left: -105px; top: 10px; letter-spacing: 0.5px; }
/* PROPERTY PAGES: NEIGHBORHOOD PAGE */
body.page-template-page-neighbourhood { height: auto; }
.page-template-page-neighbourhood .gm-style img { height: auto; width: 100%; padding-right: 0; margin-top: 0; }
#map { height: 100%; width: 100%; }
.modmap { width: auto; height: calc(100vh - 110px); max-height: 650px; margin: 44px 300px 0 0; position: relative; }
@media screen and (max-width: 1145px) {
 .modmap { margin-top: 32px; }
}
@media screen and (max-width: 1024px) {
  .page-template-page-neighbourhood .modmap { margin-top: 64px; }
}
.modmap-ui div, .modmap-ui i, .modmap-curtain { -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; }
.modmap-ui { position: absolute; top: 20px; right: 15px; z-index: 2; }
.modmap-curtain { background-color: rgba( 0, 0, 0, 0.2 ); height: 100%; width: 100%; position: absolute; top: 0; left: 0; }
.modmap-curtain.active { opacity: 0; height: 0; }
.modmap-ui div { background-color: #fff; border: 1px solid #ccc; border-radius: 10px; height: 35px; width: 35px; cursor: pointer; text-align: center; margin-bottom: 10px; }
.modmap-ui div.active { background-color: #000; }
.modmap-ui i { color: #000; font-size: 14px; line-height: 35px; }
.modmap-ui div.active i { color: #fff; }
.page-template-page-neighbourhood .singlerooms { width: 100%; overflow: hidden; }
.page-template-page-neighbourhood .single-title { margin-top: -40px; width: auto; z-index: 999; }
.page-template-page-neighbourhood .single-title h1 { font-family: 'Didot', sans-serif; font-size: 40px; line-height: 40px; padding: 20px 20px 10px; }
.neigh-content-copy { line-height: 23px; max-width: 60%; padding: 0 470px 30px 20px; margin-top: -17px; position: relative; z-index: 2; }
.editionpicks { float: right; margin: 10px 300px 0 0; }
.editionpicks-text { float: left; font-family: 'HelveticaNeueLTStd-Lt'; font-size: 13px; line-height: 46px; margin-right: 5px; }
.editionpicks-icon { background: url( "images/black-marker.png" ) no-repeat scroll 0 0 transparent; float: right; width: 46px; height: 46px; }
/* .page-template-page-neighbourhood .singlerooms { width: auto; margin-right: 300px; } */
.page-template-page-neighbourhood .side-rooms { box-sizing: border-box; width: 30%; padding: 0 15px; }
.page_neighborhood .singlerooms-content { border-left: 1px solid #ccc; box-sizing: border-box; width: 70%; padding: 20px 15px 50px; }
.neigh-box-title h3 { line-height: normal; padding-right: 35px; }
.neigh-point-box { float: left; width: 40%; text-align: left; vertical-align: top; padding: 20px; margin-bottom: 0; position: relative; -o-transition: 0.4s all; -moz-transition: 0.4s all; -webkit-transition: 0.4s all; transition: 0.4s all; }
.neigh-point-box:hover, .neigh-point-box.text_active { -o-box-shadow: 1px 1px 5px #eee; -moz-box-shadow: 1px 1px 5px #eee; -webkit-box-shadow: 1px 1px 5px #eee; box-shadow: 1px 1px 5px #eee; }
.neigh-point-box.innerbox { width: 100%; margin-left: -6.5%; position: absolute; top: 0; background: #fff; z-index: 99; display: none; }
.neigh-box-img { height: 150px; background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; }
.map-image { height: 200px; width: 100%; overflow: hidden; }
.neigh-box-title { font-family: "Didot"; font-size: 18px; margin: 15px 0; position: relative; }
.neigh-box-title a { position: absolute; top: 4px; right: 0; }
.neigh-box-title i { display: block; font-size: 12px; line-height: 20px; width: 14px; text-align: center; }
.neigh-box-title .fa-plus::before { content:""; }
.neigh-box-content { display: none; margin-bottom: 20px; height: 100px; }
.neigh-box-options { border-top: 1px solid #e8e8e8; margin-top: 15px; }
span.neigh-url { float: right; padding: 25px 0; text-decoration: underline; }
.neigh-box-options i { font-size: 30px; padding: 15px 10px 15px 0; }
.page-template-page-neighbourhood .modmap, .page-template-page-neighbourhood .singlerooms, .page-template-page-neighbourhood .editionpicks { margin-right: 0;}
/*** Events ***/
.page-template-page-neighbourhood .calendar-box .months { height: 200px; }
.events_holder { margin: 0 auto; width: 95%; padding-left: 5px; padding-right: 5px; }
.month-controls { margin-bottom: 20px; position: relative; }
.month-controls .prevm, .month-controls .nextm { background: none no-repeat scroll center center transparent; background-size: 100%; height: 100%; width: 5%; max-width: 25px; padding: 0; position: absolute; top: 0; }
.month-controls .prevm { background-image: url( 'images/left-arrow.png' ); left: 0; }
.month-controls .nextm { background-image: url( 'images/right-arrow.png' ); right: 0; }
.month-controls .prevm[disabled]:hover, .month-controls .nextm[disabled]:hover { background: none no-repeat scroll center center transparent; background-size: 100%; }
.month-controls .prevm[disabled]:hover { background-image: url( 'images/left-arrow.png' ); }
.month-controls .nextm[disabled]:hover { background-image: url( 'images/right-arrow.png' ); }
.month-controls .prevm img, .month-controls .nextm img { width: 100%; }
.month-controls .month_name { color: #666; font-family: HelveticaNeueW02-55Roma, 'Helvetica Neue', Helvetica, sans-serif; font-size: 13px; font-weight: bold; text-align: center; text-transform: uppercase; width: 90%; margin: 0 auto; }
.bottom_ctrls .down_arrow { width: 5%; }
.bottom_ctrls .down_arrow img { width: 100%; }
.event_post { -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; }
.event_post .event_cont { margin-bottom: 30px; }
.event_post .event_date { background: #111; color: #fff; padding: 10px; text-align: center; text-transform: uppercase; }
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
 .event_post .event_date { padding: 10px 10px 7px; }
}
.event_post .event_cont { padding: 20px 13%; box-shadow: 2px 2px 5px #eee; }
.event_post .event_title { color: #111; font-size: 14px; font-family: 'Didot', sans-serif; font-weight: normal; line-height: 15px; text-transform: uppercase; margin: 0 0 15px 0; border-bottom: 1px solid #f1f1f1; padding: 0 0 15px; width: 102%; margin-left: -18%; padding: 0 17% 15px 17%; }
.event_post .event_title a { font-family: 'Didot', sans-serif; font-size: 15px; line-height: 1.2; }
.event_post .event_desc { margin-bottom: 10px; color: #424242; line-height: 1.4; }
.page-template-page-neighbourhood .signup-form .title-two { font-family: 'Didot', sans-serif; }
.page-template-page-neighbourhood .signup-form .action,
.page-template-page-neighbourhood .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; }
.page-template-page-neighbourhood .signup-form input[type="email"],
.page-template-page-neighbourhood .signup-form select { background: #fff; border: 1px solid #757575; box-sizing: border-box; color: #757575; font-size: 12px; font-family: 'HelveticaNeueLTStd-Lt'; line-height: 30px; width: 100%; height: 50px; padding: 10px 0 10px 15px; margin-bottom: 10px; opacity: 0.9; }
.page-template-page-neighbourhood .signup-form input[type="email"]:hover,
.page-template-page-neighbourhood .signup-form select:hover { background: #000; color: #fff; opacity: 1; }
.error404 .ed-container #press-ajax { text-align: center; width: 40%; margin: auto; column-count: 1; }
.template-membership-application .reserve-box { display: none; }
.post-type-archive-miami-beach-basement .listing-header { width: 60%; }
.col.linklist .action { color: #fff; }
#map_description { height: 100px; }
.reserve-box .calmark:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\f133'; position: absolute; top: 17px; left: 11px; color: #757575; }
input[type='checkbox']:checked:before { margin-left: -15px; }
