:root {
    --minimal: #f5f5f5;
    --absolute: #282828;
    --plum: #5a2e98;
    --burgundy: #981e32;
    --gold: #c93;
    --dark-gold: #a08040;
    --explore: #2baebe;
}

.plantin {
    font-family: plantin, serif;
}

.proxima-nova {
    font-family: 'proxima-nova', sans-serif;
}

.fal {
    font-family: "FontAwesome5Pro"!important;
    line-height: inherit;
}

/* End Extra Fonts */

/* General */

a[href^="mailto"] {
    overflow: hidden;
    text-overflow: ellipsis;
}

footer a {
    color: #fff;
    border-bottom: none;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-top a {
    border-bottom: none!important;
}

footer a:hover, footer a:active, footer a:focus {
    color: var(--gold);
}

.overlay {
    background-color: rgba(204, 153, 51, .7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
}

.dark-opacity {
    background-color: rgba(0, 0, 0, 0.8)!important;
}

.full-width {
    width: 100%;
    max-width: 100vw;
    height: auto;
}

/* Slash lists */

.list-slashed li+li:before {
    content: " | ";
    margin-right: .5rem;
}

.list-slashed li+li:before {
    margin-left: .5rem;
}

span~.list-slashed {
    margin-left: .5rem;
}

nav .list-slashed li a.active {
    font-weight: 500;
}

.slash {
    display: inline-block;
    margin-left: .25rem;
}

.slash:not(.last-child):after {
    margin-left: .25rem;
    content: " / ";
}

@media (max-width: 768px) {
    .slash
    {
        display: table;
        margin: 0 auto;
    }

    .slash:after {
        content: none!important;
    }
}

/* Multi-cols */

.multi-cols {
    /*list-style-position: inside;*/
    padding-left: 20px;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-column-gap: 2rem;
}

.multi-cols-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.multi-cols-3,
.room-content ul.multi-cols {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.multi-cols.col-gap-large {
    -moz-column-gap: 20%!important;
    column-gap: 20%!important;
    -webkit-column-gap: 20%!important;
}

.multi-cols li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

@media (max-width: 992px) {
    .room-content ul.multi-cols {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .multi-cols-2, .multi-cols-3 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.separator {
    border-bottom: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
}

.text-white .separator {
    border-bottom: 1px solid #fff;
}

.separator.separator-half-width {
    width: 50%;
}

.separator.separator-small {
    width: 100px;
}

.separator.separator-centered {
    margin-left: auto;
    margin-right: auto;
}

.pointer {
    cursor: pointer;
}

/* End General */

/* Header */

header {
    height: auto!important;
    color: #eee;
}

header p,
header ul,
header ol {
    margin: 0;
}

header a {
    color: #ffffff;
    border-bottom: 0;
    font-weight: 300;
    text-decoration: none;
}

header a:hover, header a:active, header a:focus {
    color: var(--gold);
}

header nav {
    width: 100%;
}

.image-inverse {
    filter: invert(100%);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

ul.social-media {
    margin-top: 0.5rem;
    display: inline-block;
    list-style: none;
    padding-left: 0;
}

ul.social-media li {
    float: left;
    margin-right: 1rem;
    list-style: none;
}

ul.social-media li a:hover, 
ul.social-media li a:focus,
ul.social-media li a:active {
    border-bottom: none;
}


ul.social-media li a:hover img {
    opacity: 0.2;
}

ul.social-media .fa-stack-1x {
    color: #282828;
}

ul.social-media a:hover i,
ul.social-media a:focus i,
ul.social-media a:active i
{
    color: var(--gold);
}

body.book-modify .toggle-close {
    display: none;
}

/* Footer */

footer {
    background: #282828;
    color: #eee;
}

footer ul,
footer li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

body.contact .footer-spacer,
body.book-modify .footer-spacer,
body.join .footer-spacer,
body.brand .footer-spacer,
body.policies .footer-spacer,
body.rfp .footer-spacer,
body.pool-cabanas .footer-spacer,
body.market .footer-spacer,
body.planner-kit .footer-spacer  {
    display: none;
}

footer .footer-top {
    border-bottom: 1px solid #212121;
}

footer .footer-bottom {
    border-top: 1px solid #212121;
}

footer nav h6::after {
    content: ":";
}

footer nav ul li {
    padding: 0.5rem 0 0 0;
}

footer nav ul li a {
    line-height: 1rem;
    text-align: left;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 65px;
    margin: 0;
    z-index: 999;
    border-bottom: 0;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    right: 25px;
    outline: none!important;
}

.back-to-top > span {
    text-align: center;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    -o-border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    background-color: #000;
    margin: 0;
}

.back-to-top > span i {
    font-size: 22px;
    color: #fff;
    line-height: 52px;
    margin-right: 0;
}

.back-to-top:hover > span,
.back-to-top:focus > span {
    background-color: var(--gold);
    color: #000;
}

@media (min-width: 992px) {
    footer a,
    footer p,
    footer div,
    footer p {
        font-size: 0.8rem;
        letter-spacing: 1px;
    }
    .hours {
        text-align: left;
    }
    .footer-right-column {
        float: right;
        margin-right: 1rem;
    }
}

@media (max-width: 992px) {
    footer
    {
        text-align: center;
    }
    footer .social-media {
        margin: 0 auto;
    }
    footer .footer-middle {
        padding: 0;
    }
    .hours {
        text-align: center;
    }
    .footer-right-column {
        float: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    header .list-slashed li+li:before {
        content: '';
        margin: 0;
    }
}

/* End Header & Footer */

/* Hybrid responsive header */

header .gallery-cell {
    width: 100%;
    height: calc(33.3vw - var(--scrollbar-width)/3);
    box-sizing: border-box;
}

    header .gallery-cell.gallery-cell-large
    {
        height: calc(50vw - var(--scrollbar-width)/12*5);
    }

    header .gallery-cell.video-cell
    {
        padding-top: 41.67%;
        /* Ratio 12 to 5 */
    }
        
    header .gallery-cell.video-cell iframe
    {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    header .gallery-cell.video-cell video,
    header .gallery-cell.video-cell .video-poster
    {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    header .gallery-cell.video-cell .video-poster, .video-poster {
        display: none;
    }


header .gallery-cell > picture,
header .gallery-cell.gallery-cell-large > video 
{
    height: auto;
}

    @media (max-width: 480px) {
        header .gallery-cell > picture > img {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            min-height: calc(60vh);
        }

        header .gallery-cell {
            height: calc(33.3vw);
            min-height: calc(60vh);
        }

        header .gallery-cell.video-cell {
            height: auto;
            min-height: auto;
        }

        header .gallery-cell.video-cell .gallery-cell-layers
        {
            display: none;
        }

        header .gallery-cell.gallery-cell-large
        {
            height: calc(50vw);
        }

        .video-buttons {
            bottom: 1rem!important;
            left: 0rem!important;
        }
    }

    @media (min-width: 480px) {
        header .gallery-cell > picture > img {
            width: 100%;
        }
    }

    @media (prefers-reduced-motion) {
        .gallery-cell video,
        .gallery-cell .video-buttons {
            display: none;
        }

        .gallery-cell .video-poster {
            display: block!important;
            top: 0;
        }
    }


/* End of responsiveness tweaks */

/* Sliders & Gallery */

header .gallery-cell.gallery-cell-large > video {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

header .gallery-cell .btn {
    min-width: 16rem;
}

.gallery.page-gallery {
    height: 32rem;
    margin: 0 -15px;
}

    @media (max-width: 480px) {
        .gallery.page-gallery, .gallery.page-gallery .gallery-cell > img {
            height: calc(66.6vw);
        }
    }

.gallery.neighborhood-gallery {
    height: 20rem;
    max-width: 600px;
}

.gallery-cell {
    height: 100%;
    opacity: 0.1;
}

header .gallery-cell {
    visibility: hidden;
}

header .gallery-cell.is-selected {
    visibility: visible;
}

.gallery-cell.alternative, 
.gallery-cell.is-selected  {
    opacity: 1;
}

.gallery-cell > img {
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
}

    .gallery.neighborhood-gallery img {
        filter: brightness(100%);
        -webkit-filter: brightness(100%);
    }

.gallery.page-gallery img {
    height: 32rem;
}

.gallery-cell > .gallery-cell-layers {
    position: absolute;
    top: 60%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    height: auto;
    visibility: hidden;
    width: 100%;
    text-shadow: 2px 2px 6px #282828, 0 0 1px #000;
}

header .gallery-cell:not(.video-cell) > .gallery-cell-layers {
    top: calc(50%);
}

.gallery-cell-layers .header-signature
{
    transform: translate(40px, -40px);
}

.gallery-cell-layers .text-white .header-signature
{
    transform: translate(40px, -40px);
    filter: invert(100%);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

.page-gallery .gallery-cell > .gallery-cell-layers,
.gallery-cell.is-selected > .gallery-cell-layers {
    visibility: visible;
}

.gallery-cell-layers .btn {
    text-shadow: none!important;
}

.gallery-cell-layers .btn-default:not(:focus)
{
    border-color: transparent;
}

    .gallery-cell-layers .btn-default.light-opacity
    {
        background-color: rgba(255,255,255,0.8);
    }

.gallery-cell-layers > a.btn, .gallery-cell-layers > div.dropup {
    margin: 20px 10px 0;
}

@media (max-width: 768px) {
    header .gallery-cell-layers .btn-default {
        min-width: initial;
    }

    .gallery-cell-layers .btn-default {
        margin-left: 0!important;
    }
}

.gallery-cell-credit {
    position: absolute;
    bottom: 0%;
    padding: 0 1rem 0 0;
    text-align: right;
    height: auto;
    width: 100%;
    text-shadow: 2px 2px 6px #282828, 0 0 1px #000;
}

.header-slider .flickity-prev-next-button {
    width: 2rem;
    height: 2rem;
    background: #fff;
    font-weight: 100;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 0;
    top: auto!important;
}

.header-slider .flickity-prev-next-button.previous {
    left: 20px;
}

.header-slider .flickity-prev-next-button.previous {
    right: 20px;
    bottom: 5rem!important;
    left: auto!important;
}

.header-slider .flickity-prev-next-button.next {
    right: 20px;
    bottom: 8rem!important;
}

.flickity-prev-next-button:hover,
.flickity-prev-next-button:active,
.flickity-prev-next-button:focus {
    background: #fff;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 0 0 3px var(--gold)!important;
    outline: 0px!important;
}

.flickity-prev-next-button .arrow {
    fill: #000;
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: auto;
}

button.flickity-prev-next-button[disabled]
{
    display: none;
}

@media (max-width: 768px) {
    .flickity-prev-next-button {
        display: none;
        top: initial;
        bottom: 0;
    }
}

.flickity-page-dots {
    padding-top: .5rem;
    bottom: auto;
}

.flickity-page-dots .dot
{
    background-color: black;
    opacity: .8;
}

.flickity-page-dots .dot:hover,
.flickity-page-dots .dot:focus,
.flickity-page-dots .dot.is-selected
{
    background-color: var(--gold);
    outline: 2px solid black!important;
    opacity: 1;
}

.flickity-page-dots .dot[aria-label="Slide 1 of 1"] {
    display: none;
}

.scroll-down {
    position: absolute;
    width: 100%;
    z-index: 2;
    letter-spacing: 2px;
    margin-top: 2rem;
}

.scroll-down a,
.scroll-down a:hover {
    font-family: "plantin-italic";
    font-size: 0.8rem;
    text-transform: none;
    text-decoration: underline;
}

.scroll-links a.active {
    color: #000000;
    font-weight: bold;
}

.play-pause-control a {
    position: absolute;
    z-index: 2;
    margin-top: -3rem;
    right: 20px;
    line-height: 2rem;
    font-weight: 100;
    padding: 0;
    border-radius: 50%;
}

.slider-play-pause a {
    position: absolute;
    right: 15px;
    margin-top: -5rem;
    font-size: .5rem!important;
    font-weight: 100!important;
    outline: none!important;
}

.slider-play-pause .fa-circle {
    color: #d1d1d1;
}

.slider-play-pause .fa-play, .slider-play-pause .fa-pause {
    color: #000;
}

.slider-play-pause a:hover .fas.fa-circle {
    color: #fff;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--gold);
    
}

/* Cloudflare */

.video-control {
    height: 3rem; 
    width: 3rem;
    background-color: black;
    border: none;
    display: inline-block;
}

.video-control i {
    color: white;
}

.video-control:hover i {
    color: var(--gold);
}

.video-control:focus {
    outline: 2px solid white!important;  
    color: var(--gold);
}


#cover-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-buttons {
    position: absolute;
    bottom: 3rem;
    left: 1rem;
}

/* VM Tours */

.vm-container {
    position: relative; 
    height: 0%; 
    width: 100%; 
    padding-bottom: 51%;
}

.vm-iframe {
    position: absolute; 
    height: 100%; 
    width: 100%; 
    left: 0; 
    top: 0
}

/* Lightcase Gallery */

body #lightcase-case {
    font-family: inherit!important;
    font-weight: 300;
    top: 45%;
}

@media (max-width: 768px) {
    body #lightcase-case {
        top: 30%;
    }
}

#lightcase-caption a {
    color: var(--gold);
}

#lightcase-caption a:hover {
    text-decoration: underline;
}


.lg-progress-bar .lg-progress {
    background-color: var(--gold)!important;
}

/* Lighbox Gallery */

.grid-gallery .grid-item > a, .grid-gallery a.grid-item {
    display: block;
    border-bottom: none;
}

    .photo-kit .grid-gallery .grid-item > a {
        background-color: #eee;
    }

.grid-gallery a div {
    background: #282828;
}

.grid-gallery a:hover img {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

/* End Sliders & Gallery */

.notifications p { margin: 0!important; }

/* Quick Facts */

.quick-facts
{
    background-color: rgba(28, 28, 28, 1)
}

.quick-facts div {
    padding: 20px;
    text-align: center;
    text-transform: none;
    color: #fff;
}

.quick-facts table {
    text-align: left;
}

/* End Quick Facts */ 

/* Review, TBD */

.grid-box {
    background-color: #000;
    position: relative;
    background-size: cover;
}

.grid-box .title {
    background-color: #222;
    width: 100%;
    padding: 1rem;
    overflow: hidden;
}

.grid-box .title h2, .grid-box .title .h6 {  
    display: block;
    font-size: 1rem;
    line-height: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

.grid-box .title strong {
    font-weight: 600; 
    display: block;
}

.grid-box .description {
    position: absolute;
    width: 100%;
    top: 20%;
    left: 0;
    margin: 0 auto;
    text-align: center;
    text-shadow: 2px 2px 6px #282828, 1px 1px 3px #000;
    background: transparent;
    color: #fff;
}

.grid-box .description {
    padding: 20px;
}

body.hotel .grid-box .teaser {
    display: none;
}

.grid-box a {
    position: relative;
    display: block;
    text-decoration: none;
    border-bottom: 0 solid!important;
    color: #fff;
}

.grid-box a img {
    opacity: .9;
    -moz-opacity: .9;
    filter: alpha(opacity=90);
}

.grid-box a:hover {
    color: #fff;
}

.grid-box a:hover img,
.grid-box a:focus img {
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}

.grid-box a:focus {
    outline: 3px dotted var(--dark-gold)!important;
    outline-offset: -3px!important;
}

.grid-box ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (max-width: 1200px) {
    .grid-box a:hover .description,  
    .grid-box a:focus .description {
        top: 20%;   
    }
}

@media (max-width: 768px) {
    .grid-box a img {
        opacity: 0.8;
        -moz-opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .grid-box a .description {
        top: 20%;   
    }

    .grid-box a .description.meetings-events {
        top: 0%;   
    }
}

/* End Gridbox */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#room8 span.room-type {
    display: none;
}

.room-content .tab-pane li {
    margin-bottom: 0.3rem;
}

body.new-york .nav-tabs .suites {
    display: none;
}

/* Accolades */

#main .accolades a {
    border: none;
}

#main .accolades a:focus {
    outline-offset: 0;
}

#main .accolades a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 160px; height: 160px;
    margin: 0.5rem auto;
}

#main .accolades a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/* Menu Item */

.menu-item {
    margin-bottom:20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.menu-item > div:first-child {
    display: flex;
    flex: none;
    justify-content: space-between;
    line-height: 1em;
}

.menu-item .item-title, .menu-item .item-price {
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}

.menu-item .item-divider {
    display: block;
    flex: auto;
    border-bottom: 1px dotted var(--gold);
}

.menu-item .item-description {
    max-width: 80%;
}

/* End F+B Menu

/* Google Maps */

#locationMap {
    min-height: 30em;
}

#locationMap a.text-white {
    border: none;
}

#locationMap a.text-white:hover {
    color: #fff;
    border-color: #fff;
}

@media (max-width: 768px) {
    #locationMap {
        min-height: 24rem;
    }
}

.google-map {
    position: relative;
}

.google-map nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #282828;
}

#main .fa,
#main .fab {
    color: var(--dark-gold);
}

.address-info-box {
    text-align: center;
    background: #282828;
    color: #ffffff;
    padding: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.google-info-box {
    text-align: center;
    background: #282828;
    color: #ffffff;
    padding: 40px 50px 30px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto!important;
}

.google-info-box:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: -40px;
    border: solid;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 15px;
    border-right-width: 15px;
    border-color: transparent transparent #282828 #282828;
}

.google-info-box.google-info-box-red {
    background: #ce5a34;
}

.google-info-box.google-info-box-red:before {
    border-color: transparent transparent #ce5a34 #ce5a34;
}

.google-info-box.google-info-box-gold {
    background: #d2a827;
}

.google-info-box.google-info-box-gold:before {
    border-color: transparent transparent #d2a827 #d2a827;
}

.google-info-box p,
.google-info-box h6 {
    font-family: "proxima-nova";
    font-size: .8rem;
    line-height: 1.5em;
}

.google-info-box:focus {
    outline:1px;
}

#transportationLayer {
    position: absolute;
    display: none;
    padding: 20px;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8)!important;
    color: #fff;
}

/* NY Subway - New York Location section */

.subway-route {
    background-color: #ddd;
    display: inline-block;
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    margin-left: 8px;
    color: #fff;
}

.subway-route.subway-red {
    background-color: #ee352e;
}

.subway-route.subway-purple {
    background-color: #b933ad;
}

.subway-route.subway-blue {
    background-color: #2850ad;
}

.subway-route.subway-orange {
    background-color: #f66319;
}

.subway-route.subway-yellow {
    background-color: #fccc0a;
    color: #000;
}

/* Favorite Finds */

.ff-map-subcategories li.ff-map-subcategories-item {
    display: none;
}

.ff-map-subcategories-item.noslash:before {
    display: none;
}

/* VIP */

#order_overview {
    max-width: 200px;
    position: fixed;
    z-index: 1000;
    bottom: 50%;
    right: 1rem;
    padding: 0;
}

/* Cookiebot */

#CybotCookiebotDialog a, 
#CybotCookiebotDialog div, 
#CybotCookiebotDialogBodyContentControls, 
#CybotCookiebotDialogBodyContentTitle {
    font-family: "proxima-nova", sans-serif;
}

.CookieDeclarationDialogText { display: none; }

/* Tiles */

.tiles {
    background-color: #f5f5f5;
}

@media (min-width: 1200px) {
    .tiles .card-deck {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr))!important;
    }
}

.tiles .card {
    border: none!important;
    background-color: transparent!important;
}

.tiles .card-body,
.tiles .card-footer {
    border: 1px solid #eee;
    background: #fff;
}

body.new-york.fitness .tiles .card-body > a {
    display: none;
}

.tiles .card-body.darkened-image img {
    filter: brightness(30%);
    -webkit-filter: brightness(30%);
}

/* Print CSS - Keep last */

@media print {
    header,
    footer,
    .google-map {
        display: none;
    }
}