@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?mhn8qm');
	src:url('fonts/icomoon.eot?#iefixmhn8qm') format('embedded-opentype'),
		url('fonts/icomoon.woff?mhn8qm') format('woff'),
		url('fonts/icomoon.ttf?mhn8qm') format('truetype'),
		url('fonts/icomoon.svg?mhn8qm#icomoon') format('svg');
	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: 0;

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

.icon-chevron-up:before {
	content: "\f0a2";
}

.icon-triangle-down:before {
	content: "\f05b";
}

