﻿@font-face {
	font-family: 'icons';
	src:url('../fonts/icons.eot');
	src:url('../fonts/icons.eot#iefix') format('embedded-opentype'),
		url('../fonts/icons.ttf') format('truetype'),
		url('../fonts/icons.woff') format('woff'),
		url('../fonts/icons.svg#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-ciuc-fav:before {
  content: "\e905";
}
.icon-ciuc-time:before {
  content: "\e906";
}
.icon-ciuc-arrow-left:before {
  content: "\e900";
}
.icon-ciuc-arrow-right:before {
  content: "\e901";
}
.icon-ciuc-checked:before {
  content: "\e902";
}
.icon-ciuc-search:before {
  content: "\e903";
}
.icon-ciuc-x:before {
  content: "\e904";
}
