@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-jjen');
	src:url('fonts/icomoon.eot?#iefix-jjen') format('embedded-opentype'),
		url('fonts/icomoon.woff?-jjen') format('woff'),
		url('fonts/icomoon.ttf?-jjen') format('truetype'),
		url('fonts/icomoon.svg?-jjen#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-plus:before {
	content: "\ea0a";
}

.icon-minus:before {
	content: "\ea0b";
}

.icon-info:before {
	content: "\ea0c";
}

.icon-cancel-circle:before {
	content: "\ea0d";
}

.icon-cross:before {
	content: "\ea0f";
}

.icon-checkmark:before {
	content: "\ea10";
}

