/*! AvantSite | © WNZ */

.gallery-box {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 10;
}

.gallery-box > * {
	z-index: 13;
}

.gallery-image img {
	position: fixed;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

.gallery-image-p {
	z-index: 11;
}

.gallery-image-c {
	display: none;
	z-index: 12;
}

.gallery-image-n {
	opacity: 0;
}

.gallery-prev,
.gallery-close,
.gallery-next {
	position: absolute;
	width: 100px;
	background: url(gallery-sprite.png?v=4.38.0) no-repeat 0 center;
	background-size: 300px auto;
	opacity: .3;
	transition: background-color .15s ease-out 0s, opacity .15s ease-out 0s;
	cursor: pointer;
}

.gallery-prev:hover,
.gallery-close:hover,
.gallery-next:hover {
	opacity: .9;
}

.gallery-prev,
.gallery-next {
	top: 100px;
	bottom: 100px;
}

.gallery-prev {
	left: 0;
}

.gallery-close {
	right: 0;
	height: 100px;
	background-position: -100px center;
	opacity: .6;
}

.gallery-next {
	right: 0;
	background-position: -200px center;
}

.gallery-counter {
	position: fixed;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	padding: 6px 8px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .1);
	font-size: 20px;
	color: #FFFFFF;
	opacity: .5;
}
