.breadcrumbs{
	width:100%;
	background-color:#f9f9f9;
	padding:10px;
	text-transform:uppercase;
	margin:0px;
	margin-top:50px;
	margin-bottom:20px;
	border-bottom:1px solid #fff;
	-webkit-box-shadow: 0px 2px 10px #333;
	-moz-box-shadow: 0px 2px 10px #333;
	box-shadow: 0px 2px 10px #333;
}

.breadcrumbs ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumbs-two{
  overflow: hidden;
  width: 100%;
}

#breadcrumbs-two li{
  float: left;
  margin: 0 .5em 0 1em;
}

#breadcrumbs-two a{
  background: #00A8C6;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size:16px;
}

#breadcrumbs-two a:hover{
  background: #99db76;
}

#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: #00A8C6 #00A8C6 #00A8C6 transparent;
  left: -1em;
}

#breadcrumbs-two a:hover::before, #breadcrumbs-two.active{
  border-color: #99db76 #99db76 #99db76 transparent;
}

#breadcrumbs-two a::after,#breadcrumbs-two.active{
  border-color: #4D5E5F #4D5E5F #4D5E5F transparent;
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #00A8C6;
  right: -1em;
}

#breadcrumbs-two a:hover::after, #breadcrumbs-two.active{
  border-left-color: #99db76;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
  content: normal;
}