@charset "UTF-8";

@font-face {
  font-family: "untitled-font-1";
  src:url("../fonts/icon-font/untitled-font-1.eot");
  src:url("../fonts/icon-font/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icon-font/untitled-font-1.woff") format("woff"),
    url("../fonts/icon-font/untitled-font-1.ttf") format("truetype"),
    url("../fonts/icon-font/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-house-with-hearth:before {
  content: "\e013";
}
.icon-villa:before {
  content: "\e015";
}
.icon-house-1:before {
  content: "\e016";
}
.icon-home:before {
  content: "\e019";
}
.icon-average:before {
  content: "\e000";
}
.icon-extensive:before {
  content: "\e002";
}
.icon-minimal:before {
  content: "\e003";
}
.icon-for-rent:before {
  content: "\e01a";
}
.icon-for-sale:before {
  content: "\e01b";
}
.icon-adult-female:before {
  content: "\e01c";
}
.icon-adult-male:before {
  content: "\e01d";
}
.icon-children:before {
  content: "\e021";
}
.icon-family:before {
  content: "\e022";
}
.icon-teen-male:before {
  content: "\e024";
}
.icon-baby:before {
  content: "\e025";
}
.icon-question:before {
  content: "\e01e";
}
.icon-five-star-line:before {
  content: "\e020";
}
.icon-four-star-line:before {
  content: "\e027";
}
.icon-three-star-line:before {
  content: "\e029";
}
.icon-teen-female:before {
  content: "\e02a";
}
.icon-apparment:before {
  content: "\e00f";
}
.icon-townhouse:before {
  content: "\e005";
}
.icon-duplex:before {
  content: "\e001";
}
.icon-semi:before {
  content: "\e004";
}
.icon-special-items:before {
  content: "\e006";
}
.icon-rooms:before {
  content: "\e007";
}
.icon-tenant:before {
  content: "\e008";
}
.icon-owner:before {
  content: "\e009";
}

/*new icon*/
@charset "UTF-8";

@font-face {
  font-family: "my-custom-font";
  src:url("../fonts/new-icon-font/my-custom-font.eot");
  src:url("../fonts/new-icon-font/my-custom-font.eot?#iefix") format("embedded-opentype"),
    url("../fonts/new-icon-font/my-custom-font.woff") format("woff"),
    url("../fonts/new-icon-font/my-custom-font.ttf") format("truetype"),
    url("../fonts/new-icon-font/my-custom-font.svg#my-custom-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "my-custom-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-custom-"]:before,
[class*=" icon-custom-"]:before {
  font-family: "my-custom-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-custom-special-item-v1:before {
  content: "\e000";
}
.icon-custom-special-item-v2:before {
  content: "\e001";
}
