.map_tooltip {
  background-size: cover;
  height: 185px;
  overflow: inherit;
  width: 230px;
  background-position: center top;
  background-repeat: no-repeat;
}

.infoBox {
  /*border: 1px solid red;*/
  background-color: white;
  padding: 2px;
  border-radius: 4px;
}

.listing_meta td span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

a.map_hov {
  position: relative;
  z-index: 99999999999999;
  pointer: cursor;
}

.infoBox {
  padding: 2px;
  border-radius: 4px;
}

.meta_wrap {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0 !important;
  padding: 4px;
  position: absolute;
  left: 0;
  right: 0;
}

.meta_wrap ul {
  list-style: none;
}

.meta_wrap li {
  list-style-type: none;
  float: left;
  font-size: 17px;
  color: #fff;
  border-radius: 0px;
  margin: 0px !important;
  width: 33%;
  text-align: center;
  display: block;
  height: 27px;
  line-height: 27px;
}

.meta_wrap li img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 2px;
  vertical-align: middle;
}

.listing_meta {
  color: #ffffff;
  font-size: 17px;
  padding: 1% 4%;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.hbb_map {
  float: left;
  width: 27%;
  margin: 0 0% 2%;
  /*margin-bottom:2%;*/
}

.hbb_map2 {
  width: 41%;
}

.hbb_map3 {
  width: 35%;
}

.hbb_map img {
  vertical-align: middle;
  margin-right: 6%;
  max-width: 100%;
}

.clear {
  clear: both;
}

.map_info_box_address {
  color: #3e3e3e;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 10px;
  font-family: "Lucida";
}

.list_view_available p {
  color: #585858;
  font-size: 15px;
  margin-top: 5px;
}

.list_view_available p span {
  font-weight: 600;
}
	

