.sb_breadcrumb {
    padding: 0;
	display: table !important;
	margin: 0 auto !important;
}
.sb_breadcrumb > li {
    float: left;
    padding: 0 10px 0 0;
    list-style: none;
    color: #000;
}
.sb_breadcrumb > li:before {
    content: "/";
    margin-right: 10px;
	color:#fff;
}
.sb_breadcrumb > li:first-child:before {
    display: none;
}

.page-title
{
font-size: 20px;
text-transform:uppercase;
}

.sb_breadcrumb .homeclr a
{
color:#9CBDFF !important;
}

.sb_breadcrumb a {
    color: #fff;
}
.sb_breadcrumb a:hover {
   /* color: #FF0204;*/
	text-decoration: none;
}
.sb_breadcrumb a:focus {
    text-decoration: none;
}
