/* Icons */
.real-estate-icon{
  float:left;
  display: inline-block;
}
.sale-icon{
  background: url('../../images/icons/real-estate-icons.png') no-repeat -15px -371px;
  background-size: 439px 762px;
  width: 58px;
  height: 51px;
}
.rent-icon{
  background: url('../../images/icons/real-estate-icons.png') no-repeat -137px -371px;
  background-size: 439px 762px;
  width: 58px;
  height: 51px;
}
.house-icon{
  background: url('../../images/icons/real-estate-icons.png') no-repeat -248px -4px;
  background-size: 439px 762px;
  width: 68px;
  height: 60px;
}
.apartment-icon{
  background: url('../../images/icons/real-estate-icons.png') no-repeat -256px -365px;
  background-size: 439px 762px;
  width: 52px;
  height: 64px;
}
.land-icon{
  background: url('../../images/icons/real-estate-icons.png') no-repeat -132px -108px;
  background-size: 439px 762px;
  width: 67px;
  height: 38px;
}
.shop-icon{
  background: url('../../images/icons/real-estate-icons.png') no-repeat -8px -108px;
  background-size: 439px 762px;
  width: 85px;
  height: 47px;
}
.office-icon{
  background: url('../../images/icons/real-estate-icons.png') no-repeat -17px -10px;
  background-size: 439px 762px;
  width: 73px;
  height: 71px;
}
.building-plot-icon{
  background: url('../../images/icons/real-estate-icons.png') no-repeat -367px -281px;
  background-size: 439px 762px;
  width: 63px;
  height: 49px;
}
.warehouse-icon{
  background: url('../../images/icons/real-estate-icons.png') no-repeat -370px -92px;
  background-size: 439px 762px;
  width: 69px;
  height: 67px;
}
.other-icon{
  background: url('../../images/icons/real-estate-icons.png') no-repeat -123px -710px;
  background-size: 439px 762px;
  width: 86px;
  height: 47px;
}

/* Smaller icons */
.real-estate-icon-small{
  display: inline-block;
}
.bed-icon{
  background: url('../../images/icons/real-estate-icons-small.png') no-repeat 0 100%;
  background-size: 140px 21px;
  width: 29px;
  height: 18px;
}
.shower-icon{
  background: url('../../images/icons/real-estate-icons-small.png') no-repeat 37.768% 0;
  background-size: 140px 21px;
  width: 24px;
  height: 21px;
}
.measure-tape-icon{
  background: url('../../images/icons/real-estate-icons-small.png') no-repeat 67.782% 0;
  background-size: 140px 21px;
  width: 21px;
  height: 21px;
}
.furnished-icon{
  background: url('../../images/icons/real-estate-icons-small.png') no-repeat 100% 66.667%;
  background-size: 140px 21px;
  width: 25px;
  height: 19px;
}