.wbg{
  background-color: #fff !important;
}
.containerphoto{
  position: relative;
  width: 100%;
  margin-left: auto;
    margin-right: auto;
}
.photocover{
  position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   height: 100%;
   width: 100%;
   opacity: 0;
   transition: all .5s ease-in-out;
   background-color: #fff;
}
.botonopen{
  position: absolute;
      top: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 10px 5px;
      margin-left: auto;
      margin-right: auto;
      opacity: 0;
      font-size: 11px;
      transition: all .5s ease-in-out;
      height: 40px;
      width: 80%;
      color: #fff;
      background-color: #28c0d4;
      text-transform: uppercase;
}
.botonopen:hover{
  background-color: #fff;
  color: #02689e;
  text-decoration: none;
}
.botonopen:visited{
  /*color: #fff;*/
  text-decoration: none;
}

.containerphoto:hover .photocover {
  opacity: 0.6;
}
.containerphoto:hover .botonopen {
  opacity: 1;
}
.containerphoto:hover .fromrealtor {
  opacity: 1;
}
.linkrealtor{
  color: #28c0d4 !important;
}
.linkrealtor:hover{
  color: #666 !important;
  text-decoration: none;
}
.linkrecord{
  color: #28c0d4 !important;
  font-size: 35px;
}
.linkrecord:hover{
  color: #666 !important;
  text-decoration: none;
}
.photohouse{
  /*opacity: 0.5;*/
  width: 100%;
  height: 250px;
}
.shadowhouse{
  background-image: url("../imgs/shadowhouse.jpg");
      background-size: cover;
}
.h2title{
  color: #28c0d4;
font-weight: 200;
padding-bottom: 20px;
font-family: 'Raleway', sans-serif;
}
.fromrealtor{
  position: absolute;
z-index: 1;
color: #28c0d4;
bottom: 15px;
font-size: 12px;
right: 5%;
opacity: 0;
}
.addresshouse{
  padding-top: 10px;
  color: #28c0d4;
  font-size: 14px;
  text-transform: uppercase;
}
.btnnew{
  padding: .375rem 1.6rem !important;
}
.mbr-subscribe{
  height: 0px !important;
}
.mbr-subscribe .form-control {
     top: 0px !important;
  }
  .text-left{
    text-align: left !important;
  }
  .text-right{
    text-align: right !important;
  }
