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

.bt_principal {/* botão principal */
	float: left;
	clear: both;
	width: 90%;
	margin: 30px 5% 0 5%;	
	text-align: center;	
	cursor: pointer;
}

.bt_exibir {
	display: inline-block;
	max-width: 80%;
	margin: 0 auto;
	padding: 10px 30px;
	background: #8E600F;
	font-family: 'CenturyGothic';
	color: #FFF;
	text-transform: uppercase;
	border-radius: 10px;
	transition: background .5s ease;
}
.bt_exibir:hover {background: #000;	color: #FFF;}
#busca_select {display: none;}

.box_filtro { /*fundo com opções de busca de imóveis*/
	clear: both;
	width: 90%;
	padding: 25px 5%;
	margin-top: 25px;
	background: rgba(0,0,0,1.00);
}

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

.campo_filtro {
	float: left;
	clear: both;
	width: 100%;
	height: 40px;
	padding-left: 5%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	color: #999;
	border: 0;
	border-radius: 5px;
	background: #FFF 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: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	color: #999;
	border: 0;
	border-radius: 5px;
	background: #FFF 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(0,0,0,0.50);	
	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: 95%;
	height: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	color: #999;
	border: 0;
	border-radius: 5px;
	background: #FFF 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(0,0,0,0.50);	
	text-align: left;
	font-size: 15px;
	z-index: 999999999;
}

#modaldorm { /* campo dormitórios */
	float: left;
	clear: both;	
	width: 95%;
	height: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	color: #999;
	border: 0;
	border-radius: 5px;
	background: #FFF 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(0,0,0,0.50);	
	text-align: left;
	font-size: 15px;
	z-index: 999999999;
}

.campo_codigo { 
	float: left;
	clear: both;
	width: 95%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	font-family: 'CenturyGothic';
	color: #999;
	border: 0;
	border-radius: 5px;
	background: #FFF;
}

.bt_busca {
	float: none;	
	clear: both;
	width: 40%;
	height: 45px;
	margin-top: 8px;
	margin-left: 30%;
	text-align: center;		
	font-family: 'CenturyGothic';
	color: #FFF;
	background: #E1C059;
	transition: background .5s ease;
	border: 0;	
	border-radius: 5px;
}
.bt_busca:hover {background: #999;}


@media only screen and (min-width: 585px) {	
.campo_filtro {
	clear: none;
	width: 47%;
	padding-left: 1.5%;
	margin-left: 1.5%;
}

#modalBairroI { /* campo bairro */
	clear: none;
	width: 45.5%;
	padding-left: 1.5%;
	margin-left: 1.5%;
}
	
.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%;
}

#modalinte { /* campo tipo */
	clear: none;
	width: 45.5%;
	padding-left: 1.5%;
	margin-left: 1.5%;
}
	
#modaldorm { /* campo dormitórios */
	clear: none;
	width: 45.5%;
	padding-left: 1.5%;
	margin-left: 1.5%;
}
	
.campo_codigo { 
	clear: none;
	width: 45.5%;
	padding-left: 1.5%;
	margin-left: 1.5%;
}
	
.bt_busca {
	width: 30%;
	margin-left: 35%;
}
}


@media only screen and (min-width: 768px) {	
.campo_filtro {width: 31.3%;}
#modalBairroI {width: 29.8%;}
	
.box_campo_bairro { 
	width: 80%;
	padding: 5%;	
	margin: 5%;
}

#modalinte {width: 29.8%;}	
#modaldorm {width: 29.8%;}	
.campo_codigo {width: 29.8%;}
}


@media only screen and (min-width: 1024px) {
.campo_filtro {width: 23.5%;}
#modalBairroI {width: 22%;}
#modalinte {width: 22%;}	
#modaldorm {width: 22%;}	
.campo_codigo {width: 21.5%;}
.checkbox_bairros {width: 33%;} 
.bt_busca {width: 20%; margin-left: 40%;}
}

@media only screen and (min-width: 1280px) {	
.campo_filtro {width: 15.5%; padding-left: 1%; margin-left: 1%;}
#modalBairroI {width: 14.5%; padding-left: 1%; margin-left: 1%;}
#modalinte {width: 14.5%; padding-left: 1%; margin-left: 1%;}	
#modaldorm {width: 14.5%; padding-left: 1%; margin-left: 1%;}	
.campo_codigo {width: 14.5%; padding-left: 1%; margin-left: 1%;}
.box_campo_bairro { 
	width: 65%;
	padding: 2.5%;	
	margin: 5% 15% 5% 15%;
}	
.bt_busca {width: 15%; margin-left: 42.5%;}
}


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

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