

.page{   
	margin:  40px auto;
}
 
.module{
	width: 100%;
	height: auto;
	position: relative;
} 	

/* modules */  
 
.title{
	font-family: "Roboto Condensed"; 
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;  
}

.subtitle{
	font-family: "Roboto Condensed"; 
	width: 100%;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300; 
} 

.question{  
	font-weight: 400; 
	max-width: 700px;
	margin: auto;
	padding-bottom: 30px;
}

.content_module{ 
	width: 100%;  
	position: relative;
}

.input_module{ 
	width: 100%; 
	max-width: 700px;
	margin: auto;
	padding: 30px 0;
	padding-top: 0;
	user-select: none;
}


/* popup  */

.popup_container{ 
	position: fixed;
	width: 100%;
	height: 100%; 
	z-index: 25;
	top: 0;
	left: 0;
}

.popup_bg{
	position: absolute;
	width: 100%;
	height: 100%;  
}

.popup{
	position: absolute;
	width: 90%;
	height: 80%;
	max-width: 600px;
	max-height:800px;
	top: 0;left: 0;bottom: 0;right: 0;
	margin: auto; 
}

.popup_html{
	color: #fff;
	position: absolute; 
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 12px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding-right: 20px; 
	line-height: 18px;
	padding: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 200px);
	left: 30px;
	top: 100px;
	background-size: 100% 100%;
	background-image: url(../../layout/popup_bg.png);
}
	
.popup_html::-webkit-scrollbar-track{
	background-color: #ff8900;
}

.popup_html::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

.popup_html::-webkit-scrollbar-thumb{
	background-color: #fff;
}


.popup_corner{
	width: 300px;
	height: 150px;
	background-size: 100% 100%;
	position: absolute;
}

.popup_corner.tl{ 
	left: 0;
	top: 0;
	background-image:url(../../layout/popup_tl.png); 
}

.popup_corner.br{  
	bottom: 0;
	right: 0;
	background-image:url(../../layout/popup_br.png); 
} 

.popup_x{
	cursor: pointer;
	width:30px;
	height: 30px;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image:url(../../layout/popup_x.png); 
}

.popup_html p{
	margin-top:10px;
	line-height: inherit;
}

.popup_html h2{ 
	line-height: inherit;
	margin-top: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.popup_html h3{ 
	line-height: inherit;
	margin-top:10px;
	font-weight: 400;
}
.popup_html ul{ padding-left: 20px;}
.popup_html li{ 
	list-style: disc; 
	line-height: inherit;
	margin-top: 5px; 
}

.popup_html a:link{ color: inherit; text-decoration: underline }
.popup_html a:hover{ color: inherit; text-decoration: underline }
.popup_html a:active{ color: inherit; text-decoration: underline }
.popup_html a:visited{ color: inherit; text-decoration: underline }
  

 
/* image */

.image{
	margin-bottom: 50px;
	width: 100%;
	padding-top: 56.25%;
	position: relative; 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
} 

.over_image{
	position: absolute;
	width: 100%;
	height: 100%; 
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.fake_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 36px;
}

/* image + html */

.image_html{
	position: absolute; 
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 10px;
	font-family:sans-serif, Arial, Helvetica;
	padding-right: 20px; 
	line-height: 12px;
}

.image_html p{
	margin-top:10px;
	line-height: inherit;
}

.image_html h2{ 
	line-height: inherit;
	margin-top: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.image_html h3{ 
	line-height: inherit;
	margin-top:10px;
	font-weight: 400;
}
.image_html ul{ padding-left: 20px;}
.image_html li{ 
	list-style: disc; 
	line-height: inherit;
	margin-top: 5px; 
}

.image_html a:link{ color: inherit; text-decoration: underline }
.image_html a:hover{ color: inherit; text-decoration: underline }
.image_html a:active{ color: inherit; text-decoration: underline }
.image_html a:visited{ color: inherit; text-decoration: underline }


/* text answers */

.answer{ 
	margin-bottom:5px;   
	font-size: 16px; 
	font-weight: 300;
	cursor: pointer;   
	position: relative;
	min-height: 50px;
	line-height: 1.3em;
	padding: 15px 25px 15px 50px; 
	display: block; 
	border: none;
	border-radius: 5px;
	outline: none;
	font-family: "Nunito Sans";
}

.answer .icon{
	width: 28px;
	height: 28px; 
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
}

/* RESULT */

.the_end{
	width: 100%;
	height: 100px;
	line-height: 100px; 
	font-size: 24px;
	letter-spacing: 20px;
	font-weight: 200;
	margin-top: 40px; 
	text-align: center;
}

.conclusion{
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
	margin-bottom: 50px;
}

.conclusion a:link{ color:#ff8900 }
.conclusion a:hover{ color:#ff8900 }
.conclusion a:active{ color:#ff8900 }
.conclusion a:visited{ color:#ff8900 }

/* scoreboard */
 
#scoreboard{
	position: fixed;
	bottom: 0;
  top: 0;
  margin: auto;
	right: 0; 
	width: 200px;
	height: 200px;
  color: #fff;
	z-index: 10;
}

#scoreboard li{
	width: 100%;
	height: 20px; 
	line-height: 20px;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 10px;
	padding-top: 10px;
}

.score_val{
	padding-left: 10px; color: #52CCCC;
}
 
/* results */

#user_score_message{ 
	margin-top: 50px;
	margin-bottom: 20px;
	color:#ff8900;
	font-size: 28px;
}

.user_score_title{ 
	margin-top: 20px; 
	color:#ff8900;
	font-size: 18px;
	font-weight: 400;
}

#user_score{
	margin-bottom: 30px; 
}

.user_score_li{
	width:100%;
	text-align:center;  
	display:block;
} 

.user_score_li .winner{ color:#ff8900 } 

/* focus */

.focus{
	position: absolute;
	width: 1px;
	height: 1px;  
} 

.focus_circle{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #fff;
	position: absolute;
	left: -25px;
	top: -25px; 
	pointer-events: none;	
	z-index: 2;	
} 

.focus_point{
	width: 10px;
	height: 10px;
	border-radius: 15px; 
	position: absolute;
	pointer-events: none; 
	left: -5px;
	top: -5px;
	z-index: 3;
}

.focus_hit{
	width: 50px;
	height: 50px;
	border-radius: 15px;
	cursor: pointer;
	background: #fff; 
	position: absolute;
	opacity: 0;
	left: -25px;
	top: -25px;
	z-index: 4;
}

.pulse {
	animation-name: pulse;
	animation-duration: 1500ms;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite; 
	}

@keyframes pulse {
	0% { transform: scale(0); opacity: 1 }
	75% { transform: scale(1); opacity: 0 }
	100% { transform: scale(1); opacity: 0 }
}


