@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;
	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-"]:before {
*/
.icon-zoom-in:before, .icon-twitter:before, .icon-github:before, .icon-zootool:before, .icon-quotefm_dunkel-01:before, .icon-dribbble:before, .icon-google-plus:before, .icon-mobile:before, .icon-envelop:before, .icon-screen:before, .icon-tablet:before, .icon-blog-01:before, .icon-link:before, .icon-info:before, .icon-arrow-up:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-zoom-in:before {
	content: "\e000";
}
.icon-twitter:before {
	content: "\e001";
}
.icon-github:before {
	content: "\e002";
}
.icon-zootool:before {
	content: "\e003";
}
.icon-quotefm_dunkel-01:before {
	content: "\e004";
}
.icon-dribbble:before {
	content: "\e005";
}
.icon-google-plus:before {
	content: "\e006";
}
.icon-mobile:before {
	content: "\e007";
}
.icon-envelop:before {
	content: "\e008";
}
.icon-screen:before {
	content: "\e009";
}
.icon-tablet:before {
	content: "\e00a";
}
.icon-blog-01:before {
	content: "\e00b";
}
.icon-link:before {
	content: "\e00c";
}
.icon-info:before {
	content: "\e00d";
}
.icon-arrow-up:before {
	content: "\e00e";
}
