<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#gallery_overview {
	background: url("../../img/background_gallery.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
}

#images {
	width:768px;
	height:480px;
	background:url(loading.gif) no-repeat 50% 50%;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows2.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-controlNav2 {
	position:absolute;
	left:260px;
	top:42px;
}
.nivo-controlNav2 a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav2 a.active {
	background-position:0 -22px;
}
.nivo-controlNav-wrapper {
	position: relative;
	left: 778px;
	width: 90px;
	overflow: auto;
	height: 480px;
}
.nivo-controlNav {
	width: 190px;
}
.nivo-controlNav a {
	display: block;
	width: 80px;
	height: 40px;
	margin-bottom: 10px;
}
.nivo-controlNav:last-child a {
	margin-bottom: 0;
}

#gallery_overview ul {
	margin: 0 30px;
	list-style: none;
	padding: 0;

}
#gallery_overview li {
	margin: 0 30px 20px 30px;
	background: #b8bebf;
	color: white;
	padding: 5px;
	line-height: 40px;
	width: 40%;
	float: left;
}
#gallery_overview &gt; .row &gt; div{
	margin: 0 30px 20px 30px;
	background: #b8bebf;
	color: white;
	padding: 5px;
	line-height: 40px;
}
#gallery_overview li span {
	vertical-align: top;
}
#gallery_overview img {
	border: 0;
}
#gallery_overview a {
	color: inherit;
	font-family: sans-serif;
	text-decoration: none;
	display: block;
	height: 40px;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
/* Extra small to small */
@media (max-width: 991px) {
	#gallery_overview{
		background:none;
		background-size: cover;
	}
	#gallery_overview &gt; .row &gt; div{
		margin: 0 30px 20px 15px;
	}
}
/* Extra small to small */
@media (min-width: 992px) {
	#gallery_overview{
		height:400px;
	}
	#gallery_overview &gt; .row {
		margin: 0 30px;
		list-style: none;
		padding: 0;
	}
}

@media (min-width:768px){
	#gallery_overview &gt; .row &gt; div{
		width: 40%;
	}
}
/* Extra Small only */
@media (max-width:767px){
	#gallery_overview &gt; .row &gt; div{
		margin: 0 15px 20px 15px;
	}
}</pre></body></html>