body{
    top:0;
    transition: top 150ms linear;
}

@media (min-width: 768px) {
    .light-theme .soc__item {
        color: #000;
        border-color: #000;
    }

    .light-theme .gallery .soc__item,
    .light-theme .sauna .soc__item,
    .light-theme .hotel .soc__item {
        color: #fff;
        border-color: #fff;
    }

    .dark-theme .soc__item {
        color: #bfa77a;
        border-color: #bfa77a;
    }

    .dark-theme .soc__item:hover::before {
        color: inherit;
    }

    .dark-theme .soc__item:hover {
        background-color: inherit;
    }
}

.light-theme .page.gallery .submenu__items,
.light-theme .page.gallery .search--submenu .search__btn {
    background-color: rgba(255,255,255,0.5);
}

.dark-theme .page.gallery .submenu__items,
.dark-theme .page.gallery .search--submenu .search__btn {
    background-color: rgba(0,0,0,0.5);
}


.dark-theme .games-table__item-info-top,
.dark-theme .games-table__item-info-bottom-line {
    color: #b3b3b3;
}

.dark-theme .games-table__item-header,
.dark-theme .games-table__item-header:before {
    border-color: #4d4d4d;
}


.dotted-submenu {
    position: absolute;
    right: 190px;
    bottom: 72px;
    height: 18px;
}
.dotted-submenu__list-item {
    width: 16px;
    height: 18px;
    display: block;
    float: left;
}
.dotted-submenu__circle {
    position: relative;
    top: 5px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
    display: block;
}
.dotted-submenu__circle.active {
    top: 3px;
    left: 2px;
    width: 12px;
    height: 12px;
}

.dark-theme .dotted-submenu__circle {
    background-color: #bfa77a;
}

.astoria .dotted-submenu__circle,
.bombay .dotted-submenu__circle,
.cashville .dotted-submenu__circle,
.sauna .dotted-submenu__circle,
.hotel .dotted-submenu__circle {
    background-color: rgba(255,255,255,0.7);
}


@media (min-width: 1600px) and (max-width: 1919px) {
    .dotted-submenu {
        right: 130px;
        bottom: 53px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .dotted-submenu {
        right: 90px;
        bottom: 44px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .dotted-submenu {
        right: 65px;
        bottom: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .dotted-submenu {
        right: 65px;
        bottom: 22px;
        height: 10px;
    }
    .dotted-submenu__list-item {
        width: 10px;
        height: 10px;
    }
    .dotted-submenu__circle {
        top: 2px;
        left: 2px;
        width: 6px;
        height: 6px;
    }
    .dotted-submenu__circle.active {
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
    }
}


.dotted-submenu.dotted-submenu-without-switch-theme {
    right: 140px;
}
@media (min-width: 1600px) and (max-width: 1919px) {
    .dotted-submenu.dotted-submenu-without-switch-theme {
        right: 80px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .dotted-submenu.dotted-submenu-without-switch-theme {
        right: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .dotted-submenu.dotted-submenu-without-switch-theme {
        right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .dotted-submenu.dotted-submenu-without-switch-theme {
        right: 15px;
    }
}


.dotted-submenu {
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -o-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.add-anim .dotted-submenu {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.language-ch .casino__header-title,
.language-kz .casino__header-title,
.language-ch .sauna__col-title,
.language-kz .sauna__col-title,
.language-ch .events-slider__item-title,
.language-kz .events-slider__item-title
{
    font-family: "Times New Roman";
    font-weight: bold;
}


.light-theme .contacts .contacts__form--gray-mod .input-field__input {
    background-color: rgba(255,255,255,0);
    border-color: #000;
    color: #000;
}
.light-theme .contacts .contacts__form--gray-mod .input-field__input::-webkit-input-placeholder {
    color: #000;
}
.light-theme .contacts .contacts__form--gray-mod .input-field__input::-moz-placeholder {
    color: #000;
}
.light-theme .contacts .contacts__form--gray-mod .input-field__input:-ms-input-placeholder {
    color: #000;
}
.light-theme .contacts .contacts__form--gray-mod .input-field__input:-moz-placeholder {
    color: #000;
}

.contacts .map__form .contacts__form-cols {
    border-top: none;
    border-bottom: none;
}


.map-real .mobile-top-handles {
    display: none;
}


.form-message {
    font-family: 'Open Sans';
    font-size: 13px;
    text-align: center;
    margin: 30px;
    float: none;
}

@media (max-width: 767px) {
    .news-hidden {
        display: none;
    }
}


.news-filter-future .news-future {
    display: block;
}
.news-filter-future .news-past,
.news-filter-future .news-today {
    display: none;
}

.news-filter-past .news-past {
    display: block;
}
.news-filter-past .news-future,
.news-filter-past .news-today {
    display: none;
}

.news-filter-today .news-today {
    display: block;
}
.news-filter-today .news-future,
.news-filter-today .news-past {
    display: none;
}

.news-filter-future .no-news-filter,
.news-filter-past .no-news-filter,
.news-filter-today .no-news-filter{
    display: none;
}

.events-list__items-empty {
    display: none;
}
.news-empty .events-list__items-empty {
    display: flex;
}


.casino__header--color-revert .casino__header-title,
.casino__header--color-revert .casino__header-ic {
    color: #fff;
}


.casino__text-block a {
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    color: #bfa77a;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .page.casino .casino__text-block a {
        width: 100%;
        text-align: center;
    }
}

.casino-notice {
    background: rgba(255,255,255,0.2);
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
}
