

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
}

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

/* Styles for the gallery */


.tz-gallery .thumbnail {
    padding: 0;
    border: 1px solid #ccc;
}

.tz-gallery img {
    border:1px solid #eee;
}

.tz-gallery .caption{
    padding: 10px 0;
    text-align: center;
}

.tz-gallery .caption a.bo_cate_link {
	background:#eee;
	color:#000 !important;
	padding:5px 10px;
	border-radius:10px;
	font-size:0.85em;
	font-weight:700;
}

.tz-gallery .caption h3 {
	font-weight: 400;
    margin-top: 0;
	padding:5px 0;
}

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

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