.breadcrumb {
  font-family: "Roboto Condensed";
}

.breadcrumb > li + li:before {
  font-family: "FontAwesome";
}

.breadcrumb {
  font-weight: 300;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  opacity: .8;
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
}

.breadcrumb > li a {
  color: #ffffff;
}

.breadcrumb > li + li:before {
  padding: 0 12px 0 14px;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  content: '\f0da';
  vertical-align: top;
}

.breadcrumb > li.active {
  color: #ffffff;
}
