.breadcrumb {
	margin: 0;
	background: transparent;
	padding: 0;
	display: inline-block;
}

.breadcrumb > li {
	text-shadow: none;
}

.breadcrumb li:after {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: 200;
	font-size: 18px;
	color: #dcdcdc;
	padding: 0px 10px;
	vertical-align: bottom;
}

.breadcrumb a {
	color: #161616;
	font-weight: 400;
}

.breadcrumb a:hover {
	color: #129af0;
	text-decoration: none;
}

.breadcrumb li:last-child:after, 
.breadcrumb li.last:after {
	content: "";
	display: none;
}

#breadcrumbs {
	font-size: 11px;
	margin: 5px 0 10px 0;
}

#breadcrumbs .you-are-here {
	font-weight: 400;
	padding-right: 10px;
}