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

.tag-icon-tag:before { content: '\e800'; } /* '' */
.tag-icon-tag-1:before { content: '\e801'; } /* '' */
.tag-icon-tag-2:before { content: '\e802'; } /* '' */
.tag-icon-tags:before { content: '\e803'; } /* '' */
.tag-icon-tag-3:before { content: '\e804'; } /* '' */
.tag-icon-tags-1:before { content: '\e805'; } /* '' */
.tag-icon-tag-4:before { content: '\e806'; } /* '' */
.tag-icon-tag-5:before { content: '\e807'; } /* '' */
.tag-icon-tags-2:before { content: '\e808'; } /* '' */
.tag-icon-tag-empty:before { content: '\e809'; } /* '' */
.tag-icon-tag-6:before { content: '\e80a'; } /* '' */
.tag-icon-tag-7:before { content: '\e80b'; } /* '' */
.tag-icon-hashtag:before { content: '\f292'; } /* '' */
