body,
html {
  overflow-x: hidden;
}
.rcrumbs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 20px 0 0 0;
  padding: 0 5%;	
  white-space: nowrap;
}
.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: #4a4e4d;
  text-decoration: none;
}
.rcrumbs a:hover {
  opacity: 0.5;
}
.rcrumbs .divider {
  color: #da0e45;
  font-family: themify;
  font-size: 85%;
  padding: 0 5px;
}

@media screen and (min-width: 993px) {
	.rcrumbs {padding: 0;}
}
