#breadcrumb {
	position: relative;
    margin-top: 0px;
    padding: 0px 1.5% 0px 1.5%;
	z-index: 100;
	display: table;
    margin-top: -10px;
    margin-bottom: 20px;
	line-height: 20px;
	z-index: 3;
}

#breadcrumb a {
	font-size: 80%;
	color: #000;
	padding: 0 0 0 0px;
	float: left;
	background-color: transparent !important;

}

#breadcrumb a.home:before {
    content: '\f015';
    font-size: 18px;
    font-family: 'FontAweSome', sans-serif;
    color: #94C11F;
    position: relative;
    top: 1px;
    margin: 0  3px 0 6px;
}

#breadcrumb a.home:before {
    margin-left: -2px;
}

#breadcrumb a:before {
    content: '\f105';
    font-size: 18px;
    font-family: 'FontAweSome', sans-serif;
    color: #555;
    position: relative;
    top: 1px;
    margin: 0  3px 0 6px;
}


/**/
#breadcrumb a.active {
	color: #94C11F;
}