@font-face {
  font-family: 'LVL3 Iconfont';
  src: url('LVL3 Iconfont.eot'); /* IE9 Compat Modes */
  src: url('LVL3 Iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('LVL3 Iconfont.woff') format('woff'), /* Modern Browsers */
       url('LVL3 Iconfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('LVL3 Iconfont.svg#a3e3bf62a7079d66d2823d5425acbf31') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

[class*="lvl3-icon-"] {
	font-family: 'LVL3 Iconfont';
	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;
}

.lvl3-icon-menu:before {
	content: "\E903";
}
.lvl3-icon-icon:before {
	content: "\E904";
}
.lvl3-icon-search:before {
	content: "\E902";
}
.lvl3-icon-logo:before {
	content: "\E901";
}
.lvl3-icon-remove:before {
	content: "\E905";
}
.lvl3-icon-add:before {
	content: "\E906";
}
