@font-face {
	font-family: 'icons';
	src:  url('fonts/icons.eot?367wtz');
	src:  url('fonts/icons.eot?367wtz#iefix') format('embedded-opentype'),
	url('fonts/icons.ttf?367wtz') format('truetype'),
	url('fonts/icons.woff?367wtz') format('woff'),
	url('fonts/icons.svg?367wtz#accordion') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icons' !important;
	speak: never;
	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:before {
	content: "\e900";
}

.icon-plus:before {
	content: "\e902";
}

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