@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-v5b7cf');
	src:url('fonts/icomoon.eot?#iefix-v5b7cf') format('embedded-opentype'),
		url('fonts/icomoon.woff?-v5b7cf') format('woff'),
		url('fonts/icomoon.ttf?-v5b7cf') format('truetype'),
		url('fonts/icomoon.svg?-v5b7cf#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-home:before {
	content: "\e600";
}

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

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

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

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

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

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

.icon-plus:before {
	content: "\e607";
}

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

.icon-point-up:before {
	content: "\e609";
}

.icon-point-down:before {
	content: "\e60a";
}

.icon-circle-up:before {
	content: "\e60b";
}

