@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icon.eot');
	src:url('../fonts/icon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icon.ttf') format('truetype'),
		url('../fonts/icon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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-chevron-left:before {
	content: "\f053";
}
.icon-chevron-right:before {
	content: "\f054";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-chevron-down:before {
	content: "\f078";
}

.icon-chevron-left {
	position: relative;
	top: 2px;
	left: 12px;
}

