@font-face {
    font-family: TitanOne;
    font-weight: 100;

    src: url("TitanOne-Regular.ttf") format("opentype");
}

.headLogo	{
 color: #F05D36 !important;
 font-size:1.5rem !important;
}
div.countdown-bar {
  width: 70vw;
  height:100px;
  display:block;
  margin:auto;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 16px;

  border: 4px solid rgb(235, 31, 30);
  background-color: rgba(235, 31, 30, 0.788);
}

/* Loader */
div.countdown-bar div:nth-of-type(1) {    
  width: 5; 
  height: 40px;
  position:relative;
  top:-2;
  left:-2;
  border-radius: 10px 0 0 10px;



}

/* Timer */
div.countdown-bar div:nth-of-type(2) {    
  width: 100%; 
  height: 100%;

}
div.countDwn {
	top:-65px;
	position:relative;
	text-align:center;
}

.timerImg {
		position:relative;
		top:24px;
}


a {
	text-decoration: none;
	color: 000000;
}

body {
	background-image: url("/img/background.jpg"); 
	background-repeat:repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  
	margin:0;
	font-family: 'Raleway', sans-serif;
	font-size:0.9rem;
	}

h1 {  
	font-family: 'TitanOne', 'Raleway', sans-serif;
	font-weight: normal !important;
	padding-left:20px;
	display: flex;
	align-items: center;
	}
	
h2 {  
	font-family: 'TitanOne', 'Raleway', sans-serif;
	font-weight: normal !important;
	margin: 0;
	font-size:3rem;
	}
	
h3 {  
	font-family: 'TitanOne', 'Raleway', sans-serif;
	font-weight: normal !important;
	margin-top: 50px;
	margin-bottom: 0px;
	
	font-size:2.5rem;

	}
	
.indietro
	{
	display: block;
    width: 98%;
    text-align: right;
	}
	
/*
#myVideo {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%; 
	border:0;
}
*/

.vimeo {	
	min-width:920px; 	
    width: 80%;
    padding: 50px 60px 0px 60px;
	height:fit-content; 
	
	margin:auto;
	margin-bottom:5px;
	text-align:center;
	
/*	padding:56.25% 0 0 0;
	position:relative;	 */
	}
	
	

.qAudio {font-size:1.5rem; color:#866AFB; font-weight:900; text-align: right; margin-right: 15px; margin-bottom:5px;
}
.qAudio:hover{cursor: pointer;}
img.qAudio {height:2rem; fill:#5a6770; vertical-align:middle; margin: 0; padding: 0; }
img.qVideo {height:1.5rem; fill:#866AFB; vertical-align:middle; margin: 0; padding: 0; }

#myFreccia { display:none;}

.frecciaNext {	
	min-width:920px; 	
	max-width:85vw;  
	height:70px;   
	line-height:70px; 
	display:block;
	margin:auto;
	text-align:center;
	padding-top:10px;
	}

.wContainer {
	min-width:920px; 	
	max-width:1800px;  
	}
/*DANIELE
.logout {	
    text-align: center;
    right: 71px;
    min-width: 100px !important;
    padding: 10px;
    position: absolute;
    top: 58px;
    background-color: white;
    border-radius: 12px;
    font-weight: 600;
	}
	*/
	

.logout {		
    text-align: center;
	font-size:0.8rem;
    min-width: 100px !important;
    min-height: 30px !important;
    padding: 8px;
    line-height: 10px;
    height: 30px;
    float: right;
    background-color: white;
    border-radius: 12px;
    font-weight: 600;	
	}
	
.testa {
/*	padding-left: 20;*/
	height:70px;  
	font-size:0.6rem;
	font-weight:900;	
	line-height:70px; 
	background-color:#ffffff;
	color:#F05D36;
	display:block;
	margin:auto;
	margin-bottom:2vw;
	border-radius: 0px 0px 20px 20px;
	background-image: url("/img/logo.jpg"); 
	background-repeat:no-repeat	;
	background-size: 260px;
	background-position: right center;
	}
	
.piedeText{
	padding-left: 20;
	}

.piede {
	height:fit-content;
	line-height:40px; 
	background-color:#ffffff;
	display:block;
	margin:auto;
	margin-top:150px;
	border-radius: 20px 20px 20px 20px;
	padding: 15px 0px 15px 0px;
	font-size: 1.3rem;	
/*	
    position:fixed;
    left:0;
    right:0;
	bottom:0;
    margin-left:auto;
    margin-right:auto;	
*/
	}
	
.corpo { 
	/* min-height:55vh; */
	height:fit-content; 
	background-color:#ffffff;
	display:block;
	margin:auto;
	border-radius: 20px 20px 20px 20px;
	
	}	

.dietro{
	border-radius: 20px;
	min-height: 200px;
 /*   text-align: center; */
	}
	
.sopra{
	border-radius: 20px 20px 0 0;
	}	

.sotto{
	border-radius: 0 0 20px 20px;
	}
	
 .mob {
    min-height: 100%;

    display: flex;
    flex-direction: column;
}

.piede-mobile{
	bottom: 0;
	right: 0;
	width:100%;
	position:fixed;
    padding: 3em;
    margin-top: auto;
	background-color:#ffffff;
	background-image: url("/img/logo.jpg"); 
	background-repeat:no-repeat	;
	background-size: 240px;
	background-position: right center;	
}

.testa-mobile {
	text-align:center;
	margin: 0 auto 0 auto;
	color:#ffffff;
	font-size:1rem;
	font-weight:600;

	}
	
.corpo-mobile {
	text-align:center;

 	min-width:80vw; 
	height:fit-content; 
	
	background-color:#ffffff;
	display:block;
	margin:auto;
	margin: 30px 10px 50px 10px;
	padding:15px;

	border-radius: 20px 20px 20px 20px;
	font-size:1.5rem;
	font-weight:900;
}	
	
#qrBig {
	display:none; 
	z-index:10;
	position:absolute;
	width: 100%;
	min-height:15vh !important; 
		border-radius: 20px 20px 0 0;

}	

.qrCentra{
	display: flow-root;
	position:relative;
	left:50px;
	padding-top:50px;
	max-width: 70%;
    min-width: 1100px;
    margin: auto;
	}


	
.qrImgBig {
	height: 465px;
	margin: 10px;
	}
	
.linkYel{
	background-color:#FCE267;
	font-size:1.5vw;
	line-height:2rem;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.codeBig {
	font-size:3rem;
	line-height:0;
	font-weight:900;

}

	
.overTit {
	padding-bottom:20px;
	font-weight:900;
	font-size:2.2rem;
	line-height:2.2rem;
	color:#C73468;
	}


.overQR {
	min-width: fit-content;
	width:48%;
	float: right;
	clear: right 
	}
	
.overText {
	width:48%;
	line-height:0.5rem;
	min-width: 400px;

	float: left;
	margin-top:20px;
	margin-right:20px;
	font-weight:900;
	font-size:1.6rem;
	}		
	
.inizia {
	width:90%;
	line-height:0.5rem;
	min-width: 1000px;
	line-height:2rem;
	}	
	
a.inizia {

	font-weight:900;
	font-size:4rem;
	color: #C73468;
	}
	
.hQR {
	line-height:1.5rem;
	}

	

.corpoS1 {
/*DANIELE	max-width:1800px; */ 
	max-width:1400px;
	z-index:-1;
	width:90vw; 
	height:40px; 
	background-color: rgba(255, 255, 255, 0.5);
	margin:auto;
	border-radius: 0px 0px 20px 20px;
	}
	
.corpoS2 {
/*DANIELE	max-width:1750px;  */
	max-width:1350px;
	
	z-index:-2;
	width:85vw; 
	height:80px;
	position:relative;
	top: -40px;
	background-color: rgba(255, 255, 255, 0.5);
	margin:auto;
	border-radius: 0px 0px 20px 20px;
	}
	
.riga {
	width:100%; 
	display:flex;
	margin:auto;
	}	
	
.stretta {	
	width: 70%;
	margin: 0 15% 0 15%;
	display:block;

}	
.alta {	
	height:85px; 
	width: fit-content;
}

.chiudi {
	width: 80px;
	text-align:center;
	float: right;
	margin-top:20px;
	margin-left:20px;
	font-weight:900;
}

.codice
	{
	width:220px;
	text-align:center;
	padding:20px 0px 10px 40px;
	font-size:1.8rem;
	}
	
.codice img {
	width:200px;
	}
	
.domanda {
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	font-size:3.9rem;
	font-weight:900;
	}	

/* DANIELE
.label {
	font-family: 'TitanOne', 'Raleway', sans-serif;
	font-weight: normal !important;
	padding-left:40px;
	padding-right:40px;
	position:absolute;
	left:300px;
	padding:20px;
	font-size:2rem;
	font-weight:900;
	color:#866AFB;
	}
	*/
	
.label {
	font-family: 'TitanOne', 'Raleway', sans-serif;
	font-weight: normal !important;
	padding:0px;
	font-size:2rem;
	font-weight:900;
	color:#866AFB;
	}
	
.scelta {	
	width:100%; 
	padding-left:40px;
	padding-right:40px;
	line-height:60px;
	height:60px;
	background-color: FEF6D1;
    margin: 0 15% 0 15%;
	border-radius: 30px;
	font-size:1.5rem;
	text-align:center;
	}

.risultati {
	background-color: #ffffff;
	height: fit-content;
	min-height: 230px;
    padding: 8 0 8 0;
	}
	
#riscontro {
	font-weight:900;
	}
	
.scSml { font-size: 0.9rem; font-style:italic; }


.scelta span {
	position:absolute;
	color:#000000;
	}

.sx { left:-80px; }
.dx { right:-80px;}    
	
.linkOut {	
    margin: 0 15% 20px 15%;
	color: #000000;
	font-weight:900;
	}

.ok {
	color: #ffffff;
	background-color: #56CB00;
	background-image: url("/img/freccia_bianca.png"); 
	background-repeat:no-repeat	;
	background-size: 1.5rem;
	background-position: right 20px center;	

	}
	
.ko {
	color: #ffffff;
	background-color: #EE1C25;
	background-image: url("/img/freccia_bianca.png"); 
	background-repeat:no-repeat	;
	background-size: 1.5rem;
	background-position: right 20px center;	
	}
	
.rispEsat {

	border: 4px solid #56CB00;
	
	background-image: url("/img/ok.png"); 
	background-repeat:no-repeat	;
	background-size: 1.5rem;
	background-position: right 20px center;	
	}
/*
 {
	top:-40px;
    left: 50%;
    margin-left: -25%;
	font-size:1rem;
	font-weight:900;
    width: fit-content;
	}
	*/
.rispLabel {
	top:-40px;
	text-align:center;
    left: 50%;
    margin-left: -12.5rem;
	font-size:1rem;
	font-weight:900;
    width: 25rem;
	}

.rispErr {
	
	color: #ffffff;
	background-color: #000000;
	border: 4px solid #EF1D28;

	background-image: url("/img/ko.png"); 
	background-repeat:no-repeat	;
	background-size: 1.5rem;
	background-position: right 20px center;			
	}	
.risposte {	
	text-align:center;
	}
	
#myRisposte {	
	text-align:center;
	min-height:226px; 
/*	min-height:306px; */
	}
	
li {	
	min-width:38%; 
	margin: 21px 0px 0px 0px;
	padding:20px;
	display:inline-block;
	line-height:50px;
	height:50px;
	background-color: FFE455;
	border-radius: 50px;
	font-size:1.6rem;
	font-weight:900;
	text-align:center;
	position:relative;
	border: 4px solid #ffffff;

	}
	
li:nth-of-type(2n) { float:right }
li:nth-of-type(2n+1) { float:left }    

	
.rArr {
	position:relative;
	left:-20px;	
	color: ffffff;
	font-size:2rem;
	font-weight:900;
}
.form-toolbar b {
	font-size:1rem;
	display: flex;
}

.form-toolbar label, .form-toolbar input[type="submit"], .form-toolbar input[type="text"] {
	width: 95%;
	margin:7px;
	padding:10px;
	display:inline-block;
	line-height:22px;
	height:fit-content;
	border-radius: 30px;
	text-align:center;
	font-size:1.5rem;
	font-weight:900;
	background-color: FFE455;
}


.prossima {
	width: 80%;
	margin:7px;
	padding:15px;
	display:inline-block;
	line-height:22px;
	height:22px;
	border-radius: 15px;
	text-align:center;
	font-size:1rem;
	font-weight:900;
	background-color: 000000;
	color: ffffff;
	box-sizing: content-box;
	background-image: url("/img/freccia_bianca.png"); 
	background-repeat:no-repeat	;
	background-size: 1.5rem;
	background-position: right 20px center;
	}
.prossima:hover {
	color: #000000;
	background-color: #FFE455;
	background-image: none; 

	}

.api {
/*	width: 55%;	*/
    padding: 8px;
    display: inline-block;
    line-height: 13px;
    height: 13px;
	border-radius: 10px !important;

	}	

.form-toolbar input[type="submit"] {
	background-color: 000000;
	color: ffffff;
	box-sizing: content-box;
	background-image: url("/img/freccia_bianca.png"); 
	background-repeat:no-repeat	;
	background-size: 1.5rem;
	background-position: right 20px center;
}

.form-toolbar input[type="text"] {
	background-color: FEF9DB;
  border: 4px solid rgb(0, 0, 0);
	box-sizing: content-box;
}

.form-toolbar {
  margin: 10px;
}

.form-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  display:none;
/*  width: 0; */
}

.form-toolbar input[type="submit"]:hover {
	color: #000000;
	background-color: #FFE455;
	background-image: none; 

	}




.form-toolbar label:hover {
	color: #FFE455;
	background-color: #000000;
	}

.form-toolbar input[type="radio"]:focus + label{
    border: 2px dashed #FFE455;
	}

.form-toolbar input[type="radio"]:checked + label {
	color: #FFE455;
	background-color: #000000;
    border: 2px dashed #FFE455;
	}



@media all and (max-width: 1930px) {
	.wContainer {
		min-width:1030px; 	
		max-width:1450px; 
/*		max-width:95vw; */
		}
	
	.domanda {
		font-size: 2.6rem;
		}
		
	.qrCentra{
		min-width: 1100;
		}
		
	.overText {
		max-width: 50%;
		font-size:1.4rem;
		}
		
/*	.codeBig {
		font-size:4rem;
		}	*/	
	}
	
@media all and (max-width: 980px) {
	li { float:none !important; }
	
	.wContainer {
/*		min-width:99vw; 	*/
		min-width:1030px; 	
		max-width:1450px;
/*		max-width:99vw; */
		}
		
	.qrCentra{
		min-width: 920px;
		}
		
	.domanda {
		font-size: 1.7rem;
		}
	
	.overText {
		max-width: 400px;
		font-size:1.4rem;
		}
			
/*	.codeBig {
		font-size:4rem;
		}	*/
	
	.vimeo {	
		padding: 2vw 1vw 0px 1vw;
		}
	}