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

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;


  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 0.1em;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fax:before {
  content: "\e900";
}
.icon-mic:before {
  content: "\e91e";
}

.icon-alarm:before {
  content: "\e950";
}