/* gallery section styles
/* ========================================== */
#gallery {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 6rem;
}

#gallery .gallery-thumb:hover img {

}

#gallery .gallery-thumb img {

}



#gallery .gallery-thumb:hover .gallery-overlay {
    /*opacity: 0.9;*/
}

#gallery .gallery-thumb .gallery-overlay .gallery-item {
    text-align: center;
    /*padding: 10% 20px 20px;*/
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
}

.filter-wrapper li a:active   {
    background: #e35002 ;
}


.filter-wrapper li a:hover,
.filter-wrapper li a:focus ,
.filter-wrapper li a.selected {
    background: #2DB0D0;
    color: #ffffff;
}



/*isotope box css*/
.iso-box-section {
    width: 100%;
    min-height: 300px;
}



/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 33.333%;

}

.grid-item-full { width: 100% !important; }

.grid-item {
    float: left;

}

.grid-item .grid-content {
    margin: 2px;
    overflow: hidden;
}
.grid-item .grid-content h2 {
    box-shadow:0px 0px 7px rgba(100, 100, 100, 0.3);
    padding: 20px;
    margin: 15px 0;
    /*font-size: 2rem;*/
}

.grid-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.grid-item img {
    display: block;
    width: 100%;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

@media (max-width: 768px) {
    .grid-sizer,
    .grid-item {
        width: 50% ;
    }
}


.prot-subtitle {
    border-left: 3px solid #2DB0D0;
    border-right: 3px solid #2DB0D0;
    font-size: 1.3em;
    color: #818181;
    text-align: justify;
}