ul, li { 
list-style-type:none !important; 
padding:0; 
margin:0; 
}

/* This is the common code for breadcrumb style 1 & 2 */
.breadcrumb {
text-align: center;
display: inline-block;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
overflow: hidden;
border-radius: 5px;
counter-reset: flag;
}
.breadcrumb a {
text-decoration: none;
outline: none;
display: block;
float: left;
font-size: 12px;
line-height: 36px;
color: white;
padding: 0 10px 0 60px;
background: #666;
background: linear-gradient(#666, #333);
position: relative;
}
.breadcrumb a:first-child {
padding-left: 46px;
border-radius: 5px 0 0 5px;
}
.breadcrumb a:first-child:before {
left: 14px;
}
.breadcrumb a:last-child {
border-radius: 0 5px 5px 0;
padding-right: 20px;
}
.breadcrumb a.active, .breadcrumb a:hover{
background: #333;
background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
background: #333;
background: linear-gradient(135deg, #333, #000);
}
.breadcrumb a:after {
content: '';
position: absolute;
top: 0;
right: -18px;
width: 36px;
height: 36px;
transform: scale(0.707) rotate(45deg);
z-index: 1;
background: #666;
background: linear-gradient(135deg, #666, #333);
box-shadow:
2px -2px 0 2px rgba(0, 0, 0, 0.4),
3px -3px 0 2px rgba(255, 255, 255, 0.1);
border-radius: 0 5px 0 50px;
}
.breadcrumb a:last-child:after {
content: none;
}
.breadcrumb a:before {
content: counter(flag);
counter-increment: flag;
border-radius: 100%;
width: 20px;
height: 20px;
line-height: 20px;
margin: 8px 0;
position: absolute;
top: 0;
left: 30px;
background: #444;
background: linear-gradient(#444, #222);
font-weight: bold;
}


/* This is additional code for breadcrumb style 2 */
.flat a, .flat a:after {
background: white;
color: black;
transition: all 0.5s;
}
.flat a:before {
background: white;
box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
background: #9EEB62;
}
.breadcrumbs1 { 
border-bottom:1px solid #ccc; 
background-color:#fff; 
line-height: 20px; 
overflow:auto; 
font-size:16px;
font-weight:bold;
}
.breadcrumbs1 li { 
float:left; 
padding-left:8px; 
}
.breadcrumbs1 li a { 
padding:0 24px 2px 0; 
background:transparent url('http://janetbranscombe.co.uk/css/breadcrumbs/bread_arrow1.png') no-repeat right center;
}
.breadcrumbs1 li a:link, #breadcrumbs1 li a:visited { 
text-decoration:none; 
color:#003366; 
}
.breadcrumbs1 li a:hover, #breadcrumbs1 li a:focus { 
text-decoration:underline; 
color:#0099CC; }
.breadcrumbs1 li {
color:#FF9900;
}

/******Breadcrumb 2 Style*****/
.breadcrumbs2 { 
list-style: none !important; 
overflow: hidden; 
font-size: 16px;
}
.breadcrumbs2 li { 
float: left; 
}
.breadcrumbs2 li a {
color: white;
text-decoration: none; 
padding: 10px 0 10px 65px;
background: brown; /* fallback color */
background: hsla(34,85%,35%,1); 
position: relative; 
display: block;
float: left;
}
.breadcrumbs2 li a:after { 
content: " "; 
display: block; 
width: 0; 
height: 0;
border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid hsla(34,85%,35%,1);
position: absolute;
top: 50%;
margin-top: -50px; 
left: 100%;
z-index: 2; 
}
.breadcrumbs2 li a:before { 
content: " "; 
display: block; 
width: 0; 
height: 0;
border-top: 50px solid transparent; 
border-bottom: 50px solid transparent;
border-left: 30px solid white;
position: absolute;
top: 50%;
margin-top: -50px; 
margin-left: 1px;
left: 100%;
z-index: 1; 
}
.breadcrumbs2 li:first-child a {
padding-left: 10px;
}
.breadcrumbs2 li:nth-child(2) a { background: hsla(34,85%,45%,1); }
.breadcrumbs2 li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
.breadcrumbs2 li:nth-child(3) a { background: hsla(34,85%,55%,1); }
.breadcrumbs2 li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
.breadcrumbs2 li:nth-child(4) a { background: hsla(34,85%,65%,1); }
.breadcrumbs2 li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.breadcrumbs2 li:nth-child(5) a { background: hsla(34,85%,75%,1); }
.breadcrumbs2 li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
.breadcrumbs2 li:last-child a {
color: black;
pointer-events: none;
cursor: default;
}
.breadcrumbs2 li a:hover { background: hsla(34,85%,25%,1); }
.breadcrumbs2 li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }
ul{
margin: 0;
padding: 0;
list-style: none !important;
}

/******Breadcrumb 3 Style*****/
.breadcrumbs3{
background: #eee;
border-width: 1px;
border-style: solid;
border-color: #f5f5f5 #e5e5e5 #ccc;
border-radius: 5px;
box-shadow: 0 0 2px rgba(0,0,0,.2);
overflow: hidden;
font-size:16px;
}
.breadcrumbs3 li{
float: left;
}
.breadcrumbs3 a{
padding: .7em 1em .7em 2em;
float: left;
text-decoration: none;
color: #444;
position: relative;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
background-color: #ddd;
background-image: linear-gradient(to right, #f5f5f5, #ddd); 
}
.breadcrumbs3 li:first-child a{
padding-left: 1em;
border-radius: 5px 0 0 5px;
}
.breadcrumbs3 a:hover{
background: #fff;
}
.breadcrumbs3 a::after,
.breadcrumbs3 a::before{
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;
right: -1em;
}
.breadcrumbs3 a::after{ 
z-index: 2;
border-left-color: #ddd; 
}
.breadcrumbs3 a::before{
border-left-color: #ccc; 
right: -1.1em;
z-index: 1; 
}
.breadcrumbs3 a:hover::after{
border-left-color: #fff;
}
.breadcrumbs3 .current,
.breadcrumbs3 .current:hover{
font-weight: bold;
background: none;
}
.breadcrumbs3 .current::after,
.breadcrumbs3 .current::before{
content: normal; 
}

/******Breadcrumb 4 Style*****/
#breadcrumbs4
{
font: 16px Arial, Helvetica, sans-serif;
background-image:url('http://janetbranscombe.co.uk/css/breadcrumbs/bread_separator.png'); 
background-repeat:repeat-x;
height:30px;
line-height:30px;
color:#9b9b9b;
border:solid 1px #cacaca;
overflow:hidden;
margin:0px;
padding:0px;
}
#breadcrumbs4 li 
{
list-style-type:none !important;
float:left;
padding-left:10px;
}
#breadcrumbs4 a
{
height:30px;
display:block;
background-image:url('http://janetbranscombe.co.uk/css/breadcrumbs/bread_arrow.png'); 
background-repeat:no-repeat; 
background-position:right;
padding-right: 15px;
text-decoration: none;
color:#454545;
}
.home
{
border:none;
margin: 8px 0px;
}
#breadcrumbs4 a:hover
{
color:#35acc5;
}