<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
  margin:0 auto;
  text-align:center;
	top: 0;
	left: 0;
	z-index: 5002;
}

.fancybox-outer {
	margin: 0 0px;
	background: none;
	color: #333;
	text-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
  background:none;

}

.fancybox-opened {
	z-index: 5003;	
}

.fancybox-opened .fancybox-outer {
/*
	-webkit-box-shadow: 0 10px 25px rgba(158, 134, 109, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(158, 134, 109, 0.5);
	        box-shadow: 0 10px 25px rgba(158, 134, 109, 0.5);
*/
}

.fancybox-inner {
	width: 100%;
	height: 100%;
  background:#fff;
	margin: 0px;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #ccc;
  font-size:1.8em;
    /*font: 14px/20px "Arial CE",Arial,Helvetica,sans-serif;*/
    margin: 0;
    padding: 1em;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	width: 64px;
	height: 64px;
	background:#fff url('../imgs/fancybox_loading.gif');
  border-radius:50%;
	opacity: 0.9;
	cursor: pointer;
	z-index: 5010;
}

.fancybox-close {
	background:url('../imgs/close.png') center center no-repeat;
  border-radius:50%;
}

.fancybox-close {
  position: fixed;
	top: 0.5em;
	right: 0.5em;
	width: 2em;
	height: 2em;
	cursor: pointer;
	z-index: 5004;
}

.fancybox-prev, .fancybox-next {
	position: fixed;
	top: 0;
	width: 60px;
	height: 100%;
	cursor: pointer;
	z-index: 5003;
}

.fancybox-prev {
	left: 0px; 
  /*background:linear-gradient(to right, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);*/
}

.fancybox-next {
	right: 0px; 
  /*background:linear-gradient(to left, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);*/
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	width: 4em;
	height: 4em;
	margin-top: -2em;
	cursor: pointer;
	z-index: 5003;
}

.fancybox-prev span {
	background:url('../imgs/left.png') center center no-repeat;
  left:0em;
}

.fancybox-next span {
	background:url('../imgs/right.png') center center no-repeat;
  left:auto;
  right:0em;
}

.fancybox-prev:hover, .fancybox-next:hover {
/*	visibility: visible;*/
}

.fancybox-prev:hover span {
/*	left: 20px;*/
}

.fancybox-next:hover span {
/*	left: auto;
	right: 20px;*/
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 5001;
	background: #fff;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	/*font: normal 12px/20px "Arial CE",Arial,Helvetica,sans-serif;*/
	position: relative;
	text-shadow: none;
	z-index: 5005;
}
 
.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 5003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
	text-shadow: 0 1px 2px #222;
	color: #d9cfc3;
  font-weight:normal;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #d9cfc3;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #d9cfc3;
	padding: 5px;
	background: #2f2f2f;
	background: rgba(0, 0, 0, .8);
}


.fancybox-overlay-fixed {
	position:fixed;
	width:100% !important;
	height:100% !important;
	top:0;left:0;
	z-index:5001;
	background:rgba(245,245,245,0.92);
}
</pre></body></html>