@font-face {
	font-family: "profexpress-icons";
	src: url('../fonts/profexpress-icons.eot');
	src: url('../fonts/profexpress-icons.eot?#iefix') format('eot'),
		url('../fonts/profexpress-icons.woff') format('woff'),
		url('../fonts/profexpress-icons.ttf') format('truetype'),
		url('../fonts/profexpress-icons.svg#profexpress-icons') format('svg');
}

.icon:before {
	font-family: "profexpress-icons";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}


.icon-board:before {
	content: "\E001";
}

.icon-book:before {
	content: "\E002";
}

.icon-chat:before {
	content: "\E003";
}

.icon-check:before {
	content: "\E004";
}

.icon-cross:before {
	content: "\E005";
}

.icon-edit:before {
	content: "\E006";
}

.icon-reload:before {
	content: "\E007";
}

.icon-social-fb:before {
	content: "\E008";
}

.icon-social-gp:before {
	content: "\E009";
}

.icon-social-tw:before {
	content: "\E00A";
}

.icon-social-yt:before {
	content: "\E00B";
}

.icon-upload:before {
	content: "\E00C";
}
