@font-face {
	font-family: 'caterTRAXcon';
	src:url('../fonts/caterTRAXcon.eot');
	src:url('../fonts/caterTRAXcon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/caterTRAXcon.woff') format('woff'),
		url('../fonts/caterTRAXcon.ttf') format('truetype'),
		url('../fonts/caterTRAXcon.svg#caterTRAXcon') 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: 'caterTRAXcon';
	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*="cater-"] {
*/
.cater-safari, .cater-opera, .cater-internet-explorer, .cater-chrome, .cater-firefox, .cater-menu, .cater-trash, .cater-edit2, .cater-copy, .cater-eye2, .cater-preview {
	font-family: 'caterTRAXcon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.cater-safari:before {
	content: "\e000";
}
.cater-opera:before {
	content: "\e001";
}
.cater-internet-explorer:before {
	content: "\e002";
}
.cater-chrome:before {
	content: "\e003";
}
.cater-firefox:before {
	content: "\e004";
}
.cater-menu:before {
	content: "\e005";
}
.cater-trash:before {
	content: "\f0ce";
}
.cater-edit2:before {
	content: "\f0f2";
}
.cater-copy:before {
	content: "\f0c9";
}
.cater-eye2:before {
	content: "\f2b5";
}
.cater-preview:before {
	content: "\f330";
}
