/* 3D web application by Simone Lipschitz: "myVehicle 2018". Verge3D 2.9.2*/
body {
    margin: 0px;
    font-family: 'Spectral', serif;
	font-size: 18px;
	font-weight: 300;
    overflow: hidden;
	-webkit-text-size-adjust: none;
}
p {
	margin: 8px 0 2px 0;
}
canvas {
    background: rgb(0,28,32) !important;
}
#blocklyCont {
	z-index: 200 !important;
}
#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	
}
div#fullscreen_button {
    position: absolute;
    z-index:20;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
}
.fullscreen-open {
    background-image: url('media/fullscreen-open.png');
    opacity: 0.4;
}
.fullscreen-close {
    background-image: url('media/fullscreen-close.png');
    opacity: 0.4;
}
/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
/* --- Custom CSS ----*/
/* --- Preloader styles ----*/
#preloader_div {
	position: fixed;
	width:100%;
	height:100%;
	z-index: 200;	
	/* background-color: rgba(40,100,90); */
	background-color: rgb(0,28,32);
	/* opacity: 1.0;
	-webkit-transition: opacity 4s;
    transition: opacity 4s;	 */
}
.preloader_div {
		
}
.loader-img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 8%;
    width: 30%;
	min-width: 130px;
	max-width: 400px;
}
@media only screen and (max-height: 430px) {
	.loader-img {
		margin-top: 5%;
	}
}
img {
	width:100%;
	height: auto;
}
.progress {
		
}
.message, .message2 {
	color: rgb(200,255,220);
	font-size: 18px;
	text-align: center;
	width: 98%;
	margin-top: 2%;
	padding: 0 1% 0 1%;
		
}
.message2 {
	margin-top: 1%;
	animation: blinker 3s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

#percentage {
	color: rgb(210,255,230);
	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(204, 255, 153);
	text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
	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,0,0,0.0);
	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,0,0,0.0);
	width: 4.8%;
	max-width: 80px;
	min-width: 30px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 10;
}
div#back {
	position: absolute;
	width: 3.1%;
	max-width:86px;
	min-width: 25px;
	top: 3%;
	left: 1.4%;
	z-index: 12;
}
div#back a {
	opacity: 0.65;
}
div#back a:link {
	opacity: 0.65;
}
div#back a:hover {
	opacity: 0.8;
}
div#back a:visited {
	opacity: 0.65;
}
div#back a:active {
	opacity: 0.65;
}
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.2;
}
/* div#info p{
	color: rgba(200,220,210,0.8);
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	width: auto;
	text-align: center;
	opacity: 0.5;
}
div#info p:hover {
	opacity: 1.0;
} */
div#project-info {
	position: absolute;
	z-index: 2;
	font-size: 17px;
	top: 2%;
	right: 7%;
	color: rgba(250,250,240,0.7);
	text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
	padding: 1.5%;
	width:60%;
	margin-top: 0;
	text-align: left;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	display: none;
	opacity: 0;
	cursor: pointer;
}
div#project-info-toggle {
	position: absolute;
	z-index: 3;
	font-size: 24px;
	top: 3%;
	right: 5.5%;
	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;
}
@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: 13px;
		/* top: 5%; */
		width:60%;
	}
}
div#information {
	position: absolute;
	z-index: 50;
	font-size: 16px;
	bottom: 15%;
	right: 1%;
	background-color: rgba(240,250,260,0.1);
	color: rgba(250,250,250,0.8);
	padding: 1.5%;
	width:30%;
	text-align: left;
	cursor: pointer;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	opacity: 0;
	user-select: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
	border-radius: 3px;
}
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 {				
		width:20%;
	}
}
@media only screen and (max-width: 800px) {
	div#information {	
		width:40%;
	}
}
@media only screen and (max-width: 430px) {
	div#information {
		font-size: 13px;		
		width:60%;
	}
}
@media only screen and (max-height: 430px) {
	div#information {
		font-size: 13px;		
		width:40%;
	}
}	
div#information h5 {
font-family: Arial, non-serif;
 text-align: right;
 font-size: 16px;
 line-height: 20px;
 margin: 0 0 -10px 0;
}
div#copyright {
	position: absolute;
	z-index: 30;
	font-size: 13px;
 	color: rgba(250,250,250,0.4);
    bottom: 0.1%;
    right: 1%;
    width: 90%;
    cursor: pointer;
	text-align: right;	
	padding: 2px;
}
@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{
		width: 90%;
	font-size: 11px;	
	}
}
div#copyright a {
	color: rgba(200,250,200,0.4);
	text-decoration: none;
}
div#copyright a:hover {
	color: rgba(200,250,200,0.7);
	text-decoration: underline;
}
div#customize {
	position: absolute;
	background-color: rgba(0,0,0,0);
	/*color: rgba(250,250,250,0.4);*/
	z-index:20;
    top: 4%;
    right: 1%;
    padding: 0 2% 0 0;
    display:block;
    width: 80%;
}
div#customize .change {
 	/*background-color: rgba(250,250,250,0.2);*/
 	color: rgba(250,250,250,0.5);
    margin: 0 0 0 0;
    padding:0;
    cursor: pointer;
    display: block;
    font-size: 20px;
	line-height: 20px;
    text-align: center;
}
div#customize .change:hover {
	color: rgba(250,250,250,0.8);
}
#extra-actions {
	position: absolute;
	z-index: 41;
	bottom: 3%;
	width: auto;
	right: 1%;	
}
.button-r {
	padding: 3px 8px 3px 8px;
	color: rgba(190, 200, 190, 0.9);
	background-color: rgba(0, 0, 0, 0.2);
	border: 2px solid rgba(160, 180, 170, 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;
	-webkit-transition: opacity 1s;
    transition: opacity 1s;
	margin-bottom: 15px;
	animation: blinker3 3s linear 4;
	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);
}
@keyframes blinker3 {
  50% {
    opacity: 0.8;
  }
}
@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; */
		
}
/* --- End of content styles----*/

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


