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

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !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;
}

.ic-phone:before {
  content: "\e901";
}
.ic-fax:before {
  content: "\e903";
}
.ic-mail:before {
  content: "\e900";
}
.ic-map:before {
  content: "\e902";
}
.ic-calendar:before {
  content: "\e904";
}
.ic-web:before {
  content: "\e905";
}
.ic-facebook:before {
  content: "\e906";
}
.ic-line:before {
  content: "\e907";
}
.ic-zoom:before {
  content: "\e908";
}
