/*CSS Name:stylovechaty
Description:NextGEN Default Gallery Stylesheet
Author:kokesovo.cz
Version:1.01
This stylesheet is provided to allow users the ability of overriding the default styles for all display types*/
.gall-spacer{height:50px;margin-bottom:1rem;display:flex;    flex-direction:row;    flex-wrap:wrap;    justify-content:flex-start;    align-content:center;    align-items:flex-start;}
.gall-spacer .imgInfo{border-radius:4px;box-shadow:2px 2px 5px;max-width:calc(100% - 1rem);background:white;padding:0.5rem 1rem;top:calc(-1.5rem);left:0.5rem;position:relative;z-index:2;}
.gall-spacer .imgInfo h4{font-size:0.85rem;line-height:1.0rem;margin:0}
.muj {padding:0;position:relative}
.muj:hover {z-index:150}
.muj *{transition:all 300ms ease-in-out;}
.ngg-gallery-thumbnail{text-align:center;max-width:100% !important;background-color:transparent;border:none;/* margin:0px; */transform:scale(1);}
.ngg-gallery-thumbnail:hover{transform:scale(1.07);box-shadow:2px 2px 5px}
.muj:hover .gall-spacer .imgInfo{background:#e0e0e0;margin-left:25px;z-index:150}
.ngg-template-caption .ngg-gallery-thumbnail{margin-right:0px;}
.ngg-gallery-thumbnail a{display:block;margin:0px;border:none;box-shadow:none;}
.ngg-gallery-thumbnail img{display:block;    margin:0;    padding:0;    position:relative;    max-width:100% !important;    height:auto;}
.ngg-gallery-thumbnail span{font-size:90%;    padding-left:5px;    display:block;}
