@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?95f501');
  src:  url('fonts/icomoon.eot?95f501#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?95f501') format('truetype'),
    url('fonts/icomoon.woff?95f501') format('woff'),
    url('fonts/icomoon.svg?95f501#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-music:before {
  content: "\e900";
}
.icon-video:before {
  content: "\e901";
}
.icon-photo:before {
  content: "\e902";
}
.icon-chat:before {
  content: "\e903";
}
.icon-exclamation:before {
  content: "\e92b";
}
.icon-shuffle:before {
  content: "\e90c";
}
.icon-refresh:before {
  content: "\e90d";
}
.icon-volume_up:before {
  content: "\e800";
}
.icon-volume_down:before {
  content: "\e7ff";
}
.icon-stop:before {
  content: "\e7fe";
}
.icon-skip_previous:before {
  content: "\e7fd";
}
.icon-skip_next:before {
  content: "\e912";
}
.icon-pause:before {
  content: "\e913";
}
.icon-play_arrow:before {
  content: "\e914";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-google-plus:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-pinterest:before {
  content: "\e907";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-youtube:before {
  content: "\e909";
}
.icon-tick:before {
  content: "\e928";
}

