@charset "UTF-8";

@font-face {
  font-family: 'fontello';
  src: url("fontello.ttf"); 
  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?33840542#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: 0.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 - magrins should be symmetric */
/* remove if not needed */
  margin-left: 0.2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-gmail:before { content: '\6d'; } /* 'm' */
.icon-home:before { content: '\2302'; } /* '⌂' */
.icon-pause:before { content: '\2389'; } /* '⎉' */
.icon-play:before { content: '\25b6'; } /* '▶' */
.icon-right-dir:before { content: '\6c'; } /* 'l' */
.icon-down-dir:before { content: '\64'; } /* 'd' */
.icon-star:before { content: '\2605'; } /* '★' */
.icon-star-empty:before { content: '\2606'; } /* '☆' */
.icon-menu:before { content: '\2630'; } /* '☰' */
.icon-cog:before { content: '\2699'; } /* '⚙' */
.icon-cog-2:before { content: '\e801'; } /* '' */
.icon-attention:before { content: '\26a0'; } /* '⚠' */
.icon-attention-1:before { content: '\e802'; } /* '' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-wrench:before { content: '\e004'; } /* '' */
.icon-cog-1:before { content: '\e00a'; } /* '' */
.icon-desktop:before { content: '\e041'; } /* '' */
.icon-download-alt:before { content: '\e0c3'; } /* '' */
.icon-home-1:before { content: '\e0e0'; } /* '' */
.icon-help-circled:before { content: '\e704'; } /* '' */
.icon-info-circled:before { content: '\e705'; } /* '' */
.icon-trash:before { content: '\e729'; } /* '' */
.icon-logout:before { content: '\e741'; } /* '' */
.icon-user:before { content: '👤'; } /* '\1f464' */
.icon-user-1:before { content: '\e800'; } /* '' */
.icon-book:before { content: '📕'; } /* '\1f4d5' */
.icon-search:before { content: '🔎'; } /* '\1f50e' */