<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
===================== ===================== ===================== =====================
	STUDIO X PHOTO SLIDER
===================== ===================== ===================== =====================
	0. SLIDER WRAPPER AND GENERAL STYLES
===================== ===================== ===================== ===================== 
*/
#sx_SliderWrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#sx_SliderBG {
	position: relative;
	clear: both;
/*	margin: 0 0 80px 0; vv */
margin: 0 0 45px 0;
	padding: 0;
	width: 100%;
	background: #fff;
}

#sx_SliderBG a {
	text-decoration: none
}

#sx_SliderBG ul,
#sx_SliderBG li {
	/* Styles for All ULs and LIs in the Slider */
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 100%;
}

/*	===================== ===================== ===================== ===================== 	
	1. THE SLIDER IMAGES
	===================== ===================== ===================== ===================== */
#sx_PhotosBG {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	overflow: visible;
	background: url('../../imgPG/load.gif') no-repeat center;
}

#sx_PhotosBG ul,
#sx_PhotosBG li {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#sx_PhotosBG li {
	background-size: contain;
	/* contain, cover*/
	background-repeat: no-repeat;
	background-position: top center;
	display: none;

}

/*	===================== ===================== ===================== ===================== 
	2. THE IMAGE NOTE - CONTAINS h1, h2 (h3) AND a - FIXED POSITION, NOT CHANGED BY jQUERY
	===================== ===================== ===================== ===================== */
#sx_PhotosBG li div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	padding: 10px 40px;
	background: #fff;
	text-align: center;
	vertical-align: top;
	border: 0;
	opacity: 1;
	border: 0;
}

#sx_PhotosBG li div:hover {
	opacity: 1;
}

#sx_PhotosBG li div.empty {
	display: none !important
}

#sx_PhotosBG li a,
#sx_PhotosBG li h1,
#sx_PhotosBG li h2 {
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 10px 0;
}
/*
#sx_PhotosBG li a {
	color: inherit;
}

#sx_PhotosBG li a:hover {
	color: inherit;
}
*/
#sx_PhotosBG li h2 {
	margin: 0;
	font-size: 1em;
}

/*	===================== ===================== ===================== ===================== 
    3. PREVIOUS and NEXT SLIDE - FIXED POSITION, NOT CHANGED BY jQUERY
	===================== ===================== ===================== ===================== */
#sx_Previous,
#sx_Next {
	position: absolute;
	display: none;
	top: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity: 0.6;
	z-index: 400;
	font-size: 6em;
	color: #fff;
}

#sx_Previous {
	left: 10px;
}

#sx_Next {
	right: 10px;
}

#sx_Previous:before {
	content: '\2039';
	text-shadow: 5px 5px 8px #111;
}

#sx_Next:before {
	content: '\203A';
	text-shadow: -5px 5px 8px #111;
}

#sx_Previous:hover,
#sx_Next:hover {
	opacity: 1;
}

/*	===================== ===================== ===================== ===================== 
	3. THE PLAYER - Is placed outside #sx_PhotosBG
	TO START AND STOP THE SLIDER - FIXED POSITION, NOT CHANGED BY jQUERY
    Stop: /25A3/, Play: 25A1/25B8 
===================== ===================== ===================== ===================== */
#sx_PlayBG {
	position: absolute;
	right: 0;
	bottom: -36px;
	height: 32px;
	width: 32px;
	border: 1px solid #999;
	background-color: #eee;
	color: #999;
	z-index: 200;
	cursor: pointer;
	font-size: 24px;
	text-align: center;
	line-height: 100%;
	border-radius: 3px;
}

.sx_SliderStop:before {
	content: "\25A0";
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
}

.sx_SliderStart:before {
	content: "\25B6";
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
}

/*	===================== ===================== ===================== ===================== 
	5. SHOW/HIDE NOTES - Is placed outside #sx_PhotosBG
	- FIXED POSITION, NOT CHANGED BY jQUERY
	===================== ===================== ===================== ===================== */
#sx_ToggleNotes {
	position: absolute;
	left: 0;
	bottom: -36px;
	width: 32px;
	height: 32px;
	background: #999;
	cursor: pointer;
	opacity: 0.4;
	border-radius: 50%;
	font-family: "times new roman";
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	padding-top: 0;
	color: #000;
	z-index: 400;
}

#sx_ToggleNotes:hover {
	opacity: 1;
	color: #fff;
}

/*	===================== ===================== ===================== ===================== 
	6. THUMPS - SLIDER NAVIGATION - Initial css values are adjused to the Place of Thumps by jQuery 
	===================== ===================== ===================== ===================== */
#sx_ThumpsBG {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	opacity: 1;
	text-align: center;
	vertical-align: bottom;
	padding: 0;
	z-index: 100;
}

#sx_ThumpsBG:hover {
	opacity: 1;
}

/* The display of UL/LI is set by javascript: if Right: block, if Bottom: table/table-cell
===================================================== */
#sx_ThumpsBG ul {
	display: none;
	margin: auto auto 0 auto;
	padding: 0;
	padding: 0;
	list-style: none;
	border-collapse: separate;
	border-spacing: 4px;
}

#sx_ThumpsBG ul li {
	vertical-align: middle;
	cursor: pointer;
}

/* Images
*/
#sx_Images li {
	position: relative;
	background-size: cover;
	/* contain, cover*/
	background-repeat: no-repeat;
	background-position: top center;
	border: 1px solid #fff;
	margin: 1px;
	width: 125px;
	/*Obs! Default value = 100px */
	height: 50px;
	/*Obs! Defautl value is counted by the image ration */
}

#sx_Images li.selected {
	border: 1px solid #fff;
	color: #fff;
}
#sx_Images li.selected::before {
	position: absolute;
	left: 0;
	top: 30%;
	content: "\25B6";
}

/* Numbers and shapes
*/
#sx_Numbers li {
	font-family: verdana, arial;
	font-size: 1em;
	line-height: 120%;
	cursor: pointer;
	background-color: #999;
	background-image: linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0));
	color: #999;
	border: 1px solid #00000090;
	margin: 4px 0 0 0;
	padding: 3px;
	width: 40px;
	height: 40px;
	border-radius: 0;
}

#sx_Numbers li.selected {
	color: #def;
	background-color: #999;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.96));
}

#sx_Numbers li span {
	display: none;
}

@media only screen and (max-width: 768px) {
	#sx_PhotosBG ul li {
		background-size: contain !important;
	}

	#sx_PhotosBG li div {
		opacity: 1 !important;
		padding: 0 5px;
	}

	#sx_PhotosBG li h1 {
		font-size: 0.9em;
	}

	#sx_PhotosBG li h2 {
		display: none;
	}

	#sx_Previous,
	#sx_Next {
		display: block !important;
	}
}</pre></body></html>