body,
html {
	overflow-x: hidden;
}
.rcrumbs {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
	width: 1000px;
	margin: 10px auto 0 auto;
}
@media only screen and (max-width:1024px){
.rcrumbs {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
	padding: 6px 0px 6px 6px;
}
}


.rcrumbs > ul {
	padding: 0;
	list-style: none;
}
.rcrumbs > ul > li {
	overflow: hidden;
	display: none;
}
.rcrumbs > ul > li.show {
	display: inline-block;
}
.rcrumbs > ul > li.ellipsis {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.rcrumbs a {
	color: #4b4b4b;
	font-size: 90%;
	text-decoration: none;
}
.rcrumbs a:hover {
	color: #999;
}
.rcrumbs .divider {
	color: #4b4b4b;
	padding: 0 5px;
}

#breadcrumbs i{
	margin-right: 5px;
	color: #4b4b4b;
}