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

.icon-themechart-bar:before { content: '\e800'; } /* '' */
.icon-themecog-alt:before { content: '\e801'; } /* '' */
.icon-themeusers:before { content: '\e802'; } /* '' */
.icon-themesearch:before { content: '\e803'; } /* '' */
.icon-themecancel:before { content: '\e804'; } /* '' */
.icon-themecancel-circled-outline:before { content: '\e805'; } /* '' */
.icon-themetwitter:before { content: '\f099'; } /* '' */
.icon-themefacebook:before { content: '\f09a'; } /* '' */
.icon-themetasks:before { content: '\f0ae'; } /* '' */
.icon-thememenu:before { content: '\f0c9'; } /* '' */
.icon-themelinkedin:before { content: '\f0e1'; } /* '' */
.icon-themeangle-left:before { content: '\f104'; } /* '' */
.icon-themeangle-right:before { content: '\f105'; } /* '' */
.icon-themeangle-up:before { content: '\f106'; } /* '' */
.icon-themeangle-down:before { content: '\f107'; } /* '' */
.icon-themedollar:before { content: '\f155'; } /* '' */
.icon-themeyoutube-play:before { content: '\f16a'; } /* '' */
.icon-themeinstagram:before { content: '\f16d'; } /* '' */
.icon-themedatabase:before { content: '\f1c0'; } /* '' */
.icon-themecopyright:before { content: '\f1f9'; } /* '' */
.icon-themeuser-circle-o:before { content: '\f2be'; } /* '' */
