html, body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #111;
}

.loader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(60, 60, 60, 0.9);
	text-align: center;
	font-size: 2em;
	color: #cacaca;
	padding-top: 18%;
}

.loader-icon {
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: translateZ(100px) rotateY(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: translateZ(100px) rotateY(360deg); } }
@keyframes spin { 100% { -webkit-transform: translateZ(100px) rotateY(360deg); transform:rotateY(360deg); } }


.loader-message {

}

.editor-3d {
	margin: 0;
	padding: 0;
}

.editor-3d-canvas {
	margin: 0;
	padding: 0;
	/*
	width: 100% !important;
	height: 100% !important;
	*/
}

.controles {
	position: absolute;
	bottom: -20px;
	right: 20px;
	background-color: #ccc;
	-moz-transform: perspective(600px)  rotateX(60deg) translate3d(-20px, 100px, 70px);
	-webkit-transform: perspective(600px)  rotateX(60deg) translate3d(-20px, 100px, 70px);
	transform: perspective(600px) rotateX(60deg) translate3d(-20px, 100px, 70px);
	border-radius: 5em;
	width: 10em;
	height: 10em;
	background: -webkit-linear-gradient(#888, #ccc);
    background: -o-linear-gradient(#888, #ccc);
    background: -moz-linear-gradient(#888, #ccc);
    background: linear-gradient(#888, #ccc);
    text-align: center;
    opacity:0.4;
  	filter:alpha(opacity=40);
}

.controles-aux {
	position: absolute;
	bottom: -20px;
	left: 20px;
	background-color: #ccc;
	-moz-transform: perspective(600px)  rotateX(60deg) translate3d(20px, 100px, 70px);
	-webkit-transform: perspective(600px)  rotateX(60deg) translate3d(20px, 100px, 70px);
	transform: perspective(600px) rotateX(60deg) translate3d(20px, 100px, 70px);
	border-radius: 5em;
	width: 10em;
	height: 10em;
	background: -webkit-linear-gradient(#888, #ccc);
    background: -o-linear-gradient(#888, #ccc);
    background: -moz-linear-gradient(#888, #ccc);
    background: linear-gradient(#888, #ccc);
    text-align: center;
    opacity:0.4;
  	filter:alpha(opacity=40);
}

.controles-top {
	position: absolute;
	top: -10px;
	left: 20px;
	background-color: #ccc;
	-moz-transform: perspective(600px)  rotateX(60deg) translate3d(20px, 100px, 70px);
	-webkit-transform: perspective(600px)  rotateX(60deg) translate3d(20px, 100px, 70px);
	transform: perspective(600px) rotateX(60deg) translate3d(20px, 100px, 70px);
	border-radius: 5em;
	width: 10em;
	height: 10em;
	background: -webkit-linear-gradient(#888, #ccc);
    background: -o-linear-gradient(#888, #ccc);
    background: -moz-linear-gradient(#888, #ccc);
    background: linear-gradient(#888, #ccc);
    text-align: center;
    opacity:0.4;
  	filter:alpha(opacity=40);
}

.controles, .controles-aux, .controles-top {
	z-index: 999;
}

.controles .fa, .controles-aux .fa , .controles-top .fa {
	display: block;
	color: #666;
	font-size: 4.5em;
}



.controles:hover, .controles-aux:hover {
	opacity:0.9;
  	filter:alpha(opacity=90);
}

.controles .fa.fa-chevron-up {
	font-size: 4em;
	padding-bottom: .3em;
	border-bottom: solid 1px #bbb;
}

.controles .fa:hover, .controles-aux .fa:hover, .controles-top .fa:hover {
	color: #fff;
	cursor: pointer;
}

.controles-aux .fa.fa-chevron-left, .controles-aux .fa.fa-chevron-right {
	font-size: 2.5em;
}

.controles-aux .fa.fa-chevron-left {
	float: left;
}

.controles-aux .fa.fa-chevron-right {
	float: right;
}

.controles .fa.fa-arrows-alt, .controles .fa.fa-backward {
	font-size: 1.75em;
}

.controles .fa.fa-backward {
	float: left;
}

.controles .fa.fa-arrows-alt {
	float: right;
	margin-right: .2em;
}

.modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(60, 60, 60, 0.8);
	display: none;
}

.modal iframe {
	background: #666;
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
}

.modal .btn {
	position: absolute;
	top: 1%;
	right: 10%;
	font-size: 2em;
	color: #fff;
}

@media only screen and (max-width : 768px) {
	.modal {
		display: none !important;
	}
}

body.with-modal .controles, body.with-modal .controles-aux, body.with-modal .controles-top {
	display: none !important;
}

@media only screen and (max-width : 768px) {
	.controles, .controles-aux, .controles-top {
		width: 7em;
		height: 7em;
		opacity:0.6;
		filter:alpha(opacity=60);
	}

	.controles-top {
		top: 0;
	}

	.controles .fa, .controles-aux .fa , .controles-top .fa {
		font-size: 2.5em;
	}
	.controles-aux .fa.fa-chevron-left, .controles-aux .fa.fa-chevron-right {
		font-size: 1.5em;
	}

	.controles-aux {
		bottom: -26px;
		left: -4px;
	}

	.controles {
		bottom: -26px;
		right: -4px;
	}

	.controles-top {
		top: -4px;
		left: -4px;
	}
}

@media only screen and (max-width : 480px) {
	.controles, .controles-aux, .controles-top {
		width: 6em;
		height: 6em;
		opacity:0.6;
		filter:alpha(opacity=60);
	}

	.controles-top {
		top: 0;
	}

	.controles .fa, .controles-aux .fa , .controles-top .fa {
		font-size: 2em;
	}
	.controles-aux .fa.fa-chevron-left, .controles-aux .fa.fa-chevron-right {
		font-size: 1em;
	}

	.controles-aux {
		bottom: -26px;
		left: -4px;
	}

	.controles {
		bottom: -26px;
		right: -4px;
	}

	.controles-top {
		top: -4px;
		left: -4px;
	}
}






































.menu {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	background: rgba(119, 119, 119, .5);
	text-align: center;

	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
}

.menu-in {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
}

.blq {
	margin-bottom: 1em;
}

.menu a {
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	background: #eaeaea;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding: .2em .5em;
	text-decoration: none;
	font-size: .8em;

	transition: background .3s linear;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
}

.menu a.principal {
	text-align: left;
	display: block;
}

.menu a.auxiliar {
	margin-top: .5em;
	background: rgba(17, 17, 17, .5);
	display: inline-block;
	color: #999;
	width: 36%;
}

.menu a.principal:hover {
	background: #fff;
}

.menu a.auxiliar:hover {
	background: #111;
	color: #bbb;
}

.menu a i {
	font-size: 1.2em;
}

.menu a span {
	margin-left: .5em;
}




@media (orientation: portrait) {
	.menu {
		top: auto;
		bottom: 0;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.blq {
		box-sizing: border-box;
		padding: 0 .5em;	
		width: 33%;
		float: left;
	}
}


@media only screen and (max-width : 480px) {
	.menu-in {
		padding: .5em;
	}

	.blq {
		margin-bottom: .5em;
	}

	.menu a {
		text-align: center !important;	
	}

	.menu a span {
		display: none;
	}

	.menu a i {
		font-size: 2em;
	}
	.menu a.auxiliar {
		padding:.7em 0em;
		width:40%;
	}

	.menu a.auxiliar i {
		font-size: 1.2em;
	}
}

@media only screen and (max-width : 768px) and (orientation: landscape) {
	.menu-in {
		padding: .5em;
	}

	.blq {
		margin-bottom: 1em;
	}

	.menu a {
		text-align: center !important;	
		padding:.3em 1.5em;
	}

	.menu a span {
		display: none;
	}

	.menu a i {
		font-size: 2em;
	}
	.menu a.auxiliar {
		padding:.7em 0em;
		width:42%;
	}

	.menu a.auxiliar i {
		font-size: 1.2em;
	}
}

@media only screen and (min-width : 1025px) {
	.menu {
		background: rgba(119, 119, 119, .2);
	}

	.menu-in {
		padding: .5em;
	}

	.menu a {
		text-align: center !important;
		font-size: 1em;
		padding: .2em;
	}

	.menu a span {
		display: none;
	}

	.menu a.auxiliar {
		display: none;
	}


	.menu.hover {
		background: rgba(119, 119, 119, .5);
	}

	.menu.hover .menu-in {
		padding: 1em;
	}

	.menu.hover a {
		text-align: left !important;
		font-size: .8em;
		padding: .2em .5em;
	}

	.menu.hover a span {
		display: inline;
	}

	.menu.hover a.auxiliar {
		display: inline-block;
	}
}