@font-face {
	font-family: 'taiyouicon';
	src:url('/asset/fonts/taiyouicon.eot?1gjwys');
	src:url('/asset/fonts/taiyouicon.eot?1gjwys#iefix') format('embedded-opentype'),
		url('/asset/fonts/taiyouicon.ttf?1gjwys') format('truetype'),
		url('/asset/fonts/taiyouicon.woff?1gjwys') format('woff'),
		url('/asset/fonts/taiyouicon.svg?1gjwys#taiyouicon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="lnr-"], [class*=" lnr-"],
.lnr {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'taiyouicon' !important;
	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-home:before {
	content: "\e800";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-circle-up:before {
	content: "\ea41";
}
.lnr-circle-right:before {
	content: "\ea42";
}
.lnr-circle-down:before {
	content: "\ea43";
}
.lnr-circle-left:before {
	content: "\ea44";
}

