.gallery-list{
   list-style-type:none;
   margin:0px;
   padding:0px;
}

.gallery-pokaz-list{
   list-style-type:none;
   margin:0px;
   padding:0px;
}

.gallery-pokaz-list-box .gallery-pokaz-list-item img,
.gallery-list .gallery-list-item img{
   width:100%;
}

/* gallery pokaz  */

.gallery-pokaz-list-box .return{
   clear:both;
}

/*  gallery list */

.gallery-list .gallery-list-item{
   position:relative;
}
.gallery-list .title{
    color: #fff;
    font-size: 22px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 36%;
    left: 20%;
    right: 20%;
    padding-bottom:20px;
    border-bottom: 1px solid #fff;
    z-index:100;
}
.gallery-list .data{
    color: rgb(51,51,51);
    font-size: 15px;
    position: absolute;
    top: 5%; 
}
.gallery-list .intro{
    height: 140px;
    overflow: hidden;
    text-align: justify;
}

.gallery-list .more{
    float: right;
}
.gallery-list .gallery-list-item .image{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    opacity: 0.6;
    position: relative;
    transition: all 0.2s ease 0s;
    z-index:10;
}
.gallery-list .gallery-list-item:hover .image{
    opacity: 1;
} 
.gallery-list-item {
    background-color: #e4e8e8;
    color: rgb(51,51,51);
}
.gallery-list-item a {
    color: rgb(51,51,51);
    
}
.gallery-list .gallery-list-item img{
    opacity:0px;
}

.gallery-pokaz-list .picture-item{
    overflow: hidden;
}

.gallery-pokaz-list-item {
    margin-bottom: 15px;
}