#breadcrumb {
  list-style: none;
  display: block;
  background: #ffffff;
  padding: 0 !important;  
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #303030;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 15px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb li:nth-child(even) a {
  background-color: rgba(0, 0, 0, 0.05);
}
#breadcrumb li:nth-child(even) a:before {
  border-color: rgba(0, 0, 0, 0.05);
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: rgba(0, 0, 0, 0.05);
}
#breadcrumb li:first-child a {
  padding-left: 15px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
}
#breadcrumb li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
   border-left-color: transparent;
}
#breadcrumb li a:hover:before {
  border-color: rgba(0, 0, 0, 0.2);
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: rgba(0, 0, 0, 0.2);
}
/*
#breadcrumb li a:active {
  background-color: #16a085;
}
#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #16a085;
}
*/
