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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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-file:before {
	content: "\e600";
}

.icon-arrowRight2:before {
	content: "\e601";
}

.icon-arrowUp:before {
	content: "\e603";
}

.icon-arrowRight:before {
	content: "\e602";
}

.icon-arrowDown:before {
	content: "\e608";
}

.icon-arrowLeft:before {
	content: "\e604";
}

.icon-close:before {
	content: "\e605";
}

.icon-triangle:before {
	content: "\e606";
}

