@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?mulxt');
	src:url('fonts/icomoon.eot?#iefixmulxt') format('embedded-opentype'),
		url('fonts/icomoon.woff?mulxt') format('woff'),
		url('fonts/icomoon.ttf?mulxt') format('truetype'),
		url('fonts/icomoon.svg?mulxt#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-close:before {
	content: "\f00d";
        position: relative;
        top: 1px;
}

.icon-remove:before {
	content: "\f00d";
}

.icon-times:before {
	content: "\f00d";
}

.icon-user:before {
	content: "\f007";
}

.icon-cog:before {
	content: "\f013";
}

.icon-home:before {
	content: "\f015";
        position: relative;
        top: 1px;
}

.icon-key:before {
	content: "\e602";
}

.icon-unlock:before {
	content: "\e607";
}

.icon-lock:before {
	content: "\e608";
}

.icon-envelope:before {
	content: "\e604";
}

.icon-trash-o:before {
	content: "\e600";
}

.icon-trash:before {
	content: "\e601";
}

.icon-home{
    margin-right: 4px;
}

