.objMesh {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.loading {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	width: 150px;
	height: 10px;
	background: rgba(0, 0, 0, .2);
	overflow: hidden;
	transition: all 1s;
}
.percent {
	background: rgba(0, 0, 0, .5);
	width: 1%;
	height: 100%;
	transition: all 0.2s;
}

/*# sourceMappingURL=main.css.map*/