@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;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-tags, .icon-calendar-alt-stroke, .icon-user, .icon-tag, .icon-bubbles, .icon-address-book, .icon-plus-alt, .icon-home, .icon-wink, .icon-grin, .icon-attachment, .icon-alarm, .icon-pacman, .icon-droplet, .icon-pencil, .icon-home-2, .icon-bullhorn, .icon-food, .icon-road, .icon-star, .icon-mug, .icon-rocket {
	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-tags:before {
	content: "\61";
}
.icon-calendar-alt-stroke:before {
	content: "\62";
}
.icon-user:before {
	content: "\63";
}
.icon-tag:before {
	content: "\64";
}
.icon-bubbles:before {
	content: "\65";
}
.icon-address-book:before {
	content: "\66";
}
.icon-plus-alt:before {
	content: "\67";
}
.icon-home:before {
	content: "\68";
}
.icon-wink:before {
	content: "\69";
}
.icon-grin:before {
	content: "\6a";
}
.icon-attachment:before {
	content: "\6b";
}
.icon-alarm:before {
	content: "\6c";
}
.icon-pacman:before {
	content: "\6d";
}
.icon-droplet:before {
	content: "\6e";
}
.icon-pencil:before {
	content: "\6f";
}
.icon-home-2:before {
	content: "\70";
}
.icon-bullhorn:before {
	content: "\71";
}
.icon-food:before {
	content: "\72";
}
.icon-road:before {
	content: "\73";
}
.icon-star:before {
	content: "\74";
}
.icon-mug:before {
	content: "\75";
}
.icon-rocket:before {
	content: "\76";
}
