@font-face {
	font-family: 'kaltura';
	src:url('fonts/kaltura.eot');
	src:url('fonts/kaltura.eot?#iefix') format('embedded-opentype'),
		url('fonts/kaltura.woff') format('woff'),
		url('fonts/kaltura.ttf') format('truetype'),
		url('fonts/kaltura.svg#kaltura') 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: 'kaltura';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 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-play, .icon-cancel-circle, .icon-cancel, .icon-close {
	font-family: 'kaltura';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-play:before {
	content: "\e006";
}
.icon-cancel-circle:before {
	content: "\e001";
}
.icon-cancel:before {
	content: "\e002";
}
.icon-close:before {
	content: "\e003";
}
