@charset "UTF-8";
/* CSS Document */

 .lightbox-gallery {
   font-size:0.9em;
    color: #333;
    overflow-x: hidden;
    
}
        .lightbox-gallery .lightcontainer{
            width:96%;
            margin:0 auto;
            
        }
        .lightbox-gallery .item{

        }
        .lightbox-gallery .imgbox{
            width:100%;
            height:180px;
            overflow:hidden;
            transition: all 0.3s ease;
            border:1px solid #ccc;
            padding:2px;
            margin-bottom:2px;
        }
        .lightbox-gallery .imgbox:hover{
           border:1px solid #999;
        }
        .itemBorder{
            border:2px solid #0b9bb3;
        }
.lightbox-gallery p {
    color: #333;
}

.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 1em;
    }
}

.lightbox-gallery .intro p {
    margin-bottom: 0
}

.lightbox-gallery .photos {
    padding-bottom: 20px;
}

.lightbox-gallery .item {
    padding-bottom: 20px;
}