#ucRoot {
    position: absolute!important;
    height: 100%!important
}

.ucComponent {
    position: absolute!important
}

#suspense0 {
    position: absolute;
    z-index: 99;
    width: 190px;
    height: 511px;
    left: 50%;
    margin-left: -91px;
    top: 86px;
}

#suspense1 {
    position: absolute;
    z-index: 99;
    width: 190px;
    height: 511px;
    left: 50%;
    margin-left: 67px;
    top: 86px;
}

#suspense2 {
    position: absolute;
    z-index: 99;
    width: 190px;
    height: 511px;
    left: 50%;
    margin-left: 231px;
    top: 86px;
}

.canvasLinea {
    left: 50%;
    margin-left: -451px;
    width: 900px;
    height: 669px;
    top: 16px;
    z-index: 14
}

#maschera_linea {
    left: 50%;
    margin-left: -423px;
    width: 846px;
    top: 89px;
    height: 505px;
    z-index: 1;
}

.canvas_simboli {
    margin-left: 88px;
    margin-bottom: 108px;
    z-index: 15
}

.statici_rulli {
    margin-left: 88px;
    margin-bottom: 108px;
    z-index: 13
}



#spawnPoint {


}

body {

    user-select: none;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

#fog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 99999;
}

#fog:before {
    background-image: url(https://res.cloudinary.com/dkr52htco/image/upload/v1536173269/fog-1.png);
    animation: drift 60s linear 0s infinite;
}

#fog:before, #fog:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 300%;
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}

#fog:after {
    background-image: url(https://res.cloudinary.com/dkr52htco/image/upload/v1536173269/fog-2.png);
    animation: drift 25s linear 0s infinite;
}

#fog:before, #fog:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 300%;
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}

@keyframes drift {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-200vw, 0, 0);
    }
}

#body_tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 1024px;
    height: 780px;
    margin: 0;
    overflow: hidden;
    color: #fae4ce;
}

#contenitore_sfondo {
    position: absolute;
    left: 0;
    top: 0;
    width: 800px;
    height: 780px;
    overflow: hidden;
}

#sfondo {
    position: absolute;
    left: 0;
    top: 0;
    width: 800px;
}

.testoSuPulsanteIcona {
    width: calc(100% - 45px);
    left: 40px !important;
    text-align: center;
}

.immagineSuPulsante {
    width: 50px !important;
}

.btnQFGenericoSchiacciato > svg {
    height: 22px !important;
}

#cronologia_chiudi_btn {
    position: absolute;
    top: 0;
    width: 48px;
    height: 48px;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
    z-index: 145;
    background-repeat: repeat-x;
    background-size: auto 40px;
    line-height: 40px;
}

#scritta_credito {
    position: absolute;
    right: 30px;
    width: 160px;
    height: 40px;
    top: 0;

    text-align: right;
    color: white;
    font-size: 16px;
    line-height: 40px;
}

#Tistruzioni {
    display: none;
    position: absolute;
    left: 50%;
    top: 410px;
    pointer-events: none;
    font-size: 19px;
    color: black;
    width: 160px;
    margin-left: -125px;
    background-color: white;
    text-align: center;
    padding: 15px;
    z-index: 112;
}

#freccia {
    z-index: 2;
    left: 85px;
    bottom: -30px;
    position: absolute;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation: updownFreccia 1.5s infinite;
    animation: updownFreccia 1.5s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}

@-webkit-keyframes updownFreccia {
    0% {
        bottom: -40px;
        opacity: 0;
    }
    4% {
        bottom: -40px;
        opacity: 0;
    }
    25% {
        bottom: -40px;
        opacity: 1;
    }
    80% {
        bottom: -60px;
        opacity: 1;
    }
    100% {
        bottom: -60px;
        opacity: 0;
    }
}

/* Standard syntax */
@keyframes updownFreccia {
    0% {
        bottom: -40px;
        opacity: 0;
    }
    4% {
        bottom: -40px;
        opacity: 0;
    }
    25% {
        bottom: -40px;
        opacity: 1;
    }
    80% {
        bottom: -60px;
        opacity: 1;
    }
    100% {
        bottom: -60px;
        opacity: 0;
    }
}

#area_gioco {
    position: absolute;
    left: 0;
    top: 40px;
    height: 710px;
    width: 800px;
    background-color: transparent;
    overflow: hidden;
}

#btnCheat {
    position: absolute;
    right: 100px;
    cursor: pointer;
    bottom: 100px;
    z-index: 9999999;
}

#clipAlert {
    position: absolute;
    left: 50%;
    width: 300px;
    height: 230px;
    margin-left: -150px;
    margin-top: -115px;
    top: 50%;
    display: none;
    z-index: 9123;
    background-color: black;
}

#titolo {
    position: absolute;
    left: 1px;
    width: calc(100% - 2px);
    height: 60px;
    top: 1px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
    color: white;
}

#testo {
    position: absolute;
    left: 2%;
    width: 96%;
    height: 100px;
    top: 60px;
    font-size: 21px;
    line-height: 22px;
    text-align: center;
    color: white;
}

#pulsante {
    position: absolute;
    left: 85px;
    width: 130px;
    height: 50px;
    top: 160px;
    color: white;
    font-size: 18px;
    line-height: 50px;
    text-shadow: none;
}

#clipModGioco {
    display: none;
}

#clipCheatToolContenitore {
    position: absolute;
    left: 50%;
    MARGIN-LEFT: -300px;
    top: 20px;
    display: block;
    width: 600px;
    height: 600PX;
}

#div_iframe_cronologia {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 720px;
    border: 0;
    overflow-y: scroll;
}

#pulsante_chiusura_cronologia {
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    cursor: pointer;
    width: 48px;
    z-index: 9992;
}

.mascheraScura {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#clipFondi {
    position: absolute;
    left: 50%;
    margin-left: -190px;
    width: 380px;
    height: 330px;
    display: block;
    top: 50%;
    margin-top: -165px;
}

.titoloSuPoPup {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
}

#messaggio_di_informazione_saldo {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 25px;
    text-align: center;
    color: white;
}

#messsaggio_di_richiesta_importo {
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    color: white;
}

#valore_fondi_aggiunti {
    position: absolute;
    left: 15%;
    width: 70%;
    top: 170px;
    height: 40px;
    font-size: 20px;
    text-align: center;
}

#pulsante_uscita_fondi {
    position: absolute;
    width: 150px;
    height: 50px;
    bottom: 30px;
    left: 20px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background-color: #a0a0a0;
    text-shadow: none;
}

#pulsante_aggiungta_fondi {
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    text-shadow: none;
}


.angoliArrotondati14 {
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.angoliArrotondati10 {
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.angoliArrotondati10NoOmbra {
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    text-align: center;
}

#footer_div {
    position: absolute;
    left: 0;
    bottom: 0;
    top: unset !important;
    top: 0 !important;
    height: 30px !important;
    width: 100%;
}

#fondi_block {
    z-index: 999;
    position: absolute !important;
    width: 100%;
    height: 100%;
}

#loader_gif_fondi {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -40px;
    display: none;
}

#card_container > .cartaGenerica {
    height: 80px !important;
    margin-top: 25px;
}

#card_container > .cartaGenerica > img {
    height: 80px !important;
}

.soloMobile {
    display: none;
    pointer-events: none;
    opacity: 0;

}

#body_tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 1024px;
    height: 700px !important;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    overflow: hidden !important;
}

#layer_rulli {
    position: absolute;
    left: 0;
    top: 0;
    width: 1024px;
    height: 700px;
    margin: 0;
    font-family: Arial Black, Arial Bold, Gadget, sans-serif;
    overflow: hidden;
    display: none;
    z-index: 12;
}

#pulsante_aggiungi_fondi {
    position: absolute;
    left: 54px;
    top: 45px;
    cursor: pointer;
    margin-top: 535px;
    margin-left: 120px;
    width: 124px;
    z-index: 10;
}

#pulsante_esci {
    position: absolute;
    left: 54px;
    top: 70px;
    cursor: pointer;
    margin-top: 535px;
    margin-left: 120px;
    z-index: 10;
    width: 124px;
}

#pulsante_mio_conto {
    position: absolute;
    left: 54px;
    top: 95px;
    margin-top: 535px;
    margin-left: 120px;
    width: 124px;
    z-index: 10;
}

#pulsante_barra {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-top: 535px;
    margin-left: -430px;
    width: 860px;
    z-index: 6;
    background-color: rgba(150, 150, 150, 0.3);
    height: 140px;
}


#pulsante_barra_2 {
    position: absolute;
    left: 0;
    bottom: 140px;
    margin-left: 285px;
    width: 590px;
    z-index: 6;
    background-color: rgba(0, 0, 0, 0.3);
    height: 40px;
    display: none;

}

#regolamento {
    position: absolute;
    left: 44px;
    top: 89px;
    margin-top: 535px;
    margin-left: 120px;
    height: 19px;
    z-index: 10;
}

#cronologia {
    position: absolute;
    left: 180px;
    top: 89px;
    margin-top: 535px;
    margin-left: 120px;
    height: 19px;
    z-index: 10;
}

#schermataSlot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

#sfondo_vincita {
    position: absolute;
    right: 0;
    top: 0;
    height: 700px;
    width: 1024px;
    z-index: 0;
    opacity: 0;
}

.sfondo_lavagna {
    position: absolute;
    right: 0;
    top: 0;
    height: 700px;
    width: 1024px;
    z-index: 0;
}

#sfondo_JK {
    position: absolute;
    right: 0;
    top: 0;
    height: 700px;
    width: 1024px;
    z-index: 1;
    display: none;

}

#pierino_idle_rulli {
    position: absolute;
    left: -12px;
    bottom: 10px;
    background-image: url("../img/pierinoIdleSH.png");
    width: 226px;
    height: 440px;
    background-position: 0 0;
    transform: scale(0.65, 0.65);
    transform-origin: left bottom;
    z-index: 10;
    opacity: 1;
}

#pierino_yoyo_rulli {
    position: absolute;
    left: -18px;
    bottom: 5px;
    background-image: url("../img/pierinoYoyoSH.png");
    z-index: 10;
    width: 288px;
    height: 440px;
    background-position: 0 0;
    transform: scale(0.65, 0.65);
    transform-origin: left bottom;
}

#label_credito {
    position: absolute;
    right: 175px;
    top: 520px;
    line-height: 24px;
    z-index: 333;
    color: white;
    height: 24px;
    width: 110px;
    background-color: transparent;
    text-align: center;
    font-size: 16px;
}

#label_linee {
    position: absolute;
    right: 140px;
    top: 490px;
    line-height: 30px;
    z-index: 333;
    color: #fe8d02;
    height: 30px;
    width: 90px;
    text-align: left;
    display: none;
}

#label_puntata {
    position: absolute;
    right: 140px;
    top: 490px;
    line-height: 30px;
    z-index: 333;
    color: #fe8d02;
    height: 30px;
    width: 90px;
    text-align: left;
    display: none;
}

#label_puntata_top {
    position: absolute;
    right: 140px;
    top: 490px;
    line-height: 30px;
    z-index: 333;
    color: #fe8d02;
    height: 30px;
    width: 90px;
    text-align: left;
    display: none;
}


#infoVincita {
    position: absolute;
    left: 308px;
    top: 529px;
    line-height: 24px;
    z-index: 333;
    color: white;
    height: 24px;
    width: 280px;
    font-size: 16px;
    background-color: TRANSPARENT;
    text-align: center;
    display: none !important;
}

#label_vincita {
    position: absolute;
    right: 295px;
    top: 520px;
    line-height: 24px;
    z-index: 333;
    color: white;
    height: 24px;
    width: 110px;
    background-color: transparent;
    text-align: center;
    font-size: 16px;
}

#boxSTATOAS {
    position: absolute;
    right: 13px;
    cursor: pointer;
    bottom: 19px;
    z-index: 10;
    width: 111px;
}

.AS_rimanenti {
    position: absolute;
    right: -9px;
    width: 120px;
    height: 35px;
    bottom: 21px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-size: 14px;
    z-index: 100;
    font-family: Antenna;
    font-weight: bold;
}

#FS_rimanenti {
    position: absolute;
    left: 573px;
    width: 60px;
    height: 35px;
    top: 29px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    z-index: 100;
    font-family: Antenna;
    margin-left: 0px;
    font-weight: bold;
    font-size: 2em;

}

#FS_moltiplicatore {
    position: absolute;
    left: 592px;
    width: 60px;
    height: 35px;
    top: 29px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    z-index: 100;
    font-family: Antenna;
    margin-left: -178px;
    font-weight: bold;
    font-size: 2em;
}

#pulsante_autostart {
    position: absolute;
    right: -12px;
    cursor: pointer;
    bottom: 20px;
    width: 111px;
    z-index: 10;
}

#sceltaAutostart {
    left: 561px !important;
    bottom: 93px !important;
    width: 80px !important;
}

#as50 {
    left: 565px !important;
    z-index: 123103;
    line-height: 40px;
    text-align: center;
    font-family: Bradley;
    color: #4d3616;
    font-size: 30px;
    cursor: pointer;
    height: 32px !important;
    width: 71px !important;
    bottom: 208px !important;
}

#as20 {
    left: 565px !important;
    z-index: 123103;
    line-height: 40px;
    text-align: center;
    font-family: Bradley;
    color: #4d3616;
    font-size: 30px;
    cursor: pointer;
    height: 32px !important;
    width: 71px !important;
    bottom: 173px !important;
}

#as10 {
    left: 565px !important;
    z-index: 123103;
    line-height: 40px;
    text-align: center;
    font-family: Bradley;
    color: #4d3616;
    font-size: 30px;
    cursor: pointer;
    height: 32px !important;
    width: 71px !important;
    bottom: 136px !important;

}

#as5 {
    left: 565px !important;
    z-index: 123103;
    line-height: 40px;
    text-align: center;
    font-family: Bradley;
    color: #4d3616;
    font-size: 30px;
    cursor: pointer;
    height: 32px !important;
    width: 71px !important;
    bottom: 100px !important;


}


#pulsante_massima {
    position: absolute;
    left: 8px;
    cursor: pointer;
    bottom: 20px;
    width: 111px;
    z-index: 10;
}

#spinna {
    position: absolute;
    left: 50%;
    Z-index: 94;
    bottom: 30px;
    z-index: 2;
    cursor: pointer;
    margin-left: -40px;
    z-index: 10;
    width: 106px;
}

#stoppa {
    position: absolute;
    left: 50%;
    Z-index: 94;
    bottom: 30px;
    z-index: 2;
    cursor: pointer;
    margin-left: -40px;
    z-index: 10;
    width: 106px;
    display: none;
}

#ubet {
    position: absolute;
    bottom: 52px;
    left: 158px;
    width: 92px;
    height: 38px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 15px;
    z-index: 13;
    height: 31px;
    line-height: 33px;

}

#diminuisciUbet {
    position: absolute;
    bottom: 48px;
    left: 249px;
    width: 18px;
    height: 28px;
    z-index: 14;
    cursor: pointer;
}

#aumenta_Ubet {
    position: absolute;
    bottom: 48px;
    left: 139px;
    width: 18px;
    height: 28px;
    z-index: 14;
    cursor: pointer;
}

#totUbet {
    position: absolute;
    bottom: 52px;
    left: 279px;
    width: 110px;
    height: 38px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 15px;
    z-index: 13;
    height: 31px;
    line-height: 33px;
}


#Tcredito {
    position: absolute;
    bottom: 52px;
    left: 655px;
    width: 110px;
    height: 38px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 15px;
    z-index: 13;
    height: 31px;
    line-height: 33px;
}


#Tvincita {
    position: absolute;
    bottom: 52px;
    right: 139px;
    width: 110px;

    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 13;
    height: 31px;
    line-height: 33px;
}

#pinfo_nm {
    position: absolute;
    right: 79px !important;
    bottom: 51px;
    z-index: 10 !important;
}


#layer_free_spin {
    position: absolute;
    left: 0;
    width: 1024px;
    height: 700px;
    z-index: 11;
    display: block;
}


#layer_ingresso_cordaFS {


    position: absolute;
    left: 0;
    top: 700px;
    left: 50%;
    margin-left: -6px;
    width: 4px;
    height: 780px;
    background-color: blue;
    z-index: 999;
    transform-origin: top center;
    display: none;
}


#layer_bonus {
    position: absolute;
    left: 0;
    top: 0;
    width: 1024px;
    height: 700px;
    background-color: red;
    z-index: 11;
    display: block;
    top: 0;
    overflow: hidden;


}

#bonuscreenMSup {
    position: absolute;
    left: 0;
    top: 0;
    width: 1024px;
    height: 700px;
    display: none

}

#bonuscreenMInf {

    position: absolute;
    left: 0;
    top: 0;
    width: 1024px;
    height: 700px;
    display: none
}

#contenitore_sfondo_bonus {


    position: absolute;
    left: 0;
    top: 0;
    width: 1024px;
    height: 700px;
}


#layer_scelta_serratura {

    position: absolute;
    left: 0;
    top: 0;
    width: 1024px;
    height: 700px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    pointer-events: none;
    opacity: 0;
}

.conclusioneBONUS {

    display: none;
}

#contenuto_mossa {
    position: absolute;
    left: 20px;
    top: 3px;
    z-index: 5;
    height: 10px;
    width: 320px;
    color: white;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    padding: 5px;
    line-height: 10px;
    font-size: 12px;
    border-radius: 5px;


}


#contenuto_biglietto {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 5;
    background-color: #1c2b54;
    height: 10px;
    width: 220px;
    color: white;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    padding: 5px;
    line-height: 10px;
    font-size: 12px;
    border-radius: 5px;
}

#titolo_free_spin {
    color: white;
}

#resoconto_FS {
    position: absolute !important;
    color: white;
    left: 0 !important;
    margin-left: -0px;
    top: 0 !important;
    margin-top: -0px;
    font-family: Spectral;
    z-index: 103 !important;

    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.3) !important;

}

#box_FS_traslucido {

    width: 100% !important;
    left: 0 !important;
    top: -6px !important;
    height: 100% !important;
    background-color: rgba(1, 1, 1, 0) !important;
    margin-left: 0 !important;
    transform: scale(0.78);
}

#FS_completo {
    position: absolute;
    left: 0;
    top: 140px;
    width: 100%;
}

#testo_avvio_fs {
    top: 300px !important;
}

.divisoriRulli {
    display: none;
}

.griglia_rulli {
    position: absolute;
    left: 50%;
    top: 44px;
    margin-left: -430px;
    width: 860px;
    z-index: 3;
    height: 527px;
}

#sfondo_rulli {
    display: none;
    opacity: 0;
}




.riquadriRulli {

    -webkit-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0) !important;;
    box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0) !important;;
}


#banner_mossa {


    position: absolute;
    left: 200px;
    top: 1px;

}

#spazio_mossa {
    position: absolute;
    left: 210px;
    top: 5px;
    line-height: 10px;
    height: 10px;
    width: 75px;
    text-align: center;
}

#box_sinistra {

    position: absolute;
    left: 155px;
    width: 160px;
    z-index: 9;
    bottom: 40px;
}

#bonus_step {
    z-index: 99;
    width: 300px;
    position: absolute;
    left: 200px;
    bottom: 200px;
}


#spin_mancanti_JK {

    position: absolute;left: 169px;z-index: 11;bottom: 53px;height: 30px;line-height: 30px;width: 111px;text-align: center;
    /*font-family:Beckett;*/ font-size: 21px;color: white;
    font-family: 'antenna-regularregularJK' !important;

}

#spin_descrizione_JK {
    position: absolute;left: 301px;z-index: 11;bottom: 53px;height: 30px;line-height: 30px;width: 150px;text-align: center;
    /*font-family:Beckett;*/ font-size: 15px;color: white;
    font-weight: 600;
    font-family: 'antenna-regularregularJK' !important;
    opacity: 0;
}

#spin_ultimo_JK {

    position: absolute;left: 454px;z-index: 11;bottom: 53px;height: 30px;line-height: 30px;width: 111px;text-align: center;
    /*font-family:Beckett;*/ font-size: 21px;color: white;
    font-family: 'antenna-regularregularJK' !important;

}

#spin_totale_JK {

    position: absolute;left: 739px;z-index: 11;bottom: 53px;height: 30px;line-height: 30px;width: 111px;text-align: center;
    /*font-family:Beckett;*/ font-size: 21px;color: white;
    font-family: 'antenna-regularregularJK' !important;

}


.testoSottile {
    line-height: 12px !important;
}

#logo_bonus {
    left: 50%;
    margin-left: -57px;
    z-index: 17;
    top: 50px;
    position: absolute;
    width: 300px;
}

#contenitore_BN_progresso {
    width: 100%;
}


#porta1 {
    position: absolute;
    left: 684px;
    top: 466px;
    opacity: 1;
    width: 180px;
    background-color: transparent;
    cursor: pointer;
}

#porta2 {
    position: absolute;
    left: 667px;
    top: 573px;
    opacity: 1;
    width: 191px;
    background-color: transparent;
    cursor: pointer;
}

#porta3 {
    position: absolute;
    left: 562px;
    top: 463px;
    opacity: 1;
    width: 196px;
    background-color: transparent;
    cursor: pointer;

}

#porta4 {
    position: absolute;
    left: 412px;
    top: 572px;
    opacity: 1;
    width: 217px;
    background-color: transparent;
    cursor: pointer;

}

#porta5 {
    position: absolute;
    left: 234px;
    top: 513px;
    opacity: 1;
    width: 201px;
    background-color: transparent;
    cursor: pointer;

}

#porta6 {
    position: absolute;
    left: 364px;
    top: 484px;
    opacity: 1;
    width: 190px;
    background-color: transparent;
    cursor: pointer;
}


#conteggio_linee {
    position: absolute;
    bottom: 52px;
    left: 86px;
    width: 44px;
    height: 38px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 15px;
    z-index: 13;
    height: 31px;
    line-height: 33px;
}

#AS_scelta {
    position: absolute;
    z-index: 3;
    bottom: 0;
    display: none;
}

#logo_rulli {
    position: absolute;
    left: 50%;
    margin-left: -166px;
    width: 343px;
    top: -20px;
    z-index: 983;
    pointer-events: none;
}

.logo_fs {
    position: absolute;
    left: 50%;
    margin-left: -140px;
    width: 285px;
    top: 32px;
    z-index: 7;
}

.t_jk_mini {
    font-family: drumagstudionfregular !important;
    line-height: 25px !important;
    height: 25px !important;
    font-size: 12px !important;
    font-weight: bolder;
    color: #fff;
    position: absolute;
    margin-left: -452px !important;
    left: 50%;
    z-index: 4;
    width: 102px !important;
    text-align: center;
    top: 23px;
    text-align: right;

    text-align: right !important;

    background: #CE9846;
    background: linear-gradient(to top right, #CE9846 52%, #FFFFB2 60%, #F8B500 63%, #CE9846 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}

.t_jk_medium {
    font-family: drumagstudionfregular !important;
    line-height: 25px !important;
    height: 25px !important;
    font-size: 12px !important;
    font-weight: bolder;
    top: 23px;
    color: #fff;
    width: 100px !important;
    margin-left: -249px !important;
    text-align: right;
    margin-left: -273px !important;

    text-align: right !important;
    background: #CE9846;
    background: linear-gradient(to top right, #CE9846 52%, #FFFFB2 60%, #F8B500 63%, #CE9846 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.t_jk_maxi {
    font-family: drumagstudionfregular !important;
    line-height: 25px !important;
    height: 25px !important;
    font-size: 12px !important;
    font-weight: bolder;
    top: 23px;
    color: #fff;
    margin-left: 203px !important;

    text-align: right !important;
    background: #CE9846;
    background: linear-gradient(to top right, #CE9846 52%, #FFFFB2 60%, #F8B500 63%, #CE9846 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.t_jk_super {
    font-family: drumagstudionfregular !important;
    line-height: 25px !important;
    height: 25px !important;
    font-size: 12px !important;
    font-weight: bolder;
    top: 23px;
    color: #fff;
    margin-left: 386px !important;
    text-align: right !important;
    background: #CE9846;
    background: linear-gradient(to top right, #CE9846 52%, #FFFFB2 60%, #F8B500 63%, #CE9846 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 108px !important;

}



.jkFiller {
    background: rgb(156, 123, 59);
    background: -moz-linear-gradient(top, rgba(156, 123, 59, 1) 0%, rgba(201, 169, 89, 1) 17%, rgba(237, 208, 128, 1) 33%, rgba(241, 227, 145, 1) 51%, rgba(201, 169, 89, 1) 70%, rgba(237, 208, 128, 1) 85%, rgba(241, 227, 145, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(156, 123, 59, 1) 0%, rgba(201, 169, 89, 1) 17%, rgba(237, 208, 128, 1) 33%, rgba(241, 227, 145, 1) 51%, rgba(201, 169, 89, 1) 70%, rgba(237, 208, 128, 1) 85%, rgba(241, 227, 145, 1) 100%);
    background: linear-gradient(to bottom, rgba(156, 123, 59, 1) 0%, rgba(201, 169, 89, 1) 17%, rgba(237, 208, 128, 1) 33%, rgba(241, 227, 145, 1) 51%, rgba(201, 169, 89, 1) 70%, rgba(237, 208, 128, 1) 85%, rgba(241, 227, 145, 1) 100%);
}



#bkg_filler {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#10000b+0,a87a39+100 */
    background: #10000b; /* Old browsers */
    background: -moz-linear-gradient(top, #10000b 0%, #a87a39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #10000b 0%, #a87a39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #10000b 0%, #a87a39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10000b', endColorstr='#a87a39', GradientType=0); /* IE6-9 */


    height: 26px !important;

    top: 5px !important;
    display: none;

}
#header_dk_solo_filler
{
    top: 13px !important;
}

.sottoLavagna {
    font-family: Spectral !important;
}

#sfondo_pulsantiera {
    position: absolute;
    left: 50%;
    margin-left: -435px;
    width: 870px;
    bottom: 25px;
}

#webview_label {
    font-family: "Roboto Condensed";
    font-size: 55px;
    text-transform: capitalize;
}

.sottoLavagna {
    font-size: 30px !important;
}

#indicatore_linea_vincenter {
    background: unset;
    width: 400px !important;
    margin-left: -200px !important;
    font-size: 24px !important;
    line-height: 33px !important;
    height: 103px !important;
    top: 230px !important;
    background-size: 413px 103px !important;
    box-shadow: none !important;
    font-family: Antenna !important;
    transform: scale(0.8);
}

#box_AS {
    position: absolute;
    z-index: 15;
    width: 290px !important;
    height: 70px;
    bottom: 32px !important;
    left: 50%;
    margin-left: -145px !important;
}

#box_FS {
    position: absolute;
    display: none;
    width: 100% !important;
    height: 70px !important;
    z-index: 10;
    bottom: 51px !important;
}

#box_FS > img {
    position: absolute;
    margin-left: 401px !important;
    /* height: 69px !important; */
    width: 243px;
    top: 23px;
}

#sfondo_pulsantiera_jk {
    position: absolute;
    left: 50%;
    margin-left: -510px;
    width: 1020px;
    bottom: 11px;
    display: none;
    z-index: 2;
}

#header_dk {
    z-index: 6 !important;
    top: -10px !important;
    overflow: hidden;
    height: 51px;
}

#header_dk.jkClass {top: 10px !important;}

#jk_mini_ls_filler {margin-left: -447px !important;    height: 30px !important;width:120px !important;display:none;}
#jk_medium_ls_filler {margin-left: -257px !important;  height: 30px !important;display:none;}


#jk_maxi_ls_filler {margin-left: 183px !important;  height: 30px !important;display:none;}
#jk_super_ls_filler {margin-left: 366px !important;  height: 30px !important;display:none;}

#lava > img {
    position: absolute;
    left: 50%;
    margin-left: -528px;
    z-index: 12;
    top: 12px;
    width: 1052px;
    pointer-events: none;
}

#header_dk_new {
    background-color: #1E315E !important;
}

#rulli_superiori {
    z-index: 104 !important;
}

#general_canvas {
    z-index: 103 !important;
}

#cartolina {
    position: absolute !important;
}

#fs_fireball {
    position: absolute !important;
}

#informazioneInizioBN {
    top: 50% !important;
    margin-top: -310px !important;
}

#ruota_win_dante_sv {
    width: 400px;
    margin-left: -179px !important;
    margin-top: -253px !important;
}

#ruota_win_dante_sv {
    -webkit-animation: rotateAnimation 1.0s infinite;
    -moz-animation: rotateAnimation 1.0s forwards;
    -ms-animation: rotateAnimation 1.0s infinite;
    -o-animation: rotateAnimation 1.0s infinite;
    animation: rotateAnimation 1.0s infinite;
}

@keyframes rotateAnimation {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#contenitore_conteggi_fs {
    bottom: 45px !important;
    width: 110px !important;
}

#giri_fs {

    width: 50px !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
}

#moltiplicatore_fs {

    width: 50px !important;
    position: absolute;
    left: 60px;
    top: 0;
    height: 50px;
}


#gola_tavolo {
    position: absolute;
    left: 0;
    top: 350px;
    width: 1024px;

}

#cloche1 {
    position: absolute;
    left: 50%;
    margin-left: -400px;
    TOP: 330PX;
    z-index: 99999;
    width: 140px;
    height: 100px;
}

#cloche2 {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    TOP: 330PX;
    z-index: 99999;
    width: 140px;
    height: 100px;
}

#cloche3 {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    TOP: 330PX;
    z-index: 99999;
    width: 140px;
    height: 100px;
}

#cloche4 {
    position: absolute;
    left: 50%;
    margin-left: 50px;
    TOP: 330PX;
    z-index: 99999;
    width: 140px;
    height: 100px;
}

#cloche5 {
    position: absolute;
    left: 50%;
    margin-left: 200px;
    TOP: 330PX;
    z-index: 99999;
    width: 140px;
    height: 100px;
}

#cloche6 {
    position: absolute;
    left: 50%;
    margin-left: 350px;
    TOP: 330PX;
    z-index: 99999;
    width: 140px;
    height: 100px;
}

#sfondo_gola_esito {

}

#cloche_piatto {
    top: 540px;
}

#gola_piatto_esito {
    top: 360px;
}

#cloche_superiore {
    top: 300px;
}

.esitiGola {
    display: none;
    left: 10% !important;
    top: -30px !important;
    width: 80% !important;
}

.overPorta {
    cursor: pointer;
}

.scelta_bonus_0 {
    cursor: pointer;
    left: 50%;
    margin-left: -385px;
    width: 370px;
    top: 50%;
    margin-top: -110px;
}

.scelta_bonus_1 {
    cursor: pointer;
    left: 50%;
    margin-left: 15px;
    width: 370px;
    top: 50%;
    margin-top: -110px;
}

#dante_affamato {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    width: 200px;
    top: 200px;
}

#titolo_vincita_sulle_linee {
    margin-top: 148px !important;
    left: 200px !important;
}

#titolo_vincita_base_fs {
    margin-top: 138px !important;
    left: 200px !important;
}

#titolo_vincita_fs {
    margin-top: 128px !important;
    left: 200px !important;
}

#titolo_vincita_tot {
    margin-top: 118px !important;
    left: 200px !important;
}


#FSW_linee {
    margin-top: 233px !important;
    right: 240px !important;
    font-family: Antenna;
    color: white;
    font-size: 20px !important;
}

#FSW_base {
    margin-top: 231px !important;
    right: 240px !important;
    font-family: Antenna;
    color: white;
    font-size: 20px !important;
}

#FSW_FS {
    margin-top: 227px !important;
    right: 240px !important;
    font-family: Antenna;
    color: white;
    font-size: 20px !important;
}

#FSW_tot {
    margin-top: 79px !important;
    margin-left: -240px !important;
    font-family: Antenna;
    color: #FFBC50 !important;
    font-size: 20px !important;
    left: 50%;
    width: 480px;
}


.formaggio {

    top: 330px !important;
    margin-left: -170px !important;
    width: 340px !important;
}

.pollo {

    top: 230px !important;
    margin-left: -220px !important;
    width: 440px !important;
}

.carbo {

    top: 300px !important;
    margin-left: -190px !important;
    width: 380px !important;
}

.salame {

    top: 260px !important;
    margin-left: -200px !important;
    width: 400px !important;
}

.torta {

    top: 230px !important;
    margin-left: -220px !important;
    width: 440px !important;
}

.sveglia {

    top: 300px !important;
    margin-left: -180px !important;
    width: 360px !important;
}

#footer_div {
    font-size: 11px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}


#ruotaJK2 {


    top: 258px !important;
    width: 28px !important;
    height: 11px !important;
    line-height: 14px !important;
}

#ruotaJKReale {
    overflow: visible !important;
}

#minionIngressoJK {
    position: absolute !important;

}

#segnalatore_line {
    box-shadow: none !important;
}

#pinfo_jk {

    right: 27px !important;

    pointer-events: auto;

}

#overlay_rulli {
    position: absolute;
    left: 0px;
    top: 16px !important;
    width: 840px !important;
    height: 500px !important;
    border: 1px solid green;
    overflow: visible !important;
}

#sotto_contenitore_rulli {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 840px !important;
    height: 500px !important;
    border: 1px solid red;
    overflow: hidden;
}



#canvas_linee {

    position: absolute;
    width: 920px !important;
    height: 520px !important;
    left: -55px;
    top: -10px !important;
    margin: 0px;
    z-index: 9;
}

#as10_I {
    height: 35px;
    margin: 0px;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -16px;

    opacity: 0;
}

#as5_I {
    height: 35px;
    margin: 0px;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -16px;

    opacity: 0;
}

#as50_I {
    height: 35px;
    margin: 0px;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -16px;
    opacity: 0;

}

#as20_I {
    height: 35px;
    margin: 0px;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -16px;

    opacity: 0;
}

#centratura_fs {
    height: 700px
}

.lv_o_i {
    transform-origin: 60% 20%;
}

.layout_mobile_pt {
    display: none;
}

.layout_mobile_ls {
    display: none;
}

#contenitore_frame_riepilogoBN {
    transform: scale(1.5);
}

#lucineBkg {
    position: absolute;
    z-index: 3;
    left: 0px;
    width: 171px;
    top: 155px;
}

#lucineBkg1 {
    position: absolute;
    z-index: 3;
    left: -20px;
    width: 215px;
    top: 60px;
}

.soloPortait {
    display: none;
}


#sfondo_lavagna_jk1 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1024px;
    margin-left: -512px;
    z-index: 1!important;
    pointer-events: none;
    height: 686px;
}
#sfondo_lavagna_jk
{
    position: absolute;
    left: 50%;
    top: 53px;
    width: 840px;
    margin-left: -420px;
    z-index: 9!important;
    height: 647px;
    pointer-events: none;
}
#logo_rulli_JP {
    position: absolute;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    top: -36px;
    z-index: 110;
}

#pulsantiera_generica.jkClass
{
    display:none !important;
}
#sfondo_pulsantiera.jkClass
{
    display:none !important;
}
#header_dk_solo_filler.jkClass
{
    top: -35px !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#463d50+40,2f2b36+100 */


}


.t_jk_mini.jkClass
{
    margin-left: -447px  !important;
    width: 101px  !important;
    font-family: 'antenna-regularregularJK' !important;
    color: #ffffff;
    font-size: 15px !important;
    top: -1px !important;
    line-height: 37px !important;
    text-align: center !important;
    background:unset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}

.t_jk_medium.jkClass
{
    margin-left: -256px  !important;
    width: 101px  !important;
    font-family: 'antenna-regularregularJK' !important;
    color: #ffffff;
    font-size: 15px !important;
    top: -1px !important;
    line-height: 37px !important;
    text-align: center !important;
    background:unset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}

.t_jk_maxi.jkClass
{
    margin-left: 186px  !important;
    width: 101px  !important;
    font-family: 'antenna-regularregularJK' !important;
    color: #ffffff;
    font-size: 15px !important;
    top: -1px !important;
    line-height: 37px !important;
    text-align: center !important;
    background:unset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}

.t_jk_super.jkClass
{
    margin-left: 368px  !important;
    width: 101px !important;
    font-family: 'antenna-regularregularJK' !important;
    color: #ffffff;
    font-size: 15px !important;
    top: -1px !important;
    line-height: 37px !important;
    text-align: center !important;
    background:unset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}


#centratura_rulli.jkClass
{
    position: absolute!important;
    left: 50%!important;
    top: 91px!important;
    width: 838px!important;
    height: 491px!important;
    z-index: 4!important;
    margin-left: -421px!important;
    pointer-events: none!important;
    overflow: visible !important;

}

#sotto_contenitore_rulli.jkClass
{
    position: absolute!important;
    height: 491px !important;
    width: 838px !important;
    left: 0px !important;
    top: 0px !important;

}

#bkg_filler.jkClass
{
    display: block;

}

#mascheraBigWin
{
    top: 50% !important;
    margin-top: -350px !important;
    height: 700px !important;
}
#maschera_giochi
{
    top: 50% !important;
    margin-top: -350px !important;
    height: 700px !important;
}

#box_animazioneAuto
{
    top: 68px !important;
    transform: scale(0.8);
}
#sfondo_BW
{
    top: -3px !important;

}

#contatoriSup
{
    left: 50%;
    width: 100px;
    margin-left: -50px;
}
#conteggioFSTXT
{
    top: 563px !important;
    margin-left: -170px !important;
}

#conteggioMPTXT
{
    top: 563px !important;
}

#carteHolder
{
    margin-left: -450px!important;
    width: 900px!important;
    top: 123px!important;
}
#centraturaFS
{
    overflow: hidden;
    height: 591px !important;
    top: -30px !important;

}
#mascheraBox_boxlaterali
{
    overflow: hidden;
}
#Free_spin_counter
{
    top: 558px!important;
    height: 78px !important;
}

#centratura_rulli_m.jkClass>#maschera_linea
{
    margin-left: -417px !important;
    width: 834px !important;
}