.breadcrumb-wrapper {
    display: inline-block;
    float: left;
    width: 100%;
}
.breadcrumb-wrapper .container {
    position: relative;
}
.breadcrumb-wrapper .breadcrumb {
    display: inline-block;
    padding: 10px 0;
    font-size: 13px;
    margin-bottom: 15px;
    background-color: transparent;
}
.breadcrumb-wrapper .breadcrumb>li+li:before {
    font-family: FontAwesome, serif;
    content: "\f105";
    color: #999;
}
.breadcrumb-wrapper .breadcrumb li {
    display: inline;
}
.breadcrumb-wrapper .breadcrumb ul {
    margin-bottom: 0;
}
.breadcrumb-wrapper .breadcrumb a {
    color: #e4001b;
}
.breadcrumb-wrapper .breadcrumb a:hover {
    color: #e4001b;
}

@media only screen and (max-width : 991px) {
    .breadcrumb-wrapper {
        display: none;
    }
}