body {
    background: url('../img/background.jpg') center top repeat-x;
    overflow-x: hidden;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

.container {
    background-color: black;
    height: 100vh;
    max-width: 990px;
}

.text-aria {
    font-family: Arial, serif;
    font-size: 90%;
}

@font-face {
    font-family: Wallpoet;
    src: url(font/Wallpoet-Regular.ttf);
}

.randomFont {
    font-family: Wallpoet, serif;
    font-size: 140%;
    color: black;
}

.loginBack {
    background: #232323;
    border-color: black;
    padding: 0 40px;
    height: 50px;
    border-radius: 0px;
    color: white;
}

.loginBack:focus {
    background: #232323;
    color: white;

}

.loginBack:active {
    background: #232323;
    color: white;

}

.loginBack::placeholder {
    color: white;
}

.loginButton {
    background-color: #d18f18;
    font-size: 25px;
    color: #000000;
    border-radius: 0 !important;
    background: linear-gradient(to bottom, #d18f18 33%, black 130%, #d18f18 31%, black 77%);

}

.loginButton:hover {
    background-color: #d18f18;
    color: #000000;
    border-color: black;

}

.loginButton:focus {
    outline: 0;
    box-shadow: none !important;
}

.deg_btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 30px;
    font-size: 30px;
    line-height: 40px;
    vertical-align: middle;
    color: #000000;
    transition: .4s;
    border-color: black;
}

.deg_btn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-top: solid 21px transparent;
    border-bottom: solid 41px black;
    border-right: 50px solid transparent;

    z-index: 1;
    transition: .4s;
}

.deg_btn:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 21px transparent;
    border-top: solid 21px black;

    z-index: 1;
    transition: .4s;

}

.banner {
    background: url(/img/bannerTop.png) left top repeat-x;
    position: relative;
    display: block;
    width: 100%;
    height: 50px
}

.footerslider {
    margin: -15px;
}

input, select, textarea {
    color: #ff0000;
}

textarea:focus, input:focus {
    color: #ff0000;
}

.jpgold {
    z-index: 10;
    color: black;
}

.containerimg {
    position: relative;
    text-align: center;
    color: white;
}

.centeredimg {
    position: absolute;
    top: 72%;
    left: 71%;
    transform: translate(-50%, -50%);
}

.jpFont {
    font-family: Wallpoet, serif;
    font-size: 130%;
    color: black;
}

#jpdiv {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000 !important;
    background: rgba(0, 0, 0, 0.7);
    margin: 0px;
    border: 0px;
    padding: 0px;
    display: none;
    overflow: hidden;
}

#jpinner {
    position: absolute;
    width: 800px;
    height: 600px;
    z-index: 10000 !important;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -370px;
    background-image: url('../jackpot/images/<?php echo $theme;?>jackpot.png');
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: center center;
}

#jpwin {
    position: absolute;
    left: 450px;
    top: 370px;
    color: white;
    font-size: 45px;
    font-family: Impact;
    z-index: 10000 !important;
}

/*#bonusdiv {*/
/*left: 0px;*/
/*top: 0px;*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*z-index: 10000 !important;*/
/*background: rgba(0, 0, 0, 0);*/
/*margin: 0px;*/
/*border: 0px;*/
/*padding: 0px;*/
/*display: none;*/
/*overflow: hidden;*/
/*}*/

#bonusinner {
    position: absolute;
    width: 800px;
    height: 600px;
    z-index: 10000 !important;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -400px;
    overflow: hidden;
    background-image: url('../bonus/images/<?php echo $theme;?>bonus.png');
}

#bonusamount {
    position: relative;
    top: 35%;
    transform: translateY(-50%);
    z-index: 10000 !important;
    text-align: center;
    font-family: Arial Black;
    font-size: 32px;
    color: white;
    text-shadow: 2px 2px black;
}

#bonusdiv2x {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000 !important;
    background: rgba(0, 0, 0, 0);
    margin: 0px;
    border: 0px;
    padding: 0px;
    display: none;
    overflow: hidden;
}

#bonusinner2x {
    position: absolute;
    width: 800px;
    height: 600px;
    z-index: 10000 !important;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -400px;
    overflow: hidden;
    background-image: url('../bonus/images/<?php echo $theme;?>bonus2x.png');
}

#bonus2xtitle {
    position: absolute;
    top: 28%;
    left: 15%;
    width: 150px;
    transform: translateY(-50%);
    z-index: 10000 !important;
    text-align: center;
    font-family: Arial Black;
    font-size: 60px;
    color: yellow;
    text-shadow: 2px 2px black;
}

#bonus2xpay {
    position: absolute;
    top: 52%;
    left: 12%;
    width: 150px;
    transform: translateY(-50%);
    z-index: 10000 !important;
    text-align: center;
    font-family: Arial Black;
    font-size: 32px;
    color: white;
    text-shadow: 2px 2px black;
}

#bonus2xget {
    position: absolute;
    top: 52%;
    left: 40%;
    width: 150px;
    transform: translateY(-50%);
    z-index: 10000 !important;
    text-align: center;
    font-family: Arial Black;
    font-size: 32px;
    color: white;
    text-shadow: 2px 2px black;
}

#bonus2xout {
    position: absolute;
    top: 52%;
    left: 68%;
    width: 150px;
    transform: translateY(-50%);
    z-index: 10000 !important;
    text-align: center;
    font-family: Arial Black;
    font-size: 32px;
    color: red;
    text-shadow: 2px 2px black;
}

#jackpot_winner {
    display: none;
    position: absolute;
    top: 0.2vh;
    left: 0.2vw;
    width: 20vw;
    height: 6vh;
    background-image: url(../jackpot_toolbar/images/redbg.gif);
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    z-index: 500;
    border: 2px solid black;
}

#jackpot_winner_title {
    color: yellow;
    font-weight: bold;
    font-size: 1.5vh;
    font-family: Tahoma;
    text-align: center;
}

#jackpot_winner_name {
    color: white;
    font-size: 1.5vh;
    font-family: Tahoma;
    text-align: center;
}

#jackpot_winner_amount {
    color: cyan;
    font-size: 1.5vh;
    font-family: Tahoma;
    text-align: center;
}

#jackpot-bar {
    background-image: url(../jackpot_toolbar/images/jackpot_bar.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 7vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 990px;

}

#jackpot1 {
    position: relative;
    top: -0.9vh;
    left: 113.6%;
    z-index: 500;
    transform: translate(-37.4%, -14%)

}

#jackpot2 {
    position: relative;
    top: 0.9vh;
    left: 81%;
    z-index: 500;
    transform: translate(-37.4%, -14%);
}

#jackpot3 {
    position: relative;
    top: 3.1vh;
    left: 48%;
    z-index: 500;
    transform: translate(-37.4%, -14%);
}

.digit-separator {
    background-image: url(../jackpot_toolbar/images/digit_separator.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}

.digit-space {
    background-image: url(../jackpot_toolbar/images/digit_space.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}

.digit {
    background-image: url(../jackpot_toolbar/images/digits.png);
    background-size: 100% 100%;
}

.jp1centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mlogo {
    width: calc(100% - 90px);
}

@media screen and (min-width: 10px) {
    .mlogo {
        width: auto;
    }
}

.exitButton {
    font-size: 13px;
}

.divUs {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 22px;
    background: url(/img/background_labelM.png) top left no-repeat;
    text-align: left;
}

.divus2 {
    position: relative;
    left: 6px;
    color: #fff;
    line-height: 22px;
    text-align: left;
    width: 120px;
}

.divus3 {
    position: absolute;
    right: 0;
    top: 1px;
    width: 175px;
    height: 20px;
    background: url(/img/username.png) top left no-repeat;
    text-align: left;
    line-height: 18px;
}

.divus4 {
    position: relative;
    padding-left: 4px;
    font-size: 85%;
}

.fontp {
    font-family: "Wallpoet", Times, serif;
}

.fontb {
    font-family: "Wallpoet", Times, serif;
    color: black;
}

.deg_btn_exit {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    font-size: 30px;
    line-height: 40px;
    vertical-align: middle;
    color: #000000;
    transition: .4s;
    border-color: black;
}

.deg_btn_exit:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-top: solid 21px transparent;
    border-bottom: solid 41px black;
    border-right: 50px solid transparent;

    z-index: 1;
    transition: .4s;
}

.deg_btn_exit:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 21px transparent;
    border-top: solid 21px black;

    z-index: 1;
    transition: .4s;

}

@media (max-width: 992px) {
    .contt {
        padding: 0;
        margin: 0;
        /*overflow-x: hidden;*/
    }
}

.blance {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background: url(/img/background_labelM.png) left top no-repeat;
    text-align: right;
}

.blance1 {
    position: relative;
    left: 6px;
    color: #fff;
    font-size: 120%;
    line-height: 30px;
    text-align: left;
    width: 120px;
}

.blance2 {
    position: absolute;
    right: 0;
    top: 1px;
    width: 226px;
    height: 28px;
    background: url(/img/amount.png) left top no-repeat;
}

.divjackpot {

    background-image: url(/img/jp_landingM.png);
    height: 14px;
    background-size: 100% auto;
}

.digits {
    width: 100%;
    height: 23px;
    background-repeat: no-repeat;
    background-size: 220px 23px;
    background-image: url(/img/background_digits.png)
}

.number {
    right: 0;
    width: 220px;
    height: 23px;
    float: right;
    margin-left: -233px;
}

.jp_gold {
    background-image: url(/img/jp_show_goldM.png);
    height: 22px;
}

.jp_silver {
    background-image: url(/img/jp_show_silverM.png);
    height: 22px;
}

.jp_bronze {
    background-image: url(/img/jp_show_bronzeM.png);
    height: 22px;
}

#jackpot1_mob {

    width: 457%;
    margin-top: 4px;
    margin-left: 21%;

}

#jackpot2_mob {

    width: 457%;
    margin-top: 4px;
    margin-left: 21%;

}

#jackpot3_mob {

    width: 457%;
    margin-top: 4px;
    margin-left: 21%;

}

.digits {
    overflow: hidden;
}

.mainwallet {
    left: 0;
    top: 5px;
    width: 226px;
    height: 30px;
    background: url(/img/amount.png) left top no-repeat;
    letter-spacing: 2px;
}

.mainBonus {
    position: absolute;
    right: 4px;
    top: 10px;
    width: 138px;
    height: 20px;
    background: url(/img/bonus.png) left top no-repeat;
    text-align: left;
}

.mainBonus2 {
    position: absolute;
    right: 4px;
    top: 30px;
    width: 138px;
    height: 20px;
    background: url(/img/bonus.png) left top no-repeat;
    text-align: left;
}

.bonus222P {
    top: -2px;
    position: relative;
    right: -5px;
}

.balance22P {
    position: relative;
    float: right;
    font-size: 35px;
    top: -12px;
    height: 0px;
}

.usernamtop {
    position: absolute;
    left: 16px;
    top: 56px;
    width: 175px;
    height: 18px;
    background: url(/img/username.png) top left no-repeat;
    text-align: left;
}

.usernamtop2 {
    position: absolute;
    left: 16px;
    top: 74px;
    width: 175px;
    height: 18px;
    background: url(/img/username.png) top left no-repeat;
    text-align: left;
}

.spusername {
    position: relative;
    top: -5px;
    right: -5px;
}

.exitpc {
    position: relative;
    left: 200px;
    cursor: pointer;
    top: 11px;
    overflow: hidden;
    width: 107px;
}

.deg_btn_exit_2 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    font-size: 22px;
    line-height: 33px;
    vertical-align: middle;
    color: #000000;
    transition: .4s;
    border-color: black;
    height: 35px;
    width: 81px;
}

.deg_btn_exit_2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 16px transparent;
    border-bottom: solid 14px black;
    z-index: 1;
    transition: .4s;
}

.deg_btn_exit_21:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-top: solid 16px transparent;
    border-bottom: solid 48px black;
    border-right: 50px solid transparent;

    z-index: 1;
    transition: .4s;
}

.deg_btn_exit_2:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 16px transparent;
    border-top: solid 14px black;

    z-index: 1;
    transition: .4s;

}

.resize {
    position: relative;
    left: 300px;
    overflow: hidden;
    cursor: pointer;
    top: -31px;
    width: 80px;
}

.resezeee {
    top: -2px;
    left: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #d18f18;
    width: 80px;
    background-image: url(/img/expand.png);
    overflow: hidden;

}

.resezeee:after {
    background-color: linear-gradient(to bottom, #d18f18 0%, black 0%, #d18f18 50%, black 50%, black 100%); /* W3C */
    overflow: hidden;

}

.resezeee:before {
    background-color: linear-gradient(to bottom, #d18f18 0%, black 0%, #d18f18 50%, black 50%, black 100%); /* W3C */

}

.jackpot_bar2 {
    overflow: hidden;
    background-image: url(/img/jp_barBackground.png);
    position: relative;
    margin-right: -31px;
    margin-left: -30px;
    background-position-y: 53px;
}

.childgameMenu {
    width: 100%;
    height: 200px;
    border: 1px solid #aaa;
    overflow: hidden;
}

.gameMenu {
    top: -75px;
    border: dotted 1px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;

}

.box {
    width: 100px;
    height: 180px;
    background-color: red;
    margin: 10px;
    display: inline-block
}

.zzinded {
    z-index: 200;
}

.list {
    background: grey;
    min-width: 990px;
    float: left;
}

#arrowR {
    background: #4d4d4d;
    height: 58px;
    float: right;
    cursor: pointer;
    margin-top: 10px;
}

#arrowL {
    background: #4d4d4d;
    height: 58px;
    float: left;
    cursor: pointer;
    margin-top: 10px;
}

.item {
    background: black;
    height: 58px;
    float: left;
    position: relative;
}

#list-container {
    float: left;
    width: 990px;
    padding-top: 10px;
    padding-left: -15px;
    margin-left: -15px;
}

.tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

@media (max-width: 992px) {
    #list-container {
        width: 100%;
        float: left;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        padding-left: 0px;
        margin-left: 0px;

    }
}

#containerlist {
    width: 100%;
}

.lobyimage2 {

    cursor: pointer;
}


.ArroLEft {
    margin-top: 12px;
    margin-left: -4px;
    background-color: #4d4d4d;
}

.ArroRight {
    margin-top: 12px;
    margin-left: -4px;
    background-color: #4d4d4d;
}

.img-thumbnail {

    margin: 5px 5px;
    height: 161px;
    padding:0px;
}

figure.item2 {
    /* To correctly align image, regardless of content height: */
    vertical-align: top;
    display: inline-block;
    /* To horizontally center images and caption */
    text-align: center;
    margin-right: 15px;
    border:0px;
}

.caption {
    /* Make the caption a block so it occupies its own line. */
    display: block;
    color: #aba9a9;
    font-size: 70%;

}
.caption:hover{
    color: white;
}

.lazy {
    height: 150px;
    width: 161px;
}

.menu_lobby {
    background: url(/img/background_providername.png) left top repeat-x;
    color: white;
}

.aasl {
    left: 0;
}

.lazy {
    cursor: pointer;
}

.gameFrame {
    display: inline;
    border: 0;
    background-color: black;
    color: white;
    /* display: none; */
    width: 100%;
    height: 100%;
    touch-action: none;
    position: absolute;
    top: 0;
    left: 0;
}

.afterlogin {
    background: #d18f18;
    opacity: 0.5;
}

.smothi {
    width: 300px;
    height: 200px;

    overflow-y: scroll; /* has to be scroll, not auto */
}

img.lazy {
    width: 161px;
    height: 150px;
    display: block;
    border:0px;
}

.gameFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: black;
}

.exitBtn {
    background-color: rgb(0, 0, 0);
    background-image: url(/img/btnExit.png);
    background-size: cover;
    cursor: pointer;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 44px;
    height: 44px;
    z-index: 1000;
    user-select: none;
}

#nav-tab::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#nav-tab::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#nav-tab::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 5px solid #555555;
}

.nav-tabs {
    border-bottom: none;
}

.imageJackpot {
    height: 36px;
}

.jpText {
    margin-top: -36px;
    color: red;
    margin-right: 5px;
    font-size: 24px;
}

.fontpjp {
    font-family: "Wallpoet", Times, serif;
}

.green {
    background: #97e537;
}

.buttonCredits {
    border-radius: 3px;
    color: #010101 !important;
    font-size: 14px;
    font-weight: bold;
}

.lineee {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    overflow: hidden;
}

.bonus_words {
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    text-align: justify;
    color: black;
    font-size: 15px;
    font-weight: bold;
}

.none {
    display: none;
}

.informationclass {
    border-bottom: 1px solid black;
    color: black;
}

.GamemenuBlack {
    background: linear-gradient(to bottom, #555555 0%, #3c3c3c 50%, #2f2f2f 51%, #121212 100%);
}

.gameMenuButton {
    color: white;
    padding-right: .5rem;
    padding-left: .5rem;
    display: block;
    padding: 1.0rem 1rem;
}

.gameMenuButton:hover {
    color: red;
    display: block;
    background-color: black;
}

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
}

.marquee span {
    display: inline-block;
    animation: marquee 25s linear infinite;
    font-size: 21px;
}

/*.marquee2 span {*/
    /*animation-delay: 5s;*/
/*}*/

@keyframes marquee {
    0% {
        transform: translate(200%, 0);
    }
    100% {
        transform: translate(-200%, 0);
    }
}

.mbonus{
    background: linear-gradient(to bottom,rgba(243,243,243,1) 0%,rgba(246,246,246,1) 47%,rgba(189,189,189,1) 100%)
}
.infoButton{
    width: 100%;
}
.mobile_view_games{
    background: #202020;
}
.mbutton_g{
    margin-right: 10px;
}

/*.snow {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*text-align: center;*/
    /*color: #ffffff;*/
    /*background-image: url('https://www.krasotaiskusstva.com/themes/merry-christmas/_images/snowh.png'), url('https://www.krasotaiskusstva.com/themes/merry-christmas/_images/snow3q.png'), url('https://www.krasotaiskusstva.com/themes/merry-christmas/_images/snow2l.png');*/
    /*-webkit-animation: snow 20s linear infinite;*/
    /*-moz-animation: snow 20s linear infinite;*/
    /*-ms-animation: snow 20s linear infinite;*/
    /*animation: snow 20s linear infinite;*/
/*}*/

/*----------------------------
	.-- Key Frames
-----------------------------*/
@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}