.clearfix{
    clear: both;
}
#slideAlbum .slAlbum{
    margin: 0;
    padding: 0;
}
#slideAlbum .slAlbum li{
    list-style: none;
}
#slideAlbum .slAlbum li img{
    max-width: 100%;
}
#album{
    width: 100%;
}
#slideAlbum{
    width:100%;
    /* 	height: 235px; */
    overflow: hidden;
    position: relative;
}
#slideAlbum ul li{
    float: left;
}
#slideAlbum ul li img{
    width: 100%;
}
.sidebar-single-left .content-area{
    float: none !important;
}
#slideAlbum{
    margin: 0 0 20px 0;
}
.album-img{
    /*height: 313px;*/
    overflow: hidden;
    display: block;
    position: relative;
}
.album-img.categoryAlbum{
    /*height: 395px;*/
}
.album-img img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.album-name{
    margin: 5px  0 0 ;
}
.album-name a{
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    padding: 7px 0;
    line-height: 25px;
    height: 35px;
    overflow: hidden;
}
.album-name a:HOVER {
    text-decoration: underline;
}
.albumItem{
    margin-bottom: 15px;
}
.albumItem span{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #000 !important;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 1px solid #fff !important;
    max-height: 10px;
    max-width: 10px;
}
.paginator{
    clear: both;
}
.paginator>a.totalPages{
    display: none;
}
#pro-img{
    max-height: 350px;
    overflow: hidden;
}



.album-images{
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 20px 0 40px 0;
}
.album-images .row{
    margin-right: -5px;
    margin-left: -5px;
}
.album-images .row .col-md-3{
    padding-left: 5px;
    padding-right: 5px;
}
.album-images .fancybox-album{
    margin-bottom: 10px;
    display: block;
}

/*======================= media ==============================*/
@media (min-width: 1200px) {
    .album-img img{
        height: 250px;
    }
    .album-images .row .col-md-3:nth-child(4n+1),
    .albumItem.col-lg-4:nth-child(3n+1){
        clear: both;
    }
    .album-images .fancybox-album img{
        height: 180px;
        width: 100%;
        object-fit: cover;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .album-img img{
        height: 215px;
    }
    .album-images .row .col-md-3:nth-child(4n+1){
        clear: both;
    }
}
@media screen and (max-width: 991px) {
    .albumItem:nth-child(2n+1){
        clear: both;
    }
    .album-img img{
        height: 190px;
    }
}
@media screen and (max-width: 420px) {
    .albumItem{
        width: 100% !important;
    }
    .album-img img{
        height: auto;
    }
}

