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

 [class^="lnr-"], [class*=" 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-icon-phone-handset:before {
  content: "\e830";
}
.lnr-icon-location:before {
  content: "\e835";
}
.lnr-icon-clock:before {
  content: "\e864";
}
.lnr-icon-phone-plus:before {
  content: "\e01a";
}
.lnr-icon-bars:before {
  content: "\e02b";
}
.lnr-icon-envelope1:before {
  content: "\e037";
}
