
.hw-lightbox {
	top: 0;
	z-index: 9999999;
	position: fixed;
	background-color: rgba(0, 0, 0, .75);
	margin: 0!important;
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
	color: #fff
}
.hw-lightbox-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: flex;
}
.hw-lightbox-targetimg {
	max-width: 900px;
	max-height: 500px;
	height: auto;
	margin:auto;
	display: block;
	line-height: 0
}
.hw-lightbox i {
	pointer-events: all;
	z-index:99999999;
	font-style: normal;
	position: absolute;
	cursor: pointer
}
.hw-lightbox i::before{
	font-family: 'fontsite';
	font-style:normal;
	text-shadow: 0 0 10px #000;
}
.hw-lightbox i:hover {
	cursor: pointer;
	opacity:0.5;
}
.hw-lightbox-close{
	top: 20px;
	font-size: 40px;
	right: 20px;
}
.hw-lightbox-close::before {
	content: "\F005";
}
.hw-lightbox-prevbig,.hw-lightbox-nextbig{
	font-size:80px;
	top: calc(50% - 40px);
	left: auto;
}
.hw-lightbox-nextbig {
	right: 20px
}
.hw-lightbox-prevbig {
	left: 20px
}
.hw-lightbox-prevbig::before {
	content: "\F023";
}
.hw-lightbox-nextbig::before {
	content: "\F024";
}
.hw-lightbox-targetimg {
	z-index: 1;
	cursor: pointer;
	position: relative
}
.hw-lightbox-loading{
	left: calc(50% - 12.5px);
	top: calc(50% - 12.5px);
	z-index: 9999999;
	height: 60px;
	width: 60px;
	position: fixed;
}
.hw-lightbox-loading::before {
	content: "\F045";
	caption-side:#fffff !important;
	font-family: 'fontsite';
	font-size:60px;
	animation: hexwp_rotate 1.4s infinite linear;
	float: left;
}
.hw-lightbox h3 {
	line-height: calc(1em + 8px);
	position: absolute;
	width: 100%;
	color:#ffffff;
	font-size: 30px;
	text-shadow:0 0 10px #000;
	bottom: 60px;
	z-index:999999999;
	margin-bottom: 20px;
	z-index: 99;
}
.hw-lightbox span {
	line-height: calc(1em + 8px);
	position: absolute;
	width: 100%;
	color: rgb(255, 255, 255);
	font-size: 30px;
	bottom: 20px;
	text-shadow:0 0 10px #000;
	width: 100%;
	z-index:999999999;
	text-align: center;
	left: 0;
}
.hw-lightbox-outer{
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	left:0px;
	top:0px;
	z-index:1;
}
@media (max-width: 900px) {
	.hw-lightbox-targetimg {
		max-width: 90%;
		max-height: 50%;
	}
}
