@font-face {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('../font/fontawesome-subset.woff2') format('woff2');
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	font-size: inherit;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-2x {
	font-size: 2em;
}

.fa-play:before {
	content: "\f04b";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-phone:before {
	content: "\f095";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-dribbble:before {
	content: "\f17d";
}
