@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-facebook, .icon-twitter, .icon-vimeo, .icon-google-plus, .icon-mail, .icon-flickr, .icon-github, .icon-chrome, .icon-firefox, .icon-IE, .icon-pinterest, .icon-feed, .icon-dribbble, .icon-heart-empty, .icon-arrow-up, .icon-arrow-up-2 {
	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-facebook:before {
	content: "\e000";
}
.icon-twitter:before {
	content: "\e001";
}
.icon-vimeo:before {
	content: "\e002";
}
.icon-google-plus:before {
	content: "\e003";
}
.icon-mail:before {
	content: "\e004";
}
.icon-flickr:before {
	content: "\e005";
}
.icon-github:before {
	content: "\e006";
}
.icon-chrome:before {
	content: "\e007";
}
.icon-firefox:before {
	content: "\e008";
}
.icon-IE:before {
	content: "\e009";
}
.icon-pinterest:before {
	content: "\e00a";
}
.icon-feed:before {
	content: "\e00b";
}
.icon-dribbble:before {
	content: "\e00c";
}
.icon-heart-empty:before {
	content: "\f08a";
}
.icon-arrow-up:before {
	content: "\f062";
}
.icon-arrow-up-2:before {
	content: "\e00d";
}
