@charset "UTF-8";

 @font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?74241364');
  src: url('../font/fontello.eot?74241364#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?74241364') format('woff'),
       url('../font/fontello.ttf?74241364') format('truetype'),
       url('../font/fontello.svg?74241364#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?74241364#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  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); */
}
 
.icon-acrobat:before { content: '\e3'; } /* 'ã' */
.icon-cog:before { content: '\2699'; } /* '⚙' */
.icon-pencil:before { content: '\270e'; } /* '✎' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-ok-circle:before { content: '\2714'; } /* '✔' */
.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-cancel-circle:before { content: '\2716'; } /* '✖' */
.icon-cancel-squared:before { content: '\274e'; } /* '❎' */
.icon-help-circled:before { content: '\e704'; } /* '' */
.icon-logout:before { content: '\e741'; } /* '' */
.icon-left-circle2:before { content: '\e759'; } /* '' */
.icon-right-circle2:before { content: '\e75a'; } /* '' */
.icon-down-open:before { content: '\e75c'; } /* '' */
.icon-left-open:before { content: '\e75d'; } /* '' */
.icon-right-open:before { content: '\e75e'; } /* '' */
.icon-search:before { content: '\e800'; } /* '' */
.icon-download-cloud:before { content: '\e801'; } /* '' */
.icon-videocam-1:before { content: '\e802'; } /* '' */
.icon-upload-cloud:before { content: '\e803'; } /* '' */
.icon-asterisk:before { content: '\e804'; } /* '' */
.icon-up-circled:before { content: '\e805'; } /* '' */
.icon-down-circled:before { content: '\e806'; } /* '' */
.icon-attention:before { content: '\e807'; } /* '' */
.icon-info-circled:before { content: '\e808'; } /* '' */
.icon-plus:before { content: '\e809'; } /* '' */
.icon-columns:before { content: '\e80a'; } /* '' */
.icon-level-up:before { content: '\e80b'; } /* '' */
.icon-myspace:before { content: '\e80c'; } /* '' */
.icon-calendar:before { content: '\e80d'; } /* '' */
.icon-spin3:before { content: '\e80e'; } /* '' */
.icon-attention-circled:before { content: '\e80f'; } /* '' */
.icon-sort:before { content: '\e810'; } /* '' */
.icon-sort-down:before { content: '\e811'; } /* '' */
.icon-sort-up:before { content: '\e812'; } /* '' */
.icon-youtube-play:before { content: '\e813'; } /* '' */
.icon-switch:before { content: '\e814'; } /* '' */
.icon-down-thin:before { content: '\e815'; } /* '' */
.icon-up-thin:before { content: '\e816'; } /* '' */
.icon-popup-1:before { content: '\e817'; } /* '' */
.icon-to-start:before { content: '\e818'; } /* '' */
.icon-to-end:before { content: '\e819'; } /* '' */
.icon-fast-fw:before { content: '\e81a'; } /* '' */
.icon-fast-bw:before { content: '\e81b'; } /* '' */
.icon-right-dir:before { content: '\e81c'; } /* '' */
.icon-down-dir:before { content: '\e81d'; } /* '' */
.icon-docs:before { content: '\e81e'; } /* '' */
.icon-minus:before { content: '\e81f'; } /* '' */
.icon-spinner:before { content: '\e820'; } /* '' */
.icon-certificate:before { content: '\f0a3'; } /* '' */
.icon-left-circled:before { content: '\f0a8'; } /* '' */
.icon-right-circled:before { content: '\f0a9'; } /* '' */
.icon-user:before { content: '👤'; } /* '\1f464' */
.icon-users:before { content: '👥'; } /* '\1f465' */
.icon-block:before { content: '🚫'; } /* '\1f6ab' */