@font-face {
  font-family: 'icon-site';
  src:  url('fonts/icon-site.eot?n56roh');
  src:  url('fonts/icon-site.eot?n56roh#iefix') format('embedded-opentype'),
    url('fonts/icon-site.ttf?n56roh') format('truetype'),
    url('fonts/icon-site.woff?n56roh') format('woff'),
    url('fonts/icon-site.svg?n56roh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-site' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eleman:before {
  content: "\e905";
}
.icon-title-icon:before {
  content: "\e90b";
}
.icon-map-marker:before {
  content: "\e900";
}
.icon-house:before {
  content: "\e901";
}
.icon-basket-shopping:before {
  content: "\e902";
}
.icon-calendar:before {
  content: "\e903";
}
.icon-clock:before {
  content: "\e904";
}
.icon-envelope:before {
  content: "\e906";
}
.icon-mobile:before {
  content: "\e907";
}
.icon-phone:before {
  content: "\e908";
}
.icon-shopping-cart:before {
  content: "\e909";
}
.icon-user:before {
  content: "\e90a";
}
