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

  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-calendar:before { content: '\e800'; } /* '' */
.icon-trash:before { content: '\e801'; } /* '' */
.icon-camera:before { content: '\e802'; } /* '' */
.icon-star-filled:before { content: '\e803'; } /* '' */
.icon-ok:before { content: '\e805'; } /* '' */
.icon-archive:before { content: '\e82c'; } /* '' */
.icon-attention:before { content: '\e82d'; } /* '' */
.icon-crop:before { content: '\e82e'; } /* '' */
.icon-export:before { content: '\e830'; } /* '' */
.icon-grid:before { content: '\e831'; } /* '' */
.icon-preview:before { content: '\e833'; } /* '' */
.icon-cancel:before { content: '\e834'; } /* '' */
.icon-dashboard:before { content: '\e835'; } /* '' */
.icon-faq:before { content: '\e836'; } /* '' */
.icon-finance:before { content: '\e837'; } /* '' */
.icon-news:before { content: '\e838'; } /* '' */
.icon-offers:before { content: '\e839'; } /* '' */
.icon-reclama:before { content: '\e83a'; } /* '' */
.icon-report:before { content: '\e83b'; } /* '' */
.icon-settings:before { content: '\e83c'; } /* '' */
.icon-teasers:before { content: '\e83d'; } /* '' */
.icon-end:before { content: '\e83e'; } /* '' */
.icon-prev:before { content: '\e83f'; } /* '' */
.icon-start:before { content: '\e840'; } /* '' */
.icon-next:before { content: '\e841'; } /* '' */
.icon-sort:before { content: '\e842'; } /* '' */
.icon-crop-square:before { content: '\e843'; } /* '' */
.icon-crop-album:before { content: '\e844'; } /* '' */
.icon-bold-text:before { content: '\e845'; } /* '' */
.icon-img:before { content: '\e846'; } /* '' */
.icon-italic-text:before { content: '\e847'; } /* '' */
.icon-link:before { content: '\e848'; } /* '' */
.icon-list_bullet:before { content: '\e849'; } /* '' */
.icon-list_number:before { content: '\e84a'; } /* '' */
.icon-quote:before { content: '\e84b'; } /* '' */
.icon-strikethrough-text:before { content: '\e84c'; } /* '' */
.icon-underline-text:before { content: '\e851'; } /* '' */
.icon-exchange:before { content: '\e852'; } /* '' */
.icon-edit:before { content: '\e853'; } /* '' */
.icon-search:before { content: '\e855'; } /* '' */
.icon-publish:before { content: '\e856'; } /* '' */
.icon-affiliates:before { content: '\e857'; } /* '' */
.icon-disactivate:before { content: '\e858'; } /* '' */
.icon-activate:before { content: '\e859'; } /* '' */
.icon-notification:before { content: '\e85a'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
