﻿#filter-list {
    display: block;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}
#filter-list li {
    cursor: pointer;
    display: inline-block;
    font-size: 13pt;
    padding: 3px 15px;
    transition: all 0.35s ease-in-out 0s;
    width: auto;
}
#filter-list li:hover, #filter-list li.active {
    background: #ff7800 none repeat scroll 0 0;
    color: #ffffff;
    transition: all 0.35s ease-in-out 0s;
}
#portfolio {
    box-sizing: border-box;
    display: block;
    margin-bottom: 35px;
    text-align: right;
    width: 100%;
}
#portfolio .item {
    box-sizing: border-box;
    color: #fff;
    display: none;
    font-size: 13pt;
    margin-bottom: 10px;
    opacity: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 24.6%;
}
#portfolio .item a {
    background: #fff none repeat scroll 0 0;
    display: block;
    text-decoration: none;
    width: 100%;
}
#portfolio .item img {
    width: 100%;
}
#portfolio .item span {
    background: rgba(255, 126, 49, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
}
