/*!
 * fullPage 3.1.0
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;transition:all .3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;transform:translate3d(0,0,0)}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{transition:none!important}#fp-nav{position:fixed;z-index:100;top:50%;opacity:1;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translate3d(0,-50%,0)}#fp-nav.fp-right{right:17px}#fp-nav.fp-left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;transform:translate3d(0,0,0);left:0!important;right:0;margin:0 auto!important}.fp-slidesNav.fp-bottom{bottom:17px}.fp-slidesNav.fp-top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.fp-right{right:20px}#fp-nav ul li .fp-tooltip.fp-left{left:20px}.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section{height:auto!important}.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section{height:auto!important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=fullpage.min.css.map */

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */

/*
OVERLAY SCROLLBARS CORE:
*/

html.os-html,
html.os-html > .os-host {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
html.os-html > .os-host > .os-padding {
    position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
body.os-dragging,
body.os-dragging * {
    cursor: default;
}
.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
}
.os-host-flexbox {
    overflow: hidden !important;
    display: flex;
}
.os-host-flexbox > .os-size-auto-observer {
    height: inherit !important;
}
.os-host-flexbox > .os-content-glue {
    flex-grow: 1;
    flex-shrink: 0;
}
.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
    min-height: 0;
    min-width: 0;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}
#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px;
}
#os-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%; 
    margin: 10px 0;
}
/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
    content: '';
    display: table;
    width: 0.01px;
    height: 0.01px;
    line-height: 0;
    font-size: 0;
    flex-grow: 0;
    flex-shrink: 0;
    visibility: hidden;
}
#os-dummy-scrollbar-size,
.os-viewport {
    -ms-overflow-style: scrollbar !important;
}
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
    scrollbar-width: none !important;
}
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    background: transparent !important;
}
.os-content-glue {
    box-sizing: inherit;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.os-padding {
    box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
	z-index: 0;
}
.os-host-overflow > .os-padding {
    overflow: hidden;
}
.os-viewport {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: none !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none;
}
.os-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible;
}
.os-content > .os-textarea {
    box-sizing: border-box !important;
    direction: inherit !important;
    background: transparent !important;
    outline: 0px none transparent !important;
    overflow: hidden !important;
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border-radius: 0px !important;
    float: none !important;
    filter: none !important;
    border: none !important;
    resize: none !important;
    transform: none !important;
    max-width: none !important;
    max-height: none !important;
    box-shadow: none !important;
    perspective: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
    clip: auto !important;
    vertical-align: baseline !important;
    padding: 0px;
}
.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
    right: 0 !important;
}
.os-content > .os-textarea-cover {
    z-index: -1;
    pointer-events: none;
}
.os-content > .os-textarea[wrap='off'] {
    white-space: pre !important;
    margin: 0px !important;
}
.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text;
}
.os-resize-observer,
.os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box;
}
.os-resize-observer-host.observed {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box;
}
.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    box-sizing: border-box;
}
.os-resize-observer-host.observed > .os-resize-observer:before {
    content: '';
    box-sizing: content-box;
    padding: inherit;
    border: inherit;
    margin: 0;
}
.os-size-auto-observer {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}
.os-size-auto-observer > .os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px;
}
.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important;
    flex: none !important;
}
.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    transition: none !important;
    flex: none !important;
}
.os-resize-observer {
    -webkit-animation-duration: 0.001s;
    animation-duration: 0.001s;
    -webkit-animation-name: os-resize-observer-dummy-animation;
    animation-name: os-resize-observer-dummy-animation;
}
object.os-resize-observer {
    box-sizing: border-box !important;
}
@-webkit-keyframes os-resize-observer-dummy-animation {
    from {
        z-index: 0;
    }
    to {
        z-index: -1;
    }
}
@keyframes os-resize-observer-dummy-animation {
    from {
        z-index: 0;
    }
    to {
        z-index: -1;
    }
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/

.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
    transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
html.os-html > .os-host > .os-scrollbar {
    position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
    z-index: 999999; /* highest z-index of the page */
}
.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    z-index: 1;
}
.os-scrollbar-corner {
    bottom: 0;
    right: 0;
}
.os-scrollbar {
    pointer-events: none;
}
.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: none !important;
}
.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    height: 100%;
}
.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none;
}
.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important;
}
.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important;
}
.os-scrollbar-horizontal {
    bottom: 0;
    left: 0;
}
.os-scrollbar-vertical {
    top: 0;
    right: 0;
}
.os-host-rtl > .os-scrollbar-horizontal {
    right: 0;
}
.os-host-rtl > .os-scrollbar-vertical {
    right: auto;
    left: 0;
}
.os-host-rtl > .os-scrollbar-corner {
    right: auto;
    left: 0;
}
.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.os-scrollbar-corner-resize-both {
    cursor: nwse-resize;
}
.os-host-rtl > .os-scrollbar-corner-resize-both {
    cursor: nesw-resize;
}
.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize;
}
.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize;
}
.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default;
}
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
    top: 0;
    bottom: 0;
}
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
    right: 0;
    left: 0;
}
.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
    opacity: 1 !important;
    visibility: visible !important;
}
.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important;
}
.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
    transform: scale(-1, 1);
}
.os-host-overflow {
    overflow: hidden !important;
}
.os-host-overflow-x {
} 
.os-host-overflow-y {
} 

/*
THEMES:
*/

/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
    display: none !important;
}
.os-theme-none > .os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px;
}
/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
    right: 10px;
    height: 10px;
}
.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
    bottom: 10px;
    width: 10px;
}
.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
    left: 10px;
    right: 0;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
    height: 10px;
    width: 10px;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
    background-color: transparent;
}
.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
    padding: 2px;
    box-sizing: border-box;
    background: transparent;
}
.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
    background: transparent;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    background: transparent;
}
.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
    min-width: 30px;
}
.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    min-height: 30px;
}
.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    transition: background-color 0.3s;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    border-radius: 10px;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(0, 0, 0, 0.4);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(255, 255, 255, 0.4);
}
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(0, 0, 0, .55);
}
.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(255, 255, 255, .55);
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
    background: rgba(0, 0, 0, .7);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
    background: rgba(255, 255, 255, .7);
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}
.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none;
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px;
}
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px;
}
.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        -ms-user-select: none;
	    user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Typography */
/* Container */
/* Responsive sizes */
/*
@mixin scrollbars($size, $foreground-color, $background-color: mix($foreground-color, black, 0)) {
  // For Google Chrome
  &::-webkit-scrollbar {
    width:  $size;
    height: $size;
  }

  &::-webkit-scrollbar-thumb {
    background: rgba($foreground-color,0.5);
    border-radius: 5px;
  }

  &::-webkit-scrollbar-track {
    background: $background-color;
  }

  // For Internet Explorer
  & {
    scrollbar-face-color: $foreground-color;
    scrollbar-track-color: $background-color;
  }
}*/
@font-face {
  font-family: "Loew 2.0";
  src: url("./fonts/Loew-Heavy.woff2") format("woff2"), url("./fonts/Loew-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Loew 2.0";
  src: url("./fonts/Loew-ExtraBold.woff2") format("woff2"), url("./fonts/Loew-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Loew 2.0";
  src: url("./fonts/Loew-Regular.woff2") format("woff2"), url("./fonts/Loew-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Loew 2.0";
  src: url("./fonts/Loew-Bold.woff2") format("woff2"), url("./fonts/Loew-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Loew 2.0";
  src: url("./fonts/Loew-Medium.woff2") format("woff2"), url("./fonts/Loew-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Simple Joys 2.0";
  src: url("./fonts/SimpleJoys20.woff2") format("woff2"), url("./fonts/SimpleJoys20.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.eot?65zhlf");
  src: url("./fonts/icomoon.eot?65zhlf#iefix") format("embedded-opentype"), url("./fonts/icomoon.woff2?65zhlf") format("woff2"), url("./fonts/icomoon.ttf?65zhlf") format("truetype"), url("./fonts/icomoon.woff?65zhlf") format("woff"), url("./fonts/icomoon.svg?65zhlf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info-large:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-cheveron-right:before {
  content: "";
}

.icon-view-show:before {
  content: "";
}

.icon-spinner11:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-play3:before {
  content: "";
}

.icon-ctrl:before {
  content: "";
}

.icon-instagram1:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-meetings-events-floorplan:before {
  content: "";
}

.icon-home-icon:before {
  content: "";
}

.icon-date-time:before {
  content: "";
}

.icon-scroll-down:before {
  content: "";
}

.icon-instagram:before {
  content: "";
  color: #fff;
}

.icon-website:before {
  content: "";
  color: #fff;
}

.icon-download:before {
  content: "";
  color: #fff;
}

.icon-spaces:before {
  content: "";
  color: #fff;
}

.icon-meetings:before {
  content: "";
  color: #fff;
}

.icon-rooms:before {
  content: "";
  color: #fff;
}

.icon-food:before {
  content: "";
  color: #fff;
}

.icon-map:before {
  content: "";
  color: #fff;
}

.icon-long-arrow-right:before {
  content: "";
}

.icon-long-arrow-left:before {
  content: "";
}

h1 {
  font-size: 1.75em;
  font-family: "Loew 2.0", sans-serif;
  font-weight: bold;
}

h2 {
  font-size: 1.875em;
  font-family: "Loew 2.0", sans-serif;
  font-weight: 600;
}

h3 {
  font-weight: 800;
  font-size: 1.875em;
}

a {
  text-decoration: none;
}

p {
  font-size: 0.875em;
  line-height: 1.4em;
}
@media all and (min-width: 768px) and (min-height: 600px) {
  p {
    font-size: 1em;
  }
}

html, body {
  box-sizing: border-box;
  background: #F2F2F2l;
  color: #585858;
  font-family: "Loew 2.0", sans-serif;
  font-size: 16px;
}

.dark-bg {
  background-color: #17181D;
  color: #fff;
}
.dark-bg h2, .dark-bg p {
  color: #fff;
}

.white-bg {
  background-color: #fff;
  color: #17181D;
}

.blue-bg {
  background-color: #104c97;
  color: #17181D;
}

.btn {
  display: inline-block;
  border-radius: 50%;
  font-size: 16px;
  height: 40px;
  width: 40px;
  padding-top: 4px;
  position: relative;
}
.btn .inner {
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  flex-shrink: 0;
}
.btn .inner:after {
  content: "";
  display: block;
  height: 114%;
  width: 114%;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  top: -7%;
  bottom: 0;
  left: -7%;
  z-index: 2;
}
.btn .inner span:not(.text) {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -52%, 0);
  font-size: 30px;
  line-height: 1em;
}
.btn--with-text {
  height: 100px;
  width: 100px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.btn--with-text .inner {
  width: 40px;
  height: 40px;
}
.btn--with-text .text {
  display: inline-block;
  font-size: 0.875em;
  line-height: 16px;
  color: white;
  margin: 10px 0 0;
  width: 100%;
}
.btn--blue {
  color: #333;
}
.btn--blue .inner {
  background: #104c97;
}
.btn--blue .inner:after {
  border-color: #104c97;
}
.btn--blue .text {
  color: #333;
}
.btn:hover .inner::after {
  transform: scale3d(1.03, 1.03, 1.03);
}

.home-btn {
  transition: all 1s ease;
  display: inline-block;
  height: 100px;
  text-align: center;
}
.home-btn .btn-icon {
  position: relative;
  height: 66px;
  width: 66px;
  font-size: 2.8125em;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5em;
}
.home-btn .btn-icon:after {
  content: "";
  display: block;
  height: 78px;
  width: 78px;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  top: -6px;
  bottom: 0;
  left: -6px;
  z-index: 2;
  transform: scale3d(1, 1, 1);
  transition: all 0.4s ease-in-out;
}
.home-btn .btn-icon span {
  display: inline-block;
  line-height: 1.4em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.home-btn .btn-text {
  line-height: 1.2em;
  max-width: 75px;
  text-align: center;
  font-size: 0.8125em;
  font-weight: 500;
  color: #000000;
  display: block;
}

.home-btn:hover .btn-icon:after {
  transform: scale3d(1.03, 1.03, 1.03);
}

/*
os-theme-round-light
*/
.os-theme-round-light > .os-scrollbar {
  padding: 0;
}

.os-theme-round-light > .os-scrollbar-horizontal {
  right: 20px;
  height: 20px;
}

.os-theme-round-light > .os-scrollbar-vertical {
  bottom: 20px;
  width: 20px;
}

.os-theme-round-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 20px;
  right: 0;
}

.os-theme-round-light > .os-scrollbar-corner {
  height: 20px;
  width: 20px;
  background-color: transparent;
}

.os-theme-round-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-round-light > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-theme-round-light > .os-scrollbar-vertical > .os-scrollbar-track:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}

.os-theme-round-light > .os-scrollbar-horizontal > .os-scrollbar-track:before {
  left: 3px;
  right: 3px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.os-theme-round-light > .os-scrollbar-vertical > .os-scrollbar-track:before {
  top: 3px;
  bottom: 3px;
  width: 2px;
  left: 50%;
  margin-left: -1px;
}

.os-theme-round-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: transparent;
}

.os-theme-round-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  transform: scale(1);
}

.os-theme-round-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:hover:before,
.os-theme-round-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active:before {
  transform: scale(1.3);
}

.os-theme-round-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  height: 100%;
  min-width: 20px;
  max-width: 20px;
}

.os-theme-round-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  width: 100%;
  min-height: 20px;
  max-height: 20px;
}

.os-theme-round-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  transition: transform 0.3s;
}

/*html, body, main {
  height: 100%;
}*/
html.fp-enabled body, html.fp-enabled main, html.fp-enabled #fullpage {
  height: 100%;
}

#sideMenuBox.mapSide {
  display: none !important;
}
@media all and (orientation: landscape) {
  #sideMenuBox.mapSide {
    display: block !important;
  }
}

body.fp-responsive {
  background: #000;
  overflow-x: hidden !important;
}
body.fp-responsive #sideMenuBox.mapSide {
  display: none !important;
}
body.fp-responsive #fullpage {
  overflow-x: hidden;
}
body.fp-responsive #fullpage .section.fp-auto-height-responsive:not(#home-1):not(#introduction):not(#categorySlider):not(#richmond-5):not(#interactive-map) {
  min-height: 650px;
}
body.fp-responsive #fullpage .section.fp-auto-height-responsive:not(#home-1):not(#introduction):not(#categorySlider):not(#richmond-5):not(#interactive-map) .fp-tableCell {
  min-height: 650px;
}
body.fp-responsive #fullpage .section.fp-auto-height-responsive:not(#home-1):not(#introduction):not(#categorySlider):not(#richmond-5):not(#interactive-map) .fp-tableCell .content {
  min-height: 650px;
}
body.fp-responsive #fullpage #interactive-map {
  height: 100% !important;
}
body.fp-responsive #fullpage #interactive-map .fp-tableCell {
  background: #000;
  height: 100% !important;
}
body.fp-responsive #fullpage #interactive-map .fp-tableCell .content {
  height: 100% !important;
}
body.fp-responsive #fullpage #introduction {
  min-height: 500px;
}
body.fp-responsive #fullpage #introduction .fp-tableCell {
  min-height: 500px;
}
body.fp-responsive #fullpage #introduction .fp-tableCell .content {
  min-height: 500px;
}
body.fp-responsive #fullpage #categorySlider {
  min-height: 600px;
}
body.fp-responsive #fullpage #categorySlider .fp-tableCell {
  min-height: 600px;
}
body.fp-responsive #fullpage #categorySlider .fp-tableCell .content {
  min-height: 600px;
}
body.fp-responsive #fullpage .key-features .key-features-slider-container {
  min-height: 650px;
}

body.no-scroll {
  overflow: hidden !important;
}

main {
  position: relative;
  z-index: 9;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}
.container--flex {
  display: flex;
  flex-direction: row;
}
.container--flex-col {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*.slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .fp-slides {
    width: 100%;
  }

  .fp-slide {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .7s ease-in-out;
  }

  .fp-slide.active {
    visibility: visible;
    opacity: 1;
  }*/
}
@media all and (min-width: 768px) and (min-height: 700px) {
  .section {
    height: 100%;
  }
}
.section .content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.section .content--bottom-align {
  justify-content: flex-end;
}
.section .content--top-align {
  justify-content: flex-start;
}
.section .content--left-align {
  align-items: flex-start;
}

body.fp-responsive .story-slider .content--bottom-align {
  justify-content: center;
}

#fullScreenNav {
  width: 100vw;
  position: absolute;
  top: 100px;
  left: -100%;
  right: 0;
  bottom: 0;
  z-index: 3000;
  height: calc(100% - 100px);
  transition: 0s all ease;
  transition-delay: 1s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) and (min-height: 600px) {
  #fullScreenNav {
    padding-bottom: 0;
    overflow: hidden;
  }
}
#fullScreenNav .container {
  transition: 0.75s all ease;
  transition-delay: 0s;
  opacity: 0;
  height: 100%;
  padding-bottom: 3em;
}
@media (min-width: 768px) and (min-height: 600px) {
  #fullScreenNav .container {
    padding-bottom: 0;
  }
}
#fullScreenNav .container > ul {
  padding: 2em 0 0;
  width: 100%;
  text-align: center;
  position: relative;
  height: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) and (min-height: 600px) {
  #fullScreenNav .container > ul {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0 1em;
    margin: 3em auto 0;
    max-width: none;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  #fullScreenNav .container > ul {
    max-width: 751px;
    margin: 2em auto;
    justify-content: space-between;
  }
}
#fullScreenNav .container > ul li {
  margin: 0 0 2em;
}
@media (min-width: 768px) and (min-height: 600px) {
  #fullScreenNav .container > ul li {
    margin: 0 0 1em;
    display: inline-block;
    width: 25%;
  }
  #fullScreenNav .container > ul li.no-big {
    display: none;
  }
}
#fullScreenNav .container > ul li:last-of-type {
  margin-bottom: 3em;
}
@media (min-width: 768px) and (min-height: 600px) {
  #fullScreenNav .container > ul li:last-of-type {
    margin-bottom: 0;
  }
}
#fullScreenNav .container > ul li a {
  color: white;
  font-weight: 800;
  font-size: 0.9375em;
  display: inline-block;
  position: relative;
}
#fullScreenNav .container > ul li a.active:after {
  content: "";
  display: block;
  background: #00A8E1;
  height: 2px;
  position: absolute;
  bottom: -1em;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (min-height: 600px) {
  #fullScreenNav .container > ul li a {
    font-weight: 600;
  }
}
#fullScreenNav .container > ul li ul {
  padding: 2em 0 0;
}
@media (min-width: 768px) and (min-height: 600px) {
  #fullScreenNav .container > ul li ul {
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
}
#fullScreenNav .container > ul li ul li {
  width: auto;
  margin: 0 0 0.5em;
  font-weight: 600;
}
@media (min-width: 768px) and (min-height: 600px) {
  #fullScreenNav .container > ul li ul li {
    margin: 0 1em;
  }
}
#fullScreenNav .container > ul li ul li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) and (min-height: 600px) {
  #fullScreenNav .container > ul li ul li:last-of-type {
    margin: 0 1em;
  }
}
#fullScreenNav .container > ul li ul li a {
  font-size: 0.875em;
  font-weight: 600;
}
@media (min-width: 768px) and (min-height: 600px) {
  #fullScreenNav .container > ul li ul li a {
    font-weight: 400;
  }
  #fullScreenNav .container > ul li ul li a.active {
    font-weight: 600;
  }
  #fullScreenNav .container > ul li ul li a.active:after {
    display: none;
  }
}
#fullScreenNav .container > ul li ul li a.active {
  font-weight: 600;
}
#fullScreenNav .container > ul li ul li a.active:after {
  content: "";
  display: block;
  background: #00A8E1;
  height: 2px;
  position: absolute;
  bottom: -1em;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
}
#fullScreenNav .container > ul li ul li ul {
  padding: 0.5em 0 0;
}
#fullScreenNav .container > ul li ul li ul li a {
  font-weight: 400;
}
#fullScreenNav .container > ul li ul li ul li a.active:after {
  display: none;
}
#fullScreenNav #scrollBox {
  height: 90%;
  width: 100%;
  margin: 2em auto;
  padding: 0 2em 0 4em;
  display: none;
}
#fullScreenNav #scrollBox .os-scrollbar-vertical {
  right: 15px;
}
@media (min-width: 768px) and (min-height: 600px) {
  #fullScreenNav #scrollBox {
    display: block;
  }
}
#fullScreenNav .nav_boxes_container {
  display: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (min-height: 600px) {
  #fullScreenNav .nav_boxes_container {
    display: block;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  #fullScreenNav .nav_boxes_container {
    max-width: 850px;
    padding-right: 1em;
    margin: 0 auto;
  }
}
#fullScreenNav .nav_boxes_container .nav_box {
  display: none;
}
#fullScreenNav .nav_boxes_container .nav_box .title {
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 1.5em;
  color: #ffff;
}
#fullScreenNav .nav_boxes_container .nav_box--open {
  display: block;
}
@media (min-width: 768px) and (min-height: 600px) {
  #fullScreenNav .nav_boxes_container .nav_box {
    padding: 2em 0;
  }
}
#fullScreenNav .nav_boxes_container .nav_box ul {
  text-align: center;
}
@media all and (min-width: 768px) and (min-width: 500px) {
  #fullScreenNav .nav_boxes_container .nav_box ul {
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;*/
  }
}
#fullScreenNav .nav_boxes_container .nav_box ul li {
  overflow: hidden;
  text-align: center;
  max-width: 227px;
  display: inline-block;
}
@media all and (min-width: 450px) {
  #fullScreenNav .nav_boxes_container .nav_box ul li {
    width: 45%;
    margin: 0 10px 0.5em 0;
  }
}
@media all and (min-width: 650px) {
  #fullScreenNav .nav_boxes_container .nav_box ul li {
    margin: 0 12px 0.5em 0;
    width: 30%;
  }
}
@media all and (min-width: 768px) {
  #fullScreenNav .nav_boxes_container .nav_box ul li {
    margin: 0 15px 0.5em 0;
    width: 30%;
  }
}
#fullScreenNav .nav_boxes_container .nav_box ul li .img {
  margin: 0 0 0.5em;
}
#fullScreenNav .nav_boxes_container .nav_box ul li .img img {
  width: 100%;
  display: block;
}
#fullScreenNav .nav_boxes_container .nav_box ul li .img a {
  text-decoration: none;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}
#fullScreenNav .nav_boxes_container .nav_box ul li a {
  font-size: 0.8125em;
  color: white;
  text-decoration: none;
  line-height: 1.2em;
  display: inline-block;
  overflow: hidden;
}
#fullScreenNav .nav_boxes_container .nav_box ul li > a {
  height: 50px;
  border-radius: 0;
}

body.overlay-open {
  overflow: hidden;
}
body.overlay-open #fullScreenNav {
  left: 0;
  opacity: 1;
  transition: 0.1s all ease;
  transition-delay: 0s;
  /*
  .os-scrollbar {
    opacity: 1;
  }*/
}
body.overlay-open #fullScreenNav .container {
  opacity: 1;
  /*transition: .1s all ease;*/
  transition-delay: 1s;
}
body.overlay-open #fullScreenNav #scrollBox {
  overflow-y: hidden;
}

.page-transition-overlay {
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 12000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate3d(0, -100%, 0);
  transition: all 0.45s ease;
}
.page-transition-overlay .overlay-logo {
  height: 151px;
  overflow: hidden;
}
.page-transition-overlay .overlay-logo img {
  width: 100%;
}

.resize-animation-stopper * {
  -webkit-animation: none !important;
          animation: none !important;
  transition: none !important;
}

html.fp-enabled header {
  position: fixed;
}

header {
  position: absolute;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header .headerInner {
  height: 100%;
}
header .container--flex {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  max-width: none;
}
header #backLink {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  z-index: 2500;
}
header #backLink a {
  color: #fff;
  display: inline-block;
  font-size: 0.8125em;
  line-height: 1.4em;
}
header #backLink a span {
  display: inline-block;
  margin-right: 5px;
  transform: translate3d(0, 1px, 0);
}
@media (min-width: 1336px) and (min-height: 600px) {
  header #backLink a {
    font-size: 0.875em;
  }
}
header .header-left {
  align-items: center;
  margin-right: auto;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media all and (min-width: 768px) {
  header .header-left {
    flex: 1;
  }
}
header .header-left .inner {
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .logo {
  z-index: 201;
  font-size: 2.8125em;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
header .logo a {
  display: inline-block;
  color: #fff;
}
header .logo a svg path,
header .logo a svg text {
  fill: white;
}
header .logo a svg {
  width: 120px;
}
header nav {
  margin-top: 2em;
  height: 100%;
  z-index: 200;
  position: relative;
  font-size: 0;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease 0.1s;
  opacity: 0;
}
@media all and (min-width: 768px) {
  header nav {
    flex: 2;
    display: flex;
    justify-content: center;
  }
}
header nav a {
  color: white;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0 1em;
  transition: all 0.5s ease;
  transition-delay: 0.25s;
  z-index: 200;
  position: relative;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 768px) and (min-height: 600px) {
  header nav a {
    display: inline-block;
  }
}
@media (min-width: 1336px) and (min-height: 600px) {
  header nav a {
    font-size: 14px;
  }
}
header nav a:first-of-type {
  margin-left: 0;
}
header nav a.tablet-landscape-above {
  display: none;
}
@media all and (min-width: 1024px) and (orientation: landscape) {
  header nav a.tablet-landscape-above {
    display: inline-block;
  }
}
header .hamburger {
  z-index: 199;
  position: relative;
  /*width: 70px;
  height: 70px;*/
  height: 60px;
  width: 60px;
  display: inline-block;
  margin-left: auto;
  /*&--checkbox {
    display: none;
  }*/
}
@media all and (min-width: 768px) {
  header .hamburger {
    flex: 1;
    display: flex;
    justify-content: center;
  }
}
header .hamburger--button {
  border: 1px solid transparent;
  background-color: #104C97;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  z-index: 2000;
  text-align: center;
  cursor: pointer;
}
header .hamburger--button:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  right: 0;
  bottom: 0;
  /*width: 78px;
  height: 78px;*/
  height: 68px;
  width: 68px;
  border-radius: 50%;
  border: 1px solid white;
}
header .hamburger--background {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #104C97;
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
header .hamburger--icon {
  position: relative;
  margin-top: 27px;
}
header .hamburger--icon, header .hamburger--icon::before, header .hamburger--icon::after {
  width: 25px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
}
header .hamburger--icon {
  background-color: transparent;
  height: 0px;
}
header .hamburger--icon::before, header .hamburger--icon::after {
  content: "";
  position: absolute;
  right: 0;
  transition: all 0.2s;
}
header .hamburger--icon::before {
  top: -4px;
}
header .hamburger--icon::after {
  top: 4px;
}
header .hamburger--button:hover .hamburger--icon::before {
  top: -6px;
}
header .hamburger--button:hover .hamburger--icon::after {
  top: 6px;
}

.menu-overlay {
  background: #000;
}

body.overlay-open header .hamburger--background {
  transform: scale(200);
}
body.overlay-open header .hamburger--button .hamburger--icon {
  background-color: transparent;
}
body.overlay-open header .hamburger--button .hamburger--icon::before {
  top: 0;
  transform: rotate(135deg);
}
body.overlay-open header .hamburger--button .hamburger--icon::after {
  top: 0;
  transform: rotate(-135deg);
}
@media all and (min-width: 768px) {
  body.overlay-open header nav {
    display: flex;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    opacity: 1;
  }
}

body.dark-logo header .logo a svg path,
body.dark-logo header .logo a svg text {
  fill: #104C97;
}
body.dark-logo header .logo a .st0 {
  fill: #104C97;
}
body.dark-logo header #backLink a {
  color: #104C97;
}
body.dark-logo header nav a {
  color: black;
}

body.menu-logo header nav a {
  color: white;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer {
  height: 100px;
}

.section {
  background-color: #cccccc;
}

.large-text-block {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.large-text-block h1 {
  margin: 0 0 1em 0;
}

.overview .section {
  height: 100vh;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("/DataTables-1.10.25/images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("/DataTables-1.10.25/images/sort_asc.png") !important;
}

table.dataTable thead .sorting_desc {
  background-image: url("/DataTables-1.10.25/images/sort_desc.png") !important;
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("/DataTables-1.10.25/images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("/DataTables-1.10.25/images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #fff;
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px;
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
table.DTFC_Cloned thead, table.DTFC_Cloned tfoot {
  background-color: white;
}

div.DTFC_Blocker {
  background-color: white;
}

div.DTFC_LeftWrapper table.dataTable, div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}

div.DTFC_LeftWrapper table.dataTable.no-footer, div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}

table.dataTable.display tbody tr.DTFC_NoData {
  background-color: transparent;
}

#home-1 {
  /*background-image: url('../img/bighilton.jpg');*/
  background-image: url("../img/home/background.jpg");
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
#home-1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  /*backdrop-filter: blur(2px) brightness(.8);*/
  z-index: 2;
}
#home-1 .content {
  text-align: center;
  position: relative;
  z-index: 5;
}
#home-1 .content h1.home-title {
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1.75em;
  text-indent: -12px;
  transform: translateY(-1em);
}
@media (min-width: 768px) and (min-height: 600px) {
  #home-1 .content h1.home-title {
    font-size: 4.0625em;
    font-weight: 600;
    text-indent: -20px;
    transform: translateY(-1.5em);
  }
}
#home-1 .content h1.home-title span {
  display: block;
  font-size: 3.625em;
  font-weight: 400;
  font-family: "Simple Joys 2.0", serif;
  text-indent: 0;
  letter-spacing: -1.25px;
  transform: rotate(-1deg);
}

.home-menu-block {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  height: 40%;
  max-height: 500px;
  width: 100%;
  z-index: 20;
  /*@media all and (min-width: 840px) and (min-height: 599px) {
    bottom: -5%;
  }*/
}
@media all and (orientation: landscape) and (max-height: 599px) {
  .home-menu-block {
    max-height: 80px;
  }
}
.home-menu-block .home-menu-relative {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) and (min-height: 600px) {
  .home-menu-block {
    max-height: 250px;
  }
}

body.fp-responsive .home-menu-block {
  overflow: hidden;
}
@media all and (orientation: portrait) {
  body.fp-responsive .home-menu-block {
    height: 47%;
  }
}
@media all and (orientation: landscape) and (max-height: 599px) {
  body.fp-responsive .home-menu-block {
    overflow: visible;
  }
}

#menuBG {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: -35%;
  width: 120%;
  max-width: 768px;
  transition: all 0.5s ease;
  /*@include media-max-height(900px) {
    bottom: -70%;
  }*/
}
@media all and (min-width: 768px) and (min-height: 768px) {
  #menuBG {
    max-width: none;
    bottom: -30%;
  }
}

.home-menu-bg {
  position: absolute;
  width: 489px;
  height: 489px;
  background: rgba(16, 76, 151, 0.5);
  border-radius: 50%;
  left: 50%;
  transform: translate3d(-50%, 50%, 0);
  transition: all 0.4s ease;
}
@media all and (orientation: landscape) and (max-height: 599px) {
  .home-menu-bg {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 768px) and (min-height: 600px) {
  .home-menu-bg {
    height: 1045px;
    width: 1045px;
  }
}
@media all and (orientation: landscape) and (max-height: 599px) {
  .home-menu-bg {
    width: 100%;
  }
}

.home-menu {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  max-width: 400px;
  width: 100%;
  z-index: 20;
  list-style-type: none;
  margin: 0 auto;
}
@media all and (orientation: landscape) and (max-height: 599px) {
  .home-menu {
    max-width: none;
  }
}
@media all and (min-width: 768px) and (min-height: 600px) {
  .home-menu {
    max-width: 768px;
    bottom: -15%;
  }
}
.home-menu img.hilton-logo {
  position: absolute;
  bottom: 6em;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 5000;
  opacity: 0;
  transition: all 1s ease 1s;
}
.home-menu .board {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-menu .board .home-btn {
  /*height: 110px;*/
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  transition: all 0.5s ease;
  transition-delay: 0.4s;
  opacity: 0;
}
.home-menu .board .home-btn .btn-icon {
  background: #104C97;
  margin: 0 auto 10px;
}
.home-menu .board .home-btn .btn-icon span {
  line-height: 1.2em;
}
@media all and (orientation: landscape) and (max-height: 599px) {
  .home-menu .board .home-btn .btn-icon span {
    line-height: 1em;
  }
}
@media all and (min-width: 768px) and (min-height: 600px) {
  .home-menu .board .home-btn .btn-icon span {
    line-height: 1.4em;
  }
}
.home-menu .board .home-btn .btn-text {
  color: #ffffff;
  font-size: 12px;
}
.home-menu .board .home-btn:hover .btn-icon {
  background: white;
  color: #104C97;
}
.home-menu .board .home-btn:hover .btn-icon span:before {
  color: #104C97;
}
.home-menu.bg-loaded + .home-menu-bg {
  transform: translate3d(-50%, 0, 0);
}
.home-menu.bg-loaded img.hilton-logo {
  opacity: 1;
}
@media all and (orientation: landscape) and (max-height: 599px) {
  .home-menu.bg-loaded .board {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
.home-menu.bg-loaded .board .home-btn {
  bottom: unset;
  left: unset;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.home-menu.bg-loaded .board .home-btn:nth-child(1) {
  bottom: 2%;
  left: 20%;
}
.home-menu.bg-loaded .board .home-btn:nth-child(2) {
  bottom: 45%;
  left: 10%;
}
.home-menu.bg-loaded .board .home-btn:nth-child(3) {
  bottom: 10em;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.home-menu.bg-loaded .board .home-btn:nth-child(4) {
  bottom: 45%;
  left: 70%;
}
.home-menu.bg-loaded .board .home-btn:nth-child(5) {
  bottom: 2%;
  left: 60%;
}
@media all and (orientation: landscape) and (max-height: 599px) {
  .home-menu.bg-loaded .board .home-btn:nth-child(1),
.home-menu.bg-loaded .board .home-btn:nth-child(2),
.home-menu.bg-loaded .board .home-btn:nth-child(3),
.home-menu.bg-loaded .board .home-btn:nth-child(4),
.home-menu.bg-loaded .board .home-btn:nth-child(5) {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: 20px !important;
    position: relative !important;
    display: inline-block !important;
    transform: none !important;
  }
}
@media (min-width: 768px) and (min-height: 600px) {
  .home-menu.bg-loaded .board .home-btn:nth-child(1) {
    bottom: 50%;
    left: 6%;
  }
  .home-menu.bg-loaded .board .home-btn:nth-child(2) {
    bottom: 78%;
    left: 25%;
  }
  .home-menu.bg-loaded .board .home-btn:nth-child(3) {
    bottom: 87%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .home-menu.bg-loaded .board .home-btn:nth-child(4) {
    bottom: 78%;
    left: 65%;
  }
  .home-menu.bg-loaded .board .home-btn:nth-child(5) {
    bottom: 50%;
    left: 85%;
  }
}
@media (min-width: 481px) and (max-width: 900px) and (max-height: 500px) {
  .home-menu.bg-loaded .board .home-btn:nth-child(1) {
    bottom: 5%;
    left: 5%;
  }
  .home-menu.bg-loaded .board .home-btn:nth-child(2) {
    bottom: 40%;
    left: 22%;
  }
  .home-menu.bg-loaded .board .home-btn:nth-child(3) {
    bottom: 52%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .home-menu.bg-loaded .board .home-btn:nth-child(4) {
    bottom: 40%;
    left: 65%;
  }
  .home-menu.bg-loaded .board .home-btn:nth-child(5) {
    bottom: 5%;
    left: 80%;
  }
}

body.homepage #header .logo {
  display: none;
}

#interactive-map .fp-tableCell {
  display: block;
}

#viewer {
  background: #000;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#viewer .changeOrientation {
  background: #000;
  display: none;
}
@media all and (max-width: 1024px) and (orientation: portrait) {
  #viewer .changeOrientation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
#viewer .changeOrientation span {
  font-size: 1.5em;
  display: block;
  margin-bottom: 0.5em;
}
#viewer #hotel {
  display: none;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease-in-out;
  /* 6 is Hybrid and hidden */
}
#viewer #hotel:before {
  display: block;
  content: "";
  width: 100%;
  max-width: 1440px;
  padding-top: 64.2857142857%;
}
@media all and (max-height: 650px) and (orientation: landscape) {
  #viewer #hotel {
    width: 87% !important;
  }
}
@media all and (orientation: landscape) {
  #viewer #hotel {
    display: flex;
    justify-content: center;
  }
}
#viewer #hotel #mainImage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
#viewer #hotel #categoryMarkers {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease;
  transition-delay: 0.4s;
}
#viewer #hotel #categoryMarkers.active {
  opacity: 1;
  transition-delay: 0.4s;
  z-index: 1005;
}
#viewer #hotel #categoryMarkers .points-area {
  position: relative;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#viewer #hotel #categoryMarkers .points-area .point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 185px;
  width: 200px;
  margin: 0 1em;
  color: #ffffff;
  font-size: 1.125em;
  transition: all 0.4s ease;
  line-height: 1.4em;
  text-align: center;
  cursor: pointer;
}
#viewer #hotel #categoryMarkers .points-area .point .marker {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 50%;
  height: 56px;
  width: 56px;
  display: block;
  position: relative;
  margin-bottom: 1em;
  pointer-events: none;
}
#viewer #hotel #categoryMarkers .points-area .point .marker:before {
  content: "";
  display: block;
  /*opacity: 0;*/
  border-radius: 50%;
  z-index: 0;
  width: 66px;
  height: 66px;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid white;
  top: -5px;
  left: -5px;
  position: absolute;
}
#viewer #hotel #categoryMarkers .points-area .point .marker:hover:before {
  opacity: 1;
}
#viewer #hotel #categoryMarkers .points-area .point .marker span {
  width: 100%;
  height: 100%;
  color: white;
  display: block;
  font-size: 2.5em;
  line-height: 56px;
  transform-origin: center;
  transition: all 0.4s ease;
  text-align: center;
}
#viewer #hotel #categoryMarkers .points-area .point.active .marker {
  opacity: 0;
  pointer-events: none;
}
#viewer #hotel #categoryMarkers .points-area .point.active .marker:before {
  opacity: 1;
}
#viewer #hotel #categoryMarkers .points-area .point.active .marker .plus {
  transform: rotate(45deg) scale3d(1.1, 1.1, 1.1);
}
#viewer #hotel #roomsLists {
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.6s ease;
  transition-delay: 0s;
  width: 55%;
}
#viewer #hotel #roomsLists.active {
  opacity: 1;
  transition-delay: 0.5s;
}
#viewer #hotel #roomsLists ul {
  display: none;
  opacity: 0;
  padding: 1.5em 0 0 1.5em;
  margin-top: 1em;
  transition: all 0.4s ease;
  width: 100%;
}
#viewer #hotel #roomsLists ul.active {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  transition: all 0.4s ease;
}
#viewer #hotel #roomsLists ul li {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  margin: 0 0 0.5em;
}
#viewer #hotel #roomsLists ul li span {
  display: block;
  line-height: 1em;
  padding: 0 0 1em 1em;
  position: relative;
}
#viewer #hotel #roomsLists ul li span i {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 1em;
  transition: transform 0.3s ease;
  transform-origin: center;
  font-weight: 400;
}
#viewer #hotel #roomsLists ul li.dropdown {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  margin: 0 0 0 8px;
  padding: 1em 0 0;
  width: 60%;
  max-width: 290px;
}
#viewer #hotel #roomsLists ul li.dropdown span, #viewer #hotel #roomsLists ul li.dropdown ul {
  pointer-events: none;
}
#viewer #hotel #roomsLists ul li.dropdown ul {
  padding: 0;
  margin-top: 0;
  display: block;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: opacity 0.4s ease, max-height 0.4s ease-in-out 0.2s;
}
#viewer #hotel #roomsLists ul li.dropdown ul li {
  display: block;
  padding: 0;
  margin: 0;
}
#viewer #hotel #roomsLists ul li.dropdown ul li a {
  font-size: 14px;
  display: block;
  line-height: 1.2em;
  color: #f1f1f1;
  padding: 0.65em 1em;
  cursor: pointer;
}
#viewer #hotel #roomsLists ul li.dropdown ul li:last-of-type {
  margin-bottom: 10px;
}
#viewer #hotel #roomsLists ul li.dropdown ul li:hover {
  background: #ffffff;
}
#viewer #hotel #roomsLists ul li.dropdown ul li:hover a {
  color: #000;
}
#viewer #hotel #roomsLists ul li.active ul {
  opacity: 1;
  max-height: 999px;
  transition: max-height 0.4s ease-in-out, opacity 0.8s ease 0.4s;
  pointer-events: visible;
}
#viewer #hotel #roomsLists ul li.active span i {
  transform: rotate(90deg);
}
#viewer #hotel #roomsLists ul li.back-link {
  padding-left: 8px;
  margin-bottom: 0.5em;
  width: 100%;
}
#viewer #hotel #roomsLists ul li.back-link a {
  background: #000;
  color: #fff;
  font-size: 14px;
  width: 2em;
  height: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  display: inline-block;
}
#viewer #hotel #roomsLists ul li.back-link a:hover {
  font-weight: bold;
}
#viewer #hotel #markers {
  position: absolute;
  /*transform: translate3d(-100%,0,0);*/
  /*pointer-events: none;*/
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
  transition-delay: 0s;
}
#viewer #hotel #markers.active {
  opacity: 1;
  display: block;
  transition-delay: 0.4s;
}
@media all and (min-width: 768px) {
  #viewer #hotel #markers {
    display: block;
  }
}
#viewer #hotel #markers .points-area {
  position: relative;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}
#viewer #hotel #markers .points-area > div {
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  transition-delay: 0s;
}
#viewer #hotel #markers .points-area > div.active {
  opacity: 1;
  display: block;
  transition-delay: 0.4s;
}
#viewer #hotel #markers .points-area .point {
  /*background: rgba(blue, 0.5);*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 38px;
  width: 38px;
  position: absolute;
  color: #3D5A98;
  font-family: "Simple Joys 2.0", serif;
  font-size: 40px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
  cursor: pointer;
  /*&.hover {
    transform: scale3d(1.2,1.2,1.2);
    .marker {
      &:before {
        opacity: 1;
      }
    }
  }*/
}
#viewer #hotel #markers .points-area .point .marker {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: block;
  position: relative;
  pointer-events: none;
  transition: all 0.4s ease;
}
#viewer #hotel #markers .points-area .point .marker:before {
  content: "";
  display: block;
  opacity: 0;
  border-radius: 50%;
  z-index: 0;
  width: 46px;
  height: 46px;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid white;
  top: -5px;
  left: -5px;
  position: absolute;
}
#viewer #hotel #markers .points-area .point .marker:hover:before {
  opacity: 1;
}
#viewer #hotel #markers .points-area .point .marker .plus {
  width: 100%;
  height: 100%;
  color: white;
  font-size: 1.5625em;
  line-height: 46px;
  transform-origin: center;
  transition: all 0.4s ease;
  text-align: center;
}
#viewer #hotel #markers .points-area .point.active, #viewer #hotel #markers .points-area .point.hover {
  transform: scale3d(1.2, 1.2, 1.2);
}
#viewer #hotel #markers .points-area .point.active .marker:before, #viewer #hotel #markers .points-area .point.hover .marker:before {
  opacity: 1;
  transition-delay: 0s;
}
#viewer #hotel #markers .points-area .point.active .marker .plus, #viewer #hotel #markers .points-area .point.hover .marker .plus {
  transform: rotate(45deg) scale3d(1.1, 1.1, 1.1);
}
#viewer #hotel #markers .rooms_bedrooms .point1 {
  top: 34%;
  left: 56.6%;
}
#viewer #hotel #markers .rooms_bedrooms .point2 {
  top: 55%;
  left: 72%;
}
#viewer #hotel #markers .rooms_bedrooms .point3 {
  top: 55%;
  left: 20%;
}
#viewer #hotel #markers .rooms_bedrooms .point4 {
  top: 66%;
  left: 87%;
}
#viewer #hotel #markers .rooms_bedrooms .point5 {
  top: 45%;
  left: 23%;
}
#viewer #hotel #markers .rooms_bedrooms .point6 {
  bottom: 49%;
  left: 38%;
}
#viewer #hotel #markers .meetings_events .point1 {
  bottom: 27%;
  left: 16%;
}
#viewer #hotel #markers .meetings_events .point2 {
  bottom: 23%;
  left: 22%;
}
#viewer #hotel #markers .meetings_events .point3 {
  bottom: 10%;
  right: 19%;
}
#viewer #hotel #markers .meetings_events .point4 {
  bottom: 14%;
  right: 31.5%;
}
#viewer #hotel #markers .meetings_events .point5 {
  bottom: 25%;
  right: 21%;
}
#viewer #hotel #markers .meetings_events .point6 {
  /* hybrid hidden */
  bottom: 11%;
  left: 48%;
}
#viewer #hotel #markers .meetings_events .point7 {
  bottom: 21.5%;
  left: 31.5%;
}
#viewer #hotel #markers .meetings_events .point8 {
  bottom: 19.75%;
  right: 31%;
}
#viewer #hotel #markers .meetings_events .point9 {
  bottom: 21%;
  right: 24%;
}
#viewer #hotel #markers .meetings_events .point10 {
  top: 18%;
  right: 32%;
}
#viewer #hotel #markers .food_beverage .point1 {
  bottom: 20%;
  right: 34%;
}
#viewer #hotel #markers .food_beverage .point2 {
  bottom: 20%;
  right: 41%;
}
#viewer #hotel #markers .food_beverage .point3 {
  bottom: 19.5%;
  right: 23%;
}
#viewer #hotel #markers .food_beverage .point4 {
  bottom: 20%;
  left: 40%;
}
#viewer #hotel #markers .hotel_spaces .point1 {
  bottom: 19%;
  right: 17%;
}
#viewer #hotel #markers .hotel_spaces .point2 {
  bottom: 19.5%;
  right: 30%;
}
#viewer #hotel #markers .hotel_spaces .point3 {
  bottom: 29%;
  left: 46%;
}
#viewer #hotel #markers .hotel_spaces .point4 {
  bottom: 25%;
  right: 23%;
}
#viewer #hotel.zoom-view #roomsLists {
  opacity: 0;
  pointer-events: none;
}
#viewer #hotel.zoom-view #roomsLists ul, #viewer #hotel.zoom-view #roomsLists li, #viewer #hotel.zoom-view #roomsLists a {
  opacity: 0 !important;
  pointer-events: none !important;
}
#viewer #hotel.zoom-view #markers .point:not(.active) {
  pointer-events: none;
  opacity: 0;
}
#viewer #hotel.zoom-view #markers .point {
  transform: scale3d(0.5, 0.5, 0.5);
}
#viewer #hotel.zoom-view #markers .point.active {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
#viewer #hotel.rooms_bedrooms_room1 {
  transform: scale3d(3, 3, 3) translate3d(-9%, 21%, 0);
}
#viewer #hotel.rooms_bedrooms_room2 {
  transform: scale3d(3, 3, 3) translate3d(-24%, 1%, 0);
}
#viewer #hotel.rooms_bedrooms_room3 {
  transform: scale3d(3, 3, 3) translate3d(28%, 2%, 0);
}
#viewer #hotel.rooms_bedrooms_room4 {
  transform: scale3d(3, 3, 3) translate3d(-40%, -10%, 0);
}
#viewer #hotel.rooms_bedrooms_room5 {
  transform: scale3d(3, 3, 3) translate3d(25%, 8%, 0);
}
#viewer #hotel.rooms_bedrooms_room6 {
  transform: scale3d(3, 3, 3) translate3d(11%, 9%, 0);
}
#viewer #hotel.meetings_events_room1 {
  transform: scale3d(3, 3, 3) translate3d(35%, -13%, 0);
}
#viewer #hotel.meetings_events_room2 {
  transform: scale3d(3, 3, 3) translate3d(28%, -17%, 0);
}
#viewer #hotel.meetings_events_room3 {
  transform: scale3d(3, 3, 3) translate3d(-29.2%, -31%, 0);
}
#viewer #hotel.meetings_events_room4 {
  transform: scale3d(3, 3, 3) translate3d(-16.2%, -26.1%, 0);
}
#viewer #hotel.meetings_events_room5 {
  transform: scale3d(3, 3, 3) translate3d(-27.3%, -15%, 0);
}
#viewer #hotel.meetings_events_room7 {
  transform: scale3d(3, 3, 3) translate3d(16%, -20%, 0);
}
#viewer #hotel.meetings_events_room8 {
  transform: scale3d(3, 3, 3) translate3d(-17.3%, -21%, 0);
}
#viewer #hotel.meetings_events_room9 {
  transform: scale3d(3, 3, 3) translate3d(-23.3%, -19%, 0);
}
#viewer #hotel.meetings_events_room10 {
  transform: scale3d(3, 3, 3) translate3d(-17.3%, 38%, 0);
}
#viewer #hotel.food_beverage_room1 {
  transform: scale3d(3, 3, 3) translate3d(-15.2%, -23.2%, 0);
}
#viewer #hotel.food_beverage_room2 {
  transform: scale3d(3, 3, 3) translate3d(-3.2%, -22.2%, 0);
}
#viewer #hotel.food_beverage_room3 {
  transform: scale3d(3, 3, 3) translate3d(-24.2%, -22.2%, 0);
}
#viewer #hotel.food_beverage_room4 {
  transform: scale3d(3, 3, 3) translate3d(8%, -18.1%, 0);
}
#viewer #hotel.hotel_spaces_room1 {
  transform: scale3d(3, 3, 3) translate3d(-32.2%, -24.1%, 0);
}
#viewer #hotel.hotel_spaces_room2 {
  transform: scale3d(3, 3, 3) translate3d(-19.2%, -24.2%, 0);
}
#viewer #hotel.hotel_spaces_room3 {
  transform: scale3d(3, 3, 3) translate3d(3%, -11.2%, 0);
}
#viewer #hotel.hotel_spaces_room4 {
  transform: scale3d(3, 3, 3) translate3d(-29.2%, -16.1%, 0);
}

.tippy-box[data-theme=map] {
  background: transparent;
  position: relative;
  overflow: visible;
  width: 550px;
  max-width: none !important;
  /*@media all and (min-width: 1280px) and (orientation: landscape) {
    transform: scale(1.2);
  }

  @media all and (min-width: 1440px) and (orientation: landscape) {
    transform: scale(1.5);
  }*/
}
@media all and (max-height: 650px) and (orientation: landscape) {
  .tippy-box[data-theme=map] {
    width: 450px;
  }
}
.tippy-box[data-theme=map]:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.8484187568%;
}
.tippy-box[data-theme=map] > .tippy-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.tippy-box[data-theme=map] .inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.tippy-box[data-theme=map] .inner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 3;
}
.tippy-box[data-theme=map] .inner .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.tippy-box[data-theme=map] .inner .text .text-inner {
  position: relative;
}
.tippy-box[data-theme=map] .inner .text .text-inner:after {
  display: none;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: solid 15px black;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}
@media all and (min-width: 1280px) {
  .tippy-box[data-theme=map] .inner .text .text-inner:after {
    display: block;
  }
}
.tippy-box[data-theme=map] .inner .text .text-inner a {
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background: #000000;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  font-size: 1.625em;
  color: #fff;
  position: relative;
  padding: 0.75em 1.5em;
  margin: 0 auto;
  width: 100%;
}
.tippy-box[data-theme=map] .inner .text .text-inner span {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate3d(0, -50%, 0);
}
.tippy-box[data-theme=map] .inner button {
  background: white;
  border-radius: 50%;
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 20;
  color: black;
  font-family: "Arial", sans-serif;
  text-align: center;
  cursor: pointer;
}
.tippy-box[data-theme=map] .tippy-arrow {
  opacity: 0;
}

div[data-tippy-root] {
  z-index: 10 !important;
}

.custom-popup-class {
  overflow: hidden;
  padding: 0;
}
.custom-popup-class .leaflet-popup-content-wrapper {
  overflow: hidden;
  padding: 0;
}
.custom-popup-class .leaflet-popup-content {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.custom-popup-class .leaflet-popup-content img {
  width: 100%;
}
.custom-popup-class .leaflet-popup-scrolled {
  border: 0;
}

#categorySlider {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#categorySlider .content {
  height: 100%;
}
#categorySlider .category-slider-bg {
  filter: blur(1px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease;
  opacity: 1;
}
#categorySlider #slider-container {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  /*@media all and (max-height: 768px) and (min-width: 500px) {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
  }*/
  /*@include media-min-width(768px) {
      padding-top: 150px;
      align-items: flex-start;
  }*/
}
@media all and (orientation: landscape) {
  #categorySlider #slider-container {
    min-height: 600px;
    padding: 100px 0;
    flex-direction: row;
  }
}
@media all and (orientation: landscape) and (min-width: 1024px) {
  #categorySlider #slider-container {
    padding: 0;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  #categorySlider #slider-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }
}
@media all and (orientation: portrait) and (min-height: 900px) and (min-width: 1024px) {
  #categorySlider #slider-container {
    padding-top: 115px;
    justify-content: center;
  }
}
#categorySlider #slider-container:before {
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(63deg, black 30%, rgba(0, 0, 0, 0.6) 50%, black 100%);
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 7;
}
#categorySlider .slider-text {
  position: relative;
  z-index: 1000;
  overflow: visible;
  text-align: center;
  color: #000;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 50px 0 20px;
  transform: translate3d(-1000px, 0, 0);
  transition: all 0.4s ease;
  transition-delay: 1s;
  padding-left: 1.25em;
  /*@include media-min-height(500px) {
    margin-top: 0;
    margin-bottom: 1.25em;
    align-items: center;
    flex-direction: column;
  }

  @include media-min-width(768px) {
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 6em;
    width: 50%;
  }

  @include media-min-width(1024px) {
    width: 30%;
    margin-bottom: 0;
  }*/
}
@media all and (orientation: landscape) {
  #categorySlider .slider-text {
    margin: 0 0 40px;
    padding-left: 1.25em;
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  #categorySlider .slider-text {
    text-align: left;
  }
}
#categorySlider .slider-text .pin {
  align-self: flex-start;
  overflow: visible;
  background: rgba(0, 0, 0, 0.6);
  height: 80px;
  width: 80px;
  /*border-radius: 33.3%/50%;*/
  border-radius: 50%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 3.125em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 10px;
}
@media (min-width: 1024px) and (min-height: 600px) {
  #categorySlider .slider-text .pin {
    width: 100px;
    margin: 0;
    align-self: center;
  }
}
#categorySlider .slider-text .pin span {
  background: black;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 1.2em;
  text-align: center;
}
#categorySlider .slider-text .text-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60%;
}
@media (min-width: 768px) and (min-height: 600px) {
  #categorySlider .slider-text .text-inner {
    text-align: left;
    padding-left: 1em;
    max-width: 400px;
    width: 100%;
  }
  #categorySlider .slider-text .text-inner p {
    margin: 0;
  }
}
@media all and (min-width: 1400px) {
  #categorySlider .slider-text .text-inner {
    margin-left: 1em;
  }
}
#categorySlider .slider-text .text-inner .title {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.375em;
  margin: 0;
  width: 100%;
}
@media all and (orientation: landscape) {
  #categorySlider .slider-text .text-inner .title {
    margin: 1em 0 0 2em;
  }
}
@media all and (min-width: 768px) {
  #categorySlider .slider-text .text-inner .title {
    margin-left: 0;
  }
}
#categorySlider .slider-text .text-inner .title__icon {
  margin-right: 0.9375em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #ffffff;
}
#categorySlider .slider-text .text-inner .title__icon span {
  background: black;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 1.2em;
  text-align: center;
  font-size: 2em;
  padding: 0.3125em;
}
@media screen and (min-width: 1224px) {
  #categorySlider .slider-text .text-inner .title__icon span {
    font-size: 2.1875em;
    padding: 0.3125em;
  }
}
#categorySlider .slider-text .text-inner p {
  color: #ffffff;
  margin: 0 20px;
  display: none;
}
@media screen and (min-width: 992px) {
  #categorySlider .slider-text .text-inner p {
    display: inline-block;
    margin: 1em 0;
    line-height: 1.625em;
    font-size: 1em;
    width: 100%;
  }
}
#categorySlider .swiper-main-container {
  height: 100%;
  z-index: 8;
  width: 100%;
}
@media all and (orientation: landscape) {
  #categorySlider .swiper-main-container {
    width: 65%;
  }
  #categorySlider .swiper-main-container .swiper-wrapper {
    align-items: center;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  #categorySlider .swiper-main-container {
    width: 70%;
    overflow: hidden;
  }
  #categorySlider .swiper-main-container .swiper-wrapper {
    align-items: center;
  }
}
@media all and (min-width: 1440px) {
  #categorySlider .swiper-main-container {
    margin-left: 0;
  }
}
@media all and (orientation: portrait) and (min-height: 900px) and (min-width: 1024px) {
  #categorySlider .swiper-main-container {
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  #categorySlider .swiper-main-container .swiper-wrapper {
    align-items: flex-start;
    padding-top: 3em;
  }
}
#categorySlider .swiper-slide {
  max-height: 300px;
  max-width: 450px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translate3d(0, 1000px, 0);
  transition: all 1s ease;
  transition-delay: 0.75s;
  /*@media all and (orientation: landscape) {
      max-width: none;
  }*/
  /*@include media-min-width(1024px) {
      max-height: 500px;
      max-width: 550px;

      &.swiper-slide-prev {
          .slide-inner {
              opacity: 0;
          }
      }
  }*/
}
#categorySlider .swiper-slide:nth-child(1) {
  transition-delay: 500ms;
}
#categorySlider .swiper-slide:nth-child(2) {
  transition-delay: 1000ms;
}
#categorySlider .swiper-slide:nth-child(3) {
  transition-delay: 1500ms;
}
#categorySlider .swiper-slide:nth-child(4) {
  transition-delay: 2000ms;
}
#categorySlider .swiper-slide:nth-child(5) {
  transition-delay: 2500ms;
}
#categorySlider .swiper-slide:nth-child(6) {
  transition-delay: 3000ms;
}
#categorySlider .swiper-slide:nth-child(7) {
  transition-delay: 3500ms;
}
#categorySlider .swiper-slide:nth-child(8) {
  transition-delay: 4000ms;
}
#categorySlider .swiper-slide:nth-child(9) {
  transition-delay: 4500ms;
}
#categorySlider .swiper-slide:nth-child(10) {
  transition-delay: 5000ms;
}
#categorySlider .swiper-slide:nth-child(11) {
  transition-delay: 5500ms;
}
#categorySlider .swiper-slide:nth-child(12) {
  transition-delay: 6000ms;
}
#categorySlider .swiper-slide:nth-child(13) {
  transition-delay: 6500ms;
}
#categorySlider .swiper-slide:nth-child(14) {
  transition-delay: 7000ms;
}
#categorySlider .swiper-slide:nth-child(15) {
  transition-delay: 7500ms;
}
#categorySlider .swiper-slide:nth-child(16) {
  transition-delay: 8000ms;
}
#categorySlider .swiper-slide:nth-child(17) {
  transition-delay: 8500ms;
}
#categorySlider .swiper-slide:nth-child(18) {
  transition-delay: 9000ms;
}
#categorySlider .swiper-slide:nth-child(19) {
  transition-delay: 9500ms;
}
#categorySlider .swiper-slide:nth-child(20) {
  transition-delay: 10000ms;
}
#categorySlider .swiper-slide:nth-child(21) {
  transition-delay: 10500ms;
}
#categorySlider .swiper-slide:nth-child(22) {
  transition-delay: 11000ms;
}
#categorySlider .swiper-slide:nth-child(23) {
  transition-delay: 11500ms;
}
#categorySlider .swiper-slide:nth-child(24) {
  transition-delay: 12000ms;
}
#categorySlider .swiper-slide:nth-child(25) {
  transition-delay: 12500ms;
}
#categorySlider .swiper-slide:nth-child(26) {
  transition-delay: 13000ms;
}
#categorySlider .swiper-slide:nth-child(27) {
  transition-delay: 13500ms;
}
#categorySlider .swiper-slide:nth-child(28) {
  transition-delay: 14000ms;
}
#categorySlider .swiper-slide:nth-child(29) {
  transition-delay: 14500ms;
}
#categorySlider .swiper-slide:nth-child(30) {
  transition-delay: 15000ms;
}
#categorySlider .swiper-slide:nth-child(31) {
  transition-delay: 15500ms;
}
#categorySlider .swiper-slide:nth-child(32) {
  transition-delay: 16000ms;
}
#categorySlider .swiper-slide:nth-child(33) {
  transition-delay: 16500ms;
}
#categorySlider .swiper-slide:nth-child(34) {
  transition-delay: 17000ms;
}
#categorySlider .swiper-slide:nth-child(35) {
  transition-delay: 17500ms;
}
#categorySlider .swiper-slide:nth-child(36) {
  transition-delay: 18000ms;
}
#categorySlider .swiper-slide:nth-child(37) {
  transition-delay: 18500ms;
}
#categorySlider .swiper-slide:nth-child(38) {
  transition-delay: 19000ms;
}
#categorySlider .swiper-slide:nth-child(39) {
  transition-delay: 19500ms;
}
#categorySlider .swiper-slide:nth-child(40) {
  transition-delay: 20000ms;
}
#categorySlider .swiper-slide:nth-child(41) {
  transition-delay: 20500ms;
}
#categorySlider .swiper-slide:nth-child(42) {
  transition-delay: 21000ms;
}
#categorySlider .swiper-slide:nth-child(43) {
  transition-delay: 21500ms;
}
#categorySlider .swiper-slide:nth-child(44) {
  transition-delay: 22000ms;
}
#categorySlider .swiper-slide:nth-child(45) {
  transition-delay: 22500ms;
}
#categorySlider .swiper-slide:nth-child(46) {
  transition-delay: 23000ms;
}
#categorySlider .swiper-slide:nth-child(47) {
  transition-delay: 23500ms;
}
#categorySlider .swiper-slide:nth-child(48) {
  transition-delay: 24000ms;
}
#categorySlider .swiper-slide:nth-child(49) {
  transition-delay: 24500ms;
}
#categorySlider .swiper-slide:nth-child(50) {
  transition-delay: 25000ms;
}
@media all and (min-height: 700px) {
  #categorySlider .swiper-slide {
    max-height: 350px;
    max-width: 550px;
  }
}
@media all and (min-height: 800px) {
  #categorySlider .swiper-slide {
    max-height: 450px;
    max-width: 650px;
  }
}
@media all and (min-width: 768px) and (orientation: portrait) {
  #categorySlider .swiper-slide {
    max-height: 550px;
    width: 70%;
    max-width: 750px;
  }
}
@media all and (orientation: landscape) and (min-width: 1000px) and (min-height: 768px) {
  #categorySlider .swiper-slide {
    max-width: 750px;
  }
}
#categorySlider .swiper-slide.swiper-slide-next .slide-inner {
  opacity: 1;
  height: 100%;
}
#categorySlider .swiper-slide .slide-inner {
  text-align: center;
  width: 100%;
  height: 100%;
  /*height: 300px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease;
  padding-right: 4px;
  opacity: 0;
}
@media (min-width: 768px) and (min-height: 600px) {
  #categorySlider .swiper-slide .slide-inner {
    width: 100%;
    opacity: 1;
  }
}
#categorySlider .swiper-slide .image_box {
  height: 100%;
  overflow: hidden;
  transition: all 0.1s ease;
  position: relative;
  width: 80%;
}
@media (min-width: 768px) and (min-height: 600px) {
  #categorySlider .swiper-slide .image_box {
    width: 90%;
  }
}
#categorySlider .swiper-slide .bg-image {
  height: 100%;
  overflow: hidden;
  z-index: 5000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#categorySlider .swiper-slide .bg-image__inner {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: flex-end;
}
#categorySlider .swiper-slide img {
  width: auto;
  transform: translate3d(0, 0, 0);
  height: 100%;
}
#categorySlider .swiper-slide .text {
  background: transparent;
  color: white;
  font-size: 0.875em;
  font-weight: bold;
  z-index: 5;
  transform-origin: bottom left;
  transform: rotate(-90deg) translate3d(20px, 40px, 0);
  text-align: left;
  width: 100%;
  transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), font-size 1s ease 0.2s;
  margin: 10px;
}
@media screen and (min-width: 992px) {
  #categorySlider .swiper-slide .text {
    font-size: 1em;
  }
}
#categorySlider .swiper-slide .text a {
  display: block;
  color: white;
  padding: 20px 15px;
}
#categorySlider .swiper-slide .text a .icon-long-arrow-right {
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.6s;
}
#categorySlider .swiper-slide.swiper-slide-active .slide-inner {
  opacity: 1;
  height: 100%;
  width: 100%;
}
#categorySlider .swiper-slide.swiper-slide-active .slide-inner .image_box {
  color: black;
  overflow: visible;
}
#categorySlider .swiper-slide.swiper-slide-active .slide-inner .image_box::before, #categorySlider .swiper-slide.swiper-slide-active .slide-inner .image_box::after {
  width: 100%;
  height: 100%;
}
#categorySlider .swiper-slide.swiper-slide-active .slide-inner .image_box::before {
  border-top-color: #000;
  border-right-color: #000;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.25s;
}
#categorySlider .swiper-slide.swiper-slide-active .slide-inner .image_box::after {
  border-bottom-color: #000;
  border-left-color: #000;
  transition: border-color 0s ease-out 0.5s, width 0.15s ease-out 0.5s, height 0.15s ease-out 0.75s;
  right: -3px;
}
#categorySlider .swiper-slide.swiper-slide-active .slide-inner .image_box .text {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  transform: rotate(0);
  text-align: left;
  width: 100%;
  transition: background 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s, font-size 1s ease 0.4s;
}
#categorySlider .swiper-slide.swiper-slide-active .slide-inner .image_box .text a {
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: block;
  color: #fff;
  position: relative;
  width: 100%;
}
#categorySlider .swiper-slide.swiper-slide-active .slide-inner .image_box .text a .icon-long-arrow-right {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  #categorySlider .swiper-slide.swiper-slide-active .slide-inner .image_box .text a {
    font-size: 1.125em;
  }
}
#categorySlider .swiper-slide.swiper-slide-active .slide-inner .image_box .text span {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate3d(0, -50%, 0);
}
#categorySlider .glider-controls {
  position: absolute;
  bottom: 1.5em;
  right: 1em;
  z-index: 10;
  font-size: 30px;
  width: 100%;
  /*@media all and (orientation: landscape) {
      right: auto;
      left: .5em;
      width: 35%;
  }*/
}
@media (min-width: 768px) and (min-height: 600px) {
  #categorySlider .glider-controls {
    bottom: 1em;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  #categorySlider .glider-controls {
    width: 100%;
  }
}
#categorySlider .glider-controls .inner {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}
@media (min-width: 1024px) and (min-height: 600px) {
  #categorySlider .glider-controls .inner {
    justify-content: flex-end;
    padding-right: 2em;
  }
}
#categorySlider .glider-controls .inner .controls {
  height: 50px;
  width: 90px;
  position: relative;
}
@media (min-width: 768px) and (min-height: 600px) {
  #categorySlider .glider-controls .inner {
    bottom: 2em;
    right: 3em;
  }
}
#categorySlider .glider-controls .inner .separator {
  display: inline-block;
  height: 50%;
  border-right: 2px solid #000;
  width: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#categorySlider .glider-controls .inner button {
  background: none;
  border: 0;
  font-size: 20px;
  color: #D9D9D9;
}
#categorySlider .glider-controls .inner button:after {
  display: none;
}
#categorySlider #numberSlides {
  z-index: 1000;
  font-size: 1.5625em;
  color: #D9D9D9;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  margin-right: 1em;
  width: 100px;
}
@media all and (max-height: 768px) and (min-width: 500px) {
  #categorySlider #numberSlides {
    margin-right: 0.75em;
  }
}
#categorySlider #numberSlides .swiper-pagination-current {
  display: inline-block;
  font-size: 0.9375em;
  font-weight: 300;
  transform: translate3d(0, -10px, 0);
}
@media (min-width: 768px) and (min-height: 600px) {
  #categorySlider #numberSlides .swiper-pagination-current {
    transform: translate3d(0, -15px, 0);
  }
}
#categorySlider #numberSlides .swiper-pagination-total {
  display: inline-block;
  font-size: 0.625em;
  font-weight: 500;
}
#categorySlider.loaded #slider-container .slider-text {
  transform: translate3d(0, 0, 0);
}
#categorySlider.loaded #slider-container .swiper-main-container .swiper-wrapper .swiper-slide {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.fp-responsive #categorySlider #slider-container .swiper-main-container {
  min-height: 320px;
}
body.fp-responsive #categorySlider #slider-container .swiper-main-container .swiper-wrapper .swiper-slide {
  max-width: 400px;
}
body.fp-responsive #categorySlider #slider-container .swiper-main-container .swiper-wrapper .swiper-slide .slide-inner {
  height: 420px;
}
body.fp-responsive #categorySlider #slider-container .swiper-main-container .swiper-wrapper .swiper-slide .slide-inner .img_box {
  height: 420px;
}

.meetings_floorplans {
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.meetings_floorplans .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 0 2em 0;
}
@media all and (min-height: 600px) {
  .meetings_floorplans .content {
    padding-top: 115px;
  }
}
.meetings_floorplans .content .header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 1em;
  width: 100%;
}
.meetings_floorplans .content .header .text-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 1em;
  box-sizing: border-box;
  color: #ffffff;
  margin: 1em 0 0.5em;
}
.meetings_floorplans .content .header .text-inner .title {
  font-weight: 600;
  font-size: 1.375em;
  margin: 0;
  width: 100%;
}
@media all and (orientation: landscape) {
  .meetings_floorplans .content .header .text-inner .title {
    font-size: 1.625em;
    font-weight: 500;
  }
}
.meetings_floorplans .content .header .text-inner .circle {
  background: #fff;
  border-radius: 50%;
  height: 49px;
  width: 49px;
  margin-right: 1em;
  flex: 0 0 49px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.meetings_floorplans .content .header .text-inner .circle span {
  color: black;
  font-size: 50px;
}
.meetings_floorplans .content #floorplan_selector {
  flex-grow: 1;
  width: 100%;
  max-width: 880px;
  text-align: left;
  padding: 1em 1em 0;
  margin: 0 auto;
  overflow-y: auto;
}
@media all and (min-height: 600px) {
  .meetings_floorplans .content #floorplan_selector {
    padding: 2em 1em 0;
  }
}
.meetings_floorplans .content #floorplan_selector .floorplan-flex {
  padding-right: 2em;
  width: 100%;
  height: 100%;
  padding-left: 4em;
  text-align: left;
}
.meetings_floorplans .content #floorplan_selector .floorplan-flex .title {
  width: 100%;
  text-align: left;
  margin-bottom: 1.5em;
  font-weight: 600;
  font-size: 1.25em;
  color: #ffff;
}
.meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
@media all and (min-width: 450px) {
  .meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item {
    width: 45%;
    margin: 0 10px 0.5em 0;
  }
}
@media all and (min-width: 650px) {
  .meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item {
    margin: 0 12px 0.5em 0;
    width: 30%;
  }
}
@media all and (min-width: 768px) {
  .meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item {
    margin: 0 15px 0.5em 0;
    width: 30%;
  }
}
.meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item .img-box {
  border-radius: 21px;
  overflow: hidden;
  position: relative;
}
.meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item .img-box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 63.7777777778%;
}
.meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item .img-box img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item .img-box .actions {
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.5em 0;
}
.meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item .img-box .actions a {
  border: 1px solid white;
  border-radius: 50%;
  font-size: 16px;
  height: 38px;
  width: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 1em;
  color: white;
}
.meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item .img-box .actions a:hover span {
  transform: scale3d(1.1, 1.1, 1.1);
}
.meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item .img-box .actions a span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 1.625em;
  transition: all 0.4s ease;
}
.meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item .img-box .actions a span.icon-view-show {
  font-size: 1em;
}
.meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item .title {
  font-size: 12px;
  line-height: 14px;
  padding: 0.5em 1.5em;
  text-align: center;
  height: 50px;
}
@media all and (min-width: 768px) {
  .meetings_floorplans .content #floorplan_selector .floorplan-flex .floorplan-item .title {
    font-size: 12px;
    line-height: 14px;
  }
}

.downloadAll {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 0 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.downloadAll .downloadIcon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 35px;
  margin-left: 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875em;
  cursor: pointer;
}
.downloadAll .downloadIcon .circle {
  height: 37px;
  width: 37px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.downloadAll .downloadIcon .circle span.icon-download {
  display: inline-block;
  text-align: center;
  font-size: 1.25em;
  font-weight: 600;
}
.downloadAll .downloadIcon .circle span.icon-download::before {
  color: #fff;
}

.floorcapacity .vertical-bar {
  right: auto;
  left: 5%;
}

.new-floorplans {
  background: #104C97;
  color: white;
  position: relative;
}
.new-floorplans h2 {
  font-family: "Simple Joys 2.0", serif;
  font-size: 2em;
  font-weight: normal;
}
.new-floorplans .container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.new-floorplans .container .top {
  display: flex;
  flex-direction: row;
  height: 70%;
  padding-top: 10em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .new-floorplans .container .top {
    padding-top: 12em;
  }
}
.new-floorplans .container .bottom {
  display: flex;
  padding: 1em 0 0;
  height: 30%;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.new-floorplans .container .bottom .large-text {
  font-family: "Simple Joys 2.0", serif;
  font-size: 9.6875em;
  color: #2A66B1;
  white-space: nowrap;
  transform: translate3d(100%, 0, 0);
  transition: all 0.65s ease-in-out;
}
.new-floorplans .container .bottom img {
  position: absolute;
  left: 50%;
  top: -25%;
  transform: translate3d(-73px, 0, 0);
  width: 146px;
  display: none;
}
@media screen and (min-width: 992px) {
  .new-floorplans .container .bottom img {
    display: block;
  }
}
.new-floorplans .container .left {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .new-floorplans .container .left, .new-floorplans .container .right {
    width: 45%;
    margin: 0;
  }
}
.new-floorplans .container .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .new-floorplans .container .left {
    padding-right: 3em;
  }
}
.new-floorplans .container .left h2 {
  margin-bottom: 1em;
}
.new-floorplans .container .left .text {
  padding: 2em;
}
.new-floorplans .container .left .text p {
  max-width: 450px;
  font-weight: normal;
}
.new-floorplans .container .left img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .new-floorplans .container .left img {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .new-floorplans .container .left img {
    margin-left: 2em;
  }
}
.new-floorplans .container .left .download {
  margin: 1em 0 0;
  width: 100%;
}
.new-floorplans .container .left .download a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: white;
}
.new-floorplans .container .left .download .circle {
  height: 49px;
  width: 49px;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 20px;
  font-size: 16px;
}
.new-floorplans .container .left .download .circle span.icon-download {
  display: inline-block;
  text-align: center;
  font-size: 1.5625em;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .new-floorplans .container .left .download .circle span.icon-download {
    font-size: 2.1875em;
  }
}
.new-floorplans .container .left .download .circle span.icon-download::before {
  color: white;
}
.new-floorplans .features-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 55%;
}
@media screen and (min-width: 992px) {
  .new-floorplans .features-bg {
    display: block;
    max-width: 650px;
  }
}

.new-floorplans.active .bottom img {
  -webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;
}

.new-floorplans.active .bottom .large-text {
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes rotation {
  from {
    transform: translate3d(-73px, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(-73px, 0, 0) rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: translate3d(-73px, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(-73px, 0, 0) rotate(359deg);
  }
}
#sideMenuBox {
  /*display: none;*/
  height: 768px;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  transition: all 0s ease-out;
  transition-delay: 0s;
  z-index: 10;
}
#sideMenuBox.bg-width #sideMenuShape {
  width: 278px;
}
#sideMenuBox.active #sideMenu {
  transform: translate3d(0, -50%, 0);
  transition-delay: 0.5s;
  opacity: 1;
}
#sideMenuBox.active #sideMenu a {
  font-size: 0.875em;
  opacity: 1;
  transform: translateX(0);
}
#sideMenuBox.active #sideMenu a:hover {
  transform: translateX(15px);
}
#sideMenuBox.active #leftBurger {
  left: 220px;
  transition-duration: 0.7s;
  transition-delay: 0s;
}
#sideMenuBox.active #leftBurger .burger-inner .hamburger--icon::before {
  top: 0;
  transform: rotate(135deg);
}
#sideMenuBox.active #leftBurger .burger-inner .hamburger--icon::after {
  top: 0;
  transform: rotate(-135deg);
}

.sideMenuContainer {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.sideMenuContainer.white #leftBurger .burger-inner .hamburger--icon::before, .sideMenuContainer.white #leftBurger .burger-inner .hamburger--icon::after {
  background-color: #000;
}
.sideMenuContainer.white #sideMenu a {
  color: black;
}
.sideMenuContainer.white #sideMenu a:before {
  border-color: black;
}

#sideMenuShape {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
  transform: translate3d(0, 0, 0);
  /*transition-delay: .4s;*/
  max-height: 768px;
  position: relative;
  width: 50px;
}
@media (min-height: 768px) {
  #sideMenuShape {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}

#sideMenu {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  height: 100%;
  max-height: 768px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translate3d(0, -50%, 0);
  z-index: 50;
  line-height: 1.2em;
}
#sideMenu a {
  display: inline-block;
  color: white;
  font-weight: 400;
  margin: 0 0 1.25em 0;
  padding: 0 0 0 1.75em;
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(-100px);
  transition: transform 0.9s cubic-bezier(0.86, 0, 0.07, 1) 0.005s, opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1) 0.005s;
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  #sideMenu a {
    padding-left: 2.5em;
  }
}
#sideMenu a:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid white;
  background: none;
  position: absolute;
  border-radius: 5px;
  bottom: 0;
  left: 1.25em;
  transform: translate3d(0, -50%, 0);
}
#sideMenu a.active {
  font-weight: 600;
}
#sideMenu a.active:before {
  background: white;
}

#leftBurger {
  position: absolute;
  top: 50%;
  left: -5px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transform: translate3d(0, -50%, 0);
  transition: all 0.7s ease;
  transition-delay: 0.1s;
  z-index: 9999;
}
#leftBurger .burger-inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
#leftBurger .burger-inner .hamburger {
  z-index: 199;
  position: relative;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: inline-block;
}
#leftBurger .burger-inner .hamburger--icon {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  height: 100%;
}
#leftBurger .burger-inner .hamburger--icon, #leftBurger .burger-inner .hamburger--icon::before, #leftBurger .burger-inner .hamburger--icon::after {
  width: 15px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
}
#leftBurger .burger-inner .hamburger--icon {
  background-color: transparent;
}
#leftBurger .burger-inner .hamburger--icon::before, #leftBurger .burger-inner .hamburger--icon::after {
  content: "";
  position: absolute;
  right: 0;
  transition: all 0.2s;
}
#leftBurger .burger-inner .hamburger--icon::before {
  top: -4px;
}
#leftBurger .burger-inner .hamburger--icon::after {
  top: 4px;
}

html body.first-load {
  /*#sideMenu {
    transition-delay: 0s !important;
  }*/
}

@media all and (min-height: 768px) {
  html body.fp-viewing-introduction #sideMenuBox {
    width: 29%;
  }
  html body.fp-viewing-introduction #sideMenuBox #sideMenuShape {
    width: 50px;
    transform: translate3d(-50px, 0, 0);
    transition-delay: 0s;
  }
  html body.fp-viewing-introduction #sideMenuBox #sideMenu a {
    opacity: 1;
    transform: translateX(0);
    /*transition-delay: 0.85s;*/
    /*&:first-child {
      transition-delay: 0.9s;
    }

    &:nth-child(2) {
      transition-delay: 0.95s;
    }

    &:nth-child(3) {
      transition-delay: 1s;
    }

    &:nth-child(4) {
      transition-delay: 1.05s;
    }

    &:nth-child(5) {
      transition-delay: 1.1s;
    }

    &:nth-child(6) {
      transition-delay: 1.15s;
    }*/
  }
  html body.fp-viewing-introduction #sideMenuBox #sideMenu a:hover {
    transform: translateX(15px);
  }
  html body.fp-viewing-introduction #sideMenuBox #leftBurger {
    left: -50px;
    transition-delay: 0s;
  }
}
.small-menu {
  position: fixed;
  bottom: 2em;
  z-index: 40000;
  left: 5%;
  right: 5%;
  width: 90%;
  transition: max-height 1s ease 0.5s;
  max-height: 50px;
  display: none;
}
@media screen and (min-width: 768px) {
  .small-menu {
    transition: max-width 1s ease 0.5s;
    left: 2em;
    right: 1em;
    width: calc(100% - 2em);
    max-width: 45px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .small-menu {
    bottom: 5.5em;
  }
}
.small-menu .white-background {
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  display: flex;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1em;
  transition: background-color 1s ease;
}
.small-menu .white-background nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 15px 0;
  transition: all 0.5s ease-in;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .small-menu .white-background nav {
    flex-wrap: nowrap;
    padding: 0;
  }
}
.small-menu .white-background nav a {
  color: white;
  display: inline-block;
  margin: 0 0.5em;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 25px;
  white-space: nowrap;
}
.small-menu.active {
  transition: max-width 1s ease-in 0s;
  max-width: 710px;
  width: auto;
  max-height: 9000px;
}
.small-menu.active .white-background {
  width: auto;
}
.small-menu.active nav {
  width: auto;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transition: opacity 1s ease-in 0.5s;
}
.small-menu .dot-wrapper {
  width: auto;
  max-width: 150px;
  margin-right: 1em;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .small-menu .dot-wrapper {
    margin-left: 0;
  }
}
.small-menu .dot-menu__checkbox {
  display: none;
}
.small-menu .dot-menu__label {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background-color: white;
  border-radius: 45px;
  margin: 0 auto;
  transition: background-color 0.2s linear;
  cursor: pointer;
  transform: rotate(90deg);
}
.small-menu .dot-menu__label {
  text-indent: -9999em;
}
.small-menu .dot-menu__label:before,
.small-menu .dot-menu__label:after,
.small-menu .dot-menu__label span:before {
  content: "";
  position: absolute;
  left: 19.5px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #104C97;
  transition: 0.4s;
}
.small-menu .dot-menu__label:before {
  top: 28.5px;
}
.small-menu .dot-menu__label:after {
  top: 10.5px;
}
.small-menu .dot-menu__label span:before {
  top: 19.5px;
}
.small-menu .dot-menu__checkbox:checked ~ .dot-menu__label:before {
  transform: rotate(224deg) translate(14px, -1px);
  transform-origin: center center;
  width: 60%;
}
.small-menu .dot-menu__checkbox:checked ~ .dot-menu__label:after {
  transform: rotate(136deg) translate(14px, 1px);
  transform-origin: center center;
  width: 60%;
}

body.fp-viewing-newFeatures .white-background {
  background: rgba(16, 76, 151, 0.5);
}
body.fp-viewing-newFeatures .white-background nav a {
  color: white;
}
body.fp-viewing-footer .white-background nav a {
  color:#fff;
}
body.fp-viewing-footer .white-background{
  background: rgba(16, 76, 151, 0.5);
}
body.fp-viewing-footer .dot-menu__label:before, body.fp-viewing-footer .dot-menu__label:after, body.fp-viewing-footer .dot-menu__label span:before
{
  background: #fff;
}
body.fp-viewing-footer .dot-menu__label {
  background: rgba(16, 76, 151, 0.5);
}
body.fp-viewing-newFeatures .dot-menu__label {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #104C97;
  border-radius: 45px;
  margin: 0 auto;
  transition: background-color 0.2s linear;
  cursor: pointer;
  transform: rotate(90deg);
}
body.fp-viewing-newFeatures .dot-menu__label {
  text-indent: -9999em;
}
body.fp-viewing-newFeatures .dot-menu__label:before,
body.fp-viewing-newFeatures .dot-menu__label:after,
body.fp-viewing-newFeatures .dot-menu__label span:before {
  content: "";
  position: absolute;
  left: 19.5px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: white;
  transition: 0.4s;
}

.section.floorcapacity {
  background: #ffffff;
  position: relative;
}
.section.floorcapacity .vertical-bar {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  transform-origin: bottom;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  justify-content: center;
  margin-right: 10px;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 3em;
}
@media screen and (min-width: 992px) {
  .section.floorcapacity .vertical-bar {
    right: 1em;
  }
}
@media screen and (min-width: 1224px) {
  .section.floorcapacity .vertical-bar {
    right: 5%;
  }
}
.section.floorcapacity .vertical-bar .line {
  display: block;
  background: #000;
  width: 1px;
  height: 30vh;
  transform: translate3d(8px, 0, 0);
  margin: 10px 0;
}
.section.floorcapacity .vertical-bar .downloadIcon .circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.625em;
  transform: translate3d(-6px, 0, 0);
}
@media screen and (min-width: 992px) {
  .section.floorcapacity .vertical-bar .downloadIcon .circle {
    font-size: 1em;
    height: 49px;
    width: 49px;
    margin: 0;
    transform: translate3d(-16px, 0, 0);
  }
}
.section.floorcapacity .vertical-bar .downloadIcon span.icon-download {
  font-size: 2.1875em;
}
.section.floorcapacity .vertical-bar .downloadIcon span.icon-download:before {
  color: black;
}
.horizontal_cta.floorcapacity__horizontal_cta {
  left: 10%;
  width: 50%;
}

.capacity {
  box-sizing: border-box;
  margin: 10px;
  padding: 20px;
  width: 85vw;
  max-width: 992px;
  position: relative;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.6s;
}
.active .capacity {
  opacity: 1;
  opacity: 1;
}
.capacity p {
  white-space: nowrap;
}
.capacity.loaded:before {
  display: none;
}
.capacity .scroll-info {
  position: absolute;
  bottom: -2em;
  left: auto;
  right: auto;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.capacity .scroll-info span {
  display: inline-block;
  margin: 0 10px;
}
.capacity .inner-scroll {
  width: 100%;
  max-height: 33vh !important;
  overflow-y: scroll;
}
@media all and (orientation: landscape) and (max-height: 768px) {
  .capacity .inner-scroll {
    max-height: 40vh !important;
  }
}
@media all and (orientation: landscape) and (min-height: 769px) {
  .capacity .inner-scroll {
    max-height: 50vh !important;
  }
}
.capacity table {
  font-size: 0.75em;
}
.capacity table thead tr {
  border-bottom: 1px solid #17181D;
  padding-bottom: 0.9375em;
}
.capacity table tbody tr {
  padding-bottom: 0.9375em;
  padding-top: 0.9375em;
}
.capacity table th {
  font-weight: bold;
  font-size: 1.125em;
}
.capacity table th, .capacity table td {
  white-space: nowrap;
  padding: 8px 10px;
}
@media all and (min-width: 768px) and (min-height: 768px) {
  .capacity {
    /*.DTFC_LeftWrapper {
      width: auto !important;
      height: auto !important;

      .DTFC_LeftHeadWrapper {
        height: auto !important;
      }
      .DTFC_LeftBodyWrapper {
        height: auto !important;

        .DTFC_LeftBodyLiner {
          width: auto !important;
          height: auto !important;
          max-height: none !important;
        }
      }

    }*/
  }
}

.section.footer {
  background: #104c97;
  position: relative;
}
.section.footer .back-to-top {
  position: absolute;
  top: 30px;
  display: inline-block;
  left: 60px;
  width: 80px;
  font-size: 0.75em;
  color: white;
  text-align: center;
}
.section.footer .back-to-top span {
  font-size: 35px;
  display: block;
  margin-bottom: 5px;
  line-height: 0.5em;
}
.section.footer .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.section.footer .content .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em 1em;
}
.section.footer .content .top a.logo {
  display: inline-block;
  margin: 1em 0 2em;
  width: 150px;
}
.section.footer .content .top a.logo img {
  width: 100%;
}
.section.footer .content .top .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.section.footer .content .top .buttons a.btn {
  padding-top: 0;
  margin: 0 1em;
}
.section.footer .content .top .buttons a.btn .inner span {
  font-size: 25px;
}
.section.footer .content .bottom {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 3em 1em;
  min-height: 120px;
  box-sizing: border-box;
  width: 100%;
}
.section.footer .content .bottom a.btn {
  width: 120px;
  height: 130px;
  margin: 0 1em;
  padding-top: 0;
}
.section.footer .content .bottom a.btn .inner {
  width: 66px;
  height: 66px;
}
.section.footer .content .bottom a.btn .inner:after {
  width: 78px;
  height: 78px;
  top: -6px;
  bottom: 0;
  left: -6px;
}
.section.footer .content .bottom a.btn .inner span {
  font-size: 40px;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(16px);
  }
  60% {
    transform: translateY(8px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(16px);
  }
  60% {
    transform: translateY(8px);
  }
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.horizontal_cta {
  display: flex;
  align-items: center;
  margin-top: 1.25em;
  transition-delay: 1.3s;
  max-width: 500px;
  opacity: 1;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  justify-content: space-between;
  width: 90%;
  position: absolute;
  left: 10%;
  bottom: 0;
  margin-top: 0;
  transform-origin: bottom left;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .horizontal_cta {
    transition-delay: 0.6s;
  }
}
@media screen and (min-width: 1224px) {
  .horizontal_cta {
    bottom: 10%;
    width: 100%;
  }
}
.horizontal_cta .line {
  display: none;
  display: block;
  background: #ffffff;
  height: 1px;
  width: 70%;
}
.horizontal_cta .title {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .horizontal_cta .title {
    text-decoration: none;
  }
}
.horizontal_cta a {
  color: #ffffff;
}
.horizontal_cta .circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 10px;
  font-size: 0.625em;
  transform: rotate(90deg);
}
@media screen and (min-width: 992px) {
  .horizontal_cta .circle {
    transform: rotate(90deg);
    font-size: 1em;
    height: 49px;
    width: 49px;
    margin: 0;
  }
}
.horizontal_cta span.icon-download {
  font-size: 2.1875em;
}
.active .horizontal_cta {
  opacity: 1;
}
@media (max-width: 768px) {
  .active .horizontal_cta .floorcap__horizontal_cta {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.horizontal_cta.dark a {
  color: #17181D;
}
.horizontal_cta.dark .line {
  background-color: #17181D;
}
.horizontal_cta.dark .circle {
  background-color: #17181D;
}
.section.imageParallax {
  position: relative;
  background: rebeccapurple;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh !important;
}
.section.imageParallax.overview3 {
  background-image: url("../img/overview-3.jpg");
}
.section.imageParallax.overview4 {
  background-image: url("../img/overview-background-2.jpg");
}
.section.imageParallax:before {
  display: block;
  content: "";
  width: 100%;
  /*padding-top: (13 / 35) * 100%;*/
  padding-top: 80vh;
}
.section.imageParallax > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.niceImage {
  overflow: hidden;
}
.niceImage .fp-tableCell {
  background: url("../img/hilton-guestrooms/features3.jpg") center center no-repeat;
  background-size: cover;
  transform: scale(1.35);
  transition: all 10s ease-in;
}
.niceImage.active .fp-tableCell {
  transform: scale(1);
}
.niceImage.brightsmith .fp-tableCell {
  background-image: url("../img/brightsmith/parallax.jpg");
}

.h_wrapper {
  overflow: hidden;
}

.introduction {
  position: relative;
  overflow: hidden;
}
.introduction:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(63deg, black 0%, rgba(0, 0, 0, 0.2) 48%, black 100%);
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .introduction:before {
    background: none;
  }
}
.introduction .content {
  color: white;
  padding: 1em 2em;
  text-align: center;
  position: relative;
  transition: all 0.6s ease;
  z-index: 4;
}
.introduction .content--bottom-align {
  padding-bottom: 6em;
}
.introduction .content h1 {
  font-size: 1.5625em;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  opacity: 0;
  transform: translate3d(0, 75px, 0);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 175px, 0);
  transition-delay: 0.9s;
}
@media screen and (min-width: 768px) {
  .introduction .content h1 {
    font-size: 3.125em;
  }
}
@media screen and (min-width: 992px) {
  .introduction .content h1 {
    font-size: 3.75em;
  }
}
@media screen and (min-width: 1224px) {
  .introduction .content h1 {
    font-size: 5.625em;
    margin-bottom: 50px;
  }
}
.introduction .content h2 {
  font-family: "Simple Joys 2.0", serif;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .introduction .content h2 {
    font-size: 2.1875em;
  }
}
@media screen and (min-width: 1224px) {
  .introduction .content h2 {
    font-size: 3.125em;
  }
}
.introduction .content h2 > span {
  position: relative;
  display: inline-block;
}
.introduction .content h2 > span:before, .introduction .content h2 > span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid;
  width: 100px;
  margin: 0;
}
.introduction .content h2 > span:before {
  right: 100%;
  margin-right: 25px;
}
.introduction .content h2 > span:after {
  left: 100%;
  margin-left: 25px;
}
.introduction .content .tagline {
  font-size: 2.125em;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 0.5em 0;
  letter-spacing: -2px;
}
@media all and (min-width: 768px) {
  .introduction .content .tagline {
    font-size: 3.375em;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  .introduction .content .tagline {
    margin-bottom: 0.75em;
  }
}
.introduction .content .tagline strong {
  font-family: "Simple Joys 2.0";
  font-weight: 400;
  font-size: 144px;
}
.introduction .content p {
  display: inline-block;
  max-width: 470px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 1.9s;
}
@media screen and (min-width: 768px) {
  .introduction .content p {
    margin-bottom: 3.125em;
  }
}
.introduction .content .scrollDown {
  display: inline-block;
  color: white;
  width: 34px;
  height: 43px;
  margin: 1em 0 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 1.8s;
}
.introduction .content .scrollDown span {
  font-size: 2.8125em;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .introduction .content .scrollDown {
    margin: 4em 0;
  }
}
.introduction.first-load .content {
  transition-delay: 0s;
}
.introduction.fp-completely.active .content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.introduction.fp-completely.active h1 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.introduction.fp-completely.active h1:after {
  opacity: 1;
}
.introduction.fp-completely.active p {
  opacity: 1;
}
.introduction.fp-completely.active .scrollDown {
  opacity: 1;
  -webkit-animation: flasher 6s 3;
          animation: flasher 6s 3;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.richmond-suite .introduction {
  background-image: url("../img/introduction/richmond-suite.jpg");
}

.kensington-suite .introduction {
  background-image: url("../img/introduction/kensington-suite.jpg");
}

.admiral-suite .introduction {
  background-image: url("../img/introduction/admiral-suite.jpg");
}

.hoxton .introduction {
  background-image: url("../img/introduction/hoxton-lounge-meeting-rooms.jpg");
}

.gmt-suite .introduction {
  background-image: url("../img/introduction/gmt-suite.jpg");
}

.mezzanine .introduction {
  background-image: url("../img/category-slider/meetings-events/mezzanine-meeting-rooms.jpg");
}

.room-23 .introduction {
  background-image: url("../img/category-slider/meetings-events/room-23.jpg");
}

.executive-lounge-meeting-rooms .introduction {
  background-image: url("../img/introduction/executive-lounge-meeting-rooms.jpg");
}

.hybrid-meeting-rooms .introduction {
  background-image: url("../img/category-slider/meetings-events/hybrid-meeting-rooms.jpg");
}

.west-wing-foyer .introduction {
  background-image: url("../img/category-slider/meetings-events/west-wing-lobby.jpg");
}

.hilton-guestrooms .introduction {
  background-image: url("../img/category-slider/rooms-bedrooms/hilton-guestrooms.jpg");
}

.executive-rooms .introduction {
  background-image: url("../img/introduction/executive-rooms.jpg");
}

.tyburn-kitchen .introduction {
  background-image: url("../img/introduction/tyburn-kitchen.jpg");
}

.tyburn-market .introduction {
  background-image: url("../img/introduction/tyburn-market.jpg");
}

.bow-bar .introduction {
  background-image: url("../img/introduction/bow-bar.jpg");
}

.event-food-beverage .introduction {
  background-image: url("../img/introduction/event-food-beverage.jpg");
}

.gym .introduction {
  background-image: url("../img/introduction/gym.jpg");
}

.reception .introduction {
  background-image: url("../img/introduction/reception.jpg");
}

.lobby-bar .introduction.fp-completely.active .content {
  padding-bottom: 12em;
}

.story-slider {
  position: relative;
  overflow-x: hidden;
}
.story-slider .story-slider-bg .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease;
  opacity: 1;
}
.story-slider .story-slider-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(63deg, black 0%, rgba(0, 0, 0, 0.2) 48%, black 100%);
  z-index: 2;
}
.story-slider .story-main-container {
  height: 100%;
  z-index: 8;
  width: 100%;
}
.story-slider .story-main-container .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  visibility: hidden;
}
.story-slider .story-main-container .swiper-slide-content {
  background: rgba(16, 76, 151, 0.8);
  height: 100%;
  color: white;
  z-index: 10;
  margin: 0 1em;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .story-slider .story-main-container .swiper-slide-content {
    max-width: 700px;
    width: 37%;
  }
}
.story-slider .story-main-container .swiper-slide-content .inner {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 2em 3em 3em;
  transition: all 0.4s ease;
  transition-delay: 0.8s;
  opacity: 0;
}
.story-slider .story-main-container .swiper-slide-content .inner p b {
  font-weight: 600;
}
@media all and (min-width: 768px) and (min-height: 600px) {
  .story-slider .story-main-container .swiper-slide-content .inner {
    padding: 3em 5em 4em;
  }
}
@media all and (min-width: 768px) and (min-height: 768px) {
  .story-slider .story-main-container .swiper-slide-content .inner {
    padding: 3em 5em 4em;
  }
}
.story-slider .story-main-container .swiper-slide-content .topline {
  color: #D9D9D9;
  display: block;
  margin-bottom: 0.25em;
  opacity: 0;
  transform: translate3d(0, 75px, 0);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.9s;
}
.story-slider .story-main-container .swiper-slide-content h2 {
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 1s;
  font-family: "Simple Joys 2.0", serif;
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}
.story-slider .story-main-container .swiper-slide-content h1 {
  font-size: 1.75em;
  margin: 0 0 0.5em 0;
}
.story-slider .story-main-container .swiper-slide-content p {
  margin: 1em 0 0;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 1.3s;
  font-size: 0.875em;
  font-weight: normal;
}
.story-slider .story-main-container .swiper-slide-content p strong {
  font-weight: 600;
}
.story-slider .glider-controls {
  position: absolute;
  bottom: 0.25em;
  left: 0;
  right: 1em;
  z-index: 10;
  font-size: 30px;
  width: 100%;
}
@media all and (max-height: 768px) and (min-width: 500px) {
  .story-slider .glider-controls {
    right: auto;
    left: 0.5em;
    width: 35%;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  .story-slider .glider-controls {
    width: 100%;
  }
}
.story-slider .glider-controls .inner {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
}
@media all and (max-height: 768px) and (min-width: 500px) {
  .story-slider .glider-controls .inner {
    justify-content: flex-start;
  }
}
.story-slider .glider-controls .inner .caption {
  color: white;
  font-size: 12px;
  line-height: 50px;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .story-slider .glider-controls .inner .caption {
    font-size: 14px;
  }
}
.story-slider .glider-controls .inner .line {
  height: 25px;
  border-bottom: 1px solid white;
  flex: 2;
  margin-left: 2em;
  display: none;
}
@media screen and (min-width: 768px) {
  .story-slider .glider-controls .inner .line {
    display: block;
  }
}
.story-slider .glider-controls .inner .controls {
  height: 50px;
  position: relative;
  display: flex;
  margin-left: 1em;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) and (min-height: 600px) {
  .story-slider .glider-controls .inner {
    bottom: 2em;
    right: 3em;
  }
}
.story-slider .glider-controls .inner .separator {
  display: inline-block;
  height: 50%;
  border-right: 2px solid white;
  width: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.story-slider .glider-controls .inner .fraction {
  display: inline-block;
  width: 2em;
  height: 50px;
  line-height: 50px;
  font-size: 0.75em;
  color: white;
  margin: 0 1em;
}
.story-slider .glider-controls .inner .fraction .swiper-pagination-current,
.story-slider .glider-controls .inner .fraction .swiper-pagination-total {
  font-size: 0.75em;
  color: white;
}
.story-slider .glider-controls .inner button {
  background: none;
  border-radius: 50%;
  padding: 10px;
  font-size: 20px;
  color: white;
  border: 2px solid white;
  height: 50px;
  width: 50px;
}
.story-slider .glider-controls .inner button.swiper-button-disabled {
  opacity: 0.3;
}
.story-slider .glider-controls .inner button:after {
  display: none;
}
.story-slider.active .swiper-slide-active .swiper-slide-content {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.story-slider.active .swiper-slide-active .swiper-slide-content .inner {
  opacity: 1;
}
.story-slider.active .swiper-slide-active .topline {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.story-slider.active .swiper-slide-active h2, .story-slider.active .swiper-slide-active p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.photo-gallery {
  background: #000;
}
.photo-gallery #galleryBox {
  width: 100%;
  position: relative;
  z-index: 8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px 0;
  margin: 0 0 2em;
}
@media all and (min-width: 768px) {
  .photo-gallery #galleryBox {
    margin-top: 150px;
  }
}
.photo-gallery #galleryBox .swiper-wrapper {
  width: 100%;
  height: auto;
}
.photo-gallery #galleryBox .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.photo-gallery #galleryBox .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 70%;
  position: relative;
}
.photo-gallery #galleryBox .swiper-wrapper .swiper-slide a:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.4s ease;
  background: rgba(0, 0, 0, 0.8);
  z-index: 6;
}
.photo-gallery #galleryBox .swiper-wrapper .swiper-slide a span {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 1.875em;
  color: white;
  z-index: 12;
}
.photo-gallery #galleryBox .swiper-wrapper .swiper-slide a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 5;
}
.photo-gallery #galleryBox .swiper-wrapper .swiper-slide a p {
  font-size: 16px;
  height: 60%;
  width: 80%;
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0;
}
@media all and (min-width: 768px) {
  .photo-gallery #galleryBox .swiper-wrapper .swiper-slide a p {
    font-size: 18px;
  }
}
.photo-gallery #galleryBox .swiper-wrapper .swiper-slide a:hover:before, .photo-gallery #galleryBox .swiper-wrapper .swiper-slide a:hover p {
  opacity: 1;
}
.photo-gallery .gallery-text {
  color: #414141;
  font-size: 3.375em;
  font-weight: 600;
  padding: 0 30px;
}
@media all and (min-width: 768px) {
  .photo-gallery .gallery-text {
    font-size: 4.125em;
    padding-left: 0;
    margin-top: auto;
    margin-bottom: 100px;
  }
}
@media all and (min-width: 1280px) and (min-height: 600px) {
  .photo-gallery .gallery-text {
    font-size: 5.25em;
    max-width: 950px;
    align-self: baseline;
  }
}
@media all and (orientation: portrait) and (min-height: 1024px) {
  .photo-gallery.section .content {
    max-height: 768px;
  }
}

body.fp-auto-height-responsive .fp-auto-height-responsive {
  min-height: 650px;
  height: auto;
  padding: 2em 0;
}
body.fp-auto-height-responsive .fp-auto-height-responsive #galleryBox {
  margin-bottom: 2em;
}

.key-features {
  background: url("../img/key-features-bg.png");
  background-size: cover;
  overflow: hidden;
}
.key-features__richmond {
  background: #17181D;
}
.key-features__inner {
  width: 100%;
  margin-top: 1.875em;
}
@media screen and (min-width: 992px) {
  .key-features__inner {
    width: 50%;
  }
}
@media all and (orientation: landscape) {
  .key-features__inner {
    margin-top: 50px;
    padding: 0 1em;
  }
}
@media all and (orientation: landscape) and (min-height: 768px) {
  .key-features__inner {
    padding: 0 1em;
    width: 50%;
    margin-top: 115px;
  }
}
.key-features__text {
  color: white;
  max-width: 1440px;
  width: 80%;
  margin: 50px auto 0;
  position: relative;
  z-index: 13;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (orientation: landscape) {
  .key-features__text {
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    justify-items: center;
    flex-direction: row;
    align-self: flex-start;
  }
}
@media all and (orientation: landscape) and (max-width: 768px) {
  .key-features__text {
    margin-top: 115px;
  }
}
@media all and (min-width: 768px) {
  .key-features__text {
    height: auto;
  }
}
.key-features__text .strapline {
  color: #D9D9D9;
  display: inline-block;
  font-size: 1.125em;
  margin: 0 0 0.75em;
}
.key-features__text h2 {
  font-size: 20px;
  max-width: 350px;
}
@media all and (min-height: 768px) {
  .key-features__text h2 {
    font-size: 30px;
  }
}
.key-features__right {
  width: 100%;
  position: relative;
  display: none;
}
.key-features__right img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .key-features__right {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .key-features__right {
    display: block;
    padding: 0 1em;
    width: 80%;
    margin-top: 20px;
    margin-left: 20%;
  }
}
@media all and (orientation: landscape) {
  .key-features__right {
    margin-top: 50px;
    padding: 0 1em;
    width: 50%;
  }
}
@media all and (orientation: landscape) and (min-height: 768px) {
  .key-features__right {
    padding: 0 1em;
    width: 50%;
    margin-top: 80px;
  }
}
.key-features__right .large {
  padding-left: 5%;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.4s;
}
.key-features__right .large img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .key-features__right .large {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 505px;
  }
}
.active .key-features__right .large {
  opacity: 1;
}
.key-features__right .small {
  width: 50%;
  z-index: 10;
  box-shadow: 14px -13px 0px 5px #17181D;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.6s;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .key-features__right .small {
    transform: translate3d(-25%, -50%, 0);
  }
}
@media screen and (min-width: 992px) {
  .key-features__right .small {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.active .key-features__right .small {
  opacity: 1;
}
.key-features__stats {
  padding: 1.875em 0 0 1.875em;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .key-features__stats {
    padding: 3.125em 0 0 3.125em;
  }
}
.key-features__stats .stat {
  color: #ccc;
  font-size: 1.125em;
  padding-bottom: 1.5em;
  transition-delay: 0.2s;
  line-height: 1.2em;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.key-features__stats .stat:nth-child(1) {
  transition-delay: 0.4s;
}
.key-features__stats .stat:nth-child(2) {
  transition-delay: 0.5s;
}
.key-features__stats .stat:nth-child(3) {
  transition-delay: 0.6s;
}
.key-features__stats .stat:nth-child(4) {
  transition-delay: 0.7s;
}
.key-features__stats .stat:nth-child(5) {
  transition-delay: 0.8s;
}
.key-features__stats .stat:nth-child(6) {
  transition-delay: 0.9s;
}
.key-features__stats .stat:nth-child(7) {
  transition-delay: 1s;
}
@media screen and (min-width: 992px) {
  .key-features__stats .stat {
    font-size: 1.5em;
    padding-bottom: 1.75em;
  }
}
@media screen and (min-width: 1824px) {
  .key-features__stats .stat {
    font-size: 1.75em;
  }
}
.active .key-features__stats .stat {
  opacity: 1;
  transform: translateX(0);
}
.key-features .key-features-slider-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.key-features .key-features-slider-container .key-features-text {
  color: white;
  max-width: 1440px;
  /*padding: 0 4em;*/
  align-self: flex-start;
  width: 80%;
  margin: 115px auto 0;
  position: relative;
  z-index: 13;
  /*@media all and (orientation: landscape) and (min-width: 1440px) {
    margin-top: 100px;
  }*/
  /*@media all and (min-width: 1440px) and (min-height: 768px) {
    margin-top: 150px;
  }*/
}
@media all and (orientation: landscape) {
  .key-features .key-features-slider-container .key-features-text {
    width: 90%;
    margin: 50px auto 0;
  }
}
@media all and (orientation: landscape) and (max-width: 768px) {
  .key-features .key-features-slider-container .key-features-text {
    margin-top: 115px;
  }
}
.key-features .key-features-slider-container .key-features-text .inner {
  width: 100%;
}
@media all and (orientation: landscape) {
  .key-features .key-features-slider-container .key-features-text .inner {
    margin-top: 50px;
    padding: 0 1em;
    width: 50%;
  }
}
@media all and (orientation: landscape) and (min-height: 768px) {
  .key-features .key-features-slider-container .key-features-text .inner {
    padding: 0 1em;
    width: 50%;
    margin-top: 115px;
  }
}
.key-features .key-features-slider-container .key-features-text .strapline {
  color: #D9D9D9;
  display: inline-block;
  font-size: 1.125em;
  margin: 0 0 0.75em;
}
.key-features .key-features-slider-container .key-features-text h2 {
  font-size: 20px;
  max-width: 350px;
}
@media all and (min-height: 768px) {
  .key-features .key-features-slider-container .key-features-text h2 {
    font-size: 30px;
  }
}
.key-features .key-features-slider-container .slider-box {
  flex-grow: 1;
  width: 80%;
  position: relative;
  z-index: 10;
}
@media all and (orientation: landscape) {
  .key-features .key-features-slider-container .slider-box {
    width: 90%;
  }
}
@media all and (min-width: 1336px) and (min-height: 650px) {
  .key-features .key-features-slider-container .slider-box {
    max-width: 1440px;
    max-height: 700px;
    margin: 0 auto 0;
  }
}
.key-features .key-features-slider-container .slider-box .border-box {
  margin: 2em auto 0;
  height: 75%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.key-features .key-features-slider-container .slider-box .border-box .key-features-img {
  transform: translate3d(-10px, 0, 0);
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.key-features .key-features-slider-container .slider-box .border-box .key-features-img img {
  width: 100%;
}
@media all and (orientation: landscape) {
  .key-features .key-features-slider-container .slider-box .border-box .key-features-img {
    transform: translate3d(-10px, -20%, 0);
  }
}
.key-features .key-features-slider-container .slider-box .border-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 2em;
  left: 0;
  height: 75%;
  width: 100%;
  max-width: 600px;
  border: 2px solid white;
  border-radius: 20px;
}
@media all and (orientation: portrait) {
  .key-features .key-features-slider-container .slider-box .border-box {
    flex-direction: column;
  }
}
.key-features .key-features-slider-container .stats {
  padding: 2em 1em 1em;
  width: 100%;
  color: white;
  z-index: 10;
}
@media all and (orientation: landscape) {
  .key-features .key-features-slider-container .stats {
    padding: 4em 2em;
    margin-right: 2em;
    max-width: 480px;
  }
}
@media all and (min-width: 1336px) {
  .key-features .key-features-slider-container .stats {
    padding: 3em 2em;
  }
}
.key-features .key-features-slider-container .stats .stat {
  display: inline-block;
  margin: 0 1% 2em;
  text-align: left;
  line-height: 1.2em;
  font-size: 0.75em;
  font-weight: 600;
  vertical-align: top;
  padding: 0 1em;
  opacity: 0;
  transition: all 0.4s ease;
  width: 47%;
  max-width: 200px;
}
@media all and (orientation: portrait) and (min-height: 600px) {
  .key-features .key-features-slider-container .stats .stat {
    width: 29%;
    margin: 0 1% 1em;
  }
}
@media all and (min-width: 768px) {
  .key-features .key-features-slider-container .stats .stat {
    font-size: 0.875em;
    margin: 0 1% 2em;
  }
}
@media all and (min-width: 1024px) {
  .key-features .key-features-slider-container .stats .stat {
    font-size: 1em;
  }
}
@media all and (min-width: 1336px) {
  .key-features .key-features-slider-container .stats .stat {
    margin-bottom: 3em;
  }
}
.key-features .key-features-slider-container .stats .stat:nth-child(1) {
  transition-delay: 0s;
}
.key-features .key-features-slider-container .stats .stat:nth-child(2) {
  transition-delay: 0s;
}
.key-features .key-features-slider-container .stats .stat:nth-child(3) {
  transition-delay: 0s;
}
.key-features .key-features-slider-container .stats .stat:nth-child(4) {
  transition-delay: 0s;
}
.key-features .key-features-slider-container .stats .stat:nth-child(5) {
  transition-delay: 0s;
}
.key-features .key-features-slider-container .stats .stat:nth-child(6) {
  transition-delay: 0s;
}
.key-features .key-features-slider-container .stats .stat:nth-child(7) {
  transition-delay: 0s;
}

.key-features.active .stats .stat {
  opacity: 1;
}
.key-features.active .stats .stat:nth-child(1) {
  transition-delay: 0.4s;
}
.key-features.active .stats .stat:nth-child(2) {
  transition-delay: 0.6s;
}
.key-features.active .stats .stat:nth-child(3) {
  transition-delay: 0.8s;
}
.key-features.active .stats .stat:nth-child(4) {
  transition-delay: 1s;
}
.key-features.active .stats .stat:nth-child(5) {
  transition-delay: 1.2s;
}
.key-features.active .stats .stat:nth-child(6) {
  transition-delay: 1.4s;
}
.key-features.active .stats .stat:nth-child(7) {
  transition-delay: 1.6s;
}

.new-key-features {
  overflow: hidden;
}
.new-key-features .text {
  margin-top: 6em;
}
@media screen and (min-width: 992px) {
  .new-key-features .text {
    margin-top: 1em;
    font-size: 14px;
  }
}
.new-key-features .text p {
  max-width: 100%;
  margin-top: 1em;
}
@media screen and (min-width: 992px) {
  .new-key-features .text p {
    max-width: 25%;
  }
}
.new-key-features .fp-tableCell {
  display: flex;
  flex-direction: column;
}
.new-key-features .fp-tableCell .newFeatSlider {
  flex: 1;
}
.new-key-features .fp-tableCell .newFeatSlider .featSlide {
  padding: 2em 0;
  position: relative;
  text-align: center;
}
.new-key-features .fp-tableCell .newFeatSlider .featSlide ul, .new-key-features .fp-tableCell .newFeatSlider .featSlide p {
  width: 100%;
  z-index: 1000;
  margin: 3em 0 0;
  padding: 0 1em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .new-key-features .fp-tableCell .newFeatSlider .featSlide ul, .new-key-features .fp-tableCell .newFeatSlider .featSlide p {
    position: absolute;
    top: 14em;
    width: 30vw;
    right: 11vw;
    left: auto;
  }
}
@media screen and (min-width: 1224px) {
  .new-key-features .fp-tableCell .newFeatSlider .featSlide ul, .new-key-features .fp-tableCell .newFeatSlider .featSlide p {
    width: 30vw;
    right: 10vw;
  }
}
.new-key-features .fp-tableCell .newFeatSlider .featSlide ul li, .new-key-features .fp-tableCell .newFeatSlider .featSlide p li {
  display: inline-block;
  margin: 0 0 3em 0;
  color: #000;
  width: 49%;
  font-size: 12px;
  vertical-align: top;
  font-weight: 600;
}
@media screen and (min-width: 1224px) {
  .new-key-features .fp-tableCell .newFeatSlider .featSlide ul li, .new-key-features .fp-tableCell .newFeatSlider .featSlide p li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1824px) {
  .new-key-features .fp-tableCell .newFeatSlider .featSlide ul li, .new-key-features .fp-tableCell .newFeatSlider .featSlide p li {
    font-size: 18px;
  }
}
.new-key-features .fp-tableCell .newFeatSlider .featSlide p {
  font-size: 1.125em;
}
@media screen and (min-width: 992px) {
  .new-key-features .fp-tableCell .newFeatSlider .featSlide {
    text-align: left;
  }
}

.newFeatSlider .fp-tableCell {
  position: relative;
}
.newFeatSlider .featSlide {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .newFeatSlider .featSlide {
    background: #ffffff;
    height: auto;
  }
}
.newFeatSlider .swiper-pagination-bullets {
  z-index: 4000;
  width: auto !important;
  left: 50% !important;
  bottom: 2em !important;
  text-align: left;
  background: #F4F4F4;
  display: flex;
  justify-content: center;
  flex-direction: row;
  border-radius: 20px;
  padding: 10px;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 992px) {
  .newFeatSlider .swiper-pagination-bullets {
    right: 28% !important;
    left: auto !important;
    bottom: 10em !important;
  }
}
.newFeatSlider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #000;
}

.new-key-features {
  background: white;
}
.new-key-features h2 {
  font-family: "Simple Joys 2.0", serif;
  font-size: 2em;
  font-weight: 400;
  margin: 2em 0 1em;
}
.new-key-features .fp-tableCell {
  position: relative;
}
.new-key-features .clipTwo {
  opacity: 0;
}
.new-key-features.active .clip-svg:not(.clipTwo) {
  z-index: 10;
}
.new-key-features.active .clip-svg.clipTwo {
  opacity: 1;
  z-index: 15;
}
.new-key-features .text {
  color: #000;
  padding: 0 2em;
}
@media screen and (min-width: 992px) {
  .new-key-features .text {
    position: absolute;
    top: 6em;
    left: 5vw;
    padding: 0;
    z-index: 20;
    height: calc(100% - 6em);
  }
}

.clip-svg {
  -webkit-clip-path: none;
          clip-path: none;
  transition: all 1s ease 3s;
  position: relative;
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  height: auto;
}
@media screen and (min-width: 992px) {
  .clip-svg {
    -webkit-clip-path: url(#myClip);
            clip-path: url(#myClip);
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.signature-dishes {
  position: relative;
}
.signature-dishes .content {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.signature-dishes .content .fullscreen-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.signature-dishes .content .fullscreen-bg:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
}
.signature-dishes .content .fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 100;
  overflow: hidden;
}
.signature-dishes .content .video-info {
  height: 200px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  bottom: 65%;
  left: 50%;
  opacity: 1;
  transition: all 0.8s ease;
  transform: translate3d(-50%, 50%, 0);
  text-align: center;
  z-index: 200;
  color: white;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) and (min-height: 600px) {
  .signature-dishes .content .video-info {
    bottom: 50%;
  }
  .signature-dishes .content .video-info.playing {
    transform: translate3d(0, 0, 0);
    bottom: 0;
    left: 0;
  }
  .signature-dishes .content .video-info.playing .small-title {
    height: 0;
    opacity: 0;
  }
  .signature-dishes .content .video-info.playing h2 {
    transform: scale3d(0.8, 0.8, 0.8);
    margin: 0;
  }
}
.signature-dishes .content .video-info .small-title {
  font-size: 18px;
  transition: all 0.4s ease;
}
.signature-dishes .content .video-info h2 {
  transition: all 0.4s ease;
  font-size: 54px;
  line-height: 1.2em;
  margin: 0.15em 0 0.75em;
  white-space: nowrap;
}
@media all and (min-width: 768px) and (min-height: 768px) {
  .signature-dishes .content .video-info h2 {
    margin-bottom: 1.25em;
  }
}
.signature-dishes .content .video-info a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}
.signature-dishes .content .video-info a img {
  display: block;
  width: 77px;
  height: 77px;
  margin: 15px auto;
}
.signature-dishes .content .video-list {
  position: absolute;
  bottom: 2em;
  right: 0;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 205;
}
@media all and (min-width: 768px) {
  .signature-dishes .content .video-list {
    justify-content: flex-end;
    right: 2em;
  }
}
.signature-dishes .content .video-list .video {
  width: 224px;
  height: 143px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.signature-dishes .content .video-list .video.active {
  transform: translate3d(1000px, 0, 0);
  visibility: hidden;
  width: 0;
}
.signature-dishes .content .video-list .video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  border-radius: 15px;
}
.signature-dishes .content .video-list .video .video-poster {
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.signature-dishes .content .video-list .video .video-poster img {
  filter: grayscale(0.7);
  position: absolute;
  top: 50%;
  border-radius: 10px;
  left: 50%;
  width: 92%;
  height: 90%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 30;
}
.signature-dishes .content .video-list .video .video-poster .play-icon {
  display: block;
  background: url("../img/play-icon.png") center center no-repeat;
  background-size: unset;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 40;
  cursor: pointer;
}

body.fp-resonsive .fp-auto-height-responsive .fullscreen-bg {
  height: 650px;
}

.floorcap {
  background: white;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .floorcap .horizontal_cta.floorcapacity__horizontal_cta {
    right: 0;
  }
}
.floorcap.dark-bg {
  background-color: #17181D;
}
.floorcap img {
  width: 100%;
}
.floorcap .floorplan {
  padding: 13.75em;
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.6s;
}
@media screen and (min-width: 768px) {
  .floorcap {
    display: flex;
    flex: 1;
    width: 50%;
    padding-right: 1.875em;
  }
}
@media screen and (min-width: 1224px) {
  .floorcap {
    align-items: center;
  }
}
.floorcap__right {
  padding: 2em 2em 3em;
}
@media screen and (min-width: 768px) {
  .floorcap__right {
    width: 50%;
    display: flex;
    align-items: center;
    padding-right: 1.875em;
    position: relative;
  }
}
.floorcap__right .inner {
  max-width: 500px;
}
.floorcap__right .topline {
  color: #D9D9D9;
  display: block;
  margin-bottom: 0.25em;
  opacity: 0;
  transform: translate3d(0, 75px, 0);
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.9s;
}
.floorcap__right h2 {
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 1s;
}
.floorcap__right p {
  margin: 1em 0 0;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 1.3s;
}
.floorcap .content {
  padding-top: 50px;
  flex-direction: row;
  align-items: stretch;
}
.floorcap .content.capacity-content {
  align-items: center;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .floorcap .content {
    padding-top: 115px;
  }
}
.floorcap .top-text {
  text-align: center;
  height: 61px;
}
.floorcap .top-text .strapline {
  display: inline-block;
  font-size: 1.125em;
  margin: 0 0 0.75em;
}
.floorcap .top-text h2 {
  font-size: 1.875em;
  font-weight: 600;
}
.floorcap #floorcap {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  width: 80%;
  max-width: 768px;
}
.floorcap #floorcap .floorcap-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 500px;
  width: 100%;
  max-width: 768px;
  flex: 1;
  border-radius: 25px;
  margin: 2em auto;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
}
.floorcap #floorcap .floorcap-container.menu {
  max-width: none;
  height: 40vh;
}
.floorcap #floorcap .floorcap-container .floorplans,
.floorcap #floorcap .floorcap-container .capacity {
  box-sizing: border-box;
  margin: 10px;
  transition: opacity 0.4s ease;
  transition-delay: 0.2s;
  opacity: 0;
  transform: translate3d(0, -1000px, 0);
  display: none;
}
.floorcap #floorcap .floorcap-container .floorplans p,
.floorcap #floorcap .floorcap-container .capacity p {
  white-space: nowrap;
}
.floorcap #floorcap .floorcap-container .floorplans.active,
.floorcap #floorcap .floorcap-container .capacity.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  display: inline-block;
}
.floorcap #floorcap .floorcap-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.floorcap #floorcap .floorcap-container .floorplans {
  text-align: center;
  max-width: 768px;
  height: 100%;
}
.floorcap #floorcap .floorcap-container .floorplans .inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 0;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (orientation: landscape) {
  .floorcap #floorcap .floorcap-container .floorplans .inner img {
    height: 100%;
  }
}
@media all and (orientation: portrait) {
  .floorcap #floorcap .floorcap-container .floorplans .inner img {
    width: 100%;
  }
}
.floorcap #floorcap .floorcap-container .capacity {
  width: 85vw;
  max-width: 768px;
  position: relative;
}
.floorcap #floorcap .floorcap-container .capacity:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: white;
  opacity: 0.7;
  z-index: 10;
}
.floorcap #floorcap .floorcap-container .capacity.loaded:before {
  display: none;
}
.floorcap #floorcap .floorcap-container .capacity .scroll-info {
  position: absolute;
  bottom: -2em;
  left: auto;
  right: auto;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.floorcap #floorcap .floorcap-container .capacity .scroll-info span {
  display: inline-block;
  margin: 0 10px;
}
.floorcap #floorcap .floorcap-container .capacity .inner-scroll {
  width: 100%;
  max-height: 33vh !important;
  overflow-y: scroll;
}
@media all and (orientation: landscape) and (max-height: 768px) {
  .floorcap #floorcap .floorcap-container .capacity .inner-scroll {
    max-height: 40vh !important;
  }
}
@media all and (orientation: landscape) and (min-height: 769px) {
  .floorcap #floorcap .floorcap-container .capacity .inner-scroll {
    max-height: 50vh !important;
  }
}
.floorcap #floorcap .floorcap-container .capacity table {
  font-size: 0.75em;
}
.floorcap #floorcap .floorcap-container .capacity table th {
  font-weight: bold;
}
.floorcap #floorcap .floorcap-container .capacity table th, .floorcap #floorcap .floorcap-container .capacity table td {
  white-space: nowrap;
  padding: 8px 10px;
}
@media all and (min-width: 768px) and (min-height: 768px) {
  .floorcap #floorcap .floorcap-container .capacity {
    /*.DTFC_LeftWrapper {
      width: auto !important;
      height: auto !important;

      .DTFC_LeftHeadWrapper {
        height: auto !important;
      }
      .DTFC_LeftBodyWrapper {
        height: auto !important;

        .DTFC_LeftBodyLiner {
          width: auto !important;
          height: auto !important;
          max-height: none !important;
        }
      }

    }*/
  }
}
.floorcap #floorcap .floorcap-download-controls {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 1em;
  height: 100px;
}
@media (min-width: 1024px) and (min-height: 600px) {
  .floorcap #floorcap .floorcap-download-controls {
    flex-direction: row;
    align-items: center;
    /*margin: 4em 0 0;*/
  }
}
.floorcap #floorcap .floorcap-download-controls .downloadIcon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1em auto 1em;
  height: 70px;
  width: 50px;
  color: #000;
  text-transform: uppercase;
  font-size: 0.875em;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .floorcap #floorcap .floorcap-download-controls .downloadIcon {
    height: 90px;
    width: 70px;
  }
}
.floorcap #floorcap .floorcap-download-controls .downloadIcon .circle {
  height: 49px;
  width: 49px;
  border-radius: 50%;
  border: 2px solid black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  font-size: 16px;
}
.floorcap #floorcap .floorcap-download-controls .downloadIcon .circle span.icon-download {
  display: inline-block;
  text-align: center;
  font-size: 1.5625em;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .floorcap #floorcap .floorcap-download-controls .downloadIcon .circle span.icon-download {
    font-size: 2.1875em;
  }
}
.floorcap #floorcap .floorcap-download-controls .downloadIcon .circle span.icon-download::before {
  color: #000;
}
.floorcap #floorcap .floorcap-download-controls .floorcap-controls {
  background: #e2e2e2;
  border-radius: 35px;
  width: 100%;
  max-width: 400px;
  max-height: 80px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1em;
}
.floorcap #floorcap .floorcap-download-controls .floorcap-controls .floorcap-controls_link {
  display: inline-block;
  width: 48%;
  border-radius: 25px;
  padding: 0.75em 1.25em;
  color: black;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
.floorcap #floorcap .floorcap-download-controls .floorcap-controls .floorcap-controls_link.active {
  background: #000;
  color: white;
}
.floorcap.active .topline {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.floorcap.active h2, .floorcap.active p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.floorcap.active .floorplan {
  opacity: 1;
}

body.fp-responsive .floorcap #floorcap {
  padding-bottom: 1em;
}

.dataTable-top,
.dataTable-bottom {
  display: none;
}

.floorPlan {
  background: #17181d;
}
.floorPlan .content {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.floorPlan .content .image {
  background: white;
  padding: 2%;
  width: 70%;
  max-width: 500px;
  text-align: center;
}
@media all and (min-height: 700px) {
  .floorPlan .content .image {
    max-width: 650px;
  }
}
@media all and (min-height: 800px) {
  .floorPlan .content .image {
    max-width: 768px;
  }
}
@media all and (min-height: 1280px) {
  .floorPlan .content .image {
    max-width: 1200px;
  }
}
.floorPlan .content .image img {
  width: 100%;
}
.floorPlan .content .vertical-bar {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  transform-origin: bottom;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  justify-content: center;
  margin-right: 10px;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 3em;
}
@media screen and (min-width: 992px) {
  .floorPlan .content .vertical-bar {
    right: 1em;
  }
}
@media screen and (min-width: 1224px) {
  .floorPlan .content .vertical-bar {
    right: 5%;
  }
}
.floorPlan .content .vertical-bar .line {
  display: block;
  background: #ffffff;
  width: 1px;
  height: 30vh;
  transform: translate3d(8px, 0, 0);
  margin: 10px 0;
}
.floorPlan .content .vertical-bar .downloadIcon .circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.625em;
  transform: translate3d(-6px, 0, 0);
}
@media screen and (min-width: 992px) {
  .floorPlan .content .vertical-bar .downloadIcon .circle {
    font-size: 1em;
    height: 49px;
    width: 49px;
    margin: 0;
    transform: translate3d(-16px, 0, 0);
  }
}
.floorPlan .content .vertical-bar .downloadIcon span.icon-download {
  font-size: 2.1875em;
}
#richmond-6 {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#richmond-6 .content {
  height: 100%;
}
#richmond-6 .discover-slider-bg {
  filter: grayscale(1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.4s ease;
}
#richmond-6 #slider-container {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 115px;
  /*@include media-min-width(768px) {
    padding-top: 150px;
    align-items: flex-start;
  }*/
  /*@include media-min-width(1024px) {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }*/
}
#richmond-6 #slider-container:before {
  background: rgba(16, 76, 151, 0.9);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 7;
}
#richmond-6 #slider-container .slider-text {
  position: relative;
  z-index: 1000;
  overflow: visible;
  text-align: left;
  color: white;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
@media all and (min-width: 1280px) {
  #richmond-6 #slider-container .slider-text {
    max-width: 1440px;
    margin: 40px auto 40px;
  }
}
#richmond-6 #slider-container .slider-text .text-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2em;
  /*@include media-min-width(768px) {
    text-align: left;
    padding-left: 1em;
    max-width: 1440px;
  }*/
}
@media (min-width: 1024px) and (min-height: 600px) {
  #richmond-6 #slider-container .slider-text .text-inner {
    padding-left: 2em;
    width: 100%;
  }
}
#richmond-6 #slider-container .slider-text .text-inner .strapline {
  font-weight: 400;
  font-size: 1.75em;
  display: inline-block;
  margin: 0 0 0.5em;
  font-family: "Simple Joys 2.0", serif;
}
#richmond-6 #slider-container .discover-main-container {
  height: 100%;
  z-index: 8;
  width: 100%;
}
@media (min-width: 1024px) and (min-height: 600px) {
  #richmond-6 #slider-container .discover-main-container {
    height: 100%;
    margin-left: 0;
    width: 100%;
    /*.swiper-wrapper {
      align-items: center;
      height: 60%;
    }*/
  }
}
#richmond-6 #slider-container .swiper-slide {
  width: 90%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 250px;
  max-width: 420px;
}
@media all and (min-height: 700px) {
  #richmond-6 #slider-container .swiper-slide {
    max-height: 350px;
    max-width: 650px;
  }
}
@media all and (min-height: 800px) {
  #richmond-6 #slider-container .swiper-slide {
    max-height: 450px;
    max-width: 650px;
  }
}
@media all and (min-height: 900px) {
  #richmond-6 #slider-container .swiper-slide {
    max-height: 500px;
  }
}
@media all and (min-height: 1024px) {
  #richmond-6 #slider-container .swiper-slide {
    max-height: 550px;
  }
}
@media all and (orientation: landscape) and (min-width: 1000px) and (min-height: 900px) {
  #richmond-6 #slider-container .swiper-slide {
    max-width: 850px;
  }
}
#richmond-6 #slider-container .swiper-slide .slide-inner {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease;
  padding-right: 4px;
  opacity: 1;
}
#richmond-6 #slider-container .swiper-slide .slide-inner .image_box {
  height: 80%;
  overflow: hidden;
  position: relative;
  width: 95%;
}
@media all and (min-width: 1024px) {
  #richmond-6 #slider-container .swiper-slide .slide-inner .image_box {
    width: 80%;
  }
}
#richmond-6 #slider-container .swiper-slide .slide-inner .image_box .bg-image {
  height: 100%;
  overflow: hidden;
  z-index: 5000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#richmond-6 #slider-container .swiper-slide .slide-inner .image_box .bg-image__inner {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: flex-end;
}
#richmond-6 #slider-container .swiper-slide .slide-inner .image_box img {
  width: auto;
  transform: translate3d(0, 0, 0);
  height: 100%;
}
#richmond-6 #slider-container .swiper-slide .slide-inner .text {
  background: transparent;
  color: white;
  font-size: 0.875em;
  font-weight: bold;
  z-index: 5;
  text-align: left;
  width: 80%;
  margin-top: 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 992px) {
  #richmond-6 #slider-container .swiper-slide .slide-inner .text {
    font-size: 1em;
  }
}
#richmond-6 #slider-container .swiper-slide .slide-inner .text a {
  display: block;
  color: white;
  padding: 20px 15px;
}
#richmond-6 #slider-container .swiper-slide .slide-inner .text .line {
  height: 50%;
  border-bottom: 1px solid white;
  flex: 2;
  max-width: 0;
  transition: all 0.65s ease 0s;
}
#richmond-6 #slider-container .swiper-slide.swiper-slide-active .slide-inner {
  opacity: 1;
  height: 100%;
  width: 100%;
}
#richmond-6 #slider-container .swiper-slide.swiper-slide-active .slide-inner .line {
  max-width: 9000px;
  transition: all 1s ease 0.5s;
}
#richmond-6 #slider-container .swiper-slide.swiper-slide-active .slide-inner .image_box {
  color: black;
  overflow: visible;
}
#richmond-6 #slider-container .swiper-slide.swiper-slide-active .slide-inner .image_box .text {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  transform: rotate(0);
  text-align: left;
  width: 100%;
  transition: background 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s, font-size 1s ease 0.4s;
}
#richmond-6 #slider-container .swiper-slide.swiper-slide-active .slide-inner .image_box .text a {
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: block;
  color: #fff;
  position: relative;
  width: 100%;
}
#richmond-6 #slider-container .swiper-slide.swiper-slide-active .slide-inner .image_box .text a .icon-long-arrow-right {
  opacity: 1;
}
#richmond-6 #slider-container .swiper-slide.swiper-slide-active .slide-inner .image_box .text span {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate3d(0, -50%, 0);
}
#richmond-6 #slider-container .glider-controls {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  z-index: 10;
  font-size: 30px;
  width: 100%;
}
@media all and (max-height: 768px) and (min-width: 500px) {
  #richmond-6 #slider-container .glider-controls {
    right: auto;
    left: 0.5em;
    width: 35%;
  }
}
@media (min-width: 768px) and (min-height: 600px) {
  #richmond-6 #slider-container .glider-controls {
    bottom: 1em;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  #richmond-6 #slider-container .glider-controls {
    width: 100%;
  }
}
#richmond-6 #slider-container .glider-controls .inner {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}
@media all and (max-height: 768px) and (min-width: 500px) {
  #richmond-6 #slider-container .glider-controls .inner {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  #richmond-6 #slider-container .glider-controls .inner {
    justify-content: flex-end;
    padding-right: 2em;
  }
}
#richmond-6 #slider-container .glider-controls .inner .controls {
  height: 50px;
  width: 90px;
  position: relative;
}
@media (min-width: 768px) and (min-height: 600px) {
  #richmond-6 #slider-container .glider-controls .inner {
    bottom: 2em;
    right: 3em;
  }
}
#richmond-6 #slider-container .glider-controls .inner .separator {
  display: inline-block;
  height: 50%;
  border-right: 2px solid white;
  width: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#richmond-6 #slider-container .glider-controls .inner button {
  background: none;
  border: 0;
  font-size: 20px;
  color: white;
}
#richmond-6 #slider-container .glider-controls .inner button:after {
  display: none;
}
#richmond-6 #slider-container #numberSlides {
  z-index: 1000;
  font-size: 1.5625em;
  color: white;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  margin-right: 1em;
  width: 100px;
}
@media all and (max-height: 768px) and (min-width: 500px) {
  #richmond-6 #slider-container #numberSlides {
    margin-right: 0.75em;
  }
}
#richmond-6 #slider-container #numberSlides .swiper-pagination-current {
  display: inline-block;
  font-size: 0.9375em;
  font-weight: 300;
  transform: translate3d(0, -10px, 0);
}
@media (min-width: 768px) and (min-height: 600px) {
  #richmond-6 #slider-container #numberSlides .swiper-pagination-current {
    transform: translate3d(0, -15px, 0);
  }
}
#richmond-6 #slider-container #numberSlides .swiper-pagination-total {
  display: inline-block;
  font-size: 0.625em;
  font-weight: 500;
}

body.fp-responsive #richmond-6 {
  min-height: 480px;
}
body.fp-responsive #richmond-6 .fp-tableCell {
  min-height: 480px;
}
body.fp-responsive #richmond-6 .fp-tableCell .content {
  min-height: 480px;
}
body.fp-responsive #richmond-6 #slider-container {
  min-height: 650px;
}
body.fp-responsive #richmond-6 #slider-container .discover-main-container {
  min-height: 480px;
}
body.fp-responsive #richmond-6 #slider-container .discover-main-container .swiper-wrapper {
  min-height: 480px;
}
body.fp-responsive #richmond-6 #slider-container .discover-main-container .swiper-wrapper .swiper-slide {
  min-height: 480px;
  max-width: 650px;
}
body.fp-responsive #richmond-6 #slider-container .discover-main-container .swiper-wrapper .swiper-slide .slide-inner .image_box {
  min-height: 350px;
}

.menus {
  background: white;
  padding-top: 85px;
}
.menus .content {
  display: flex;
  flex-flow: column;
  align-items: center;
  min-height: 80vh;
}
.menus .content .top {
  min-height: 50px;
}
@media all and (min-height: 768px) and (min-width: 768px) {
  .menus .content .top {
    margin-top: 50px;
  }
}
.menus .content .middle .menu {
  background: pink;
  width: 80%;
  margin: 1em auto;
}
.menus .content .middle .menu a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.menus .content .middle .menu a img {
  width: 100%;
  height: 100%;
  max-height: 65vh;
}
@media all and (max-height: 600px) {
  .menus .content .middle .menu a img {
    max-height: 500px;
  }
}
.menus .content .bottom {
  min-height: 50px;
}
.menus .content .bottom .floorcap-download-controls {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 1em;
  height: 100px;
}
@media (min-width: 1024px) and (min-height: 600px) {
  .menus .content .bottom .floorcap-download-controls {
    flex-direction: row;
    align-items: center;
    /*margin: 4em 0 0;*/
  }
}
.menus .content .bottom .floorcap-download-controls .downloadIcon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1em auto 1em;
  height: 70px;
  width: 50px;
  color: #000;
  text-transform: uppercase;
  font-size: 0.875em;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .menus .content .bottom .floorcap-download-controls .downloadIcon {
    height: 90px;
    width: 70px;
  }
}
.menus .content .bottom .floorcap-download-controls .downloadIcon .circle {
  height: 49px;
  width: 49px;
  border-radius: 50%;
  border: 2px solid black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  font-size: 16px;
}
.menus .content .bottom .floorcap-download-controls .downloadIcon .circle span.icon-download {
  display: inline-block;
  text-align: center;
  font-size: 1.5625em;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .menus .content .bottom .floorcap-download-controls .downloadIcon .circle span.icon-download {
    font-size: 2.1875em;
  }
}
.menus .content .bottom .floorcap-download-controls .downloadIcon .circle span.icon-download::before {
  color: #000;
}
.menus .content .bottom .floorcap-download-controls .floorcap-controls {
  background: #e2e2e2;
  border-radius: 35px;
  width: 100%;
  max-width: 400px;
  max-height: 80px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1em;
}
.menus .content .bottom .floorcap-download-controls .floorcap-controls .floorcap-controls_link {
  display: inline-block;
  width: 48%;
  border-radius: 25px;
  padding: 0.75em 1.25em;
  color: black;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
.menus .content .bottom .floorcap-download-controls .floorcap-controls .floorcap-controls_link.active {
  background: #000;
  color: white;
}

.latest-menu {
  background: #000;
}
.latest-menu .content {
  padding-top: 95px;
}
.latest-menu .latest-menu-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2em;
}
@media all and (orientation: landscape) and (min-width: 1024px) {
  .latest-menu .latest-menu-box {
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
  }
}
.latest-menu .latest-menu-box__image {
  width: 100%;
  max-width: 1024px;
  text-align: center;
}
.latest-menu .latest-menu-box__image img {
  width: 100%;
  max-height: 80vh;
}
@media all and (orientation: landscape) {
  .latest-menu .latest-menu-box__image img {
    width: auto;
  }
}
@media all and (min-width: 768px) {
  .latest-menu .latest-menu-box__image img {
    width: auto;
  }
}
@media all and (orientation: landscape) and (min-width: 1024px) {
  .latest-menu .latest-menu-box__image {
    width: 60%;
  }
}
.latest-menu .latest-menu-box__line {
  display: none;
  color: #fff;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  text-align: center;
  height: 80%;
  max-height: 500px;
  width: 10%;
  max-width: 200px;
  padding-top: 50px;
}
@media all and (orientation: landscape) and (min-width: 1024px) {
  .latest-menu .latest-menu-box__line {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.latest-menu .latest-menu-box__line span {
  font-size: 0.6875em;
  font-weight: 500;
  text-transform: uppercase;
}
.latest-menu .latest-menu-box__line .theline {
  height: 350px;
  width: 1px;
  border-right: 1px solid white;
  margin: 20px 0 10px;
}
.latest-menu .latest-menu-box__line .downloadIcon {
  margin-top: 0;
}
.latest-menu .latest-menu-box__text {
  color: #fff;
  margin: 1em 0;
  max-width: 380px;
}
@media all and (orientation: landscape) and (min-width: 1024px) {
  .latest-menu .latest-menu-box__text {
    width: 30%;
  }
}
.latest-menu .latest-menu-box__text .title {
  font-size: 1.875em;
  font-weight: 600;
}
.latest-menu .latest-menu-box__text .title span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 4px;
}
.latest-menu .latest-menu-box__text p {
  margin-top: 1em;
}
@media all and (orientation: landscape) and (min-width: 1024px) {
  .latest-menu .latest-menu-box__mobile-button {
    display: none;
  }
}
.latest-menu .downloadIcon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1em auto 1em;
  height: 70px;
  width: 50px;
  color: #000;
  text-transform: uppercase;
  font-size: 0.875em;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .latest-menu .downloadIcon {
    height: 90px;
    width: 70px;
  }
}
.latest-menu .downloadIcon .circle {
  height: 49px;
  width: 49px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  font-size: 16px;
}
.latest-menu .downloadIcon .circle span.icon-download {
  display: inline-block;
  text-align: center;
  font-size: 1.5625em;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .latest-menu .downloadIcon .circle span.icon-download {
    font-size: 2.1875em;
  }
}
.latest-menu .downloadIcon .circle span.icon-download::before {
  color: #fff;
}

main.overview {
  overflow-x: hidden;
  /*#richmond-5,
  #richmond-5 .content,
  #richmond-5 #slider-container,
  #slider-container .discover-main-container,
  #slider-container .swiper-wrapper {
    min-height: 650px;
  }

  #slider-container .swiper-slide {
    min-height: 400px;
  }*/
}
main.overview .introduction {
  padding-top: 115px;
  background-image: url("../img/hotel-overview/introduction.jpg");
}
main.overview .introduction .content {
  justify-content: center;
  padding-bottom: 3em;
}
@media all and (min-width: 768px) {
  main.overview .introduction .content {
    justify-content: flex-end;
  }
}
@media all and (min-width: 768px) and (min-height: 650px) {
  main.overview .introduction .content {
    padding-bottom: 6em;
  }
}
@media all and (min-width: 768px) and (min-height: 960px) {
  main.overview .introduction .content {
    padding-bottom: 15em;
  }
}
main.overview .introduction .content.animated-in {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
main.overview .introduction .content h1.home-title {
  opacity: 1;
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1.75em;
  text-indent: -12px;
  margin: 0;
  padding: 0;
  transform: translate3d(0, -1em, 0) !important;
}
@media all and (min-width: 768px) {
  main.overview .introduction .content h1.home-title {
    font-size: 4.0625em;
    font-weight: 600;
    text-indent: -20px;
  }
}
main.overview .introduction .content h1.home-title span {
  display: block;
  font-size: 3.625em;
  font-weight: 400;
  font-family: "Simple Joys 2.0", serif;
  text-indent: 0;
  letter-spacing: -1.25px;
  transform: rotate(-1deg);
}
main.overview .introduction .content .scrollDown {
  opacity: 1;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@media all and (min-width: 657px) {
  main.overview .introduction .content .scrollDown {
    margin-top: 0;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
main.overview .your-stay,
main.overview .discover-food {
  height: auto;
  background: white;
  color: black;
}
main.overview .your-stay .content,
main.overview .discover-food .content {
  padding: 2em 1em;
  height: auto;
}
@media all and (min-width: 1024px) {
  main.overview .your-stay .content,
main.overview .discover-food .content {
    padding: 3em 1em;
  }
}
@media all and (min-width: 1400px) {
  main.overview .your-stay .content,
main.overview .discover-food .content {
    padding: 4em 1em;
    max-width: 1400px;
    margin: 0 auto;
  }
}
main.overview .your-stay .content h2,
main.overview .discover-food .content h2 {
  font-weight: 800;
  font-size: 2.9375em;
  color: #707070;
}
@media all and (min-width: 1024px) {
  main.overview .your-stay .content h2,
main.overview .discover-food .content h2 {
    font-size: 5.4375em;
  }
}
main.overview .your-stay .content .text-image-columns,
main.overview .discover-food .content .text-image-columns {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media all and (min-width: 700px) {
  main.overview .your-stay .content .text-image-columns,
main.overview .discover-food .content .text-image-columns {
    margin: 3em 0;
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 1280px) {
  main.overview .your-stay .content .text-image-columns,
main.overview .discover-food .content .text-image-columns {
    justify-content: center;
    width: 100%;
  }
}
main.overview .your-stay .content .text-image-columns .column,
main.overview .discover-food .content .text-image-columns .column {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
}
@media all and (min-width: 700px) {
  main.overview .your-stay .content .text-image-columns .column,
main.overview .discover-food .content .text-image-columns .column {
    width: 47%;
    margin: 0 1%;
    max-width: 600px;
  }
}
@media all and (min-width: 1280px) {
  main.overview .your-stay .content .text-image-columns .column,
main.overview .discover-food .content .text-image-columns .column {
    margin: 0 1%;
  }
}
main.overview .your-stay .content .text-image-columns .column .image,
main.overview .discover-food .content .text-image-columns .column .image {
  margin: 2em 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 0;
  padding-top: 115.7657657658%;
}
main.overview .your-stay .content .text-image-columns .column .image img,
main.overview .discover-food .content .text-image-columns .column .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media all and (min-width: 700px) {
  main.overview .your-stay .content .text-image-columns .column .image,
main.overview .discover-food .content .text-image-columns .column .image {
    margin: 2em;
  }
}
main.overview .your-stay .content .text-image-columns .column .text,
main.overview .discover-food .content .text-image-columns .column .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 1em;
}
@media all and (min-width: 700px) {
  main.overview .your-stay .content .text-image-columns .column .text,
main.overview .discover-food .content .text-image-columns .column .text {
    padding: 1em 2em 0;
  }
}
main.overview .your-stay .content .text-image-columns .column .text strong,
main.overview .discover-food .content .text-image-columns .column .text strong {
  font-weight: 600;
}
main.overview .your-stay .content .text-image-columns .column .text h3,
main.overview .discover-food .content .text-image-columns .column .text h3 {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0.5em;
}
@media all and (min-width: 700px) {
  main.overview .your-stay .content .text-image-columns .column .text h3,
main.overview .discover-food .content .text-image-columns .column .text h3 {
    padding: 1em 0 10px;
  }
}
main.overview .your-stay .content .text-image-columns .column .text h3:before,
main.overview .discover-food .content .text-image-columns .column .text h3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 3px;
  height: 2px;
  background: black;
  width: 100px;
}
main.overview .your-stay .content .text-image-columns .column .text ul,
main.overview .discover-food .content .text-image-columns .column .text ul {
  list-style-type: disc;
  margin: 0.5em 0 0.5em 1.5em;
}
main.overview .your-stay .content .text-image-columns .column .text ul li,
main.overview .discover-food .content .text-image-columns .column .text ul li {
  margin-bottom: 0.5em;
}
main.overview .your-stay .content .text-image-columns .column .text p,
main.overview .discover-food .content .text-image-columns .column .text p {
  margin: 0.5em 0;
}
main.overview .your-stay .content .text-image-columns .column .text a,
main.overview .discover-food .content .text-image-columns .column .text a {
  align-self: flex-end;
  display: inline-block;
  color: #000;
  font-size: 0.75em;
  margin: 1em 0;
  position: relative;
  text-transform: uppercase;
  padding-right: 50px;
}
main.overview .your-stay .content .text-image-columns .column .text a span.icon-circle,
main.overview .discover-food .content .text-image-columns .column .text a span.icon-circle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  display: flex;
  background: black;
  border-radius: 50%;
  height: 37px;
  width: 37px;
  justify-content: center;
  align-items: center;
  transition: 0.4s all ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
main.overview .your-stay .content .text-image-columns .column .text a span.icon-circle span,
main.overview .discover-food .content .text-image-columns .column .text a span.icon-circle span {
  color: white;
}
main.overview .your-stay .content .text-image-columns .column .text a:hover span.icon-circle,
main.overview .discover-food .content .text-image-columns .column .text a:hover span.icon-circle {
  transform: translateZ(0);
  transform: translate3d(6px, -50%, 0);
}
@media all and (min-width: 700px) {
  main.overview .your-stay .content .text-image-columns .column,
main.overview .discover-food .content .text-image-columns .column {
    justify-content: center;
  }
  main.overview .your-stay .content .text-image-columns .column:nth-of-type(1),
main.overview .discover-food .content .text-image-columns .column:nth-of-type(1) {
    flex-direction: column;
  }
}
main.overview .discover-food {
  background: black;
}
main.overview .discover-food .content h2 {
  text-align: center;
}
main.overview .discover-food .content .text-image-columns {
  flex-direction: row;
}
main.overview .discover-food .content .text-image-columns .column .text {
  color: white;
}
main.overview .discover-food .content .text-image-columns .column .text a {
  color: white;
}
main.overview .discover-food .content .text-image-columns .column .text a span.icon-circle {
  background: white;
}
main.overview .discover-food .content .text-image-columns .column .text a span.icon-circle span {
  color: black;
}
main.overview .section.image {
  position: relative;
  background: rebeccapurple;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto !important;
}
main.overview .section.image.overview3 {
  background-image: url("../img/overview-3.jpg");
}
main.overview .section.image.overview4 {
  background-image: url("../img/overview-background-2.jpg");
}
main.overview .section.image:before {
  display: block;
  content: "";
  width: 100%;
  /*padding-top: (13 / 35) * 100%;*/
  padding-top: 80vh;
}
main.overview .section.image > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main.overview #richmond-6 {
  position: relative;
}
main.overview .section.map {
  background: url("../img/hotel-viewer-main.png") bottom right no-repeat;
  background-size: cover;
  position: relative;
}
main.overview .section.map:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
}
@media all and (min-width: 1600px) {
  main.overview .section.map:after {
    background: rgba(255, 255, 255, 0.3);
  }
}
main.overview .section.map .content {
  max-width: 600px;
  position: relative;
  z-index: 10;
  padding: 0 2em;
  color: black;
}
@media all and (min-width: 1600px) {
  main.overview .section.map .content {
    margin-left: 10%;
  }
}
@media all and (min-width: 2000px) {
  main.overview .section.map .content {
    margin-left: 15%;
  }
}
main.overview .section.map .content .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 80%;
}
@media all and (min-width: 768px) {
  main.overview .section.map .content .text {
    justify-content: flex-start;
    padding-top: 8em;
    padding-left: 4em;
  }
}
@media all and (min-width: 1280px) {
  main.overview .section.map .content .text {
    padding-top: 4em;
  }
}
@media all and (min-width: 1600px) {
  main.overview .section.map .content .text {
    padding-left: 0;
  }
}
main.overview .section.map .content .text a {
  align-self: flex-end;
  display: inline-block;
  color: #000;
  font-size: 0.75em;
  margin: 1em 0;
  position: relative;
  text-transform: uppercase;
  padding-right: 50px;
}
main.overview .section.map .content .text a span.icon-circle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  display: flex;
  background: black;
  border-radius: 50%;
  height: 37px;
  width: 37px;
  justify-content: center;
  align-items: center;
}
main.overview .section.map .content .text a span.icon-circle span {
  color: white;
}
main.overview .section.map .content .text a {
  margin-top: 3em;
  align-self: flex-end;
}
main.overview #richmond-6 {
  height: 100vh;
}
main.overview .footer.section {
  height: auto;
}

.hotel-map {
  height: 100vh;
  width: 100%;
  z-index: 8;
  position: relative;
}

#hotelMap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 20000000;
}
#hotelMap svg {
  height: 100%;
  width: auto;
}

.ndd-uberzoom-container {
  margin: 5%;
  width: 90%;
  height: 90%;
}

.fadeInUp {
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  transition-delay: 1s;
  transition: all 1s ease;
}

.slideDown {
  transform: translate3d(0, -100%, 0);
  transition-delay: 1s;
  transition: all 1s ease;
}

body.loaded .slideDown {
  transform: translate3d(0, 0, 0);
}
body.loaded .fadeInUp {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.animate-in {
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.4s;
}
.animate-in__left {
  transform: translate3d(-50%, 0, 0);
}
.animate-in__right {
  transform: translate3d(50%, 0, 0);
}
.animate-in__up {
  transform: translate3d(0, 50%, 0);
}

.section.section-been .animate-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ====== ANIMATION KEYFRAMES ====== */
@-webkit-keyframes shake {
  0% {
    left: 2px;
    top: 1px;
  }
  10% {
    left: -1px;
    top: -2px;
  }
  20% {
    left: -3px;
    top: 0;
  }
  30% {
    left: 0;
    top: 2px;
  }
  40% {
    left: 1px;
    top: -1px;
  }
  50% {
    left: -1px;
    top: 2px;
  }
  60% {
    left: -3px;
    top: 1px;
  }
  70% {
    left: 2px;
    top: 1px;
  }
  80% {
    left: -1px;
    top: 1px;
  }
  90% {
    left: 2px;
    top: 2px;
  }
  100% {
    left: 1px;
    top: 2px;
  }
}
@keyframes shake {
  0% {
    left: 2px;
    top: 1px;
  }
  10% {
    left: -1px;
    top: -2px;
  }
  20% {
    left: -3px;
    top: 0;
  }
  30% {
    left: 0;
    top: 2px;
  }
  40% {
    left: 1px;
    top: -1px;
  }
  50% {
    left: -1px;
    top: 2px;
  }
  60% {
    left: -3px;
    top: 1px;
  }
  70% {
    left: 2px;
    top: 1px;
  }
  80% {
    left: -1px;
    top: 1px;
  }
  90% {
    left: 2px;
    top: 2px;
  }
  100% {
    left: 1px;
    top: 2px;
  }
}
@-webkit-keyframes takeOff {
  0% {
    left: 0;
    opacity: 1;
    top: 0px;
  }
  100% {
    left: 0;
    opacity: 0;
    top: -650px;
  }
}
@keyframes takeOff {
  0% {
    left: 0;
    opacity: 1;
    top: 0px;
  }
  100% {
    left: 0;
    opacity: 0;
    top: -650px;
  }
}
@-webkit-keyframes soundRing {
  0% {
    border-width: 1.875em;
  }
  100% {
    border-width: 0px;
  }
}
@keyframes soundRing {
  0% {
    border-width: 1.875em;
  }
  100% {
    border-width: 0px;
  }
}
@-webkit-keyframes loaderIn {
  0% {
    transform: translateY(-101%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loaderIn {
  0% {
    transform: translateY(-101%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes loaderOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(101%);
  }
}
@keyframes loaderOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(101%);
  }
}
@-webkit-keyframes loaderWords {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loaderWords {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0%, 20%, 50%, 80%, 100% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1.1);
  }
}
@keyframes pulse {
  0%, 20%, 50%, 80%, 100% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes flasher {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1;
  }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0.5;
  }
}
@keyframes flasher {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1;
  }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0.5;
  }
}
@-webkit-keyframes workLoader {
  0% {
    width: calc(50% + 1em);
  }
  100% {
    width: 0;
  }
}
@keyframes workLoader {
  0% {
    width: calc(50% + 1em);
  }
  100% {
    width: 0;
  }
}
