/** @group Fonts */
/*
* Font Awesome Icons 4.7.0
*/
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/font.ttf?v=4.7.0") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.fa-angle-up:before {
	content: "\f106";
}


.fa-meetup:before {
	content: "\f2e0";
}
