@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-wqniqw');
	src:url('fonts/icomoon.eot?#iefix-wqniqw') format('embedded-opentype'),
		url('fonts/icomoon.woff?-wqniqw') format('woff'),
		url('fonts/icomoon.ttf?-wqniqw') format('truetype'),
		url('fonts/icomoon.svg?-wqniqw#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-play:before {
	content: "\ea15";
}

.icon-pause:before {
	content: "\ea16";
}

.icon-stop:before {
	content: "\ea17";
}

.icon-previous:before {
	content: "\ea18";
}

.icon-next:before {
	content: "\ea19";
}

.icon-backward:before {
	content: "\ea1a";
}

.icon-forward:before {
	content: "\ea1b";
}

