.module.Gallery {
	padding-top: 45px;
	padding-bottom: 20px;
}

.module.Gallery .items {
	overflow: hidden;
}

.module.Gallery .holder {
	overflow: hidden;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	cursor: pointer;
	
	background-color:rgba(12, 44, 132,1);
}

.module.Gallery .holder .overlayer:hover {
	opacity: 1;
}

.module.Gallery .holder .img {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.module.Gallery .holder .img:hover {
	opacity: 0.7;
}

.module.Gallery .items.col2 .holder {
	width: 48.4%;
	padding-bottom: 48.4%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
}

.module.Gallery .items.col2 .holder:nth-child(2n+1) {
	clear: left;
	margin-right: 3.2%;
	margin-bottom: 3.2%;
}

.module.Gallery .items.col3 .holder {
	width: 32.05%;
	padding-bottom: 32.05%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 1.9%;
	clear: none;
	margin-bottom: 1.9%;
}

.module.Gallery .items.col3 .holder:nth-child(3n+3) {
	margin-right: 0;
}

.module.Gallery .items.col4 .holder {
	width: 23.57%;
	padding-bottom: 23.57%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 1.9%;
	margin-bottom: 1.9%;
	clear: none;
}

.module.Gallery .items.col4 .holder:nth-child(4n+4) {
	margin-right: 0;
}

.lightbox-previous {
	background-image: url(../../../../images/icon_arrow_left_white.svg) !important;
}

.lightbox-next {
	background-image: url(../../../../images/icon_arrow_right_white.svg) !important;
}

.lightbox a.lbdownload {
      display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    padding-right: 23px;
    margin-left: 10px;
    background-image: url(../../../../images/icon_download.svg);
    background-position: right 49%;
    background-size: 17px 17px;
    background-repeat: no-repeat;

}
.lightbox a.lbdownload:hover {
text-decoration:underline;
}