/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 3, 2015, 1:51:13 PM
    Author     : BlueWindLab
*/

/*------------------------------ Breadcrumb ---------------------------------*/


div.bkbm-breadcrumbs {
    margin: 0 0 12px;
    overflow: hidden;
    width: 100%;
}
div.bkbm-breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div.bkbm-breadcrumbs ul li {
    float: left;
    padding: 0 13px 2px 7px;
    line-height: 24px;
    position: relative;
}

div.bkbm-breadcrumbs ul li:after{
    display: inline-block;
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 25px;
    right: 0px;
    font-weight: bold;
}

div.bkbm-breadcrumbs ul li:last-child:after{
    content: '';
}
div.bkbm-breadcrumbs ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}
div.bkbm-breadcrumbs ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}