<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#gal_body {
	position: relative;
}

#galbreadcrumb {
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 37px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px;
    text-align: center;
    width: auto;
    position: static;
    right: 0;
    width: auto;
    height: auto;
}

#galbreadcrumb a {
	font-weight: normal;
}

#galbreadcrumb a:hover {
	text-decoration: none;
}

.galcrumbsep {
	padding: 0 3px;
}

#galpics ul, #galpics ol{
	padding:0px;
	list-style: none;
}

#categories, #galpics{
	padding: 0;
	margin: 0 0 15px;
	border: none;
}

/*#subcategories{
	color:#FFF;
	font-size:16px;
	text-align:center;
	width:125px;
	height:23px;
	margin: 0  0 0 16px;
	padding: 2px 0 0 0px;
	background-color:#0A9A2F;
	border:1px solid #E8E8E8;
	border-bottom:none;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radiust:5px;
}

#galpicstxt{
	color:#FFF;
	font-size:16px;
	width:85px;
	height:23px;
	padding: 2px 0 0 0;
	margin: 0 0 0 16px;
	background-color:#0A9A2F;
	border:1px solid #E8E8E8;
	border-bottom:none;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radiust:5px;
	text-align:center;
}*/

#galpicstxt {
	display: none;	
}

.category{
	float:left;
	margin: 0;
	height: auto;
}

.catname, .picname{
	font-size: 0.85em;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    background: none;
    border: none;
    color: #333;
    line-height: 1.8em;
    min-height: 25px;
}
.catname a, .picname a{
	color:#333;
	font-weight:normal;
}
.catpic {
	text-align: center;
	height: auto;
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.catpic img {
	width: 100%;
	height: auto;
	border: none;
}

a.galinfo {
	text-decoration:none;
	font-family: arial;
}

a.galinfo img {
	vertical-align:middle;
}

a.galinfo_right {
	margin: 0 0 0 16px;
}


.catdate, .catviews, .catpics, .picdate, .picviews, .picpics, .piccarddl, .photographer {
	background-color: #ccc;
    color: #000;
    font-size: 0.85em;
    height: auto;
    margin: 0 0 1px;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.catdate a, .catviews a, .catpics a, .picdate a, .picviews a, .picpics a, .piccarddl a, .photographer a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

.pagination {
	border-radius: 4px;
	-webkit-border-radius: 4px;
    margin: 20px 10px;
    padding: 10px;
    padding-left: 0;
    border: 1px solid #ccc;
    display: block;
    width: auto;
    text-align: center;
    min-height: 42px;
}

/*.pagination a.qp_next {
	padding-right: 5px;
}

.pagination a.qp_prev {
	padding-left: 5px;
}*/

.pagination a, .pagination a:link {
	color: #333;
    font-weight: normal;
}

#highslideGal li a.bsImg, .catpic a {
    display: block;
    height: auto !important;
}

#highslideGal li a.bsImg img {
    height: auto;
    width: 100%;
}

.gallery_icon_bt {
	font-size: 1.2em;
	vertical-align: middle;
	padding-right: 3px;
}

a.galinfo_right {
	margin: 0;
	padding-left: 4px;
}

.gallery_icon_download {
	margin-left: 4px;
}

.gallery_text_postcard, .gallery_text_download {
	display: inline-block;
}

a.galinfo {
	vertical-align: middle;
	font-size: 0.9em;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.blueimp-gallery &gt; .indicator &gt; li {
	
}

ul.bt_gallery li, #gal_body #categories .category {
	padding-bottom: 30px;
	min-height: none;
	padding-left: 15px !important;
	background-image: none !important;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#gal_body #categories .category:nth-child(4n+5)/*, ul.bt_gallery li:nth-child(4n+5)*/ {
		clear: both;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	#gal_body #categories .category:nth-child(3n+4)/*, ul.bt_gallery li:nth-child(3n+4)*/ {
		clear: both;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	#gal_body #categories .category:nth-child(2n+3)/*, ul.bt_gallery li:nth-child(2n+3)*/ {
		clear: both;
	}
}

@media (max-width: 767px) {
	a.galinfo {
		font-size: 1.1em;
	}
	
	.pagination {
		padding: 0px;
		margin: 0px;
	}
	ul.bt_gallery li, #gal_body #categories .category {
		padding: 15px 7px 0px !important;
	}
	
}

@media (max-width: 767px) and (orientation: landscape) {
	ul.bt_gallery li, .category {
		width: 50%;
	}
}</pre></body></html>