/* jAlbum 26.2 with Saturn 77, Custom style, album creation date 3/16/22, 11:33 AM */
html {
	height: 100%;
	background-color: #003657;
}
body {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #ffff00;
	text-align: center;
	margin: 0px 0px 10px;
}
body a {
	color: #ffff00;
}
body a:hover {
	color: #ffff00;
}
a, audio, video {
	outline: none;
}
audio {
	height: 32px;
}
img, iframe {
	outline: none;
	border: none;
}
img {
	user-select: none;
	-webkit-user-select: none; /* Safari */
}
#sa-themebox, #sa-themebanner, .sa-thumbimg img, .sa-ipimage img {
	animation: fadein 500ms;
}
.sa-slidetitle, .sa-slidecomment, .sa-slidectr {
	animation: fadein 2000ms;
}
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
#sa-nothemebox {
	max-width: 1313px;
	margin: 0px auto;
}
#sa-nothemebox > div {
	margin: 0px 20px;
}
#sa-nothemebox > div > div {
	margin: 0px auto;
	padding: 10px;
	position: relative;
}
.sa-pagetitle {
	color: #ffff00;
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-shadow: none;
	padding-bottom: 3px;
}
.sa-pagetitle a {
	color: #ffff00;
	text-decoration: underline;
}
.sa-pagetitle a:hover {
	color: #ffff00;
}
.sa-pagedescription {
	color: #ffff00;
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-shadow: none;
}
.sa-pagedescription a {
	color: #ffff00;
	text-decoration: underline;
}
.sa-pagedescription a:hover {
	color: #ffff00;
}
#sa-navleft {
	width: 96px;
	height: 28px;
	text-align: left;
	float: left;
	font-size: 0px;
}
#sa-navleft img {
	width: 28px;
	margin-right: 20px;
	cursor: pointer;
}
#sa-navright {
	position: relative;
	width: 96px;
	height: 28px;
	text-align: right;
	float: right;
	font-size: 0px;
}
#sa-navright img {
	width: 28px;
	margin-left: 20px;
	cursor: pointer;
}
.sa-infotxt {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	text-align: center;
	margin: 0px auto 15px;
	max-width: 937px;
	padding: 0px 10px;
}
.sa-infotxt a {
	text-decoration: underline;
}
.sa-infotxtbottom {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	text-align: center;
	margin: 0px auto 10px;
	max-width: 937px;
	padding: 0px 10px;
}
.sa-infotxtbottom a {
	text-decoration: underline;
}
#sa-fthumbs, #sa-thumbs {
	max-width: 1250px;
	margin: 0px auto 10px;
	padding: 15px 61px 0px;
	font-size: 0px; /* Hack to collapse whitespace between boxes */
}
#sa-fthumbs img, #sa-thumbs img {
	max-width: 100%;
	height: auto;
}
#sa-thumbs > div {
	text-align: center;
	margin: 1.0px;
	max-width: 184px;
	vertical-align: top;
	display: inline-block;
}
#sa-thumbs > div > div:first-of-type {
	display: table-cell;
	vertical-align: middle;
	width: 184px;
}
.sa-ovrel {
	position: relative;
	display: inline-block;
}
.sa-thumbimg img, .sa-thumbicon {
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffff00;
	padding: 1px;
	box-shadow: 10px 10px 10px rgb(0 0 0 / 0.4);
}
.sa-thumbimg img:hover, .sa-thumbicon:hover {
	border-color: #23fc00;
}
.sa-videooverlay img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -54px !important;
	margin-left: -54px !important;
	width: 107px;
	border: none !important;
	border-radius: 0px;
	box-shadow: none !important;
	background-color: transparent;
}
.sa-fthumbcaption, .sa-thumbcaption {
	color: #ffff00;
	overflow-wrap: break-word;
	padding: 0px 5px 10px;
}
.sa-imagetitle {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
}
.sa-imagetitle a {
	color: #ffff00;
	text-decoration: underline;
}
.sa-imagetitle a:hover {
	color: #ffff00;
}
.sa-imagecomment {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
}
.sa-imagecomment a {
	color: #ffff00;
	text-decoration: underline;
}
.sa-imagecomment a:hover {
	color: #ffff00;
}
@media (max-width: 500px), (max-height: 500px) {
	.sa-imagetitle, .sa-imagecomment {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
#sa-pagetop {
	background-color: #003657;
	position: fixed;
	bottom: 40px;
	left: 10px;
	opacity: 1.0;
	display: none;
}
#sa-pagetop img {
	width: 32px;
	padding: 10px 5px 5px;
}
#sa-pagetop:hover {
	cursor: pointer;
}
.sa-footer, .sa-footernoicon {
	padding: 5px 10px 5px;
	text-align: center;
	background-color: #003657;
	border-radius: 3px;
}
.sa-footer {
	min-height: 24px;
}
.sa-slidenavleft {
	height: 24px;
	float: left;
	font-size: 0px;
}
.sa-slidenavleft img {
	width: 24px;
	margin-right: 20px;
	cursor: pointer;
}
.sa-slidenavright {
	height: 24px;
	float: right;
	font-size: 0px;
	text-align: right;
}
.sa-slidenavright img {
	width: 24px;
	margin-left: 20px;
	cursor: pointer;
}
.sa-snav1 {
	width: 44px;
}
.sa-snav2 {
	width: 88px;
}
.sa-snav3 {
	width: 132px;
}
.sa-snav4 {
	width: 176px;
}
.sa-globe {
	float: left;
	width: 24px;
}
.sa-downloadlink {
	float: left;
	width: 24px;
}
.sa-slidetitle {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #ffff00;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 3px;
	text-shadow: none;
	user-select: text;
	-webkit-user-select: text; /* Safari */
}
.sa-slidetitle a {
	color: #ffff00;
	text-decoration: underline;
}
.sa-slidetitle a:hover {
	color: #ffff00;
}
.sa-bodyopening, .sa-bodyclosing {
	margin: 5px;
}
.sa-disabled {
	opacity: 0.5;
	cursor: default !important;
}
.sa-hidden {
	display: none;
}
.sa-bodyspacer {
	height: 30px;
}
.fbContentWrapper {
	box-shadow: 8px 8px 8px rgb(0 0 0 / 0.25)
}
@media (max-width: 500px), (max-height: 500px) {
	.fbContentWrapper {
		box-shadow: none;
	}
} 
.fbx .fbItemNumber, .sa-slidectr {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
}
.fbx .fbResizer {
	display: none;
}
.fbx.fbOverlay {
	cursor: zoom-out;
}
a.fbNextPanel {
	width: 55% !important;
	cursor: url('cursornext.png'), pointer !important;
}
a.fbPrevPanel {
	cursor: url('cursorprev.png'), pointer !important;
}
.fbPrev2 .fbxIcon, .fbNext2 .fbxIcon {
	font-size: 16px;
}
@media (min-width: 500px) and (min-height: 500px) {
	.fbx a.fbPrev2 {
		left: 0px;
	}
	.fbx a.fbNext2 {
		right: 0px;
	}
	.fbx a.fbPrev2, .fbx a.fbNext2 {
		position: fixed;
		visibility: visible !important;
		background-color: #aaaaaa;
	}
}
#sa-mapcontainer {
	position: relative;
	margin: 0px auto;
	padding: 0px 15px;
	max-width: 1630px;
	top: 15px;
	z-index: 1;
}
#sa-mapframe {
	background-color: #003657;
	padding: 15px;
	border-radius: 3px;
}
@media (max-width: 500px), (max-height: 500px) {
	#sa-mapframe {
		padding: 2px;
	}
}
#sa-mapcanvas {
	position: relative;
	width: 100%;
	padding-bottom: 62.5%;
	border-style: solid;
	border-width: 1px;
	border-color: #ffff00;
	box-shadow: 8px 8px 8px rgb(0 0 0 / 0.25);
	border-radius: 0px;
}
.sa-mapfooter {
	padding: 5px 10px 5px;
	border-radius: 3px;
	margin-top: 2px;
	height: 24px;
	background-color: #003657;
}
#sa-mapclose {
	float: left;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#sa-mapdim {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #003657;
	opacity: 1.0;
	cursor: zoom-out;
}
@media (max-height: 500px) {

	.sa-slidetitle, .sa-slidecomment {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
@media (max-width: 500px), (max-height: 500px) {
	#sa-thumbs, #sa-fthumbs {
		padding-left: 5px;
		padding-right: 5px;
	}
	#sa-thumbs > div {
		margin: 2px;
		max-width: 164px;
	}
	#sa-fthumbs > div {
		margin: 2px;
		max-width: 0px;
	}
	.sa-thumbimg img, .sa-thumbimg img:hover, .sa-thumbicon, .sa-thumbicon:hover {
		box-shadow: none;
		margin: 0px;
	}
	.sa-newoverlay {
		top: 7px;
		right: 7px;
	}
}
a.fbPrevPanel, a.fbNextPanel {cursor: default !important;}
