@font-face {
  font-family: 'fontello';
  src: data-uri('/common/font/fontello.eot');
  src: data-uri('/common/font/fontello.eot#iefix') format('embedded-opentype'),
       data-uri('/common/font/fontello.woff') format('woff'),
       data-uri('/common/font/fontello.svg#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: data-uri('/common/font/fontello.svg#fontello') format('svg');
  }
}
*/

[class^="expl-icon-"]:before,
[class*=" expl-icon-"]:before,
.expl-icon-class {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}



// .icon-keyboard-arrow-down:before { content: '\e802'; }
// .icon-clear:before { content: '\e803'; }
// .icon-airplane:before { content: '\e804'; }
// .icon-swap:before { content: '\e809'; }


.expl-icon-ok:before { content: '\e800'; }
.expl-icon-plus:before { content: '\e801'; }

.expl-icon-arrow1:before { content: '\e802'; } /* '' */
.expl-icon-arrow2:before { content: '\e803'; } /* '' */
.expl-icon-arrow3:before { content: '\e804'; } /* '' */
.expl-icon-keyboard-arrow-down:before { content: '\e805'; } /* '' */

.expl-icon-clear:before { content: '\e806'; } /* '' */
.expl-icon-airplane:before { content: '\e807'; } /* '' */
.expl-icon-swap:before { content: '\e80c'; }
.expl-icon-star:before { content: '\e80d'; } /* '' */
.expl-icon-refresh:before { content: '\e80e'; } /* '' */

