@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-office, .icon-cog, .icon-rocket, .icon-pictures, .icon-bubble, .icon-heart, .icon-trophy, .icon-repeat, .icon-group, .icon-money, .icon-new, .icon-tools, .icon-envelope-alt, .icon-calendar, .icon-time, .icon-paperplane, .icon-compass, .icon-arrow-right, .icon-arrow-left, .icon-arrow-up {
	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-office:before {
	content: "\e002";
}
.icon-cog:before {
	content: "\e003";
}
.icon-rocket:before {
	content: "\e004";
}
.icon-pictures:before {
	content: "\e005";
}
.icon-bubble:before {
	content: "\e006";
}
.icon-heart:before {
	content: "\f004";
}
.icon-trophy:before {
	content: "\e000";
}
.icon-repeat:before {
	content: "\f01e";
}
.icon-group:before {
	content: "\f0c0";
}
.icon-money:before {
	content: "\f0d6";
}
.icon-new:before {
	content: "\e001";
}
.icon-tools:before {
	content: "\e007";
}
.icon-envelope-alt:before {
	content: "\f0e0";
}
.icon-calendar:before {
	content: "\f073";
}
.icon-time:before {
	content: "\f017";
}
.icon-paperplane:before {
	content: "\e008";
}
.icon-compass:before {
	content: "\e009";
}
.icon-arrow-right:before {
	content: "\f061";
}
.icon-arrow-left:before {
	content: "\f060";
}
.icon-arrow-up:before {
	content: "\f062";
}
