@font-face {
  font-family: 'mose_ic';
  src:  url('fonts/mose_ic.eot?ekpnjl');
  src:  url('fonts/mose_ic.eot?ekpnjl#iefix') format('embedded-opentype'),
    url('fonts/mose_ic.ttf?ekpnjl') format('truetype'),
    url('fonts/mose_ic.woff?ekpnjl') format('woff'),
    url('fonts/mose_ic.svg?ekpnjl#mose_ic') 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: 'mose_ic' !important;
  speak: none;
  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-arrow-up:before {
  content: "\e900";
}
.ic-arrow-down:before {
  content: "\e901";
}
.ic-arrow-left:before {
  content: "\e902";
}
.ic-arrow-right:before {
  content: "\e903";
}
.ic-phone:before {
  content: "\e904";
}
.ic-phone2:before {
  content: "\e909";
}
.ic-fax:before {
  content: "\e905";
}
.ic-mail:before {
  content: "\e906";
}
.ic-map:before {
  content: "\e907";
}
.ic-link:before {
  content: "\e908";
}
.ic-link2:before {
  content: "\e90a";
}
.ic-global:before {
  content: "\e90b";
}
