::-webkit-input-placeholder {color: #FFF;}
:-moz-placeholder {color: #FFF;}
::-moz-placeholder {color: #FFF;}
:-ms-input-placeholder {color: #FFF;}
::-ms-input-placeholder {color: #FFF;}

#bt_busca_m { /* botão para a busca versão mobile */
	clear: both;
	width: 90%;
	padding: 25px 5%;	
	background: #C53F2D;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	transition: background .5s ease;
}
#bt_busca_m:hover {background: #232325;}

#area_busca_lista { /*busca da lista de imóveis - resultado da busca*/
	float: left;
	clear: both;
	width: 90%;
	padding: 25px 5%;
	margin-top: 30px;
	background: rgba(39,39,39,1.00);
}

.title_busca {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.grafite {
	background: rgba(0,0,0,0.60);
	color: #FFF;
}

.campo_filtro {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	color: #FFF;
	border: 0;
	border: solid 1px #FFF;
	background: transparent url(select1.svg) no-repeat right center;
	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 bairro */
	float: left;
	clear: both;	
	width: 93.8%;
	height: auto;
	padding-left: 5%;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	color: #FFF;
	border: 0;
	border: solid 1px #FFF;
	background: transparent url(select1.svg) no-repeat right center;
	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 { /* campo oculto da lista de bairros */
	display: block;
	position: fixed;
	width: 90%;	
	height: 100%;
	left: 0;
	top: 0;	
	bottom: 0;
	padding: 5%;
	background: rgba(85,85,85,0.80);
	text-align: left;
	font-size: 15px;
	z-index: 999999999;
}

.box_campo_bairro { 
	clear: both;
	width: 90%;
	height: 85%;
	padding: 5%;
	margin-top: 5%;
	margin-bottom: 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%;
}

#modalinte { /* campo tipo */
	float: left;
	clear: both;	
	width: 93.8%;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	color: #FFF;
	border: 0;
	border: solid 1px #FFF;
	background: transparent url(select1.svg) no-repeat right center;
	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_tipo  { /* campo oculto da lista de tipos */
	display: block;
	position: fixed;
	width: 90%;	
	height: 100%;
	left: 0;
	top: 0;	
	bottom: 0;
	padding: 5%;
	background: rgba(85,85,85,0.80);
	text-align: left;
	font-size: 15px;
	z-index: 999999999;
}

#modaldorm { /* campo dormitórios */
	float: left;
	clear: both;	
	width: 93.8%;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	color: #FFF;
	border: 0;
	border: solid 1px #FFF;
	background: transparent url(select1.svg) no-repeat right center;
	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_dorm { /* campo oculto numero de dorms */
	display: block;
	position: fixed;
	width: 90%;	
	height: 100%;
	left: 0;
	top: 0;	
	bottom: 0;
	padding: 5%;
	background: rgba(85,85,85,0.80);
	text-align: left;
	font-size: 15px;
	z-index: 999999999;
}

.campo_codigo { 
	float: left;
	clear: both;
	width: 93.5%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	font-family: 'CenturyGothic';
	color: #FFF;
	border: 0;
	border: solid 1px #FFF;
	background: transparent;
}

.bt_busca {
	float: none;	
	clear: both;
	width: 100%;	
	height: 42px;
	margin-top: 10px;
	text-align: center;		
	font-family: 'CenturyGothic';
	color: #FFF;
	background: #C53F2D;
	transition: background .5s ease;
	border: 0;	
}
.bt_busca:hover {background: #FCAF40;}


@media only screen and (min-width: 585px) {	
.box_campo_bairro { 
	width: 90%;
	height: auto;
	padding: 5%;
	margin-top: 5%;
}
	
.area_lista_bairro { 
	height: auto;
	margin-bottom: 0;
}
	
.checkbox_bairros { /* campo que fica no arquivo bairro / bairro_loc */
	clear: none;
	width: 50%;
}
}

@media only screen and (min-width: 640px) {	
#bt_busca_m {display: none;}  /* botão para a busca versão mobile */
	
#area_busca_lista { /*busca da lista de imóveis - resultado da busca*/
	position: absolute;
	clear: none;
	width: 35%;
	padding: 25px 3%;
	margin: 0;
	top: 276px;
	left: 0;
}
}

@media only screen and (min-width: 768px) {	
.box_campo_bairro { 
	width: 80%;
	padding: 5%;	
	margin: 5%;
}
}

@media only screen and (min-width: 960px) {		
#area_busca_lista { /*busca da lista de imóveis - resultado da busca*/
	width: 25%;
	padding: 25px 2.5%;
}
}

@media only screen and (min-width: 1024px) {
.checkbox_bairros {width: 33%;} 
}

@media only screen and (min-width: 1280px) {	
#area_busca_lista { /*busca da lista de imóveis - resultado da busca*/
	width: 20%;
	padding: 35px 2.5%;
	top: 312px;
}
.box_campo_bairro { 
	width: 65%;
	padding: 2.5%;	
	margin: 5% 15% 5% 15%;
}
}


@media only screen and (min-width: 1600px) {
#area_busca_lista {top: 352px;} /*busca da lista de imóveis - resultado da busca*/
.checkbox_bairros {width: 25%;}
}

@media only screen and (min-width: 1800px) {
#area_busca_lista { /*busca da lista de imóveis - resultado da busca*/
	width: 15%;
	padding: 45px 2.5%;
}
.checkbox_bairros {width: 25%;}
}