.fixed {
    top: 0;
    position: fixed;
}

/* General */

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

/* 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;
    }
}

.add-comma:not(:last-child):after {
    content: ', '; 
}

/* Multi-cols */

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

ul.multi-cols-2, :not(ul).multi-cols-2 ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

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

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

ul.multi-cols.no-gap, .multi-cols.no-gap ul {
    -moz-column-gap: 0!important;
    column-gap: 0!important;
    -webkit-column-gap: 0!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;
    }
}

/* .signup-col {
    max-width: 25%;    
    flex: 0 0 25%;      
    float: left;  
} */

@media (max-width: 768px) {
    .multi-cols-2, .multi-cols-3 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    :not(ul).multi-cols-2 ul, :not(ul).multi-cols-3 ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    ul.multi-cols-2, ul.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 & Containers */

.monogram {
    width: 50px;
}

.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:is(:hover, :focus, :active)
{
    border-bottom: none;
}

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

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

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

.container-form {
    position: relative;
    z-index: 1;
}

.notifications-container {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    z-index: 2;
    padding: 0;
}

.notifications-container p {
    margin: 0;
}

@media (max-width: 768px) {
    .notifications-container {
        position: relative;
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        transform: none;
    }

    .notifications-container .alert {
        height: 100%;
    }
}

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


.video-control {
    padding: 0;
    height: 3rem; 
    width: 3rem;
    background-color: black;
    border: none;
    display: inline-block;
    outline: 2px solid rgba(255, 255, 255, .5);
}

.video-control i {
    color: white;
}

.video-control:hover i,
.video-control:focus i {
    color: var(--bs-warning);
}

.video-control:focus {
    outline: 2px solid white!important;  
}

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

@media (max-width: 768px) {
    .video-buttons {
        bottom: 1rem;
        left: 0.5rem;
    }
    .video-control {
        height: 2rem; 
        width: 2rem;
    }
}

@media (max-width: 992px) {
    .seasonal-feature-container {
        min-height: 240px!important;
        margin-bottom: 10rem!important;
    }
    .seasonal-feature-container > div {
        margin-top: 3rem;
        margin-bottom: -5rem;
    }
}

.booking-widget-container {
    position: relative;
    width: 100%;
    margin-top: -3rem;
    z-index: 1030;
    font-size: 0.85em;
}

.booking-widget-button {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 1rem;
    padding-left: 1.5rem!important;
    background: transparent;
    border: 0;
    text-align: left;
}

.booking-widget-container label, .booking-widget-container .label {
    font-size: 0.75em;
    font-family: var(--bs-font-monospace);
    text-transform: uppercase;
}

.booking-widget-container .btn {
    font-size: 0.8em;
}

.booking-widget-container > .row > * {
    border-bottom: 1px solid var(--bs-light)!important;
}


@media (min-width: 992px) {
    .booking-widget-container > .row > * {
        border-right: 1px solid var(--bs-light)!important;
    }
}

@media (max-width: 992px) {
    .booking-widget-container {
        margin-top: 0;
    }
    .booking-widget-container .collapse.position-absolute {
        z-index: 1045;
    }
}

.ui-datepicker-inline { width: 100%; }
.ui-datepicker-inline.ui-widget-content { border: none!important}

/* Footer */

footer ul,
footer li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
}

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

@media (max-width: 576px) {
    footer .footer-bottom {
        border-top: 0;
    }
}

footer .footer-middle h2,
footer nav ul li a,
footer .footer-bottom a,
footer .footer-bottom,
footer button.accordion-button
{
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
}

@media (max-width: 768px) {
    .breadcrumb { 
        display: block; 
        --bs-breadcrumb-item-padding-x: 0;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        display: none!important;
    }
}

footer .accordion-button {
    text-transform: uppercase;

}

footer .callout {
    background: #fff;
    margin-top: -8rem;
/*     min-height: 16rem; */
}

.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: var(--bs-black);
    margin: 0;
}

[data-bs-theme=dark] {
    .back-to-top > span {
        border: 2px solid var(--bs-white);
    }
}

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

.back-to-top:is(:hover, :focus) > span {
    background-color: var(--bs-gold)!important;
}

.back-to-top:is(:hover, :focus) > span i {
    color: var(--bs-black)!important;
}

@media (min-width: 992px) {
    .hours {
        text-align: left;
    }
}

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

/* End Header & Footer */

/* Sliders & Gallery */
.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;
}

/* 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
}

.btn-tour {
    width: 4rem;
    height: 4rem;
    bottom: 0;
    right: 8rem;
    display: block;
    position: absolute;
    background-color: var(--bs-dark);
    z-index: 999;
    box-sizing: content-box;
    border: 1px solid var(--bs-dark);
}

.btn-tour:hover {
    background-color: var(--bs-black);
/*     border-color: var(--bs-dark);
    border: 1px solid var(--bs-dark); */
}


/* 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 */

/* 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 */ 

.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;
}

/* Amenities */

.select-amenities {
    border-left: 1px solid  rgba(255, 255, 255, .5);
}

@media (max-width: 992px) {
    .select-amenities {
        border: 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-description {
    max-width: 80%;
}

.menu-item .item-description p {
    margin: 0;
}

/* End F+B Menu

/* Google Maps */

#locationMap {
    min-height: 90vh;
}

#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;
}

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

/* TripAdvisor custom add-on */

@font-face {
    font-family: 'FontAwesome';
    src: url('../webfonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../webfonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../webfonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../webfonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../webfonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../webfonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa4 {
    display: inline-block;
    font: normal normal normal 2em FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-tripadvisor:before { 
    content: "\f262";
}

.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;
}

/* Cookiebot */

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

.CookieDeclarationDialogText { display: none; }

/* Tiles */

@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
/* body.rfp .card-text  */
{
    display: none;
}

/* Timeline tiles */

.timeline {
    position: relative;
    margin: 50px auto;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
   /*  width: 0.5rem;
    background-color: var(--bs-white); */
    border-right: 5px dotted var(--bs-white);
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 2rem;

    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
/*     background-color: var(--bs-primary);
    border: 5px solid var(--bs-white); */
    background-color: var(--bs-light);
    border: 5px solid var(--bs-primary);
  }

.timeline-event {
    position: relative;
    margin: 40px 0;
}

@media (min-width: 768px) {
    .timeline-event {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .timeline-event:nth-child(even) .timeline-image-col {
        order: 2;
    }

    .timeline-event:nth-child(even) .timeline-content {
        order: 1;
        text-align: right;
    }

    .timeline-event:nth-child(odd) .timeline-content {
        text-align: left;
    }
}

/* Print CSS - Keep last */

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