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 !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	background:#F1F1F1;
}

.tz-gallery .caption{
    position:relative;
	width:100%;
	height:30px;
	margin:0;
	padding:0;
    text-align: center;
	font-size: 14px;
    font-weight: bold;
	line-height:30px;
	color:#444 !important;
	display:inline-block;
}

.tz-gallery .caption a {
	color:inherit;
}

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

@media (max-width:767px){
	.tz-gallery .row {  padding:5px 10px; }
	.tz-gallery .caption { height:24px; font-size:12px; line-height:24px; }
	.col-xs-6 { padding-left:5px !important; padding-right:5px !important; }
}