/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
#container-simulador .regua, #container-simulador .slash-horizontal, #container-simulador .slash-vertical {
	display: none;
}
.menu-simulador ul li span {
	left: -8%;
}
.menu-simulador ul li::after {
	left: 6%;
}
/***************** TESTE ***********************/
#container-simulador {
	height: 800px;
}
#container-simulador .base-pedra {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.painel-opcoes {
	width: 100%;
	height: 264px;
	top: initial;
	bottom: 0;
}
.painel-opcoes .resultados .item-resultado {
	width: 12.5%;
}
.painel-opcoes h3.title {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 19px;
}
.painel-opcoes button.btn-close {
	top: 6px;
}
.painel-opcoes button.btn-right-to-left {
	display: none;
}
/***************** .TESTE ***********************/


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.menu-simulador ul li::after {
	display: none;
}
.menu-simulador ul li span {
	left: 3%;
}
.menu-simulador ul li {
	text-align: left;
}
.painel-opcoes .resultados .item-resultado {
	width: 17%;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}
