@font-face {
	font-family: 'referral-flow';
	src:url('../fonts/referral-flow.eot');
	src:url('../fonts/referral-flow.eot?#iefix') format('embedded-opentype'),
		url('../fonts/referral-flow.woff') format('woff'),
		url('../fonts/referral-flow.woff2') format('woff2'),
		url('../fonts/referral-flow.ttf') format('truetype'),
		url('../fonts/referral-flow.svg#referral-flow') format('svg');
	font-weight: normal;
	font-style: normal;

}

[data-icon]:before {
	font-family: 'referral-flow' !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^='icon-']:before,
[class*=' icon-']:before {
	font-family: 'referral-flow' !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-trash-o:before {
	content: '\61';
}
.icon-trash:before {
	content: '\62';
}
.icon-plus:before {
	content: '\63';
}
.icon-minus:before {
	content: '\64';
}
.icon-arrows:before {
	content: '\65';
}
.icon-arrow-right:before {
	content: '\66';
}
.icon-arrow-left:before {
	content: '\67';
}
