@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.svg#icomoon') format('svg'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype');
	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;
	-webkit-font-smoothing: antialiased;
	
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

[class^="icon-"] {
	width: auto;
	height: auto;
	background: none;
}

.icon-heart:before {
	content: "\21";
}
.icon-user:before {
	content: "\22";
}
.icon-fire:before {
	content: "\23";
}
.icon-help:before {
	content: "\24";
}

.icon-comments:before {
	content: "\25";
}
.icon-clipboard:before {
	content: "\26";
}
.icon-tag:before {
	content: "\27";
}
.icon-star:before {
	content: "\28";
}
.icon-grin:before {
	content: "\29";
}
.icon-twitter:before {
	content: "\2a";
}

.icon-video:before {
	content: "\2b";
}

.icon-arrow-left:before {
	content: "\e007";
}
.icon-arrow-right:before {
	content: "\e006";
}

.icon-cross:before {
	content: "\e005";
}
