@font-face {
	font-family: 'IcoMoon';
	src:url('../font/IcoMoon.eot');
	src:url('../font/IcoMoon.eot?#iefix') format('embedded-opentype'),
		url('../font/IcoMoon.woff') format('woff'),
		url('../font/IcoMoon.ttf') format('truetype'),
		url('../font/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*="icn-"] {
*/
.icn-drink, .icn-ticket, .icn-ampersand, .icn-diamond, .icn-birthday, .icn-theather, .icn-greenhosting, .icn-certificate, .icn-wine, .icn-fastleft, .icn-fastright, .icn-fastup, .icn-fastdown, .icn-grid, .icn-uniF48A, .icn-circleup, .icn-lighthouse, .icn-security, .icn-theme, .icn-mailinglists, .icn-notes, .icn-friends, .icn-menu, .icn-bookmark, .icn-flag2, .icn-fire, .icn-book, .icn-phone, .icn-cone, .icn-arrow-left, .icn-arrow-right, .icn-arrow-down, .icn-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;
}
.icn-drink:before {
	content: "\21";
}
.icn-ticket:before {
	content: "\22";
}
.icn-ampersand:before {
	content: "\23";
}
.icn-diamond:before {
	content: "\24";
}
.icn-birthday:before {
	content: "\25";
}
.icn-theather:before {
	content: "\26";
}
.icn-greenhosting:before {
	content: "\27";
}
.icn-certificate:before {
	content: "\28";
}
.icn-wine:before {
	content: "\29";
}
.icn-fastleft:before {
	content: "\2a";
}
.icn-fastright:before {
	content: "\2b";
}
.icn-fastup:before {
	content: "\2c";
}
.icn-fastdown:before {
	content: "\2d";
}
.icn-grid:before {
	content: "\2e";
}
.icn-uniF48A:before {
	content: "\2f";
}
.icn-circleup:before {
	content: "\30";
}
.icn-lighthouse:before {
	content: "\31";
}
.icn-security:before {
	content: "\32";
}
.icn-theme:before {
	content: "\33";
}
.icn-mailinglists:before {
	content: "\34";
}
.icn-notes:before {
	content: "\35";
}
.icn-friends:before {
	content: "\36";
}
.icn-menu:before {
	content: "\37";
}
.icn-bookmark:before {
	content: "\38";
}
.icn-flag2:before {
	content: "\39";
}
.icn-fire:before {
	content: "\3a";
}
.icn-book:before {
	content: "\3b";
}
.icn-phone:before {
	content: "\3c";
}
.icn-cone:before {
	content: "\3d";
}
.icn-arrow-left:before {
	content: "\3e";
}
.icn-arrow-right:before {
	content: "\3f";
}
.icn-arrow-down:before {
	content: "\40";
}
.icn-arrow-up:before {
	content: "\41";
}