.gallery-group .img-wrap
{	cursor: zoom-in;
}
.gallery-group .img-wrap:hover
{	opacity: 0.8;
}

/*  |bvAbv  */
.gallery-popup-wrap
{
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 105;
	display: none;
	color: #FFF;
	box-sizing: border-box;
}

.gallery-popup-wrap .gallery-inline-centering
{
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	max-width: 760px;
	padding: 0 40px;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gallery-popup-wrap .prev,
.gallery-popup-wrap .next,
.gallery-popup-wrap .close
{
	display: block;
	position: absolute;
	cursor: pointer;
}
.gallery-popup-wrap .close
{
	top: 0;
	right: 40px;
}
.gallery-popup-wrap .next,
.gallery-popup-wrap .prev
{	width: 40px;
	height: 80px;
	font-size: 30px;
	line-height: 80px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery-popup-wrap .next
{	right: 0;
}
.gallery-popup-wrap .prev
{	left: 0;
}

/* ------------------------------------------ */
@media screen and (max-width: 800px) 
{}

