/****** PLACE YOUR CUSTOM STYLES HERE ******/
.menu li a{
  font-size: 14px;
}
input[type="submit"], button[type="submit"] {
    border: 2px solid #292929;
    background: #292929;
}
.background-image-holder{
  border-radius: 5px;
}
.lightbox-grid li {
  opacity: 1;
}
.lightbox-grid li:hover {
  opacity: 1;
}
.info-casas{
  position: absolute;
  bottom: -25px;
  color: #fff;
  z-index: 1;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 767px) {
  .background-image-holder{
    border-radius: 0px;
  }
}
