@font-face {
	font-family: 'icomoon';
	src:url('../onts/icomoon.eot?-k4bckw');
	src:url('../fonts/icomoon.eot?#iefix-k4bckw') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-k4bckw') format('woff'),
		url('../fonts/icomoon.ttf?-k4bckw') format('truetype'),
		url('../fonts/icomoon.svg?-k4bckw#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: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up-left:before {
	content: "\e012";
}
.icon-arrow-up:before {
	content: "\e3f1";
}
.icon-arrow-up-right:before {
	content: "\e3f2";
}
.icon-arrow-down-right:before {
	content: "\e3f4";
}
.icon-arrow-down:before {
	content: "\e3f5";
}
.icon-arrow-down-left:before {
	content: "\e3f6";
}

animated {
			-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
		}