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




/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


[class*="icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}


.icon-user:before {
	content: "\e003";
}
.icon-checkmark:before {
	content: "\e006";
}
.icon-chat:before {
	content: "\e000";
}
.icon-help:before {
	content: "\e001";
}
.icon-plus-sign:before {
	content: "\f055";
}
.icon-contact:before {
	content: "\f040";
}
.icon-users:before {
	content: "\e002";
}
.icon-list:before {
	content: "\e004";
}
.icon-clock:before {
	content: "\e005";
}
.icon-affiliate:before {
	content: "\f01e";
}
.icon-car:before {
	content: "\e007";
}
.icon-wallet:before {
	content: "\e008";
}
.icon-edit:before {
	content: "\f044";
}
.icon-remove:before {
	content: "\f00d";
}
.icon-calendar:before {
	content: "\e009";
}
.icon-export:before {
	content: "\e00a";
}