/*@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}*/
.glyphicon-home:before {
	content: "\e021";
}

@font-face {
	font-family: 'glyphicons-halflings-regular';
	src: url('../vendor/fonts/glyphicons-halflings-regular.eot') format('embedded-opentype');
}

@font-face {
	font-family: 'glyphicons-halflings-regular';
	src: url('../vendor/fonts/glyphicons-halflings-regular.svg') format('svg');
}

@font-face {
	font-family: 'glyphicons-halflings-regular';
	src: url('../vendor/fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'glyphicons-halflings-regular';
	src: url('../vendor/fonts/glyphicons-halflings-regular.woff') format('woff');
}

@font-face {
	font-family: 'glyphicons-halflings-regular';
	src: url('../vendor/fonts/glyphicons-halflings-regular.woff2') format('woff2');
}
.glyphicon {
	position: relative;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

