/* Mobile Style */
					/* Body */
body {
	background:none;
	font-size:14px;
	line-height:25px;
	color:#777;
	/*
	width:320px !important;
	border-right:solid 1px #CCC;
	*/
}
					/* Headers */
h1.global { color:#000; }
					/* Header */
header#header { border-color:#000; background:#010101; z-index:99; }
header#header nav { background-image:url(../imagens/nav-white.png); }
header#header nav ul { color:#CBCBFF; }
					/* Footer */
footer#footer { color:#333; background:#EEE; }
				/* menu de filtro */
div.menuFiltro { padding:20px 10px 10px; }
div.menuFiltro form { margin-bottom:10px; }
div.menuFiltro form input.text {
	padding-left:20px;
	width:120px;
	background:#FFF url(../../atributos/imagens/global/inputId.jpg) no-repeat 1px center;
}
div.menuFiltro h6 {
	margin:10px 0 10px 0;
	padding:0 0 5px 0;
	background:url(../../atributos/imagens/global/menuFiltroH6.gif) repeat-x center bottom;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#003;
}
div.menuFiltro ul li {
	padding:3px 0 3px 10px;
	font-size:12px;
	line-height:16px;
}

div#filtro-pesquisa {
	margin-bottom:20px;
	border:solid 1px #CCC;
	border-radius:5px;
}
div.filtro-pesquisa-off div.menuFiltro { display:none; }
div.filtro-pesquisa-on div.menuFiltro { display:block; }
div#filtro-pesquisa a.filtro-pesquisa-btn {
	position:fixed;
	display:block;
	top:62px;
	left:0;
	right:0;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding-left:10px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	border-top:solid 1px rgba(255,255,255,0.3);
	box-shadow:0 2px 5px #000 inset, 0 -2px 5px #000;
	background:#006;
	z-index:2;
}


div.fotoZoom {
	position:relative;
	margin-bottom:10px;
	width:100%;
	height:240px;
	border-bottom:dotted 1px #CCC;
	overflow:hidden;
	text-align:center;
}
div.fotoZoom div#fotoZoom { height:240px; }
div.fotoZoom div.btLeft, div.fotoZoom div.btRight {
	position:absolute;
	width:50%;
	height:240px;
}
div.fotoZoom div.btLeft { background:url(../../atributos/imagens/imoveis/btLeftM.png) no-repeat left 20% center; }
div.fotoZoom div.btRight {
	background:url(../../atributos/imagens/imoveis/btRightM.png) no-repeat right 20% center;
	right:0;
}
div.fotoZoom div a {
	display:block;
	width:100%;
	height:240px;
}
div.fotoZoom div.img {
	float:left;
	height:240px;
}
div.fotoZoom div.img img { max-width:100%; max-height:100%; }
.smm { float:right; text-align:center; }
.smm a {
	display:inline-block;
	margin:5px;
	width:16px;
	height:16px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
}
.smm .fb-like { float:left; }
.smm a:hover {
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:grayscale(0%);
}
a.facebook { background-image:url(../../atributos/imagens/smm/facebook.png); }
a.twitter { background-image:url(../../atributos/imagens/smm/twitter.png); }
a.googleplus { background-image:url(../../atributos/imagens/smm/googleplus.png); }
a.whatsapp { background-image:url(../../atributos/imagens/smm/whatsapp.png); }