@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;
}

/* 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-home, .icon-image, .icon-camera, .icon-music, .icon-play, .icon-film, .icon-book, .icon-file, .icon-file-2, .icon-folder-open, .icon-tag, .icon-location, .icon-clock, .icon-calendar, .icon-box-add, .icon-bubble, .icon-bubbles, .icon-user, .icon-users, .icon-lock, .icon-wrench, .icon-cog, .icon-bars, .icon-tree, .icon-earth, .icon-facebook, .icon-windows8, .icon-twitter, .icon-feed, .icon-feed-2, .icon-skype, .icon-chrome, .icon-firefox, .icon-IE, .icon-opera {
	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-home:before {
	content: "\e000";
}
.icon-image:before {
	content: "\e001";
}
.icon-camera:before {
	content: "\e002";
}
.icon-music:before {
	content: "\e003";
}
.icon-play:before {
	content: "\e004";
}
.icon-film:before {
	content: "\e005";
}
.icon-book:before {
	content: "\e006";
}
.icon-file:before {
	content: "\e007";
}
.icon-file-2:before {
	content: "\e008";
}
.icon-folder-open:before {
	content: "\e009";
}
.icon-tag:before {
	content: "\e00a";
}
.icon-location:before {
	content: "\e00b";
}
.icon-clock:before {
	content: "\e00c";
}
.icon-calendar:before {
	content: "\e00d";
}
.icon-box-add:before {
	content: "\e00e";
}
.icon-bubble:before {
	content: "\e00f";
}
.icon-bubbles:before {
	content: "\e010";
}
.icon-user:before {
	content: "\e011";
}
.icon-users:before {
	content: "\e012";
}
.icon-lock:before {
	content: "\e013";
}
.icon-wrench:before {
	content: "\e014";
}
.icon-cog:before {
	content: "\e015";
}
.icon-bars:before {
	content: "\e016";
}
.icon-tree:before {
	content: "\e017";
}
.icon-earth:before {
	content: "\e018";
}
.icon-facebook:before {
	content: "\e019";
}
.icon-windows8:before {
	content: "\e01a";
}
.icon-twitter:before {
	content: "\e01b";
}
.icon-feed:before {
	content: "\e01c";
}
.icon-feed-2:before {
	content: "\e01d";
}
.icon-skype:before {
	content: "\e01e";
}
.icon-chrome:before {
	content: "\e01f";
}
.icon-firefox:before {
	content: "\e020";
}
.icon-IE:before {
	content: "\e021";
}
.icon-opera:before {
	content: "\e022";
}
