.infoBox > img {
  z-index: 1;
}
.info-box-wrap {
  background:#fff;
  overflow: hidden;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  font-size: 11px;
  border-radius: 3px;
  color: #26262a;
}
.info-box-text-wrap {
  height:auto;
  overflow: hidden;
}
.info-box-text-wrap p {
  padding:0 0 0 0;
  margin:0 0 0 0;
  font-size: 11px;
}
.info-box-text-wrap p.ib-name {
  padding:5px 5px 0;
  margin:0;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-box-text-wrap p.ib-address {
  padding:0 5px 5px;
  margin:0;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ib-price-row,.ib-price-row:hover,.ib-price-row:visited,.ib-price-row:active {
  display: table;
  width: 100%;
  background: #eee;
  color: #26262a;
  text-decoration: none;
}
.ib-price-from{
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0 5px 5px;
  width: 70%;
  font-size: 14px;
}
.ib-price-text{
  text-transform: uppercase;
}
.ib-price-from > div {
  font-size: 11px;
  font-weight: normal;
}
.ib-show-room{
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 5px 5px 5px 0;

}

.info-box-img{
  position: relative;
  height: 118px;
  background-size: cover;
  background-position: center center;
  cursor: zoom-in;
}
.info-box-wrap  img {
  width:40px !important;
  height:40px;
  float:left;
  margin-right: 10px;
  padding-top:0;
  margin-top:0;
}
.infoBoxhmm:after{
  content : " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position:absolute;
  bottom:-10px;
  left:130px;
}
