/*.breadcrumb {
    background: none repeat scroll 0 0 #f9f9f9;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin: 0 1.5% 10px;
    padding: 10px 15px;
    border: 1px solid #d1d1d1;

}

h1.page-header {
    border-bottom: 0 none;
    color: #333333;
    font-size: 46px;
    font-weight: 300;
    margin-top: 30px;
}
.breadcrumb > li + li:before {
    color: #787878;
    content: " > " !important;
    padding: 0 5px;
}
.breadcrumb a {
    color: #787878;
    font-size: 11px;
    font-style: italic;
}
.breadcrumb li {
    font-size: 11px;
    font-style: italic;
}*/
ol.breadcrumb {
    border-bottom: 1px solid #d1d1d1;
    border-radius: 0;
    border-top: 1px solid #d1d1d1;
    padding: 16px 18px;
}
.breadcrumb {
    background-color: #ececec;
    border-bottom: 1px solid #d1d1d1 !important;
    border-radius: 0;
    border-top: 1px solid #d1d1d1;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 14px 15px;
    margin: 0;
}
.breadcrumb > em {
    background-image: url("../images/breadcrumb-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 4px;
    padding: 0 10px;
    width: 20px;
}
.breadcrumb > .active {
    color: #777777;
}
.breadcrumb-container {
    margin-bottom: 15px;
}
.breadcrumb a {
    color: #777777;
}
.home-icon{
    background-image: url("../images/home.png");
    background-position: -5px center;
    background-repeat: no-repeat;
    padding: 10px;
}