html  .folio-isotop-filter ul > li a.selected {
    color: #ed912a;
    background: transparent;
}

html  .folio-isotop-filter ul > li a.selected:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    bottom: -26px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
}


html .folio-isotop-filter ul > li {
    border: 0;
    margin-right:0;
    background: #fff;
    margin-bottom: 10px;
}


html .folio-isotop-filter ul > li a {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}


