@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?oy8c1s');
	src:url('fonts/icomoon.eot?oy8c1s#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?oy8c1s') format('truetype'),
		url('fonts/icomoon.woff?oy8c1s') format('woff'),
		url('fonts/icomoon.svg?oy8c1s#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; 
	color:#fff;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e900";
	color:#aaa;
}
.icon-phone:before {
	content: "\e901";
	color:#eeeeee;

		
}
.icon-envelop:before {
	content: "\e902";
}
.icon-printer:before {
	content: "\e903";
}

