
.crumbs {
    margin: 2em auto
}

.crumbs ul {
    list-style: none;
    white-space: nowrap;
    max-width: 100%;
    overflow-x: auto;
    -webkit-box-shadow: inset 20px 0 20px -20px #e6e6e6;
    -moz-box-shadow: inset 20px 0 20px -20px #e6e6e6;
    box-shadow: inset 20px 0 20px -20px #e6e6e6
}

.crumbs li a,
.crumbs li span {
    font-size: 1em;
    background: 0 0;
    color: #FF4232;
    float: right;
    padding: 0 .7em 0 .5em;
    margin: 0;
    line-height: 30px;
    position: relative
}

.crumbs li span {
    color: #a3a3a3;
    margin-left: 10px
}

.crumbs li a:before,
.crumbs li span:before {
    content: "";
    border-right: .4em solid #a3a3a3;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.crumbs li:first-child a {
    border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0
}

.crumbs li:first-child a:before {
    border: none
}

.crumbs li span,
.crumbs li:last-child a {
    border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px
}

.crumbs li:last-child a:after {
    border: none
}

.crumbs li a:hover {
    color: #E91331
}

.crumbs li a:hover:after {
    border-right-color: #21A9A1
}