/* 3D web application by Simone Lipschitz: "myVehicle fantasy". Verge3D 3.9*/
body {
    margin: 0px;
    font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: 300;
    overflow: hidden;
	-webkit-text-size-adjust: none;
}
p {
	margin: 11px 0 2px 0;
}
canvas {
    background: rgb(0,10,40) !important;
}
/* #blocklyCont {
	z-index: 200 !important;
} */
#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	/* background-colour: rgb(0,25,22); */
}
div#fullscreen_button {
    position: absolute;
    z-index:23;
    top: 2%;
	right: 12%;
	width: 70%;
	height: 5%;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
	min-width: 28px;
}

/* .fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
} */

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
	opacity: 0.3;
	/* margin-left: 1%; */
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
	opacity: 0.3;
	/* margin-left: 1%; */
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

/* Dark Theme */

/* .v3d-simple-preloader-background {
    background-color: #181818;
	z-index: 100;
}

.v3d-simple-preloader-container {
    filter: drop-shadow(0px 0px 4px #2a69bd);
	z-index: 101;
} */

/* --- Custom CSS ----*/
/* --- Preloader styles ----*/
#preloader_div {
	position: fixed;
	width:100%;
	height:100%;
	z-index: 200;	
	background-color: rgb(0,10,40);
}
.preloader_div {
	z-index: 200;	
}
.loader-img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 9%;
    width: 30%;
	min-width: 130px;
	max-width: 360px;
}
@media only screen and (max-height: 600px) {
	.loader-img {
		margin-top: 2.6%;
		margin-bottom: -2%;
	}
}
img {
	width:100%;
	height: auto;
}
.progress {
		
}

.div-block1 {
	padding: 0 3% 0 3%;
}
.message, .message2 {
	color: rgb(230,220,120);
	font-size: 18px;
	text-align: center;
	width: 100%;
	margin-top: 2%;			
}
.message2 {
	margin-top: 1%;
	animation: blinker 3s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}
.blink {
	color: rgba(250,250,250,1.0);
	opacity: 1.0;
	animation: blinker2 2s linear 20;
}

@keyframes blinker2 {
  50% {
    opacity: 0.3;
  }
}

#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: 15px;
			}
}
@media only screen and (max-width: 600px) {
	.message, .message2, #percentage {
		font-size: 13px;
			}
}
@media only screen and (max-height: 500px) {
		.message, .message2, #percentage {
		font-size: 14px;
			}
}
/* --- End of Preloader styles ----*/
/* --- Content styles ----*/
img {
	width:100%;
	height: auto;
}
div#check-feature {
	position: absolute;
	color: rgb(204, 255, 153);
	text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
	font-size: 16px;
	text-align: center;
	bottom: 10%;
	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,0,0,0.4);
	width: 7.1%;
	max-width: 130px;
	min-width: 50px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
div#sidebar-r {
position: absolute;
background-color: rgba(0,0,0,0.3);
	width: 5.9%;
	max-width: 130px;
	min-width: 40px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 10;
}
div#back {
	position: absolute;
	width: 3%;
	max-width: 80px;
	min-width: 26px;
	top: 2%;
	left: 2%;
	z-index: 12;
}
div#back a {
	opacity: 0.6;
}
div#back a:link {
	opacity: 0.6;
}
div#back a:hover {
	opacity: 0.8;
}
div#back a:visited {
	opacity: 0.6;
}
div#back a:active {
	opacity: 0.6;
}
div#signature {
	position: absolute;
	z-index: 11;
	font-size: 14px;
    bottom: 5%;
    right: 0.5%;
    width: 2%;
    max-width: 30px;
    min-width: 20px;
    height: 100%;
    cursor: pointer;
    opacity: 0.2;
}
div#project-info {
	position: absolute;
	z-index: 2;
	font-size: 17px;
	top: 0;
	right: 5%;
	color: rgba(250,250,240,0.7);
	text-shadow: 2px 2px 6px rgba(0,0,0,0.8);
	padding: 0.6% 1.5% 1.5% 1.5% ;
	width:60%;
	margin-top: 0;
	text-align: left;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	opacity: 1;
	cursor: pointer;
	user-select: none;
}
div#project-info a {
	color: rgba(255, 210, 0,0.8);
}
div#project-info a:hover {
	color: rgba(255, 210, 0,1.0);
}
div#project-info-toggle {
	position: absolute;
	z-index: 4;
	font-size: 26px;
	top: 0;
	right: 5.3%;
	margin-top: 10%;
	color: rgba(250,250,240,0.7);
	text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
	padding: 1.5%;
	/* width:30%; */
	margin-top: 0;
	text-align: right;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	opacity: 0.0;
	cursor: pointer;
}
div#project-info h5 {
	font-family: Arial, non-serif;
	text-align: right;
	font-size: 0.92em;
	/* font-weight: 400; */
	/* line-height: 20px; */
	margin: -1.3em 6px 0 0;
}
@media only screen and (max-width: 1100px) {
	div#project-info {
		font-size: 15px;
	}
}
@media only screen and (max-width: 790px) {
	div#project-info {
		font-size: 14px;
		right: 6%;
		/* top: 5%; */
		width:60%;
	}
}
@media only screen and (max-width: 500px) {
	div#project-info {
		font-size: 13px;
		right: 9%;
		width:60%;
	}
	div#project-info-toggle {
		right: 10%;
	}
}
div#information {
position: absolute;
	z-index: 10;
	font-size: 16px;
	top: 10%;
	left: 8%;
	background-color: rgba(0,0,0,0.4);
	color: rgba(250,250,250,0.8);
	display: none;
	padding: 1.5%;
	width:30%;
	text-align: left;
	cursor: pointer;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	opacity: 0;
	user-select: none;
}
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: 7.6%;
		width:20%;
	}
}
@media only screen and (max-width: 800px) {
	div#information {	
		top: 10%;
		left: 12%;
		width:40%;
	}
}
@media only screen and (max-width: 430px) {
	div#information {
		font-size: 13px;
		left: 17%;
		width:60%;
	}
}
@media only screen and (max-height: 430px) {
	div#information {
		font-size: 13px;
		top:3%;
		left: 15%;
		width:40%;
	}
}	
div#information h5 {
font-family: Arial, non-serif;
 text-align: right;
 font-size: 16px;
 line-height: 20px;
 margin: 0 0 -10px 0;
}
#extra-actions {
	position: absolute;
	z-index: 41;
	bottom: 3%;
	width: auto;
	right: 7%;	
}
.button-r {
	padding: 3px 8px 3px 8px;
	color: rgb(200, 200, 200);
	border: 2px solid rgba(250, 250, 250, 0.3);
	/* border: 2px solid rgba(200, 160, 100, 0.2); */
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	font-size: 17px;
	text-align: center;
	opacity: 0.8;
	-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);
	display: block;
	/* border: 1px solid rgb(255, 160, 100); */
	cursor: pointer;
}
.button-r:hover {
	opacity: 1.0;
	border: 2px solid rgba(255, 255, 255, 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;
	}
}
div#copyright {
	position: absolute;
	z-index: 1;
	font-size: 13px;
 	color: rgba(250,250,250,0.6);
	text-shadow: 2px 1px 7px rgba(0,0,0,0.9);
    bottom: 0.2%;
    right: 7%;
    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: 80%; 
	}
}
@media only screen and (max-width: 790px) {
	div#copyright {
		font-size: 11px;
		/* left: 17%; */
		width: 85%; 
	}
}
@media only screen and (max-height: 430px) and (max-width: 900px){
	div#copyright{
		/* left: 9%; */
		width: 85%;
	font-size: 11px;	
	}
}
@media only screen and (max-width: 430px){
	div#copyright{
		right: 10%;
		width: 70%;
	font-size: 11px;	
	}
}
div#copyright a {
	color: rgba(210,250,210,0.9);
	text-decoration: none;
}
div#copyright a:hover {
	color: rgba(210,250,210,1.0);
	text-decoration: underline;
}
div#customize {
	position: relative;
	background-color: rgba(0,0,0,0);
	/*color: rgba(250,250,250,0.4);*/
	z-index:20;
    top: 19%;
    left: 10%;
    padding: 5% 2% 10% 0;
    display:block;
    width: 80%;
}

div#customize .change {
 	color: rgba(250,250,250,0.5);
    margin: 0 3% 20% 0;
    padding:1%;
    cursor: pointer;
    display: block;
    font-size: 20px;
	line-height: 24px;
    text-align: center;
}

div#customize-2 {
	position: relative;
	background-color: rgba(0,0,0,0);
	color: rgba(250,250,250,0.5);
	z-index:20;
    top: 14%;
    right: 0;
    padding: 0 0 10% 11%;
    display:block;
    width: 78%;
	font-size: 20px;
	text-align: center;
}
#walk, #walk-pause, #walk-resume {
	/* position: relative; */
	line-height: 1em;
	cursor: pointer;
	opacity: 1.0;
	/* z-index:21; */
	/* margin-bottom: 100%; */
	
}
div#customize-2 .change {
	position: relative;
	text-align: center;	
	margin: 0 0 20% 0;
	padding: 1%;
	z-index:21;
	cursor: pointer;
}
div#customize-2 .change-b {		
	position: relative;
	z-index:20;
	margin: -127% 0 20% 0;
	padding: 1%;
	opacity: 0.0;
	/* display: none; */
	/* -webkit-transition: opacity 2s;
    transition: opacity 2s; */
	cursor: pointer;
}


.inter {
	margin-bottom: 6%;
	margin-top: -14%;
	user-select:none;
	/* line-height: 0.9em; */
}
@media only screen and (max-width: 1200px) {
	div#customize-2 {
		top: 22%;
	}
	div#customize-2 .change-b {		
		margin: -134% 0 20% 0;
	}
	.inter {
		font-size: 14px;
	}	
}
@media only screen and (max-width: 800px) {
	/* div#customize-2 {
		top: 22%;
	} */
	div#customize-2 .change-b {		
		margin: -138% 0 20% 0;
	}
	.inter {
			font-size: 13px;
		}	
	
}
@media only screen and (max-width: 500px) {
	/* div#customize-2 {
		top: 22%;
	} */
	div#customize-2 .change-b {		
		margin: -142% 0 20% 0;
	}
	.inter {
			font-size: 11px;
		}	
	
}

.rotate {
	/* position: absolute;
	top: 77%;
    right: 18%; */
	width: 70%;
	/* margin-left: 11%;
	margin-top: 5%;	 */
	opacity: 0.4;
	padding: 0 7% 0 7%;
	margin-bottom: -8%;
	margin-top: 8%;
	min-width: 31px;
	/* -webkit-transition: opacity 2s;
    transition: opacity 2s; 
	
	max-width: 54px;*/	
}

.transp {
	opacity: 0.3;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
}

div#customize .change:hover {
	color: rgba(250,250,250,0.8);
}
div#VR-buttons{
	position: absolute;
	z-index: 30;
	width: 18%;
	bottom: 10%;   
	right: 8%;
	/* background-color: rgba(255, 210, 100, 0.5); */
	display: block;
}
div#enter-VR, div#no-VR, div#hide-VR, div#VR-pointer, div#exit-VR {
	width: 93%;
	margin: 0 0 7% 0;
	padding: 0.5% 2% 0.8% 2%;
	color: rgb(255, 210, 140);
	text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
	/* background-color: rgba(0, 0, 0, 0.2); */
	background-color: rgba(255, 210, 100, 0.2);
	border: 2px solid rgb(255, 210, 140);
	border-radius: 16px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	opacity: 0.8;
	display: none;
	/* animation: blinker2 3s linear 15; */
	user-select: none;	
}

div#hide-VR {
	width: 83%;
	font-size: 18px;
	line-height: 20px;
	margin: 3% 5% 6% 5%;
	display: none;	
}
div#exit-VR, div#VR-pointer, div#no-VR, div#VR-pointer-lost {
	font-size: 13px;
	line-height: 15px;
	display: none;	
}
/* @media only screen and (min-width: 1020px) {
	div#VR, div#no-VR, div#VR-pointer {
		top: 57%;
		left: 0;
	} 
	div#hide-VR {
		top: 67%;
		left: 0;	
	}	
}
@media only screen and (max-height: 430px) {
	div#VR, div#no-VR, div#VR-pointer {
		top: 47%;
		left: 10%;
	} 
	div#hide-VR {
		top: 67%;
		left: 10%;	
	}
} */


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