@charset "utf-8";
/* CSS Document */


.gallery-box {
	padding: 0 0.9375rem;
}


#content_wrap .gallery-img a img {
	border: none !important;
}

.gallery-img .img-subtext {
	font-size: 0.9rem;
}


.sl-overlay {
	background: #d9f0a5;
	opacity: 1;
}



.sl-wrapper .sl-image .sl-caption {
	color: #000;
	background: rgba(217, 240, 165, 0.7);
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

@media only screen and (min-width: 90.063em) {
	.sl-wrapper .sl-image .sl-caption {
	background: #d9f0a5;
	position: relative;
	}
}

/* width-icons-desktop */

@media only screen and (min-width: 90.063em) {
	.logoBox {
		width: 180px;
	}
}



/* hide-image-caption */
/*
.sl-caption {
	display: none !important;
}
*/

/* hide-navigation-right-left */
/*
.sl-navigation {
	display: none !important;
}
*/



/* workaround malfunction lightbox */

body > .sl-wrapper {
	display: none;
}

body > .sl-wrapper ~ .sl-wrapper {
	display: block;
}


body > .sl-overlay {
	display: none!important;
}

body > .sl-overlay ~ .sl-overlay {
	display: block!important;
}


.sl-image > .sl-caption ~ .sl-caption {
	display: none!important;
}



