﻿.widget.gallery {text-align:center;}
.widget.gallery h2 {margin-bottom:20px; color:#3d3c62; }
.widget.gallery .subtitle { margin-bottom:25px; width:90%; margin-left:auto; margin-right:auto;}
.widget.gallery .event .galleryItems .galleryItem img { max-width:315px; max-height:210px;}
.widget.gallery .event h2 { margin-bottom:30px; color:#3d3c62;}
.widget.gallery .galleryItems { text-align:center;}
.widget.gallery .galleryItems .galleryItem { display:inline-block; position:relative; margin:0 -2px;}
.widget.gallery .galleryItems .galleryItem:hover .hoverEffect {position:absolute; top:0; bottom:0; left:0; right:0; background:#333; opacity:0.3;}
.widget.gallery .galleryItems .galleryItem img { max-width:210px; max-height:210px;}

@media (max-width:1365px) {
    .widget.gallery .galleryItems .galleryHolder:nth-child(1n+11) { display:none;}
}

@media (max-width:1119px) {
    .widget.gallery .galleryItems .galleryHolder:nth-child(1n+9) { display:none;}
}

@media (max-width:991px) {
    .widget.gallery .galleryItems .galleryHolder:nth-child(1n+7) { display:none;}
}

@media (max-width:767px) {
    .widget.gallery .galleryItems .galleryItem img { max-width:150px !important; max-height:150px !important;}
}

