@charset "UTF-8";
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?47930365');
  src: url('../font/fontello.eot?47930365#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?47930365') format('woff2'),
       url('../font/fontello.woff?47930365') format('woff'),
       url('../font/fontello.ttf?47930365') format('truetype'),
       url('../font/fontello.svg?47930365#fontello') 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: 'fontello';
    src: url('../font/fontello.svg?47930365#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  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); */
}

.icon-up-dir:before { content: '\2630'; } /* '☰' */
.icon-search:before { content: '\e0e8'; } /* '' */
.icon-down-dir:before { content: '\e715'; } /* '' */
.icon-filter:before { content: '\e800'; } /* '' */
.icon-plus:before { content: '\e801'; } /* '' */
.icon-minus:before { content: '\e802'; } /* '' */
.icon-power:before { content: '\e803'; } /* '' */
.icon-ccw-1:before { content: '\e804'; } /* '' */
.icon-cw:before { content: '\e805'; } /* '' */
.icon-arrows-ccw:before { content: '\e806'; } /* '' */
.icon-down-open-big:before { content: '\e807'; } /* '' */
.icon-left-open-big:before { content: '\e808'; } /* '' */
.icon-right-open-big:before { content: '\e809'; } /* '' */
.icon-up-open-big:before { content: '\e80a'; } /* '' */
.icon-down-open-mini:before { content: '\e80b'; } /* '' */
.icon-left-open-mini:before { content: '\e80c'; } /* '' */
.icon-right-open-mini:before { content: '\e80d'; } /* '' */
.icon-up-open-mini:before { content: '\e80e'; } /* '' */
.icon-export:before { content: '\e80f'; } /* '' */
.icon-menu:before { content: '\e810'; } /* '' */
.icon-attach:before { content: '\e811'; } /* '' */
.icon-vcard:before { content: '\e812'; } /* '' */
.icon-emo-happy:before { content: '\e813'; } /* '' */
.icon-trash:before { content: '\e814'; } /* '' */
.icon-dot-3:before { content: '\e815'; } /* '' */
.icon-check-mark:before { content: '\e816'; } /* '' */
.icon-cog:before { content: '\e817'; } /* '' */
.icon-bell:before { content: '\e818'; } /* '' */
.icon-bell-alt:before { content: '\e819'; } /* '' */
.icon-pencil:before { content: '\e81a'; } /* '' */
.icon-paper-plane-1:before { content: '\e81b'; } /* '' */
.icon-print:before { content: '\e81c'; } /* '' */
.icon-reload:before { content: '\e81d'; } /* '' */
.icon-flag:before { content: '\e81e'; } /* '' */
.icon-emo-wink:before { content: '\e81f'; } /* '' */
.icon-history:before { content: '\e820'; } /* '' */
.icon-picture:before { content: '\e821'; } /* '' */
.icon-sync:before { content: '\e822'; } /* '' */
.icon-doc-portrait:before { content: '\e823'; } /* '' */
.icon-doc-landscape:before { content: '\e824'; } /* '' */
.icon-app-not-found:before { content: '\e825'; } /* '' */
.icon-emo-unhappy:before { content: '\e826'; } /* '' */
.icon-emo-tongue:before { content: '\e827'; } /* '' */
.icon-link:before { content: '\e828'; } /* '' */
.icon-emo-sleep:before { content: '\e829'; } /* '' */
.icon-block:before { content: '\e82a'; } /* '' */
.icon-dialog-success:before { content: '\e82b'; } /* '' */
.icon-dialog-error:before { content: '\e82c'; } /* '' */
.icon-dialog-warn:before { content: '\e82d'; } /* '' */
.icon-emo-thumbsup:before { content: '\e82e'; } /* '' */
.icon-emo-coffee:before { content: '\e82f'; } /* '' */
.icon-emo-displeased:before { content: '\e830'; } /* '' */
.icon-home:before { content: '\e831'; } /* '' */
.icon-doc:before { content: '\e832'; } /* '' */
.icon-eye:before { content: '\e833'; } /* '' */
.icon-download-alt:before { content: '\e834'; } /* '' */
.icon-coverflow:before { content: '\f00c'; } /* '' */
.icon-copy:before { content: '\f0c5'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-paste:before { content: '\f0ea'; } /* '' */
.icon-help:before { content: '\f128'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-attention-alt:before { content: '\f12a'; } /* '' */
.icon-sort-alt-up:before { content: '\f160'; } /* '' */
.icon-sort-alt-down:before { content: '\f161'; } /* '' */
.icon-down:before { content: '\f175'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */
.icon-bug:before { content: '\f188'; } /* '' */
.icon-child:before { content: '\f1ae'; } /* '' */
.icon-clone:before { content: '\f24d'; } /* '' */
.icon-scissors:before { content: '🔍'; } /* '\1f50d' */
