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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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-next:before {
	content: "\e600";
}
.icon-pause:before {
	content: "\e601";
}
.icon-play:before {
	content: "\e602";
}
.icon-prev:before {
	content: "\e603";
}
.icon-stop:before {
	content: "\e604";
}
.icon-volume-up:before {
	content: "\e605";
}
.icon-volume-down:before {
	content: "\e606";
}
.icon-volume-mute:before {
	content: "\e607";
}
.icon-loop:before {
	content: "\e608";
}
.icon-shuffle:before {
	content: "\e609";
}
.icon-radio-checked:before {
	content: "\e60a";
}
