@keyframes ontop {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(210px);
    }
}

@keyframes outtop {
    from {
        transform: translateY(210px);
    }

    to {
        transform: translateY(0px);
    }
}

body {
    margin: 0;
    background: url(./birthday-bg.jpeg) no-repeat, #000;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

body .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: 0 0;
}

body .bx-controls-direction {
    display: none;
}

body .bx-pager {
    display: none;
}

body .casino_footer_slider_holder .bx-pager {
    display: block;
}

body .casino_footer_slider_holder .bx-wrapper .bx-pager {
    bottom: auto;
    top: -30px;
    right: 0;
    width: auto;
}

body .casino_footer_slider_holder .bx-wrapper .bx-pager a {
    background-color: #4d4d4d;
}

body .casino_footer_slider_holder .bx-wrapper .bx-pager a:hover {
    background-color: #f7f7f7;
}

body .casino_footer_slider_holder .bx-wrapper .bx-pager a.active {
    background-color: #f7f7f7;
}

figure {
    margin: 0;
    display: block;
}

ul {
    margin: 0;
    padding: 0;
}

.casino_siteheader {
    position: relative;
    z-index: 2;
}

.casino_siteheader_top {
    position: relative;
    z-index: 2;
    height: 140px;
}

article {
    display: block;
}

aside {
    display: block;
}

details {
    display: block;
}

figcaption {
    display: block;
}

footer {
    display: block;
}

header {
    display: block;
}

hgroup {
    display: block;
}

nav {
    display: block;
}

section {
    display: block;
}

summary {
    display: block;
}

audio {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

canvas {
    display: inline-block;
}

video {
    display: inline-block;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #000;
    background-size: cover;
}

html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

html input[disabled] {
    cursor: default;
}

a {
    text-decoration: none;
}

a:focus {
    outline: dotted thin;
}

a:active {
    outline: 0;
}

a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    color: #d3b131;
    line-height: 1.2;
}

h1.casino_archive_title {
    font-size: 2em;
    margin: 0.67em 0;
    color: #d3b131;
    line-height: 1.2;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code {
    font-family: monospace, serif;
    font-size: 1em;
}

kbd {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    font-family: monospace, serif;
    font-size: 1em;
    white-space: pre-wrap;
}

samp {
    font-family: monospace, serif;
    font-size: 1em;
}

q {
    quotes: \201 c \201 d \2018 \2019;
}

small {
    font-size: 80%;
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    bottom: -0.25em;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

button {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    line-height: normal;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    line-height: normal;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

select {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    text-transform: none;
}

textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    overflow: auto;
    vertical-align: top;
}

input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled] {
    cursor: default;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table tr:nth-child(odd) {
    background: #555;
}

legend {
    border: 0;
    padding: 0;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.block-shadow {
    border: 1px solid #0084ff;
    -webkit-box-shadow: 0 0 15px 0 rgba(25, 76, 255, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(25, 76, 255, 0.75);
    box-shadow: 0 0 15px 0 rgba(25, 76, 255, 0.75);
}

.casino_wraper {
    width: 1000px;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 5px 10px 5px 0 !important;
}

.alignright {
    float: left;
    margin: 5px 0 5px 10px !important;
}

h2 {
    line-height: 1.2;
    color: #18ff00;
}

h3 {
    line-height: 1.2;
    color: #18ff00;
}

h4 {
    line-height: 1.2;
    color: #18ff00;
}

h5 {
    line-height: 1.2;
    color: #18ff00;
}

h6 {
    line-height: 1.2;
    color: #18ff00;
}

.casino_footer_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.casino_header_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    overflow: visible;
}

.casino_logotype {
    display: inline-block;
    margin: 0 0 0 -37px;
    vertical-align: top;
    position: absolute;
    z-index: 4;
}

.casino_headtop_regblock {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    margin-left: 157px;
    padding: 5px 0 11px 4px;
    background: url(../img/casino_sprite.png) no-repeat;
}

.casino_headtop_regblock a.casino_header_reg_button {
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    float: left;
    margin-right: 15px;
    width: 407px;
    height: 40px;
}

.casino_header_reg_button:hover span {
    background: url(../img/casino_sprite.png) 5px -205px no-repeat;
}

.casino_header_reg_button span {
    color: #fff;
    width: 264px;
    height: 40px;
    padding-left: 10px;
    float: left;
    text-shadow: -1px -1px 0 #7d0001, 1px -1px 0 #7d0001, -1px 1px 0 #7d0001, 1px 1px 0 #7d0001, -2px -2px 2px rgba(255, 255, 255, 0.25), 2px -2px 2px rgba(255, 255, 255, 0.25), -2px 2px 2px rgba(255, 255, 255, 0.25), 2px 2px 2px rgba(255, 255, 255, 0.25);
}

.casino_header_reg_button em {
    color: #ffbd00;
    width: 130px;
    height: 40px;
    float: left;
    text-shadow: -1px -1px 0 #0b0f13, 1px -1px 0 #0b0f13, -1px 1px 0 #0b0f13, 1px 1px 0 #0b0f13, -2px -2px 2px rgba(255, 255, 255, 0.25), 2px -2px 2px rgba(255, 255, 255, 0.25), -2px 2px 2px rgba(255, 255, 255, 0.25), 2px 2px 2px rgba(255, 255, 255, 0.25);
}

.casino_blue_button_small {
    float: left;
    height: 38px;
    background: url(../img/blue_btn_bg.png);
    border-radius: 7px;
    border: 2px solid #000;
    display: block;
    padding: 0 4px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    background-repeat: repeat !important;
}

.casino_blue_button_small span {
    font-size: 22px;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    text-shadow: -1px -1px 0 #002d7a, 1px -1px 0 #002d7a, -1px 1px 0 #002d7a, 1px 1px 0 #002d7a, -2px -2px 2px rgba(0, 45, 122, 0.5), 2px -2px 2px rgba(0, 45, 122, 0.5), -2px 2px 2px rgba(0, 45, 122, 0.5), 2px 2px 2px rgba(0, 45, 122, 0.5);
    color: white;
}

.casino_header_topsoc {
    float: left;
    margin-left: 7px;
}

.casino_header_topsoc li {
    display: inline-block;
}

.casino_header_topsoc li a {
    width: 40px;
    height: 40px;
    display: block;
    margin: -1px;
    background: url(../img/casino_sprite2.png) no-repeat;
    -webkit-transition: background 0.5s easy;
    -moz-transition: background 0.5s easy;
    -ms-transition: background 0.5s easy;
    -o-transition: background 0.5s easy;
    transition: background 0.5s easy;
}

.casino_header_topsoc li+li {
    margin: 0 0 0 5px;
}

.casino_header_topsoc li.vk a {
    background-position: 0 -112px;
}

.casino_header_topsoc li.vk a:hover {
    background-position: 0 -154px;
}

.casino_header_topsoc li.ok a {
    background-position: -42px -112px;
}

.casino_header_topsoc li.ok a:hover {
    background-position: -42px -154px;
}

.casino_header_topsoc li.mru a {
    background-position: -84px -112px;
}

.casino_header_topsoc li.mru a:hover {
    background-position: -84px -154px;
}

.casino_header_topsoc li.fb a {
    background-position: -126px -112px;
}

.casino_header_topsoc li.fb a:hover {
    background-position: -126px -154px;
}

.casino_header_topsoc li.ya a {
    background-position: -168px -112px;
}

.casino_header_topsoc li.ya a:hover {
    background-position: -168px -154px;
}

.casino_header_topsoc li.tw a {
    background-position: -210px -112px;
}

.casino_header_topsoc li.tw a:hover {
    background-position: -210px -154px;
}

.casino_topmenu_holder {
    height: 42px;
    margin: 0 0 4px 0px;
    padding-top: 65px;
}

.casino_topmenu_holder.single_menu {
    margin: 0 auto;
}

.single_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.menu-top-container {
    -webkit-box-shadow: inset 0 1px 0 0 #474646;
    box-shadow: inset 0 1px 0 0 #474646;
    background: #303030;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #303030), to(#181818));
    background: linear-gradient(to bottom, #303030 0, #181818 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#181818', GradientType=0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    margin-top: 25px;
    z-index: 999;
}

.menu-top-container .menu {
    display: flex;
    justify-content: left;
}

.menu-top-container li {
    display: inline-block;
    list-style: none;
    padding: 2px 19px 0;
}

.menu-top-container li a {
    font-weight: 700;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-top-container li>span {
    font-weight: 700;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.casino_header_sliderholder {
    z-index: 1;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.casino_slider_bigblock {
    position: absolute;
    left: 30px;
    height: 200px;
    top: 45px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    text-transform: none;
    color: #fff;
    text-shadow: 3px 3px 1px rgba(15, 11, 65, 0.25), -1px -1px 0 #110e4a, 1px -1px 0 #110e4a, -1px 1px 0 #110e4a, 1px 1px 0 #110e4a, -2px -2px 2px rgba(17, 14, 74, 0.75), 2px -2px 2px rgba(17, 14, 74, 0.75), -2px 2px 2px rgba(17, 14, 74, 0.75), 2px 2px 2px rgba(17, 14, 74, 0.75);
}

.casino_bluebutton_big {
    font-size: 22px;
    width: 290px;
    z-index: 2;
    display: block;
    position: absolute;
    bottom: 20px;
    text-align: center;
    overflow: visible;
    height: 50px;
    background: url(../img/red_btn_bg.png);
    background-size: 1px 100%;
    background-color: #f2f2f2;
    padding: 0 4px;
    border-radius: 10px;
    border: 2px solid #000;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    background-position: 50% -936px;
    background: url(../img/blue_btn_bg.png);
}

.casino_bluebutton_big:hover {
    background-position: 50% -325px;
}

.casino_bluebutton_big:after {
    height: 50px;
    background: url(../img/blue_btn_bg.png);
    background-size: 1px 100%;
    border-radius: 10px;
    border: 2px solid #000;
}

.casino_bluebutton_big:before {
    height: 50px;
    background: url(../img/blue_btn_bg.png);
    background-size: 1px 100%;
    border-radius: 10px;
    border: 2px solid #000;
}

.casino_bluebutton_big span {
    color: #fff;
    text-shadow: -1px -1px 0 #002d7a, 1px -1px 0 #002d7a, -1px 1px 0 #002d7a, 1px 1px 0 #002d7a, -2px -2px 2px rgba(255, 255, 255, 0.25), 2px -2px 2px rgba(255, 255, 255, 0.25), -2px 2px 2px rgba(255, 255, 255, 0.25), 2px 2px 2px rgba(255, 255, 255, 0.25);
}

.casino_redbutton {
    font-size: 22px;
    width: 290px;
    z-index: 2;
    display: block;
    position: absolute;
    bottom: 20px;
    text-align: center;
    overflow: visible;
    height: 50px;
    background: url(../img/red_btn_bg.png);
    background-size: 1px 100%;
    background-color: #f2f2f2;
    padding: 0 4px;
    border-radius: 10px;
    border: 2px solid #000;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
}

.casino_redbutton span {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 21px;
    font-family: Verdana;
    text-shadow: -1px -1px 0 #7b0001, 1px -1px 0 #7b0001, -1px 1px 0 #7b0001, 1px 1px 0 #7b0001, -2px -2px 2px rgba(255, 255, 255, 0.25), 2px -2px 2px rgba(255, 255, 255, 0.25), -2px 2px 2px rgba(255, 255, 255, 0.25), 2px 2px 2px rgba(255, 255, 255, 0.25);
}

.casino_redbutton:hover {
    background-position: 50% -568px;
}

.casino_slotslist_playbtn {
    font-size: 22px;
    width: 290px;
    z-index: 2;
    display: block;
    position: absolute;
    bottom: 20px;
    text-align: center;
    overflow: visible;
    height: 50px;
    background: url(../img/red_btn_bg.png);
    background-size: 1px 100%;
    background-color: #f2f2f2;
    padding: 0 4px;
    border-radius: 10px;
    border: 2px solid #000;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    width: 295px;
    font-size: 18px;
    height: 43px;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.casino_slotslist_playbtn:hover {
    background-position: -7px -6px;
}

.casino_slotslist_playbtn span {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 21px;
    font-family: Verdana;
    text-shadow: -1px -1px 0 #7b0001, 1px -1px 0 #7b0001, -1px 1px 0 #7b0001, 1px 1px 0 #7b0001, -2px -2px 2px rgba(255, 255, 255, 0.25), 2px -2px 2px rgba(255, 255, 255, 0.25), -2px 2px 2px rgba(255, 255, 255, 0.25), 2px 2px 2px rgba(255, 255, 255, 0.25);
    color: black;
}

.casino_blue_button_small.slot_demo_btn {
    width: 295px;
    font-size: 18px;
    height: 43px;
    box-shadow: none;
    display: block;
    background: url(../img/btn_icon.png) -7px -150px no-repeat;
    border: none;
    border-radius: 0;
    background: #ff5a00;
}

.casino_blue_button_small.slot_demo_btn:hover {
    background-position: -7px -48px;
}

.play-btn {
    width: 100% !important;
    position: relative;
    display: block;
    margin-top: 30px;
    color: #fff !important;
    text-transform: uppercase;
    padding-top: 30px;
    font-size: 34px;
}

.casino_header_subnav {
    height: 123px;
    margin-top: -16px;
    background: url(../img/deluxegms9_navbg.png) 50% 0 no-repeat;
    position: relative;
    z-index: 3;
}

.casino_header_subnav li {
    list-style: none;
    display: inline-block;
    height: 70px;
    position: relative;
    vertical-align: top;
}

.casino_header_subnav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    height: 53px;
    color: #a4afbb;
    width: 170px;
    text-align: center;
    padding: 10px;
    background: #1c2746;
    background: linear-gradient(0deg, #1c2746 0%, #36415f 50%, #5b6583 100%);
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #000;
    box-shadow: 0 0 1px 2px #000;
}

.casino_header_subnav li a:hover {
    color: #fff;
}

.casino_header_subnav li a:hover span.menu-text {
    color: #fff;
}

.casino_header_subnav li a span.menu-text {
    padding: 2px 15px 0;
    display: inline-block;
    position: relative;
    z-index: 3;
    font-weight: 700;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    color: #a4afbb;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -2px -2px 2px rgba(0, 0, 0, 0.75), 2px -2px 2px rgba(0, 0, 0, 0.75), -2px 2px 2px rgba(0, 0, 0, 0.75), 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.casino_header_subnav li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    height: 53px;
    color: #a4afbb;
    width: 170px;
    text-align: center;
    padding: 10px;
    background: #1c2746;
    background: linear-gradient(0deg, #1c2746 0%, #36415f 50%, #5b6583 100%);
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #000;
    box-shadow: 0 0 1px 2px #000;
    background: #0b0cff;
    background: linear-gradient(0deg, #0b0cff 0%, #2a2aff 50%, #5252ff 100%);
    box-shadow: 0 0 1px 2px #0b0cff;
    color: #fff;
}

.casino_header_subnav li:hover a {
    background: #0b0cff;
    background: linear-gradient(0deg, #0b0cff 0%, #2a2aff 50%, #5252ff 100%);
    box-shadow: 0 0 1px 2px #0b0cff;
}

.casino_header_subnav li.current-menu-item a {
    color: #fff;
}

.casino_header_subnav li.current-menu-item a span.menu-text {
    color: #fff;
}

.menu-main-container ul {
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.menu-main-container ul ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    -webkit-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 1px 0 5px 0 rgba(50, 50, 50, 0.75);
}

.menu-main-container ul ul a {
    background: 0 0;
}

.menu-main-container ul ul li {
    background: #001452;
    padding: 0 5px;
    border-radius: 7px;
    border: 2px solid #000;
}

.menu-main-container ul li:hover ul {
    display: block;
}

.casino_main_container {
    z-index: 10;
    position: relative;
}

.casino_content_block {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 25px;
    border: 1px solid #0084ff;
    border-top: 0;
    background-color: black;
    z-index: 1;
    overflow: hidden;
}

.casino_content_block:after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 25px;
    left: 0;
    top: -1px;
    z-index: 2;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.95) inset;
}

.casino_content_left {
    float: left;
    margin: 0 3px 0 6px;
    width: 682px;
}

.casino_textblock {
    padding: 0 10px;
    color: #fff;
}

.casino_textblock ul {
    padding-left: 20px;
}

.casino_textblock a {
    color: #effb3d;
}

.casino_textblock a:hover {
    color: #ff8c00;
}

.casino_textblock a:visited {
    color: #effb3d;
}

.casino_textblock a:visited:hover {
    color: #ff8c00;
}

.slots {
    background-color: #303030;
    padding: 20px 11px 0;
    overflow: hidden;
}

.casino_gameslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.casino_gameslist li {
    display: inline-block;
    width: 206px;
    height: 140px;
    padding: 4px 4px 5px;
    margin: 0 0 11px;
    position: relative;
    overflow: hidden;
}

.casino_gameslist li:hover .back {
    opacity: 1;
}

.casino_gameslist li:hover .casino_slotslist_playbtn {
    top: 25px;
}

.casino_gameslist li:hover .casino_blue_button_small {
    top: 68px;
}

.casino_gameslist .front {
    position: relative;
}

.casino_gameslist .front img {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    width: 206px;
    height: 116px;
}

.casino_gameslist .front div {
    font-size: 15px;
    font-weight: 400;
    color: #f9f9f9;
    line-height: 20px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    opacity: 0.75;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.casino_gameslist .back {
    opacity: 0;
    position: absolute;
    top: 0;
    height: 120px;
    width: 100%;
    overflow: hidden;
}

.casino_gameslist .casino_slotslist_playbtn {
    width: 170px;
    top: -200px;
    left: 0;
    right: 0;
    margin: 0 0 0 16px;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}

.casino_gameslist .casino_blue_button_small {
    float: none;
    position: relative;
    display: block;
    width: 170px;
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 0 0 16px;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}

.casino_gameslist_imgholder {
    overflow: hidden;
    width: 206px;
    height: 116px;
    margin: 5px 0;
}

.casino_sidebar {
    float: right;
    width: 296px;
    margin-right: 7px;
}

.casino_sidebar .casino_sbblock.casino_search_block {
    margin-top: -1px;
}

.casino_sidebar .sidebar_block_title {
    position: relative;
    width: 296px;
    height: 50px;
    text-align: center;
    margin: 5px 0 0 -2px;
}

.casino_sidebar .sidebar_block_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #3f5266;
    height: 2px;
    width: 266px;
    border: 2px solid #000;
    box-shadow: 0 0 0 1px #1a2b3b;
    border-radius: 5px;
    left: 10px;
}

.casino_sidebar .sidebar_block_title:before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #3f5266;
    height: 2px;
    width: 266px;
    border: 2px solid #000;
    box-shadow: 0 0 0 1px #1a2b3b;
    border-radius: 5px;
    left: 10px;
    bottom: 9px;
}

.casino_sidebar .sidebar_block_title span {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    line-height: 38px;
    font-size: 18px;
    font-family: "Arial Black", arial-black, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #3650ad;
    text-shadow: -2px -2px 0 #000;
}

.casino_sbblock {
    position: relative;
    background: url(../img/casino_sbblock_back.jpg);
    width: 292px;
    border: 2px solid #0a0a0a;
    box-shadow: 0 0 0 1px rgba(103, 103, 103, 0.1);
    border-radius: 2px;
    margin: 12px 0 30px;
}

.casino_search_block form {
    padding: 22px 20px 10px;
    overflow: hidden;
}

.casino_search_block form .sb_form_outline {
    background: #000;
    height: 34px;
    padding: 2px;
    border: 1px solid #232f3b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.casino_search_block form .sb_form_outline input[type="search"] {
    float: left;
    width: 190px;
    height: 20px;
    padding: 7px 1px 7px 10px;
    background: #10161c;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    outline: 0;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.casino_search_block form .sb_form_outline input[type="email"] {
    float: left;
    width: 190px;
    height: 20px;
    padding: 7px 1px 7px 10px;
    background: #10161c;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    outline: 0;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.casino_search_block form .sb_form_outline input[type="password"] {
    float: left;
    width: 190px;
    height: 20px;
    padding: 7px 1px 7px 10px;
    background: #10161c;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    outline: 0;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.casino_search_block form .sb_form_outline .search_btn {
    float: right;
    font-size: 0;
    border: none;
    outline: 0;
    width: 34px;
    height: 34px;
    background: url(../img/casino_sprite2.png) -661px -113px no-repeat;
    opacity: 0.75;
}

.casino_sidebar_btnsblock {
    overflow: hidden;
    padding-top: 20px;
}

.casino_sidebar_btnsblock a {
    position: relative;
    width: 244px;
    margin: 0 auto;
}

.casino_sidebar_btnsblock .casino_bluebutton_big {
    margin-top: 10px;
}

.casino_sidebar_btnsblock .casino_bluebutton_big span {
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}

.casino_sidebar_btnsblock .casino_redbutton span {
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}

.casino_newslist {
    padding: 20px 21px 0;
    list-style: none;
}

.casino_newslist li {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #c7ced8;
    border: 2px solid #000;
    margin-bottom: 18px;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), -1px 0 0 0 rgba(255, 255, 255, 0.1), 1px 0 0 0 rgba(255, 255, 255, 0.1);
    background: #0b151d;
    position: relative;
}

.casino_newslist_title {
    font-family: "Helvetica Neue", Arial, sans-serif;
    height: 65px;
    opacity: 0.9;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
    color: #fff;
    font-size: 24px;
    padding-left: 20px;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding-top: 14px;
    padding-right: 280px;
    line-height: 25px;
    background: url(../img/casino_newstop_img.jpeg) no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
}

.casino_newslist_title span {
    height: 55px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.casino_sidebar_winners_slider {
    padding: 10px 18px 20px;
}

.casino_sidebar_winners_slider li {
    overflow: hidden;
    list-style: none;
}

.casino_sidebar_winners_slider li a {
    float: left;
    width: 110px;
    height: 62px;
    padding: 7px 8px;
    overflow: hidden;
    border-radius: 50%;
}

.casino_sidebar_winners_slider li a img {
    width: 110px;
    height: 64px;
}

.casino_sidebar_winners_sliderholder {
    padding: 15px 0;
}

.casino_sidebar_winners_blockinfo {
    float: left;
    margin-left: 10px;
}

.casino_sidebar_winner_name {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    padding: 8px 0 4px;
}

.casino_sidebar_winner_summ {
    font-size: 20px;
    font-weight: 700;
    color: #ffc000;
    line-height: 20px;
}

.casino_sidebar_winner_rub {
    font-size: 15px;
    font-weight: 700;
    color: #0097ec;
    line-height: 20px;
}

.casino_sidebar_news_img {
    width: 242px;
    height: 175px;
    height: 198px;
    padding: 7px 8px;
    margin: 10px auto 5px;
    display: block;
    overflow: hidden;
}

.casino_sidebar_news_img .casino_sidebar_news_imgholder {
    width: 242px;
    height: 175px;
    margin-bottom: 3px;
    overflow: hidden;
}

.casino_sidebar_news_img .casino_sidebar_news_imgholder img {
    display: block;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.casino_sidebar_news_img:hover .casino_sidebar_news_imgholder img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.casino_sidebar_news_img .casino_sidebar_bnews_imgtitle {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
}

.casino_sidebar_share {
    text-align: center;
}

.share42-item {
    margin-right: 10px !important;
}

.casino_archive_title {
    margin: 25px 0 20px 20px;
    text-align: center;
    color: #d5d5d5;
}

.casino_titleline {
    width: 100%;
    height: 2px;
    background-color: #090909;
    border-top: 1px solid rgba(62, 69, 79, 0.6);
    border-bottom: 1px solid rgba(62, 69, 79, 0.6);
}

.casino_newslist_excerpt {
    border-top: 2px solid #000;
    box-shadow: inset 0 0 0 1px #131b23;
    padding: 25px 21px 20px;
}

.casino_newslist_excerpt p {
    margin: 0 0 20px;
}

.casino_newslist_bottom {
    overflow: hidden;
}

.casino_newslist_bottom a {
    color: #27bff8;
}

.casino_newslist_bottom a:hover {
    text-decoration: underline;
}

.casino_footer {
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 20px;
}

.casino_footer_payments {
    width: 1067px;
    height: 63px;
    padding: 10px 0 5px;
    margin: 0 auto;
    background-image: url(../img/casino_footer_payments_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    z-index: 2;
}

.casino_footer_payments .casino_footer_inner {
    width: 980px;
    height: 58px;
    padding-top: 5px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.casino_footer_payments .casino_footer_inner:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 980px;
    height: 5px;
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.casino_footer_container {
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.casino_footer_container .casino_footer_inner .casino_footer_center {
    overflow: hidden;
    padding: 65px 30px 25px;
    border-left: 1px solid #1c212b;
    border-right: 1px solid #1c212b;
}

.casino_footer_slider_holder {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 610px;
    float: right;
}

.casino_footer_slider_holder p.casino_footer_slidertitle {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #f7f7f7;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.casino_footer_slider_holder p {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 15px;
    color: #8a8d99;
}

.casino_footermenu_block {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.casino_footermenu_block p {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #f7f7f7;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.casino_footermenu_block ul {
    list-style: none;
}

.casino_footermenu_block ul a {
    font-size: 14px;
    line-height: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    color: #c2c4cc;
}

.casino_footermenu_block ul li {
    font-size: 14px;
    line-height: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    color: #f7f7f7;
    padding: 0 0 8px;
}

.footer-single-discl {
    text-align: center;
    font-size: 14px;
    color: #ddd;
    line-height: 1.1;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 0;
}

.casino_footer_bottom {
    text-align: center;
    font-size: 14px;
    color: #ddd;
    line-height: 1.1;
    padding: 15px 30px;
    border-top: 1px solid #21252e;
    border-bottom: 1px solid #22252b;
    border-left: 1px solid #1c212b;
    border-right: 1px solid #1c212b;
    background-color: #080f15;
}

.casino_single_content {
    color: #fff;
    margin-left: 35px;
    padding-top: 0;
    padding-right: 20px;
}

.casino_single_content h2 {
    font-size: 22px;
    line-height: 40px;
    margin: 15px 0;
}

.casino_single_content ul {
    padding-left: 20px;
}

.casino_single_content .casino_newsdate {
    font-size: 12px;
    color: #5e5f5e;
    margin-bottom: 3px;
}

.casino_single_content a {
    color: #d60909;
}

.casino_single_content a:hover {
    color: #ff8c00;
}

.casino_single_content a:visited {
    color: #8b0000;
}

.casino_single_content a:visited:hover {
    color: #ff8c00;
}

.post_date {
    font-size: 20px;
    text-align: right;
    margin: 20px 0;
}

.casino_singlegame_wrapper {
    background: url(../img/casino_content_pattern.jpg);
    max-width: 1310px;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto;
    z-index: 2;
}

.casino_singleslots_contentholder {
    padding: 30px 0;
    margin: 0 auto;
    width: 1310px;
    max-width: 1310px;
    width: 100%;
    min-height: 100%;
    height: auto;
    text-align: center;
    z-index: 2;
}

.casino_singleslots_contentholder>div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    border: 1px solid #28323a;
    background: url(../img/casino_sbblock_back.jpg);
}

.casino_singleslots_leftblock {
    position: relative;
    width: 248px;
    box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1) inset, 2px 0 2px rgba(0, 0, 0, 0.5) inset, -2px 0 2px rgba(0, 0, 0, 0.5) inset, 0 -2px 2px rgba(0, 0, 0, 0.25) inset;
    min-height: 710px;
}

.casino_singleslots_leftblock .casino_logotype {
    position: relative;
    display: block;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
}

.casino_singleslots_leftblock a.casino_blue_button_small {
    float: none;
    width: 200px;
    margin: 0 auto;
}

.casino_singleslots_leftblock a.casino_blue_button_small span {
    font-size: 18px;
}

.casino_singleslots_leftblock .casino_header_topsoc {
    margin-left: 0;
    text-align: center;
    width: 98%;
}

.casino_singleslots_leftblock .casino_header_topsoc li+li {
    margin: 0 -2px 0 0;
}

.casino_singleslots_leftblock a.casino_blue_button_small.all_slots_btn {
    width: 220px;
    margin-top: 60px;
}

.casino_singleslots_leftblock a.casino_blue_button_small.all_slots_btn span {
    padding: 0 5px;
}

.casino_singleslots_leftblock a.casino_blue_button_small.help-btn {
    margin-bottom: 10px;
}

.casino_singleslots_rightblock {
    position: relative;
    width: 248px;
    box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1) inset, 2px 0 2px rgba(0, 0, 0, 0.5) inset, -2px 0 2px rgba(0, 0, 0, 0.5) inset, 0 -2px 2px rgba(0, 0, 0, 0.25) inset;
    min-height: 710px;
}

.casino_singleslots_rightblock a.casino_blue_button_small.refresh-button {
    float: none;
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
}

.casino_singleslots_rightblock a.casino_blue_button_small.refresh-button span {
    font-size: 18px;
}

.casino_singleslots_middleblock {
    width: 800px;
    margin: 00;
}

.casino_singleslots_middleblock iframe {
    width: 796px;
    height: 600px;
    display: block;
    margin: 0 auto;
}

.casino_singlegame_textblock {
    text-align: justify;
    border: 1px solid #34435b;
    color: #fff;
    padding: 0 20px 20px;
    min-height: 120px;
}

.casino_singlegame_textblock ul {
    padding-left: 20px;
}

.casino_singlegame_textblock a {
    color: #effb3d;
}

.casino_singlegame_textblock a:hover {
    color: #ff8c00;
}

.casino_singlegame_textblock a:visited {
    color: #effb3d;
}

.casino_singlegame_textblock a:visited:hover {
    color: #ff8c00;
}

.casino_forminput_wrapper {
    border: 1px solid #074557;
    background: rgba(0, 0, 0, 0.5);
    margin: 5px 6px;
    padding: 0 14px;
    width: 178px;
}

.casino_forminput_wrapper input {
    width: 100%;
    height: 36px;
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase;
    color: #d2f7f5;
    font-family: Arial, sans-serif;
}

.single_social_btns p {
    text-align: center;
    color: #b7dae3;
    margin-bottom: 7px;
}

.single_game_bottom_btns {
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%;
}

.single_game_bottom_btns a {
    display: inline-block;
}

.casino_singlegame_form label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #c3e1fa;
    padding: 5px 2px;
    font-weight: 200;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.casino_singleslot_label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #c3e1fa;
    padding: 5px 2px;
    font-weight: 200;
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin: 10px 0 0 20px;
}

.casino_redbtn_small {
    margin: 20px auto;
    width: 200px;
    display: block;
    padding: 0 4px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
    height: 40px;
    background: url(../img/red_btn_bg.png);
    border-radius: 10px;
    border: 2px solid #000;
}

.casino_redbtn_small:before {
    background-position: 0 -82px;
    left: 0;
    height: 40px;
}

.casino_redbtn_small:after {
    background-position: 100% -82px;
    right: 0;
    height: 40px;
}

.casino_redbtn_small span {
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    text-shadow: -1px -1px 0 #7b0001, 1px -1px 0 #7b0001, -1px 1px 0 #7b0001, 1px 1px 0 #7b0001, -2px -2px 2px rgba(255, 255, 255, 0.25), 2px -2px 2px rgba(255, 255, 255, 0.25), -2px 2px 2px rgba(255, 255, 255, 0.25), 2px 2px 2px rgba(255, 255, 255, 0.25);
}

.casino_redbtn_small:hover {
    background-position: 50% -1232px;
}

.attachment-news-big {
    float: left;
    margin: 0 15px 5px 0;
}

.error-h1 {
    font-size: 10em;
    text-align: center;
}

.error-text {
    font-size: 2em;
    text-align: center;
}

#nav-icon {
    width: 30px;
    height: 25px;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 5;
    right: 11px;
    top: 15px;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0;
}

#nav-icon span:nth-child(2) {
    top: 9px;
}

#nav-icon span:nth-child(3) {
    top: 18px;
}

#nav-icon.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.reference {
    width: 320px;
    max-width: 500px;
    background: #fff;
    color: #000;
    left: calc(8%);
    position: fixed;
    margin: auto;
    top: -210px;
    box-shadow: 1px 1px 3px -2px #464646;
    z-index: 9999;
    padding: 10px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border: 1px solid #999;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.reference .r-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.reference .r-info img {
    width: 20px;
    height: 20px;
    display: block;
}

.reference .r-info span {
    font-family: sans-serif;
    font-size: 13px;
    width: 350px;
    padding: 20px 0 20px 15px;
}

.reference .r-btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.reference .r-btns span {
    height: 32px;
    margin: 0 0 0 10px;
    text-align: center;
    line-height: 32px;
    text-transform: none;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s;
    padding: 0 10px;
}

.reference .r-btns span:nth-child(1) {
    color: #757575;
}

.reference .r-btns span:nth-child(1):hover {
    background-color: #f4f4f4;
}

.reference .r-btns span:nth-child(2) {
    background: transparent;
    color: #757575;
}

.reference .r-btns span:nth-child(2):hover {
    background-color: #f4f4f4;
}

.reference.show_popup {
    animation-name: ontop;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.reference.hide_popup {
    animation-name: outtop;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.dn-wrapper-content {
    display: none !important;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    background-image: -moz-linear-gradient(90deg, #1d2948 0%, #5c6683 100%);
    background-image: -webkit-linear-gradient(90deg, #1d2948 0%, #5c6683 100%);
    background-image: -ms-linear-gradient(90deg, #1d2948 0%, #5c6683 100%);
}

.dn-wrapper-content a {
    padding: 4px 0;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

.dn-wrapper-content a img {
    display: block;
    position: relative;
    top: -20px;
    right: 20px;
}

.dn-wrapper-content .closed {
    position: absolute;
    top: 0;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    height: 20px;
}

body.show-banner .dn-wrapper-content {
    display: block !important;
}

.btn_download {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.btn_download img {
    max-width: 100%;
}

.s-game {
    max-width: 800px;
    margin: 0 auto;
    display: none;
    box-sizing: border-box;
}

.s-game__inner {
    position: relative;
    background-color: #000;
}

.s-game__inner:after {
    content: "";
    display: block;
    padding-top: 75%;
}

.s-game__inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border: 0;
    outline: 0;
}

.s-game__entry {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.s-game__img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: blur(10px);
}

.s-game__btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 0;
    background-color: transparent;
    background-image: url(../img/play.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: opacity 0.2s;
    cursor: pointer;
}

.s-game__btn:hover {
    opacity: 0.8;
}

.site_map ul {
    margin: 10px 0;
    padding-left: 20px;
}

.site_map ul li {
    margin: 5px 0;
}

.site_map ul li a {
    color: #fff;
}

.btn-wrap .btn {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    max-width: 135px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
}

.btn-wrap .btn.come-in {
    background: linear-gradient(180deg, #a792ff 0%, #694be7 100%);
}

.btn-wrap .btn.reg {
    background: linear-gradient(180deg, #38a0ff 0%, #2a55df 100%);
    margin-bottom: 15px;
}

.btn-wrap .btn:hover {
    filter: brightness(120%);
}

.header_buttons {
    position: absolute;
    right: 0;
    margin-top: 20px;
    display: flex;
}

.header_buttons img {
    max-width: 100px;
    margin-right: 15px;
    cursor: pointer;
}

.slider_table_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: black;
    padding-top: 20px;
}

.slider-block {
    width: 59%;
    margin-bottom: 15px;
}

.table-block {
    width: 100%;
    max-width: 39%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.jackpot {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    background: linear-gradient(to bottom, #303030 0%, #181818 100%);
    padding: 5px 15px;
}

.jackpot .table_title {
    color: #ffed7a;
    font-size: 25px;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
}

.win {
    background: linear-gradient(to bottom, #303030 0%, #181818 100%);
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 5px 15px;
    box-sizing: border-box;
}

.win .table_title {
    color: #39ce2f;
    font-size: 25px;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
    margin-bottom: 3px;
}

.jackpot_amount {
    color: white;
    font-weight: bold;
    width: 50%;
    padding: 5px;
    text-align: right;
}

.uan {
    width: 20%;
    display: flex;
    text-align: left;
    color: #909090;
    padding-left: 10px;
    align-items: center;
}

.jackpot_img {
    width: 25%;
}

.jackpot_img img {
    width: 100%;
}

.table-row {
    height: 30px;
    display: flex;
    flex-direction: row;
    width: 100%;
    background: #000;
    border-top: 1px solid #474646;
}

.user-name {
    width: 50%;
    text-align: left;
    padding: 5px;
    color: #909090;
    font-weight: 300;
}

.footer-payment {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.bottom-menu {
    margin-top: 40px;
    background: #474646;
}

.text-block {
    padding: 0 20px;
    color: #909090;
    text-align: center;
}

.title__block-slogan {
    color: #18ff00;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

#comments {
    border-top: 1px solid #34435b;
    margin: 20px 0 20px;
    padding-top: 20px;
}

.block_fields_item input {
    width: 100%;
    margin: 10px 0;
    padding: 5px 10px;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #0084ff;
}

.block_fields_item textarea {
    width: 100%;
    margin: 10px 0;
    padding: 5px 10px;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #0084ff;
    height: 100px;
}

.submit-comment-button {
    padding: 0 25px;
}

.comment-post {
    border-bottom: 1px solid #34435b;
    margin-top: 15px;
}

.comment-post:last-child {
    border-bottom: none;
}

.posted_by {
    display: flex;
}

.posted_by--name {
    margin-right: 20px;
}

.up_button {
    position: fixed;
    right: 5%;
    bottom: 10%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 14px;
    border-radius: 9px;
    z-index: 999;
    transition: all 0.3s;
}

@media screen and (max-width: 1100px) {
    .casino_wraper {
        width: 100%;
    }

    .table-block {
        max-width: 100%;
    }

    .casino_siteheader {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .casino_siteheader_top {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}

@media (max-width: 1350px) {
    .casino_singlegame_wrapper {
        width: 100%;
        min-width: auto;
    }

    .casino_singleslots_contentholder {
        min-width: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 1025px) {
    .casino_header_inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: relative;
        min-height: 50px;
    }

    .casino_header_sliderholder {
        display: none;
    }

    body {
        background: none;
    }

    .casino_header_submenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        z-index: 99999;
        position: relative;
        height: 80px;
    }

    .casino_content_block {
        margin-top: 0px;
        box-sizing: border-box;
    }

    ul#menu-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s;
    }

    ul#menu-main li {
        width: 100%;
    }

    ul#menu-main li>* {
        margin: 0 auto;
    }

    ul#menu-main.open {
        max-height: 1000px;
        padding-top: 50px;
        background: #1a314f;
    }

    .casino_header_subnav {
        background: none;
        height: auto;
    }

    .casino_header_topsoc {
        float: none;
        margin: 15px 0 0;
    }

    .casino_siteheader_top {
        height: auto;
        background: none;
    }

    .casino_logo {
        position: relative;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .casino_headtop_regblock {
        margin: 10px 0 70px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background: none;
    }

    .casino_headtop_regblock a.casino_header_regbtn {
        font-size: 22px;
        line-height: 40px;
        text-decoration: none;
        float: left;
        margin-right: 15px;
        width: 100%;
        height: 40px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .casino_headtop_regblock a.casino_header_reg_button {
        max-width: 100%;
    }

    .casino_topmenu_holder {
        height: auto;
    }

    .casino_main_container {
        z-index: 1;
        top: 0;
        position: relative;
    }

    .casino_header_regbtn:hover span {
        background: none;
    }

    .menu-top-container .menu {
        flex-wrap: wrap;
    }

    .single_menu .menu-top-container .menu {
        display: flex !important;
    }

    .casino_footer_inner.block-shadow {
        box-sizing: border-box;
    }

    .casino_content_left {
        width: 100%;
    }

    .casino_sidebar {
        float: none;
        width: 296px;
        margin-right: 7px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .casino_footer_payments {
        display: none;
    }

    .casino_gameslist {
        padding: 20px 11px 0;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .casino_gameslist li:hover .casino_slotslist_playbtn {
        display: none;
    }

    .casino_gameslist li:hover .casino_blue_button_small {
        top: 0px;
    }

    .casino_gameslist .casino_blue_button_small {
        top: 0px;
        background: none;
        z-index: 9999;
        width: 100%;
        height: 100%;
        margin: 0;
        background: transparent;
        opacity: 0;
    }

    .casino_gameslist .casino_slotslist_playbtn {
        display: none;
    }

    .casino_gameslist .back {
        opacity: 1;
    }

    .casino_singleslots_contentholder {
        min-width: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .casino_singleslots_middleblock {
        width: 100%;
    }

    .casino_singleslots_middleblock iframe {
        display: none;
    }

    .casino_singlegame_wrapper {
        width: 100%;
        min-width: auto;
    }

    .casino_singleslots_leftblock {
        min-height: 610px;
    }

    .casino_singleslots_rightblock {
        min-height: 610px;
    }

    .title404_digit {
        float: none;
    }

    .casino_logotype {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    #nav-icon {
        display: block;
    }
}

@media (max-width: 870px) {
    .casino_header_submenu {
        display: none;
    }

    .casino_headtop_regblock {
        margin: 10px 0 40px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .casino_footermenu_block {
        display: block;
    }
}

@media (max-width: 768px) {
    .play-btn {
        font-size: 22px;
    }

    .single_menu ul {
        flex-direction: column;
    }

    .up_button {
        bottom: 100px;
    }
}

@media (max-width: 500px) {
    .casino_headtop_regblock {
        margin: 10px 0 70px;
    }

    .casino_headtop_regblock a.casino_header_reg_button {
        margin: 0;
    }

    .casino_header_reg_button em {
        display: none;
    }

    .casino_header_reg_button span {
        display: block;
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .casino_blue_button_small {
        margin: 10px 0;
    }

    .money-go {
        font-size: 6vw;
    }

    .casino_logotype {
        left: 36%;
    }

    .table-block {
        width: 100%;
    }

    .footer-payment {
        flex-direction: column;
        padding: 20px 0;
    }

    .footer-payment img {
        width: 100px;
        height: auto;
        display: block;
        margin-bottom: 15px;
    }

    .menu-top-container .menu li {
        width: 100%;
        text-align: center;
    }

    .up_button {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .reference {
        left: 0;
    }
}

@media screen and (min-width: 768px) {
    .s-game {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    .slider_table_block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .slider-block {
        margin-bottom: 0;
    }

    .table-block {
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    .casino_logotype {
        left: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        margin: 0;
    }

    .header_buttons {
        position: relative;
        justify-content: center;
        margin-bottom: 20px;
    }

    .header_buttons img {
        max-width: 75px;
    }
}

.burger {
    display: none;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .burger {
        display: flex;
    }
}

.burger span {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
}

@media (max-width: 500px) {
    .menu-top-container {
        display: none;
    }

    .header_buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 246px;
        width: 100%;
        margin: 0 auto;
        flex-direction: column-reverse;
        padding: 15px 0px;
    }

    .header_buttons img {
        margin-right: 0px;
    }

    .header_buttons a {
        width: 100%;
        text-align: center;
        padding: 15px 0px;
    }

    .header_buttons div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header_buttons div .come-in,
    .header_buttons div .reg {
        max-width: 100%;
        line-height: 1;
        padding: 10px;
        height: auto;
        font-size: 16px;
    }

    .header_buttons div span {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .slider-block {
        width: 100%;
    }
}