@font-face {
  font-family: 'fontello';
  src: url('../fontello/fontello.eot?63793543');
  src: url('../fontello/fontello.eot?63793543#iefix') format('embedded-opentype'),
       url('../fontello/fontello.woff2?63793543') format('woff2'),
       url('../fontello/fontello.woff?63793543') format('woff'),
       url('../fontello/fontello.ttf?63793543') format('truetype'),
       url('../fontello/fontello.svg?63793543#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?63793543#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  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-topicpath:before { content: '\e817'; } /* '' */
.icon-arrow_next:before { content: '\e818'; } /* '' */
.icon-arrow_prev:before { content: '\e819'; } /* '' */
.icon-calendar:before { content: '\e81a'; } /* '' */
.icon-coupon:before { content: '\e81b'; } /* '' */
.icon-edit:before { content: '\e81c'; } /* '' */
.icon-event:before { content: '\e81d'; } /* '' */
.icon-female:before { content: '\e81e'; } /* '' */
.icon-group:before { content: '\e81f'; } /* '' */
.icon-home:before { content: '\e820'; } /* '' */
.icon-logout:before { content: '\e821'; } /* '' */
.icon-male:before { content: '\e822'; } /* '' */
.icon-member:before { content: '\e823'; } /* '' */
.icon-menu:before { content: '\e824'; } /* '' */
.icon-news:before { content: '\e825'; } /* '' */
.icon-option:before { content: '\e826'; } /* '' */
.icon-plus:before { content: '\e827'; } /* '' */
.icon-print:before { content: '\e828'; } /* '' */
.icon-salon:before { content: '\e829'; } /* '' */
.icon-salon02:before { content: '\e82a'; } /* '' */
.icon-scroll:before { content: '\e82b'; } /* '' */
.icon-setting:before { content: '\e82c'; } /* '' */
.icon-slide:before { content: '\e82d'; } /* '' */
.icon-status:before { content: '\e82e'; } /* '' */
.icon-topicpath-1:before { content: '\e82f'; } /* '' */

body .icon-calendar:before {
    margin-left: 0;
    position: relative;
    top: 4px;
}