.bl_portfolio, .main_content{
    margin: -58px 0 25px 0;
}

.portfolio_cat_list .last:after {
    display: none;
}

.portfolio-items {
    clear: both;
    margin: 0 0 0 -22px;
    padding: 0;
}

.portfolio-items:after {
    content: "";
    display: block;
    clear: both;
}

.portfolio-items li {
    position: relative;
    float: left;
    width: 213px;
    height: 144px;
    margin: 0 0 38px 22px;
    border: 5px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.portfolio-items li > .image {
    position: relative;
    display: block;
    width: 213px;
    height: 144px;
}
.portfolio-items li .description {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 213px;
    height: 104px;
    height: 104px;
    text-align: center;
    padding: 40px 0 0;
    -webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -o-transition:      opacity 1s;
    transition:      opacity 1s;
}
.portfolio-items li .description span {
    text-transform: uppercase;
    font-size: 15px;
    height: 18px;
    color: #ba3030;
    font-weight: 700;
    padding-bottom: 7px;
}
.portfolio-items li .description .category{
    display: block;
    margin-top: 6px;
    font: 500 14px/17px "Vollkorn";
    font-style: italic;
    border-top: 1px dashed #d7d5d2;
    color: #6b6969;
}

.portfolio-items li:hover .description {
    opacity: 1;
    z-index: 21;
}

.portfolio-items li:not(:hover) > .description {
    opacity: 0;
    z-index: 21;
}

.portfolio-items li img {
    width: 100%;
    height: 100%;
    display: block;
}

.portfolio-items .options {
    position: absolute;
    right: -5px;
    bottom: -5px;
}

.portfolio-items li:hover .options {
    z-index: 22;
}

.portfolio-items li:not(:hover) .options {
    z-index: 22;
}

.portfolio-items .likes,
.portfolio-items .views,
.portfolio-items .zoom {
    position: relative;
    float: left;
    width: 40px;
    height: 30px;
}

.portfolio-items .options .likes {
    border-right: 1px solid #f2f2f2;
    background: #fff url("../images/options.png") no-repeat left bottom;
}

.portfolio-items .options .likes:hover {
    background: #fff url("../images/options.png") no-repeat center bottom;
}

.portfolio-items .options .views {
    background: #fff url("../images/options.png") no-repeat 0 0;
}

.portfolio-items .options .views:hover {
    background: #fff url("../images/options.png") no-repeat center top;
}

.portfolio-items .options .likes span,
.portfolio-items .options .views span {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    min-width: 29px;
    padding: 2px 5px 7px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background: url("../images/options.png") no-repeat right top;
}

.portfolio-items .options .likes:hover span,
.portfolio-items .options .views:hover span {
    display: block;
}

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
