@font-face {
	font-family: 'icons-custom';
	src:url('fonts/icons-custom.eot?rux0i0');
	src:url('fonts/icons-custom.eot?#iefixrux0i0') format('embedded-opentype'),
		url('fonts/icons-custom.ttf?rux0i0') format('truetype'),
		url('fonts/icons-custom.woff?rux0i0') format('woff'),
		url('fonts/icons-custom.svg?rux0i0#icons-custom') format('svg');
	font-weight: normal;
	font-style: normal;
}

i {
	font-family: 'icons-custom';
	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;
}

.ci-sq-tick:before {
	content: "\e603";
}
.ci-arrow:before {
	content: "\e600";
}
.ci-cross:before {
	content: "\e601";
}
.ci-dash:before {
	content: "\e602";
}
