.breadcrumb__wrapper {
	position: relative;
}
.breadcrumb {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1001;
}
.bx-breadcrumb {
	padding: 30px 0;
}
.bx-breadcrumb a {
	text-decoration: none;
}
.bx-breadcrumb a:hover {
	text-decoration: underline;
	color: #858585;
}
.bx-breadcrumb i {
	opacity: 0.3;
	color: #000;
	line-height: 1.3;
	font-size: 15px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 0;
	white-space: nowrap;
	line-height: 1.3;
	margin-right: 27px;
}
.bx-breadcrumb .bx-breadcrumb-item.last {
	margin-right: 0;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	white-space: normal;
	font-size: 15px;
	opacity: 0.3;
	color: #000;
}
.bx-breadcrumb .bx-breadcrumb-item a { border-bottom: none; }
.bx-breadcrumb .bx-breadcrumb-item a:hover { text-decoration: underline; }
.bx-breadcrumb .fa-angle-right:before { 
	content: "";
	margin-right: 22px;
	color: #000;
	display: inline-block;
	width: 10px;
	height: 16px;
	background-size: 100% auto;
	background: url('/rr_images/decorations/minus.svg') no-repeat 0 -2px scroll transparent;
	background-size: 200% auto;
}
@media only screen and (max-width:1460px) {
	.bx-breadcrumb {
		padding: 2vw 0;
	}
}