#sr-res-root {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 98;
}

.scroller::-webkit-scrollbar { width: 8px; height: 3px;}
.scroller::-webkit-scrollbar-button {  background-color: #bb1827; }
.scroller::-webkit-scrollbar-track {  background-color: #bb1827;}
.scroller::-webkit-scrollbar-track-piece { background-color: #d92134;}
.scroller::-webkit-scrollbar-thumb { height: 50px; background-color: #bb1827; border-radius: 3px;}
.scroller::-webkit-scrollbar-corner { background-color: #bb1827;}
.scroller::-webkit-resizer { background-color: #bb1827;}

@-webkit-keyframes rotate_right {
    0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes rotate_right {
    0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

body {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75em;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
}
h1, h2, h3, h4 {
    color: inherit;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 15px;
}

a.anchor,
form.form .anchor {
    display: block;
    -ms-transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
}

a.anchor.clean {
    display: block;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.wrapper {
    display: block;
    position: relative;
    padding: 130px 0 80px;
}
.main-wrapper:not(.regular) {
    min-height: calc(100vh - 320px);
}
.wrapper.viewport:not(.regular) {
    min-height: calc(100vh - 140px);
    min-height: 100vh;
}
.wrapper.light {
    background: #f4f4f4;
}
.wrapper.red {
    color: #fff;
    background: #fd2c41;
}
.wrapper.dark {
    color: #fff;
    background: #202020;
}
.wrapper.minimal {
    padding: 50px 0 50px;
}
.wrapper.no-top {
    padding-top: 0 !important;
}
.wrapper.no-bottom {
    padding-bottom: 0 !important;
}
.wrapper.zero {
    padding: 0 !important;
}
.wrapper .container {
    position: relative;
    z-index: 15;
}
.wrapper .container.offset-top {
    margin-top: 50px;
}
.wrapper:not(.exceeds) .container.centered {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.wrapper:not(.exceeds) .container.centered:not(.exact) {
    margin-top: 35px;
}
.fancybox-bg {
    background: #202020;
}
.fancybox-is-open .fancybox-bg {
    opacity: 1;
}
.fancybox-slide--iframe {
    padding: 0 !important;
}
.container {
    padding: 0 20px;
}
.container-fluid {
    padding: 0 20px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
}
article a:not(.button) {
    text-decoration: none;
}
article.default {
    font-family: 'Open Sans', sans-serif;
}
.grayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.nowrap {
    white-space: nowrap;
}
.iframe-wrap {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.iframe-wrap > iframe {
    border: 0;
    outline: 0;
    width: 100%;
    height: auto;
}
.widget-reservation {
    display: block;
    margin: 60px auto 0;
    width: 225px;
}
.widget-reservation.center {
    text-align: center;
}
.widget-reservation.margin {
    margin: 30px auto;
}
.scroller.scrollable.gradient {
    box-shadow: inset 0px -30px 30px -30px rgba(0,0,0,0.25);
}

.dark-wrap {
    display: block;
    position: relative;
    padding: 40px 30px;
    border-radius: 10px;
    background: #202020;
    color: #fff;
    margin: 50px 0;
}





/* Reservation Button */
.reservation-buttons {
    display: block;
    position: relative;
}
.sr-button {
    display: inline-block;
    background-color: #fd2c41;
    color: #fff;
    padding: 10px 20px;
    line-height: 1.35em;
    border-radius: 8px;
    transition: 0.25s;
    cursor: pointer;
}


.sr-button:hover,
.sr-button:focus {
    background-color: #c20f20;
}

.sr-button.white {
    background-color: #bebebe;
    color: #000;
}
.sr-button.white:hover,
.sr-button.white:focus {
    background-color: #fff;
}





/*!* Forms v1 *!*/
/*form.form {*/
/*    position: relative;*/
/*    margin-bottom: 15px;*/
/*}*/
/*form.form .field {*/
/*    display: block;*/
/*    position: relative;*/
/*    margin-bottom: 12px;*/
/*}*/
/*form.form .actions {*/
/*    margin-top: 22px;*/
/*}*/
/*form.form .field label.label {*/
/*    display: none;*/
/*    font-size: 13px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 6px;*/
/*    line-height: 1em;*/
/*}*/
/*form.form .field input[type="text"],*/
/*form.form .field input[type="email"],*/
/*form.form .field input[type="password"],*/
/*form.form .field select,*/
/*form.form .field textarea {*/
/*    display: block;*/
/*    width: 100%;*/
/*    font-weight: 300;*/
/*    padding: 7px 14px 9px;*/
/*    color: #fff;*/
/*    border-radius: 5px;*/
/*    -moz-border-radius: 5px;*/
/*    -webkit-border-radius: 5px;*/
/*    background: #464646;*/
/*    border: 2px solid #464646;*/
/*    -webkit-transition: 0.2s;*/
/*    -o-transition: 0.2s;*/
/*    transition: 0.2s;*/
/*}*/
/*form.form .field input[type="text"]:focus,*/
/*form.form .field input[type="email"]:focus,*/
/*form.form .field input[type="password"]:focus,*/
/*form.form .field select:focus,*/
/*form.form .field textarea:focus {*/
/*    outline: none;*/
/*    border: 2px solid #999;*/
/*}*/
/*form.form .field textarea {*/
/*    height: 8em;*/
/*    resize: none;*/
/*}*/
/*form.form .field .set label.radio input,*/
/*form.form .field .set label.checkbox input {*/
/*    margin-right: 12px;*/
/*}*/
/*form.form .input-button {*/
/*    display: block;*/
/*    position: relative;*/
/*}*/
/*form.form .input-button input[type="text"],*/
/*form.form .input-button input[type="email"],*/
/*form.form .input-button input[type="password"],*/
/*form.form .input-button select,*/
/*form.form .input-button textarea {*/
/*    font-size: 14px;*/
/*    border-width: 1px;*/
/*}*/
/*form.form .input-button .button {*/
/*    display: inline-block;*/
/*    font-size: 14px;*/
/*    padding: 9px 16px 10px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/
/*form.form .field textarea::-webkit-input-placeholder {*/
/*    opacity: 1;*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field textarea:-ms-input-placeholder {*/
/*    opacity: 1;*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field textarea::-ms-input-placeholder {*/
/*    opacity: 1;*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field textarea::-moz-placeholder {*/
/*    opacity: 1;*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field textarea::placeholder {*/
/*    opacity: 1;*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field textarea:-ms-input-placeholder {*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field textarea::-ms-input-placeholder {*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field input::-webkit-input-placeholder {*/
/*    opacity: 1;*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field input:-ms-input-placeholder {*/
/*    opacity: 1;*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field input::-ms-input-placeholder {*/
/*    opacity: 1;*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field input::-moz-placeholder {*/
/*    opacity: 1;*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field input::placeholder {*/
/*    opacity: 1;*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field input:-ms-input-placeholder {*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field input::-ms-input-placeholder {*/
/*    color: rgba(250,250,250,0.41);*/
/*}*/
/*form.form .field-recaptcha {*/
/*    display: none;*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: -15px;*/
/*    width: 235px;*/
/*    height: 62px;*/
/*    margin: 0;*/
/*}*/
/*form.form-posted .field-recaptcha {*/
/*    display: block;*/
/*}*/
/*form.form .field-recaptcha .g-recaptcha {*/
/*    display: inline-block;*/
/*    -webkit-transform: scale(0.77);*/
/*    -ms-transform: scale(0.77);*/
/*    transform: scale(0.77);*/
/*    -webkit-transform-origin: 0 0;*/
/*    -ms-transform-origin: 0 0;*/
/*    transform-origin: 0 0;*/
/*}*/
/*.form-wrap form.form {*/
/*    margin-top: 15px;*/
/*    margin-bottom: 0;*/
/*}*/
/*.form-wrap form.form .actions .button {*/
/*    margin-bottom: 0;*/
/*}*/
/*.form-wrap .alert {*/
/*    line-height: 1.5em;*/
/*    margin: 0 0 25px !important;*/
/*}*/
/*.field label.checkbox {*/
/*    display: block;*/
/*    position: relative;*/
/*    padding: 4px 10px;*/
/*    margin-bottom: 0;*/
/*    -webkit-touch-callout: none;*/
/*    -webkit-user-select: none;*/
/*    -khtml-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*}*/
/*.field label.checkbox:not(.right) {*/
/*    padding-left: 34px;*/
/*}*/
/*.field label.checkbox:not(.right).toggle {*/
/*    padding-left: 50px;*/
/*}*/
/*.field label.checkbox.right {*/
/*    padding-right: 34px;*/
/*}*/
/*.field label.checkbox.right.toggle {*/
/*    padding-right: 50px;*/
/*}*/
/*.field label.checkbox > input[type="radio"],*/
/*.field label.checkbox > input[type="checkbox"] {*/
/*    opacity: 0;*/
/*    display: none;*/
/*}*/
/*.field label.checkbox.style::before,*/
/*.field label.checkbox.style::after {*/
/*    content: ' ';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 0;*/
/*    bottom: 4px;*/
/*    width: 22px;*/
/*    height: 22px;*/
/*    border: 2px solid #2156a7;*/
/*}*/
/*.field label.checkbox.style::before {*/
/*    background-color: transparent;*/
/*    transition: 0.2s;*/
/*}*/
/*.field label.checkbox.style.checked::before {*/
/*    background-color: #2156a7;*/
/*}*/
/*.field label.checkbox.style::after {*/
/*    background-image: url('/images/icon-check-white.png');*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: 14px;*/
/*    opacity: 0;*/
/*    transition: 0.2s;*/
/*}*/
/*.field label.checkbox.style.checked.round::after {*/
/*    border-width: 4px !important;*/
/*}*/
/*.field label.checkbox.style.checked::after {*/
/*    opacity: 1;*/
/*}*/
/*.field label.checkbox.toggle::before,*/
/*.field label.checkbox.toggle::after {*/
/*    content: ' ';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 0;*/
/*    bottom: 4px;*/
/*    width: 38px;*/
/*    height: 22px;*/
/*    border: 2px solid #2156a7;*/
/*    border-radius: 15px;*/
/*}*/
/*.field label.checkbox.right.toggle::before,*/
/*.field label.checkbox.right.toggle::after {*/
/*    left: auto;*/
/*    right: 0;*/
/*}*/
/*.field label.checkbox.toggle.white::before,*/
/*.field label.checkbox.toggle.white::after {*/
/*    border: 2px solid #fff;*/
/*}*/
/*.field label.checkbox.toggle.white::before {*/
/*    background: #580e0e;*/
/*}*/
/*.field label.checkbox.toggle.white.checked::before {*/
/*    background: #0e5829;*/
/*}*/
/*.field label.checkbox.toggle.white::after {*/
/*    background: #fff;*/
/*}*/
/*.field label.checkbox.toggle::after {*/
/*    content: ' ';*/
/*    display: inline-block;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    background: #2255a7;*/
/*    border-radius: 999px;*/
/*    -moz-border-radius: 999px;*/
/*    -webkit-border-radius: 999px;*/
/*    transition: 0.2s;*/
/*    border: 0;*/
/*    top: 10px;*/
/*    left: 5px;*/
/*}*/
/*.field label.checkbox.toggle.checked::after {*/
/*    left: 20px;*/
/*    opacity: 1;*/
/*}*/
/*.field label.checkbox.right.toggle::after {*/
/*    left: auto;*/
/*    right: 20px;*/
/*}*/
/*.field label.checkbox.right.toggle.checked::after {*/
/*    left: auto;*/
/*    right: 5px;*/
/*}*/





/* Contact Form v2 */
.alert.alert-danger {
    color: #c10000;
    border: 2px solid #e00d00;
    background-color: #ffecea;
}
.alert.alert-success {
    color: #056013;
    border: 2px solid #088c1c;
    background-color: #f4fff8;
}
body.ready .contact-form .field-inner,
body.ready .contact-form .field .meta {
    transition: 0.2s;
}
.contact-form {
    display: block;
    position: relative;
    padding: 25px 0 0;
    margin: 0 0 25px;
}
.contact-form.semi-width {
    width: 520px;
    max-width: 100%;
}
.contact-form .actions {
    position: relative;
    margin: 35px 0 0;
}
.contact-form .alert {
    margin: 0 0 20px;
    border-radius: 6px;
}
.contact-form .alert > ul {
    margin: 0 !important;
}
.contact-form .field-inner::before,
.contact-form .actions.disabled::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-form form:not(.posted) .actions.disabled::after {
    content: ' ';
    display: block;
    cursor: not-allowed;
    background: rgba(246,246,246,0.75);
    z-index: 39;
}
.contact-form .field {
    position: relative;
    padding: 32px 0 0;
    margin: 0 0 16px;
}
.contact-form .field-inner {
    position: static;
    background: #fff;
}
.contact-form .posted .field.has-error .field-inner,
.contact-form .field.init.has-error .field-inner {
    box-shadow: 0px 0px 0 2px #e00d00;
}
.contact-form .posted .field.has-success .field-inner,
.contact-form .field.init.has-success .field-inner {
    box-shadow: 0px 0px 0 2px #088c1c;
}
.contact-form .field select,
.contact-form .field textarea,
.contact-form .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    position: relative;
    width: 100%;
    padding: 10px 16px;
    font-weight: 300;
    background: none !important;
    outline: none !important;
    overflow: hidden;
    border: none;
    z-index: 19;
}
.contact-form .field textarea {
    resize: none;
    height: 10em;
    /*padding: 15px 23px;*/
}
.contact-form .field-inner,
.contact-form .field select,
.contact-form .field-inner::before,
.contact-form .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    display: block;
    border-radius: 6px;
}
.contact-form .field.textarea textarea,
.contact-form .field.textarea .field-inner,
.contact-form .field.textarea .field-inner::before {
    border-radius: 6px;
}
.contact-form .field label.label,
.contact-form .field label.label > span,
.contact-form .field .meta {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.contact-form .field .meta.error {
    color: #ff0102;
}
.contact-form .field:not(.has-error) .meta.error {
    opacity: 0;.
}
.contact-form .field:not(.focus) .meta.placeholder {
    opacity: 0.5;
}
.contact-form .field.focus .meta.placeholder {
    opacity: 0.15;
}
.contact-form .field.filled .meta.placeholder {
    opacity: 0 !important;
}
.contact-form .field .meta.placeholder {
    top: 32px;
    margin: 10px 0 0 16px;
}
.contact-form .field.textarea .meta.placeholder {
    -webkit-transform: translate(-2px, 1px);
    transform: translate(-2px, 1px);
}
.contact-form .field label.label {
    right: 0;
    z-index: 12;
}
.contact-form .field .meta.placeholder {
    /*font-size: 0.985rem;*/
}
.contact-form .field .meta.error,
.contact-form .field label.label {
    font-size: 0.985rem;
}
.contact-form .field label.label > em {
    float: right;
    color: #ff0102;
    font-weight: 800;
}
.contact-form .field label.label > span {
    color: #000;
    font-weight: 500;

}
.contact-form .field.has-success label.label > span {
    color: #077315;
}
body.ready .contact-form .field label.label > span {
    transition: 0.2s;
}
.contact-form .field.init:not(.focus):not(.filled) label.label > span {
    opacity: 0.5;
}
.contact-form .field.has-error label.label > span {
    opacity: 0 !important;
}
.contact-form .field-inner::before {
    content: ' ';
    top: 32px;
    z-index: 3;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.08);
}










/* Pagination */
ul.pagination > li.item {
    margin-right: 4px;
    margin-bottom: 5px;
}
ul.pagination > li.item > * {
    font-size: 14px;
    font-weight: 300;
    padding: 7px 15px;
    background: #e4d6c6fff;
    border: 1px solid #ebebeb;
    border-radius: 7px;
}
ul.pagination > li.item > *:hover {
    border: 1px solid #dcd7da;
    background: #e4d6c6;
}
ul.pagination > li.item.active > * {
    color: #e4d6c6;
    background: #42353c;
    border: 1px solid #42353c;
    font-weight: 500;
}
.row.small {
    margin: 0 -5px;
}
.row.small > div {
    padding: 0 5px;
}
.row.zero {
    margin: 0 0px;
}
.row.zero > div {
    padding: 0 0px;
}





/* Animations */
ul.animation {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.animation > li {
    display: block;
    position: relative;
    opacity: 0;
}
ul.animation > li.active {
    opacity: 1;
}
ul.animation > li:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



/* Sliders */
.slider-wrapper {
    display: block;
    position: relative;
    max-height: 100%;
    padding: 45px 0;
}
.slider-wrap {
    display: block;
    position: relative;
    margin-bottom: -1px;
}
.slider {
    list-style: none !important;
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.slider .slick-slide,
.slider .slick-slide > div {
    line-height: 0em;
}
.slider.clean:not(.navigation) .slick-arrow,
.slider.clean .slick-dots {
    display: none !important;
}
.slider-wrap .slick-arrow {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 48px;
    height: 48px;
    font-size: 0;
    color: transparent;
    background: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0);
    outline: none;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    z-index: 10;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    opacity: 0.5;
}
.slider-wrap .slick-arrow {
    left: 40px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.slider-wrap .slick-arrow.slick-next {
    left: auto;
    right: 40px;
}
.slider-wrap.arrows .slick-arrow {
    left: 40px;
    bottom: 35px;
}
.slider-wrap.arrows .slick-arrow.slick-next {
    left: auto;
    right: 40px;
}

.slider-wrap.arrows .slick-arrow {
    background: rgba(0, 0, 0, 0.25);
    border: 2px solid #fff;
    opacity: 0;
}
.slider-wrap .slick-arrow:hover,
.slider-wrap .slick-arrow:focus {
    opacity: 1;
}
.slider-wrap.arrows:hover .slick-arrow,
.slider-wrap.arrows:focus .slick-arrow {
    opacity: 1;
}
.slider-wrap.arrows .slick-arrow:hover,
.slider-wrap.arrows .slick-arrow:focus {
    background: rgba(0, 0, 0, 0.65);
}
.slider-wrap .slick-arrow::after {
    content: ' ';
    display: inline-block;
    background-image: url('/images/arrow-right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.slider-wrap .slick-arrow.slick-prev::after {
    background-image: url('/images/arrow-left.png');
    background-repeat: no-repeat;
}
.slider-wrap .slick-arrow.slick-down {
    top: auto;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-wrap .image-slide {
    display: block;
    position: relative;
    min-height: 500px;
    height: calc(100vh - 120px);
}
.slider-wrap .slick-dots {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 50;
    margin: 0;
    list-style: none;
    text-align: center;
    background: #1c1c1c;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-radius: 8px 8px 0 0;
    padding: 9px 8px 4px;
    min-width: 110px;
}
.slider-wrap .slick-dots li {
    display: inline-block;
    vertical-align: top;
}
.slider-wrap .slick-dots li > button {
    display: block;
    min-width: 0;
    min-height: 0;
    width: 14px;
    height: 14px;
    font-size: 0;
    padding: 0;
    margin: 0 1px;
    text-align: center;
    color: transparent;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
}
.slider-wrap .slick-dots li > button::before {
    content: ' ';
    display: block;
    width: 8px;
    height: 8px;
    background: #525252;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    margin: 3px auto 0;
}
.slider-wrap .slick-dots li.slick-active > button::before {
    background: #fff;
}








/*  WEBSITE BELOW */



/* Introduction */
.introduction-wrapper {
    display: block;
    position: relative;
    height: 100vh;
    background: #fd2c41;
    color: #ccc;
}
.introduction-wrapper .header-logo {
    display: inline-block;
    position: absolute;
    width: 400px;
    top: 40px;
    left: 50%;
    z-index: 20;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.introduction-wrapper .header-logo .fox {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 150px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-left: 6px;
}
.introduction-wrapper .header-logo .fox .stop.icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.3s;
    opacity: 0;
}
.introduction-wrapper .header-logo .fox.stop > .stop.icon {
    opacity: 1;
}
.introduction-wrapper .header-logo .fox .stop.icon > img {
    width: 100%;
    margin-left: -10%;
}
.introduction-wrapper .header-logo .fox > ul.animation {
    transition: 0.3s;
}
.introduction-wrapper .header-logo .fox.stop > ul.animation {
    opacity: 0;
}
.introduction-wrapper .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.introduction-wrapper .background .image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.3s;
}
.introduction-wrapper .background .image::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.25);
}
.introduction-wrapper .background .image.active {
    opacity: 1;
}
.introduction-wrapper .introduction {
    display: block;
    position: relative;
    min-height: 450px;
    height: 100vh;
    z-index: 15;
}
.introduction-wrapper .introduction ul {
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 50%;
    left: 50%;
    padding-top: 75px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}


@media all and (min-width: 575px) {

    .introduction-wrapper .introduction {
        min-height: 600px;
    }
    .introduction-wrapper .introduction ul {
        padding-top: 150px;
    }

}

/** region form tripleseat */
.bg-events {
    height: 50vh !important;
}
.tripleseat-first-section {
    padding-top: 50px;
    position: relative;
    padding-bottom: 0px;
}
.tripleseat-first-section.wrapper.viewport:not(.regular) {
    min-height: unset;
}
.tripleseat-first-section::before {
    z-index: 50;
    content: "";
    position: absolute;
    top: -279px;
    left: 0;
    width: 100%;
    height: 279px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9), #ffffff);
}

.tripleseat-first-section img.icon {
    filter: invert(1);
}

.tripleseat-first-section .article h1:first-child {
    margin-bottom: 50px;
}

.tripleseat-first-section .article {
    width: 700px;
}

.tripleseat-first-section .button {
    margin: 70px 0px;
}

.section-form-tripleseat .form-wrapper {
    margin: 180px auto;
}
.section-form-tripleseat .form-wrapper h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;
    margin: 50px 0px 30px 0px;
}

.section-form-tripleseat .form-wrapper #tripleseat_embed_form {
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
}
.section-form-tripleseat .form-wrapper #tripleseat_embed_form > table {
    margin: auto;
}
.section-form-tripleseat .form-wrapper #tripleseat_embed_form input:focus,
.section-form-tripleseat .form-wrapper #tripleseat_embed_form textarea:focus,
.section-form-tripleseat .form-wrapper #tripleseat_embed_form select:focus{
    border: 1px solid #FD2C41 !important;
    outline: none;
}
.section-form-tripleseat .form-wrapper #tripleseat_embed_form input,
.section-form-tripleseat .form-wrapper #tripleseat_embed_form textarea,
.section-form-tripleseat .form-wrapper #tripleseat_embed_form select {
    border: 1px solid rgba(0,0,0,0.4);
    opacity: 0.8;
    border-radius: 8px;
    padding-inline: 4px;
}
.section-form-tripleseat .form-wrapper #tripleseat_embed_form input:not(.button),
.section-form-tripleseat .form-wrapper #tripleseat_embed_form select {
    min-width: 298px;
    width: 100%;
    height: 36px;
}
.section-form-tripleseat .form-wrapper #tripleseat_embed_form select {
    min-width: unset;
    max-width: 298px;
    width: 100%;
}

.section-form-tripleseat .form-wrapper #tripleseat_embed_form input[type="checkbox"] {
    width: 13px;
    min-width: unset;
    height: 13px;
}
.section-form-tripleseat .form-wrapper #tripleseat_embed_form #lead_start_time,
.section-form-tripleseat .form-wrapper #tripleseat_embed_form #lead_end_time,
.section-form-tripleseat .form-wrapper #tripleseat_embed_form #dp_lead_event_date
{
    padding-left: 20px;
}
.section-form-tripleseat .form-wrapper #tripleseat_embed_form label{
    margin-bottom: .8rem;
}
.section-form-tripleseat .form-wrapper #tripleseat_embed_form table td {
    padding: 17px 10px;
}
.section-form-tripleseat .form-wrapper #tripleseat_embed_form table td[colspan="2"] input:not(.button){
    width: 100%;
}
.section-form-tripleseat .form-wrapper #tripleseat_embed_form table tr.row_gdpr_consent td input[type="checkbox"]{
    width: 13px;
    margin-right: 8px;
}
.section-form-tripleseat .form-wrapper #tripleseat_embed_form #lead_submit {
    margin-top: 10px;
    border-radius: 8px;
    background: #FD2C41;
    border: 1px solid #FD2C41;
    padding: 10px 20px;
    color: #ffffff;
    display: inline-block;
    line-height: 1.35em;
    transition: .25s;
    cursor: pointer;
}
#tripleseat_embed_form #lead_form_submit {
    position: relative;

}
#tripleseat_embed_form #lead_form_submit a{
    float: left !important;
    position: absolute;
    left: 11px;
    top: 0px;
}
#tripleseat_embed_form_inline input.error, #tripleseat_embed_form_inline .location_list.error, .errorExplanation
{
    border: unset !important;
    padding: 10px 41px !important;
    font-size: 16px !important;
    border-radius: 8px !important ;
}

@media all and (max-width: 767px) {
    #tripleseat_embed_form_inline input.error, #tripleseat_embed_form_inline .location_list.error, .errorExplanation
    {
        padding: 10px !important;
    }
    .section-form-tripleseat .form-wrapper table,
    #tripleseat_embed_form_inline input.error, #tripleseat_embed_form_inline .location_list.error, .errorExplanation {
        /*width: 70%;*/
    }
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form > div:not(#ui-datepicker-div) table td {
        display: block;
        /*width: 74%;*/
    }
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form input,
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form textarea,
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form select,
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form input:not(.button),
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form select,
    #tripleseat_embed_form #lead_phone_number,
    #tripleseat_embed_form #lead_guest_count {
        min-width: unset !important;
        max-width: unset !important;
        width: 100% !important;
    }
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form table tr.row_gdpr_consent td input[type="checkbox"]{
        max-width: 13px !important;
    }
}
@media all and (max-width: 520px) {
    .section-form-tripleseat .form-wrapper table,
    #tripleseat_embed_form_inline input.error, #tripleseat_embed_form_inline .location_list.error, .errorExplanation {
        /*width: 60%;*/
    }
}
@media all and (max-width: 440px) {
    .section-form-tripleseat .form-wrapper table,
    #tripleseat_embed_form_inline input.error, #tripleseat_embed_form_inline .location_list.error, .errorExplanation {
        /*width: 52%;*/
    }
}
@media all and (max-width: 361px) {
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form input:not(.button), .section-form-tripleseat .form-wrapper #tripleseat_embed_form select {
        min-width: unset;
    }
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form input, .section-form-tripleseat .form-wrapper #tripleseat_embed_form textarea, .section-form-tripleseat .form-wrapper #tripleseat_embed_form select {
        /*max-width: unset;*/
        /*width: 100%;*/
    }

    .section-form-tripleseat .form-wrapper table,
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form input,
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form textarea,
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form select,
    #tripleseat_embed_form #lead_phone_number,
    #tripleseat_embed_form #lead_guest_count,
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form table td[colspan="2"] input:not(.button),
    .section-form-tripleseat .form-wrapper #tripleseat_embed_form input:not(.button), .section-form-tripleseat .form-wrapper #tripleseat_embed_form select{
        width: 100% !important;
        max-width: 220px !important;
    }
}
/** region form tripleseat */

.introduction-wrapper .introduction ul > li {
    display: block;
    position: relative;
    text-align: center;
}
.introduction-wrapper .introduction ul > li:not(:last-child) {
    margin-bottom: 12px;
}
.introduction-wrapper .introduction ul > li > a {
    display: inline-block;
    color: #fff;
    font-size: 60px;
    line-height: 1.2em;
    text-decoration: none;
    font-family: 'Cinzel', sans-serif;
}
.introduction-wrapper .introduction ul > li > a > span {
    display: block;
    transition: 0.3s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.introduction-wrapper .introduction ul:hover > li > a > span,
.introduction-wrapper .introduction ul:focus > li > a > span {
    opacity: 0.7;
}
.introduction-wrapper .introduction ul > li:hover > a > span,
.introduction-wrapper .introduction ul > li:focus > a > span {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}




/* Background */
.background-wrapper {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 650px;
    height: 100vh;
}
.background-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.35);
}
.background-wrapper .container {
    display: block;
    position: relative;
    height: 100%;
    z-index: 20;
}
.background-wrapper .background-content {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 70px;
    transition: 0.3s;
}
body.scroll-semi .background-wrapper .background-content,
body.menu-open .background-wrapper .background-content {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.background-wrapper .background-content .entourage {
    display: inline-block;
    width: 102px;
}

.background-wrapper .background-content .article.background {
    color: #fff;
    width: 500px;
    max-width: 100%;
    margin: 50px auto 60px;
}

.background-wrapper .lounge-logo-wrap {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
}
.background-wrapper .lounge-logo > img {
    margin-bottom: 30px;
    width: 220px;
}




/* Social media */
.socialmedia {
    margin: 30px 0;
    text-align: center;
}
.socialmedia .item {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    margin: 0 2px;
}



/* Logo */
.logo {
    display: block;
    position: relative;
    width: 220px;
    transition: 0.3s;
    z-index: 35;
}
.logo::before,
.logo .fox::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}
.logo > img {
    display: block;
    width: 100%;
}
.logo > img.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s;
}

.logo .fox,
.header-logo .fox {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 76px;
    width: 85px;
}
.logo.dynamic .fox {
    left: 300px;
    opacity: 0;
}
.header-logo.dynamic .fox {
    left: 300px;
    opacity: 0;
}
.logo.dynamic > img.icon {
    opacity: 0;
}






/* Hamburger */
.hamburger {
    display: block;
    cursor: pointer;
    width: 44px;
    height: 54px;
    position: absolute;
    top: 14px;
    right: 24px;
    z-index: 55;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.hamburger.fixed {
    position: fixed;
    top: 48px;
    right: 53px;
}
.hamburger.cross-pre {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.hamburger div {
    position: relative;
    z-index: 10;
    height: 2px;
    margin: 12px 0;
    background: #fff;
    border-radius: 999px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: 0.25s;
}
.hamburger div:nth-child(3) {
    margin-left: 35%;
}
.hamburger.cross div:nth-child(3),
.hamburger.cross-pre div:nth-child(3) {
    margin-left: 0%;
}
.hamburger.cross div:nth-child(2),
.hamburger.cross-pre div:nth-child(2),
.hamburger.cross div:nth-child(3),
.hamburger.cross-pre div:nth-child(3) {
    margin-right: 0;
}
body.complete .hamburger div {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.hamburger.cross-pre div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.hamburger.cross div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.hamburger.cross-pre div:nth-child(1) {
    transform: translateY(14px) ;
}
.hamburger.cross-pre div:nth-child(3) {
    transform: translateY(-14px) ;
}
.hamburger.cross div:nth-child(1) {
    transform: translateY(14px) rotate(-45deg);
}
.hamburger.cross div:nth-child(3) {
    transform: translateY(-14px) rotate(45deg);
}




/* Header */
.header-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    padding-top: 35px;
    transition: 0.3s;
}

body.has-special {
    padding-top: 42px;
}
body.has-special .header-wrapper {
    top: 42px !important;
}
body.has-special .header-wrapper .hamburger.fixed {
    margin-top: 42px !important;
}



body .header-wrapper::before,
body .header-wrapper > .before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    height: 150px;
    transition: 0.25s;
    /*transform: scaleY(0);*/
    /*-webkit-transform: scaleY(0);*/
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
}

.header-wrapper > .before.is-white {
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
}
.header-wrapper > .before.is-white {
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
}
.header-wrapper > .before.is-dark {
    background: linear-gradient(0deg, rgba(32,32,32,0) 0%, rgba(32,32,32,1) 40%, rgba(32,32,32,1) 100%);
}
.header-wrapper > .before.is-red {
    background: linear-gradient(0deg, rgba(253,44,65,0) 0%, rgba(253,44,65,1) 40%, rgba(253,44,65,1) 100%);
}

body:not(.homepage) .header-wrapper::before {
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
}
body.has-white:not(.homepage-old ) .header-wrapper::before {
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
}
body.has-dark:not(.homepage-old ) .header-wrapper::before {
    background: linear-gradient(0deg, rgba(32,32,32,0) 0%, rgba(32,32,32,1) 40%, rgba(32,32,32,1) 100%);
}
body.has-red:not(.homepage-old ) .header-wrapper::before {
    background: linear-gradient(0deg, rgba(253,44,65,0) 0%, rgba(253,44,65,1) 40%, rgba(253,44,65,1) 100%);
}

body.has-white.scroll-vp.homepage .header-wrapper > .before.is-white,
body.has-white.scrolled:not(.homepage) .header-wrapper > .before.is-white {
    opacity: 1;
}

body.has-dark.scroll-vp.homepage .header-wrapper > .before.is-dark,
body.has-dark.scrolled:not(.homepage) .header-wrapper > .before.is-dark {
    opacity: 1;
}

body.has-red.scroll-vp.homepage .header-wrapper > .before.is-red,
body.has-red.scrolled:not(.homepage) .header-wrapper > .before.is-red {
    opacity: 1;
}



/*body.scroll-vp.homepage .header-wrapper::before,*/
/*body.scrolled:not(.homepage) .header-wrapper::before {*/
/*    transform: translateY(0);*/
/*    -webkit-transform: translateY(0);*/
/*}*/



.header-wrapper .header {
    display: block;
    position: relative;
    transition: 0.3s;
    z-index: 25;
}
.header-wrapper .header-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    transition: 0.3s;
}
body.has-white .header-wrapper .header-logo {
    filter: invert(1);
    -webkit-filter: invert(1);
}
.header-wrapper .menu-wrap {
    display: block;
    position: relative;
    text-align: center;
    padding-left: 260px;
    padding-right: 70px;
    transition: 0.4s;
}
.header-wrapper .menu-wrap ul {
    display: inline-block;
    position: relative;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    transition: 0.4s;
}
body.has-white .header-wrapper .menu-wrap ul {
    filter: invert(1);
    -webkit-filter: invert(1);
}
body.menu-open .header-wrapper .menu-wrap ul {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.header-wrapper .menu-wrap ul > li {
    display: inline-block;
    vertical-align: top;
}
.header-wrapper .menu-wrap ul > li > a {
    display: block;
    position: relative;
    color: #fff;
    height: 80px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 10px 15px;
    font-family: 'Cinzel', sans-serif;
    text-decoration: none !important;
    transition: 0.3s;
}
.header-wrapper .menu-wrap ul > li > a > span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 1.3em;
}
.header-wrapper .menu-wrap ul > li > a > span::before {
    display: block;
    content: ' ';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: 0.4s;
}
.header-wrapper .menu-wrap ul > li > a:hover > span::before {
    width: 100%;
}
body.has-white .header-wrapper .hamburger {
    filter: invert(1);
    -webkit-filter: invert(1);
}





/* Menu */
.menu-wrapper {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    transform: translateX(105%);
    -webkit-transform: translateX(105%);
    transition: 0.4s;
    width: 50%;
    color: #fff;
    background: #fd2c41;
    /*overflow: auto;*/
}
.menu-wrapper::before {
    content: ' ';
    display: inline-block;
    background-image: url(/images/logo-emblem-red.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 350px;
    width: 350px;
    height: 200px;
    position: absolute;
    bottom: -20px;
    left: -85px;
    z-index: 3;
    opacity: 0;
    transition: 0.3s;
}
body.menu-open .menu-wrapper::before {
    opacity: 1;
}
body.menu-open .menu-wrapper {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
.menu-wrapper .close-menu {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 70px;
    height: 70px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    overflow: hidden;
    padding: 10px;
    z-index: 50;
    transition: 0s, background 0.3s;
}
.menu-wrapper .close-menu:hover {
    transition: 0.3s, background 0.3s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    background: #e8283c;
}
.menu-wrapper .close-menu::before,
.menu-wrapper .close-menu::after {
    display: block;
    content: ' ';
    width: 75%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: 0.3s;
}
.menu-wrapper .close-menu::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.menu-wrapper .menu-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 200px;
    padding: 60px 60px 30px;
    overflow: auto;
}
.menu-wrapper .menu-wrap ul {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-wrapper .menu-wrap ul:not(:first-child) {
    margin-top: 40px;
}
.menu-wrapper .menu-wrap:not(.gradient) ul {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.menu-wrapper .menu-wrap ul > li {
    display: block;
}
.menu-wrapper .menu-wrap ul > li > a {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 32px;
    font-family: 'Cinzel', sans-serif;
    transition: 0.4s;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    text-decoration: none !important;
    padding: 8px 10px 8px 0;
}
.menu-wrapper .menu-wrap ul > li > a:hover {
    padding-left: 10px;
    padding-right: 0;
}
.menu-wrapper .menu-wrap ul.locations > li.subtle > a,
.menu-wrapper .menu-wrap ul.locations:hover > li > a {
    color: rgba(255, 255, 255, 0.65);
}
.menu-wrapper .menu-wrap ul.locations > li > a:hover {
    color: rgba(255, 255, 255, 1);
}



/*.menu-wrapper .menu-wrap ul > li.subtle:not(:hover) > a {*/
/*    color: rgba(255, 255, 255, 0.7);*/
/*}*/
/*.menu-wrapper .menu-wrap ul.locations:hover > li > a {*/
/*    color: rgba(255, 255, 255, 0.7);*/
/*}*/
/*.menu-wrapper .menu-wrap ul.locations > li:hover > a {*/
/*    color: rgba(255, 255, 255, 1);*/
/*}*/



.menu-wrapper .menu-wrap ul > li.item-9 > a {
    font-size: 28px;
    line-height: 32px;
    margin: 2px 0;
}
.menu-wrapper .menu-wrap ul > li > a > span {
    display: block;
    position: relative;
    line-height: 1.1em;
}
.menu-wrapper .menu-wrap ul > li > a > span::before {
    display: block;
    content: ' ';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: 0.4s;
}
.menu-wrapper .menu-wrap ul > li > a:hover > span::before {
    width: 100%;
}
.menu-wrapper .bottom {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 200px;
    padding: 10px 60px 20px;
    overflow: auto;
}
.menu-wrapper .bottom .entourage {
    position: absolute;
    right: 25px;
    bottom: 40px;
    margin: 0;
    width: 102px;
}
.menu-wrapper .bottom .socialmedia {
    position: absolute;
    top: 15px;
    left: 60px;
    margin: 0;
    z-index: 20;
    transition: 0.3s;
}
.menu-wrapper.has-scroll .bottom .socialmedia {
    top: 22px;
}
.menu-wrapper .bottom .socialmedia .item {
    width: 44px;
    height: 44px;
    text-align: center;
    margin: 0;
}
.menu-wrapper .bottom .socialmedia .item.facebook {
    margin-right: 8px;
}
.menu-wrapper .bottom .article {
    position: absolute;
    left: 60px;
    bottom: 20px;
    margin: 0;
    font-size: 21px;
    line-height: 1.15em;
}
.menu-wrapper .bottom .article small {
    font-size: 16px;
}
.menu-wrapper .bottom .article p {
    margin: 0 0 12px;
}
.menu-wrapper .bottom .article a {
    text-decoration: none !important;
}






/* Footer */
.footer-wrapper {
    display: block;
    position: relative;
    z-index: 210;
    color: #ffffff;
    background: #202020;
    box-shadow: inset 0px 30px 30px -30px rgba(0,0,0,0.25);
    padding-top: 40px;
    min-height: 180px;
}
body.menu-open .footer-wrapper {
    z-index: 150;
}
.footer-wrapper .footer {
    padding: 90px 0;
}
.footer-wrapper .footer-menu {
    display: block;
    position: relative;
}
.footer-wrapper .footer-menu ul {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 32px;
    text-align: center;
}
.footer-wrapper .footer-menu ul > li {
    display: inline-block;
    vertical-align: top;
}
.footer-wrapper .footer-menu ul > li > a,
.footer-wrapper .footer-menu ul > li > span {
    display: block;
    font-size: 20px;
    padding: 0 15px;
    font-family: 'Cinzel', sans-serif;
}
.footer-wrapper .form-wrap-right {
    text-align: right;
}
.footer-wrapper .form-wrap {
    display: inline-block;
    text-align: left;
    width: 340px;
    max-width: 100%;
}
.footer-wrapper ul.info {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.footer-wrapper ul.info > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 12px;
}
.footer-wrapper ul.info > li:not(:first-child)::after {
    content: ' ';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: -4px;
    border-radius: 999px;
}
.footer-wrapper ul.info > li > a,
.footer-wrapper ul.info > li > span {
    display: block;
    font-size: 15px;
    line-height: 1.15em;
    padding: 0;
}




/* Developer Copyright */
.developer-wrapper {
    display: block;
    padding-bottom: 10px;
}
.developer-wrapper .copyright-menu ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.developer-wrapper .copyright-menu ul > li {
    display: inline-block;
    vertical-align: top;
}
.developer-wrapper .copyright-menu ul > li > a {
    display: block;
    font-size: 13px;
    padding: 0 10px;
    line-height: 1.15em;
}
.developer-wrapper .developer-wrap {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 15;
    width: 200px;
    padding: 15px 15px 0;
}
.developer-wrapper .developer {
    display: inline-block;
    width: 38px;
    opacity: 0.6;
    filter: grayscale(100%) brightness(1.5);
    -webkit-filter: grayscale(100%) brightness(1.5);
    transition: 0.4s;
    overflow: hidden;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus {
    width: 130px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.developer-wrapper .developer > img {
    display: block;
    width: 130px !important;
    max-width: none;
}




/* Gallery */
.gallery-wrapper {
    display: block;
    position: relative;
}
.gallery-wrapper .slider-wrap .slide .image {
    display: block;
    position: relative;
    height: calc(100vh - 178px);
    min-height: 600px;
}




/* Partners */
.partners-wrap {
    display: block;
    position: relative;
}
.partners-wrap .partner-item {
    display: block;
    cursor: pointer;
    position: relative;
    height: 130px;
}
.partners-wrap .partner-item .image {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 160px;
    height: 100px;
    transition: 0.3s;
}
.partners-wrap .partner-item:hover .image {
    filter: invert(1);
    -webkit-filter: invert(1);
}
.partners-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #202020;
    height: 100%;
}
.partner-modal {
    display: block;
    position: relative;
    text-align: center;
}
.partner-modal .image {
    display: block;
    height: 400px;
    width: 600px;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #1c1c1c;
}
.partner-modal .image.centered.top > img {
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.partner-modal .button {
    margin-top: 15px;
}






/* Menus */
ul.menu-links {
    display: block;
    position: relative;
    text-align: center;
    list-style: none;
    margin: 35px 0 0;
    padding: 0;
}
ul.menu-links li {
    display: inline-block;
    vertical-align: top;
}
ul.menu-links li a {
    display: block;
}
ul.menu-links.block li {
    display: block;
    text-align: center;
}
ul.menu-links.block li > a {
    display: inline-block;
}

.menus-wrap {
    display: block;
    position: relative;
}
.menus-wrap ul.menu-links {
    margin: 35px 0;
}
.menus-wrap .menu-tab {
    position: relative;
}

.dishes-set {
    display: block;
    position: relative;
    border-radius: 10px;
    box-shadow: inset 0px 0px 10px 5px rgb(247 245 245);
    background: #fcfcfc;
}
.dishes-set:not(:last-child) {
    margin-bottom: 55px;
}
.dishes-set .row {
    margin: 0 -30px;
}
.dishes-set .row > div {
    padding: 0 30px;
}
.dishes-set .dishes-wrap {
    display: block;
    position: relative;
    text-align: center;
    padding: 30px 40px 20px;
}
.dishes-set .section {
    background: #f7f5f5;
    text-align: center;
    padding: 25px 10px 23px;
    border-radius: 10px;
}
.dishes-set .section h2 {
    font-size: 32px;
    font-family: 'Cinzel', sans-serif;
    margin: 0;
}
.dishes-set .section .article {
    font-size: 19px;
    margin: 0;
}
.dishes-wrap .dishes-set .dishes h3 {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 26px;
    font-family: 'Cinzel', sans-serif;
    margin-bottom: 18px;
}
.dishes-wrap .dishes-set .dishes h3 span {
    display: inline-block;
    position: relative;
    z-index: 20;
    padding: 0 15px;
}
.dishes-wrap .dishes-set .dishes h3::after {
    content: ' ';
    display: block;
    background: #eaeaea;
    position: absolute;
    height: 2px;
    top: 14px;
    right: 0;
    z-index: 2;
    width: 100%;
}
.dishes-wrap .dishes-set .dishes:not(:first-child) {
    margin-top: 25px;
}
.dishes-wrap .dishes-set .dish-item {
    display: block;
    position: relative;
    /*padding-right: 60px;*/
    margin-bottom: 18px;
    line-height: 1.35em;
}
.dishes-wrap .dishes-set .dish-item .name {
    font-size: 17px;
    color: #606060;
    transition: 0.15s;
    text-transform: uppercase;
}

.dishes-wrap .dish-type-label-wrap  {
    font-size: 15px;
    color: #b0b0b0;
}

.dishes-wrap .dishes-set .dish-item:hover .name {
    color: #fd2c41;
}
.dishes-wrap .dishes-set .dish-item .desc {
    font-size: 14px;
    line-height: 1.5em;
    margin: 3px 0 0;
    color: #b0b0b0;
}
.dishes-wrap .dishes-set .dish-item .price {
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    right: 0;
    top: 0;
}
.dishes-set,
.dishes-wrap .dishes-set .dishes h3 span {
    background: #fcfcfc;
}







/* Popup */
.popup-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.87);
    overflow: auto;
}
.popup-wrapper .popup-wrap {
    display: block;
    position: absolute;
    width: 500px;
    max-width: 100%;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    transform: translateY(-50%);
}
.popup-wrapper .popup-wrap .article {
    position: relative;
    color: #fff;
    background: #fd2c41;
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 20px;
}
.popup-wrapper .popup-wrap h3 {
    margin: 0 0 10px;
}
.popup-wrapper .popup-wrap ul a {
    text-decoration: underline;
}
.popup-wrapper .popup-wrap ul a:hover {
    color: #fff;
}
.popup-wrapper .button {
    display: inline-block;
    color: #fff;
    background: rgba(0, 0, 0, 0.18);
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
    font-size: 16px;
    padding: 11px 16px 13px;
}
.popup-wrapper .button:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}


/* Specials  popup */

.specials-popup-wrapper {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 751;
    background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.65) 30%,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 0.65) 70%,
    rgba(0, 0, 0, 0.35));
    transition: opacity 200ms;
    pointer-events: none;
}
.specials-popup-wrapper.show {
    opacity: 1;
    pointer-events: all;
}

.specials-popup-wrapper .specials-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 35%;
    min-width: 50rem;
    color: #FFFFFF;
    transition: transform 200ms;
}
.specials-popup-wrapper.show .specials-popup {
    transform: translate(-50%, -50%);
}

.specials-popup .specials-popup-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}


/* Specials popup content */

.specials-popup .specials-popup-content-wrap {
    background: #fd2c41;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}
.specials-popup .specials-popup-content-wrap h2,
.specials-popup .specials-popup-content-wrap h3,
.specials-popup .specials-popup-content-wrap h4 {
    font-size: 2.25rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
}
.specials-popup .specials-popup-content-wrap h2,
.specials-popup .specials-popup-content-wrap h3,
.specials-popup .specials-popup-content-wrap h4,
.specials-popup .specials-popup-content-wrap p strong em {
    text-transform: uppercase;
    font-family: 'Cinzel', sans-serif;
    font-style: normal;
}

.specials-popup .specials-popup-content-wrap p strong em {
    font-style: normal;
    font-size: 1.35rem;
    font-weight: 400;
}

.specials-popup .specials-popup-content-wrap p {
    font-size: 1rem;
    line-height: normal;
}

.specials-popup .specials-popup-content-wrap .button {
    margin-top: 1.25rem;
    font-size: 1.1rem;
    margin-bottom: 0;
    color: #FFFFFF;
    background: #D92436;
    padding: 13px 35px;
}
.specials-popup .specials-popup-content-wrap .button:hover {
    background: #ad1c2b;
}



/* Specials popup image */

.specials-popup .specials-popup-image-wrap {
    height: 100%;
    width: 100%;
    position: relative;
}
.specials-popup .specials-popup-image-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
}
.specials-popup .specials-popup-image-wrap div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}


/* Specials popup fox */

.specials-popup .specials-popup-fox {
    position: absolute;
    right: 2rem;
    bottom: -5.25rem;
    width: 10rem;
    height: 10rem;
}

.specials-popup .specials-popup-fox svg,
.specials-popup .specials-popup-fox svg path {
    fill: #000;
}


/* Specials popup close button */

.specials-popup .specials-popup-close {
    cursor: pointer;
}
.specials-popup .specials-popup-close svg {
    fill: #FFFFFF;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    width: 1.35rem;
    height: 1.35rem;
}


/* Special offer */
.special-wrapper {
    display: block;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 350;
    color: #fff;
    background: #fd2c41;
    text-align: center;
    text-decoration: none !important;
    font-size: 1.165rem;
    font-weight: 400;
}
.special-wrapper .container {
    position: relative;
    transition: 0.3s;
    height: 42px;
}
.special-wrapper:hover,
.special-wrapper:focus {
    color: #fff;
}
.special-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #fff;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: 0.35s;
    width: 0;
}
.special-wrapper:hover::before,
.special-wrapper:focus::before {
    width: 100%;
}
.special-wrapper span.special {
    display: block;
    position: absolute;
    transition: 0.25s;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 12;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}



.background-special {
    display: inline-block;
    position: absolute;
    bottom: -8em;
    right: -4em;
    z-index: 20;
    color: #fff;
    font-weight: 500;
    width: 16em;
    height: 16em;
    border-radius: 999px;
    transform-origin: 80% 60%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.background-special:hover {
    transform: scale(1.25);
}
.background-special > .special-wrap {
    position: absolute;
    text-align: center;
    width: 75%;
    height: 50%;
    right: 25%;
    bottom: 48%;
}
.background-special > .special-wrap > .special {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0 20px 0 45px;
    font-size: 1.75rem;
}
.background-special:hover,
.background-special:focus {
    color: #000;
}









/* Responsive medium desktop */
@media all and (max-width: 1300px) {



}


/* Responsive medium desktop */
@media all and (max-width: 1200px) {

    /* Popup */
    .specials-popup-wrapper .specials-popup {
        min-width: auto;
        max-width: 50rem;
        width: 90vw;
    }



}


/* Responsive small tablet */
@media all and (max-width: 992px) {

    /* Popup */
    .specials-popup-wrapper .specials-popup {
        width: 100%;
    }



    /* Logo */
    .logo.dynamic .fox {
        left: 250px;
    }


    /* Menu */
    .menu-wrapper {
        width: 66.66%;
    }


    /* Header */
    .header-wrapper .header-logo {
        left: 25px;
    }
    .header-wrapper .menu-wrap {
        padding: 115px 0 0 25px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: left;
    }
    body.scrolled .header-wrapper .menu-wrap,
    body.force-scrolled .header-wrapper .menu-wrap {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    .header-wrapper .menu-wrap ul > li {
        display: block;
    }
    .header-wrapper .menu-wrap ul > li > a {
        display: inline-block;
        padding: 0;
        height: 40px;
    }


    /* Partners */
    .partners-wrap .partner-item {
        height: 100px;
    }
    .partners-wrap .partner-item .image {
        width: 125px;
        height: 70px;
    }



    /* Menus */
    ul.menu-links li {
        display: block;
    }
    ul.menu-links li > a {
        display: inline-block;
    }
    .dishes-set .dishes-wrap {
        padding: 25px 30px 10px;
    }
    
}


/* Responsive extra small mobile */
@media all and (max-width: 768px) {

    /* Popup */
    .specials-popup .specials-popup-content-wrap h2,
    .specials-popup .specials-popup-content-wrap h3,
    .specials-popup .specials-popup-content-wrap h4 {
        font-size: 1.95rem;
    }

    .specials-popup .specials-popup-fox {
        width: 7.5rem;
        height: 7.5rem;
        bottom: -3.85rem;
    }



    h1 {
        font-size: 36px;
    }


    /* General */
    article.article.main {
        font-size: 19px;
    }
    article.article.centered br {
        display: none;
    }



    body.has-special {
        padding-top: 36px;
    }
    body.has-special .header-wrapper {
        top: 36px !important;
    }
    body.has-special .header-wrapper .hamburger.fixed {
        margin-top: 36px !important;
    }
    .special-wrapper .container {
        height: 36px;
    }



    /* Introduction */
    .introduction-wrapper .introduction ul > li > a {
        font-size: 52px;
    }


    .background-wrapper .background-content .article.background {
        margin: 35px auto 45px;
    }
    .background-wrapper .background-content .article.background h1,
    .background-wrapper .background-content .article.background h2 {
        font-size: 30px;
    }
    .background-wrapper .background-content .article.background {
        font-size: 18px;
        width: 90%;
    }


    body.is-special .background-wrapper .background-content {
        padding-bottom: 105px;
        text-align: left;
    }
    body.is-special .background-wrapper .background-content .socialmedia {
        text-align: left;
        padding-left: 30px;
    }
    body.is-special .background-wrapper .background-content .entourage {
        margin-left: 20px;
    }





    /* Menu */
    .menu-wrapper {
        width: 100%;
    }
    .menu-wrapper .menu-wrap {
        padding: 45px 45px 35px;
    }
    .menu-wrapper .bottom {
        padding: 10px 45px 20px;
    }
    .menu-wrapper .bottom .article {
        left: 45px;
    }
    .menu-wrapper .bottom .socialmedia {
        left: 35px;
    }
    .menu-wrapper .menu-wrap ul > li > a {
        padding: 6px 10px 6px 0;
        font-size: 28px;
    }
    .menu-wrapper .menu-wrap ul:not(:first-child) {
        margin-top: 25px;
    }
    .menu-wrapper .menu-wrap ul > li.item-9 > a {
        font-size: 24px;
        line-height: 28px;
        margin: 6px 0;
    }




    /*.background-wrapper .lounge-logo > img {*/
    /*    margin-bottom: 265px;*/
    /*}*/

    .background-wrapper .lounge-logo > img {
        display: none;
    }



    .sr-button.hidden {
        transform: translateX(calc(100% + 20px));
    }

    body.scrolled .sr-button.hidden {
        transform: translateX(0);
    }


}


/* Responsive - Mobile (0px - 575px) */
@media all and (max-width: 575px) {

    .popup-wrapper .popup-wrap {
        display: block;
        position: static;
        top: auto;
        transform: none;
        -webkit-transform: none;
        margin-top: 100px;
    }
    .popup-wrapper .button {
        display: inline-block;
        position: static;
        margin-top: 10px;
    }



    /* Introduction */
    .introduction-wrapper .header-logo {
        width: 260px;
    }
    .introduction-wrapper .header-logo .fox {
        width: 96px;
    }
    .introduction-wrapper .introduction ul > li > a {
        font-size: 40px;
    }



    /* Logo */
    .logo.dynamic .fox {
        left: 200px;
    }
    .hamburger.fixed {
        top: 23px;
        right: 28px;
    }
    .menu-wrapper .close-menu {
        top: 15px;
        right: 15px;
    }



    /* Header */
    .header-wrapper .header-logo {
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        transition: 0.3s;
        left: 0;
    }
    .header-wrapper {
        padding-top: 20px;
    }
    body.scrolled .header-wrapper,
    body.force-scrolled .header-wrapper {
        padding-top: 15px;
    }
    body.scrolled .header-wrapper .header-logo,
    body.force-scrolled .header-wrapper .header-logo {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        left: 0;
    }
    body:not(.homepage) .header-wrapper::before {
        height: 100px;
    }


    /* Partners */
    .partners-wrap .partner-item {
        height: 70px;
    }
    .partners-wrap .partner-item .image {
        width: 115px;
        height: 60px;
    }



    /* Footer */
    .menus-wrap ul.menu-links {
        margin: 20px 0;
    }
    .footer-wrapper .footer-menu ul > li {
        display: block;
    }
    .footer-wrapper .footer-menu ul > li > a {
        display: inline-block;
    }
    .footer-wrapper ul.info {
        width: 280px;
        text-align: center;
        margin: 0 auto 15px;
    }
    .footer-wrapper ul.info > li:nth-child(3)::after {
        display: none;
    }



    .dishes-wrap .dishes-set .dish-item {
        padding-right: 0;
        padding-left: 0;
    }
    .dishes-wrap .dishes-set .dish-item .name {
        line-height: 1rem !important;
        font-size: 16px;
    }




    /* Specials popup */
    .specials-popup-wrapper .specials-popup {
        bottom: 0;
        top: unset;
        width: 100%;
        height: auto;
    }
    .specials-popup .specials-popup-inner {
        display: block;
    }
    .specials-popup .specials-popup-image-wrap {
        height: 10rem;
    }

    .specials-popup-wrapper.show .specials-popup {
        transform: translateX(-50%);
    }
}



/* Ultra Specific */
@media all and (max-width: 475px) {



    body.is-special .background-wrapper .background-content {
        padding-bottom: 30px;
    }
    /*.background-wrapper .lounge-logo > img {*/
    /*    margin-bottom: 265px;*/
    /*}*/



}




@media all and (max-width: 1200px) {
    .row-xl {
        display: block !important;
    }
}
@media all and (max-width: 992px) {
    .row-lg {
        display: block !important;
    }
}
@media all and (max-width: 768px) {
    .row-md {
        display: block !important;
    }
}
@media all and (max-width: 575px) {
    .row-sm {
        display: block !important;
    }
}
