@font-face {
	font-family: 'fields';
	src:url('fonts/fields.eot?-kmx6gi');
	src:url('fonts/fields.eot?#iefix-kmx6gi') format('embedded-opentype'),
		url('fonts/fields.woff?-kmx6gi') format('woff'),
		url('fonts/fields.ttf?-kmx6gi') format('truetype'),
		url('fonts/fields.svg?-kmx6gi#fields') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'fields';
	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;
}

.icon-back:before {
	content: "\e600";
}
.icon-top:before {
	content: "\e601";
}
.icon-next:before {
	content: "\e602";
}
.icon-down:before {
	content: "\e603";
}
