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

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

.bIcon--key:before {
  content: "\e900";
  color: #da9911;
}
