//Modificado la transparencia del caption de las imagenes del banner
.vina-camera-slider .camera_caption > div {
	background: #000;
	background: rgba(0, 0, 0, 0.2)!important;
}

// Foto de efecto scroll en la homepage
.randompropertyfeatured{
color:rgb(255,255,255,0	)!important;
background:rgb(255,255,255,0)!important;
}


.t3-footer-innner {
    /* background-color: #282d33; */
    opacity: 1!important;
}

.t3-footnav .t3-module .module-title {
    color: #dcdee2;
}

.horizontal_search{
  padding: 10px;
  background-color: rgba(0,0,0,.6);
  left: 0;
  margin: 0 auto;
  position: relative;

  text-align: center;
  width: 100%;
  z-index: 999;
  color: #fff;
  border-radius: 3px;
}

// Ocultar la etiqueta ForSale
.randompropertype{
    display:none !important;
}