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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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;
}

.icon-star:before {
	content: "\f005";
}
.icon-user:before {
	content: "\e900";
}
.icon-home:before {
	content: "\f015";
}

.icon-barcode:before {
	content: "\f02a";
}

.icon-tags:before {
	content: "\f02c";
}

.icon-shopping-cart:before {
	content: "\f07a";
}

.icon-cogs:before {
	content: "\f085";
}

.icon-file-text:before {
	content: "\f15c";
}


@font-face {
    font-family:Glyphicons;
    src:url('../fonts/glyphicons-regular.eot');
    src:url('../fonts/glyphicons-regular.eot?#iefix') format("embedded-opentype"),
        url('../fonts/glyphicons-regular.woff') format("woff"),
        url('../fonts/glyphicons-regular.ttf') format("truetype"),
        url('../fonts/glyphicons-regular.svg#glyphicons_halflingsregular') format("svg");
    font-weight:400;
    font-style:normal
}
.glyphicons {
    position:relative;
    top:1px;
    display:inline-block;
    font-family:Glyphicons;
    font-style:normal;
    font-weight:400;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.glyphicon-search::before { content: "\e003";}
.glyphicon-time:before { content: "\e023";}