@font-face {
  font-family: 'azik';
  src: url('../font/azik.eot?31736472');
  src: url('../font/azik.eot?31736472#iefix') format('embedded-opentype'),
       url('../font/azik.woff2?31736472') format('woff2'),
       url('../font/azik.woff?31736472') format('woff'),
       url('../font/azik.ttf?31736472') format('truetype'),
       url('../font/azik.svg?31736472#azik') 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: 'azik';
    src: url('../font/azik.svg?31736472#azik') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "azik";
  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-nav-explore:before { content: '\e800'; } /* '' */
.icon-nav-home:before { content: '\e801'; } /* '' */
.icon-nav-library:before { content: '\e802'; } /* '' */
.icon-new-fill:before { content: '\e803'; } /* '' */
.icon-play:before { content: '\e804'; } /* '' */
.icon-star:before { content: '\e805'; } /* '' */
.icon-music:before { content: '\e806'; } /* '' */
.icon-nav-profile:before { content: '\e807'; } /* '' */
.icon-play-fill:before { content: '\e808'; } /* '' */
.icon-star-fill:before { content: '\e809'; } /* '' */
.icon-heart-fill:before { content: '\e80a'; } /* '' */
.icon-ask-circle:before { content: '\e80b'; } /* '' */
.icon-plus-sm:before { content: '\e80c'; } /* '' */
.icon-ellipsis-vert:before { content: '\e80d'; } /* '' */
.icon-check-circle-fill:before { content: '\e80e'; } /* '' */
.icon-cog:before { content: '\e80f'; } /* '' */
.icon-out:before { content: '\e810'; } /* '' */
.icon-plus-circle:before { content: '\e811'; } /* '' */
.icon-alert-circle:before { content: '\e812'; } /* '' */
.icon-playlist-add:before { content: '\e813'; } /* '' */
.icon-playlist-remove:before { content: '\e814'; } /* '' */
.icon-back:before { content: '\e815'; } /* '' */
.icon-pencil:before { content: '\e816'; } /* '' */
.icon-close:before { content: '\e817'; } /* '' */
.icon-trash:before { content: '\e818'; } /* '' */
.icon-share:before { content: '\e819'; } /* '' */
.icon-heart:before { content: '\e81b'; } /* '' */
.icon-player-play:before { content: '\e81f'; } /* '' */
.icon-player-prev:before { content: '\e822'; } /* '' */
.icon-player-replay:before { content: '\e823'; } /* '' */
.icon-player-shuffle:before { content: '\e824'; } /* '' */
.icon-player-next:before { content: '\e826'; } /* '' */
.icon-player-pause:before { content: '\e829'; } /* '' */
