#breadcrumbs-two{
  overflow: hidden;
  width: 100%;
  margin-bottom:20px;
}

#breadcrumbs-two li{
  float: left;
  margin: 0 .5em 0 1em;
}

#breadcrumbs-two a{
  background: #5f4264;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #fff;
  position: relative;
  line-height:1;
}

#breadcrumbs-two a:hover{
  background: #4b3250;
  text-shadow: 1px 1px 1px #000000;
}
#breadcrumbs-two a.current{
	color:#666666;
	text-shadow:none;
}

#breadcrumbs-two a::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #5f4264 #5f4264 #5f4264 transparent;
  left: -1em;
}

#breadcrumbs-two a:hover::before{
  border-color: #4b3250 #4b3250 #4b3250 transparent;
}
#breadcrumbs-two a.first::before{
	border-style:none;
}

#breadcrumbs-two a::after{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.4em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #5f4264;
  right: -0.9em;
}

#breadcrumbs-two a:hover::after{
  border-left-color: #4b3250;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
  content: normal;
}