@font-face {
	font-family: 'Linearicons-Free';
	src:url('../fonts/Linearicons-Free.eot');
	src:url('../fonts/Linearicons-Free-1.eot') format('embedded-opentype'),
		url('../fonts/Linearicons-Free.woff2') format('woff2'),
		url('../fonts/Linearicons-Free.woff') format('woff'),
		url('../fonts/Linearicons-Free.ttf') format('truetype'),
		url('../fonts/Linearicons-Free.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	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;
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
