::-webkit-input-placeholder {color: #FFF;}
:-moz-placeholder {color: #FFF;}
::-moz-placeholder {color: #FFF;}
:-ms-input-placeholder {color: #FFF;}
::-ms-input-placeholder {color: #FFF;}

.bt_principal {/* botão principal */
	float: left;
	clear: both;
	width: 90%;
	margin: 30px 5%;	
	text-align: center;	
	cursor: pointer;
}
.bt_exibir {
	display: inline-block;
	max-width: 80%;
	margin: 0 auto;
	padding: 10px 25px;
	background-image: linear-gradient(to right, #F0DE85, #A78443, #F0DE85, #A78443, #F0DE85 );  
	font-family: 'CenturyGothic';
	color: #FFF;
	text-transform: uppercase;
	transition: background .5s ease;
}
.bt_exibir:hover {background: #A78443; color: #FFF;}
#busca_select {display: none; margin: 0; padding: 0;}

.grafite {
	background: rgba(0,0,0,0.60);
	color: #FFF;
}

.box_filtro { /*fundo com opções de busca de imóveis*/
	clear: both;
	width: 90%;
	height: 620px;
	padding: 25px 5%;
	background: #A78443;
}

.campo_filtro_index {
	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;
	font-size: 15px;
	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: 95%;
	height: auto;
	padding-left: 5%;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	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_index { /* 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_index { 
	clear: both;
	width: 90%;
	height: 85%;
	padding: 5%;
	margin-top: 5%;
	margin-bottom: 5%;
	background: #FFF;
	color: #444;
}

.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: 95%;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	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_index  { /* 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: 95%;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	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_index { /* 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_index { 
	float: left;
	clear: both;
	width: 94.5%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	font-family: 'CenturyGothic';
	border: solid 1px #FFF;
	background: transparent;
	color: #FFF;
}

.bt_busca_index {
	float: left;	
	clear: both;
	width: 60%;	
	height: 42px;
	margin-top: 10px;
	margin-left: 20%;
	text-align: center;		
	font-family: 'CenturyGothic';
	color: #FFF;
	background-image: linear-gradient(to right, #F0DE85, #A78443, #F0DE85, #A78443, #F0DE85 );  
	text-transform: uppercase;
	transition: background .5s ease;
	border: solid 1px #FFF;
}
.bt_busca_index:hover {background: #A78443; color: #FFF;}

@media only screen and (min-width: 585px) {		
.box_filtro { /*fundo com opções de busca de imóveis*/
	width: 95%;
	height: 230px;
	padding: 25px 2.5%;
}
	
.campo_filtro_index {
	clear: none;
	width: 31%;
	margin: 0;
	margin-left: 1.5%;
	padding-left: 1.5%;
	margin-top: 2px;
	margin-bottom: 2px;
}

#modalBairroI { /* campo bairro */
	clear: none;
	width: 29.5%;
	margin: 0;
	margin-left: 1.5%;
	padding-left: 1.5%;
	margin-top: 2px;
	margin-bottom: 2px;
}

#modalinte { /* campo tipo */
	clear: none;
	width: 29.5%;
	margin: 0;
	margin-left: 1.5%;
	padding-left: 1.5%;
	margin-top: 2px;
	margin-bottom: 2px;
}

#modaldorm { /* campo dormitórios */
	clear: none;
	width: 29.5%;
	margin: 0;
	margin-left: 1.5%;
	padding-left: 1.5%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.campo_codigo_index { 
	clear: none;
	width: 29%;
	margin: 0;
	margin-left: 1.5%;
	padding-left: 1.5%;
	margin-top: 2px;
	margin-bottom: 2px;
}
	
.box_campo_bairro_index { 
	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%;
}	
.bt_busca_index {width: 40%; margin-left: 30%;}
}

@media only screen and (min-width: 768px) {		
.box_campo_bairro_index { 
	width: 80%;
	padding: 5%;	
	margin: 5%;
}	
.bt_busca_index {width: 30%; margin-left: 35%;}
}

@media only screen and (min-width: 960px) {		
.box_filtro {width: 96%; padding: 25px 2%; height: 190px;}
	
.campo_filtro_index {
	width: 23.7%;
	margin-left: 1%;
	padding-left: 1%;
}

#modalBairroI { /* campo bairro */
	width: 22.50%;
	margin-left: 1%;
	padding-left: 1%;
}

#modalinte { /* campo tipo */
	width: 22.50%;
	margin-left: 1%;
	padding-left: 1%;
}

#modaldorm { /* campo dormitórios */
	width: 22.50%;
	min-height: 25px;
	margin-left: 1%;
	padding-left: 1%;
}

.campo_codigo_index { 
	width: 22.50%;
	margin-left: 1%;
	padding-left: 1%;
}
}

@media only screen and (min-width: 1280px) {
.box_filtro {width: 90%; padding: 25px 5%; height: 150px;}
	
.campo_filtro_index {	
	width: 19.3%;
	height: 45px;
	margin-left: 0.5%;
	padding-left: 0.5%;	
}

#modalBairroI { /* campo bairro */
	width: 18.7%;
	min-height: 25px;
	margin-left: 0.5%;
	padding-left: 0.5%;
}

#modalinte { /* campo tipo */
	width: 18.7%;
	min-height: 25px;
	margin-left: 0.5%;
	padding-left: 0.5%;
}

#modaldorm { /* campo dormitórios */
	width: 18.7%;
	margin-left: 0.5%;
	padding-left: 0.5%;
}

.campo_codigo_index { 
	width: 18.7%;
	min-height: 24px;
	margin-left: 0.5%;
	padding-left: 0.5%;
}
	
.box_campo_bairro_index { 
	width: 65%;
	padding: 2.5%;	
	margin: 5% 15% 5% 15%;
}	
.checkbox_bairros {width: 33%;} 
.bt_busca_index {width: 20%; margin-left: 40%;}
}

@media only screen and (min-width: 1600px) {		
.checkbox_bairros {width: 25%;}
}