#breadcrumbs-wrap {
  width: 100%;
  padding: 7px 15px !important;
  background: #fff;
  box-sizing: border-box;
}
#breadcrumbs {
  color: #000;
  font-size: 12px;
  background: transparent !important;
}
#breadcrumbs a,
#breadcrumbs span,
#breadcrumbs font {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#breadcrumbs font {
  /*background: url(../image/breadcrumbs/line.png) no-repeat center center;*/
  width: 17px;
  height: 26px;
  padding: 0 5px;
  position: relative;
}
#breadcrumbs font:after {
  position: absolute;
  left: 11px;
  top: 4px;
  font-size: 18px;
  content: '\f105';
  /* fa-angle-right  */
  color: #201f1f;
  /* var base */
  font-family: FontAwesome;
}
#breadcrumbs a {
  color: #201f1f;
  /* var base */
  font-size: 12px;
  line-height: 120%;
  max-width: 250px;
  max-height: 29px;
  overflow: hidden;
}
#breadcrumbs a:hover span {
  text-decoration: underline;
}
#breadcrumbs a.breadcrumb-last {
  color: #000;
}
/****************************************** 
  dark-style
******************************************/
.dark-style #breadcrumbs-wrap {
  border-bottom-color: #cadaf4;
  /* var @base-light */
}
