.gallerybox-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: RGBA(0, 0, 0, 0.7);
	z-index: 99998;
}

.gallerybox {
	display: none;
	position: fixed;
	background: #fff;
	z-index: 99999;
	padding: 10px;
	width: 90%;
	height: 80%;
	top: 10%;
	left: 5%;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.6);
	overflow-y: auto;
}

.gallerybox .close-box {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background-image: url('../img/close-box.png');
	right: -16px;
	top: -16px;
	cursor: pointer;
}

.pshowgallery-image-box {
	padding: 0;
	float: left;
}

.gallerybox .pshowgallery-image-box img {
	width: 100%;
	height: auto;
}

.gallerybox .pshowgallery-image-description {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px;
	background: rgba(0, 0, 0, 0.7);
}

.gallerybox .info-box {
	overflow: auto;
}

.gallerybox .informations {
	display: inline-block;
	width: 100%;
}
.gallerybox .informations .description {
	font-size: 16px;
	margin-bottom: 20px;
}

.gallerybox .thumbnails [class*="col-"] {
	padding-left: 0;
	padding-right: 20px;
}

.gallerybox .thumbnails .thumbnail {
	display: block;
	margin-bottom: 10px;
}
.gallerybox .thumbnails .thumbnails-list {
	float: left;
}

.gallerybox .thumbnails .thumbnail:hover {
	cursor: pointer;
}
.gallerybox .thumbnails .thumbnail.active{
	border-color: #000;
}

.gallerybox .gallerybox-scroll {
	overflow-x: hidden;
	overflow-y: auto;
}
@media(max-width: 768px) {
	.gallerybox .gallerybox-scroll {
		height: auto !important;
	}
}