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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'VideoJS';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-expand, .icon-play, .icon-pause, .icon-volume-mute, .icon-volume-low, .icon-volume-medium, .icon-volume-high, .icon-diamonds, .icon-Closed_captioning_symbol, .icon-stop, .icon-spinner, .icon-contract, .icon-bubble {
	font-family: 'VideoJS';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-expand:before {
	content: "\e000";
}
.icon-play:before {
	content: "\e001";
}
.icon-pause:before {
	content: "\e002";
}
.icon-volume-mute:before {
	content: "\e003";
}
.icon-volume-low:before {
	content: "\e004";
}
.icon-volume-medium:before {
	content: "\e005";
}
.icon-volume-high:before {
	content: "\e006";
}
.icon-diamonds:before {
	content: "\e007";
}
.icon-Closed_captioning_symbol:before {
	content: "\e008";
}
.icon-stop:before {
	content: "\e009";
}
.icon-spinner:before {
	content: "\e00a";
}
.icon-contract:before {
	content: "\e00b";
}
.icon-bubble:before {
	content: "\e00c";
}
