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

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

.icon-playback-play:before {
	content: "\f0bf";
}

.icon-rss:before {
	content: "\f034";
}

.icon-three-bars:before {
	content: "\f05e";
}

