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

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

.icon-android:before {
  content: "\e901";
}
.icon-ios:before {
  content: "\e900";
}
