@font-face {
	font-family: 'i';
	src:url('../fonts/i.eot?67rx9s');
	src:url('../fonts/i.eot?#iefix67rx9s') format('embedded-opentype'),
		url('../fonts/i.woff?67rx9s') format('woff'),
		url('../fonts/i.ttf?67rx9s') format('truetype'),
		url('../fonts/i.svg?67rx9s#i') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'i';
		src: url('../fonts/i.svg?67rx9s#i') format('svg');
	}
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'i';
	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-arrow-left:before {
	content: "\e600";
}
.icon-arrow-down:before {
	content: "\e601";
}
.icon-arrow-up:before {
	content: "\e602";
}
.icon-arrow-right:before {
	content: "\e603";
}
.icon-arrow-left2:before {
	content: "\e604";
}
.icon-arrow-down2:before {
	content: "\e605";
}
.icon-arrow-up2:before {
	content: "\e606";
}
.icon-arrow-right2:before {
	content: "\e607";
}
