/* Photogallery */
.ce_photogallery_album {clear:both;}
.ce_photogallery_album h2 {color:#232220;display:block;margin-bottom:1em;border-bottom:2px solid #232220;width:100%;}
.ce_photogallery_album .image {display:inline-block;margin:0 -5px -8px 0;width:14.25%;}
/*.ce_photogallery_album img {filter:grayscale(100%);transition:all 0.5s ease;}
.ce_photogallery_album img:hover {filter:grayscale(0%);}*/
@media screen and (max-width:1000px) {.ce_photogallery_album .image {width:25%;}}
@media screen and (max-width:500px) {.ce_photogallery_album .image {width:50%;}}

/* Gallery */
.content-gallery ul {list-style:none;text-align:center;margin:0;padding:0;}
.content-gallery li {font-size:16px;line-height:1.4;text-align:center;display:inline-block;vertical-align:top;position:relative;margin:3em 0 0 0;padding:0 3em 0 0;width:calc(25% - 3.5em);}
.content-gallery.flexslider li {margin:0;padding:0;}
.content-gallery li img {margin:0;width:auto;}
@media screen and (max-width:1500px) {
	.content-gallery li {font-size:16px;line-height:1.4;text-align:center;display:inline-block;vertical-align:top;position:relative;padding:0 3em 0 0;width:calc(33.333% - 3.25em);}
}
@media screen and (max-width:950px) {
	.content-gallery li {width:calc(50% - 3.25em);}
}
@media screen and (max-width:570px) {
	.content-gallery li {margin-top:3em;padding:0;width:100%;}
}