/* ========================================= */

/*          Gallery CSS        */

/* ======================================== */

.gallery {
    padding-bottom: 50px;
}
.gallery-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
}
.gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all ease-in-out 0.5s;
}
.gallery-content ul {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
}
.gallery-content ul li {
    border: 1px solid #fff;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 2;
    display: inline-block;
    margin: 0;
}
.gallery-content ul li a {
    color: #fff;
}
.gallery-content i {
    padding: 0;
}
.gallery-item:hover .gallery-content {
    top: 0;
}
.gal-3-col .gallery-item {
    margin-bottom: 0;
}
a.lb-close {
    position: absolute;
    top: -30px;
    right: 30px;
}
.gallery-image img{
    width: 100%;
    height: auto;
}/*gallery 1*/


.content.gallery{
    margin-top: 50px;
    margin-bottom: 80px;
}
.content.gallery h3{
    margin-bottom: 20px;
    text-transform: uppercase;
}