@font-face {
    font-family: 'observant-icons';
    src: url('observant-icons.eot?94453498');
    src: url('observant-icons.eot?94453498#iefix') format('embedded-opentype'),
         url('observant-icons.woff2?94453498') format('woff2'),
         url('observant-icons.woff?94453498') format('woff'),
         url('observant-icons.ttf?94453498') format('truetype'),
         url('observant-icons.svg?94453498#observant-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: 'observant-icons';
      src: url('observant-icons.svg?94453498#observant-icons') format('svg');
    }
  }
  */
   
   [class^="obs-icon-"]:before, [class*=" obs-icon-"]:before {
    font-family: "observant-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); */
  }

  .input-group-append [class^="obs-icon-"]:before, 
  .input-group-append [class*=" obs-icon-"]:before {
    vertical-align: -0.045em;
  }
   
  .obs-icon-image:before { content: '\e800'; } /* '' */
  .obs-icon-camera:before { content: '\e801'; } /* '' */
  .obs-icon-categories:before { content: '\e802'; } /* '' */
  .obs-icon-calendar:before { content: '\e803'; } /* '' */
  .obs-icon-tags:before { content: '\e804'; } /* '' */
  .obs-icon-th-list:before { content: '\e805'; } /* '' */
  .obs-icon-th-large:before { content: '\e806'; } /* '' */
  .obs-icon-arrow-down:before { content: '\e80a'; } /* '' */
  .obs-icon-arrow-up:before { content: '\e80b'; } /* '' */
  .obs-icon-arrow-right:before { content: '\e80c'; } /* '' */
  .obs-icon-arrow-left:before { content: '\e80d'; } /* '' */
  .obs-icon-cancel:before { content: '\e80e'; } /* '' */
  .obs-icon-plus:before { content: '\e80f'; } /* '' */