﻿@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?aelez1');
	src:url('../fonts/icomoon.eot?aelez1#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff?aelez1') format('woff'),
		url('../fonts/icomoon.svg?aelez1#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;
	
	/* Enable Ligatures ================ */
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
	content: "\e902";
}
.icon-star-outline:before {
	content: "\e903";
}
.icon-favorite:before {
	content: "\e291";
}
.icon-favorite_outline:before {
	content: "\e292";
}
.icon-stars:before {
	content: "\e2e2";
}
.icon-star2:before {
	content: "\e904";
}
.icon-user-minus:before {
	content: "\e905";
}
.icon-file-pdf:before {
	content: "\e900";
}
.icon-file-excel:before {
	content: "\e901";
}

