@font-face {
  font-family: 'horus-icons';
  src: url('../font/horus-icons.eot?31436899');
  src: url('../font/horus-icons.eot?31436899#iefix') format('embedded-opentype'),
       url('../font/horus-icons.woff2?31436899') format('woff2'),
       url('../font/horus-icons.woff?31436899') format('woff'),
       url('../font/horus-icons.ttf?31436899') format('truetype'),
       url('../font/horus-icons.svg?31436899#horus-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'horus-icons';
    src: url('../font/horus-icons.svg?31436899#horus-icons') format('svg');
  }
}
*/
 
 [class^="ho-"]:before, [class*=" "]:before {
  font-family: "horus-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* 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: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.ho-angle-left:before { content: '\e800'; }
.ho-angle-right:before { content: '\e801'; }
.ho-back:before { content: '\e802'; }
.ho-bank:before { content: '\e803'; }
.ho-calendar:before { content: '\e804'; }
.ho-checked:before { content: '\e805'; }
.ho-client:before { content: '\e806'; }
.ho-cog:before { content: '\e807'; }
.ho-etl:before { content: '\e808'; }
.ho-fav:before { content: '\e809'; }
.ho-folder:before { content: '\e80a'; }
.ho-forms:before { content: '\e80b'; }
.ho-home:before { content: '\e80c'; }
.ho-logout:before { content: '\e80d'; }
.ho-package:before { content: '\e80e'; }
.ho-page-back:before { content: '\e80f'; }
.ho-page-next:before { content: '\e810'; }
.ho-pen:before { content: '\e811'; }
.ho-pencil:before { content: '\e812'; }
.ho-save:before { content: '\e813'; }
.ho-usd:before { content: '\e814'; }
.ho-user:before { content: '\e815'; }
.ho-wallet:before { content: '\e816'; }