@font-face {
	font-family: 'icomoon';
	src:url('../font/icomoon.eot');
	src:url('../font/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../font/icomoon.svg#icomoon') format('svg'),
		url('../font/icomoon.woff') format('woff'),
		url('../font/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 */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-calendar:before {
	content: "\21";
}
.icon-list:before {
	content: "\22";
}
.icon-search:before {
	content: "\23";
}
.icon-cancel:before {
	content: "\24";
}
.icon-chat:before {
	content: "\25";
}
.icon-pictures:before {
	content: "\26";
}
.icon-envelope:before {
	content: "\27";
}
.icon-newspaper:before {
	content: "\28";
}
.icon-arrow-down:before {
	content: "\29";
}
.icon-arrow-left:before {
	content: "\2a";
}
.icon-arrow-right:before {
	content: "\2b";
}
.icon-tag:before {
	content: "\2c";
}
.icon-book:before {
	content: "\2d";
}
.icon-camera:before {
	content: "\2e";
}
.icon-info:before {
	content: "\2f";
}
.icon-export:before {
	content: "\30";
}
.icon-facebook:before {
	content: "\31";
}
.icon-twitter:before {
	content: "\32";
}
.icon-pinterest:before {
	content: "\33";
}
