.block_breadscr {
    position: relative;
    display:table
}
#content .breadcrumbs {
    margin:0;
    padding:0
}
#content .breadcrumbs li {
    list-style-type: none;
    float:left;
    position: relative;
    color: #C31101;
	font-size: 14px;
    margin-bottom:5px;
    padding: 0 16px;
    font-weight: 600;
}
#content .breadcrumbs li:first-child {
    padding-left: 0
}
#content .breadcrumbs li:before {display:none}
#content .breadcrumbs li:not(:last-child):after {
    content: '\e901';
	font-family: 'icomoon' !important;
    color: #D5D7DA;
    position: absolute;
    font-size: 18px;
    line-height: 1;
    top: 2px;
    right: -3px;
}

#content .breadcrumbs li a {
    color: #535862;
    font-weight:600;
    text-align: center
}
#content .breadcrumbs li a:hover {
    color: #ffc83b;
    text-decoration: none;
}
@media only screen and (min-width:1200px) {
    .block_breadscr {
        padding: 18px 0 0;
    }
}
@media only screen and (max-width:1199px) {
    .block_breadscr {
        padding: 18px 0 0;
    }
}
