#valore_barile1 {
	transform: scale(1.5);
	font-size: 60px !important;

}

#valore_barile2 {
	transform: scale(1.5);
	font-size: 60px !important;

	margin-left: -126px !important;
}


#valore_barile3 {
	transform: scale(1.5);
	/*   margin-left: 35px !important;*/
	font-size: 60px !important;
	margin-left: 95px !important;
}


#valore_scrigno1 {
	transform: scale(1.5);
	font-size: 60px !important;
	color: white !important;
	text-shadow: 6px 6px 6px rgba(0, 0, 0, 1) !important;
	margin-left: -320px !important;
}


#valore_scrigno2 {
	transform: scale(1.5);
	color: white !important;
	font-size: 60px !important;
	text-shadow: 6px 6px 6px rgba(0, 0, 0, 1) !important;

}


#valore_scrigno3 {
	transform: scale(1.5);
	text-shadow: 6px 6px 6px rgba(0, 0, 0, 1) !important;

	color: white !important;
	font-size: 60px !important;
}

#scrigno1 {

	margin-left: -324px !important;
	top: 179px !important;
	transform: scale(1.1);

}

#scrigno1Back {

	margin-left: -330px !important;
	top: 171px !important;
	transform: scale(1.1);
}


#scrigno2 {

	transform: scale(1.1);

}

#scrigno2Back {

	transform: scale(1.1);
}

#scrigno3 {

	transform: scale(1.1);

}

#scrigno3Back {

	transform: scale(1.1);
}


#body_tag {

	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	height: 780px;
	margin: 0;
	overflow: hidden;

	color: #fae4ce;
	/*    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);*/


}

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


.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;
	/*background-image: url("../img/header.png");*/
	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 {
	/*
	position:absolute;left:65px;bottom:-30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color:#f2b800 transparent transparent transparent;
	*/
	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: -200px;
	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;
	text-align: center;
	color: white;
	line-height: 20px;
}

#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;
	/*color: black;*/
	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: 100px
}

.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: 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: Katibeh, 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%;
	/*    height: 100%;*/
	z-index: 10;
	/*  overflow: hidden;*/
}

#sfondo {
	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	z-index: 0;
}

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

}

#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: -5px;
	cursor: pointer;
	bottom: 13px;
	z-index: 10;
	width: 140px;
}

#box_AS {
	margin-left: -118px !important;
}

.AS_rimanenti {
	position: absolute;
	right: 14px;
	width: 80px;
	height: 35px;

	bottom: 11px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	z-index: 100;

}


#FS_rimanenti {

	position: absolute;
	left: 400px;
	width: 60px;
	height: 35px;
	top: 18px;
	text-align: center;
	line-height: 25px;
	color: #75e1ff;
	font-size: 16px;
	z-index: 100;

}

#FS_moltiplicatore {
	position: absolute;
	left: 561px;
	width: 60px;
	height: 35px;
	top: 18px;
	text-align: center;
	line-height: 25px;
	color: #75e1ff;
	font-size: 16px;
	z-index: 100;
}

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

#pulsante_massima {
	position: absolute;
	left: -9px;
	cursor: pointer;
	bottom: 15px;
	z-index: 10;
	width: 128px;
}

#spinna {
	position: absolute;
	left: 50%;
	bottom: 24px;
	cursor: pointer;
	margin-left: -45px;
	z-index: 10;
	width: 90px;
}

#stoppa {
	position: absolute;
	left: 50%;
	bottom: 24px;
	cursor: pointer;
	margin-left: -45px;
	z-index: 10;
	width: 90px;
	display: none;
}

#ubet {
	position: absolute;
	bottom: 48px;
	left: 155px;
	width: 107px;
	height: 38px;
	text-align: center;
	color: #fff;
	line-height: 41px;
	font-size: 16px;

	z-index: 13;
	/* border:1px solid blue;*/;

}

#aumenta_Ubet {
	position: absolute;
	bottom: 48px;
	left: 239px;
	width: 31px;
	height: 35px;
	z-index: 14;
	cursor: pointer;

	opacity: 0;
}

#diminuisciUbet {
	position: absolute;
	bottom: 48px;
	left: 148px;
	width: 30px;
	height: 35px;
	z-index: 14;
	cursor: pointer;

	opacity: 0;
}

#totUbet {
	position: absolute;
	bottom: 48px;
	left: 274px;
	width: 105px;
	height: 38px;
	text-align: center;
	color: #fff;
	line-height: 41px;
	font-size: 16px;
	z-index: 13;
	/* border:1px solid blue;*/;

}

#Tcredito {
	position: absolute;
	bottom: 48px;
	right: 277px;
	width: 104px;
	height: 38px;
	text-align: center;
	color: #fff;
	line-height: 41px;
	font-size: 16px;
	z-index: 13;
	/* border:1px solid blue;*/;

}

#Tvincita {
	position: absolute;
	bottom: 48px;
	right: 157px;
	width: 106px;
	height: 38px;
	text-align: center;
	color: #fff;
	line-height: 41px;
	font-size: 16px;
	z-index: 13;
	/*  border: 1px solid blue;*/

}

#layer_free_spin {

	position: absolute;
	left: 0;
	width: 1024px;
	height: 700px;
	background-color: white;
	z-index: 10;
	display: block;
	pointer-events: none;
	opacity: 0;
}

#sfondo_FS {

	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	height: 700px;
	z-index: 1
}

#layer_ingresso_cordaFS {

	position: absolute;
	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;
	width: 1024px;
	height: 700px;
	background-color: red;
	z-index: 10;
	display: block;
	pointer-events: none;

	top: 0;
	opacity: 0;

}

#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: 50%;
	margin-left: -413px;
	top: 50%;
	margin-top: -213px;;

}

.divisoriRulli {
	display: none;
}

#griglia_rulli {
	position: absolute;
	left: 50%;
	top: 78px;
	margin-left: -262px;
	width: 527px;
	/* height: 535px; */
	z-index: 0;

}

#header_dk {

	z-index: 10 !important;
}

#header_dk_new {
	background-color: rgba(0, 0, 0, 0.3);
}


#sfondo_rulli {
	position: absolute;
	left: 50%;
	top: -31px;
	margin-left: -391px;
	width: 790px;
	height: 535px;
	z-index: 3;
	transform-origin: center top;
	-webkit-transform: scale(1.35);
	-moz-transform: scale(1.35);
	-ms-transform: scale(1.35);
	-o-transform: scale(1.35);
	transform: scale(1.35);
}

.centratura_rulli {

	position: absolute;
	left: 50%;
	top: 68px;
	width: 700px;
	height: 449px;
	z-index: 4;
	margin-left: -349px;
	pointer-events: none;
	transform-origin: center top;
	-webkit-transform: scale(1.14);
	-moz-transform: scale(1.14);
	-ms-transform: scale(1.14);
	-o-transform: scale(1.14);
	transform: scale(1.14);
	overflow: visible !important;


}

#overlay_rulli {
	top: -34px !important;
	height: 451px !important;
}

#sotto_contenitore_rulli {
	top: 36px !important;
	height: 425px !important;
	z-index: 1;
}

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

.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: 116px;
	z-index: 11;
	bottom: 45px;
	height: 30px;
	line-height: 20px;
	width: 140px;
	text-align: center;
	font-size: 22px;
	color: white;

}

#indicatore_linea_vincenter {

	/*font-size:20px !important;*/
}

#spin_descrizione_JK {

	position: absolute;
	left: 293px;
	z-index: 11;
	bottom: 51px;
	height: 30px;
	line-height: 30px;
	width: 175px;
	text-align: center;
	font-size: 22px;
	color: white;

	/*border: 1px solid red;*/
	font-weight: 700;

}

#spin_ultimo_JK {

	position: absolute;
	left: 507px;
	z-index: 11;
	bottom: 45px;
	height: 30px;
	line-height: 20px;
	width: 140px;
	text-align: center;
	font-size: 22px;
	color: white;

}

#spin_totale_JK {

	position: absolute;
	left: 702px;
	z-index: 11;
	bottom: 45px;
	height: 30px;
	line-height: 20px;
	width: 140px;
	text-align: center;
	font-size: 22px;
	color: white;

}

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

#logo_bonus {
	left: 50%;
	margin-left: -194px;
	top: 0;
	z-index: 120;
	width: 430px
}

#contenitore_BN_progresso {
	width: 100%;
}

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

#porta2 {
	position: absolute;
	left: 834px;
	top: 220px;
	opacity: 1;
	width: 100px;
	height: 100px;
	background-color: transparent;
	cursor: pointer;
}

#porta3 {
	position: absolute;
	left: 534px;
	top: 220px;
	opacity: 1;
	width: 100px;
	height: 100px;
	background-color: transparent;
	cursor: pointer;
}

#porta4 {
	position: absolute;
	left: 834px;
	top: 340px;
	opacity: 1;
	width: 100px;
	height: 100px;
	background-color: transparent;
	cursor: pointer;
}

#porta5 {
	position: absolute;
	left: 534px;
	top: 340px;
	opacity: 1;
	width: 100px;
	height: 100px;
	background-color: transparent;
	cursor: pointer;

}

#porta6 {
	position: absolute;
	left: 684px;
	top: 420px;
	opacity: 1;
	width: 100px;
	height: 100px;
	background-color: transparent;
	cursor: pointer;

}

#conteggio_linee {
	position: absolute;
	bottom: 48px;
	left: 95px;
	width: 50px;
	height: 38px;
	text-align: center;
	color: #fff;
	line-height: 41px;
	font-size: 16px;
	z-index: 13;

}

#AS_scelta {

	position: absolute;
	z-index: 3;
	bottom: 28px;
	left: 191px;
	display: none;
	transform: scale(0.7);
}

#logo_rulli {
	position: absolute;
	left: 50%;
	margin-left: -110px;
	width: 220px;
	top: 25px;
}

#pulsantiera_generica {
	font-family: 'Source Sans Pro', sans-serif;

	font-weight: 100 !important;
	color: #210639 !important;
	top: 390px !important;
}

#pulsantiera_sfondo_bis {
	top: 196px !important;

}

#pulsantiera_generica > div {
	color: #fff !important;
	font-weight: bold;

}

#luci_jk {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -995px !important;
	top: 50%;
	margin-top: -545px !important;
	width: 1865px;
	z-index: 999999;
	height: 1124px;

	transform: scale(0.46, 0.49) !important

}

#sceltaAutostart {
	position: absolute;
	left: 519px !important;
	z-index: 9;
	bottom: 70px !important;
	width: 108px !important;
}


.t_jk_mini {
	font-family: 'Source Sans Pro', sans-serif !important;
	line-height: 37px !important;
	height: 35px !important;
	font-size: 17px !important;
	font-weight: bolder;
	color: white;
}

.t_jk_medium {
	font-family: 'Source Sans Pro', sans-serif !important;
	line-height: 37px !important;
	height: 35px !important;
	font-size: 17px !important;
	font-weight: bolder;
	color: white;
}

.t_jk_maxi {
	font-family: 'Source Sans Pro', sans-serif !important;
	line-height: 37px !important;
	height: 35px !important;
	font-size: 17px !important;
	font-weight: bolder;
	color: white;
}

.t_jk_super {
	font-family: 'Source Sans Pro', sans-serif !important;
	line-height: 37px !important;
	height: 35px !important;
	font-size: 17px !important;
	font-weight: bolder;
	color: white;
}


.t_jk_mini {
	text-shadow: 0 0 12px rgba(0, 0, 0, 10);
}

.t_jk_medium {
	text-shadow: 0 0 12px rgba(0, 0, 0, 10);
}

.t_jk_maxi {
	text-shadow: 0 0 12px rgba(0, 0, 0, 10);
}

.t_jk_super {
	text-shadow: 0 0 12px rgba(0, 0, 0, 10);
}

.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/#2e241c+15,666a61+100 */
	background: #2e241c; /* Old browsers */
	background: -moz-linear-gradient(top, #2e241c 15%, #666a61 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2e241c 15%, #666a61 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2e241c 15%, #666a61 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e241c', endColorstr='#666a61', GradientType=0); /* IE6-9 */


	height: 26px !important;

	top: 5px !important;


}

#fs_slottina {
	top: 450px !important;
	transform: scale(0.9);
	margin-left: -105px !important;
}

#slottina {
	top: 505px !important;
	transform: scale(0.9);
	margin-left: -77px !important;
}

#BIGWIN {

	width: 1024px;
	height: 700px;
}

#box_jk_mancanti {
	position: absolute;
	left: 89px !important;
	bottom: 41px !important;
	z-index: 10;
	height: 63px !important;
}

#box_jk_descr {
	position: absolute;
	left: 285px !important;
	bottom: 41px !important;
	z-index: 10;
	height: 63px !important;
}

#box_box_ultimo {
	position: absolute;
	left: 480px !important;
	bottom: 41px !important;
	z-index: 10;
	height: 63px !important;
}

#box_box_totale {
	position: absolute;
	left: 675px !important;
	bottom: 41px !important;
	z-index: 10;
	height: 63px !important;
}

#pinfo_jk {

	position: absolute;
	right: 88px !important;
	bottom: 42px !important;;
	z-index: 10;
	width: 63px !important;
	height: 63px !important;
}

#pinfo_nm {

	cursor: pointer;
	position: absolute;
	right: 95px !important;
	bottom: 42px !important;;
	z-index: 10;
	width: 63px !important;
	height: 63px !important;
}

#FSW_tot {
	font-weight: bolder;

}


#box_jk_mancanti {
	position: absolute;
	left: 89px !important;
	bottom: 41px !important;
	z-index: 10;
	height: 63px !important;
}

#box_jk_descr {
	position: absolute;
	left: 285px !important;
	bottom: 41px !important;
	z-index: 10;
	height: 63px !important;
}

#box_box_ultimo {
	position: absolute;
	left: 480px !important;
	bottom: 41px !important;
	z-index: 10;
	height: 63px !important;
}

#box_box_totale {
	position: absolute;
	left: 675px !important;
	bottom: 41px !important;
	z-index: 10;
	height: 63px !important;
}

#pinfo_jk {

	position: absolute;
	right: 88px !important;
	bottom: 42px !important;;
	z-index: 10;
	width: 63px !important;
	height: 63px !important;
}

#pinfo_nm {

	position: absolute;
	right: 88px !important;
	bottom: 42px !important;;
	z-index: 10;
	width: 63px !important;
	height: 63px !important;
}

#new_box_linee {

	position: absolute;
	left: 94px !important;
	bottom: 42px !important;;
	z-index: 10;
	width: 63px !important;
	height: 63px !important;
}

#new_box_vincita {
	right: 140px !important;
	bottom: 42px !important;
	height: 63px !important;
}

#new_box_credito {
	right: 259px !important;
	bottom: 42px !important;
	height: 63px !important;
}

#new_box_tot {
	left: 265px !important;
	bottom: 42px !important;
	height: 63px !important;
}

#new_box_tot {
	left: 265px !important;
	bottom: 42px !important;
	height: 63px !important;
}

#new_box_puntata {
	left: 154px !important;
	bottom: 42px !important;
	height: 63px !important;
}

#indicatore_linea_vincenter {
	top: 160px !important;
	transform: scale(1.5);
	width: 840px !important;
	margin-left: -420px !important;

}

#as5 {
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif !important;

	font-weight: 600;

	color: #210639;
	line-height: 40px;
	text-align: center;
	bottom: 92px !important;
}

#as10 {
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif !important;

	font-weight: 600;

	color: #210639;
	line-height: 40px;
	text-align: center;
	bottom: 132px !important;
}

#as20 {
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif !important;

	font-weight: 600;

	color: #210639;
	line-height: 40px;
	text-align: center;
	bottom: 172px !important;
}

#as50 {
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif !important;

	font-weight: 600;

	color: #210639;
	line-height: 40px;
	text-align: center;
	bottom: 214px !important;
}


#as50:hover {
	color: #f00;
}

#as20:hover {
	color: #f00;
}

#as10:hover {
	color: #f00;
}

#as5:hover {
	color: #f00;
}

#img_box_fs {
	margin-left: 395px !important;
	top: -3px !important;
	height: 52px !important;
}

#avviso_fs_inizio {


}

#img_bkg_report_avviso {
	position: absolute;
	left: 50%;
	margin-left: -490px !important;;
	width: 980px !important;
	top: 100px;

}

#img_bkg_report_avvio {
	position: absolute;
	left: 50%;
	margin-left: -550px !important;
	width: 1100px !important;
	top: 77px;
}

#testo_avvio_fs {
	font-weight: 300;
	top: 326px !important;
	font-size: 25px !important;
	color: #75e1ff !important;
	font-family: 'Source Sans Pro', sans-serif !important;

}

#resoconto_FS {
	background-color: rgba(1, 1, 1, 0.5) !important;
	position: absolute !important;
	color: white;
	left: 0;
	margin-left: 0;
	top: 0;
	margin-top: 0;
	font-family: SpectralBold, sans-serif;
	width: 100% !important;
	height: 100% !important;
}

#box_FS_traslucido {

	background-color: rgba(1, 1, 1, 0) !important;
}

#display_FS {
	display: none !important;
}

#FS_completo {
	color: #fff;

	font-family: 'Source Sans Pro', sans-serif !important;
}

#banner_ruota_jk {

	width: 382px !important;
}

#ruotaJKStart {
	left: 170px !important;
	top: 260px !important;
	width: 104px !important;
}


#ruotaJK2 {
	position: absolute;
	left: 114px;
	top: 112px;
	z-index: 3;
	width: 210px;
	/* border: 1px solid red; */
	text-align: center;
	font-family: Katibeh, sans-serif !important;
	font-size: 54px !important;
}

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

#ruotaJKReale {
	left: 521px !important;
	top: 178px !important;
}

#barile1 {
	width: 160px !important;
	top: 275px !important;
}

#barile2 {
	margin-left: -80px !important;
	width: 160px !important;

}

#barile3 {
	margin-left: 140px !important;
	width: 160px !important;

}

#barile1Back {
	width: 180px !important;
	top: 261px !important;
}

#barile2Back {
	margin-left: -89px !important;
	width: 180px !important;

}

#barile3Back {
	margin-left: 131px !important;
	width: 180px !important;

}

.box_footer {
	position: absolute;
	left: 0;
	top: 670px;
	width: 100%;
}

#header_dk {
	display: none !important;
	opacity: 0 !important;
}

#canvas_linee {
	width: 700px !important;
	left: 0px !important;
	top: 35px !important;
	height: 420px !important;
}

.rulliPerFS {
	transform: matrix(1.04, 0, 0, 1.04, 0, 45) !important;
}


/***** BONUS ***/


#wrapper_container {
	opacity: 1;
	overflow: hidden;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	background-color: #000;
	z-index: 999;
	position: absolute;
	display: none;
}

#container {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.logo {
	position: absolute;
	top: 1%;
	left: calc((100% - 270px) / 2);
	width: 270px;
	z-index: 2;
}

.logo img {
	width: 100%;
}

#bonus_sospetti {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#bonus_sospetti .sfondo {
	position: absolute;
	top: 0;
	width: 100%;
}

#box_vincita {
	position: absolute;
	top: 20px;
	left: 840px;
	width: 130px;
}

#box_vincita img {
	width: 100%
}

#box_vincita span {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 24px;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}

#wrap_sospettati {
	position: absolute;
	top: 62px;
	left: 0;
	width: 100%;
	height: 449px;
}

#bonus_sospetti .logo {
	left: calc((100% - 400px) / 2);
	width: 400px;
}

.sosp {
	float: left;
	position: relative;
	cursor: pointer;
	width: calc(100% / 5);
	height: 100%;
	bottom: 0;

}

.sosp img {
	position: absolute;
	bottom: 0;
	left: -25%;
	height: 100%;
	width: auto;
	opacity: 0;

	pointer-events: none;
}

.sosp img.sosp_off {
	opacity: 1;
	pointer-events: none;
}

.sosp.active img.sosp_off {
	opacity: 0;
	pointer-events: none;
}

.sosp.active img.sosp_on {
	opacity: 1;
	pointer-events: none;
}

#palco {
	position: absolute;
	top: 73%;
	width: 100%;
}

#personaggi_pp {
	position: absolute;
	top: 66%;
	width: 100%;
}


/*BONUS SALVATAGGIO*/

#bonus_salvataggio {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

#bonus_salvataggio .sfondo {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#porta_sx {
	position: absolute;
	top: 127px;
	left: 145px;
	width: 301px;
	height: 500px;
	z-index: 2;
}

#porta_sx .bagliore_porta,
#porta_dx .bagliore_porta {
	position: absolute;
	top: -118px;
	left: 6px;
	width: 93%;
	opacity: 0;
}

#porta_sx:hover .bagliore_porta,
#porta_dx:hover .bagliore_porta {
	opacity: 1;
}

#porta_sx .porta {
	position: absolute;
	top: -123px;
	left: 8px;
	width: 279px;

}

#porta_dx {
	position: absolute;
	top: 125px;
	left: 582px;
	width: 301px;
	height: 500px;
	z-index: 2;
}

#porta_dx .porta {
	position: absolute;
	top: -118px;
	left: 12px;
	width: 279px;
}

#indicatori_vincita {
	position: absolute;
	width: 360px;
	height: 460px;
	top: 30px;
	left: 425px;
	z-index: 1;
}

#indicatori_vincita img {
	width: 100%;
	height: 100%
}

.indicatori_vincita_valore span {
	position: absolute;
	top: calc((100% - 30px) / 2);
	left: 8%;
	width: 69%;
	height: 30px;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: yellow;
}

.indicatori_vincita_valore span {
	position: absolute;
	top: calc((100% - 30px) / 2);
	left: 8%;
	width: 69%;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	color: yellow;
	font-family: curvilingusregular;
	text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}

#indicatori_vincita_valore_3 span {
	font-size: 20px;
}

#indicatori_vincita_valore_2 span {
	font-size: 25px;
}

#indicatori_vincita_valore_1 span {
	font-size: 28px;
}


.indicatori_vincita_valore img {
	width: 100%;
	height: 100%;
	opacity: 0;
}

.indicatori_vincita_valore.active img {
	opacity: 1;
}


#indicatori_vincita_valore_1 {
	position: absolute;
	top: 136px;
	left: 13px;
	width: 169px;
	height: 65px;
}

#indicatori_vincita_valore_2 {
	position: absolute;
	top: 201px;
	left: 25px;
	width: 150px;
	height: 60px;
}

#indicatori_vincita_valore_3 {
	position: absolute;
	top: 257px;
	left: 34px;
	width: 130px;
	height: 60px;
}

#indicatori_vincita_valore_4 {
	position: absolute;
	top: 330px;
	left: 48px;
	width: 95px;
	height: 40px;
}

#indicatori_vincita_valore_5 {
	position: absolute;
	top: 370px;
	left: 50px;
	width: 90px;
	height: 44px;
}

#indicatori_vincita_valore_6 {
	position: absolute;
	top: 420px;
	left: 50px;
	width: 90px;
	height: 40px;
}

#luce_soffitto {
	position: absolute;
	top: -15%;
	left: 0;
	width: 100%;
	height: 127%;
	pointer-events: none;
	opacity: 0.3;
	z-index: 4;
}

#scenario_esito {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}

#scenario_esito .sfondo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#contenitoreUccelli {
	margin-left: -512px !important;
	width: 1024px !important;

}

#sfondo_grigliaX {
	height: 422px;
}


#box_vincita_bw {
	transform: scale(0.8);
}

#spiega_bonus_salvataggio {
	position: absolute;
	top: 599px;
	left: 25%;
	width: 50%;
	height: auto;
	pointer-events: none;
}


#spiega_bonus_soliti_sospetti {
	position: absolute;
	top: 599px;
	left: 25%;
	width: 50%;
	height: auto;
	pointer-events: none;
}


#icona_sospetti {
	margin-top: -67px !important;
}

