.gallery-meta {
    background-color: #CACACA;
    font-size: 12px;
    display: block;
    padding: 4px;
    line-height: 150%;
}

.gallery-meta a {
    color: #000;
}

.gallery-meta i:first-of-type {
    margin-left: 0px;
}

.gallery-meta i {
    margin-left: 10px;
}

.gallery-user-info {
    border-top: 1px solid #CCC;
    width: 95%;
    padding: 5px;
    margin-left: 6px;
}

.gallery-user-info a {
    color: #999;
    font-weight: bold;
}

.gallery-user-info img {
    margin-left: -15px;
}

.box {
    width: 250px;
    background: #eee;
    border: 1px solid #CCC;
    padding: 0px;
    margin: 20px 10px;
    float: left;

}
    
.box h3 {
    text-align: center;
    margin-bottom: 20px;
}

    .isotope-item {
        z-index: 2;
    }

    .isotope-hidden.isotope-item {
        pointer-events: none;
        z-index: 1;
    }

    .isotope,
    .isotope .isotope-item {
        /* change duration value to whatever you like */
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
    }

    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        transition-property: height, width;
    }

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }
    
    


    
.box h5 {
    color: rgb(153, 153, 153);
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}