/*
.pathway{
height:24px;
padding: 0px 0px 15px 0px;
color: #282828;
font-size: 13px;
margin: 9px 0px 0px 0px;
background: url('../images/sep_pathway.png') 0px 100% repeat-x;
}
.pathway a{
color:#282828;	
font-size: 13px;
text-decoration: none;
display: block;
float: left;
}
.pathway span{
display: block;
float: left;
font-family: tahoma;
font-size: 17px;
margin: 0px 6px;
line-height: 16px;
}
.pathway > a:FIRST-CHILD{

}
.pathway a.f{
color: #282828;
font-weight: bold;
}
*/

.pathway{}
.pathway{
height:24px;
padding: 0px 0px 15px 0px;
color: #282828;
font-size: 13px;
margin: 9px 0px 0px 0px;
background: url('../images/sep_pathway.png') 0px 100% repeat-x;
}
.pathway{}
.pathway a{display:inline-block;vertical-align:middle;color:#282828;font-size:13px;}
.pathway span{display:inline-block;vertical-align:middle;color:#282828;font-size:13px;}
.pathway a:after{content:"/";display:inline-block;vertical-align:top;line-height:1;margin:0px 8px;}
.pathway a:first-child{font-weight:700;}
.pathway a:first-child:before{
content:"\e021";display:inline-block;vertical-align:middle;margin-right:10px;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
}
.pathway a:last-child{color:#e3ad4d;}
.pathway a:last-child:after{display:none;}
@media screen and (max-width:1280px){.div_pathway{padding:20px 15px}
}