::-webkit-input-placeholder {color: #FFF;}/* WebKit, Blink, Edge */
:-moz-placeholder {color: #FFF; }/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {color: #FFF;}/* Mozilla Firefox 19+ */
:-ms-input-placeholder {color: #FFF;}/* Internet Explorer 10-11 */
::-ms-input-placeholder {color: #FFF;} /* Microsoft Edge */

/* Mobile Layout: 480px and below. */
.box_select { /* area botoes select */
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
}

.campo_select_index {
	float: left;
	clear: both;
	width: 99%;
	height: 45px;
	background: rgba(84,85,88,0.80);
	font-family: 'CircularStd-Bold';
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;	
	border: solid 1px #EFEFEA;
	cursor: pointer;
}

#busca_select_desk { /* fundo filtro de busca */
	display: none;
	position: absolute;	
  	float: left;
	width: 100%;
	height: auto;
	margin-top: 170px;
	z-index: 99;!important
}

.box_filtro { /* area filtro de busca */
	float: left;
	clear: both;
	width: 100%;
}

.area_filtro {
	float: left;
	clear: both; 
	width: 94%;
	margin-left: 3%;
}
.area_filtro a {color: #FFF;}

.campo_filtro { /*campos cidade, tipo, dorms, valor*/
	float: left;
	clear: both;
	width: 99%;
	height: 40px;
	padding-left: 5%;
	font-family: "WorkSans-Medium"; 
	font-size: 15px;
	color: #FFF;
	background: rgba(84,85,88,0.80) url(select.png) no-repeat right;
	border: solid 1px #EFEFEA;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;	
}

#modalBairroI { /* campo bairros */
	float: left;
	clear: both;
	width: 93%;
	height: 30px;
	padding-left: 5%;
	padding-top: 10px;
	font-family: "WorkSans-Medium"; 
	font-size: 15px;
	color: #FFF;
	background: rgba(84,85,88,0.80) url(select.png) no-repeat right;
	border: solid 1px #EFEFEA;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;	
}

.campo_bairro_index { /* campo oculto da lista de bairros */
	display: block;
	position: fixed;
	width: 90%;	
	height: 100%;
	left: 0;
	top: 0;	
	bottom: 0;
	padding: 5%;
	text-align: left;
	font-family: "WorkSans-Medium"; 
	font-size: 15px;
	color: #FFF;
	background: rgba(84,85,88,0.90);
	z-index: 999999999;	
}

.box_campo_bairro_index { 
	clear: both;
	width: 80%;
	height: 82.5%;
	padding: 5%;
	margin: 2.5%;
	background: #FFF;
	color: #525269;	
}

.bairro_topo {
	clear: both;
	width: 100%	
}

.bairro_left {
	float: left;
	clear: none;
	width: 50%;
	text-align: left;
}

.bairro_right {
	float: right;
	clear: right;
	width: auto;
	text-align: right;
}

.area_lista_bairro { 
	clear: both;
	width: 100%;
	height: 85%;
	margin-bottom: 15%;
	overflow: auto;
}

.checkbox_bairros { /* campo que fica no arquivo bairro / bairro_loc */
	float: left;
	clear: both;
	width: 100%;
}

.bt_busca {	
	float: left;
	clear: both;
	width: 99%;
	height: 40px;	
	border: solid 1px #EFEFEA;
	font-family: 'CircularStd-Bold';
	text-transform: uppercase;
	font-size: 15px;
	color: #FFF;
	background: rgba(32,193,122,1.00);
	transition: background .5s ease;
}

.bt_busca:hover {
	background: #EDCA35;
	color: #FFF;
}

.area_botaoV {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
	background: rgba(84,85,88,0.80);
}

.botaoV1 {
	float: left;
	clear: none;
	width: 47%;
	height: 32px;
	padding-top: 13px;
	font-family: "WorkSans-Medium"; 
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	border: 0;
}

.margemV {
	float: left;
	clear: none;
	width: 1%;
	height: 16px;
	margin-top: 15px;
	border-right: solid 1px #FFF;
}

.botaoV2 {
	float: right;
	clear: right;
	width: 51%;
	height: 45px;
	font-family: "WorkSans-Medium"; 
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	border: 0;
	background: transparent;
}

.cont-mapa { /* fundo da busca avançada */
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

.campo_codigo { /* campo código */
	float: left;
	clear: none;
	width: 43%;
	height: 35px;
	padding-left: 3%;
	margin-left: 2.5%;
	margin-top: 5px;
	background: rgba(84,85,88,0.80);
	font-family: "WorkSans-Medium"; 
	font-size: 13px;
	color: #FFF;
	border: 0;
}

.bt_busca2 { /*botao busca por codigo*/
	float: left;
	clear: both;
	width: 95%;
	height: 40px;	
	margin-left: 2.5%;
	margin-top: 5px;
	border: solid 1px #EFEFEA;
	font-family: 'CircularStd-Bold';
	text-transform: uppercase;
	font-size: 15px;
	color: #FFF;
	background: rgba(32,193,122,1.00);
	transition: background .5s ease;
}

.bt_busca2:hover {
	background: #EDCA35;
	color: #FFF;
}

.campo_condominio {
	float: left;	
	clear: both;
	width: 99%;
	height: 32px;
	margin-top: 5px;
	padding-top: 13px;
	font-family: "WorkSans-Medium"; 
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
	background: rgba(84,85,88,0.80);
	transition: background .5s ease;
	border: solid 1px #EFEFEA;
}

.campo_condominio:hover {
	background: rgba(32,193,122,0.80);
	color: #FFF;
	border: solid 1px #EFEFEA;
}


@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
.campo_select_index {
	clear: none;
	width: 33%;
}	
#busca_select_desk {margin-top: 85px;}
	
.campo_filtro { /*campos cidade, tipo, dorms, valor*/
	clear: none;
	width: 49.5%;
	height: 45px;
}
	
#modalBairroI { /* campo bairros */
	clear: none;
	width: 44%;
	height: 30px;
	padding-left: 5%;
	padding-top: 13px;
}
	
.box_campo_bairro_index { 
	height: 260px;
	margin-top: 2.5%;
	margin-bottom: 0; 
}
	
.checkbox_bairros { /* campo que fica no arquivo bairro / bairro_loc */
	clear: none;
	width: 50%;
}
	
.bt_busca {	
	clear: none;
	width: 49.3%;
	height: 45px;	
}
	
.area_botaoV {
	width: 95%;
	margin-left: 2.5%;
}
}

@media only screen and (min-width: 585px) {
.campo_codigo { /* campo código */
	width: 16%;
	padding-left: 2.5%;
	margin-left: 1%;
}
	
.box_campo_bairro_index { 
	height: 400px;
}
	
.bt_busca2 { /*botao busca por codigo*/
	clear: none;
	width: 17%;
	height: 37px;	
	margin-left: 1%;
}
	
.area_botaoV {
	width: 90%;
	margin-left: 5%;
}
}

@media only screen and (min-width: 768px) {	
.box_select { /* area botoes select */
	width: 70%;
	margin-left: 15%;
}
	
#busca_select_desk { /* fundo filtro de busca */
	width: 80%;
	margin-left: 10%;
}
		
.area_lista_bairro { 
	height: auto;
	margin-bottom: 0;
}

.box_campo_bairro_index {height: auto;}	
.checkbox_bairros {width: 33%;} 
}


@media only screen and (min-width: 1024px) {		
#busca_select_desk { /* fundo filtro de busca */
	width: 100%;
	margin-left: 0;
}
	
.campo_filtro {
	width: 16.8%;
	padding-left: 1%;
}

#modalBairroI { /* campo bairros */
	width: 15.5%;
	padding-left: 1%;
}
.checkbox_bairros {width: 25%;} 

.bt_busca {	
	clear: none;
	width: 15.5%;
	height: 45px;	
}
	
.campo_codigo { 
	width: 17%;
	margin-left: 0.5%;
}	
.bt_busca2 {margin-left: 0.5%;}
	
.area_botaoV {
	width: 60%;
	margin-left: 20%;
}
	
.campo_condominio {
	clear: none;
	width: 45%;
	margin-top: 15px;
	padding: 15px 1.2% 5px 1.2%;	
	margin-left: 1%;
}
}

@media only screen and (min-width: 1280px) {
.box_select { /* area botoes select */
	width: 60%;
	margin-left: 20%;
}	
	
.box_campo_bairro_index { 
	width: 85%;
	padding: 2.5%;
}
	
.checkbox_bairros {width: 20%;} 
	
#busca_select_desk { /* fundo filtro de busca */
	width: 80%;
	margin-left: 10%;
}

}

@media only screen and (min-width: 1440px) {
.box_select { /* area botoes select */
	width: 50%;
	margin-left: 25%;
}
	
.box_campo_bairro_index { 
	width: 75%;
	margin: 2.5% 10%;
}
	
#busca_select_desk { /* fundo filtro de busca */
	width: 70%;
	margin-left: 15%;
}	
}

@media only screen and (min-width: 1800px) {
.box_select { /* area botoes select */
	width: 40%;
	margin-left: 30%;
}
	
#busca_select_desk { /* fundo filtro de busca */
	width: 60%;
	margin-left: 20%;
}	
}