/* BREADCRUMBS */
.breadcrumbs {
	margin: 0 0 20px 0;
}

.breadcrumbs .crumb-wrapper {
	position:relative;
	z-index:2;
	background:#fff;
}
.breadcrumbs .breadcrumb {
	font-size:14px;
	font-weight:400;
	line-height:22px;
	color:#008EE1;
	text-decoration:none
}

.breadcrumbs .breadcrumb:hover span {
	text-decoration:none;
}
.breadcrumbs .crumb-wrapper:before {
	content: "\e60e";
	font-family:'aol-core';
	color:#c9c9c9;
	line-height:22px;
	padding:0 10px;
	font-size: 10px;
	font-weight: 900;
}
.breadcrumbs .crumb-wrapper:first-child:before {
	display:none;
}
.breadcrumbs .breadcrumb.last,.breadcrumbs .breadcrumb.inactive {
	font-weight:700;
	color:#000;
}