.gallery-wrap {
    position: relative;
    border-radius: 4px;
    margin-bottom: 30px;
    text-align: center;
}

.gallery-wrap .img-pos {
    border-radius: 10px;
    min-height: 173px;
    width: 100%;
    position: relative;
}

.gallery-caption {
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-wrap:hover .gallery-caption {
    background-color: rgba(0,0,0,0.1);
}
/* .gallery-caption::before,
.gallery-caption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
}

.gallery-caption::before {
    border-top: 1px solid #8dc63f;
    border-bottom: 1px solid #8dc63f;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.gallery-caption::after {
    border-right: 1px solid #8dc63f;
    border-left: 1px solid #8dc63f;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.gallery-caption h4 {
    padding-top: 20%;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

.gallery-caption span {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    display: block;
} */
.gallery-caption a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-caption,
.gallery-caption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-caption>a {
    z-index: 10;
    text-indent: -9999px;
    font-size: 0;
}
/* .gallery-wrap:hover .img-pos {
    filter: blur(4px);
    transition: all 0.6s ease;
} */
/* .gallery-wrap:hover .gallery-caption {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.68);
} */
/* .gallery-wrap:hover .gallery-caption {
    background-color: rgba(12, 77, 162, 0.7);
} */
/* .gallery-wrap:hover .gallery-caption::before,
.gallery-wrap:hover .gallery-caption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-wrap:hover h4,
.gallery-wrap:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
} */
.album-inner img {
    display: none;
}
.album-inner .gallery-caption span {
    padding-top: 30%;
} 
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}
.lg-outer .lg-thumb-outer, .lg-outer .lg-toogle-thumb {
    background-color: rgba(0, 0, 0, 0.45);
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #cd171f;
}

.gallery-filter {
    display: flex;
    justify-content: center;
}
.gallery-filter select.form-control {
    min-width: 180px;
    border-color: #cd171f;
}
.gallery-filter .form-control {
   width:180px;
    
}
.gallery-filter button.btn {
    border-radius: 10px !important;
    padding: 0 22px;
    height: 36px;
    margin-left: 5px;
}
.gallery-img-pos{
    padding-bottom:50%;
}
.gallery-bg-img  img {
    max-width: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.gallery-bg-img a {
    text-align: center;
    color: #cd171f;
    margin-bottom: 30px;
    padding: 0 30px;
    font-size: 16px;
}

