@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot?aud6ov');
	src:url('icomoon.eot?aud6ov#iefix') format('embedded-opentype'),
		url('icomoon.ttf?aud6ov') format('truetype'),
		url('icomoon.woff?aud6ov') format('woff'),
		url('icomoon.svg?aud6ov#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-headphones:before {
	content: "\e900";
}
.icon-mic:before {
	content: "\e901";
}
.icon-play2:before {
	content: "\e902";
}
.icon-pause:before {
	content: "\e903";
}
.icon-stop:before {
	content: "\e904";
}
.icon-play3:before {
	content: "\e905";
}
.icon-pause2:before {
	content: "\e906";
}
.icon-stop2:before {
	content: "\e907";
}
.icon-volume-medium:before {
	content: "\e908";
}
.icon-volume-mute2:before {
	content: "\e909";
}
.icon-screen_rotation:before {
	content: "\e90a";
}
