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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !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-house:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}
.icon-arrow-l:before {
  content: "\e903";
}
.icon-arrow-lnk:before {
  content: "\e904";
}
.icon-bm:before {
  content: "\e905";
}
.icon-book:before {
  content: "\e906";
}
.icon-convenient:before {
  content: "\e907";
}
.icon-download:before {
  content: "\e908";
}
.icon-fb:before {
  content: "\e909";
}
.icon-hearth:before {
  content: "\e90a";
}
.icon-loc:before {
  content: "\e90b";
}
.icon-lock:before {
  content: "\e90c";
}
.icon-mail:before {
  content: "\e90d";
}
.icon-phone:before {
  content: "\e90e";
}
.icon-slide:before {
  content: "\e900";
}
.icon-arrow-r:before {
  content: "\e90f";
}
.icon-yt:before {
  content: "\e910";
}
