/*-- custom Style --*/
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container-fluid.gallery-second-container {
	max-width:1680px;
	z-index:10;
}
/* ========================================================================== 
   Photogallery Second
   ========================================================================== */
.parent-gallery {
  column-count: 5;
  column-gap: 1em;
  margin-top:0;
  padding-top:0;
}
.parent-gallery img {
	background-color: #eee;
	display: inline-block;
	margin: 0 0 1em;
	width: 100%;
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
}
.parent-gallery img:hover {
	-webkit-filter: brightness(99%);
	filter: brightness(99%);
}

@media only screen and (min-width: 1024px) {
  .parent-gallery {
    column-count: 5;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .parent-gallery {
    column-count: 3;
  }
}
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .parent-gallery {
    column-count: 2;
  }
}
@media only screen and (max-width: 539px) and (min-width: 280px) {
  .parent-gallery {
    column-count: 1;
  }
}

/* Gallery Zoom */
.chocolat-parent {
	margin: 10px 0 40px 0;
}
.chocolat-zoomable.chocolat-zoomed {
	cursor : zoom-out;
}
.chocolat-open {
	overflow: hidden;
}
.chocolat-overlay {
	height:100%; 
	width:100%; 
	position:fixed; 
	left:0; 
	top:0; 
	z-index:10000; 
	display: none;
}
.chocolat-wrapper {
	height:100%; 
	width:100%; 
	position:fixed; 
	display: none; 
	left:0; 
	top:0; 
	z-index:16000;
}
.chocolat-zoomable .chocolat-img {
	cursor : zoom-in;
}
.chocolat-loader {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}
.chocolat-loader, .chocolat-loader:before, .chocolat-loader:after {
	position: absolute; 
	border: 3px solid transparent; 
	border-top: 3px solid hsl(15, 25%, 85%); 
	border-radius: 50%;  
	animation: rotate linear infinite; 
	content: '';
}
.chocolat-loader {
	height: 100px; 
	width: 100px; 
	animation-duration: 1.05s;
	}
.chocolat-loader:before {
	height: 75px; 
	width: 75px; 
	top: 10px; 
	left: 10px;
	animation-duration: 10s;
	}
.chocolat-loader:after {
	height: 50px; 
	width: 50px; 
	top: 22px; 
	left: 22px; 
	animation-duration: 4s;
	}
@keyframes rotate {
	from {
		transform: rotateZ(360deg);
	} 
	to {
		transform: rotateZ(0deg);
	}
}
.chocolat-content {
	position:fixed; 
	width:0px; 
	height:0px; 
	left:50%; 
	top:50%; 
	z-index:14000; 
	text-align: left;
	}
.chocolat-content .chocolat-img {
	position:absolute; 
	width:100%;
}
.chocolat-wrapper .chocolat-left {
	position:absolute; 
	left:0; 
	width:50px; 
	height:100px; 
	top: 50%; 
	margin-top: -50px; 
	cursor:pointer; 
	z-index: 17000; 
	display: none;
}
.chocolat-wrapper .chocolat-right {
	position:absolute; 
	right:0; 
	width:50px; 
	height:100px; 
	top: 50%; 
	margin-top: -50px; 
	cursor:pointer; 
	z-index: 17000; 
	display: none;
}
.chocolat-wrapper .chocolat-right.active {
	display: block;
}
.chocolat-wrapper .chocolat-left.active {
	display: block;
}
.chocolat-wrapper .chocolat-top {
	position:absolute; 
	top:0px; 
	right: 0; 
	left: 0; 
	line-height:50px; 
	height:50px; 
	overflow: hidden; 
	z-index: 17000; 
	margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
	width:50px; 
	height:50px; 
	cursor:pointer; 
	position: absolute; 
	top: 0; 
	right: 0;
}
.chocolat-wrapper .chocolat-bottom {
	position:absolute;
	bottom:0; 
	left: 0; 
	right: 0; 
	line-height:40px; 
	height:40px; 
	font-size:12px; 
	text-align: right; 
	margin-top: 10px; 
	z-index: 17000; 
	padding-left: 15px; 
	padding-right: 15px;
}
.chocolat-wrapper .chocolat-set-title {
	display: inline-block; 
	padding-right: 15px; 
	line-height: 1;
}
.chocolat-wrapper .chocolat-pagination {
	float: right; 
	display: inline-block; 
	padding-left: 15px; 
	padding-right: 15px; 
	margin-right: 15px;
}
.chocolat-wrapper .chocolat-fullscreen {
	width: 24px; 
	height: 40px; 
	display: block; 
	margin:auto; 
	cursor: pointer;
	float: right;
}
.chocolat-wrapper .chocolat-description {
	display: inline-block; float: left;
}
body.chocolat-open>.chocolat-overlay {
	z-index:15000;
}
body.chocolat-open>.chocolat-loader {
	z-index:15000;
}
body.chocolat-open>.chocolat-content {
	z-index:17000;
}
.chocolat-in-container .chocolat-wrapper, .chocolat-in-container .chocolat-content, .chocolat-in-container .chocolat-overlay {
	position: absolute;
}
.chocolat-in-container {
	position: relative;
}
.chocolat-image {
	border:0;
	outline:none;
	background-size:cover;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
}
.chocolat-image .chocolat-image-label {
	width:100%;
	height:100%;
	padding:30px;
	position:absolute;
	left:0;
	bottom:0;
	background:rgba(255,255,255,0.75);
	visibility:hidden;
	font-weight:400;
}
.chocolat-image .chocolat-image-label span {
	text-decoration:none;
	color:#333;
}
.chocolat-image:hover .chocolat-image-label {
	visibility:visible;
}
.chocolat-overlay {
	background-color:rgba(0,0,0,0.8);
}
.chocolat-wrapper {
	color: rgb(255,255,255);
}
.chocolat-wrapper .chocolat-left {
	background-image: url(../img/sprite.svg);
	background-repeat: no-repeat;
	background-size: auto 48px;
	background-position: 0px 24px;
}
.chocolat-wrapper .chocolat-right {
	background-image: url(../img/sprite.svg);
	background-repeat: no-repeat;
	background-size: auto 48px;
	background-position: -75px 24px;
}
.chocolat-wrapper .chocolat-close {
	background-image: url(../img/sprite.svg);
	background-repeat: no-repeat;
	background-size: auto 48px;
	background-position: -110px 0px;
}
.chocolat-wrapper .chocolat-fullscreen {
	background-image: url(../img/sprite.svg);
	background-repeat: no-repeat;
	background-size: auto 48px;
	background-position: -160px -4px;
}
.chocolat-wrapper .chocolat-bottom {
	background: rgba(0, 0, 0, 0.2);
}
.chocolat-wrapper .chocolat-set-title {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}