@font-face {
	font-family: 'iCicons';
	src:url('fonts/iCicons.eot');
	src:url('fonts/iCicons.eot?#iefix') format('embedded-opentype'),
		url('fonts/iCicons.woff') format('woff'),
		url('fonts/iCicons.ttf') format('truetype'),
		url('fonts/iCicons.svg#iCicons') 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: 'iCicons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 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*="iCicon-"] {
*/
.iCicon-backic, .iCicon-nextic, .iCicon-nexticY, .iCicon-backicY, .iCicon-open-details {
	font-family: 'iCicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.iCicon-backic:before {
	content: "\e000";
}
.iCicon-nextic:before {
	content: "\e001";
}
.iCicon-nexticY:before {
	content: "\e002";
}
.iCicon-backicY:before {
	content: "\e003";
}
.iCicon-open-details:before {
	content: "\e004";
}
