@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?h275ol');
	src:url('fonts/icomoon.eot?h275ol#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?h275ol') format('truetype'),
		url('fonts/icomoon.woff?h275ol') format('woff'),
		url('fonts/icomoon.svg?h275ol#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: "\e900";
}
.icon-office:before {
	content: "\e901";
}
.icon-pencil2:before {
	content: "\e902";
}
.icon-envelop:before {
	content: "\e907";
}
.icon-airplane:before {
	content: "\e903";
}
.icon-truck:before {
	content: "\e904";
}
.icon-cloud-check:before {
	content: "\e908";
}
.icon-earth:before {
	content: "\e905";
}
.icon-sort-amount-asc:before {
	content: "\e906";
}

