@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-user, .icon-heart, .icon-phone, .icon-location, .icon-clock, .icon-home, .icon-images, .icon-library, .icon-lightbulb, .icon-facebook, .icon-twitter, .icon-google-plus, .icon-uniF488, .icon-uniF489, .icon-youtube, .icon-linkedin, .icon-book, .icon-lightbulb-2, .icon-chat, .icon-shopping-cart, .icon-download, .icon-cross, .icon-plus, .icon-Untitled-1, .icon-help {
	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-user:before {
	content: "\e001";
}
.icon-heart:before {
	content: "\e002";
}
.icon-phone:before {
	content: "\e004";
}
.icon-location:before {
	content: "\e005";
}
.icon-clock:before {
	content: "\e006";
}
.icon-home:before {
	content: "\e007";
}
.icon-images:before {
	content: "\e008";
}
.icon-library:before {
	content: "\e009";
}
.icon-lightbulb:before {
	content: "\e00a";
}
.icon-facebook:before {
	content: "\e00b";
}
.icon-twitter:before {
	content: "\e00c";
}
.icon-google-plus:before {
	content: "\e00d";
}
.icon-uniF488:before {
	content: "\f488";
}
.icon-uniF489:before {
	content: "\f489";
}
.icon-youtube:before {
	content: "\f167";
}
.icon-linkedin:before {
	content: "\f0e1";
}
.icon-book:before {
	content: "\e000";
}
.icon-lightbulb-2:before {
	content: "\f0eb";
}
.icon-chat:before {
	content: "\e00f";
}
.icon-shopping-cart:before {
	content: "\f07a";
}
.icon-download:before {
	content: "\e003";
}
.icon-cross:before {
	content: "\e00e";
}
.icon-plus:before {
	content: "\e010";
}
.icon-Untitled-1:before {
	content: "\e011";
}
.icon-help:before {
	content: "\e012";
}
