.bx_breadcrumbs {
	margin-bottom: 15px;
	padding-top: 0px
}

.bx_breadcrumbs ul {
	margin: 0;
	padding: 0
}

.bx_breadcrumbs ul li {
	display: inline-block;
	line-height: 20px
}

.bx_breadcrumbs ul li a {
	display: block;
	padding: 0 15px;
	background: url(images/breadcrumbs_arrow.png) no-repeat center right;
	color: #4C4C4C;
	text-decoration: none;
	font-size: 12px;
}

.bx_breadcrumbs ul li:first-child a {
	padding-left: 0
}

.bx_breadcrumbs ul li:last-child a {
	background: none
}

.bx_breadcrumbs ul li a:hover {
	text-decoration: underline;
	line-height: 20px;
	color: #DE5705;
}

.bx_breadcrumbs ul li span {
	display: block;
	padding: 0 15px;
	color: #4C4C4C;
	text-decoration: none;
	font-size: 12px
}

.bx_breadcrumbs,
.bx_breadcrumbs ul li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}