*{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

ul,
ol,
p,
h1,
h2,
h3,
h4{
	margin: 0;
}

h2{
	font-size: 22px;
	line-height: 140%;
}
h3{
	font-size: 18px;
	line-height: 120%;
}
h4{
	font-size: 14px;
	line-height: 100%;
}

ul, ol{
	list-style-position: inside;
}

/*.clear{
	clear: left;
}*/
.margin-top{
	margin-top: 10px;
}

.relative{
	position: relative;
}

.text-justify{
	text-align: justify;
}

.pointer{
	cursor: pointer;
}

a,
a:hover{
	text-decoration: none;
	color: #8A8A7B;
}

.btn{
	font-family: Arial, Helvetica, sans-serif;
}

form,
input[type=text],
input[type=email],
input[type=number],
input[type=password],
select,
.input-append,
textarea{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password]{
	height: auto;
}

.input-block-level{
	display: block;
	min-height: 20px;
}

.btn-block{
	display: inline-block;
}

.row-fluid{
	margin-bottom: 5px;
}
.row-fluid label{
	margin: 0;
	cursor: default;
}
.row-fluid input[type=checkbox]{
	margin: -3px 5px 0 0;
}

label{
	color: #F00;
}
label strong{
	color: #333;
	margin-right: 2px;
}
label span{
	color: #666;
	font-size: 10px;
	float: right;
}

.divider{
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 5px;
	border-top: dotted 1px #555;
}

label.error{
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	color: #F00;
}

.hidden{
	display: none;
}

.form-horizontal label{
	margin: 0;
}

.dropdown-menu .divider{
	border-color: #CCC;
}

[class^="icon-"], [class*=" icon-"]{
	margin-top: 3px;
}

.navbar{
	line-height: 20px;
}
.label{
	font-weight: 100;
}

.alert{
	width: 100%;
	float: left;
}

h1, h2, h3, h4, h5, h6, strong, b{
	font-weight:bold;
}
h2{
	font-size:20px;
}
h3{
	font-size:16px;
}
h4{
	font-size:14px;
}

#geral{
	width: 99.99%;
	min-width: 980px;
	overflow: hidden;
	float: left;
}

.central{
	width: 980px;
	margin: 0 auto;
}

#line-topo{
	width: 100%;
	float: left;
	background-color: #000;
}
#line-topo p{
	float: left;
	margin-left: 10px;
	line-height: 30px;
	color: #FFF;
}
#line-topo .btn-group{
	float: right;
	margin: 4px 10px 0 0;
}

#topo{
	width: 100%;
	float: left;
	background-color: #EEE;
	padding: 10px 0;
}
#topo .include{
	width: 100%;
	float: left;
	height: 150px;
}

#menu{
	width: 100%;
	float: left;
	background-color: #F80;
	margin-bottom: 10px;
	position: relative;
	z-index: 990;
}
#menu .m{
	float: left;
	list-style: none;
}
#menu .m > li{
	float: left;
}
#menu .m > li > a{
	float: left;
	padding: 0 15px;
	line-height: 40px;
	color: #FFF;
	font-size: 15px;
}
#menu .m > li:hover > a{
	background-color: #FF9E3E;
}
#menu .m > li > a.active{
	background-color: #B25900;
}
#menu .m > li.sub{
	position: relative;
}
#menu .m > li.sub:hover .sub{
	display: block;
}

#menu ul.sub{
	width: 230px;
	list-style: none;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	z-index: 998;
}
#menu ul.sub li{
	width: 100%;
	float: left;
}
#menu ul.sub li a{
	width: 100%;
	float: left;
	padding: 0 5px;
	line-height: 27px;
	color: #FFF;
	background-color: #FF9E3E;
}
#menu ul.sub li a:hover{
	background-color: #F80;
}

#menu .creci{
	float: right;
	line-height: 40px;
	background-color: #000;
	color: #FFF;
	padding: 0 15px;
}

#search{
	width: 100%;
	float: left;
	background-color: #F80;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
	z-index: 900;
}
#search .row-fluid{
	margin-bottom: 0;
}
#search .span2{
	margin-left: 0.5102040816326531%;
	width: 16.24%;
}
#search .span2:first-child{
	margin-left: 0;
}

#slider{
	width: 100%;
	float: left;
	background-color: #EEE;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	max-height: 310px;
}
#slider .swiper-slide{
	width: 100%;
	float: left;
}
#slider .swiper-slide .b{
	height: 310px;
	padding: 5px;
}
#slider .swiper-slide .dados{
	width: 420px;
	height: 300px;
	float: left;
	background-color: #DDD;
	padding: 10px;
	position: relative;
}
#slider .swiper-slide .dados h2{
	font-size: 25px;
	margin: 10px 0;
	font-weight: 100;
}
#slider .swiper-slide .dados p{
	margin: 10px 0;
	line-height: 17px;
	max-height: 100px;
	overflow: hidden;
}
#slider .swiper-slide .dados .btn{
	position: absolute;
	left: 5px;
	bottom: 5px;
}
#slider .swiper-slide .foto{
	width: 545px;
	height: 300px;
	line-height: 300px;
	text-align: center;
	float: right;
	background-color: #FFF;
	overflow: hidden;
}
#slider .swiper-slide .foto img{
	width: 100%;
	height: auto;
}
#slider .swiper-slide .foto i{
	font-size: 250px;
	line-height: 300px;
	color: #EEE;
}
#slider .seta{
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	background: url(img/opacity-black.png) repeat;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	color: #FFF;
}
#slider .seta.left{
	left: 10px;
}
#slider .seta.right{
	right: 10px;
}

.paginacao {
	position: absolute;
	right: 562px;
	text-align: right;
	bottom: 10px;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
}
.swiper-visible-switch.swiper-active-switch{
	background-color: #EFEFEF;
}
.swiper-visible-switch{
	background-color: #DDD;
}

.titulo{
	width: 100%;
	float: left;
	font-weight: 100;
}
.titulo strong{
	font-size: 23px;
}
.titulo span{
	float: left;
}

.imoveis{
	width: 100%;
	float: left;
	list-style: none;
	margin-bottom: 10px;
}
.imoveis li{
	width: 232px;
	float: left;
	background-color: #FFF;
	margin: 5px;
	border: solid 1px #CCC;
	position: relative;
}
.imoveis li:nth-child(4n-3){
	clear: left;
}
.imoveis p.t{
	background-color: #666;
	color: #FFF;
	padding: 5px;
	min-height: inherit;
}
.imoveis p.ref{
	min-height: inherit;
}
.imoveis li .foto{
	width: 100%;
	height: 170px;
	line-height: 166px;
	text-align: center;
	float: left;
	background-color: #000;
	overflow: hidden;
	position: relative;
}
.imoveis li .foto i{
	font-size: 120px;
	line-height: 170px;
	color: #222;
}
.imoveis li .foto .dados{
	background: url(img/opacity-black.png) repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
}
.imoveis li .foto .dados div{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.imoveis li .foto .dados p{
	min-height: inherit;
	line-height: 22px;
}
.imoveis li .det{
	width: 100%;
	float: left;
	padding: 5px;
	position: relative;
}
.imoveis li h3{
	font-size: 18px;
	font-weight: 100;
}
.imoveis li p{
	font-size: 16px;
	min-height: 35px;
	line-height: 17px;
}
.imoveis h2{
	color: #008C46;
	font-weight: 100;
	font-size: 18px;
}
.imoveis .det .btn{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.imoveis .shadow{
	background: url(img/bg-shadow-imoveis.png) no-repeat center;
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.target-locado{
	background: url(img/bg-target-locado.png) no-repeat;
	width: 125px;
	height: 85px;
	position: absolute;
	top: -4px;
	right: -5px;
}

.target-vendido{
	background: url(img/bg-target-vendido.png) no-repeat;
	width: 125px;
	height: 85px;
	position: absolute;
	top: -4px;
	right: -5px;
}

#banners{
	width: 100%;
	float: left;
	list-style: none;
	margin-bottom: 10px;
}
#banners li{
	width: 237px;
	height: 120px;
	float: left;
	margin-left: 10px;
	text-align: center;
	line-height: 120px;
	overflow: hidden;
	border: solid 1px #CCC;
}
#banners li:first-child{
	margin-left: 0;
}

#base{
	width: 100%;
	float: left;
	padding: 10px 0;
	background-color: #EEE;
}
#base .texto-base{
	max-width: 680px;
	float: left;
}

#logoBase{
	width: 185px;
	height: 135px;
	text-align: center;
	line-height: 135px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

#rodape{
	width: 100%;
	float: left;
	background-color: #000;
}
#rodape p{
	color: #FFF;
	line-height: 30px;
}

#response{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #F60;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	display: none;
	z-index: 9999;
}

.bloco{
	width: 100%;
	min-height: 300px;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
	padding: 5px;
	background-color: #FFF;
}
.bloco .titulo{
	margin-bottom: 10px;
}

.texto{
	width: 100%;
	float: left;
}
.texto .img{
	float: left;
	margin: 0 10px 10px 0;
}

#inc_mapa{
	width: 100%;
	height: 280px;
	float: left;
	border: solid 3px #000;
	background-color: #FFF;
	margin-bottom: 20px;
	border-radius: 5px;
}

.publi-horizontal{
	width: 100%;
	min-height: 100px;
	line-height: 100px;
	max-height: 120px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	border: solid 1px #CCC;
	overflow: hidden;
	background-color: #FFF;
}

#detalhes{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 60px;
	margin-bottom: 20px;
}
#detalhes .fotos{
	width: 100%;
	float: left;
	list-style: none;
	margin-bottom: 10px;
}
#detalhes .fotos li{
	width: 310px;
	float: left;
	margin: 5px;
	border: solid 3px #000;
	text-align: center;
	background-color: #000;
	position: relative;
	opacity: 0.5;
}
#detalhes .fotos li:hover{
	opacity: 1;
}
#detalhes .fotos li i{
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #000;
	color: #FFF;
}
#detalhes .fotos li p{
	background: url(img/opacity-black.png) repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFF;
	padding: 5px;
}
#detalhes .tet{
	width: 100%;
	background-color: #F2C611;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	z-index: 985;
}
#detalhes .tet h2{
	font-weight: 100;
	float: left;
}
#detalhes .tet p{
	float: right;
	font-size: 22px;
	line-height: 28px;
}
#detalhes .texto{
	margin-bottom: 10px;
}
#detalhes .texto.destaque{
	padding: 10px;
	border: solid 1px #CCC;
}
#detalhes .valores{
	float: left;
	margin-bottom: 10px;
}
#detalhes .valor-principal{
	float: left;
	font-size: 35px;
	margin-right: 30px;
}
#detalhes .valores .valor{
	float: left;
	margin-right: 30px;
}
#detalhes .valores .valor p{
	font-size: 12px;
	line-height: 15px;
}
#detalhes .valores .valor h3{
	font-size: 18px;
}
#detalhes .social-nw{
	float: right;
	margin-top: 10px;
}
#detalhes .grade{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#detalhes .grade p{
	width: 100%;
	display: table;
}
#detalhes .grade span{
	width: 30%;
	border: solid 1px #DDD;
	padding: 2px 5px;
	background-color: #EEE;
	text-align: right;
	display: table-cell;
}
#detalhes .grade strong{
	width: 70%;
	border: solid 1px #DDD;
	padding: 2px 5px;
	display: table-cell;
}
#detalhes .grade.m span{
	width: 35%;
}
#detalhes .grade.m strong{
	width: 65%;
}
#detalhes h2.t{
	width: 100%;
	float: left;
	font-size: 18px;
	color: #FFF;
	background-color: #000;
	padding: 0 5px;
	font-weight: 100;
	line-height: 28px;
}
#detalhes .detalhes{
	padding: 5px;
	border: solid 1px #CCC;
	margin-top: 10px;
}

#proposta{
	width: 100%;
	float: left;
	padding: 5px;
	border: solid 1px #CCC;
	border-top: none;
}

[class^="api-"],
[class*=" api-"]{
	float: left;
	margin: 0 0 0 10px;
}

.api-facebook a{
	margin-top: -15px;
}

#map-canvas *{
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
	max-width: none;
	max-height: none;
}

.contentmap{
	width: 320px;
	float: left;
}
.contentmap *{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	max-width: 100% !important;
}
.contentmap .foto{
	width: 120px;
	float: left;
	text-align: center;
	font-size: 60px;
	color: #666;
}
.contentmap .det{
	width: 190px;
	float: right;
}

#blc{
	width: 100%;
	float: left;
}

/* POPUP */
#mod-popup{
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	background: url(img/opacity-black.png) repeat;
	z-index: 1010;
}
#mod-popup .conteudo{
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	border: solid 1px #333;
	border-radius: 5px;
	padding-bottom: 33px;
	color: #000;
}
#mod-popup #btn-fechar{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
/**/

/*ATENDIMENTO ONLINE*/
#inc_chat{
	width: 200px;
	background: url(chat/img/opacity-black.png) repeat #000;
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 999;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 22px;
	line-height: 27px;
	color: #FFF;
	overflow: hidden;
	border: solid 1px #000;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
}
#inc_chat *{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#inc_chat .b1{
	width: 18%;
	float: left;
	padding: 5px;
	text-align: center;
	background-color: #0C0;
	height: 37px;
}
#inc_chat .b1.off{
	background-color: #F00;
}
#inc_chat .b2{
	width: 82%;
	float: right;
	font-size: 15px;
	line-height: 27px;
	padding: 5px;
}
#inc_chat .b2 a{
	color: #FFF;
}
/**/

#btDesenvolvimento{
	position: fixed;
	bottom: 45px;
	right: 10px;
	z-index: 999;
}