<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">             /* Navigation Gallery */
.holder {
         margin-bottom: 8px !important;
    margin-left: 27px !important;
}
.holder.bottom {
	display: none!important;
}


#Gallery {
  clear: both !important;
  margin: 0 auto !important;
  width: 943px !important;
}

.holder a, .holder a.jp-current, .holder a.jp-current:hover, .holder a.jp-disabled, .holder a.jp-disabled:hover, .holder a.jp-previous {
	float: left!important;
	border: 0!important;
	display: inline-block !important;	
	width: 27px!important;
	line-height: 27px!important;
	height: 27px!important;
	font-weight: normal;
	font-family: Arial!important;
	font-size: 14px!important;
}

.holder a {
	color: #FFF!important;
	background: #111!important;
	text-decoration: none !important;
}

.holder a.jp-current,
.holder a:hover:not(.jp-disabled) {
	color: #FFF!important;
	background:#003060 !important;
	text-decoration: none !important;
}

.holder a.jp-disabled, .holder a.jp-disabled:hover {
	color: #fff !important;
	text-decoration: none !important;
}

/* Breadcrumbs */

.breadcrumb {
	position: relative;
	float: right;
	background: #111;
	border: none;
	height: 27px;
	line-height: 27px;
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
	padding: 0 10px;
}

.breadcrumb a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: color 0.6s;
    transition: color 0.6s;
}

.breadcrumb a:hover {
	color: #FE4445 !important;	
	text-decoration: none !important;	
}

/* Thumbs */

.highslide-gallery {
	position: relative;
	text-align: center;
	margin: 0;
	display: block;
}

.highslide-gallery .highslideContainer {
	float: left;
	position: relative;
}

.highslide-gallery .highslideContainer a.highslide img {
	border: 0;
	display:block;
	cursor: pointer !important;	
	-webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.highslide-gallery .highslideContainer a.highslide {
	background: #000;
}

.highslide-gallery .highslideContainer a.highslide:hover img {
	opacity: 0.2;
	-ms-transform: rotate(7deg) scale(1.2);
    -webkit-transform: rotate(7deg) scale(1.2);
    transform: rotate(7deg) scale(1.2);
}

a.highslide {
	display: block;
	overflow: hidden;
}

a.highslide::after {
	content: "+";
	position: absolute;
	top: 50%;
	margin-top:-23px;
	left: 50%;
	margin-left: -23px;
	width: 46px;
	height: 46px;	
	border: 2px solid #CCC;
	box-sizing: border-box;
	color: #CCC;
	font-family: Arial;
	line-height: 42px;
	font-size:24px;
	border-radius: 50%;
	-ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a.highslide:hover::after {
	-ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* Pop Up */

.highslide-container .highslide-caption{
	font-size:14px;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	background: #111;
}

.highslide-container .highslide-caption strong{
	font-size:24px;
	line-height:30px;
	font-weight: bold;
}

.highslide-container .highslide-dimming{
	background: rgba(35,31,32,.8);
	opacity: 1 !important;
}

.highslide-wrapper, .highslide-outline,
.highslide-container table, .highslide-container td{
	background: none !important;
}

.highslide-container img.highslide-image,
.highslide-container .highslide-image{
	border: 0px !important;
	box-shadow: 0px 0px 20px #000;
}

/* Sub Galleries */

.highslide-gallery .highslideContainer.subgallery a.highslide:hover {
	background: #000;
}

.highslide-gallery .highslideContainer.subgallery a.highslide:hover img {
	opacity: 0.1;
}

.subgallery .folderBackground span {
	padding: 10px;
	font-family: Arial;
	font-size: 16px;
}

.highslide-gallery .highslideContainer.subgallery a.highslide span {
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.highslide-gallery .highslideContainer.subgallery a.highslide:hover span {
	background: none;
	-ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
	-webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

.highslide-gallery .highslideContainer.subgallery a.highslide::after {
	display: none;
}
        
        
        
        
        
        
        
        
        
        
        
        
        
        </pre></body></html>