@font-face {
  font-family: 'jw-custom-icons';
  src:  url('jw-custom-icons.eot?c05uzf');
  src:  url('jw-custom-icons.eot?c05uzf#iefix') format('embedded-opentype'),
    url('jw-custom-icons.ttf?c05uzf') format('truetype'),
    url('jw-custom-icons.woff?c05uzf') format('woff'),
    url('jw-custom-icons.svg?c05uzf#jw-custom-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="jw-icon-"], [class*=" jw-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  /*font-family: 'jw-custom-icons' !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;
}
.jw-icon-playlist:before {
	font-family: 'jw-custom-icons' !important;
  content: "\e616";
}
.jw-custom-icon-playlist:before {
	font-family: 'jw-custom-icons' !important;
  content: "\e616";
}
.jw-icon-prev:before {
	font-family: 'jw-custom-icons' !important;
  content: "\e60f";
}
.jw-custom-icon-prev:before {
	font-family: 'jw-custom-icons' !important;
  content: "\e60f";
}
.jw-icon-next:before {
	font-family: 'jw-custom-icons' !important;
  content: "\e60c";
}
.jw-custom-icon-next:before {
	font-family: 'jw-custom-icons' !important;
  content: "\e60c";
}

