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

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  
  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 */
  

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

.misc-emo-thumbsup:before { content: '\e831'; } /* '' */
.misc-emo-devil:before { content: '\e832'; } /* '' */
.misc-emo-surprised:before { content: '\e833'; } /* '' */
.misc-emo-tongue:before { content: '\e834'; } /* '' */
.misc-emo-coffee:before { content: '\e835'; } /* '' */
.misc-emo-sunglasses:before { content: '\e836'; } /* '' */
.misc-emo-displeased:before { content: '\e837'; } /* '' */
.misc-emo-beer:before { content: '\e838'; } /* '' */
.misc-emo-grin:before { content: '\e839'; } /* '' */
.misc-emo-angry:before { content: '\e83a'; } /* '' */
.misc-emo-saint:before { content: '\e83b'; } /* '' */
.misc-emo-cry:before { content: '\e83c'; } /* '' */
.misc-emo-shoot:before { content: '\e83d'; } /* '' */
.misc-emo-squint:before { content: '\e83e'; } /* '' */
.misc-emo-laugh:before { content: '\e83f'; } /* '' */
.misc-emo-sleep:before { content: '\e840'; } /* '' */
.misc-emo-unhappy:before { content: '\e841'; } /* '' */
.misc-emo-wink2:before { content: '\e842'; } /* '' */
.misc-emo-wink:before { content: '\e843'; } /* '' */
.misc-emo-happy:before { content: '\e845'; } /* '' */
