@font-face {
	font-family: 'icon';
	src:url('../fonts/icon.eot?dpoldh');
	src:url('../fonts/icon.eot?dpoldh#iefix') format('embedded-opentype'),
		url('../fonts/icon.ttf?dpoldh') format('truetype'),
		url('../fonts/icon.woff?dpoldh') format('woff'),
		url('../fonts/icon.svg?dpoldh#icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icon';
	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: "\e802";
}

