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

.ucComponent {
	position: absolute!important
}

#suspense0 {
	position: absolute;
	z-index: 99;
	width: 200px;
	height: 561px;
	left: 50%;
	margin-left: -100px;
	top: 71px;
}

#suspense1 {
	position: absolute;
	z-index: 99;
	width: 200px;
	height: 561px;
	left: 50%;
	margin-left: 67px;
	top: 71px;
}

#suspense2 {
	position: absolute;
	z-index: 99;
	width: 200px;
	height: 561px;
	left: 50%;
	margin-left: 231px;
	top: 71px;
}

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

#maschera_linea {
	left: 50%;
	margin-left: -413px;
	width: 826px;
	top: 94px;
	height: 498px;
	z-index: 1;
}

.canvas_simboli {
	margin-left: 79px;
	margin-bottom: 95px;
	z-index: 15
}

.statici_rulli {
	margin-left: 99px;
	margin-bottom: 115px;
	z-index: 13;
}

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;
	/*    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);*/
}

#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;
	/*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: -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;
	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: 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;
	Z-index: 4;
	top: 45px;
	z-index: 2;
	cursor: pointer;
	margin-top: 535px;
	margin-left: 120px;
	width: 124px;
	z-index: 10;
}

#pulsante_esci {

	position: absolute;
	left: 54px;
	Z-index: 4;
	top: 70px;
	z-index: 2;
	cursor: pointer;
	margin-top: 535px;
	margin-left: 120px;
	z-index: 10;
	width: 124px;
}

#pulsante_mio_conto {

	position: absolute;
	left: 54px;
	Z-index: 4;
	top: 95px;
	z-index: 2;
	margin-top: 535px;
	margin-left: 120px;
	width: 124px;
	z-index: 10;
}

#pulsante_barra {
	position: absolute;
	left: 50%;
	Z-index: 4;
	bottom: 0;
	z-index: 2;
	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;
	Z-index: 4;
	bottom: 140px;
	z-index: 2;

	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;
	Z-index: 4;
	top: 89px;
	z-index: 3;
	margin-top: 535px;
	margin-left: 120px;
	height: 19px;
	z-index: 10;
}

#cronologia {

	position: absolute;
	left: 180px;
	Z-index: 4;
	top: 89px;
	z-index: 3;
	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_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: 8px;
	cursor: pointer;
	bottom: 7px;
	z-index: 10;
	width: 120px;
}

.AS_rimanenti {
	position: absolute;
	right: 0;
	width: 120px;
	height: 35px;

	bottom: 12px;
	text-align: center;
	line-height: 35px;
	color: #6b4512;
	font-size: 22px;
	z-index: 100;
	font-family: Spectral;

}

#FS_rimanenti {

	position: absolute;
	left: 398px;
	width: 60px;
	height: 35px;

	top: 26px;
	text-align: center;
	line-height: 40px;
	color: #6b4512;
	font-size: 20px;
	z-index: 100;
	font-family: Spectral;

}

#FS_moltiplicatore {
	position: absolute;
	left: 573px;
	width: 60px;
	height: 35px;

	top: 26px;
	text-align: center;
	line-height: 40px;
	color: #6b4512;
	font-size: 20px;
	font-size: 20px;
	z-index: 100;
	font-family: Spectral;
}

#pulsante_autostart {


	position: absolute;
	right: -20px;
	cursor: pointer;
	bottom: 10px;
	width: 120px;
	z-index: 10;
}

#sceltaAutostart {

	left: 546px !important;
}

#as50 {
	left: 563px !important;
	z-index: 123103;
	bottom: 215px !important;
	line-height: 40px;
	text-align: center;
	font-family: Bradley;
	color: #4d3616;
	font-size: 30px;
	cursor: pointer;

}

#as20 { left: 563px !important;
	z-index: 123103;
	bottom: 175px !important;
	line-height: 40px;
	text-align: center;
	font-family: Bradley;
	color: #4d3616;
	font-size: 30px;
	cursor: pointer;

}

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

}

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

}


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

#spinna {
	position: absolute;
	left: 50%;
	Z-index: 94;
	bottom: 35px;
	z-index: 2;
	cursor: pointer;

	margin-left: -50px;
	z-index: 10;
	width: 100px;
}

#stoppa {
	position: absolute;
	left: 50%;
	Z-index: 94;
	bottom: 35px;
	z-index: 2;
	cursor: pointer;

	margin-left: -50px;
	z-index: 10;
	width: 100px;
	display: none;
}

#ubet {

	position: absolute;
	bottom: 54px;
	left: 143px;
	width: 95px;
	height: 38px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 15px;
	z-index: 13;
	/* border: 1px solid blue;*/
	font-family: Antenna;
	color: #e85e27;

}

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

}

#diminuisciUbet {


	position: absolute;
	bottom: 74px;
	left: 147px;
	width: 18px;
	height: 28px;
	z-index: 14;
	cursor: pointer;


}

#totUbet {
	position: absolute;
	bottom: 54px;
	left: 252px;
	width: 107px;
	height: 38px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 15px;
	z-index: 13;
	/* border: 1px solid blue;*/
	font-family: Antenna;
	color: #e85e27;

}


#Tcredito {
	position: absolute;
	bottom: 54px;
	right: 251px;
	width: 107px;
	height: 38px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 15px;
	z-index: 13;
	/* border: 1px solid blue;*/
	font-family: Antenna;
	color: #e85e27;

}


#Tvincita {
	position: absolute;
	bottom: 54px;
	right: 136px;
	width: 95px;
	height: 38px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 15px;
	z-index: 13;
	/*  border: 1px solid blue;*/
	font-family: Antenna;
	color: #e85e27;
}

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


#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;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: 10;display: block;
	pointer-events: none;

	top: -00px;
	opacity: 0;
	overflow: hidden;
	/*    z-index: 99999999;*/


}

#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.8) !important;

}

#box_FS_traslucido {

	width: 100% !important;
	left: 0 !important;
	top: -50px !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%;

}

#sfondo_per_resoconto {

	top: 200px !important;
}

#testo_avvio_fs {

	top: 300px !important;
}

.divisoriRulli {
	display: none;
}

#griglia_rulli {
	position: absolute;
	left: 50%;
	top: 77px;
	margin-left: -431px;
	width: 860px;
	z-index: 5;
}

#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: 117px;z-index: 11;bottom: 45px;height: 30px;line-height: 30px;width: 120px;text-align: center;
	font-family: Antenna; font-size: 15px; color: #e85e27;

}

#spin_descrizione_JK {

	position: absolute;
	left: 301px;
	z-index: 11;
	bottom: 45px;
	height: 30px;
	line-height: 30px;
	width: 191px;
	text-align: center;
	font-family: Antenna;
	font-size: 15px;
	color: #e85e27;
}


#spin_ultimo_JK {

	position: absolute;left: 567px;z-index: 11;bottom: 45px;height: 30px;line-height: 30px;width: 120px;text-align: center;
	font-family: Antenna; font-size: 15px; color: #e85e27;

}

#spin_totale_JK {

	position: absolute;left: 771px;z-index: 11;bottom: 45px;height: 30px;line-height: 30px;width: 120px;text-align: center;
	font-family: Antenna; font-size: 15px; color: #e85e27;

}

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

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

#contenitore_BN_progresso {
	width: 100%;
}


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

}

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

#porta3 {

	position: absolute;
	left: 562px;
	top: 463px;
	opacity: 1;
	width: 196px;
	/* height: 100px; */
	background-color: transparent;
	cursor: pointer;


}

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

}

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

}

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

}


#conteggio_linee {
	position: absolute;
	bottom: 54px;
	left: 87px;
	width: 50px;
	height: 38px;;

	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 15px;

	z-index: 13;

	font-family: Antenna;

	color: #e85e27;

}

#AS_scelta {

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

.logo_rulli {
	position: absolute;left: 50%;margin-left: -190px;width: 379px;top: 30px;

}

.t_jk_mini { font-family: Antenna !important;
	line-height: 25px !important;
	height: 25px !important;
	font-size: 13px !important;
	font-weight: bolder;
	color: #e85e27;

	position: absolute;
	margin-left: -430px !important;
	left: 50%;


	z-index: 4;
	width: 102px !important;
	text-align: center;
	top: 24px;
}

.t_jk_medium { font-family: Antenna !important;
	line-height: 25px !important;
	height: 25px !important;
	font-size: 13px !important;
	font-weight: bolder;
	top: 24px;
	color: #e85e27;

	width: 100px !important;
	margin-left: -249px !important;
}

.t_jk_maxi { font-family: Antenna !important;
	line-height: 25px !important;
	height: 25px !important;
	font-size: 13px !important;
	font-weight: bolder;
	top: 24px;
	color: #e85e27;
	margin-left: 196px !important;
}

.t_jk_super { font-family: Antenna !important;
	line-height: 25px !important;
	height: 25px !important;
	font-size: 13px !important;
	font-weight: bolder;
	top: 24px;
	color: #e85e27;

	margin-left: 370px !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 {
	background-color: black !important;
	height: 29px !important;
	top: 20px !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;
	/*  background-image:url("../../assets/img/DC_display_numeri.png") !important;*/
	width: 450px !important;
	margin-left: -250px !important;
	font-size: 24px !important;
	line-height: 33px !important;
	height: 103px !important;
	top: 290px!important;
	background-size: 463px 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: 35px !important;

}

#box_FS > img {


	position: absolute;
	margin-left: 369px !important;
	z-index: 99;
	height: 68px !important;
}

#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: 0px !important;
	overflow: hidden;
	height: 51px;
}

#jk_mini_ls_filler { top: 17px !important;
	margin-left: -432px !important;


}

#jk_medium_ls_filler { top: 17px !important;
	margin-left: -250px !important;


}

#jk_maxi_ls_filler { top: 17px !important;
	margin-left: 195px !important;


}

#jk_super_ls_filler { top: 17px !important;
	margin-left: 364px !important;


}

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

#header_dk_new {
	background-color: #242424 !important;
	/*    font-size: 13px !important;*/
	/* font-family: 'Source Sans Pro', sans-serif !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: 148px !important;
	right: 200px !important;
}

#FSW_base { margin-top: 138px !important;
	right: 200px !important;
}

#FSW_FS { margin-top: 128px !important;
	right: 200px !important;
}

#FSW_tot { margin-top: 118px !important;
/*	right: 200px !important;*/
}


.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: 68px !important;

	pointer-events: auto;

}