ul.sort {
    list-style: none;
    float: left;
    padding: 10px 0px;
    margin: 0px;
}

ul.sort>li {
    display: inline-block;
    float: left;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

ul.sort>li>a {
    display: block;
    background: #eeeeee;
    color: #666666;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

ul.sort>li>a.active {
    background: #666666;
    color: #f8f8f8;
}

.filter a {
    display: block;
    text-align: center;
}

.filter a img {
    width: 100%;
}