/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.12

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/
.ngg-album-compactbox::before {
    border:none;
}
.ngg-album-compactbox::after {
    border:none;
}
.ngg-album-compactbox {
    border: 0px solid gray;
    border-radius: 0px;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0px !important;
    position: relative;
    z-index: 1;
}

.ngg-gallery-thumbnail-box {
    float: left;
    margin: 0 25px 10px 0;
    
}
.pasek{
  background: #4eccb7 none repeat scroll 0 0;
    bottom: 9px;
    color: #fff;
    font-weight: bold;
    height: 40px;
    left: 9px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
  display:none;
}
.ngg-gallery-thumbnail:hover .pasek{
display:block;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.ngg-gallery-thumbnail {
    position: relative;
}