.breadcrumbs-w {
    background: #f6f6f6;
    padding: 9px 0 6px;
    font-size: 12px;
    color: #6c7279;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 500;
    margin: auto;
    border-bottom: 1px solid #eee;
}

.breadcrumbs-w a {
    color: #5c646d;
}

.breadcrumbs-w a:hover {
    text-decoration: underline;
}

.breadcrumbs-w i {
    margin: 0 4px;
    color: #437df9;
}

.breadcrumbs-w .container {
    padding-left: 20px;
}

@media only screen and (min-width: 1281px) {

    .breadcrumbs-w .container {
        padding-left: 30px;
    }
}