.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0 0 0 15px;
    margin-bottom: 30px;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
}

.tz-gallery .thumbnail:hover {
    /*transform: translateY(-10px) scale(1.02);*/
}

.tz-gallery .lightbox img {
    border-radius: 0px 25px 0px 25px;
    width: auto;
    box-shadow: 9px 7px 22px 1px #a2a1a1;
    transition-duration: 0.8s;
}

.tz-gallery .lightbox:hover img {
    border-radius: 25px 0px 25px 0px;
    width: auto;
    box-shadow: 9px -7px 22px 1px #a2a1a1;
    transition-duration: 0.8s;
}

.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}
.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
#baguetteBox-overlay .full-image img{
    border-radius: 25px 25px 25px 25px;  
}