@font-face {
    font-family: 'Feast of Flesh BB';
    src: url('../webfonts/subset-FeastofFleshBB.woff2') format('woff2'),
        url('../webfonts/subset-FeastofFleshBB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'A bite';
    src: url('../webfonts/subset-Abite.woff2') format('woff2'),
        url('../webfonts/subset-Abite.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Feast of Flesh BB';
    src: url('../webfonts/subset-FeastofFleshBBItalic.woff2') format('woff2'),
        url('../webfonts/subset-FeastofFleshBBItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@media (min-width: 992px) {
    .rooms--list .room {
        margin-bottom: 3.5rem !important;
    }
}

.text-primary {
    color: #ffc916 !important;
}
p {
    text-align: justify;
}
ol {
    counter-reset: item;
    list-style: none;
    padding: 0 0 0 24px;
}
ol li::before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}
.bg-dark {
    background-color: #282828 !important;
}
.lt-logo {
    font-family: 'A bite', sans-serif;
    font-size: 24px;
    color: #ffc916;
}
.header__logo, .footer__logo {
    font-family: 'A bite', sans-serif;
    font-size: 24px;
    line-height: 80px;
    margin: 0 32px 0 32px;
}
.header__logo a, .header__logo a:hover, .footer__logo a, .footer__logo a:hover {
    color: #ffc916;
}
.header, .pinning-nav.pinning-top, .pinning-nav.pinned {
    background-color: rgba(36, 36, 36, 0.9);
}
.main-nav__list > li > a::before {
    display: none;
}
.page-heading__title {
    text-transform: initial;
}
.page-heading__title::after {
    display: none;
}
button:focus, .btn:focus, .btn-close:focus, .form-control:focus, .form-select:focus, .form-check-input:focus, .accordion-button:focus, .page-link:focus, .custom-control-input:focus ~ .custom-control-label:focus, button:active, .btn:active, .btn-close:active, .form-control:active, .form-select:active, .form-check-input:active, .accordion-button:active, .page-link:active, .custom-control-input:focus ~ .custom-control-label:active, button:active:focus, .btn:active:focus, .btn-close:active:focus, .form-control:active:focus, .form-select:active:focus, .form-check-input:active:focus, .accordion-button:active:focus, .page-link:active:focus, .custom-control-input:focus ~ .custom-control-label:active:focus, button:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled):active:focus, .btn-close:not(:disabled):not(.disabled):active:focus, .form-control:not(:disabled):not(.disabled):active:focus, .form-select:not(:disabled):not(.disabled):active:focus, .form-check-input:not(:disabled):not(.disabled):active:focus, .accordion-button:not(:disabled):not(.disabled):active:focus, .page-link:not(:disabled):not(.disabled):active:focus, .custom-control-input:focus ~ .custom-control-label:not(:disabled):not(.disabled):active:focus, button::before, .btn::before, .btn-close::before, .form-control::before, .form-select::before, .form-check-input::before, .accordion-button::before, .page-link::before, .custom-control-input:focus ~ .custom-control-label::before, .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
	 box-shadow: none;
}
.btn-primary-onwhite {
    color: #000;
    background-color: #ffc916;
    border-color: #ffc916;
}
.btn-primary-onwhite:hover {
    color: #fff;
    background-color: #404040;
    border-color: #404040;
}
.form-control.number {
    border: 1px solid #404040;
    line-height: 1.5;
    width: 64px;
    padding: 1rem;
}
.form-control option {
    background-color: #404040;
}
.badge {
    padding: 5px;
}
.social-links.social-links--circle {
    height: 40px;
    line-height: 40px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(255, 255, 255, 0.05);
}
.nav-secondary > li i {
    line-height: 1;
}
.table {
    color: #bdbdbd;
}
.table tr td {
    vertical-align: middle;
    border-color: #bdbdbd;
}
.table thead th {
    color: #000;
    background-color: #dee2e6;
}
table.cart {
    border: 1px solid #404040;
    width: 100%;
}
table.cart .form-control {
    border: 1px solid #404040;
    width: auto;
    height: auto;
    padding: 8px 12px 8px 12px;
}
table.cart img {
    min-width: 64px;
    min-height: 64px;
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center;
}
table.cart tr th, table.cart tr td {
    line-height: initial;
    border: 1px solid #404040;
    padding: 16px;
}
table.cart tr th {
    color: #fff;
    background-color: #404040;
    padding: 16px 16px 12px 16px;
}
table.cart tr td:first-of-type {
    width: 97px;
}
table.cart tfoot tr td {
    font-weight: bold;
}
.cart-menu {
    position: relative;
}
.cart-menu .ion-android-cart {
    font-size: 19px;
}
.cart-menu .badge {
    position: absolute;
    left: 100%;
    top: 0;
    transform: translate(-50%, -50%);
    padding: 3px;
}
.breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.rooms--list .room__img:hover::before {
    background-color: #333;
    opacity: 1;
    z-index: -1;
}
.rooms--list .room__img {
    text-align: center;
    padding: 64px;
}
.rooms--list .room__img img {
    width: auto;
    max-height: 480px;
}
.rooms--list .room:last-of-type {
    margin-bottom: 0;
}
.rooms--grid .room__img {
    background-color: #1B1B1B;
    height: 320px;
}
.room-details {
    color: #fff;
}
.room-details__item {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    padding: 0.75rem 0 0.75rem 0;
}
.single-room-heading__title {
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 1), 4px 6px 12px rgba(0, 0, 0, 1), 4px 12px 24px rgba(0, 0, 0, 1);
}
.single-room-heading p, .room-details__item, .room__meta-item-value, .single-room-heading ul {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1), 2px 2px 2px rgba(0, 0, 0, 1), 2px 2px 2px rgba(0, 0, 0, 1);
}
.single-room-heading__title {
    font-size: 3.5rem;
}
.single-room-heading {
    top: 50%;
    transform: translate(0%, -50%);
    bottom: 0;
}
.single-room-heading p {
    color: #fff;
}
.single-room-heading .form-control.number {
    border-color: #fff;
}
.section-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-content-wo-img {
    padding-top: 80px;
    padding-bottom: 40px;
}
.section-content--fourth {
    background-color: #161616;
}
.icobox__desc {
    min-height: 128px;
}
.embed-responsive {
    border: 1px solid #404040;
}
.widget_archive ul li:last-child, .widget_nav_menu ul li:last-child, .widget_meta ul li:last-child, .widget_pages ul li:last-child, .widget_recent_comments ul li:last-child, .widget_recent_entries ul li:last-child, .widget_categories ul li:last-child {
    padding-bottom: 1rem;
}
.profile-signed .avatar {
    width: 40px;
    height: 40px;
}
.money-counter {
    position: absolute;
    top: 128px;
    left: 150px;
    z-index: 1;
}
.money-counter .box-1, .money-counter .box-2 {
    background-color: rgba(36, 36, 36, 0.9);
    width: 216px;
    height: 155.5px;
    position: relative;
}
.money-counter .box-text-wrapper {
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.money-counter .label {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
.money-counter .number {
    font-family: 'Feast of Flesh BB', sans-serif;
    font-size: 28px;
    color: #ffc916;
    line-height: initial;
}
.money-counter .number-small {
    font-family: 'Feast of Flesh BB', sans-serif;
    font-size: 20px;
    color: #ffc916;
    line-height: initial;
    margin: 12px 0 0 0;
}
.money-counter.subpage-money-counter {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
}
.money-counter.subpage-money-counter .box-1, .money-counter.subpage-money-counter .box-2 {
    background-color: #282828;
}
.countdown {
    background: rgba(36, 36, 36, 0.9);
    padding: 16px;
    position: absolute;
    top: 128px;
    right: 150px;
    z-index: 1;
}
.countdown .title {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 16px;
    margin: 0 0 8px 16px;
}
/*
.countdown #countdown {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border: 4px double #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 8px;
}
*/
.countdown #countdown #c-days, .countdown #countdown #c-hours, .countdown #countdown #c-minutes, .countdown #countdown #c-seconds {
    font-family: 'Feast of Flesh BB', sans-serif;
    font-size: 28px;
    color: #ffc916;
    text-align: center;
    border: 1px solid #ffc916;
    width: 64px;
    height: 64px;
    line-height: 60px;
    margin: 0 0 0 16px;
}
.countdown #countdown #c-days {
    margin: 0;
}
.countdown #countdown .label {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 8px 0 0 16px;
}
.countdown #countdown .label.first {
    margin-left: 0;
}
.main-slider__item-title {
    margin: 0;
}
.slider-boxes {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    position: absolute;
    left: 150px;
    right: 150px;
    bottom: 150px;
}
.slider-boxes .svg-inline--fa {
    color: #ffc916;
    margin-top: -3px;
}
.slider-boxes .box-1, .slider-boxes .box-2, .slider-boxes .box-3 {
    background-color: rgba(36, 36, 36, 0.9);
    padding: 16px;
}
.sidebar-ontop {
    background-color: #ECECEC;
    padding: 30px 30px 0 30px;
}
.sidebar {
    background-color: #ECECEC;
    border-top: 80px solid #000;
    min-width: calc(100% / 5);
}
.sidebar .wrapper {
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: fixed;
    width: calc(100% / 5);
    right: 0;
    bottom: 0;
    top: 0;
    padding: 30px 30px 0 30px;
    margin-top: 80px;
}
.sidebar .wrapper.after-scroll {
    margin-top: 0;
}
.char-details .text-wrapper {
    text-align: justify;
    height: 544px;
    overflow-y: auto;
}
.char-details .char-img {
    text-align: center;
    background-color: #333;
    padding: 32px;
}
.char-details .char-img img {
    max-height: 480px;
}
.simplebar-scrollbar::before {
    background: #fff;
}
.sidebar .simplebar-scrollbar::before {
    background: #000;
}
.sidebar .simplebar-track {
    top: 9px;
    bottom: 9px;
    right: 9px;
}
.payment-methods img {
    opacity: 0.75;
    transition: all 0.2s ease-in-out;
}
.payment-methods img:hover {
    opacity: 1;
}
.product-lang-selector button {
    background-color: #242424;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 50%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 50%);
    border: 0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 100%;
    height: 80px;
    position: relative;
}
.product-lang-selector button:hover, .product-lang-selector button.active {
    background-color: #404040;
}
.product-lang-selector .box-content {
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.product-lang-selector button h6 {
    font-size: 12px;
}
.product-lang-selector button img {
    border: 1px solid #000;
    max-height: 20px;
}
.modal .modal-dialog .modal-header {
    border: 0;
    border-radius: 0;
    padding: 1rem 1rem 0 1rem;
}
.modal .modal-dialog .modal-header .close {
    font-size: 1.25rem;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    padding: 0;
    margin: 0 0 0 auto;
}
.modal .modal-dialog .modal-header .close:hover {
    color: #ffc916;
}
.modal .modal-dialog .modal-content {
    background-color: #242424;
    border: 0;
    border-radius: 0;
}
.modal .modal-dialog .modal-footer {
    border: 0;
    border-radius: 0;
    padding: 0 1rem 1rem 1rem;
}
.modal#voteModal-1 h6, .modal#voteModal-2 h6, .modal#voteModal-3 h6, .modal#voteModal-4 h6, .modal#voteModal-5 h6, .modal#voteModal-6 h6 {
    text-align: center;
    background-color: #333;
    display: block;
    padding: 8px;
    margin: 0 0 8px 0;
}
@media (min-width: 0px) and (max-width: 575.98px) {
    .social-links.social-links--circle {
        height: auto;
        line-height: 0;
    }
    .social-links__link {
        font-size: 1rem;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .header {
        top: 38px;
    }
    .header__logo, .footer__logo {
        font-size: 16px;
        line-height: 52px;
        margin: 0 16px 0 16px;
    }
    .rooms--list .room__img {
        padding: 32px;
    }
    .rooms--list .room__img img {
        max-height: 320px;
    }
    .room-slider__item {
        height: 720px;
    }
    .single-room-heading__title {
        font-size: 1.5rem;
    }
    .room__meta-item-value {
        font-size: 1rem;
    }
    .sidebar-ontop .rooms--grid .room__img {
        height: 260px;
    }
    .char-details .text-wrapper {
        height: auto;
    }
    .icobox__desc {
        min-height: 84px;
    }
    .modal#voteModal .btn {
        width: 100%;
    }
}
@media (max-width: 320.98px) {
    .main-slider__item-content {
        top: 59%;
    }
    .main-slider__item-title {
        font-size: 20px;
    }
    .slider-boxes {
        font-size: 13px;
    }
}
@media (max-width: 375.98px) {
    .money-counter .number {
        font-size: 18px;
    }
    .money-counter .number-small {
        font-size: 14px;
    }
    .countdown #countdown #c-days, .countdown #countdown #c-hours, .countdown #countdown #c-minutes, .countdown #countdown #c-seconds {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 48px;
    }
    .main-slider__item-content {
        top: 58.5%;
    }
    .main-slider__item {
        height: 760px;
    }
    .money-counter {
        top: 74px;
        left: 0;
        right: 0;
        margin: 0 24px 0 24px;
    }
    .countdown {
        top: 246px;
        left: 24px;
        right: 24px;
    }
    .slider-boxes {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }
}
@media (min-width: 376px) and (max-width: 575.98px) {
    .header-subpage .pinning-nav.pinning-top {
        top: 38px;
    }
    .main-slider__item-content {
        top: 59%;
    }
    .main-slider__item {
        height: 760px;
    }
    .money-counter {
        top: 74px;
        left: 0;
        right: 0;
        margin: 0 24px 0 24px;
    }
    .money-counter .number {
        font-size: 28px;
    }
    .countdown {
        top: 246px;
        left: 24px;
        right: 24px;
    }
    .countdown #countdown #c-days, .countdown #countdown #c-hours, .countdown #countdown #c-minutes, .countdown #countdown #c-seconds {
        font-size: 28px;
    }
    .slider-boxes {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .main-slider__item-content {
        top: 59%;
        left: 64px;
    }
    .main-slider__item {
        height: 960px;
    }
    .money-counter {
        top: 104px;
        left: 22%;
    }
    .countdown {
        top: 284px;
        right: 21%;
    }
    .slider-boxes {
        bottom: 24px;
    }
    .rooms--list .room__img {
        padding: 32px;
    }
    .rooms--list .room__img img {
        max-height: 320px;
    }
    .room-slider__item {
        height: 860px;
    }
    .single-room-heading__title {
        font-size: 2.5rem;
    }
    .sidebar-ontop .rooms--grid .room__img {
        height: 240px;
    }
    .char-details .text-wrapper {
        height: auto;
    }
    .icobox__desc {
        min-height: 168px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .money-counter {
        left: 64px;
    }
    .countdown {
        right: 64px;
    }
    .main-slider__item-content {
        left: 64px;
    }
    .main-slider__item-title {
        font-size: 72px;
    }
    .slider-boxes {
        font-size: 13px;
        left: 64px;
        right: 64px;
    }
    .icobox__desc {
        min-height: 168px;
    }
    .modal-xl {
        max-width: 600px;
    }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
    .main-nav__list > li > a {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .money-counter {
        left: 48px;
    }
    .countdown {
        right: 48px;
    }
    .main-slider__item-content {
        left: 48px;
    }
    .main-slider__item-title {
        font-size: 86px;
    }
    .slider-boxes {
        font-size: 14px;
        left: 48px;
        right: 48px;
    }
    .sidebar .rooms--grid .room__img {
        height: 240px;
    }
    .rooms--grid .room__title {
        font-size: 1rem;
    }
    .rooms--grid .room__body {
        left: 0.9375rem;
        right: 0.9375rem;
        bottom: 0.9375rem;
    }
    .modal-xl {
        max-width: 800px;
    }
}
@media (max-width: 1199.98px) {
    .nav-secondary > li.nav-secondary__login {
        display: none;
    }
    .rooms--grid .room__img {
        height: 280px;
    }
    .rooms--grid .room__title {
        font-size: 1rem;
    }
    .rooms--grid .room__body {
        left: 0.9375rem;
        right: 0.9375rem;
        bottom: 0.9375rem;
    }
}
@media (min-width: 768px) {
    .section-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-content-wo-img {
        padding-top: 140px;
        padding-bottom: 60px;
    }
}
@media (min-width: 1400px) {
    .lang .dropdown-menu {
        transform: translate3d(-100px, 45px, 0px) !important;
    }
}
@media (min-width: 1600px) {
    .main-nav__list > li > a {
        padding-left: 2em;
        padding-right: 2em;
    }
    .main-slider__item-title {
        font-size: 96px;
    }
}