* {
	border: 0;
	font-family: 'Open Sans', sans-serif;
	outline: none;
}
body {
	background: #E0DCD8;
	overflow-x: hidden;
}
h1,
h2,
h3 {
	line-height: normal;
	margin: 0;
}
h2 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 600;
	color: #301F15;
}
h3 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
h4 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 4700;
	color: #333;
}
p {
	font-size: 13px;
	font-weight: 400;
	color: #666;
	line-height: 25px;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
select { color: #666; }
select:focus {
	outline: none;
	color: #F27980;
}
input:focus {
	color: #333;
}
input .botao:focus {
	color: #FFFFFF !important;
}
a {
	display: block;
	padding: 0;
	text-decoration: none;
	border: 0;
	outline: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	border: 0;
	outline: none;
}
a.botao,
.botao {
	display: table;
	margin: 0 auto;
	padding: 8px 42px;
	background: #301F15;
	font-size: 15px;
	font-weight: 700 !important;
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	float: right;
}
a.botao:hover,
.botao:hover {
	background: #FF8A14;
}
.clear {
	clear: both;
	margin: 10px 0;
}
.container {
	width: 1170px !important;
}

/*Topo*/
#superior {
	position: relative;
	width: 100%;
	height: 230px;
	background: url(../img/bg-topo.png) no-repeat top center;
	z-index: 1;
}

/*-->Seleção do tipo de móvel<--*/
.selecao {
	display: table;
	height: 30px;
}
.selecao .itemSel {
	float: left;
	width: 292px;
	height: 30px;
}
.selecao .itemSel .titulo {
	float: left;
	width: 260px;
}
.selecao .itemSel .titulo h2 {
	line-height: 30px;
	text-align: center;
}
.selecao .itemSel .flecha {
	float: right;
	border-color: transparent transparent transparent #eee;
	border-style: solid;
	border-width: 15px 15px 15px 17px;
	width: 0px;
	height: 0px;
}
.selecao .itemSel.ativo .titulo h2 {
	width: 100%;
	background: #301F15;
	color: #fff;
}
.selecao .itemSel.ativo .flecha {
	border-color: transparent transparent transparent #301F15;
	border-style: solid;
	border-width: 15px 15px 15px 17px;
	width: 0px;
	height: 0px;
}

/*-->Seleção dos itens do tipo de móvel selecionado anteriormente<--*/
.container {
	position: relative;
}
.moveis {
	position: absolute;
}
.selecao .nav-tabs {
	border: 0 !important;
	margin: 0;
	padding: 0;
}
.selecao .nav-tabs li {
	float: left;
	width: 292px;
	height: 30px;
	border: 0;
	padding: 0;
	background: none;
}
.selecao .nav-tabs li a {
	padding: 0;
}
.selecao .nav-tabs li a.active h2 {
	background: #301F15;
	color: #fff;
}
.selecao .nav-tabs li a.active .flecha {
	border-color: transparent transparent transparent #301F15;
	border-style: solid;
	border-width: 15px 15px 15px 17px;
	width: 0px;
	height: 0px;
	background: none;
}
.selecao .nav-tabs>li>a {
	border: 0;
	background: none;
}
.selecao .nav-tabs>li>a h2 {
	border: 0;
	background: none;
}
.selecao .nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
	border: 0;
	width: 100%;
	color: #fff;
	border-radius: 0;
	background: #eee;
}
.selecao .nav-tabs>.active>a .titulo h2, .nav-tabs>.active>a:hover .titulo h2, .nav-tabs>.active>a:focus .titulo h2 {
	background: #301F15;
	color: #fff;
}
.selecao .nav-tabs>.active>a .flecha, .nav-tabs>.active>a:hover .flecha, .nav-tabs>.active>a:focus .flecha {
	border-color: transparent transparent transparent #301F15;
	border-style: solid;
	border-width: 15px 15px 15px 17px;
	width: 0px;
	height: 0px;
	background: #eee;
}
.selecao .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	border: 0;
	background: #eee;
}
.moveis .itens {
	float: left;
	width: 114px;
	height: 80px;
	margin: 0;
}
.moveis .itens a {
	position: relative;
	width: 114px;
	height: 80px;
	margin: 0;
	background: #fff;
	text-align: center;
	z-index: 0;
}
.moveis .itens a:hover {
	background: #eee;
}

.moveis .ativo a{
	background: #eee !important;
}

.moveis .itens a img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 70px;
	height: 50px;
	margin: 7px 0 0 -33px;
}
.moveis .itens a h3 {
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 100%;
	margin: 0 0 0 -55px;
	font-size: 9px;
	font-weight: 400;
	color: #666;
}




#carregando {
	position: absolute;
	top: 230px;
	left: 50%;
	margin: 0 0 0 -100px;
	display: table;
	background: #fff;
	border-bottom: 3px solid #301F15;
	border-top: 3px solid #301F15;
	width: 200px;
	height: 0px;
	display: none;
	z-index: 4;

}


#carregando div {

	display: none;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
}
#efeito-zoom {
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -350px;
	display: table;
	min-width: 200px;
	min-height: 200px;
	z-index: 2;
}
#efeito-zoom img {
	background: #fff;
	padding: 30px 50px;
	margin: 0 auto;
	border-bottom: 3px solid #301F15;
	width: 600px;
	height: 400px;
}

/*Meio*/
#meio {
	position: relative;
	width: 100%;
	min-height: 554px;
	margin: -40px auto 0;
}
/*Simulação do ambiente*/
/*
#meio .ambiente {
	position: absolute;
	top: -131px;
	left: 60%;
	width: 1920px;
	height: 771px;
	margin: 0 0 0 -960px;
	background: url(../img/ambiente3.jpg) no-repeat top center;
	overflow: hidden;
	}*/


	#meio .ambiente {
		/*background: url("../img/ambiente3.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);*/
		height: 771px;
		left: 60%;
		margin: 0 0 0 -960px;
		overflow: hidden;
		position: absolute;
		top: -7px;
		width: 1667px;
	}



	#meio .ambiente .montagem {
		position: relative;
		left: -75px;
		margin: 0;
	}
/*
	#meio .ambiente .espelho {
		position: absolute;
		top: 180px;
		left: 300px;
		width: 1300px;
	}

	#meio .ambiente .balcao {
		position: absolute;
		top: 180px;
		left: 300px;
		width: 1300px;
	}

	#meio .ambiente .cadeiras {
		position: absolute;
		top: 180px;
		left: 300px;
		width: 1300px;
	}

	#meio .ambiente .almofadas {
		position: absolute;
		top: 180px;
		left: 300px;
		width: 1300px;
	}

	#meio .ambiente .mesa {
		position: absolute;
		top: 180px;
		left: 300px;
		width: 1300px;
	}
	*/
	#meio .ambiente .espelho {
		position: absolute;
		top: 0px;
		left: 260px;
		width: 1300px;
		display: none;
	}
	#meio .ambiente .fundo {
		position: absolute;
		top: 0px;
		left: 260px;
		width: 1300px;
		/*display: none;*/
	}

	#meio .ambiente .balcao {
		position: absolute;
		top: 0px;
		left: 260px;
		width: 1300px;
		display: none;
	}

	#meio .ambiente .cadeiras {
		position: absolute;
		top: 0px;
		left: 260px;
		width: 1300px;
		display: none;
	}

	#meio .ambiente .almofadas {
		position: absolute;
		top: 0px;
		left: 260px;
		width: 1300px;
		display: none;
	}

	#meio .ambiente .mesa {
		position: absolute;
		top: 0px;
		left: 260px;
		width: 1300px;
		display: none;
	}


	#meio .container {
		position: relative;
		z-index: 2;
	}
	#meio .container .logo {
		width: 194px;
		height: 71px;
		margin: 10px auto 0;
	}
	.escolha {
		position: absolute;
	}
	.escolha .tituloEscolha {
		position: relative;
		display: table;
		height: 39px;
	}
	.escolha .tituloEscolha h2 {
		display: table;
		clear: both;
		font-size: 13px;
		font-weight: 600;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
	}
	.escolha .tituloEscolha .setaTop {
		position: absolute;
		left: 50%;
		top: 39px;
		border: 15px solid transparent;
		border-top-color: #301F15;
		z-index: 3;
	}
	.escolha.madeira .tituloEscolha .setaTop {
		margin: 0 0 0 -13px;
	}
	.escolha.madeira .corpo {
		width: 127px;
		margin: -7px 0 0;
	}
	.escolha.madeira .corpo .thumb {
		float: none;
		clear: both;
		width: 100px;
		height: 65px;
		background: none;
	}
	.escolha.madeira .corpo .thumb:hover {
		background: none;
	}
	.escolha.madeira .corpo .thumb:hover img {
		background: #301F15;
	}

	.escolha.madeira .corpo .ativo img {
		background: #301F15 !important;
	}

	.escolha.madeira .corpo .thumb img {
		width: 100px;
		height: 60px;
		padding: 4px;
		background: #FF8A14;
	}
	.escolha .corpo a .setaBottom {
		position: absolute;
		left: 50%;
		bottom: 0px;
		margin: 0 0 0 -15px;
		border: 15px solid transparent;
		border-bottom-color: #301F15;
	}
	.escolha .corpo {
		position: relative;
		display: none;
		width: 230px;
		height: auto;
		padding: 20px 0px;
		background: #fff;
		border-top: 1px solid #301F15;
		border-bottom: 1px solid #301F15;
		z-index: 3;
	}
	.escolha:hover .corpo {
		display: table;
	}
	.escolha .corpo .thumb img {
		float: left;
		width: 58px;
		height: 52px;
		margin: 0 5px 10px;
		padding: 4px;
		background: #FF8A14;
	}
	.escolha .corpo .thumb img:hover {
		background: #301F15;
	}

	.escolha .corpo .ativo img {
		background: #301F15 !important;
	}
	
	.escolha.tecido {
		top: 0;
		left: 28px;
		width: 305px;
	}
	.escolha.tecido h2 {
		margin: 0 0 0 25px;
	}
	.escolha.tecido .corpo {
		width: 380px;
	}
	.escolha.madeira {
		top: 0;
		right: 30px;
		width: 127px;
	}

	/*Rodapé*/
	#inferior {
		width: 100%;
		/*height: 190px;*/
		padding: 30px 0 0;
		background: #fff;
	}
	#inferior h2 {
		font-size: 20px;
		font-weight: 700;
		color: #301F15;
		text-transform: uppercase;
	}
	#inferior .resultado {
		float: left;
		width: 530px;
		margin: 0 60px 0 0;
	}
	#inferior .resultado span {
		display: table;
		float: left;
		margin: 0 5px 0 0;
		padding: 5px 10px;
		background: #eee;
		font-size: 15px;
		font-weight: 600;
		margin-bottom: 5px;
		color: #333;
	}
	#inferior .resultado h3 {
		display: table;
		float: left;
		padding: 5px 10px;
		margin-right: 5px;
		background: #301F15;
		font-size: 15px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
	}
	#inferior .resultado .resMoveis {
		display: table;
		width: 530px;
	}
	#inferior .resultado .resTecido {
		width: 530px;
	}
	#inferior .resultado .resMadeira {
		width: 530px;
	}
	#inferior .amigo {
		float: left;
	}
	#inferior .orcamento {
		float: right;
	}
	#inferior .dados {
		float: right;
		margin: 40px 0 0;
	}
	#inferior .dados p {
		font-size: 17px;
		font-weight: 600;
		color: #301F15;
		text-align: right;
	}

	/*Modal*/
	.modal.hide.fade.in {
		width: 618px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
		overflow: hidden;
	}
	.modal.hide.fade.in .modal-header {
		padding: 0;
		border: 0;
	}
	.modal.hide.fade.in .modal-header .nav-tabs {
		border: 0;
		margin: 0;
		padding: 0;
	}
	.modal.hide.fade.in .modal-header .nav-tabs li {
		border: 0;
		padding: 0;
		width: 289px;
	}
	.modal.hide.fade.in .modal-header .nav-tabs li a {
		padding: 15px 20px;
	}
	.modal.hide.fade.in .modal-header .nav-tabs>li>a {
		border: 0;
		background-color: #eee;
		font-size: 20px;
		font-weight: 700;
		color: #301F15;
		text-transform: uppercase;
	}
	.modal.hide.fade.in .modal-header .nav-tabs>.active>a, .nav-tabs>.active>a:focus {
		border: 0;
		background-color: #fff;
	}
	.modal.hide.fade.in .modal-header .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
		border: 0;
	}
	.modal.hide.fade.in .modal-body {
		min-height: 450px;
		max-height: 450px;
		margin: 0;
		padding: 20px;
	}
	.modal.hide.fade.in .modal-body.enviar-amigo {
		min-height: 400px !important;
		max-height: 400px !important;
	}
	.modal.fade.in{top: 4% !important;}

	.modal.hide.fade.in .modal-body p {
		font-size: 17px;
		font-weight: 700;
		color: #301F15;
		text-transform: uppercase;
	}
	.modal.hide.fade.in .modal-body form .caixa {
		clear: both;
		width: 562px;
		height: 33px;
		margin: 0 0 8px;
		background: #eee;
		border: 0;
		font-size: 14px;
		font-weight: 600;
		color: #666;
	}
	.modal.hide.fade.in .modal-body form textarea {
		height: 60px;
		min-height: 60px;
		max-height: 115px;
	}
	.modal.hide.fade.in .modal-footer {
		margin: 0;
		padding: 20px;
		background-color: white;
		border-top: 0;
	}
	.modal.hide.fade.in .modal-footer .fechar {
		float: left !important;
	}
	.modal.hide.fade.in .modal-footer .botao {
		float: right;
	}
	.tab-content .fechar{float: left!important;margin-top: -25px; }
	.modal-body{  overflow-y: scroll;}
	.tab-content{overflow: hidden;}
	#link{display: none;}
	.modal.hide.fade.in .modal-header {
		margin: 0;
		padding: 20px;
		background-color: white;
		border-top: 0;
		padding-bottom: 0px;
	}
	.modal.hide.fade.in .modal-header .fechar {
		float: right !important;
	}
	.modal.hide.fade.in .modal-header .botao {
		float: right;
	}
	.modal-header p {  color: #301f15;
		font-size: 17px;
		font-weight: 700;
		text-transform: uppercase;}

		/*Tooltip*/
		.hint {
			position: relative;
			width: 60px;
			height: 60px;
			margin: 0 5px 10px;
			display: inline-block;
			display: -moz-inline-stack;
			display: inline-block;
			vertical-align: top;
			zoom: 1;
			*display: inline;
			_width: 60px;
			_height: 60px;
		}

		.hint:before, .hint:after {
			position: absolute;
			opacity: 0;
			z-index: 1000000;
			-webkit-transition: 0.3s ease;
			-moz-transition: 0.3s ease;
			pointer-events: none;
		}
		.hint:hover:before, .hint:hover:after {
			opacity: 1;
		}
		.hint:before {
			content: '';
			position: absolute;
			background: transparent;
			border: 6px solid transparent;
			position: absolute;
		}
		.hint:after {
			content: attr(data-hint);
			background: #301F15;
			color: white;
			padding: 8px 10px;
			font-size: 12px;
			white-space: nowrap;
			box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
		}
		.hint--top:before {
			bottom: 100%;
			left: 50%;
			margin: 0 0 -18px 0;
			border-top-color: rgba(0, 0, 0, 0.8);
		}
		.hint--top:after {
			bottom: 100%;
			left: 0%;
			margin: 0 0 -6px -10px;
		}

		.hint--top:hover:before {
			margin-bottom: -10px;
		}

		.hint--top:hover:after {
			margin-bottom: 2px;
		}
		.resMoveis h7{font-weight: bold;}