/* jAlbum 18.0.1 with Saturn 22, Custom style, album creation date 8/15/19, 4:27 PM */
html {
	height: 100%;
	background-color: #1e1a41;
	background: linear-gradient(#1e1a41, #666666) fixed no-repeat;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #111111;
	text-align: center;
	margin: 0px 0px 10px;
}
body a {
	color: #111111;
}
body a:hover {
	color: #ff0000;
}
a, audio, video {
	outline: none;
	text-decoration: none;
}
img, iframe {
	outline: none;
	border: none;
}
.sa-itti, .sa-ittibanner, .sa-thumbimg img, .sa-ipimage img {
	animation: fadein 200ms;
}
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
.sa-itstd {
	margin: 10px auto;
	max-width: 1090px;
	min-height: 28px;
	padding: 0px 5px;
}
.sa-itti {
	padding: 0px 20px;
}
.sa-itti > div {
	max-width: 1242px;
	min-height: 420px;
	margin: 10px auto 25px;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	border-color: #111111;
	box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.25);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent), url("../sa-theme.jpg") center center no-repeat;
	background-size: cover;
	background-clip: content-box;
}
.sa-itti > div > div {
	margin: 0px auto;
	padding: 10px 15px;
	position: relative;
}
.sa-pagetitle {
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	padding-bottom: 3px;
}
.sa-pagetitle a {
	color: #333333;
	text-decoration: underline;
}
.sa-pagedescription {
	color: #111111;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
}
.sa-pagedescription a {
	color: #111111;
	text-decoration: underline;
}
.sa-pagetitleTI {
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: 5px 5px 5px rgba(51, 51, 51, 0.4);
	padding-bottom: 5px;
}
.sa-pagetitleTI a {
	color: #ffffff;
	text-decoration: underline;
}
.sa-pagedescriptionTI {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: 3px 3px 5px rgba(51, 51, 51, 0.4);
}
.sa-pagedescriptionTI a {
	color: #ffffff;
	text-decoration: underline;
}
.sa-navleft {
	width: 96px;
	height: 28px;
	text-align: left;
	float: left;
	font-size: 0px;
	z-index: 10;
}
.sa-navleft img {
	width: 28px;
	height: 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;
	height: 28px;
	margin-left: 20px;
}
.sa-thumbs, .sa-fthumbs {
	max-width: 1070px;
	margin: 0px auto 10px;
	padding: 0px 50px;
	font-size: 0px; /* Hack to collapse whitespace between boxes */
}
.sa-thumbs img, .sa-fthumbs img {
	max-width: 100%;
	height: auto;
}
.sa-thumbs > div {
	text-align: center;
	margin: 5px;
	max-width: 204px;
	vertical-align: top;
	display: inline-block;
}
.sa-thumbs > div > div:first-of-type {
}
.sa-ovrel {
	position: relative;
	display: inline-block;
}
.sa-thumbimg img, .sa-thumbicon {
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #111111;
	padding: 1px;
	background-color: transparent;
	box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.25);
}
.sa-thumbimg img:hover, .sa-thumbicon:hover {
	box-shadow: -10px 10px 10px rgba(51, 51, 51, 0.25);
}
.sa-pdficon {
	background: #c0c0c0 url('pdf.png') center/contain no-repeat !important;
	max-height: 180px;
}
.sa-videooverlay img {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 36px;
	height: 36px;
	border: none !important;
	border-radius: 0px;
	box-shadow: none !important;
	background-color: transparent;
}
.sa-thumbcaption {
	word-wrap: break-word; /* for Edge and IE11 */
	overflow-wrap: break-word;
	margin: 0px 5px;
}
.sa-imagetitle {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	text-shadow: none;
}
.sa-imagetitle a {
	text-decoration: underline;
}
.sa-imagecomment {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	text-shadow: none;
}
.sa-imagecomment a {
	text-decoration: underline;
}
.sa-imagevideolength {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	text-shadow: none;
}
.sa-copyright {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin: 0px auto 8px;
	padding: 0px 10px;
	text-shadow: none;
}
.sa-copyright a {
	text-decoration: underline;
}
.sa-credits {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin: 0px auto 10px;
	text-shadow: none;
}
.sa-credits a {
	text-decoration: underline;
}
.sa-slidetitle {
	color: #111111;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 3px;
	text-align: left;
	text-shadow: none;
}
.sa-slidetitle a {
	color: #111111;
	text-decoration: underline;
}
.sa-slidetitle a:hover {
	color: #ff0000;
}
.sa-slidecomment {
	color: #111111;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	margin-bottom: 3px;
	text-align: left;
	text-shadow: none;
}
.sa-slidecomment a {
	color: #111111;
	text-decoration: underline;
}
.sa-slidecomment a:hover {
	color: #ff0000;
}
.sa-bodyopening, .sa-bodyclosing {
	margin: 5px;
}
.sa-footer {
	margin-bottom: 10px;
	padding: 0px 6px 5px;
	height: 24px;
	background-color: #666666;
}
.sa-footerprev {
	float: left;
	margin: 0px 15px 0px 7px;
	width: 24px;
	height: 24px;
	display: none;
}
.sa-footernext {
	float: right;
	margin: 0px 7px 0px 15px;
	width: 24px;
	height: 24px;
	display: none;
}
.sa-hidable {
	display: none;
}
@media (max-width: 1024px), (max-height: 768px) {
	.sa-hidable {
		display: inherit;
	}
	.sa-footerprev, .sa-footernext {
		display: inherit;
	}
}
.sa-globe {
	float: right;
	margin: 0px 7px 0px 15px;
	width: 24px;
	height: 24px;
}
.sa-disabled {
	opacity: 0.5;
}
.sa-hidden {
	display: none;
}
.sa-pointer {
	cursor: pointer;
}
i.fbIcon {
	font-size: 24px;
}
.fbContentWrapper {
	box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.0)
}
@media (max-width: 650px), (max-height: 650px) {
	.fbContentWrapper {
		box-shadow: none;
	}
} 
a.fbNextPanel {
	width:55% !important;
}
.fbPrev2 .fbIcon, .fbNext2 .fbIcon {
	font-size: 32px;
}
@media (max-width: 1024px), (max-height: 768px) {
	.fbPrev2 .fbIcon, .fbNext2 .fbIcon {
		font-size: 18px;
	}
}
