@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(../fonts/fontawesome-webfont.eot);
	src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2) format("woff2"),url(../fonts/fontawesome-webfont.woff) format("woff"),url(../fonts/fontawesome-webfont.ttf) format("truetype"),url(../fonts/fontawesome-webfont.svg#FontAwesome) format("svg")
}
.fa {
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}
.fa-search:before{
	content:"\f002"
}
.fa-map-marker:before{
	content:"\f041"
}
.fa-phone:before{
	content:"\f095"
}
.fa-envelope:before{
	content:"\f0e0"
}
.fa-star:before{
	content:"\f005"
}
.fa-chevron-right:before{
	content:"\f054"
}
.fa-bars:before{
	content:"\f0c9"
}