@font-face {
  font-family: 'fontello';
  src: url('../fonts/es-icon-stripe.eot?5189944');
  src: url('../fonts/es-icon-stripe.eot?5189944#iefix') format('embedded-opentype'),
       url('../fonts/es-icon-stripe.woff2?5189944') format('woff2'),
       url('../fonts/es-icon-stripe.woff?5189944') format('woff'),
       url('../fonts/es-icon-stripe.ttf?5189944') format('truetype'),
       url('../fonts/es-icon-stripe.svg?5189944#es-icon-stripe') 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('../fonts/es-icon-stripe.svg?5189944#es-icon-stripe') format('svg');
  }
}
*/
 
 [class^="es-icon-"]:before, [class*=" es-icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 0.9em;
  margin-right: .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: 0.8em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .1em;*/
  top:2px;
  position: relative;
 
   /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* you can be more comfortable with increased icons size */
   font-size: 166%; 
 
  /* Uncomment for 3D effect */
   /*text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.es-icon-text:before { content: '\e90f'; } /* '' */
.es-icon-image:before { content: '\e914'; } /* '' */
.es-icon-plus:before { content: '\e915'; } /* '' */
.es-icon-download:before { content: '\e918'; } /* '' */
.es-icon-upload:before { content: '\e919'; } /* '' */
.es-icon-code:before { content: '\e91d'; } /* '' */
.es-icon-cog:before { content: '\e922'; } /* '' */
.es-icon-users:before { content: '\e926'; } /* '' */
.es-icon-pc:before { content: '\e927'; } /* '' */
.es-icon-mobile:before { content: '\e928'; } /* '' */
.es-icon-bug:before { content: '\e929'; } /* '' */
.es-icon-erase:before { content: '\e92a'; } /* '' */
.es-icon-log-out:before { content: '\e92b'; } /* '' */
.es-icon-check:before { content: '\e92c'; } /* '' */
.es-icon-eye-hide:before { content: '\e92d'; } /* '' */
.es-icon-eye-show:before { content: '\e92e'; } /* '' */
.es-icon-user-account:before { content: '\e92f'; } /* '' */
.es-icon-back:before { content: '\e930'; } /* '' */
.es-icon-forward:before { content: '\e931'; } /* '' */
.es-icon-reply:before { content: '\e932'; } /* '' */
.es-icon-facebook:before { content: '\e933'; } /* '' */
.es-icon-google:before { content: '\e934'; } /* '' */