/**
 * Modules
 */
/* Gallery (http://www.responsivegridsystem.com/) */
.module-gallery,
.module-gallerydefault,
.module-gallerymasonry,
.module-galleryboxs {
	margin: 0px 0px 15px 0px;
	width: 100%;
	padding: 0px;
	clear: both;
	zoom: 1;
}

.module-gallery .module-gallery-col,
.module-gallerydefault .module-gallery-col {
	margin: 0 1.6% 20px 0;
	position: relative;
	text-align: center;
	font-size: 0px;
	overflow: hidden;
	display: block;
	float: left;
}

.module-gallery .module-gallery-col img,
.module-gallerydefault .module-gallery-col img {
	max-width: 100%;
}

.module-gallery .module-gallery-col .image-placeholder,
.module-gallerydefault .module-gallery-col .image-placeholder {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	filter: blur(20px);
	overflow: hidden;
	display: block;
}

.module-gallery .module-gallery-col .image-original,
.module-gallerydefault .module-gallery-col .image-original {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: opacity 1s linear;
}

.module-gallery .module-gallery-col .image-original.loaded,
.module-gallerydefault .module-gallery-col .image-original.loaded {
  opacity: 1;
}

.module-gallery:before,
.module-gallery:after,
.module-gallerydefault:before,
.module-gallerydefault:after {
	content: "";
	display: table;
}

.module-gallery:after,
.module-gallerydefault:after {
	clear: both;
}

.module-gallery .gallery-1-6,
.module-gallerydefault .gallery-1-6 { width: 15.33%; }

.module-gallery .gallery-1-5,
.module-gallerydefault .gallery-1-5 { width: 18.72%; }

.module-gallery .gallery-1-4,
.module-gallerydefault .gallery-1-4 { width: 23.8%; }

.module-gallery .gallery-1-3,
.module-gallerydefault .gallery-1-3 { width: 32.26%; }

.module-gallery .gallery-1-2,
.module-gallerydefault .gallery-1-2 { width: 49.2%; } 

.module-gallery .gallery-1-1,
.module-gallerydefault .gallery-1-1 { width: 100%; }

.module-gallery .gallery-1-6:nth-child(6n),
.module-gallery .gallery-1-5:nth-child(5n),
.module-gallery .gallery-1-4:nth-child(4n),
.module-gallery .gallery-1-3:nth-child(3n),
.module-gallery .gallery-1-2:nth-child(2n),
.module-gallery .gallery-1-1,
.module-gallerydefault .gallery-1-6:nth-child(6n),
.module-gallerydefault .gallery-1-5:nth-child(5n),
.module-gallerydefault .gallery-1-4:nth-child(4n),
.module-gallerydefault .gallery-1-3:nth-child(3n),
.module-gallerydefault .gallery-1-2:nth-child(2n),
.module-gallerydefault .gallery-1-1 { margin-right: 0; }


/* Gallery: Masonry */
.module-gallerymasonry .module-gallery-col {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 0px;
	display: block;
	float: left;
}

.module-gallerymasonry .module-gallery-col img {
	width: 100%;
}

.module-gallerymasonry:before,
.module-gallerymasonry:after {
	content: "";
	display: table;
}

.module-gallerymasonry:after {
	clear: both;
}

.module-gallerymasonry .gallery-1-6 { width: calc(16.66% - 20px); }
.module-gallerymasonry .gallery-1-5 { width: calc(20% - 20px); }
.module-gallerymasonry .gallery-1-4 { width: calc(25% - 18px); }
.module-gallerymasonry .gallery-1-3 { width: calc(33.33% - 16px); }
.module-gallerymasonry .gallery-1-2 { width: calc(50% - 12px); } 
.module-gallerymasonry .gallery-1-1 { width: 100%; }

/* Gallery: Boxs */
.module-galleryboxs .module-gallery-col {
	margin: 0 1.6% 20px 0;
	text-align: center;
	font-size: 0px;
	display: block;
	float: left;
}

.module-galleryboxs .module-gallery-col a {
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	display: block;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.module-galleryboxs:before,
.module-galleryboxs:after {
	content: "";
	display: table;
}

.module-galleryboxs:after {
	clear: both;
}

.module-galleryboxs .gallery-1-6 { width: 15.33%; }
.module-galleryboxs .gallery-1-5 { width: 18.72%; }
.module-galleryboxs .gallery-1-4 { width: 23.8%; }
.module-galleryboxs .gallery-1-3 { width: 32.26%; }
.module-galleryboxs .gallery-1-2 { width: 49.2%; } 
.module-galleryboxs .gallery-1-1 { width: 100%; }

.module-galleryboxs .gallery-1-6:nth-child(6n),
.module-galleryboxs .gallery-1-5:nth-child(5n),
.module-galleryboxs .gallery-1-4:nth-child(4n),
.module-galleryboxs .gallery-1-3:nth-child(3n),
.module-galleryboxs .gallery-1-2:nth-child(2n),
.module-galleryboxs .gallery-1-1 { margin-right: 0; }

/**
 * RWD
 */
@media all and (max-width: 860px) {
	.module-gallerymasonry .gallery-1-6 { width: calc(20% - 20px); }
}

@media all and (max-width: 930px) {
	.module-columns-5 {
		margin: 20px 0px 20px 20px;
	}

	.module-columns-5 .Item {
		margin-right: 20px;
	}

	.module-columns .Item .Text {
		margin-bottom: 5px;
	}
}

@media all and (max-width: 520px) {
	.module-gallerymasonry .gallery-1-6 { width: calc(33.33% - 16px); }
	.module-gallerymasonry .gallery-1-5 { width: calc(33.33% - 16px); }
	.module-gallerymasonry .gallery-1-4 { width: calc(33.33% - 16px); }
}

@media all and (max-width: 360px) {
	.module-gallerymasonry .gallery-1-6 { width: calc(50% - 12px); }
	.module-gallerymasonry .gallery-1-5 { width: calc(50% - 12px); }
	.module-gallerymasonry .gallery-1-4 { width: calc(50% - 12px); }
	.module-gallerymasonry .gallery-1-3 { width: calc(50% - 12px); }
}