@font-face {
	font-family: 'icons';
	src:url('fonts/icons.eot?ovfq7x');
	src:url('fonts/icons.eot?#iefixovfq7x') format('embedded-opentype'),
		url('fonts/icons.woff?ovfq7x') format('woff'),
		url('fonts/icons.ttf?ovfq7x') format('truetype'),
		url('fonts/icons.svg?ovfq7x#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	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-arrow:before {
	content: "\e600";
}
.icon-close:before {
	content: "\e601";
}
.icon-expand:before {
	content: "\e602";
}
.icon-play:before {
	content: "\e603";
}
.icon-search:before {
	content: "\e604";
}
