
:root {
    --sf-img-10: url("../../img/3-min-k.jpg");
    --sf-img-12: url("../../img/home-instant-payout-section-bg-k.jpg");
    --sf-img-9: url("../../img/jackpots-cta_400x500-k.jpg");
    --sf-img-11: url("../../img/instant-cta_400x500-k.jpg")
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/S6uyw4BMUTPHjx4wXg.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

:root {
     --mainRed: #F9453D;
     --selection-color: #001026;
     --selection-hover: #081a3b;
     --selection-inactive: #061942;
     --quickdeposit-button-font-color: white;
     --text-shadow: #00000075;
     --quickdeposit-background: #0d2659;
     --small-text: #D0E0FF;
     --deposit-button-color: #008000;
     --font-size-button: 1.5em;
     --top-margin-button: 2em;
     --border-radius-button: 40px;
     --cashier-mobile-top-gap: 0 auto;
     --cashier-desktop-top-gap: 3em auto;
     --line-space-color: #d0e0ff7c;
     --background-quickdeposit: #022960;
     --border-radius: 10px;
     --quickdeposit-selected-color: #001026;
     --close-bg: #010043;
     --contentBox-bg: #010043;
     --counter-bg: #010043;
     --counter-num-bg: rgb(217, 217, 217, .2);
     --mainContent-bg: linear-gradient(180deg, #010043, #0662FF);
     --button-bg: #ffcd00;
     --button-color: #015ecc;
     --button-hover-bg: #015ecc;
     --button-hover-color: #ffcd00;
     --font-family: "Lato", sans-serif !important;
     --border-btn: none;
     --border-radius-btn: 40px;
     --tournament-theme-back-color: #ffcd00;
     --tournament-theme-back-gradient: #ffcd00;
     --tournament-theme-front-color: #fff;
     --tournament-dark-color: #000;
     --tournament-light-color: #fff;
     --tournament-highlight-color: #ffcd00;
     --tournament-body-background: linear-gradient(180deg, #000000 0%, #000000 100%);
     --tournament-active-color: #015ecc
 }

#PreloaderBox {
    display: block;
    width: 100%;
    height: 120%;
    margin: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100000000000000000000000000000000000000000000000000000000000000000000000000000;
    /*background:  url("../../img/preloader_op.gif") 50% 40% no-repeat #023780;*/
    background-size: 200px
}

@media only screen and (min-width: 320px) and (max-width: 900px) {
    #PreloaderBox {
        background-size: 128px
    }
}

body, html {
    width: 100%;
    height: auto;
    min-height: 80vh;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 14px;
    background: #023780;
    font-family: "Lato", sans-serif;
    font-weight: 400
}

body {
    position: relative;
    z-index: 0;
    color: #ffffff;
    overflow-x: hidden !important;
    overflow: auto;
    background: #023780
}

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

img {
    border: 0px !important;
    outline: none !important
}

a {
    text-decoration: none
}

@font-face {
    font-family: "ThorceFree";
    src: url("../../fonts/thorce_free.woff2") format("woff2");
    font-weight: normal !important;
    font-style: normal !important
}

@font-face {
    font-family: "LemonMilkBold";
    src: url("../../fonts/lemonmilkbold.woff2") format("woff2");
    font-weight: normal !important;
    font-style: normal !important
}

.ClearFix {
    clear: both
}

.Transitions {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.Links_1 {
    color: #ffcd00;
    text-decoration: underline !important
}

.Links_1:visited {
    color: #ffcd00;
    text-decoration: none !important
}

.Links_1:hover {
    color: #00a8ff;
    text-decoration: underline !important
}

.section-description {
    font-size: 1.3rem;
    font-family: "Lato", sans-serif;
    text-align: left;
    margin-bottom: 30px;
    margin-left: 20px
}

section.jackpot--section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 349px) {
    section.jackpot--section {
        background-image: var(--sf-img-9)
    }
}

@media (min-width: 350px) and (max-width: 599px) {
    section.jackpot--section {
        background-image: var(--sf-img-9)
    }
}

@media (min-width: 600px) and (max-width: 1199px) {
    section.jackpot--section {
        background-image: var(--sf-img-10)
    }
}

@media (min-width: 1200px) {
    section.jackpot--section {
        background-image: var(--sf-img-10)
    }
}

section.jackpot--section .jackpot--container {
    background-color: rgba(15, 14, 60, 0.8);
    border-radius: 0px
}

@media (min-width: 800px) {
    section.jackpot--section .jackpot--container {
        padding-top: 20px;
        padding-right: 25px;
        padding-left: 25px;
        background-color: rgb(15, 14, 60);
        border-radius: 20px
    }
}

section.cta-block {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    padding: 30px 10px
}

section.cta-block.instant-cta {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 349px) {
    section.cta-block.instant-cta {
        background-image: var(--sf-img-11);
        background-position: center 20px;
        background-color: #020913 !important
    }
}

@media (min-width: 350px) and (max-width: 599px) {
    section.cta-block.instant-cta {
        background-image: var(--sf-img-11);
        background-position: center 20px;
        background-color: #020913 !important
    }
}

@media (min-width: 600px) and (max-width: 1199px) {
    section.cta-block.instant-cta {
        background-image: var(--sf-img-12)
    }
}

@media (min-width: 1200px) {
    section.cta-block.instant-cta {
        background-image: var(--sf-img-12)
    }
}

.cta-block--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1040px;
    height: 100%;
    margin: 0 auto;
    padding: 30px 0
}

@media (min-width: 800px) {
    section.cta-block {
        height: 600px
    }

    .section-description {
        margin-left: 0
    }
}

#Background {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 110%;
    position: fixed;
    z-index: 0;
    margin: 0px;
    left: 0px;
    bottom: 0px;
    background: rgb(13, 38, 89)
}

#Wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 400px;
    position: relative;
    z-index: 1;
    margin: 0px auto;
    text-align: center
}

#BarFooter {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    margin: 0px auto;
    background: #031024;
    padding-top: 20px
}

#BarFooter.dark {
    background-color: #031024
}

#BarBLastWiners {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 10px
}

@keyframes bounce {
    0% {
        -webkit-transform: translate(-50%, -200%);
        transform: translate(-50%, -200%);
        opacity: 1
    }
    50% {
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        opacity: 1
    }
    to {
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        opacity: 1
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translate(-50%, -200%);
        transform: translate(-50%, -200%);
        opacity: 1
    }
    50% {
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        opacity: 1
    }
    to {
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        opacity: 1
    }
}

@keyframes bounceDown {
    0% {
        -webkit-transform: translate(-50%, 200%);
        transform: translate(-50%, 200%);
        opacity: 1
    }
    50% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1
    }
    to {
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        opacity: 1
    }
}

@-webkit-keyframes bounceDown {
    0% {
        -webkit-transform: translate(-50%, 200%);
        transform: translate(-50%, 200%);
        opacity: 1
    }
    50% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1
    }
    to {
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        opacity: 1
    }
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background: #010f22;
    border-radius: 10px
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffcd00
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    max-height: 800px
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel button.owl-dot {
    background: 0;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes ChangeColor_1 {
    0% {
        color: #ffcd00
    }
    50% {
        color: #00a8ff
    }
    to {
        color: #ffcd00
    }
}

@keyframes ChangeColor_1 {
    0% {
        color: #ffcd00
    }
    50% {
        color: #00a8ff
    }
    to {
        color: #ffcd00
    }
}

#MenuLeft a {
    color: #ffffff
}

#MenuLeft a:active {
    color: #ffffff
}

#MenuLeft a:visited {
    color: #ffffff
}

#MenuLeft {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 110%;
    min-height: 110%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    text-align: center;
    background: none;
    font-family: "ThorceFree";
    font-weight: normal !important;
    overflow: hidden;
    padding-right: 80px;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#MenuLeft #ConMenuLeft {
    overflow-y: auto;
    display: block;
    width: 100%;
    max-width: 250px;
    height: 100vh;
    position: absolute;
    top: 0px;
    padding: 30px 30px 40px 30px;
    background: #001026;
    pointer-events: all;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

#MenuLeft #ConMenuLeft.Opened {
    left: 0%;
    opacity: 1
}

#MenuLeft #LogoMenu {
    display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
    position: relative;
    margin: 0px auto 40px auto
}

#MenuLeft #LogoMenu:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#MenuLeft #LogoMenu img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px auto
}

#MenuLeft .BtnsUser {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 0px auto 15px auto;
    cursor: pointer;
    border-radius: 40px;
    font-size: 20px
}

#MenuLeft .BtnsUser:hover {
    border: solid 2px #ffcd00;
    background: rgb(255, 205, 0);
    color: #015ecc;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#MenuLeft .BtnsUser.Login {
    border: solid 2px #ffffff;
    background: rgba(255, 205, 255, 0)
}

#MenuLeft .BtnsUser.Login:hover {
    border: solid 2px #ffffff;
    background: rgb(255, 255, 255);
    color: #015ecc
}

#MenuLeft .BtnsUser.Sign {
    border: solid 2px #ffcd00;
    background: rgb(255, 205, 0);
    color: #015ecc
}

#MenuLeft .BtnsUser.Sign:hover {
    border: solid 2px #015ecc;
    background: rgb(1, 94, 204);
    color: #ffcd00
}

#ConMenuLeft::-webkit-scrollbar {
    width: 10px;
    display: none
}

#MenuLeft #ConMenuLeft .user-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 800px) {
    #MenuLeft #ConMenuLeft .user-controls {
        display: none
    }
}

#MenuLeft #ConMenuLeft .user-controls span.user-ctrl {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

#MenuLeft #ConMenuLeft .user-controls a.user-ctrl:after, #MenuLeft #ConMenuLeft .user-controls span.user-ctrl:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100%;
    font-size: 10px;
    font-family: "Lato", sans-serif;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#MenuLeft #ConMenuLeft .user-controls a.user-ctrl:hover, #MenuLeft #ConMenuLeft .user-controls span.user-ctrl:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

#MenuLeft #ConMenuLeft .user-controls a.user-ctrl:hover:after, #MenuLeft #ConMenuLeft .user-controls span.user-ctrl:hover:after {
    color: #ffcd00
}

#MenuLeft #ConMenuLeft .user-controls span.user-ctrl.dice--icon {
    background-image: url("../../img/dice.svg")
}

#MenuLeft #ConMenuLeft .user-controls a.user-ctrl.dice--icon:after, #MenuLeft #ConMenuLeft .user-controls span.user-ctrl.dice--icon:after {
    content: "Feel Lucky?"
}

#MenuLeft #ConMenuLeft .user-controls span.user-ctrl.search--icon {
    background-image: url("../../img/search.svg")
}

#MenuLeft #ConMenuLeft .user-controls a.user-ctrl.search--icon:after, #MenuLeft #ConMenuLeft .user-controls span.user-ctrl.search--icon:after {
    content: "Search"
}

.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lang .lang_switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: rgb(112, 112, 112);
    border-radius: 7px 7px 7px 7px
}

.lang .lang_switch .lang_item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in
}

.lang .lang_switch .lang_item:not(.active):hover {
    color: #ffcd00 !important
}

.lang .lang_switch .lang_item.active {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: rgb(58, 58, 58);
    border-radius: 7px 7px 7px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lang .lang_switch .lang_item.active span {
    position: relative
}

.lang .lang_switch .lang_item.active span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background-image: url("../../img/arrow-filled.svg");
    background-position: center right;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 12px;
    height: 6px
}

.lang .lang_switch .lang_item img {
    width: 30px;
    pointer-events: none
}

.lang .lang_switch .lang_item span {
    width: 83px;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    padding: 0 9px;
    text-align: left;
    pointer-events: none
}

#MenuLeft ul:not(.dropdown) {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 40px auto 20px;
    list-style: none;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal !important
}

#MenuLeft ul:not(.dropdown) li {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 48px;
    position: relative;
    margin: 0px auto 25px auto;
    list-style: none;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
    padding-left: 60px;
    border-radius: 40px
}

#MenuLeft ul:not(.dropdown) li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    background: #015ecc;
    opacity: 0;
    background: rgba(1, 35, 82, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1, 35, 82, 0)), color-stop(100%, rgb(1, 92, 204)));
    background: -webkit-gradient(linear, left top, right top, from(rgba(1, 35, 82, 0)), to(rgb(1, 92, 204)));
    background: linear-gradient(to right, rgba(1, 35, 82, 0) 0%, rgb(1, 92, 204) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#012352", endColorstr="#015ccc", GradientType=1);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

#MenuLeft ul:not(.dropdown) li:after {
    left: -100%;
    top: 0px
}

#MenuLeft ul:not(.dropdown) li:hover:after {
    left: 0%;
    top: 0px;
    opacity: 1
}

#MenuLeft ul:not(.dropdown) li:hover > a {
    color: #ffcd00
}

#MenuLeft ul:not(.dropdown) li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    white-space: pre-wrap;
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 60px;
    z-index: 2;
    margin: 0px;
    text-decoration: none;
    color: #ffffff
}

#MenuLeft ul:not(.dropdown) li .IconBox {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 2.5px;
    pointer-events: none;
    z-index: 1;
    background: url("../../img/sprite-icons.svg") 0px 0px no-repeat;
    background-size: 400px 80px
}

#MenuLeft ul:not(.dropdown) li .IconBox.Games {
    background-position: 0px 0px
}

#MenuLeft ul:not(.dropdown) li:hover > .IconBox.Games {
    background-position: 0px -40px
}

#MenuLeft ul:not(.dropdown) li .IconBox.Promo {
    background-position: -40px 0px
}

#MenuLeft ul:not(.dropdown) li:hover > .IconBox.Promo {
    background-position: -40px -40px
}

#MenuLeft ul:not(.dropdown) li .IconBox.Tourn {
    background-position: -80px 0px
}

#MenuLeft ul:not(.dropdown) li:hover > .IconBox.Tourn {
    background-position: -80px -40px
}

#MenuLeft ul:not(.dropdown) li .IconBox.Bank {
    background-position: -120px 0px
}

#MenuLeft ul:not(.dropdown) li:hover > .IconBox.Bank {
    background-position: -120px -40px
}

#MenuLeft ul:not(.dropdown) li .IconBox.Vip {
    background-position: -160px 0px
}

#MenuLeft ul:not(.dropdown) li:hover > .IconBox.Vip {
    background-position: -160px -40px
}

#MenuLeft ul:not(.dropdown) li .IconBox.Rewards {
    background-position: -360px 0px
}

#MenuLeft ul:not(.dropdown) li:hover > .IconBox.Rewards {
    background-position: -360px -40px
}

#MenuLeft ul:not(.dropdown) li > .IconBox.LiveDealer {
    background: url("../../img/croupier.svg");
    background-position: center !important;
    background-size: contain !important
}

#MenuLeft ul:not(.dropdown) li:hover > .IconBox.LiveDealer {
    background: url("../../img/croupier-yellow.svg")
}

svg {
    width: 200%;
    position: absolute;
    left: -55%;
    top: -32%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25,-0.25,0.75,1.25), stroke-dasharray 0.5s cubic-bezier(0.25,-0.25,0.75,1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25,-0.25,0.75,1.25), stroke-dasharray 0.5s cubic-bezier(0.25,-0.25,0.75,1.25);
    stroke-width: 40px;
    stroke-linecap: round;
    stroke: #ffcd00;
    stroke-dashoffset: 0;
}

path#bottom, path#top {
    stroke-dasharray: 240px 950px
}

.Cross path#bottom, .Cross path#top {
    stroke-dashoffset: -650px
}

.Cross path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px
}

.Cross path {
    stroke: #ffffff
}

#BtnHamMenu:hover > svg path {
    stroke: #ffffff
}

.Cross:hover > svg path {
    stroke: #ffcd00
}

@media only screen and (min-width: 1024px) {
    #MenuLeft #ConMenuLeft {
        left: 0% !important;
        opacity: 1 !important
    }
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
    #MenuLeft {
        max-width: 30%
    }

    #MenuLeft #ConMenuLeft {
        max-width: 100%;
        padding: 40px 20px 100px 20px;
        position: absolute;
        overflow-x: hidden;
        overflow-y: scroll;
        background: rgba(0, 7, 16, 0.95)
    }

    #MenuLeft #LogoMenu {
        max-width: 130px;
        margin: 0px auto 20px auto
    }

    #MenuLeft #RowBtnsUser {
        max-width: 300px;
        margin: 0px auto 0px auto;
        clear: both;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #MenuLeft .BtnsUser {
        width: 80%;
        float: left;
        font-size: 15px
    }

    #MenuLeft ul:not(.dropdown) {
        margin: 30px auto;
        font-size: 14px;
        clear: both;
        padding: 0px 20px
    }

    #MenuLeft ul:not(.dropdown) li {
        height: 45px;
        line-height: 45px;
        margin: 0px auto 25px auto;
        padding-left: 60px
    }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
    #MenuLeft {
        max-width: 100%
    }

    #MenuLeft #ConMenuLeft {
        max-width: 100%;
        padding: 40px 20px 100px 20px;
        position: absolute;
        overflow-x: hidden;
        overflow-y: scroll;
        background: rgba(0, 7, 16, 0.9)
    }

    #MenuLeft #LogoMenu {
        max-width: 130px;
        margin: 0px auto 20px auto
    }

    #MenuLeft #RowBtnsUser {
        max-width: 300px;
        margin: 0px auto 30px auto;
        clear: both
    }

    #MenuLeft .BtnsUser {
        width: 46%;
        float: left;
        margin: 0px 2% 30px 2%
    }

    #MenuLeft ul:not(.dropdown) {
        margin: 30px auto;
        font-size: 17px;
        clear: both;
        padding: 0px 20px
    }

    #MenuLeft ul:not(.dropdown) li {
        height: 45px;
        line-height: 45px;
        margin: 0px auto 25px auto;
        padding-left: 60px
    }
}


#hero {
    background: #031024;
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.4s min-height ease-in-out;
    transition: 0.4s min-height ease-in-out;
    width: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto
}

#hero.home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    background-image: url("../../img/mobile.jpg");
    background-position: bottom center;
    min-height: calc(var(--vh, 1vh) * 100 - 105px);
    padding: 20px 0px
}

@media (max-width: 600px) {
    #hero {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #hero.home {
        padding: 35px 0px;
        min-height: calc(var(--vh, 1vh) * 87 - 105px)
    }
}

@media (min-width: 600px) {
    #hero {
        height: auto
    }

    #hero.home {
        min-height: 100vh
    }
}

@media (min-width: 600px) and (max-width: 999px) {
    #hero {
        background-position: bottom center
    }

    #hero.home {
        background-image: url("../../img/tablet.jpg")
    }
}

@media (min-width: 1000px) {
    #hero {
        background-position: bottom center
    }

    #hero.home {
        background-image: url("../../img/desktop.jpg")
    }
}

#hero .hero--selling-point {
    padding: 0 10px 10px 10px;
    text-align: center;
    width: calc(100% - 20px);
    max-width: 400px
}

#hero .hero--selling-point img {
    height: 100%;
    width: 100%;
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 4px 6px black)
}

@media (min-width: 350px) {
    #hero .hero--selling-point {
        width: calc(100% - 30px)
    }
}

@media (min-width: 600px) {
    #hero .hero--selling-point {
        padding: 15px
    }
}

@media (min-width: 1025px) {
    #hero .hero--selling-point {
        margin-right: 140px
    }
}

#hero .hero--container {
    position: relative
}

@media (min-width: 600px) {
    #hero .hero--container {
        padding: 15px
    }
}

#hero .hero--container:not(.promo) {
    padding: 10px
}

@media (min-width: 800px) {
    #hero .hero--container:not(.promo) {
        padding: 10px
    }
}

#hero .hero--container.signup {
    width: 100%;
    max-width: 370px;
    background: #ffffff;
    border-radius: 5px
}

@media (min-width: 1025px) {
    #hero .hero--container.signup {
        margin-right: 140px
    }
}

#hero .login-question {
    display: block;
    width: calc(100% - 20px);
    max-width: 400px;
    text-align: center;
    padding: 10px;
    font-size: 1.19rem
}

#hero .login-question a {
    color: #ffcd00;
    font-weight: bold
}

@media (min-width: 350px) {
    #hero .login-question {
        width: calc(100% - 30px)
    }
}

@media (min-width: 1025px) {
    #hero .login-question {
        margin-right: 140px
    }
}

#hero .hero--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff
}

#hero .hero--form .field:nth-child(-n+2):has(input:-webkit-autofill) label {
    height: 38% !important;
    font-size: 12px !important;
    top: 2px !important
}

#hero .hero--form .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px 4px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 600px) {
    #hero .hero--form .field {
        margin: 0 10px 8px
    }
}

#hero .hero--form .field .box {
    position: relative
}

#hero .hero--form .field .box:after, #hero .hero--form .fields .box:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    right: -8px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44%;
    border-radius: 25px
}

#hero .hero--form .field .box:before, #hero .hero--form .fields .box:before {
    position: absolute;
    top: 7px;
    right: 15px
}

#hero .hero--form .field .box .password--visibility {
    display: block;
    position: absolute;
    top: 0;
    right: 3px;
    width: 40px;
    height: 100%;
    background-image: url("../../img/eye-crossed.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    cursor: pointer
}

#hero .hero--form .field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

#hero .hero--form .field .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#hero .hero--form label {
    pointer-events: none;
    font-size: 1.1em;
    font-weight: normal
}

#hero .hero--form label:not(.block):not(.inline-block) {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 5px 5px 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #8c8c8c;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

#hero .hero--form input:not([name=invoice_amount]):not([name=deposit_amount]) {
    min-height: 23px;
    width: 100%;
    line-height: 45px;
    text-align: left;
    margin: 5px auto;
    background-color: #e5eaed;
    border: 1px solid #e5eaed;
    border-radius: 3px;
    padding-left: 20px
}

#hero .hero--form input:not([name=invoice_amount]):not([name=deposit_amount]):not([type=radio]) {
    height: 50px;
    font-size: 1.1em;
    font-weight: bold;
    color: #545454;
    -webkit-transition: border, background-color 0.3s ease-in-out;
    transition: border, background-color 0.3s ease-in-out
}

#hero .hero--form input:not([name=invoice_amount]):not([name=deposit_amount])[type=checkbox] {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0 !important;
    cursor: pointer
}

#hero .hero--form button.BtnsSign {
    margin-top: 5px;
    width: 100%;
    max-width: none
}

@media (min-width: 600px) {
    #hero .hero--form button.BtnsSign {
        margin-top: 15px
    }
}

#hero .hero--form button.BtnsSign:hover {
    -webkit-transform: scale(1.03) !important;
    transform: scale(1.03) !important;
    border: solid 2px #015ecc !important;
    background: #015ecc !important;
    color: #ffcd00 !important
}

h2.emphasized {
    font-family: "LemonMilkBold" !important;
    font-size: 1.6em;
    text-align: left;
    margin-left: 20px
}

@media (min-width: 800px) {
    h2.emphasized {
        margin-left: 0
    }
}

@media (min-width: 1024px) and (orientation: landscape) {
    h2.emphasized {
        font-size: 3em
    }
}

.jackpot--section {
    padding: 0px;
    border-radius: 5px;
    margin: 0 auto
}

@media (min-width: 800px) {
    .jackpot--section {
        padding: 90px 0px
    }
}

.jackpot--container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 10px
}

@media (min-width: 800px) {
    .jackpot--container {
        padding: 10px
    }
}

.jackpot--text {
    font-size: 2rem;
    font-family: "Lato", sans-serif
}

@media (min-width: 350px) {
    .jackpot--text {
        font-size: 3rem
    }
}

.jackpot--amount {
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: "LemonMilkBold"
}

.jackpot--amount.usd:before {
    content: "$"
}

@media (min-width: 350px) and (max-width: 500px) {
    .jackpot--amount {
        font-size: 2.5rem
    }
}

@media (min-width: 600px) {
    .jackpot--amount {
        font-size: 6rem
    }
}

.jackpot--games .gamesboxes.overflow {
    padding-left: 0 !important
}

@-webkit-keyframes slowshow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes slowshow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes slidein {
    0% {
        -webkit-transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0px)
    }
}

@keyframes slidein {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes texteffect {
    80%, to {
        background-position: 100%
    }
    0% {
        background-position: -100%
    }
    50% {
        background-position: 0 -100%
    }
    to {
        background-position: 100%
    }
}

@keyframes texteffect {
    80%, to {
        background-position: 100%
    }
    0% {
        background-position: -100%
    }
    50% {
        background-position: 0 -100%
    }
    to {
        background-position: 100%
    }
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.5
    }
    30% {
        opacity: 1
    }
    70% {
        opacity: 1
    }
    to {
        opacity: 0.5
    }
}

@keyframes pulsate {
    0% {
        opacity: 0.5
    }
    30% {
        opacity: 1
    }
    70% {
        opacity: 1
    }
    to {
        opacity: 0.5
    }
}

@-webkit-keyframes slowshow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes slowshow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes slidein {
    0% {
        -webkit-transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0px)
    }
}

@keyframes slidein {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes progress {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes progress {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.gamesboxes:not(#hot-games,#jackpot-games,#new-games,#table-games,#latest-games) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100% !important;
    height: 100%;
    width: 100%;
    margin: 0 0 20px;
    padding: 15px 0;
    overflow: visible
}

.gamesboxes:not(#hot-games,#jackpot-games,#new-games,#table-games,#latest-games) .game {
    display: block;
    width: 50%;
    max-width: 320px;
    padding: 6px
}

@media (min-width: 600px) {
    .gamesboxes:not(#hot-games,#jackpot-games,#new-games,#table-games,#latest-games) .game {
        width: 25%
    }
}

@media (min-width: 1024px) {
    .gamesboxes:not(#hot-games,#jackpot-games,#new-games,#table-games,#latest-games) .game {
        width: 16.6666666667%
    }
}

.gamesboxes .game--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gamesboxes .game--box {
    display: block;
    position: relative;
    width: 100%
}

.gamesboxes .game--box .game--badges {
    z-index: 2;
    top: 0;
    right: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gamesboxes .game--box .game--badges span {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    padding: 0 6px;
    margin: -12px 3px;
    cursor: default
}

.gamesboxes .game--box .game--badges span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    right: 0;
    border-style: solid;
    border-width: 7px 0px 0px 10px
}

.gamesboxes .game--box .game--badges span.jackpot {
    background-color: #e4572e
}

.gamesboxes .game--box .game--badges span.jackpot:after {
    border-color: #e4572e transparent transparent
}

.gamesboxes .game--box .game--img img {
    width: 100%;
    min-height: 90px
}

.gamesboxes .game--box .game-overlay {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.gamesboxes .game--box .game-overlay:after {
    content: "i";
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 25px
}

.gamesboxes .game--box:hover .game-overlay {
    opacity: 1;
    visibility: visible;
    background: rgb(2, 41, 96);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 41, 96, 0.3757878151)), color-stop(9%, rgba(2, 41, 96, 0.4822303922)), color-stop(27%, rgba(2, 41, 96, 0.7847514006)), color-stop(45%, rgb(2, 41, 96)), color-stop(64%, rgb(2, 41, 96)), to(rgb(2, 41, 96)));
    background: linear-gradient(180deg, rgba(2, 41, 96, 0.3757878151) 0%, rgba(2, 41, 96, 0.4822303922) 9%, rgba(2, 41, 96, 0.7847514006) 27%, rgb(2, 41, 96) 45%, rgb(2, 41, 96) 64%, rgb(2, 41, 96) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#022960", endColorstr="#022960", GradientType=1)
}

.gamesboxes .game--box:hover .game--img img {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6)
}

.gamesboxes .game .game--refs .game--name {
    text-align: left;
    color: #ffffff !important
}

.gamesboxes.overflow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    --scrollbarBG: #010f22;
    --thumbBG: #ffcd00;
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG)
}

.gamesboxes.overflow .game--box .game--badges {
    font-size: 10px;
    line-height: 22px
}

.gamesboxes.overflow .game {
    display: inline-block;
    padding: 0;
    margin: 6px;
    width: 100%
}

.gamesboxes.overflow .game .game-overlay:after {
    display: none
}

.gamesboxes.overflow .game .game--img img {
    min-width: 172px
}

.gamesboxes.overflow::-webkit-scrollbar {
    height: 10px
}

.gamesboxes.overflow::-webkit-scrollbar-track {
    background: var(--scrollbarBG)
}

.gamesboxes.overflow::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 10px;
    border: 3px solid var(--scrollbarBG)
}

.darken {
    background-color: rgba(15, 14, 60, 0.5) !important
}

@-webkit-keyframes sk-rotate {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%, to {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%, to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes slowshow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes slowshow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes slidein {
    0% {
        -webkit-transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0px)
    }
}

@keyframes slidein {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.FooterTop {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.FooterTop .FooterSections {
    color: #ffcd00;
    margin-bottom: 27px;
    font-size: 1.7em;
    text-align: left
}

.FooterTop ul {
    list-style-type: none;
    padding: 25px
}

.FooterTop ul li {
    font-size: 1.2em;
    margin-bottom: 8px;
    letter-spacing: 0.5px
}

.FooterTop ul li a {
    color: white
}

.FooterTop ul li a:hover {
    color: #ffcd00
}

.FooterTop .FooterHelp {
    width: 30%
}

.FooterTop .FooterMoreLinks {
    width: 30%
}

.FooterTop .FooterImgBanking {
    width: 40%;
    padding: 25px
}

.FooterTop .FooterImgBanking img {
    width: 100%
}

#centerit {
    text-align: center;
    margin-bottom: 12px
}

.FooterBottom {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 25px
}

.FooterBottom .BottomText {
    width: 50%;
    padding: 25px
}

.FooterBottom .BottomImages {
    width: 50%;
    padding: 25px
}

.FooterBottom .BottomImages img {
    width: 100%
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .FooterTop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .FooterTop .FooterSections {
        color: #ffcd00;
        margin-bottom: 27px;
        font-size: 2em;
        text-align: left
    }

    .FooterTop ul {
        padding: 25px
    }

    .FooterTop ul li {
        font-size: 1.6em;
        margin-bottom: 10px
    }

    .FooterTop ul li a {
        color: white
    }

    .FooterTop .FooterHelp {
        width: 100%
    }

    .FooterTop .FooterMoreLinks {
        width: 100%
    }

    .FooterTop .FooterImgBanking {
        width: 100%;
        padding: 25px
    }

    .FooterTop .FooterImgBanking img {
        width: 100%
    }

    .FooterBottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 5px
    }

    .FooterBottom .BottomText {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding: 25px;
        text-align: center
    }

    .FooterBottom .BottomImages {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 25px
    }

    .FooterBottom .BottomImages img {
        width: 100%
    }
}

@media only screen and (min-width: 0px) and (max-width: 319px) {
    * body {
        display: none
    }
}

@-webkit-keyframes slowshow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes slowshow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes slidein {
    0% {
        -webkit-transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0px)
    }
}

@keyframes slidein {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes slowResize {
    0% {
        width: 97px;
        height: 50px
    }
    to {
        width: 300px;
        height: auto
    }
}

@keyframes slowResize {
    0% {
        width: 97px;
        height: 50px
    }
    to {
        width: 300px;
        height: auto
    }
}

#WinnersBox {
    width: 100%;
    margin: 0 auto
}

#WinnersBox #ContLatestWinners {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background: transparent;
    text-align: center;
    color: #fff;
    overflow: hidden
}

#WinnersBox #ContLatestWinners #Winners_Box_C {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
    float: left;
    overflow: hidden
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
    padding: 25px 40px;
    overflow: hidden;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
    text-overflow: ellipsis !important;
    white-space: nowrap
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner .NameWinner {
    font-weight: bold
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner .MounWin {
    color: #ffcd00
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner .GameWin {
    color: #011737;
    text-decoration: underline
}

#WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner:hover .GameWin {
    color: #ffcd00;
    text-decoration: underline
}

@media only screen and (min-width: 320px) and (max-width: 460px) {
    #WinnersBox {
        padding: 0 10px
    }
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
    #WinnersBox #ContLatestWinners #Winners_Box_C .BoxWinner {
        padding: 20px 40px;
        font-size: 12px
    }
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1
    }
    to {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0
    }
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1
    }
    to {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0
    }
}

@-webkit-keyframes slideIn {
    0% {
        right: -200px
    }
    to {
        right: 0
    }
}

@keyframes slideIn {
    0% {
        right: -200px
    }
    to {
        right: 0
    }
}

@-webkit-keyframes sk-rotate {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%, to {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%, to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes bounceFade {
    55%, to {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
}

@keyframes bounceFade {
    55%, to {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
}

@-webkit-keyframes ChangeRowColor {
    0% {
        color: #ffcd00
    }
    50% {
        color: #011737
    }
    to {
        color: #ffcd00
    }
}

@keyframes ChangeRowColor {
    0% {
        color: #ffcd00
    }
    50% {
        color: #011737
    }
    to {
        color: #ffcd00
    }
}

@-webkit-keyframes livePulse {
    0% {
        opacity: 0.4
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0.4
    }
}

@keyframes livePulse {
    0% {
        opacity: 0.4
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0.4
    }
}

h2 {
    display: block;
    margin: 0px auto 10px auto;
    padding: 0px 0px;
    color: #ffcd00 !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 400 !important
}

@-webkit-keyframes slide {
    0% {
        left: -100%
    }
    20% {
        left: 150%
    }
    to {
        left: 150%
    }
}

@keyframes slide {
    0% {
        left: -100%
    }
    20% {
        left: 150%
    }
    to {
        left: 150%
    }
}

@media only screen and (min-width: 621px) and (max-width: 1500px) {
    h2 {
        font-size: 18px;
        text-align: center
    }
}

@media only screen and (min-width: 421px) and (max-width: 620px) {
    h2 {
        font-size: 18px;
        text-align: center
    }
}

@media only screen and (min-width: 300px) and (max-width: 420px) {
    h2 {
        font-size: 15px;
        text-align: center
    }
}

.BtnsSign {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    position: relative;
    cursor: pointer;
    border-radius: 40px;
    border: solid 2px #ffcd00;
    margin: 0 auto;
    background: #ffcd00 !important;
    color: #023780 !important;
    font-family: "ThorceFree";
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 30px
}

.BtnsSign:hover {
    border: solid 2px #ffffff;
    margin: 0 auto;
    background: #ffffff !important;
    color: #011737 !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px)
    }
    65% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    to {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px)
    }
}

@keyframes floating {
    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px)
    }
    65% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px)
    }
    to {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px)
    }
}

@media only screen and (min-width: 360px) and (max-width: 900px) {
    ul li {
        font-size: 14px
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    ul li {
        font-size: 11px
    }
}

@-webkit-keyframes sk-rotate {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%, to {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%, to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes slowshow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes slowshow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes slidein {
    0% {
        -webkit-transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0px)
    }
}

@keyframes slidein {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-200px)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-200px)
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-200px)
    }
    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-200px)
    }
    to {
        -webkit-transform: translateY(0)
    }
}

@media only screen and (min-width: 1025px) {
    body:not(.full) #Wrapper {
        padding-left: 250px
    }

    body:not(.full) #BarFooter {
        padding-left: 250px
    }
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
    body:not(.full) #Wrapper {
        padding-left: 30%
    }

    body:not(.full) #BarFooter {
        padding-left: 30%
    }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
    body:not(.full) #Wrapper {
        margin: 60px auto 0
    }

    body:not(.full) #BarFooter {
        margin-bottom: 47px
    }
}

@media only screen and (min-width: 0px) and (max-width: 319px) {
    * body {
        display: none
    }
}

#live_chat_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: fadeIn ease 0.3s;
    animation: fadeIn ease 0.3s;
    position: fixed !important;
    inset: auto 20px 50px auto;
    min-height: 95px;
    min-width: 95px;
    max-height: 95px;
    max-width: 95px;
    width: 95px;
    height: 95px;
    padding-left: 15px;
    z-index: 2147483640
}

#live_chat_container .live_chat_link {
    background: #1e42a7 !important;
    border-radius: 47px !important;
    background: linear-gradient(45deg, #193DA0 0%, #46A3C9 100%) !important;
    -webkit-box-shadow: 0px 4px 16px rgba(112, 162, 231, 0.5) !important;
    box-shadow: 0px 4px 16px rgba(112, 162, 231, 0.5) !important;
    height: 62px !important;
    width: 62px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none
}

#live_chat_container .live_chat_link svg {
    width: 50% !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important
}

#live_chat_container .live_chat_link svg path {
    fill: #ffffff;
    stroke: #ffffff !important;
    stroke-width: 0px !important
}

@keyframes rotateInfinitely {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.9)
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }
    90% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.sf-hidden {
     display: none !important
 }

img[src="data:,"], source[src="data:,"] {
     display: none !important
 }

@media (min-width: 769px) and (max-width: 1024px) {
    .description p {
        margin-bottom: 2rem;
        letter-spacing: .05rem
    }
}

@media (min-width: 1025px) {
    .description p {
        margin-bottom: 1.1111111111rem;
        letter-spacing: .0277777778rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .description ul {
        margin-bottom: 2rem
    }
}

@media (min-width: 1025px) {
    .description ul {
        margin-bottom: 1.1111111111rem
    }
}


.description li {
    position: relative;
    margin-bottom: .5333333333rem;
    font-weight: 400;
    line-height: 1.3333333333rem;
    padding-left: 1.0666666667rem;
    margin-left: 20px;
}

.description li:last-child {
    margin-bottom: 0
}

.description p {
    margin-bottom: 1.3333333333rem;
    line-height: 1.5;
    letter-spacing: 0.0333333333rem;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .description p {
        margin-bottom: 2rem;
        letter-spacing: 0.05rem
    }
}

@media (min-width: 1025px) {
    .description p {
        margin-bottom: 1.1111111111rem;
        letter-spacing: 0.0277777778rem
    }
}

.description ul {
    margin-bottom: 1.3333333333rem;
}

.nav_menu {
    border: solid 0.01rem;
    padding: 0.7rem;
}

.nav_menu li {
    padding: 0.7rem;
    list-style: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .description ul {
        margin-bottom: 2rem
    }
}

@media (min-width: 1025px) {
    .description ul {
        margin-bottom: 1.1111111111rem
    }
}


.description td {
    border: solid 0.01rem;
    padding: 0.5rem;
}

.description h2 {
    margin-top: 1.4rem;
}

.s-block-content {
    height: auto;
    overflow: hidden;
    position: relative;
    max-height: 500px;
    background: var(--mc-bg700);
    border-radius: 10px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 10px 20px;
}

.s-block-content.height-auto {
    max-height: none !important;
}

.s-block-content.toggle-active:before {
    display: block;
}

.nav_menu a , .description td a{
    text-decoration: none;
    color:white;
    font-size: 1.2em;
    letter-spacing: 0.5px;
}

.nav_menu a:hover, .description td a:hover {
    text-decoration: none;
    color: #ffcd00;
}

#wp-admin-bar-aioseo-main .ab-item {
    display: flex !important;
    align-items: center;
}

#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg {
    height: 21px !important;
}

.gamesboxes .game--box .game-overlay .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    max-width: 140px;
    height: 100%;
    margin: 0 auto;
    -webkit-transition: transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.gamesboxes .game--box .game-overlay .cta a.button {
    display: block;
    width: 100%;
    padding: 7px 0px;
    border-radius: 25px;
    font-weight: bold;
    font-family: "Lato";
    text-transform: uppercase;
    color: rgba(2, 41, 96, 0.92);
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 600px) {
    .gamesboxes .game--box .game-overlay .cta a.button {
        padding: 10px 0px;
    }
}

.gamesboxes.overflow .game .game-overlay .cta a {
    padding: 7px 0;
}

.gamesboxes .game--box .game-overlay .cta a.button:hover {
    background: #ffcd00;
    color: #015ecc;
}

.description {
    text-align: initial;
}

.show-more {
    margin: 20px auto;
}
.show-more:hover {
    margin: 20px auto;
}

.ref_button{
    border: solid 2px #ffffff;
    background: rgba(255, 205, 255, 0);
    color: #ffffff;
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 10px auto 15px auto;
    cursor: pointer;
    border-radius: 40px;
    font-size: 20px;


    align-items: center;
    justify-content: center;
    text-align: center;
}

.ref_button:hover {
    border: solid 2px #ffffff;
    background: rgb(255, 255, 255);
    color: #015ecc;
}

#seo-block h1 {
    text-align: left;
    margin: 20px auto;
}

#MobileBar {
    display: none;
    width: 100%;
    height: 60px;
    background: #022960;
    padding-top: 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 98;
}

#MobileBar .dice--icon, #MobileBar .search--icon {
    top: 10px;
    width: 60px;
    height: 40px;
    position: absolute;
    display: inline-block;
    background-size: 40%;
    background-position: center top;
    background-repeat: no-repeat;
}

#MobileBar .search--icon {
    right: 0;
    background-image: url("../../img/search.svg");
}

#MobileBar .dice--icon {
    right: 60px;
    background-image: url("../../img/dice.svg");
}

#MobileBar .balance--icon:after, #MobileBar .dice--icon:after, #MobileBar .search--icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: 10px;
    font-family: "Lato", sans-serif;
}

#MobileBar .search--icon:after {
    content: "Search";
}

#MobileBar img {
    display: block;
    width: 110px;
    position: relative;
    margin: 0 0 0 75px;
}

#MobileBar .dice--icon:after {
    content: "Feel Lucky?";
}

#BtnHamMenu {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 100;
    cursor: pointer;
    pointer-events: all;
}

#BtnHamMenu:hover>svg path {
    stroke: #ffffff;
}

#quicklinks {
    left: 0;
    bottom: 0;
    z-index: 23;
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    position: fixed;
    background-color: rgb(2, 41, 96);
    -webkit-box-shadow: 0px 0px 17.28px 6.72px rgba(0,0,0,0.56);
    box-shadow: 0px 0px 17.28px 6.72px rgba(0,0,0,0.56);
}

#quicklinks .ql_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px 8px;
}

#quicklinks .ql_cont .ql_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

#quicklinks .ql_cont .ql_item.emphasized {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    color: hsla(0, 0%, 100%, 0.8);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#quicklinks .ql_cont .ql_item .ql_item--icon {
    width: 25px;
    height: 23px;
    display: block;
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
}

#quicklinks .ql_cont .ql_item .ql_item--text {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    color: #ffffff;
}

#quicklinks .ql_cont .ql_item .ql_item--icon.tournaments {
    background-image: url("../../img/trophy.svg");
}

#quicklinks .ql_cont .ql_item .ql_item--icon.bonuses {
    background-image: url("../../img/coupon-nofill.svg");
}

#quicklinks .ql_cont .ql_item.emphasized .ql_item--icon {
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 55%;
    -webkit-box-shadow: 0 5px 30px #ffcd00;
    box-shadow: 0 5px 30px #ffcd00;
    background-size: 50%;
    background-color: #ffcd00;
}

#quicklinks .ql_cont .ql_item .ql_item--icon.login {
    background-image: url("../../img/login.svg");
}

#quicklinks .ql_cont .ql_item .ql_item--icon.games {
    background-image: url("../../img/cherry.svg");
}

#quicklinks .ql_cont .ql_item .ql_item--icon.home {
    background-image: url("../../img/home.svg");
}

@media only screen and (min-width: 320px) and (max-width: 800px) {

    #quicklinks {
        display: flex;
    }

    #MobileBar {
        display: block;
    }

    #MenuLeft #ConMenuLeft.Opened {
        display: none;
    }

    .description h2 {
        font-size: 21px;
        text-align: left;
    }

    #BtnHamMenu {
        display: block;
        background: rgb(2, 41, 96);
        -webkit-box-shadow: 0px 0px 0px 2px rgb(2,41,96);
        box-shadow: 0px 0px 0px 2px rgb(2,41,96);
    }
}


.s-block-content:before {
    display: none;
    bottom: 0;
    box-shadow: 0 0 20px 20px #0c2758;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}


.s-block-content.toggle-active:before {
    display: block;
}
