/* 3D web application by Simone Lipschitz: "Faun da Gamba". Verge3D 3.1.1*/
body {
    margin: 0px;
    font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: 300;
    overflow: hidden;
	-webkit-text-size-adjust: none;
	background-color: rgb(0,20,30);
}
p {
	margin: 8px 0 2px 0;
}
canvas {
    background-color: rgba(0,0,0,0.1);
}

/* #blocklyCont {
	z-index: 200 !important;
} */
div#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	background-color: rgb(0,20,30);
}
div#fullscreen_button {
    position: absolute;
    z-index:20;
    top: 1.5%;
    right: 6%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
}
.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
    opacity: 0.2;
}
.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
    opacity: 0.2;
}
/* removes tap blinking on ios devices */
/* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
/* --- Custom CSS ----*/
/* --- Preloader styles ----*/
#preloader_div {
	position: fixed;
	width:90%;
	height:100%;
	z-index: 200;	
	background-color: rgb(0,20,30);
	padding-left: 5%;
	padding-right: 5%;
}
.preloader_div {
		
}
.loader-img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 4%;
    width: 40%;
	min-width: 130px;
	max-width: 440px;
}
@media only screen and (max-height: 600px) {
	.loader-img {
		margin-top: 2.6%;
		width: 33%;
		margin-bottom: -2%;
	}
}
img {
	width:100%;
	height: auto;
}
.progress {
		
}
.message, .message2 {
	color: rgb(240,200,120);
	font-size: 17px;
	text-align: center;
	width: 100%;
	margin-top: 2%;	
		
}
.message2 {
	margin-top: 1%;
	animation: blinker 3s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

#percentage {
	color: rgb(230,230,210);
	font-size: 18px;
	margin-top: 1.5%;
}
.text-block {
    text-align: center;
	width: 100%;
	margin-top: 2%;
}
@media only screen and (max-width: 800px) {
	.message, .message2, #percentage {
		font-size: 14px;
			}
}
@media only screen and (max-width: 600px) {
	.message, .message2, #percentage {
		font-size: 13px;
			}
}
/* --- End of Preloader styles ----*/
/* --- Content styles ----*/
img {
	width:100%;
	height: auto;
}
div#check-feature {
	position: absolute;
	color: rgb(255, 240, 200);
	background-color: rgba(200, 210, 210, 0.1);
	text-shadow: 2px 2px 6px rgba(0,0,0,0.8);
	font-size: 16px;
	text-align: center;
	bottom: 15%;
	width:800px;
    margin-left:-400px;
    left:50%;
	z-index: 80;
	opacity: 1.0;
	-webkit-transition: opacity 4s;
    transition: opacity 4s;
}
@media only screen and (max-width: 800px) {
	div#check-feature {
	font-size: 13px;
	width:500px;
    margin-left:-250px;
	}
}
@media only screen and (max-width: 600px) {
	div#check-feature {
	width:360px;
    margin-left:-175px;
	}
}
@media only screen and (max-width: 330px) {
	div#check-feature {
	width:280px;
    margin-left:-140px;
	}
}
div#sidebar-l {
	position: absolute;
	background-color: rgba(0,5,5,0.4);
	width: 7.1%;
	max-width: 110px;
	min-width: 50px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
div#sidebar-r {
	position: absolute;
	background-color: rgba(0,5,5,0.4);
	width: 4.8%;
	max-width: 80px;
	min-width: 30px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 10;
}
div#back {
	position: absolute;
	width: 3%;
	max-width:86px;
	min-width: 27px;
	top: 3%;
	left: 1.6%;
	z-index: 12;
}
@media only screen and (min-width: 1500px) {
	div#back {
	left: 1.2%;	
	}
}
div#back a {
	opacity: 0.5;
}
div#back a:link {
	opacity: 0.5;
}
div#back a:hover {
	opacity: 0.8;
}
div#back a:visited {
	opacity: 0.5;
}
div#back a:active {
	opacity: 0.5;
}
div#signature {
	position: absolute;
	z-index: 11;
	font-size: 14px;
    top: 5%;
    right: 0.8%;
    width: 2.8%;
    max-width: 60px;
    min-width: 22px;
    height: 100%;
    cursor: pointer;
    opacity: 0.1;
}
div#signature:hover{
	opacity: 0.5;
}
div#project-info {
	position: absolute;
	z-index: 2;
	font-size: 17px;
	top: 0;
	right: 7.4%;
	/* color: rgba(250,240,240,0.6); */
	color: rgba(250,240,220,0.7);
	/* background-color: rgba(200, 210, 210, 0.1); */
	border-radius: 8px;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
	padding: 1.5%;
	width: 37%;
	margin-top: 0;
	text-align: left;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	opacity: 1.0;
	cursor: pointer;
}
div#project-info-toggle {
	position: absolute;
	z-index: 3;
	font-size: 30px;
	top: 15px;
	right: 4.9%;
	margin-top: 0;
	color: rgba(250,240,220,0.6);
	text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
	padding: 1.3%;
	width:auto;
	text-align: right;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	opacity: 0.0;
	cursor: pointer;
}
div#project-info-toggle:hover {
	opacity: 1.0;
}
#hide-1 {
	margin-top: -30px;
	padding: 21px 5px 15px 5px;
	text-align: right;
	font-size: 18px;
	font-weight: 400;
	color: rgba(250,240,220,0.7);
	text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
	cursor: pointer;
	user-select: none;
	/* color: rgba(255, 200, 130, 0.9); */
}
.edu-text {
	position: absolute;
	z-index: 52;
	font-family: 'Spectral', serif;
	font-size: 16px;
	font-weight: 300;
	top: 8%;
	right: 7.4%;
    /* line-height: 26px; */
	color: rgba(255, 200, 130, 0.9);
	/* background-color: rgba(0, 0, 0, 0.0); */
	background-color: rgba(200, 210, 210, 0.1);
	text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
	border-radius: 10px;
	padding: 1.3%;
	width: 30%;
	margin-top: 0;
	text-align: left;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	opacity: 1.0;	
	/* min-width: 380px; */	
	user-select: none;
}
#hide-history {
	margin-top: -30px;
	padding: 30px 15px 8px 5px;
	text-align: right;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
	user-select: none;
	/* color: rgba(255, 200, 130, 0.9); */
}

@media only screen and (max-width: 1100px) {
	div#project-info {
		font-size: 15px;
	}
	.edu-text {
		font-size: 14px;
       /*  width: 32%; */		
	}
	#hide-history , #show-history {
		font-size: 17px;
	}
	#hide-1 {
		font-size: 16px;
	}
}

@media only screen and (max-height: 840px) {
	.edu-text {
		top: 7%;
		font-size: 14px;
		width: 43%;
	}
}
@media only screen and (max-width: 840px){
	.edu-text {
		font-size: 14px;
		width: 50%;
	}
}
@media only screen and (max-width: 790px) {
	div#project-info {
		left: 13%;
		font-size: 13px;
		/* top: 5%; */
		width:68%;
	}
	.edu-text {
		/* left: 13%; */
		font-size: 14px;
	}
	#hide-history, #hide-1 , #show-history  {
		font-size: 15px;
	}
	
}
@media only screen and (max-width: 610px){
	.edu-text {
		font-size: 14px;
		width: 60%;
	}
}
@media only screen and (max-height: 610px) {
	.edu-text {
		top: 6%;
		font-size: 14px;
		width: 60%;
	}
}

/* @media only screen and (max-height: 840px and max-width: 790px) {
	.edu-text {
		font-size: 13px;
		width: 50%;
	}
} */
@media only screen and (max-height: 420px) {
	.edu-text {
		right: 2%;
		font-size: 12px;
		background-color: rgba(200, 210, 210, 0.2);
		width: 90%;
		top: 1%;
	}
}
@media only screen and (max-width: 420px) {
	div#project-info {
		left: 14%;
		font-size: 12px;
		/* top: 5%; */
		width:68%;
	}
	.edu-text {
		right: 4%;
		font-size: 12px;
		width: 84%;
		top: 3%;
		background-color: rgba(200, 210, 210, 0.2);
		padding: 1.1%;
	}
	#hide-1 , #show-history , #hide-history{
		font-size: 13px;
	}
}
@media only screen and (max-width: 330px) {
	.edu-text {
		right: 2%;
		top: 1%;
		font-size: 11px;
		width: 88%;	
	}
	div#project-info {
		left: 16%;
		/* top: 5%; */
		/* width:68%; */
	}
}
@media only screen and (max-height: 330px) {
	.edu-text {
		width: 92%;	
		font-size: 10px;			
	}
}
div#start-listening {
	position: absolute;
	z-index: 20;
	width: auto;
	top: 37%;
    left: 39%;
	right: auto;
	padding: 1% 3% 1.8% 3%;
	color: rgb(255, 230, 160);
	text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
	/* background-color: rgba(0, 0, 0, 0.2); */
	background-color: rgba(200, 210, 210, 0.2);
	border: 3px solid rgb(255, 230, 160);
	border-radius: 60px;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	opacity: 0.3;
	animation: blinker2 3s linear infinite;
	user-select: none;
}
@keyframes blinker2 {
  50% {
    opacity: 1.0;
  }
}
@media only screen and (max-width: 850px) {
	div#start-listening {
	font-size: 26px;
	left: 34%;
	}
}
@media only screen and (max-width: 415px) {
	div#start-listening {
	font-size: 22px;
	left: 29%;
	}
}
div#information {
	position: absolute;
	z-index: 30;
	font-size: 16px;
	top: 3%;
	left: 9%;
	/* background-color: rgba(200, 210, 210, 0.3); */
	background-color: rgba(0,20,20,0.5);
	text-shadow: 3px 3px 5px rgba(0,0,0,0.8);
	border-radius: 9px;
	color: rgba(250,240,220,0.8);
	display: none;
	padding: 1.5%;
	width:35%;
	text-align: left;
	cursor: pointer;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	opacity: 0;
}
div#information p{
	margin-top: -3px;
}
div#information img {
	width:43%;
	margin: 10px 10% 5px 0;
}
div#information ul {
	margin: 5px 0 5px -25px;	
}
div#information li {
	margin: 5px 0 5px 0;
}
@media only screen and (min-width: 1300px) {
	div#information {		
		left: 8%;
		width:27%;
	}
	div#information img {
	width:45%;
	margin: 10px 10% 5px 0;
}
}
@media only screen and (max-width: 800px) {
	div#information {		
		left: 11%;
		width:59%;
	}
	div#information img {
	width:45%;
	margin: 10px 10% 5px 0;
	}
}
@media only screen and (max-width: 430px) {
	div#information {
		top: 2%;
		font-size: 13px;
		left: 15%;
		width:70%;
	}
	div#information img {
	width:55%;
	margin: 10px 5% 5px 0;
	}
}
@media only screen and (max-height: 430px) {
	div#information {
		font-size: 13px;
		top:1%;
		left: 10%;
		width:50%;
	}
	div#information img {
	width:35%;
	margin: 10px 5% 5px 0;
	}
}	
div#information h5 {
 text-align: right;
 font-size: 18px;
 font-weight: 400;
 line-height: 20px;
 margin: -5px 0 0 0;
}
div#copyright {
	position: absolute;
	z-index: 1;
	font-size: 13px;
 	color: rgba(250,250,250,0.4);
    bottom: 0.1%;
    right: 6%;
    width: 90%;
    cursor: pointer;
	text-align: right;	
	padding: 5px;
	user-select: none;
}
@media only screen and (max-width: 1000px) {
	div#copyright {
		font-size: 12px;
		/* left: 8%; */
		width: 86%; 
	}
}
@media only screen and (max-width: 790px) {
	div#copyright {
		font-size: 11px;
		padding-right: 12px;
		/* left: 17%; */
		width: 80%; 
	}
}
@media only screen and (max-width: 430px) {
	div#copyright {
		font-size: 11px;
		padding-right: 12px;
		/* left: 17%; */
		width: 83%; 
	}
}
@media only screen and (max-height: 430px) and (max-width: 900px){
	div#copyright{
		/* left: 9%; */
		width: 82%;
	font-size: 11px;	
	}
}
div#copyright a {
	color: rgba(190,230,190,0.5);
	text-decoration: none;
}
div#copyright a:hover {
	color: rgba(190,230,190,0.8);
	text-decoration: underline;
}

div#customize {
	position: relative;
	background-color: rgba(0,0,0,0);
	color: rgba(255,250,250,0.8);
	z-index:20;
    top: 20%;
    left: 12%;
    padding: 5% 6% 2% 2%;
    display:block;
    width: 76%;
}
/* div#info {
	opacity: 0.7;
}
div#info:hover {
	opacity: 1.0;
} */
div#info p{
	color: rgba(250,240,220,1);
	text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
	width: auto;
	text-align: center;
	margin: -4% 2% 45% 0;
	opacity: 0.5;
	animation: blinker4 2s linear 16;
	user-select: none;
}
@keyframes blinker4 {
  50% {
    opacity: 1.0;
  }
}
div#info p:hover {
	opacity: 1.0;
}

div#customize .change {
	position: relative;
	z-index:21;
 	/*background-color: rgba(250,250,250,0.2);*/
 	/* color: rgba(250,250,250,0.9); */
    margin: 15% 4% 30% 0;
    padding:3% 9% 0 0;
    cursor: pointer;
    display: block;
    font-size: 20px;
	line-height: 24px;
    text-align: center;
	opacity: 1.0;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	cursor: pointer;
	/* border-radius: 25%; */
	/* background-color: rgba(0,5,5,0.4); */
	/* font-size: 0.8em;
	text-align: center; */	
}
div#customize .change-b {		
	position: relative;
	z-index:19;
	margin: -134% 4% 30% 0;
	padding:3% 9% 0 0;
	opacity: 0.0;	
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	cursor: pointer;
	/* border-radius: 25%; */
	/* background-color: rgba(0,5,5,0.4); */	
}
.change img, .change-b img  {
	border-radius: 30%;
	padding: 2%;
	background-color: rgba(200, 210, 210, 0.2);
	border: 2px solid rgba(200, 160, 100, 0.2);
	opacity: 1.0;
}
div#customize .change:hover, div#customize .change-b:hover {
	color: rgba(255,255,255,1.0);
	opacity: 1.0;
}
div#customize .change img:hover, div#customize .change-b img:hover  {
	border-radius: 30%;
	padding: 2%;
	border: 2px solid rgba(200, 160, 100, 0.6);	
}
/* --- Educational info --*/


#faun-down-anim {
	margin-top: -80px;
	margin-left: -60px;	
}
#start-learning {
	margin-left: -70px;	
}
#extra-actions {
	position: absolute;
	z-index: 41;
	bottom: 3%;
	width: auto;
	right: 6%;	
}
.button-r {
	padding: 3px 8px 3px 8px;
	color: rgb(255, 230, 160);
	background-color: rgba(0, 0, 0, 0.2);
	border: 2px solid rgba(255, 230, 160, 0.3);
	/* border: 2px solid rgba(200, 160, 100, 0.2); */
	background-color: rgba(200, 210, 210, 0.2);
	border-radius: 18px;
	font-size: 18px;
	text-align: center;
	opacity: 0.6;
	-webkit-transition: opacity 1s;
    transition: opacity 1s;
	margin-bottom: 15px;
	animation: blinker3 3s linear 2;
	user-select: none;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.9);
	/* border: 1px solid rgb(255, 160, 100); */
	cursor: pointer;
}
.button-r:hover {
	opacity: 1.0;
	border: 2px solid rgba(255, 230, 160, 0.6);
}
@media only screen and (max-width: 1025px) {
	.button-r {
		font-size: 16px;
		padding: 2px 7px 2px 7px;
	}
}
@media only screen and (max-width: 790px) {
	.button-r {
		font-size: 15px;
	}
	#extra-actions {
		bottom: 4.5%;
	}
}
@media only screen and (max-width: 430px) {
	.button-r {
		font-size: 14px;
		padding: 2px 6px 2px 6px;
	}
}

#repeat-part-1 {
	/* border: 2px solid rgba(255, 230, 160, 0.8); */
	margin-bottom: 10px;
	/* border-radius: 16px; */
		
}
/* #repeat-part-1:hover {
	opacity: 0.9;
} */
.anot-blink {
	position: absolute;
	z-index: 50;
    font-family: 'Spectral', serif;
    color: rgb(255, 200, 130);
	width: auto;
    min-width: 14px;
    height: auto;
    padding: 4px 9px 6px 9px;
	border: 2px solid rgba(255, 200, 110, 1.0);
    border-radius: 18px;
    font-size: 18px;   
	opacity: 1.0;
	animation: blinker3 3s linear infinite;
	/* background-color: rgba(0, 0, 0, 0.2); */
	background-color: rgba(200, 210, 210, 0.2);
    text-align: center;
    user-select: none;
	cursor: pointer;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.9);
    /* background: rgba(0, 0, 0, 0.2) none repeat scroll 0% 0%; */	
}
@keyframes blinker3 {
  50% {
    opacity: 0.2;
  }
}

.v3d-annotation {
	z-index: 30;
    /* position: absolute;
    top: -16px;
    left: -16px;
    width: auto;
    min-width: 14px;
    height: 26px;
    padding: 2px 2px;
    border-radius: 18px;*/
    font-size: 18px; 
	padding: 2px 6px;
	border: 2px solid rgba(255, 200, 100,0.0);
    font-family: 'Spectral', serif;
    /* line-height: 26px; */
    color: rgb(255, 200, 110);
	opacity: 0.8;
	background-color: rgba(0, 0, 0, 0.0);
	/* background-color: rgba(200, 210, 210, 0.2); */
    text-align: left;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.9);
    /*user-select: none;
    background: rgba(37, 37, 37, 0.8) none repeat scroll 0% 0%; */
}
.v3d-annotation:hover {
	color: rgb(255, 200, 130);
	border: 2px solid rgba(255, 200, 110, 0.8);
	/* background-color: rgba(0, 0, 0, 0.0); */
	padding: 2px 6px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 0;
}
.v3d-annotation-dialog {
	z-index:29;
	font-family: 'Spectral', serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	color: rgba(255, 200, 130, 0.9);
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.0);
	margin-left: 2px;
	margin-top: 17px;
	text-align: left;
	min-width: 240px;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.9);
}
@keyframes blinker4 {
  50% {
    opacity: 0.2;
  }
}
@media only screen and (max-width: 790px) {
	.v3d-annotation {
		font-size: 16px;
	}
	.v3d-annotation-dialog {
		font-size: 14px;
	}
}
@media only screen and (max-width: 420px) {
	.v3d-annotation {
		font-size: 14px;
	}
	.v3d-annotation-dialog {
		font-size: 13px;
	}
}

.hidden {
	display: none;
}
/* #show-history {
	position: absolute;
	z-index: 5;
	top: 10%;
	right: 7.4%;
	padding: 1.5%;
	width: 24%;
	color: rgba(255, 200, 130, 0.8);
	margin-top: -20px;
	padding: 20px 15px 15px 5px;
	text-align: right;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	user-select: none;
	display: none;
	opacity: 1.0;
	animation: blinker1 3s linear 8;
} */
/* @keyframes blinker1 {
  50% {
    opacity: 0.2;
  }
} */

/* --- End of content styles----*/