@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/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*="icon-"] {
*/
.icon-arrow-left, .icon-arrow-right, .icon-arrow-right-2, .icon-arrow-left-2, .icon-arrow-right-3, .icon-arrow-left-3, .icon-arrow-left-4, .icon-arrow-right-4, .icon-caret-left, .icon-caret-right, .icon-arrow-left-5, .icon-arrow-right-5, .icon-arrow-left-6, .icon-arrow-right-6, .icon-arrow-left-7, .icon-arrow-right-7, .icon-arrow-left-8, .icon-arrow-right-8, .icon-right, .icon-left, .icon-arrow-right-9, .icon-arrow-left-9, .icon-arrow-left-10, .icon-arrow-right-10, .icon-arrow, .icon-arrow-2 {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-arrow-left:before {
	content: "\f489";
}
.icon-arrow-right:before {
	content: "\f488";
}
.icon-arrow-right-2:before {
	content: "\f473";
}
.icon-arrow-left-2:before {
	content: "\f472";
}
.icon-arrow-right-3:before {
	content: "\e00a";
}
.icon-arrow-left-3:before {
	content: "\e00b";
}
.icon-arrow-left-4:before {
	content: "\f060";
}
.icon-arrow-right-4:before {
	content: "\f061";
}
.icon-caret-left:before {
	content: "\f0d9";
}
.icon-caret-right:before {
	content: "\f0da";
}
.icon-arrow-left-5:before {
	content: "\e00c";
}
.icon-arrow-right-5:before {
	content: "\e00d";
}
.icon-arrow-left-6:before {
	content: "\e014";
}
.icon-arrow-right-6:before {
	content: "\e015";
}
.icon-arrow-left-7:before {
	content: "\e018";
}
.icon-arrow-right-7:before {
	content: "\e019";
}
.icon-arrow-left-8:before {
	content: "\e010";
}
.icon-arrow-right-8:before {
	content: "\e011";
}
.icon-right:before {
	content: "\f304";
}
.icon-left:before {
	content: "\f305";
}
.icon-arrow-right-9:before {
	content: "\e002";
}
.icon-arrow-left-9:before {
	content: "\e003";
}
.icon-arrow-left-10:before {
	content: "\e006";
}
.icon-arrow-right-10:before {
	content: "\e007";
}
.icon-arrow:before {
	content: "\e000";
}
.icon-arrow-2:before {
	content: "\e01d";
}
