@font-face {
	font-family: 'epokeIkoner';
	src:url('/media/fonts/epokeIkoner.eot');
	src:url('/media/fonts/epokeIkoner.eot?#iefix') format('embedded-opentype'),
		url('/media/fonts/epokeIkoner.woff') format('woff'),
		url('/media/fonts/epokeIkoner.ttf') format('truetype'),
		url('/media/fonts/epokeIkoner.svg#epokeIkoner') 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: 'epokeIkoner';
	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-home, .icon-cart, .icon-images, .icon-film, .icon-lock, .icon-menu, .icon-earth, .icon-phone, .icon-user, .icon-tag, .icon-mobile, .icon-location, .icon-envelop, .icon-file, .icon-forward, .icon-backward {
	font-family: 'epokeIkoner';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-home:before {
	content: "\e000";
}
.icon-cart:before {
	content: "\e001";
}
.icon-images:before {
	content: "\e002";
}
.icon-film:before {
	content: "\e003";
}
.icon-lock:before {
	content: "\e004";
}
.icon-menu:before {
	content: "\e007";
}
.icon-earth:before {
	content: "\e008";
}
.icon-phone:before {
	content: "\e009";
}
.icon-user:before {
	content: "\e006";
}
.icon-tag:before {
	content: "\e00b";
}
.icon-mobile:before {
	content: "\e00c";
}
.icon-location:before {
	content: "\e00d";
}
.icon-envelop:before {
	content: "\e00a";
}
.icon-file:before {
	content: "\e005";
}
.icon-forward:before {
	content: "\e00e";
}
.icon-backward:before {
	content: "\e00f";
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
