/* 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;
	background-color: rgb(0,70,40);
}
p {
	margin: 8px 0 2px 0;
}
canvas {
    background-color: rgba(0,70,40,0.0);
}

/* #blocklyCont {
	z-index: 200 !important;
} */
#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	background-color: rgb(0,70,40);
}
div#fullscreen_button {
    position: absolute;
    z-index:20;
    top: 1.5%;
    right: 6%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
}
.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
    opacity: 0.3;
}
.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
    opacity: 0.3;
}
/* 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: rgb(5,55,44);	
}
.preloader_div {
		
}
.loader-img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 8%;
    width: 26%;
	min-width: 180px;
	max-width: 400px;
}
@media only screen and (max-height: 430px) {
	.loader-img {
		margin-top: 2%;
	}
}
img {
	width:100%;
	height: auto;
}
.progress {
		
}
.message, .message2 {
	color: rgb(230,220,120);
	font-size: 18px;
	text-align: center;
	width: 96%;
	margin-top: 2%;
	margin-left: 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(204, 255, 153);
	background-color: rgb(0,50,40);
	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,50,35,0.8);
	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,50,35,0.8);
	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.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.15;
}
div#signature:hover{
	opacity: 0.5;
}
div#project-info {
	position: absolute;
	z-index: 2;
	font-size: 17px;
	top: 0;
	left: 12%;
	color: rgba(250,250,240,0.7);
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
	padding: 1.5%;
	width:74%;
	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: 10px;
	right: 4.8%;
	margin-top: 0;
	color: rgba(250,250,240,0.7);
	text-shadow: 1px 1px 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;
}
@media only screen and (max-width: 1100px) {
	div#project-info {
		font-size: 15px;
	}
}
@media only screen and (max-width: 790px) {
	div#project-info {
		left: 13%;
		font-size: 13px;
		/* top: 5%; */
		width:68%;
	}
}
@media only screen and (max-width: 400px) {
	div#project-info {
		left: 14%;
		font-size: 12px;
		/* top: 5%; */
		width:68%;
	}
}
div#information {
position: absolute;
	z-index: 10;
	font-size: 16px;
	top: 17%;
	left: 12%;
	background-color: rgba(0,55,40,0.9);
	color: rgba(254,254,254,1.0);
	display: none;
	padding: 1.5%;
	width:38%;
	text-align: left;
	cursor: pointer;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	opacity: 0;
}
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: 9%;
		width:25%;
	}
	div#information img {
	width:45%;
	margin: 10px 10% 5px 0;
}
}
@media only screen and (max-width: 800px) {
	div#information {		
		left: 12%;
		width:60%;
	}
	div#information img {
	width:45%;
	margin: 10px 10% 5px 0;
	}
}
@media only screen and (max-width: 430px) {
	div#information {
		top: 6%;
		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:4%;
		left: 10%;
		width:50%;
	}
	div#information img {
	width:35%;
	margin: 10px 5% 5px 0;
	}
}	
div#information h5 {
font-family: Arial, non-serif;
 text-align: right;
 font-size: 18px;
 font-weight: 400;
 line-height: 20px;
 margin: 0 0 -10px 0;
}
div#copyright {
	position: absolute;
	z-index: 1;
	font-size: 13px;
 	color: rgba(250,250,250,0.5);
    bottom: 0.2%;
    right: 7%;
    width: 90%;
    cursor: pointer;
	text-align: right;	
	padding: 5px;
}
@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-height: 430px) and (max-width: 900px){
	div#copyright{
		/* left: 9%; */
		width: 80%;
	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#info {
	color: rgba(254,254,254,0.9);
}

div#customize {
	position: relative;
	background-color: rgba(0,0,0,0);
	/*color: rgba(250,250,250,0.4);*/
	z-index:20;
    top: 23%;
    left: 12%;
    padding: 5% 2% 10% 0;
    display:block;
    width: 76%;
}
div#customize .change {
 	/*background-color: rgba(250,250,250,0.2);*/
 	color: rgba(250,250,250,0.9);
    margin: 15% 3% 30% 0;
    padding:1%;
    cursor: pointer;
    display: block;
    font-size: 20px;
	line-height: 24px;
    text-align: center;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	opacity: 0.75;
	-webkit-user-select: none;
}

div#customize .change:hover {
	color: rgba(250,250,250,1);
	opacity: 1.0;
}
div#customize .cover {
	position: relative;
	z-index:21;
	margin: -119% 3% 30% 0;
	padding:1%;
	}
/* --- End of content styles----*/