input:required {box-shadow:none;}
/* input:invalid {box-shadow:0 0 3px red;} */
input:invalid {-moz-box-shadow: none;}
.rsDefault .rsFullscreenIcn {z-index: 20;}
.rsDefault.rsHor .rsArrowRight{z-index:0;}
.tooltip-example {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position:relative;
  text-align: center;
  /*top: 50%;*/
  width:auto;
  position:absolute;
  margin:8px 10px;
}

.tooltip {
  display: inline;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
}
.tooltip:hover {
  cursor: pointer;
}
.tooltip:hover .tooltip__content {
  -webkit-transform: translate3d(-50%, -10%, 0);
  -moz-transform: translate3d(-50%, -10%, 0);
  -ms-transform: translate3d(-50%, -10%, 0);
  -o-transform: translate3d(-50%, -10%, 0);
  transform: translate3d(-50%, -10%, 0);
  opacity: 1;
  pointer-events: auto;
}
.tooltip__content {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translate3d(-50%, 0%, 0);
  -moz-transform: translate3d(-50%, 0%, 0);
  -ms-transform: translate3d(-50%, 0%, 0);
  -o-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transform-origin: 0 10px;
  -moz-transform-origin: 0 10px;
  -ms-transform-origin: 0 10px;
  -o-transform-origin: 0 10px;
  transform-origin: 0 10px;
  background-color: #fff;
  border-radius: 4px;
  color: #2f2f2f;
  display: block;
  font-size: 14px;
  font-weight: normal;
  left: 50%;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 190%;
}
.tooltip__content:before {
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
  border-width: 10px;
  content: ' ';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -20px;
  width: 0;
}
.tooltip__content:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.tooltip__content:hover {
  -webkit-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -moz-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -ms-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -o-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  opacity: 1;
  pointer-events: auto;
}



.mais-info, .mais-info-responsive{
	width:100%;
	padding:22px 20px;
	float:left;
	border:1px solid #ddd;
	background:#F6F6F6;
	font-family:Arial;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
	 z-index:999;
}

.mais-info h3,.mais-info-responsive h3 {
	color:#000;
	font-family: 'amplesoftbold','roboto',Arial;
	font-weight:bold;
	font-size:16px;
}
	
.mais-info input[type=text], .mais-info-responsive input[type=text]{
	width:100%;
	padding:5px 5px;
	margin:5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ddd; 
}	

.mais-info select{
	width:100%;
	padding:5px 5px;
	margin:5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ddd;
	outline:1px solid #ddd;
	background:white;
	color:gray; 	
}		

.mais-info textarea, .mais-info-responsive textarea, .form-proposta textarea {
	width:100%;
	height:130px;
	font-family:Arial;
	padding:5px;
	border:1px solid #ddd; 
}

	

.mais-info input[type=submit], .mais-info-responsive input[type=submit]{
	background:#f4c332;
	width:100%;
	color:white;
	border:0;
	padding:15px 0;	
}	


.mais-info label, .mais-info-responsive label {
	width: 65%;
	float: left;
	margin:10px 0;
	text-align:right;
	font-weight:bold;
}	

input[type=text].captcha-info {
	width: 30%;
	float: right;
}		

.mais-info input::-webkit-input-placeholder, .mais-info textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: gray;
}
.mais-info input::-moz-placeholder, .mais-info textarea::-webkit-input-placeholder { /* Firefox 19+ */
	color: gray;
}
.mais-info input:-ms-input-placeholder, .mais-info textarea::-webkit-input-placeholder { /* IE 10+ */
	color: gray;
}
.mais-info input:-moz-placeholder, .mais-info textarea::-webkit-input-placeholder { /* Firefox 18- */
	color: gray;
}

.mais-info-responsive {
 	display:none;
 }	
	 

/*##############################
  Titulo da descriÃ§Ã£o do imÃ³vel
##############################*/


.titulo-int {
	float:left;
	width:100%;
	border:1px solid #ddd;
	margin:20px 0;
	padding:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: 'amplesoftbold','roboto',Arial;
    line-height: 3em;
	font-weight: bold;
    font-size: 1.4em;
	}	
	
	
.titulo-int i {
	width:60px;
	float:left;
	padding:16px 20px;
	margin:0 10px 0 0;
	font-size:22px;
	color:white;
	}
		
.descricao{
	font-family:Arial;
	font-size:13px;
	}	
	
.descricao p{
	margin:10px 0;
	}	
		
.descricao li{
	line-height:2;
	 
	}
	
.item-imovel {
	float:left;
	width:100%;
	min-height:60px;
	margin:0px 0;
	}	
		
.item-imovel ul { 
    padding-left: 30px;

	/* 
    list-style: none outside none;
	*/
}


/*##############################
    	Conteudo Interno
##############################*/

.conteudo-interno [class*='grid-6'] {
	padding-left:0;
	}



/*##############################
	FormulÃ¡rio de proposta 
	paginas detalhes do imÃ³vel 
##############################*/


.form-proposta label {
	float:left;
	width:100%;
	}
		 
.form-proposta input[type=text] {
	float:left;
	width:100%;
	padding:5px 5px;
	margin:5px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border:1px solid #ddd; 
	}
	
.form-proposta select{
	width:100%;
	padding:5px  5px;
	margin:5px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border:1px solid #ddd;
	outline:1px solid #ddd;
	background:white;
	color:gray; 
	}		
		
.form-proposta label {
	width: 100%;
    float: left;
	margin:5px 0 0 0;
	text-align:left;
	font-weight:normal;
	}	
	
.form-proposta input[type=submit] {
    background: #f4c332;
    width: auto;
    color: white;
    border: 0;
    padding: 15px 35px;
	float:right;
}


.content-imovel [class*='grid-'] {
    float: left;
    padding: 0 10px 0px 0px;
	/*background:#f5f5f5;*/
	margin:0px 0;
}


table {
	max-width:96%;
	}


/*##############################
	PÃ¡gina Lista de ImÃ³veis
##############################*/

 	
row {
    width: 100%;
    margin: 10px 0;
    outline: 0px solid red;
    float: left;
    padding: 0px 10px;
}

.caixa-busca input[type=text]{
	margin:15px 0;
	width:100%;
	float:left;
	background:white;
	padding:10px 5px;
	border:1px solid rgba(223,223,223,1.00);
	}	
	
.caixa-busca a{
	float:right;
	margin:-40px 10px 0 0;
	color:inherit;
	text-decoration:none;
	}		

.caixa-busca input[type=submit] {
	background:#f4c332;
	padding:12px 15px;
	border-radius:0px;
	text-decoration:none;
	color:white;
	float:right;
	width:100%;
	margin:30px 0;
	border:0;
	}
		
.caixa-busca {
	margin-bottom:40px;
	}
	
.caixa-busca label {
	width:100%;
	float:left;
	margin:2px 0;
	font-family: 'amplesoftregular','roboto',Arial;
	font-weight:normal;
	}

.caixa-busca select {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: white;
    background-image: none;
    text-transform: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #363636;
    cursor: pointer;
	
	padding:0 10px;
	float:left;	
	}

.caixa-busca .select {
	float:left;
	margin-bottom:5px;
	}			
				
.caixa-busca hr{
	border:0;
	border-bottom:1px solid rgba(223,223,223,1.00);
	float:left;
	width:100%;
	margin:15px 0;
	}	
	
.boxes {
	margin-bottom:20px;
	float:left;
	}	
	

input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: gray;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid gray;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

	
		
.range-slider {
	width: 100%;
   margin: 0px 0 0 0%; /*60px 0 0 0%;*/
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f4c332;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #AD881D;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #AD881D;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #191919;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #f4c332;
}
.range-slider__range:active::-moz-range-thumb {
  background: #f4c332;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: auto;
  float:right;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #191919;
  padding: 5px 10px;
  margin-top:10px;
}

input[type=range] {
    display: block;
    width: 100%;
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}	

/*
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: white;
  background-image: none;
  text-transform:none;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #363636;
  cursor: pointer;
  border: 1px solid rgba(223,223,223,1.00);
}
select::-ms-expand {
  display: none;
}
*/

.select {
  position: relative;
  display: block;
  width: 20em;
  max-width:140px;
  height: 33px;
  line-height: 2;
  background: white;
  overflow: hidden;
  /*border-radius: .25em;*/
  float:right;
  border: 1px solid rgba(223,223,223,1.00);

}

.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 6px 10px;
  border-left:1px solid rgba(223,223,223,1.00);
  pointer-events: none;
  font-size:11px;
}



.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}	


.item-lista {
	width:100%;
	margin:0 0 28px 0;
	float:left;
	border:1px solid rgba(223,223,223,1.00); 
	}
	
.item-lista:hover {
	border:1px solid #f4c332; 
	}	

.img-item-lista {
	float:left;
	width:35%;
	border:0px solid black;
	}
		
.img-item-lista img{
	width:100%;
	float:left;
	}	
		
.desc-item-lista{
	float:right;
	width:62%;
	background:white;
	padding:0 15px 0 0;
	}

.desc-item-lista table td {
	padding:0px 10px;
	}	
	
.desc-item-lista h3{
	font-size:23px;
	font-family: 'amplesoftbold','roboto',Arial;
	font-weight:normal;
	margin:25px 0 0 0;
	}	

.desc-item-lista p{
	margin:10px 0;
	font-size:12px;
	}	
	
.desc-item-lista table{
	margin:20px 0 20px;
	}		
	
.desc-item-lista a{
	text-decoration:none;
	color:inherit;
	}		

a.btver{
	background:#f4c332;
	padding:12px 15px;
	border-radius:0px;
	text-decoration:none;
	color:white;
	float:right;
	font-family: 'amplesoftregular','roboto',Arial;
	}

.item-tipo {
	color:white;
	flat:left;
	position:absolute;
	padding:5px 10px;
	margin:5px;
	}	
		
.item-valor {
/*
    position: relative;
    margin:-35px 6px 0 0;
    float: right;
*/	
	color: white;
    position: absolute;
    top: 40%;
    background-color: rgba(255,0,0,0.4);
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'amplesoftbold','roboto',Arial;
    font-weight: normal;	
	}
		

.item-lista ul {
	width:100%;
	} 			
		
.item-lista li {
	list-style:none;
	width:50%;
	float:left;
	outline:0px solid white;
	font-family: 'amplesoftbold','roboto',Arial;
	font-weight:normal;
	} 
	
.item-lista ul li:first-child {
	font-size:23px;
	padding:6px 0;
	} 
	
	
.txt-right {
	text-align:right;
	}	
	
/*##############################
    	Formulario Contato
##############################*/
	
.formulario input{
	float:left;
	width:100%;
	border:1px solid #dedede;
	padding:10px 5px;
	margin-bottom:15px;
	}	
	
.formulario select{
	float:left;
	width:100%;
	border:1px solid #dedede;
	border: 1px solid #dedede !important;
	padding:10px 5px;
	margin-bottom:15px;
	}		
	
	
.formulario textarea{
	float:left;
	width:100%;
	height:296px;
	border:1px solid #dedede;
	padding:5px 5px;
	font-family:Arial, Verdana;
	}
		
.formulario input[type=submit]{
	float:right;
	width:100px;	
	border:0;
	padding:12px 0;
	color:white;
	}	
	
.captcha-cont p:first-child{
	padding:12px 20px;
	width:15%;
	float:left;
	background:#ccc;
	text-align:center;
	}

.captcha-cont p{
	width:65%;
	padding:12px 0;
	margin:0 10px 0 0;
	float:left;
	text-align:center;
	font-size:13px;
	}			

.captcha-cont input{
	width:15%;
	float:left;
	padding:13px 0;
	text-indent:10px;
	}			
		
.formulario [class*='grid-6'] {
	padding:10px;
	}	
	
.txt-cont p{
	margin:0 0 30px 0;
	}				
		
		
		
@media only screen and (min-width: 960px)  {

	/*############################## and (max-width: 1199px)
			Formulario Contato
	##############################*/
		
	.formulario input{
		float:left;
		width:100%;
		}	
		
	.barra-pesquisa input[type=submit] {
		background: white;
		color: black;
		border: 0;
		font-family: 'amplesoftbold','roboto',Arial;
		padding: 6px 0;
		font-size: 18px;
		text-transform: uppercase;
		float: right;
		width: 100%;
		max-width: 100px;
		text-align: center;
	}

}



@media screen and (min-width: 720px) and (max-width: 960px) {
	

	.tooltip-example {
	  -webkit-transform: translateY(-50%);
	  -moz-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	  transform: translateY(-50%);
	  position:relative;
	  text-align: center;
	  /*top: 50%;*/
	  width:auto;
	  position:absolute;
	}
	
	.tooltip {
	  display: inline;
	  -webkit-perspective: 500px;
	  -moz-perspective: 500px;
	  perspective: 500px;
	}
	
	.tooltip:hover {
	  cursor: pointer;
	}
	
	.tooltip:hover .tooltip__content {
	  -webkit-transform: translate3d(-50%, -10%, 0);
	  -moz-transform: translate3d(-50%, -10%, 0);
	  -ms-transform: translate3d(-50%, -10%, 0);
	  -o-transform: translate3d(-50%, -10%, 0);
	  transform: translate3d(-50%, -10%, 0);
	  opacity: 1;
	  pointer-events: auto;
	}
	
	.tooltip__content {
	  -webkit-transition: all 200ms ease;
	  -moz-transition: all 200ms ease;
	  transition: all 200ms ease;
	  -webkit-transform: translate3d(-50%, 0%, 0);
	  -moz-transform: translate3d(-50%, 0%, 0);
	  -ms-transform: translate3d(-50%, 0%, 0);
	  -o-transform: translate3d(-50%, 0%, 0);
	  transform: translate3d(-50%, 0%, 0);
	  -webkit-transform-origin: 0 10px;
	  -moz-transform-origin: 0 10px;
	  -ms-transform-origin: 0 10px;
	  -o-transform-origin: 0 10px;
	  transform-origin: 0 10px;
	  background-color: #fff;
	  border-radius: 4px;
	  color: #2f2f2f;
	  display: block;
	  font-size: 14px;
	  font-weight: normal;
	  left: 50%;
	  opacity: 0;
	  padding: 10px 20px;
	  pointer-events: none;
	  position: absolute;
	  text-align: left;
	  top: 190%;
	}
	
	.tooltip__content:before {
	  border-color: transparent;
	  border-bottom-color: #fff;
	  border-style: solid;
	  border-width: 10px;
	  content: ' ';
	  display: block;
	  height: 0;
	  left: 50%;
	  margin-left: -10px;
	  position: absolute;
	  top: -20px;
	  width: 0;
	}
	
	.tooltip__content:after {
	  content: ' ';
	  display: block;
	  position: absolute;
	  bottom: -20px;
	  left: 0;
	  width: 100%;
	  height: 20px;
	}
	
	.tooltip__content:hover {
	  -webkit-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
	  -moz-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
	  -ms-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
	  -o-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
	  transform: rotateX(0deg) translate3d(-50%, -10%, 0);
	  opacity: 1;
	  pointer-events: auto;
	}
	
	.desc-item-lista {
		float: right;
		width: 50%;
		background: white;
		padding: 0 15px 0 0;
	}	
}





@media only screen and (max-width: 719px) {

/*##############################
   Página lista de imóveis
##############################*/

	
.item-lista {
	width:100%;
	margin:0 0 30px 0;
	float:left;
	border:1px solid rgba(223,223,223,1.00); 
	}
	
.item-lista:hover {
	border:1px solid #f4c332; 
	}	

.img-item-lista {
	float:left;
	width:100%;
	border:0px solid black;
	}
		
		
.img-item-lista img{
	width:100%;
	float:left;
	}	
		
.desc-item-lista{
	float:left;
	width:100%;
	background:white;
	padding:10px;
	}
	
.desc-item-lista h3{
	font-size:23px;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	margin:10px 0;
	}	

.desc-item-lista p{
	margin:10px 0;
	font-size:12px;
	}	
	
.desc-item-lista table{
	margin:20px 0 20px;
	}		
	
.desc-item-lista a{
	text-decoration:none;
	color:inherit;
	}		


a.btver{
	background:#f4c332;
	padding:12px 15px;
	border-radius:0px;
	text-decoration:none;
	color:white;
	float:right;
	}

.item-tipo {
	color:white;
	float:left;
	position:absolute;
	padding:4px 6px;
	margin:5px;
	}	
		
.item-valor {
/*
    position: relative;
    margin:-35px 6px 0 0;
	padding:5px 10px;
    float: right;
*/	
	color: white;
    position: absolute;
    top: 40%;
    background-color: rgba(255,0,0,0.4);
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'amplesoftbold','roboto',Arial;
    font-weight: normal;	
	}
			
.item-lista ul {
	width:100%;
	} 			

.item-lista ul li:first-child {
	font-size:16px;
	padding:6px 0;
	}
			
.item-lista li {
	list-style:none;
	width:50%;
	float:left;
	outline:1px solid white;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	font-size:15px;
	} 
	
	
	
/*##############################
   Página detalhes do imóvel
##############################*/	

.itens-det li {
    font-family: Arial;
    float: left;
    margin: 10px 0;
    width: 50%;
    padding: 0;
    list-style: none;
    text-align: left;
}

.demo-icon {
    width: auto;
}


.box-mais-info {
	display:none;
	}	

.det-valor ul {
    text-align: left;
}
	
	
}