@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;
	-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;
	-webkit-font-smoothing: antialiased;
}
.icon-arrow-right:before {
	content: "\e006";
}
.icon-pencil:before {
	content: "\e008";
}
.icon-search:before {
	content: "\e009";
}
.icon-grid:before {
	content: "\e00a";
}
.icon-trashcan:before {
	content: "\e02d";
}
.icon-cross:before {
	content: "\e005";
}
.icon-plus:before {
	content: "\e004";
}
.icon-arrow-left:before {
	content: "\e007";
}
.icon-refresh:before {
	content: "\e018";
}
.icon-list:before {
	content: "\e00b";
}
.icon-star:before {
	content: "\e00c";
}
.icon-zoom-in:before {
	content: "\e026";
}
.icon-price:before {
	content: "\e000";
}
.icon-settings:before {
	content: "\e001";
}
.icon-home:before {
	content: "\e003";
}
.icon-movie:before {
	content: "\e00e";
}
.icon-mobile:before {
	content: "\e00f";
}
.icon-email:before {
	content: "\e014";
}
.icon-attachment:before {
	content: "\e015";
}
.icon-zoom-out:before {
	content: "\e025";
}
.icon-bars:before {
	content: "\e021";
}
.icon-user:before {
	content: "\e010";
}
.icon-heart:before {
	content: "\e011";
}
.icon-camera:before {
	content: "\e013";
}
.icon-flag:before {
	content: "\e002";
}
.icon-calendar:before {
	content: "\e00d";
}
.icon-eye:before {
	content: "\e012";
}
.icon-upload:before {
	content: "\e016";
}
.icon-images:before {
	content: "\e017";
}
.icon-office:before {
	content: "\e019";
}
.icon-facebook:before {
	content: "\e01a";
}
.icon-twitter:before {
	content: "\e01b";
}
