.container-slider-pr .uv-section-inner {
    width: 100% !important;
}

#hero {
    height: 45.8333vw;
    box-sizing: border-box;
    min-height: 300px;
    max-height: calc(100vh - 176px);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: opacity 1s ease, height .35s, margin .35s;
}

/*
#hero.uv-lazysectionimage {
    -webkit-animation: smooth 4s ease;
    -moz-animation: smooth 4s ease;
    -o-animation: smooth 4s ease;
    -ms-animation: smooth 4s ease;
    animation: smooth 4s ease;
}
*/
@keyframes smooth {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Book Bar */
.book-bar {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: opacity .6s ease;
}

.book-bar-form {
    display: flex;
    align-items: flex-end;
}

.book-bar .fs-bb-dates {
    box-sizing: border-box;
    margin-right: 1.5em !important;
    padding-left: 2.25em !important;
    white-space: nowrap;
    min-width: 310px;
}

.book-bar-form fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.book-bar label,
.book-bar legend {
    font-size: .85rem;
    font-weight: 300;
    color: #C6001D;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    display: block;
    line-height: 1.1em;
}

.book-bar .field-inner {
    min-height: 34px;
}

.book-bar .book-display {
    color: #707070;
    font-size: 2rem;
    white-space: nowrap;
}

.book-bar-form .pipe {
    display: inline-block;
    margin: 0 0.25em 0 0.4em;
    font-size: 1.5rem;
}

.book-bar .book-display {
    font-size: 2rem;
    white-space: nowrap;
}

.book-bar .book-pop-btn {
    background: transparent;
    border: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.input-date-booking {
    border: none;
    cursor: pointer;
    color: #707070;
    font-size: 2rem;
}

.book-bar .book-pop {
    box-sizing: border-box;
    position: absolute;
    top: calc(100% + 18px);
    left: -1px;
    z-index: 3;
    background-color: #fff;
    color: #000;
    font-size: .9em;
    opacity: 0;
    pointer-events: none;
    border: 1px solid #999;
    backface-visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity .6s ease, transform .6s;
}

.book-bar .litepicker {
    padding: 1.5em !important;
}

.book-bar .litepicker .container__months {
    flex-wrap: nowrap;
    box-shadow: none;
}

.book-bar .litepicker .container__months.columns-2 {
    width: calc((var(--litepickerMonthWidth) * 2) + 3em);
    position: relative;
}

.litepicker .container__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.litepicker .container__months .month-item-weekdays-row>div {
    width: 44px !important;
}

.book-bar .book-pop-active .book-pop,
#book-pop-dates.book-pop-active {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
}

.book-bar .field {
    position: relative;
    z-index: 3;
    margin-right: 2.15em;
}

.book-bar-form .has-select {
    position: relative;
}

.book-bar .field-inner {
    min-height: 34px;
}

.custom-select-container {
    position: relative;
    box-sizing: border-box;
}

.book-bar-form .has-select::after {
    content: '\e841';
    color: #707070;
    font-family: 'uvfonticons';
    font-size: 1.65rem;
    pointer-events: none;
    position: absolute;
    top: 16%;
    right: 0;
    bottom: 0.35em;
}

.custom-select-opener {
    display: block;
    cursor: pointer;
    width: 100%;
}

.custom-select-container select {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-select-panel {
    max-height: 0;
    transition: max-height .5s ease-out, overflow-y .1s .5s;
    overflow: hidden;
    background-color: #e9e9e9;
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 100%;
}

.custom-select-container * {
    box-sizing: border-box;
}

.book-bar .custom-select-panel {
    background-color: #C6001D;
    color: #fff;
}

.book-bar .custom-select-opener span {
    color: #707070;
    font-size: 2rem;
}

.custom-select-option {
    padding: 0.5em;
}

.book-bar .custom-select-option.has-focus {
    background-color: #C6001D;
    color: #fff;
    cursor: pointer;
}

.book-bar .promo-field {
    width: 160px;
    margin-right: 1.5em;
}

.book-bar .promo-field input {
    padding: 0.5em 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #a9a9a9;
}

.bookBarPromoCode {
    box-sizing: border-box;
    background-color: #fff;
    font-family: "Commissioner", sans-serif;
    font-size: inherit;
    width: 100%;
    border: 1px solid #9f9f9f;
    border-radius: 0;
    outline: none;
}

.book-bar-form .check-rates {
    position: relative;
    display: block;
    padding: 0.95em 0.5em 0.85em 1em;
    font-size: 1.15rem;
    font-weight: 100;
    white-space: nowrap;
    right: auto;
}

.check-rates-span {
    top: -2px;
}

.book-bar-form .check-rates input[type="submit"],
.button-check-rates {
    background-color: transparent;
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: transparent;
    /*font-size: 0;*/
    z-index: 3;
    text-indent: -10000px;
}

.icon-play-1:before {
    content: '\e844';
    font-family: 'uvfonticons';
    font-style: normal;
    font-weight: 400;
    font-size: 1.35em;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 0em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
}

.btn-book {
    display: block;
    padding: 1em 1.6em;
    text-transform: uppercase;
    letter-spacing: inherit;
    text-align: center;
    transition: color .35s;
    position: absolute;
    top: 0;
    right: 80px;
    display: none;
    z-index: 99;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.btn-book>span {
    position: relative;
    z-index: 2;
}

.brand-grad {
    background: linear-gradient(90deg, #C7021E 0%, #8C0C28 100%);
    border: 0;
    margin: 0;
    color: #fff;
    overflow: hidden;
}

.btn-book::after {
    z-index: 2;
    border: 2px solid #C90D1F;
    opacity: 0;
    transition: opacity 200ms linear;
}

.btn-book::before {
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .35s;
}

.btn-book::before,
.btn-book::after {
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-book:hover::after,
.btn-book:focus::after {
    opacity: 1;
}

.btn-book:hover,
.btn-book:focus {
    color: #c6001d;
}

.btn-book:hover::before,
.btn-book:focus::before {
    transform: translate(0);
}

.book-bar-form .book-bar-edit-toggle:hover,
.book-bar-form .book-bar-edit-toggle:focus {
    background-color: #C6001D;
    color: #fff;
}

.book-bar-form .check-rates .button-check-rates:hover,
.book-bar-form .check-rates .check-rates input[type="submit"],
.book-bar-form .check-rates .button-check-rates:focus {
    color: #C6001D;
}

.book-bar .button-previous-month::before,
.book-bar .button-next-month::before {
    pointer-events: none;
    font-family: 'dashicons';
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.book-bar-form .check-rates .button-check-rates:hover::before,
.book-bar-form .check-rates .check-rates input[type="submit"]:hover::before,
.book-bar-form .check-rates .button-check-rates:focus::before,
.book-bar-form .check-rates .check-rates input[type="submit"]:focus::before {
    transform: translate(0);
}

.book-bar-form .check-rates .button-check-rates:hover::after,
.book-bar-form .check-rates .check-rates input[type="submit"]:hover::after,
.book-bar-form .check-rates .button-check-rates:focus::after,
.book-bar-form .check-rates .check-rates input[type="submit"]:focus::after {
    opacity: 1;
}

.book-bar .litepicker .container__months .month-item-header div>.month-item-name,
.book-bar .litepicker .container__months .month-item-header div>.month-item-year {
    font-family: "Commissioner", sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #898989 !important;
}

.book-bar .litepicker .container__months .month-item-header {
    margin-bottom: 1em;
    padding: 0;
}

.book-bar .litepicker .container__months .month-item-weekdays-row {
    margin-bottom: 0.5em !important;
}

.book-bar .litepicker .container__months .month-item-weekdays-row>div {
    text-transform: uppercase !important;
    color: #C6001D !important;
    font-size: 13px;
}

.book-bar .litepicker .container__days>div {
    border: 0;
    font-family: "Commissioner", sans-serif !important;
    font-size: 15px !important;
}

.book-bar .litepicker .container__days>div,
.book-bar .litepicker .container__days>a {
    padding: 0.85em 0 !important;
}

.book-bar .litepicker .container__months.columns-2>div:first-child {
    margin-right: 3em;
}

.book-bar .litepicker .container__months.columns-2::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

.book-bar .litepicker .container__days .day-item {
    box-sizing: border-box;
    border-color: #C6001D;
    border-style: solid;
    /*margin-bottom: -2px;*/
}

/*.book-bar .litepicker .container__days .day-item.is-start-date, .book-bar .litepicker .container__days .day-item.is-end-date {
    background-color: #e5bf83!important;
    color: #fff!important;
}
.book-bar .litepicker .container__days .day-item.is-in-range {
    background-color: transparent;
    border-width: 2px 0;
}
.book-bar .litepicker .container__days .day-item.is-start-date {
    border-width: 2px 0 2px 2px!important;
}
.book-bar .litepicker .container__days .day-item.is-end-date {
    border-width: 2px 2px 2px 0!important;
}
.book-bar .litepicker .container__days .day-item:hover, .book-bar .litepicker .container__days .day-item:focus {
    box-shadow: none!important;
}*/
.book-bar .litepicker .container__days .day-item.is-in-range,
.litepicker .container__days .day-item.is-end-date {
    border-width: 0px !important;
}

.book-bar .litepicker .container__days .day-item.is-in-range,
.bbm-pop .litepicker .container__days .day-item.is-in-range {
    background-color: #e5bf83;
    color: #ffffff;
}

.bbm-pop .litepicker .container__months .month-item-header .button-previous-month svg {
    fill: #ffffff;
}

/* Booking mobile */
.ada-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.bbm {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    color: #707070;
    width: 100%;
    height: 60px;
    transition: opacity .6s ease;
    display: none;
}

.bbm-form {
    box-sizing: border-box;
    height: 100%;
    position: relative;
    padding-right: 140px;
}

.bbm-toggle {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    z-index: 2;
    width: calc(100% - 140px);
    height: 100%;
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 62px;
}

.bbm-toggle>i {
    font-size: 150%;
    display: inline-block;
    margin-right: 0.5em;
    transform: translateY(-0.05em);
}

.bbm-toggle.active::before {
    opacity: 1;
}

/*.bbm-toggle.active::after{
    content: '\f140';
}*/
.bbm-toggle::before {
    content: 'Close';
    pointer-events: none;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    font-size: 120%;
    opacity: 0;
    text-transform: uppercase;
    transition: opacity .35s;
    font-weight: 500;
    padding-left: 62px;
}

/*.bbm-toggle::after{
    content: '\f142';
    color:#707070;
    font-family: 'dashicons';
    font-size: 2rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0.5em;
    z-index: 3;
    transform: translateY(-50%);
}*/
.bbm-panel {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.5em;
    background-color: #fff;
    color: #707070;
    text-align: center;
    transform: translateY(100%);
    transition: transform .5s ease-out;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .12);
}

.bbm-panel.active {
    transform: translateY(-60px);
}

.bbm-panel>.inner {
    width: auto;
    display: inline-block;
    text-align: left;
}

.fs-bbm-dates {
    position: relative;
    border: none;
    margin: 0 0 1.5em 0;
    padding: 0;
}

.bbm-form label,
.bbm-form legend {
    font-size: .85rem;
    font-weight: 300;
    color: #c6001d;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.bbm .book-display {
    font-size: 1.75rem;
    white-space: nowrap;
}

.bbm-form .pipe {
    display: inline-block;
    margin: 0 0.5em;
}

.bbm-pop-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0;
}

.bbm-form .check-rates {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 100%;
    padding: 0 0.5em;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.bbm-form .check-rates input[type="submit"]::before {
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .35s;
}

.bbm-form .check-rates input[type="submit"]::before,
.bbm-form .check-rates input[type="submit"]::after {
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bbm-form .check-rates input[type="submit"]::after {
    z-index: 2;
    border: 1px solid #c6001d;
    opacity: 0;
    transition: opacity .35s;
}

.bbm-form .check-rates input[type="submit"]::before,
.bbm-form .check-rates input[type="submit"]::after {
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*.bbm::after{
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 2;
    width: 100%;
    height: 12px;
    background: linear-gradient(to top,rgba(0,0,0,.15) 0%,transparent 100%);
}*/
.bbm-form input[type="submit"] {
    background-color: #c52f40;
    color: #fff;
    display: block;
    height: 45px;
    font-size: .75em;
    letter-spacing: .1em;
    padding: 0 0.75em;
    text-align: center;
    white-space: normal;
    transition: background-color .35s, color .35s;
    border: none;
    text-align: center;
    cursor: pointer;
}

.bbm-form .check-rates input[type="submit"] {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: transparent;
    z-index: 3;
}

.fs-bbm-guests {
    display: flex;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.bbm-form .has-select {
    position: relative;
}

.bbm-form .has-select::after {
    content: '\f142';
    color: #707070;
    font-family: 'dashicons';
    font-size: 1.5rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0.35em;
    bottom: auto;
    transform: translateY(-50%);
}

.fs-bbm-guests>div:nth-of-type(1) {
    margin-right: 2em;
}

.fs-bbm-guests .custom-select-opener span {
    font-size: 1.5rem;
}

#bbm-pop-dates {
    overflow: hidden;
}

.bbm-pop-active .bbm-pop {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
}

body.bbm-pop-active {
    overflow: hidden;
}

.bbm-pop {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #000;
    font-size: .9em;
    opacity: 0;
    pointer-events: none;
    max-height: 100%;
    min-width: 15em;
    overflow-y: auto;
    transform: translate3d(0, 10px, 0);
    transition: opacity .6s ease, transform .6s;
}

.bbm-pop-active .bbm-dates-wrap {
    display: block;
}

.bbm-dates-wrap {
    box-sizing: border-box;
    position: relative;
    height: 100vh;
    display: none;
}

.bbm-dates-hdr {
    width: 100%;
    height: 30px;
    background-color: #f5f1f1;
    display: flex;
    justify-content: flex-end;
}

.bbm-pop-close {
    background: transparent;
    color: #707070;
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

.bbm-pop-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.bbm-pop-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.bbm-pop-close::before,
.bbm-pop-close::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: currentColor;
    width: 70%;
    height: 2px;
}

.bbm-dates-wrap .book-dates-wrap {
    box-sizing: border-box;
    text-align: center;
}

.bbm-pop .litepicker {
    font-size: 1.1em;
}

.bbm-pop-details {
    display: flex;
    width: 90%;
    max-width: 318px;
    margin: 0 auto;
    padding-top: 1em;
    border-top: 1px solid #ccc;
    color: #707070;
}

.bbm-pop .litepicker .container__months .month-item {
    margin-bottom: 1.5em;
    width: 318px !important;
    padding-top: 25px;
}

.bbm-pop .litepicker .container__months .month-item-header {
    margin-bottom: 1em;
    padding: 1.75em 0.5em;
    background: linear-gradient(to right, #c6001d, #8f0d2a);
    color: #fff;
}

.bbm-pop .litepicker .container__months .month-item-header div>.month-item-name,
.bbm-pop .litepicker .container__months .month-item-header div>.month-item-year {
    font-family: "Commissioner", sans-serif;
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #fff !important;
}

.bbm-pop .litepicker .container__months {
    border-radius: 0;
    box-shadow: none;
}

.bbm-pop-details .left {
    flex: 1;
}

.bbm-pop-details .nights {
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.4em;
    color: #c6001d;
}

.bbm-pop-details .dates {
    font-size: .85rem;
}

.bbm-pop-details button {
    padding: 1em 1.25em;
    font-size: .85rem;
    text-transform: uppercase;
}

#book-mobile-dates>.litepicker>.container__main>.container__months {
    padding: 0px !important;
    width: 318px;
}

.bbm-pop .button-previous-month,
.bbm-pop .button-next-month {
    position: relative;
    width: 32px;
    height: 32px;
    color: #ffffff !important;
}

.bbm-pop .button-next-month::before {
    content: '\f139';
    font-family: 'dashicons';
    color: #fff;
}

.bbm-pop .button-previous-month::before,
.bbm-pop .button-next-month::before {
    pointer-events: none;
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bbm-pop .litepicker .container__months .month-item-weekdays-row {
    margin-bottom: 0.5em;
}

.bbm-pop .litepicker .container__months .month-item-weekdays-row>div {
    text-transform: uppercase;
    color: #c6001d;
}

.bbm-pop .litepicker .container__days .day-item {
    box-sizing: border-box;
    border-color: #c6001d;
    border-style: solid;
    font-family: "Commissioner", sans-serif;
    font-size: 14px !important;
    margin-bottom: -2px;
    position: relative;
    overflow: hidden;
}

.bbm-pop .litepicker .container__days>div,
.bbm-pop .litepicker .container__days>a {
    padding: 0.85em 0 !important;
    width: 44px;
    border: 0;
}

.litepicker .container__days .day-item.is-locked {
    color: #9e9e9e;
    opacity: 1 !important;
}

/*.bbm-pop .litepicker .container__days .day-item.is-today {
    color: #c6001d;
    border: 1px solid;
}*/
/*.bbm-pop .litepicker .container__days .day-item.is-in-range {
    background-color: transparent;
    border-width: 2px 0;
    border-radius: 0;
}
.bbm-pop .litepicker .container__days .day-item.is-start-date {
    border-width: 2px 0 2px 2px!important;
}
.bbm-pop .litepicker .container__days .day-item.is-end-date {
    border-width: 2px 2px 2px 0!important;
}*/
.bbm-pop .litepicker .container__days .day-item.is-start-date,
.bbm-pop .litepicker .container__days .day-item.is-end-date {
    background-color: #C6001D !important;
    color: #ffffff !important;
    /*border-color: #c6001d!important;*/
}

.custom-select-container.is-open .custom-select-panel {
    max-height: 10.7em;
    overflow-y: auto;
}

.fs-bbm-guests .custom-select-panel {
    background-color: #c6001d;
    color: #fff;
}

.fs-bbm-guests .custom-select-option.has-focus,
.fs-bbm-guests-field.custom-select-option.has-focus {
    background-color: #e5bf83;
    color: #000;
}

.fs-bbm-guests .custom-select-panel {
    top: auto;
    bottom: 100%;
}

.label-mobile-booking {
    display: block;
    line-height: 1.1em;
    margin-bottom: 6px;
}

.custom-select-container * {
    box-sizing: border-box;
}


/* Page */
.hero {
    position: relative;
    height: calc(100% - 0px);
    overflow: hidden;
    max-width: 2560px;
    margin: 0 auto 0;
    transition: opacity .6s ease, height .35s, margin .35s;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider::before {
    content: "";
    display: block;
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
}

.hero-slide {
    position: relative;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    margin: 0px;
}

.hero-slide-principal {
    position: relative;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    margin: 0px;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.hero-slide:nth-child(3) .hero-image {
    transform-origin: right bottom;
}

.hero-slide-principal:nth-child(3) .hero-image {
    transform-origin: right bottom;
}

.swiper-slide-active .hero-image {
    transform: scale(1);
}

.hero-img {
    height: 100%;
    opacity: .8;
}

.hero-image {
    /*transform: scale(1.15);
    transform-origin: center top;*/
    transition: opacity 500ms linear 0s;
}

.object-fit {
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.vimeo-container {
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    pointer-events: none;
}

.vimeo-container iframe {
    box-sizing: border-box;
    width: 177.77777778vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.01);
}

.slick-prev,
.slick-next {
    color: #707784 !important;
    margin-top: 0 !important;
    background-color: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
    width: 43px;
    height: 43px;
}

.slick-prev {
    right: 30px;
    transform: translate(5px, -50%);
}

.slick-next {
    left: 30px;
    transform: translate(-5px, -50%);
}

.slick-prev:after,
.slick-next:after {
    font-size: 40px;
    font-size: 20px;
    font-weight: bold;
}

.hero-slide::before {
    content: '';
    pointer-events: none;
    width: 100%;
    max-width: 340px;
    height: 100%;
    position: absolute;
    top: 29px;
    left: 0;
    background: url(../png/snowflake-lg.png);
    opacity: .3;
}

.slider-entertainment-mpx {
    margin-top: -28px !important;
}

.background-purple {
    background: linear-gradient(to right, #7f1c27, #60152c, #1d0731) !important;
    color: #fff;
    height: 100% !important;
}

.hero figcaption,
.hero .figcaption {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    width: 90%;
    text-transform: uppercase;
    text-align: center;
    transform: translate(-50%, -50%);
}

.hero figcaption .inner,
.hero .figcaption .inner {
    display: inline-block;
    text-align: left;
    width: auto;
    max-width: none;
}

.hero .pre-cap {
    transform: translateY(.25em);
}

.hero .cap {
    font-weight: 100;
    font-size: 3rem;
    line-height: 1;
}

.hero figcaption h2,
.hero .figcaption h2 {
    font-size: clamp(2rem, 7.75vw, 12rem);
    font-weight: 900;
    letter-spacing: normal;
    margin: 0;
    line-height: 1;
    text-shadow: 0 0 1em rgb(0 0 0 / 90%);
}

.hero .cap {
    font-weight: 100;
    font-size: 3rem;
    line-height: 1;
}

.hero .cap::before {
    content: '';
    pointer-events: none;
    display: inline-block;
    min-height: 3rem;
}

.hero .swiper-slide-active .cap .anim {
    transform: translateX(0);
}

.hero .cap .anim {
    display: inline-block;
    line-height: inherit;
    transform: translateX(100%);
    transition: opacity .35s ease, transform .5s ease-out;
}

.hero-slide:nth-child(3) .hero-image {
    transform-origin: right bottom;
}

.hero-slide-principal:nth-child(3) .hero-image {
    transform-origin: right bottom;
}

.hero-figcaption-bottom-left {
    width: 100px;
    left: 10% !important;
    bottom: 60%;
    text-transform: uppercase;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    width: 100px !important;
}

.hero .figcaption.uv-slidercaption-position-left_center,
.hero .figcaption.uv-slidercaption-position-left_bottom {
    text-align: left !important;
}

.hero .figcaption.uv-slidercaption-position-right_center,
.hero .figcaption.uv-slidercaption-position-right_bottom {
    text-align: right !important;
}

.hero .figcaption.uv-slidercaption-position-left_bottom,
.hero .figcaption.uv-slidercaption-position-center_bottom,
.hero .figcaption.uv-slidercaption-position-right_bottom {
    transform: translate(-50%, 0) !important;
    bottom: 13% !important;
    top: auto !important;
}

.title-sp {
    font-size: clamp(2rem, 7.5vw, 8.5rem) !important;
    font-weight: 900;
    /*letter-spacing: 0!important;*/
    margin: 0;
    line-height: 0.75em !important;
    text-shadow: none !important;
}

.video-ctrl,
.video-ctrl-extra {
    position: absolute;
    right: 2em;
    bottom: 2em;
    z-index: 2;
    color: #000;
}

.hero-ctrl {
    background-color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    padding: 9px 9px;
    transition: opacity .3s ease, background-color .15s, color .15s;
}

.hero-ctrl.is-play:before,
.slick-toggle.is-play:before,
.slick-toggle-overlay.is-play:before {
    content: '\f522';
}

.hero-ctrl:before,
.slick-toggle:before,
.slick-toggle-overlay:before {
    content: '\f523';
    font-family: 'dashicons';
    font-size: 18px;
}

.hero-ctrl:hover,
.slick-toggle:hover,
.slick-toggle-overlay:hover,
.hero-ctrl:focus,
.slick-toggle:focus,
.slick-toggle-overlay:focus {
    background-color: #c6001d;
    color: #fff;
}

.audio-ctrl {
    position: absolute;
    right: 6em;
    bottom: 2em;
    z-index: 2;
    color: #000;
    padding-top: 12px;
}

.audio-ctrl {
    width: 50px;
    height: 50px;
}

.audio-ctrl:before {
    content: '\e827';
    font-family: "uvfonticons";
    font-size: 28px;
}

.audio-ctrl.is-on:before {
    content: '\e826';
}

.full-film-wrap.active {
    opacity: 1;
    pointer-events: auto;
}

.full-film-active .slick-prev,
.full-film-active .slick-next {
    display: none;
}

.full-film-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease;
}

.btn-fullscreen {
    position: absolute;
    right: 2.125em;
    bottom: 7em;
    z-index: 2;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
}

.btn-fullscreen::before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background-image: url(../png/fullscreen-buttons.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
}

.sp-btn-lg {
    background: #c6001d;
    padding: 13px 41px;
    color: #fff;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "Commissioner", sans-serif;
    font-size: 1.7em;
    font-weight: 800;
    transition: background-color .35s, color .35s;
    position: absolute;
    bottom: 4em;
    -webkit-appearance: initial !important;
}

.sp-btn-lg:hover,
.sp-btn-lg:focus {
    color: #f1f1f1;
}

.uv-right-bottom-sp {
    right: 1.5em;
}

.uv-left-bottom-sp {
    left: 1.5em;
}

.uv-center-bottom-sp {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 300px;
}

/****************************/
.intro-event {
    padding: 2em 0;
}

.intro-event .uv-section-inner,
.foot-cta-event .uv-section-inner {
    max-width: 1080px !important;
    width: 90% !important;
}

/*.foot-cta-event .uv-section-inner {

}*/
/* Entertainment */
.header-entertainment-container {
    box-sizing: border-box;
    /*height: 100vh;*/
    min-height: 410px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.header-entertainment-row {
    position: relative;
    /*height: calc(100% - 177px);*/
    overflow: hidden;
    max-width: 2560px;
    transition: opacity .6s ease, height .35s, margin .35s;
}

.header-entertainment-row .uv-section-inner {
    overflow: hidden;
    /*background-color: #000;*/
    color: #fff;
    float: left;
    height: auto;
    min-height: 1px;
    width: 100% !important;
}

.header-entertainment-row .uv-section-inner::before {
    content: '';
    pointer-events: none;
    width: 100%;
    max-width: 340px;
    height: 100%;
    position: absolute;
    top: 29px;
    left: 0;
    background: url(../png/snowflake-lg.png);
    opacity: .7;
}

.header-entertainment-row .uv-section-inner::after {
    content: '';
    pointer-events: none;
    width: 70px;
    height: 216px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../png/pattern-1.png);
}

.floating-pattern {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 320px;
    width: 100%;
    max-width: 216px;
    height: 160px;
    opacity: 0.3;
    background: url(../png/pattern-1.png);
}

.container-img-entertainment {
    height: 100%;
    opacity: 0.8;
}

.container-img-entertainment img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.container-entertainment-title {
    box-sizing: border-box;
    color: #000;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
    top: auto;
    bottom: 4em;
    width: 82%;
    text-align: left;
    transform: translate(-50%, 0%);
}

.container-entertainment-title .uv-section-inner::before,
.container-entertainment-title .uv-section-inner::after {
    background: none;
    top: 0;
    width: 0;
    height: 0;
}

.main-container-entertainment {
    background: linear-gradient(to right, #7f1c27, #60152c, #1d0731);
    color: #fff;
    /*margin-top: -177px;*/
    padding-top: 0;
    padding-bottom: 10px;
}

.into-wrap-entertainment,
.into-wrap-experiences {
    background-image: url(../png/rings.png);
    padding-bottom: 2.5em;
    padding-top: 5em;
}

.into-wrap-entertainment::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: .85em;
    background-image: linear-gradient(rgba(0, 0, 0, .15), transparent);
}

.container-entertainment-title .uv-section-inner {
    background-color: transparent;
    max-width: none;
    width: auto;
}

.ent-title {
    margin-bottom: 0px !important;
}

.into-wrap-entertainment .uv-section-inner {
    width: 100% !important;
    max-width: 2560px !important;
}

.into-wrap-entertainment .intro {
    max-width: 1080px !important;
    margin: 0 auto;
    width: 90% !important;
}

.h2-title-entertainment {
    font-size: clamp(2rem, 7.75vw, 12rem);
    font-weight: 900;
    letter-spacing: normal;
    line-height: 1;
    margin: 0 0 .25em;
}

.logo-aeg-entertainment img {
    float: right;
    height: 54px;
    aspect-ratio: auto 116 / 54;
    width: 116px;
}

.subtitle-entertainment {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: .5em;
    line-height: 1.2em;
}

/* Dinning Cards */
.dining-cards h3 {
    font-size: 16px !important;
}

.dining-cards .card {
    margin-bottom: 48px !important;
}

.dining-cards .card-img {
    height: 310px;
    overflow: hidden;
    margin-bottom: 15px !important;
}

.dining-cards .card-content .shim {
    min-height: 150px;
    padding: 0 15px;

}

.dining-cards .card-content .card-cta {
    border-top: 1px solid #fff !important;
    margin: 0 20px !important;
    padding-top: 15px !important;
}

.dining-cards .card-content .card-cta ul {
    line-height: 15px !important;
    letter-spacing: 1px;
}

.dining-cards .card-content .card-cta a {
    color: #fff;
    font-size: 15px !important;
}

.dining-cards .card-content .card-cta li:not(:first-child) {
    margin-left: 10px !important;
    padding-left: 10px !important;
    border-left: 1px solid #fff !important;
    line-height: 15px !important;
    padding-top: 0px !important;
}

/* Entertainment Cards */
.cards-outer {
    background-color: #fff;
    color: #000;
}

.cards-wrap {
    width: 90%;
    max-width: 1190px;
    margin: 0 auto;
    padding-bottom: 2em;
    padding-top: 6em;
}

.cards-outer .uv-section-inner,
.cards-wrap .uv-section-inner {
    width: 100% !important;
}

.events-filter {
    max-width: 980px;
    margin: 0 auto 2em;
}

.events-filter h3 {
    font-size: 1.2rem;
    margin-bottom: .75em;
}

.events-filter-form {
    display: flex;
    align-items: center;
}

.events-filter-form .field {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right: 1em;
}

.has-date {
    position: relative;
}

.events-filter-form label {
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 1em 0 0;
    white-space: nowrap;
}

.events-filter-form .has-date input {
    width: 10em;
    letter-spacing: .05em;
}

.events-filter-form .field input,
.events-filter-form .field select {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
    padding: .5em .35em;
}

.events-filter-form .has-date::after {
    color: #000000;
    bottom: .45em;
}

.has-date::after {
    content: '\f508';
    font-family: dashicons;
    font-size: 1.2em;
    color: #666;
    pointer-events: none;
    position: absolute;
    bottom: .6em;
    right: .5em;
}

.events-filter-form input[type="button"] {
    background-color: #fff;
    color: #260930;
    padding: .65em 2em .65em 2.05em;
    transition: background-color .35s;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "Commissioner", sans-serif;
    font-size: 1em;
    font-weight: 500;
}

.events-filter-form input[type="button"]:hover,
.events-filter-form input[type="button"]:focus {
    background-color: #c6001d;
    color: #fff;
}

.day-item.is-locked {
    opacity: .35;
}

.cards {
    display: flex;
    flex-wrap: wrap;
}

.four-col .card {
    width: 25%;
    padding: 0 2px;
}

.card {
    box-sizing: border-box;
    margin-bottom: 3em;
    display: flex;
}

.card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-img {
    height: 310px;
    overflow: hidden;
    margin-bottom: 1.5em;
}

.lazy-fade-in {
    animation-name: fadeIn;
    animation-duration: 1.3s;
    animation-timing-function: cubic-bezier(0, 0, .4, 1);
    animation-fill-mode: forwards;
}

.object-fit {
    display: block;
    object-fit: cover;
    object-position: 50% 50% !important;
    width: 100%;
    height: 100%;
}

.card-content .shim {
    text-align: center;
    padding: 0 1.5em;
    flex: 1 0 auto;
}

.card h3 {
    text-transform: none;
    font-size: 1.07em;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: .6em;
}

.cards-outer .card-cta {
    border-top-color: #000;
    color: #c6001d;
}

.card-cta {
    border-top: 1px solid;
    margin: 0 1.5em;
    padding-top: 1.5em;
}

.card-cta ul {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: .075em;
}

.unstyled-list {
    list-style-type: none !important;
    margin: 0 !important;
}

.mc-brand-bg .card-cta a {
    color: #c6001d;
}

.mc-brand-bg .card-cta li:not(:first-child) {
    border-color: #c6001d;
}

.card-cta li:not(:first-child) {
    margin-left: .75em;
    padding-left: .75em;
    border-left: 1px solid #c6001d;
}

.mc-brand-bg .card-cta a::after {
    background-color: #c6001d;
}

.card-cta a {
    position: relative;
}

.card-cta a::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: calc(100% + .25em);
    left: 0;
    width: 0;
    height: 1px;
    background-color: #c6001d;
    transition: width .35s ease-out;
}

.unstyled-list li {
    list-style-type: none;
}

/* Entertainment Into */
.event-title {
    font-size: 2.5rem;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: .5em;
    color: #c6001d;
    line-height: 1.2em;
}

.event-description {
    color: #000000;
    font-size: 15px;
    margin: 0 0 1.4em;
}

.event-time {
    color: #000000;
    font-size: 15px;
    margin-bottom: 0px;
}

.event-time-all-big {
    text-transform: uppercase;
}

.event-time-head {
    margin-left: -1.65em;
}

.event-time-head i {
    margin-right: 0.3em;
}

.event-share {
    float: right;
}

.event-share i {
    margin-right: 0.3em;
}

.event-link {
    color: #c6001d;
    display: inline-block;
    letter-spacing: .1em;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

.event-link:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: calc(100% + .25rem);
    left: 0;
    width: 0;
    height: 2px;
    background-color: #c6001d;
    transition: width .35s;
}

.event-link:focus::after,
.event-link:hover::after {
    width: 100%
}

.foot-cta-event h4 {
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .025em;
}

.foot-cta-event {
    border-top: 1px solid #c6001d;
    margin: 0 auto 2em;
    max-width: 1080px;
    padding-top: 1.5em;
    width: 90%;
}

/* Entertainment Sliders */
.disjointed-header .multi-px-slider-wrap .uv-section-inner {
    width: 100% !important;
}

.slider-multipx-ent .uv-section-inner {
    width: 100% !important;
}

.disjointed-header {
    box-sizing: border-box;
    margin-bottom: 6em;
    min-height: 620px;
    padding-top: 548px;
    position: relative;
    transition: opacity .6s ease;
}

.disjointed-header .uv-section-inner {
    width: 100%;
    position: initial;
}

.padding-top-590 {
    padding-top: 590px;
}

.padding-top-228 {
    padding-top: 228px;
}

.dh-entertainment-bl-590 .uv-section-inner,
.padding-top-228 .uv-section-inner {
    width: 100% !important;
}

.link-into-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}

.dh-hdr.use-perc {
    height: 88%;
}

.dh-hdr {
    box-sizing: border-box;
    color: #fff;
    height: 620px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.dh-hdr .uv-section-inner {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 2560px !important;
    position: initial !important;
    width: 100% !important;
    height: 100%;
}

.dh-hdr-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dh-hdr-inner {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 850px;
    margin: 0 auto 3em;
    padding-top: 4em;
}

.dh-hdr h2.tighter {
    letter-spacing: .16em;
}

.dh-hdr h2 {
    font-size: 3rem;
    letter-spacing: .2em;
    margin-bottom: .5em;
}

.dh-hdr a {
    color: #ffffff;
}

.object-fit img {
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.multi-px-slider-wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.fullscreen-active {
    overflow: hidden;
}

.fullscreen-active .uv-page-header,
.fullscreen-active footer {
    display: none;
}

.fullscreen-active .uv-page-wrapper {
    padding-top: 0px;
}

.fullscreen-active .hero {
    height: 100% !important;
    margin-top: 0 !important;
}

.vc-cta {
    position: absolute;
    bottom: 6em;
    z-index: 2;
    width: 50%;
    max-width: 300px;
    text-align: center;
}

.vimeo-full-btn {
    color: #fff;
    margin: 0;
    padding: 0;
}

.button-red {
    background: #CC0210;
    height: 56px;
    width: 300px;
    font-size: 1.5em;
    font-weight: 900;
}

/* Main Home */
.main-content {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    margin: 0 auto;
    padding: 3em 0 1em;
}

.main-content-home .uv-section-inner {
    max-width: 2560px !important;
    width: 100% !important;
}

.main-content-home figure,
.main-content-home .figure {
    margin: 0px !important;
}

.mc-brand-bg {
    padding-top: 0;
    padding-bottom: 0;
    background: linear-gradient(to right, #7f1c27, #60152c, #1d0731);
    color: #fff;
}

.intro-wrap {
    background-image: url(../png/rings_.png);
    padding-top: 3em;
}

.intro-wrap-without {
    padding: 3em 0;
}

.intro-inner-1 {
    max-width: 1100px !important;
    padding: 2em 0;
    width: 90%;
    margin: 0 auto;
}

.intro-tl-left {
    text-align: left !important;
}

.animate .intro-inner-1 {
    backface-visibility: hidden;
    opacity: 1;
    transform: translateY(0);
    transition-delay: .7s;
    transition: opacity 1s ease, transform 1s ease-out;
}

.intro-inner-1 h1,
.intro-inner-1 .h1 {
    color: #ffffff;
    font-size: 2.3rem;
    font-weight: 300;
    text-align: center;
}

.animate .intro-inner-2 {
    opacity: 1;
    transform: translateY(0);
}

.pattern-y {
    background-image: url(../png/pattern-y.png);
    width: 184px;
    height: 676px;
    position: absolute;
    right: 0;
    top: 330px;
    z-index: 2;
    pointer-events: none;
    opacity: .4;
}

.dine-wrap {
    position: relative;
    /*padding-top: 3em;*/
}

.dine-wrap>.uv-section-inner {
    padding-top: 3em;
}

.dine-in .dine-pattern {
    opacity: .1;
    transform: translateX(0);
}

.dine-pattern {
    background-image: url(../png/pattern-2.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 884px;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 1.5s ease .5s, transform 1.5s ease-out;
}

.dine-in .dine-1,
.dine-in .dine-2 {
    opacity: 1;
    transform: translateY(0);
}

.dine-2 {
    transition-delay: .35s;
}

.intro-tl-1,
.intro-tl-2,
.intro-tl-3,
.intro-inner-2,
.intro-inner-1 {
    opacity: 0;
    backface-visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease-out;
}

.intro-tl-3,
.intro-inner-1 {
    transition-delay: .7s;
}

.animate .intro-tl-1,
.animate .intro-tl-2,
.animate .intro-tl-3,
.animate .intro-inner-1,
.animate .intro-inner-2 {
    opacity: 1;
    transform: translateY(0);
}

.z-ind-2 {
    z-index: 2 !important;
}

.z-ind-99 {
    z-index: 99 !important;
}

.intro-inner-2 {
    background-image: url(../png/pattern-3-1.png);
    width: 138px;
    height: 380px;
    position: absolute;
    top: 135px;
    left: 0;
    z-index: 2;
}

.fab-tiles {
    position: relative;
    overflow: hidden;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin-left: auto;
    margin-top: -80px;
    padding-top: 40px;
    /*transform: translateY(120px);*/
}

.fab-tiles-in .tile-img {
    opacity: 1;
    transform: translateY(0);
}

.fab-tiles-in .fab-tile figcaption,
.fab-tiles-in .fab-tile .figcaption {
    opacity: 1;
    transform: translateY(0);
}

.fab-tiles-in .caption-grad::after {
    opacity: 1;
}

.fab-tile {
    flex: 1;
    height: 396px;
    position: relative;
    overflow: hidden;
    color: #fff;
    transition: transform .35s ease-out;
}

.caption-grad {
    position: relative;
}

.fab-tile.offset {
    transform: translateY(-40px);
}

.fab-tile.active {
    transform: translateY(-40px);
}

.fab-tiles .tile-img {
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .5s ease, transform .5s ease-out;
}

.fab-tiles-in .tile-img {
    opacity: 1;
    transform: translateY(0);
}

.fab-tiles-in .fab-tile figcaption,
.fab-tiles-in .fab-tile .figcaption {
    opacity: 1;
    transform: translateY(0);
}

.fab-tiles-in .caption-grad::after {
    opacity: 1;
}

.fab-tile:nth-of-type(2) .tile-img {
    transition-delay: .35s;
}

.fab-tile:nth-of-type(2) figcaption,
.fab-tile:nth-of-type(2) .figcaption {
    transition-delay: .85s;
}

.fab-tile:nth-of-type(3) .tile-img {
    transition-delay: .7s;
}

.fab-tile:nth-of-type(3) figcaption,
.fab-tile:nth-of-type(3) .figcaption {
    transition-delay: 1.15s;
}

.fab-tile figcaption,
.fab-tile .figcaption {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 1.25em;
    z-index: 2;
    padding: 0 2em;
    max-width: 90%;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .5s ease .5s, transform .5s ease-out .5s;
}

.fab-tile figcaption::before,
.fab-tile .figcaption::before {
    content: '';
    pointer-events: none;
    width: 1px;
    height: 100%;
    background-color: currentColor;
    position: absolute;
    top: 0;
    left: 0;
}

.fab-tile h3,
.fab-tile h2 {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: .075em;
}

.cover-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
}

.cover-link a {
    display: block;
    width: 100%;
    height: 100%;
}

.cover-link:focus {
    border: none;
    outline: 1px solid rgba(255, 255, 255, .5);
}

.fab-tiles-in .caption-grad::after {
    opacity: 1;
}

.fab-tiles .caption-grad::after {
    opacity: 0;
    transition: opacity .5s ease 1s;
}

.caption-grad::after {
    content: '';
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, transparent 100%);
    bottom: 0;
    height: 110px;
    left: 0;
    position: absolute;
    width: 100%;
}

.lazy-fade-in {
    animation-name: fadeIn;
    animation-duration: 1.3s;
    animation-timing-function: cubic-bezier(0, 0, .4, 1);
    animation-fill-mode: forwards;
}

.fab-slider-wrap {
    position: relative;
    height: 100%;
}

.height-slider-description {
    height: 870px;
}

.fab-slider {
    height: 100%;
    transition: opacity .6s ease;
}

.fab-slider.loading {
    opacity: 0;
    visibility: hidden;
}

.fab-slide {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.fab-slide-img {
    height: 100%;
    overflow: hidden;
}

.object-fit-top {
    object-position: 50% 20%;
}

.fab-slide-caption {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-width: 630px;
}

.fab-slide-caption.right {
    left: auto;
    right: 0;
}

.left-toogle {
    right: auto !important;
    left: 2em !important;
}

.fab-slide-caption>div {
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.fsc-top-swipe {
    margin-bottom: .35em;
    padding: 1.25em 2em 1em 6em;
}

.fsc-top-swipe .inner {
    width: auto;
}

.fsc-top-swipe h2 {
    margin: 0;
    line-height: 1;
    letter-spacing: normal;
    font-size: 6.95rem;
    font-weight: 100;
    overflow: hidden;
}

.fsc-bottom-swipe {
    min-height: 190px;
    max-height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75em 2em 1em 6em;
}

.fsc-top-swipe .swiper-container-horizontal {
    overflow: hidden;
}

.fsc-bottom-swipe .copy {
    width: calc(100% - 60px);
}

.inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.mySwiper40 {
    padding: 25px 0 0 0;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-slide-b2 {
    float: left;
    height: 100%;
    min-height: 1px;
}

.font-large-slide h2 {
    font-size: 4.5em !important;
}

.slick-toggle,
.slick-toggle-overlay {
    position: absolute;
    right: 2em;
    bottom: 2em;
    z-index: 4;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    filter: drop-shadow(0 0 .35em rgba(0, 0, 0, .15));
    transition: opacity .5s ease, background-color .35s, color .35s;
}

.align-items-center {
    align-items: center;
}

.lm-p {
    margin-bottom: 0px;
}

.lm-red a,
.lm-red {
    color: #c6001d;
    letter-spacing: .1em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4em;
    display: inline-block;
    position: relative;
}

.lm-red a:hover,
.lm-red a:focus,
.lm-red:hover,
.lm-red:focus {
    color: #000;
}

.lm-red::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    width: 0;
    height: 2px;
    background-color: #c6001d;
    transition: width .35s;
}

.lm-red:hover::after,
.lm-red:focus::after {
    width: 100%;
}

.lm {
    color: #ffffff;
    letter-spacing: .1em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: inherit;
    display: inline-block;
    position: relative;
}

.lm::after,
.learn-more::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: calc(100% + .25rem);
    left: 0;
    width: 0;
    height: 2px;
    background-color: #c6001d;
    transition: width .35s;
}

.lm:focus,
.learn-more:focus {
    outline: none;
}

.lm:focus,
.lm:hover,
.learn-more:focus,
.learn-more:hover {
    color: #fff;
}

.lm:focus::after,
.lm:hover::after,
.learn-more:focus::after,
.learn-more:hover::after {
    width: 40%;
}

.lm::after {
    background-color: #ffffff;
}

.lm:hover::after,
.lm:focus::after {
    width: 100%;
}

.arrow-next-description-slider,
.arrow-prev-description-slider {
    color: #fff;
}

.arrow-next-description-slider:after,
.arrow-prev-description-slider:after {
    font-size: 40px;
}

.animate .intro-inner-10 {
    backface-visibility: hidden;
    opacity: 1;
    transform: translateY(0);
    transition-delay: .7s;
    transition: opacity 1s ease, transform 1s ease-out;
    z-index: 99;
}

.intro-inner-10 {
    max-width: 1100px !important;
    padding: 2em 0;
    width: 90%;
    margin: 0 auto;
}

.intro-inner-10 h1 {
    color: #fff;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: .5em;
    letter-spacing: .05em;
}

/* Experiences */
.into-wrap-experiences .intro {
    max-width: 900px !important;
    margin: 0 auto;
    width: 90% !important;
}

.main-content-experiences .uv-section-inner {
    width: 100% !important;
}

.title-exp {
    color: #fff;
    font-weight: 300;
    font-size: 2.5rem;
    letter-spacing: normal;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    text-transform: uppercase
}

.mps-section {
    position: relative;
    padding-top: 6em;
}

.mps-section::before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    max-height: 550px;
    background: linear-gradient(to right, #d1687e, rgba(209, 104, 126, 0));
}

.mps-section:nth-of-type(2),
.mps-section:nth-of-type(3),
.mps-section:nth-of-type(4) {
    margin-top: -20px;
}

.multi-px-slider-wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.title-experience-slider {
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: normal;
    margin: 0 1em 0.5em;
    line-height: 1;
}

.multi-px-slider {
    height: 500px;
    position: relative;
    display: flex;
    transition: opacity .6s ease;
}

.mps-section .pattern-3 {
    background: url(../png/pattern-3-2.png);
    width: 100%;
    max-width: 260px;
    height: 380px;
    position: absolute;
    top: -2em;
    left: -3.75em;
    opacity: .6;
    pointer-events: none;
}

.pattern-2 {
    background: url(../png/pattern-2.png);
    width: 330%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: .3;
}

.pxs-curtain {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.is-animating .pxs-curtain {
    animation: curtain 3.75s ease-in-out
}

.pxs-caption {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 2em 4em 2em 2em;
}

.pxs-caption::before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 15em;
    background: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, transparent 100%);
}

.mps-section:nth-of-type(even) .lg-slider {
    order: 2;
}

.mps-section:nth-of-type(even)::before {
    left: auto;
    right: 0;
    background: linear-gradient(to left, #929ebb, rgba(146, 158, 187, 0));
}

.mps-section:nth-of-type(3)::before {
    background: linear-gradient(to right, #cca556, rgba(204, 165, 86, 0));
}

.mps-section:nth-of-type(4)::before {
    background: linear-gradient(to left, #b1615d, rgba(177, 97, 93, 0));
}

.mps-section:nth-of-type(even) h2 {
    text-align: right;
}

.mps-section:nth-of-type(even) .pattern-3 {
    left: auto;
    right: -2em;
}

.mps-section:nth-of-type(even) .mps-curtain {
    left: 40%;
}

.mps-section:nth-of-type(even) .mps-caption {
    left: auto;
    right: 0;
}

/*
.mps-section:nth-of-type(even) .slick-toggle {
    left:2em;
}
*/
.mps-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.mps-img {
    height: 100%;
    overflow: hidden;
}

.lg-slider {
    width: 60%;
}

.sm-slider {
    width: 40%;
}

.mps-caption {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 60%;
    padding: 2em 3em;
}

.mps-caption::before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 15em;
    background: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, transparent 100%);
}

.mps-prev {
    left: -4em;
}

.mps-next {
    right: -4em;
}

.mps-arrow {
    transition: background-color .35s, color .35s, transform .35s ease;
    background: transparent;
    box-sizing: border-box;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 48px;
    height: 48px;
    color: #fff;
    z-index: 3;
}

.mps-arrow:before,
.mps-arrow:after {
    content: '';
    pointer-events: none;
    width: 27px;
    height: 3px;
    background-color: currentColor;
    position: absolute;
}

.mps-next:before {
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
    top: 14px;
    left: 12px;
}

.mps-prev:before {
    -webkit-transform: rotate(-42deg);
    -moz-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    top: 14px;
    right: 12px;
}

.mps-prev:after {
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
    bottom: 14px;
    right: 12px;
}

.mps-next:after {
    -webkit-transform: rotate(-42deg);
    -moz-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    bottom: 14px;
    left: 12px;
}

.brand-underline-link,
.brand-underline-link-white {
    color: #fff !important;
    display: inline-block;
    position: relative;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
}

.brand-underline-link::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    width: 0;
    height: 2px;
    background-color: #c6001d;
    transition: width .35s;
}

.brand-underline-link-white::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff !important;
    transition: width .35s;
}

.mps-curtain {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 2;
    width: 60%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
}

.mps-section:nth-of-type(even) .mps-curtain {
    left: 40%;
}

.mps-section:nth-of-type(even) .is-animating .mps-curtain {
    animation: curtain-invert-updated 3.75s ease-in-out;
}

.is-animating .mps-curtain {
    animation: curtain-updated 3.75s ease-in-out;
}

.p-underline-link {
    margin-bottom: 0px;
}

.brand-underline-link:focus::after,
.brand-underline-link:hover::after,
.brand-underline-link-white:focus::after,
.brand-underline-link-white:hover::after {
    width: 100%;
}

.pxs-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.pxs-img {
    height: 100%;
    overflow: hidden;
}

.pxs-caption {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 2em 4em 2em 2em;
}

.pxs-caption::before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 15em;
    background: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, transparent 100%);
}

.px-slider {
    height: 100%;
}

.pattenr-2 .px-slider .pattern-2 {
    background: url(../pattern-2.html);
    width: 330%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: .3;
}

/* Slider Simple */
.bullets-slider-simple span {
    box-sizing: content-box;
    font-size: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    position: relative;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 50%;
    transition: background-color .35s;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 4px !important;
}

.swiper-container-horizontal>.bullets-slider-simple.swiper-pagination-bullets {
    bottom: 1em !important;
}

.bullets-slider-simple span.swiper-pagination-bullet-active {
    background-color: #fff;
    cursor: default;
    background-blend-mode: difference;
}

.hero-figcaption-bottom-left {
    top: auto !important;
    bottom: 5.9em;
    width: 70% !important;
    text-align: left !important;
    transform: translate(-50%, 0%) !important;
    left: 45% !important;
}

.hero-slide-frame::after {
    content: '';
    pointer-events: none;
    width: 70px;
    height: 216px;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0.3;
    transform: translateY(-50%);
    background: url(../png/pattern-4.png);
}

.hero-slide-not-frame::after {
    background: none !important;
}

.intro-nightlife {
    margin: 0 auto;
    width: 90% !important;
    max-width: 1080px !important;
}

.hero-controls {
    position: absolute;
    right: 2em;
    bottom: 2em;
    z-index: 2;
    display: flex;
    transition: opacity .6s ease;
}

.btn-nightlife-red a {
    background: linear-gradient(to right, #c6001d, #8f0d2a);
    padding: 1em 1.6em;
    text-transform: uppercase;
    border-radius: 0px !important;
    letter-spacing: inherit;
    text-align: center;
    transition: color .35s;
    position: absolute;
    top: 0;
    right: 44px;
}

.text-btn-nightlife-red {
    position: relative;
    z-index: 2;
}

.extra>a {
    text-decoration: none !important;
    display: inline-block !important;
}

.extra>a:hover,
.extra>a:focus {
    color: #c6001d !important;
    text-decoration: none !important;
}

.toggle-control- {
    z-index: 9;
}

.btn-nightlife-red>a::before {
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .35s;
}

.btn-nightlife-red>a::before {
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-nightlife-red>a::after {
    z-index: 2;
    border: 1px solid #c6001d;
    opacity: 0;
    transition: opacity .35s;
}

.btn-nightlife-red>a::after {
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-nightlife-red>a:hover::before,
.btn-nightlife-red>a:focus::before {
    transform: translate(0)
}

.btn-nightlife-red>a:hover::after,
.btn-nightlife-red>a:focus::after {
    opacity: 1
}

.px-slider-wrap {
    height: 500px;
    position: relative;
    transition: opacity .6s ease;
}

/* Group and Celebrations  */
.into-wrap-celebrations {
    background-image: url(../png/rings.png);
    padding-top: 5em;
}

.fsc-top-swipe .pre-hdr {
    background-color: transparent;
    color: currentColor;
    font-size: 2rem;
    font-weight: 100;
    padding: 0;
}

.fsc-top-swipe h2.mid {
    font-size: 4.5em;
    font-weight: 100;
}

.fab-o-margin {
    margin: 0px !important;
}

.intro-weddings {
    margin: 0 auto;
    width: 90% !important;
    max-width: 1080px !important;
    padding: 5em 0 3.5em;
}

.disjointed-header-exhibitor {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 5em;
    padding-top: 14em;
    min-height: 620px;
    transition: opacity .6s ease;
}

.dh-hdr-exhibitor {
    box-sizing: border-box;
    background-color: #767676;
    color: #fff;
    height: 620px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.dh-hdr-img-exhibitor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dh-hdr-inner-exhibitor {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 850px;
    margin: 0 auto 3em;
    padding-top: 4em;
}

.dh-hdr-inner-exhibitor .object-fit img {
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.dh-hdr-exhibitor h2 {
    font-size: 3rem;
    letter-spacing: .2em;
    margin-bottom: 0.5em;
}

.sm-slider .pattern-1 {
    background: url(../png/pattern-1-1.png);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    pointer-events: none;
    width: 36px;
    height: 186px;
    transform: translateY(-50%);
}

/* Meetings */
.inline-meetings-link {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: .075em;
    list-style-type: none;
    margin-left: 0;
    padding: 0.5em 0px 0;
}

.inline-meetings-link p {
    font-size: 13px;
}

.inline-meetings-link p:not(:first-child) {
    margin-left: 0.75em;
    padding-left: 0.75em;
    border-left: 1px solid #000;
}

/* Incentives */
.label-form-incentives {
    display: block;
    line-height: 1.1em;
    margin-bottom: 6px;
    text-align: left;
}

.input-password-incentives {
    box-sizing: border-box;
    background-color: #fff;
    font-family: "Commissioner", sans-serif;
    font-size: inherit;
    width: 100%;
    border: 1px solid #9f9f9f;
    border-radius: 0;
    outline: none;
    padding: 4px 8px;
}

.input-submit-incentive {
    transition: background-color .35s;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    letter-spacing: .05em;
    background-color: #c6001d;
    color: #fff;
    text-transform: uppercase;
    font-family: "Commissioner", sans-serif;
    font-size: 1em;
    font-weight: 500;
    margin: 25px 0;
    padding: 0.85em 4em 0.85em 4.05em;
}

.input-logoff-incentive {
    -webkit-transition: background-color .35s;
    -moz-transition: background-color .35s;
    -ms-transition: background-color .35s;
    transition: background-color .35s;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    letter-spacing: .05em;
    background-color: #c6001d;
    color: #fff;
    text-transform: uppercase;
    font-family: "Commissioner", sans-serif;
    font-size: 1em;
    font-weight: 500;
    padding: 0.85em 4em 0.85em 4.05em;
}

.full-height .hero:not(.hero-index) h2 {
    font-size: clamp(2rem, 7.75vw, 12rem);
    font-weight: 900;
    letter-spacing: normal;
    line-height: 1;
}

.loader-rwslider {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-image: url(../png/loader.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    animation: loader 4s infinite linear;
    z-index: 1;
}

/*Responsive*/
@media screen and (max-width: 1280px) {
    .book-bar .fs-bb-dates {
        margin-right: 2em;
        padding-left: 1em;
    }

    .book-bar .promo-field {
        width: 120px;
    }

    .book-bar .field {
        margin-right: 1.75em;
    }
}

@media screen and (max-width: 1160px) {
    .book-bar .fs-bb-dates {
        min-width: 0;
    }

    .book-bar label,
    .book-bar legend {
        font-size: .8rem;
    }

    .book-bar .field-inner {
        min-height: 22px;
    }

    .book-bar .book-display,
    .input-date-booking {
        font-size: 1.15rem;
    }

    .book-bar .custom-select-opener span {
        font-size: 1.15rem;
    }

    .book-bar-form .has-select::after {
        top: 0;
    }

    .book-bar label,
    .book-bar legend {
        font-size: .8rem;
    }

    .book-bar-form .check-rates {
        font-size: .85rem;
    }

    .book-bar .field-inner {
        min-height: 22px;
    }

    .book-bar .promo-field input {
        padding: 0.1em 0;
    }

    .book-bar .promo-field {
        width: 84px;
    }

    .check-rates-span {
        top: -1px;
    }
}

@media (max-width: 1120px) {
    .mps-prev {
        left: 0.75em;
    }

    .mps-next {
        right: 0.75em;
    }

}

@media screen and (max-width: 1023px) {
    .header-entertainment-row {
        height: calc(100% - 93px);
    }

    .events-filter-form {
        align-items: flex-end;
    }

    .events-filter-form .field {
        display: block;
    }

    .events-filter-form label {
        display: block;
        margin: 0 0 .65em;
    }

    .four-col .card {
        width: 33.333333333%;
    }

    .sp-btn-lg {
        right: calc(50% - 99px);
        bottom: 2em;
        padding: 5px 19px;
        font-size: 1.5em;
    }
}

@media screen and (max-width: 860px) {
    .header-entertainment-row {
        height: calc(100% - 44px);
    }

    .main-container-entertainment {
        margin-top: -44px;
    }

    /* Booking */
    .bbm {
        display: block;
    }

    .bbm-form label,
    .bbm-form legend {
        font-size: .8rem;
    }

    .btn-book {
        display: block;
        padding: 0;
        width: 90px;
        height: 60px;
        line-height: 60px;
    }

    .js-btn-book-mobile {
        position: fixed !important;
    }

    .four-col .card {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .title-dining {
        font-size: 1.85rem !important;
        margin-bottom: 25px !important;
    }

    .sp-btn-lg {
        right: calc(50% - 99px);
        bottom: 2em;
        padding: 5px 19px;
        font-size: 1.5em;
    }

    .caption-slider-principal {
        position: absolute;
        top: 45% !important;
        left: 50% !important;
        z-index: 2;
        width: 70% !important;
        text-align: center !important;
        transform: translate(-50%, -50%) !important;
    }

    .swiper-slide-active .hero-image {
        object-position: 50% 50% !important;
    }

    .hero-figcaption-bottom-center .inner {
        width: 100% !important;
    }

    .hero-figcaption-bottom-center {
        top: 40% !important;
    }

    .hero-figcaption-bottom-center .cap {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .vc-cta {
        bottom: 8em;
        right: auto;
        left: auto;
        max-width: 100%;
        width: 100%;
    }

    .hero .caption-slider-principal h2 {
        font-size: 2.4em !important;
        text-align: left;
    }

    .slick-prev:after,
    .slick-next:after {
        font-size: 35px;
    }

    .slick-next {
        left: 1.2em;
    }

    .slick-prev {
        right: 1.2em;
    }

    .hero .figcaption .inner {
        position: absolute;
        left: 50%;
        z-index: 2;
        width: 70%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .inner-h1 {
        font-size: 1.8rem !important;
    }

    .button-red {
        max-width: 176px;
        font-size: 16px;
        height: 33px;
    }

    #hero {
        max-height: calc(100vw + 44px);
        height: 88vw;
    }

    #hero.full-height.uvwidescreenslider {
        height: 50vh;
        min-height: 0;
        margin-top: -80px;
    }

    #hero.full-height.uvwidescreenslider .hero {
        height: calc(100% - 80px);
        margin-top: 81px;
    }

    .foot-cta-event .uv-section-inner {
        margin-left: 0px;
        margin-right: 0px;
    }

    .cards-wrap {
        padding-bottom: 0;
    }

    .events-filter h3 {
        text-align: center;
    }

    .events-filter-form {
        display: block;
    }

    .events-filter-form .field {
        margin-right: 0;
        margin-bottom: 1.5em;
    }

    .event-time-head {
        margin-left: 0px;
    }

    .event-share {
        float: left;
    }

    .events-filter-form .has-date input {
        width: 100%;
    }

    .events-filter-form input[type="button"] {
        width: 100%;
    }

    .four-col .card {
        width: 100%;
    }

    /* Fullscreen slider  */
    .fullscreen-active .uv-page-header {
        display: none;
    }

    .fullscreen-active .uv-page-wrapper {
        padding-top: 0px;
    }

    .fullscreen-active .hero {
        height: 100% !important;
        margin-top: 0 !important;
    }

    /* Experiences page */
    .into-wrap-experiences {
        padding-top: 2em;
        padding-bottom: 1em;
    }

    .title-exp {
        font-size: 2.05rem;
        margin-bottom: 0.75em;
    }

    .dh-hdr h2.tighter {
        font-size: 2.2em;
    }

    /*
    .header-entertainment-container {
        height: 95vh;
    }
*/
    .header-entertainment-container {
        min-height: 270px;
    }

    .header-entertainment-row .uv-section-inner::before {
        width: 84px;
        height: 192px;
        top: 60px;
        background-size: 10%;
        opacity: .4;
    }

    .dh-hdr-exhibitor {
        height: 450px;
    }

    /* Multipx Slilder */
    .mps-section {
        padding-top: 3em;
    }

    .mps-section .pattern-3 {
        display: none;
    }

    .multi-px-slider {
        height: 320px;
    }

    .is-animating .mps-curtain {
        animation: curtain-mobile 3.75s ease-in-out
    }

    .lg-slider {
        width: 100%;
    }

    .sm-slider {
        display: none;
    }

    .mps-caption {
        width: 100%;
    }

    .mps-curtain {
        width: 100%;
    }

    .slick-toggle {
        right: 1em;
        bottom: 1em;
    }

    .mps-section:nth-of-type(even) .mps-curtain {
        left: 0%;
        width: 100%;
    }

    /* Celebrations */
    .into-wrap-celebrations {
        background-image: url(../png/rings.png);
        padding-top: 2em;
    }

    .intro-weddings {
        padding: 2em 0 2em;
    }

    /* Home */
    body {
        -webkit-text-size-adjust: 100%;
    }

    .intro-wrap {
        padding-top: 1em;
    }

    .intro {
        padding: 1em 0;
    }

    .intro-inner-10 {
        padding: 3em 0 3em;
    }

    .intro-pattern {
        display: none;
    }

    .fab-tiles {
        display: block;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        transform: translateY(0);
    }

    .fab-tile.offset {
        transform: translateY(0);
    }

    .fab-slider-wrap {
        height: 640px;
    }

    .height-slider-description {
        height: 640px;
    }

    .fab-tile {
        width: auto;
        height: 280px;
    }

    .fab-slide-caption {
        bottom: 0;
        left: 0;
    }

    .fsc-top-swipe {
        padding: 1.25em 1.25em 1em;
    }

    .fsc-top-swipe h2 {
        font-size: 4rem;
    }

    .fsc-bottom-swipe .copy {
        width: calc(100% - 35px);
    }

    .intro-inner-10 h1,
    .h1 {
        font-size: 2.05rem;
        margin-bottom: 0.50em;
    }

    .fsc-bottom-swipe {
        min-height: 190px;
        max-height: none;
        padding: 0.75em 1em 1em 4em;
    }

    .mySwiper40 {
        padding: 0;
    }

    .left-toogle {
        left: auto !important;
        right: 2em !important;
    }

    .vimeo-container {
        height: 100%;
    }

    /* Mobile Booking */
    h2,
    .h2 {
        font-size: 2.2em;
    }

    form {
        font-size: 16px;
    }

    .bbm-form .check-rates input[type="submit"] {
        background-color: transparent;
        display: block;
        padding: 1.2em 1em;
    }

    .bbm-form .check-rates input[type="submit"] {
        white-space: normal;
    }

    .mobile-hide {
        display: none;
    }

    .figcaption:not(.hero-index) {
        top: 50% !important;
        bottom: auto !important;
        text-align: center !important;
        transform: translate(-50%, -50%) !important;
    }

    .fab-tile .figcaption {
        top: auto !important;
        bottom: 1.25em !important;
        text-align: none !important;
        transform: none !important;
    }

    .hero-figcaption-bottom-left {
        left: 50% !important;
    }

    /* Entertainment */
    .header-entertainment-row #hero {
        height: 80vh;
        min-height: 360px;
    }

    .subtitle-entertainment {
        margin-bottom: 0.2em;
    }

    .logo-aeg-entertainment img {
        float: left;
        margin-bottom: 15px;
    }

    .dh-entertainment-bl-590 {
        padding-top: 838px;
    }

    .dh-entertainment-bl-228 {
        padding-top: 308px;
    }

    /* Nightlife */
    .btn-nightlife-red a {
        padding: 0;
        width: 60px;
        height: 44px;
        line-height: 44px;
        overflow: hidden;
    }

    .px-slider-wrap {
        height: 320px;
    }

    /* Meeting */
    .disjointed-header-exhibitor {
        margin-bottom: 0px;
        padding-top: 359px;
    }

    .dh-hdr-inner-exhibitor h2 {
        font-size: 2.2em;
    }

    .mps-arrow {
        top: 45%;
    }

    .hero-slide::before {
        width: 84px;
        height: 192px;
        top: 60px;
        background-size: 10%;
        opacity: .4;
    }

    .hero-slide::after {
        width: 68px;
        height: 150px;
        background-size: 33%;
        top: 45%;
        transform: none;
    }

    .floating-pattern {
        width: 84px;
        height: 120px;
        right: auto;
        left: 0;
        background-size: 31%;
    }

    .hero .figcaption.uv-slidercaption-position-left_center .inner,
    .hero .figcaption.uv-slidercaption-position-right_center .inner,
    .hero .figcaption.uv-slidercaption-position-left_bottom .inner,
    .hero .figcaption.uv-slidercaption-position-center_bottom .inner,
    .hero .figcaption.uv-slidercaption-position-right_bottom .inner {
        position: relative;
        left: auto;
        width: auto;
        text-align: inherit;
        transform: none;
    }
}

@media(max-width: 500px) {
    .bbm-form .check-rates {
        width: 80px;
    }

    .bbm-toggle {
        width: calc(100% - 80px);
    }

    .btn-book>span {
        line-height: 1.5;
    }

    .bbm-form .check-rates {
        font-size: 13px;
    }

    .btn-book {
        right: 65px;
    }
}

@media(max-width: 420px) {
    .bbm-toggle {
        font-size: 14px;
    }
}

@media(max-width: 390px) {
    .bbm-toggle {
        font-size: 13px;
    }

    .bbm-toggle>i {
        font-size: 140%;
        margin-right: 0.35em;
    }

    .bbm .book-display {
        font-size: 1.5rem;
    }
}

@media(max-width: 362px) {
    .bbm-toggle>i {
        display: none;
    }

}



@keyframes curtain {
    0% {
        left: 100%;
        width: 0%
    }

    46% {
        left: 0%;
        width: 100%
    }

    53% {
        left: 0%;
        width: 100%
    }

    100% {
        left: 100%;
        width: 0%
    }
}

@keyframes curtain-invert-updated {
    0% {
        left: 40%;
        width: 60%
    }

    46% {
        left: 60%;
        width: 40%
    }

    53% {
        left: 60%;
        width: 40%
    }

    100% {
        left: 40%;
        width: 60%
    }
}

@keyframes curtain-updated {
    0% {
        left: 0%;
        width: 60%
    }

    46% {
        left: 60%;
        width: 40%
    }

    53% {
        left: 60%;
        width: 40%
    }

    100% {
        left: 0%;
        width: 60%
    }
}

@keyframes curtain-mobile {
    0% {
        left: 0;
        width: 100%
    }

    46% {
        left: 100%;
        width: 0%
    }

    53% {
        left: 100%;
        width: 0%
    }

    100% {
        left: 0%;
        width: 100%
    }
}