/* jAlbum 15.3.4 with Saturn 6, Pale Blue style, album creation date 2018.05.03 */
html {
	height: 100%;
	background-color: #b7c9d8;
	background: linear-gradient(#b7c9d8, #587a96) 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: #dfe8f0;
}
a, audio, video {
	outline: none;
	text-decoration: none;
}
img, iframe {
	outline: none;
	border: none;
}
.sa-itti, .sa-ittibanner, .sa-thumbimg img, .sa-thumbfolder img, .sa-ipimage img {
	animation: fadein 400ms;
}
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
.sa-itstd {
	margin: 10px auto;
	max-width: 920px;
	min-height: 28px;
	padding: 0px 5px;
}
.sa-itti {
	padding: 0px 15px;
}
.sa-itti > div {
	max-width: 903px;
	min-height: 200px;
	margin: 10px auto 25px;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	border-color: #111111;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
	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;
}
.sa-pagetitle {
	color: #111111;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	text-shadow: none;
	padding-bottom: 3px;
}
.sa-pagetitle a {
	color: #111111;
	text-decoration: underline;
}
.sa-pagetitle a:hover {
	color: #dfe8f0;
}
.sa-pagedescription {
	color: #111111;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
}
.sa-pagedescription a {
	color: #111111;
	text-decoration: underline;
}
.sa-pagedescription a:hover {
	color: #dfe8f0;
}
.sa-pagetitleTI {
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	padding-bottom: 5px;
}
.sa-pagetitleTI a {
	color: #ffffff;
	text-decoration: underline;
}
.sa-pagetitleTI a:hover {
	color: #ff0000;
}
.sa-pagedescriptionTI {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}
.sa-pagedescriptionTI a {
	color: #ffffff;
	text-decoration: underline;
}
.sa-pagedescriptionTI a:hover {
	color: #ff0000;
}
.sa-navleft {
	width: 152px;
	height: 28px;
	text-align: left;
	float: left;
	font-size: 0px;
}
.sa-navleft img {
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.sa-navright {
	position: relative;
	width: 152px;
	height: 28px;
	text-align: right;
	float: right;
	font-size: 0px;
}
.sa-navright img {
	width: 28px;
	height: 28px;
	margin-left: 10px;
}
.sa-indexlinklist {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 10px auto;
	text-shadow: none;
}
.sa-indexlinklist a {
	text-decoration: underline;
}
.sa-infotxt {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
	text-align: center;
	margin: 0px auto 15px;
	max-width: 675px;
	padding: 0px 10px;
}
.sa-infotxt a {
	text-decoration: underline;
}
.sa-infotxtbottom {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
	text-align: center;
	margin: 0px auto 10px;
	max-width: 675px;
	padding: 0px 10px;
}
.sa-infotxtbottom a {
	text-decoration: underline;
}
.sa-thumbs, .sa-fthumbs {
	max-width: 900px;
	margin: 0px auto 10px;
	padding: 0px 5px;
	font-size: 0px; /* Hack to collapse whitespace between boxes */
}
.sa-thumbs > div {
	text-align: center;
	margin: 5px;
	width: 170px;
	vertical-align: top;
	display: inline-block;
}
.sa-thumbs > div > div:first-of-type {
}
.sa-ovrel {
	position: relative;
	display: inline-block;
}
.sa-thumbimg img {
	margin: 10px;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.sa-thumbimg img:hover {
	box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
}
.sa-thumbfolder img {
	margin: 10px;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.sa-thumbfolder img:hover {
	box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
}

.sa-forcetborder img {
	border: 1px solid black !important;
}
.sa-folderoverlay img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 36px;
	height: 36px;
	border: none !important;
	border-radius: 0px;
	padding: 3px;
	box-shadow: none !important;
}
.sa-videooverlay img {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 36px;
	height: 36px;
	border: none !important;
	border-radius: 0px;
	padding: 3px;
	box-shadow: none !important;
}
.sa-thumbcaption {
	word-wrap: break-word; /* for Edge and IE11 */
	overflow-wrap: break-word;
	margin: 0px 5px;
}
.sa-foldertitle {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
	text-shadow: none;
}
.sa-foldertitle a {
	text-decoration: underline;
}
.sa-foldercomment {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	text-shadow: none;
}
.sa-foldercomment a {
	text-decoration: underline;
}
.sa-fcount {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-shadow: none;
}
.sa-imagetitle {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
	text-shadow: none;
}
.sa-imagetitle a {
	text-decoration: underline;
}
.sa-imagecomment {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	text-shadow: none;
}
.sa-imagecomment a {
	text-decoration: underline;
}
.sa-imagevideolength {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	text-shadow: none;
}
.sa-copyright {
	font-size: 10px;
	font-weight: normal;
	font-style: 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;
	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;
	margin-bottom: 3px;
	text-align: center;
	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: normal;
	font-style: normal;
	margin-bottom: 3px;
	text-align: center;
	text-shadow: none;
}
.sa-slidecomment a {
	color: #111111;
	text-decoration: underline;
}
.sa-slidecomment a:hover {
	color: #ff0000;
}
.sa-slidectr {
	color: #111111;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
}
.sa-slidemeta {
	background-color: #b7c9d8;
	background: linear-gradient(#b7c9d8, #587a96);
	color: #111111;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding: 10px;
	text-shadow: none;
}
.sa-slidemetalabel {
	color: #111111;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-shadow: none;
}
.sa-navleftip {
	width: 28px;
	height: 28px;
	text-align: left;
	float: left;
	font-size: 0px;
}
.sa-navleftip img {
	width: 28px;
	height: 28px;
}
.sa-navrightip {
	width: 28px;
	height: 28px;
	text-align: right;
	float: right;
	font-size: 0px;
}
.sa-navrightip img {
	width: 28px;
	height: 28px;
}
.sa-pagetitleip {
	color: #111111;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	text-shadow: none;
	padding-bottom: 3px;
}
.sa-pagetitleip a {
	color: #111111;
	text-decoration: underline;
}
.sa-pagetitleip a:hover {
	color: #dfe8f0;
}
.sa-pagetitleipTI {
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	padding-bottom: 5px;
}
.sa-pagetitleipTI a {
	color: #ffffff;
	text-decoration: underline;
}
.sa-pagetitleipTI a:hover {
	color: #ff0000;
}
.sa-ipbox {
	padding: 0px 15px 20px;
}
.sa-ipbox > div {
	max-width: 870px;
	overflow: hidden;
	margin: 15px auto;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.sa-ipbox > div > div {
	border-radius: 10px;
	background-color: rgba(183,201,216,1.0);
}
.sa-ipimage {
	float: left;
	padding: 10px 20px 10px 10px;
}
.sa-ipimage img {
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.sa-iptext {
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
	text-align: left;
}
.sa-iptext a {
	text-decoration: underline;
}
.sa-ipcontact {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
	padding-bottom: 8px;
}
.sa-ipcontact a {
	text-decoration: none;
}
.sa-ipcontact img {
	vertical-align: middle;
	padding: 0px 5px;
}
.sa-bodyopening, .sa-bodyclosing {
	margin: 5px;
}
.sa-footer {
	margin-bottom: 10px;
	padding: 0px 22px 3px;
	height: 24px;
	background-color: #587a96;
}
.sa-downloadlink {
	float: right;
	margin: 0px 5px 0px 15px;
	width: 24px;
	height: 24px;
}
.sa-globe {
	float: right;
	margin: 0px 5px 0px 0px;
	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: 15px 15px 15px rgba(0, 0, 0, 0.3)
}
@media (max-width: 650px), (max-height: 650px) {
	.fbContentWrapper {
		box-shadow: none;
	}
} 
.fbx .fbItemNumber {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
}
.fbOuterClose {
	color: #eeeeee !important;
	background-color: #000000 !important;
}
.fbOuterClose:hover {
	color: #888888 !important;
}
