body {
    background-color: #fff;
    min-height: 100vh;
    font: normal 16px sans-serif;
}

.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;
}

/* Styles for the gallery */

.tz-gallery {
    /*padding: 40px;*/
}

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

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

.tz-gallery .thumbnail .caption{
    text-align: center;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
/*     color:#FFF; */
/*     background-color: rgba(45,74,64,0.7); */
    padding:0px;
    /*width: 270px;*/
    /*position: absolute;*/
    bottom: 0px;
    left:0px;
    right:0px;
    margin:0px auto;
}
.tz-gallery .thumbnail .caption:hover{
/*     background-color: rgba(45,74,64,0.1); */
}
.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}
.col-sm-6{
    box-sizing: border-box;
}
.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}