@font-face {
  font-family: 'FontRealestate';
  src: url('../font/realestate.eot');
  src: url('../font/realestate.eot') format('embedded-opentype'),
    url('../font/realestate.woff') format('woff'),
    url('../font/realestate.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-re-"],
[class*=" icon-re-"] {
  font-family: FontRealestate;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-re-bed:before                  { content: "\e001"; }
.icon-re-bed2:before                 { content: "\e003"; }
.icon-re-bath:before                 { content: "\e004"; }
.icon-re-car:before                  { content: "\e002"; }
.icon-re-price:before                { content: "\e006"; }
