body {
    background-color: none;
    background-image: url(img/back.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
    min-height: 100vh;
    font: normal 14px sans-serif;
}

.gallery-container h1, h1.podela {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #fff;
}
.gallery-container h1.podela {font-family: 'Open Sans', sans-serif; font-size: 26px; font-weight: normal; color:#fff; text-transform: uppercase;line-height: 80px;}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    padding: 0 50px;
    font-size: 14px;
    color: #fff;
}

/* Styles for the gallery */

.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    border: none;
}

.tz-gallery img {
    border-radius: 2px;
}

.tz-gallery .caption, .tz-gallery .caption-os{
    padding: 20px 24px;
    text-align: center;
    min-height: 160px;

}
.tz-gallery .caption-os h3{
    color:#000;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;}
    
.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
}

.tz-gallery .caption p, .tz-gallery .caption-os p {
    font-size: 12px;
    color: #4b4b4b;
    margin: 0;
}
.tz-gallery .caption-os p.eos {display:block;padding:5px;background:#207c04;margin:0 5px;color:white}
.tz-gallery .caption-os p.eos-bal {display:block;padding:5px;background:#ade29d;margin:0 5px;color:black; font-weight: bold;}
.baguetteBox-button {
    background-color: transparent !important;
}