.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 {width:100%; margin:0 auto; display:flex; flex-wrap:wrap;}
.tz-gallery:before {display:block; content:""; clear:both;}

.tz-gallery .thumbnail { padding:0; width:90%; margin:0 auto 20px; }
.tz-gallery .lightbox {display:block; border:1px solid #e5e5e5;}
.tz-gallery .ckbox_flex {display:flex; justify-content:center;}
.tz-gallery .ckbox_flex .move-photo {margin-left:10px; font-size:1.2em;}
.tz-gallery .ckbox_flex a {margin:0 2px;}
.tz-gallery .subj {text-align:center; /*font-size:1.2em;*/ font-weight:normal; color:#666;}
.tz-gallery .subj a { color:inherit;}
.tz-gallery .subj .bo_cate_link {display:block; color:var(--sub-color); font-weight:bold; font-size:1em; margin:10px 0 5px;}

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


.col-md-4 {width:25%;}
 @media (max-width: 768px){
	.col-sm-2 {width:50%;}
 }