@font-face {
	font-family: 'icns';
	src:url('icns.eot?-pu5nx7');
	src:url('icns.eot?#iefix-pu5nx7') format('embedded-opentype'),
		url('icns.woff?-pu5nx7') format('woff'),
		url('icns.ttf?-pu5nx7') format('truetype'),
		url('icns.svg?-pu5nx7#icns') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icn, [class^="icn-"], [class*=" icn-"] {
	font-family: 'icns';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Enable Ligatures ================ */
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icn-phone:before {
	content: "\e604";
}
.icn-prev:before {
	content: "\3c";
}
.icn-next:before {
	content: "\3e";
}
