/* 3D web application by Simone Lipschitz: "myVehicle 2018". Verge3D 3.8*/
html {
	background-color: rgb(51, 50, 52);
}
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;
}
h1 {	
	font-family: 'Spectral', serif;
	font-weight: 400;
	font-size: 1.22em;
	/* text-align: center; */
	line-height: 1.1em;
}
canvas {
    background: rgb(51, 50, 52) !important;
}
#blocklyCont {
	z-index: 200 !important;
}

#fullscreen_button {
    position: absolute;
    z-index:21;
    top: 1.5%;
    right: 0.7%;
    width: 3.3%;
    height: 3.3%;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
	 min-width: 10px;
	 min-height: 10px;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
	 opacity: 0.4;
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
	 opacity: 0.4;
}

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



/* 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(51, 50, 52);	
}
.preloader_div {
		
}
.loader-img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 3%;
    width: 26%;
	min-width: 130px;
	max-width: 300px;
}

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.3%;
	opacity: 0.9;
	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;
			}
}
@media only screen and (max-height: 430px) {
	.loader-img {
		
		margin-top: 1%;
		width: 22%;
	}
	.message, .message2 {
		margin-top: 1%;
		font-size: 16px;
	}
}
div#check-feature {
	position: absolute;
	color: rgb(180,255,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: 7%;
	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;
	}
}
/* --- End of Preloader styles ----*/
/* --- Content styles ----*/
#v3d-container {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
	/* cursor: move; */	 
}
img {
	width:100%;
	height: auto;
}
div#sidebar-l {
position: absolute;
background-color: rgba(0,0,0,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,0,0,0.3);
	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: 6%;
    right: 0.8%;
    width: 2.8%;
    max-width: 60px;
    min-width: 22px;
    height: 100%;
    cursor: pointer;
    opacity: 0.2;
}
div#project-info {
	position: absolute;
	z-index: 2;
	font-family: 'Spectral', serif;	
	font-size: 1.0em;
	font-weight: 300;
	top: 0;
	right: 7.8%;
	color: rgba(250,243,240,0.8);
	text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
	padding: 0.6% 1.5% 1.5% 1.5% ;
	width:78.2%;
	margin-top: 0;
	text-align: left;
	-webkit-transition: opacity 2s;
   transition: opacity 2s;
	opacity: 1;
	cursor: pointer;
}
div#project-info-toggle {
	position: absolute;
	z-index: 5;
	font-size: 28px;
	top: 0;
	right: 4%;
	color: rgba(250,243,240,0.8);
	text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
	padding: 1.5%;
	margin-top: -1.3%;
	text-align: right;
	-webkit-transition: opacity 2s;
   transition: opacity 2s;
	opacity: 0.0;
	cursor: pointer;
}
#project-info h1{
	text-align: center;
}
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: 0.93em;
	}
}
@media only screen and (max-width: 790px) {
	div#project-info {
		font-size: 0.86em;
	}
}
@media only screen and (max-width: 430px) {
	div#project-info {
		font-size: 0.82em;
		right: 5.1%;
	}
	div#project-info-toggle {
		right: 7%;
	}
}
div#information {
position: absolute;
	z-index: 10;
	font-size: 1em;
	top: 21%;
	left: 8%;
	background-color: rgba(0,0,0,0.6);
	color: rgba(250,243,240,0.9);
	display: none;
	padding: 1.4%;
	width:30%;
	text-align: left;
	cursor: pointer;
	border: 3px solid rgba(250,240,240,0.7);
    border-radius: 14px;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
	opacity: 0;
	/* opacity: 1.0;
	animation: blinker3 3s linear infinite; */
}

div#information ul {
	margin: 5px 0 0.3em -25px;	
}
div#information li {
	margin: 5px 0 5px 0;
}
@media only screen and (max-width: 1367px) {
	div#information {
	font-size: 0.9em;		
		left: 8.4%;
		width:35%;
	}
}
@media only screen and (max-width: 820px) {
	div#information {	
	font-size: 0.8em;
		/* top: 14%; */
		left: 12%;
		width:50%;
	}
}
@media only screen and (max-width: 430px) {
	div#information {
		font-size: 0.73em;
		left: 17%;
		width:50%;
		top: 24%;
	}
}
@media only screen and (max-width: 321px) {
	div#information {
		font-size: 0.74em;
		left: 17%;
		width:60%;
		top: 24%;
	}
}
@media only screen and (max-height: 430px) {
	div#information {
		font-size: 0.8em;
		top:4%;
		left: 10%;
		width:50%;
	}
}
@media only screen and (max-height: 321px) {
	div#information {
		font-size: 0.74em;
		top:4%;
		left: 10%;
		width:60%;
	}
}		
div#information h5{
font-family: Arial, non-serif;
 text-align: right;
 font-size: 1em;
 line-height: 1.2em;
 margin: 0 5px 0 0;
}
#extra-actions {
	position: absolute;
	z-index: 41;
	bottom: 3%;
	width: auto;
	right: 6.1%;	
}
.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(200, 200, 200, 0.2);
	border-radius: 10px;
	font-size: 18px;
	text-align: center;
	opacity: 0.5;
	-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.4);
    bottom: 0.2%;
    right: 6%;
    width: 90%;
    cursor: pointer;
	text-align: right;	
	padding: 5px;
}
@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: 9%;
		width: 70%;
	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: relative;
	background-color: rgba(0,0,0,0);
	/*color: rgba(250,250,250,0.4);*/
	z-index:20;
    top: 22%;
    left: 10%;
    padding: 5% 2% 10% 0;
    display:block;
    width: 80%;
}
div#customize .change {
 	/*background-color: rgba(250,250,250,0.2);*/
 	color: rgba(250,243,240,0.7);
    margin: 0 3% 30% 0;
    padding:1%;
    cursor: pointer;
    display: block;
    font-size: 20px;
	line-height: 24px;
    text-align: center;
	 opacity: 1.0;
}
div#customize .change:hover {
	color: rgba(250,243,240,0.7);
	opacity: 0.5;
}
div#patience-1 {
	position: absolute;
	color: rgb(230,220,120);
	font-size: 22px;
	text-align: center;
	z-index: 200;
	whidth: 100%;
	top: 40%;
	display: none;
}
.anot-blink {
	position: absolute;
	z-index: 50;
	margin-left: -16%;
    font-family: 'Spectral', serif;
    color: rgb(100, 230, 200);
	width: 25%;
    min-width: 14px;
    height: auto;
    padding: 4px 9px 6px 9px;
	border: 2px solid rgba(100, 230, 200, 1.0);
    border-radius: 18px;
    font-size: 1em;   
	opacity: 1.0;
	animation: blinker3 3s linear infinite;
	/* background-color: rgba(0, 0, 0, 0.2); */
	background-color: rgba(0, 0, 0, 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.4;
  }
}

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