/* jAlbum 24.1 with Mercury 54, Dark style, album creation date 8/29/21, 9:06 AM */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #000000;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #dddddd;
	text-align: center;
}
body a {
	color: #dddddd;
}
body a:hover {
	color: #777777;
}
a, video {
	outline: none;
}
img, iframe {
	outline: none;
	border: none;
}
img {
	user-select: none;
	-webkit-user-select: none; /* Safari */
}
video {
	width: 100%;
}
#me-parabody, #me-fthumbs img, #me-thumbs img, #me-slideobject, .me-ipimage img {
	animation: fadein 500ms;
}
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
#me-notheme > div {
	margin: 0px auto 15px;
	min-height: 32px;
	padding: 5px 5px 10px;
	background-color: #333333;
}
#me-banner {
	box-sizing: border-box;
	margin: 0px auto 25px;
	min-height: 200px;
	padding-top: 16px;
	background: url('../me-theme.jpg') center no-repeat;
	background-size: cover;
}
#me-banner img {
	padding: 5px 0px;
}
.me-pagetitle {
	color: #eeeeee;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	padding-bottom: 3px;
}
.me-pagetitle a {
	color: #eeeeee;
	text-decoration: underline;
}
.me-pagetitle a:hover {
	color: #777777;
}
.me-pagedescription {
	color: #eeeeee;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
}
.me-pagedescription a {
	color: #eeeeee;
	text-decoration: underline;
}
.me-pagedescription a:hover {
	color: #777777;
}
.me-pagetitleTI {
	background-color: #0000004c;
	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: 42px 10px 20px 10px;
}
.me-pagetitleTI a {
	color: #ffffff;
	text-decoration: underline;
}
.me-pagetitleTI a:hover {
	color: #bbbbbb;
}
.me-pagedescriptionTI {
	background-color: #0000004c;
	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);
	padding: 0px 10px 20px 10px;
}
.me-pagedescriptionTI a {
	color: #ffffff;
	text-decoration: underline;
}
.me-pagedescriptionTI a:hover {
	color: #bbbbbb;
}
#me-navleft {
	width: 104px;
	height: 32px;
	text-align: left;
	float: left;
	font-size: 0px;
}
#me-navleft img {
	width: 32px;
	margin-left: 20px;
	cursor: pointer;
}
#me-navright {
	position: relative;
	width: 104px;
	height: 32px;
	text-align: right;
	float: right;
	font-size: 0px;
}
#me-navright img {
	width: 32px;
	margin-right: 20px;
	cursor: pointer;
}
.me-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: 1068px;
	padding: 0px 10px;
}
.me-infotxt a {
	text-decoration: underline;
}
.me-infotxtbottom {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	text-align: center;
	margin: 0px auto 10px;
	max-width: 1068px;
	padding: 0px 10px;
}
.me-infotxtbottom a {
	text-decoration: underline;
}
.me-fthumbbox, .me-thumbbox {
	max-width: 1425px;
	margin: 0 auto 10px;
	padding: 0px 40px;
}
#me-fthumbs img:hover, #me-thumbs img:hover {
	transform: scale(1.1);
	transition: transform 1s;
}
#me-fthumbs img, #me-thumbs img {
	transition: transform 1s;
}
.me-foldericon {
	background: #333333 url('folder.png') center/contain no-repeat;
}
.jg-entry {
	position: relative;
}
.me-videooverlay img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -41px;
	margin-left: -41px;
	width: 83px;
}
.me-fthumbcaption {
	overflow-wrap: break-word;
	margin: 5px 5px 10px;
	margin: 5px 5px 10px;
}
.me-foldertitle {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 18px;
	text-shadow: none;
}
.me-foldertitle a {
	text-decoration: underline;
}
.me-foldertitle, .me-foldercomment {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width: 500px), (max-height: 500px) {
	.me-foldertitle, .me-foldercomment {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.me-fcount {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	text-shadow: none;
}
.me-thumbcaption {
	overflow-wrap: break-word;
	margin: 5px 5px 10px;
}
#me-pagetop {
	background-color: #333333;
	position: fixed;
	bottom: 40px;
	left: 10px;
	opacity: 0.75;
	display: none;
}
#me-pagetop img {
	width: 32px;
	padding: 10px 5px 5px;
}
#me-pagetop:hover {
	cursor: pointer;
}
.me-pagetitleslide {
	color: #eeeeee;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	padding-bottom: 3px;
}
.me-pagetitleslide a {
	color: #eeeeee;
	text-decoration: underline;
}
.me-pagetitleslide a:hover {
	color: #777777;
}
#me-navleftslide {
	width: 156px;
	height: 32px;
	text-align: left;
	float: left;
	font-size: 0px;
}
#me-navleftslide img {
	width: 32px;
	margin-left: 20px;
}
#me-navrightslide {
	width: 156px;
	height: 32px;
	text-align: right;
	float: right;
	font-size: 0px;
}
#me-navrightslide img {
	width: 32px;
	margin-right: 20px;
	cursor: pointer;
}
#me-slideobject {
	margin: 0px auto 10px;
	padding: 0px 20px;
}
#me-slideobject img {
	width: 100%;
	height: auto;
}
#me-slideobject > div:first-of-type {
	position: relative;
	line-height: 0px;
	outline: none;
}
#me-slideobject iframe {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.me-pdfframe {
	border: 1px solid #888888;
}
#me-prev, #me-noprev {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}
#me-prev {
	cursor: url('cursorprev.png') 0 10, pointer;
}
#me-next, #me-nonext {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
}
#me-next {
	cursor: url('cursornext.png') 0 10, pointer;
}
#me-slidecaption {
	margin: 0px auto 10px;
	padding: 0px 20px;
	display: flow-root;
}
.me-slidetitle {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 12px;
	padding: 0px 10px;
	text-align: center;
	text-shadow: none;
}
.me-slidetitle a {
	text-decoration: underline;
}
#me-navleftip {
	width: 104px;
	height: 32px;
	text-align: left;
	float: left;
	font-size: 0px;
}
#me-navleftip img {
	width: 32px;
	margin-left: 20px;
	cursor: pointer;
}
#me-navrightip {
	width: 104px;
	height: 32px;
	float: right;
	font-size: 0px;
}
.me-pagetitleip {
	color: #eeeeee;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	padding-bottom: 3px;
}
.me-pagetitleip a {
	color: #eeeeee;
	text-decoration: underline;
}
.me-pagetitleip a:hover {
	color: #777777;
}
.me-ipbox {
	padding: 5px 40px 20px;
}
.me-ipbox > div {
	max-width: 1415px;
	margin: 0px auto;
}
.me-ipbox > div > div {
	background-color: #333333;
	overflow: hidden;
	padding-bottom: 5px;
}
.me-ipimage {
	max-width: 200px;
	float: left;
	padding: 10px 15px 0px;
}
.me-ipimage img {
	width: 100%;
	height: auto;
}
.me-iptext {
	color: #eeeeee;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	text-align: left;
}
.me-iptext a {
	color: #eeeeee;
	text-decoration: underline;
}
.me-iptext a:hover {
	color: #777777;
}
.me-ipcontact {
	color: #eeeeee;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-shadow: none;
	padding: 10px;
	clear: both;
}
.me-ipcontact a {
	color: #eeeeee;
	text-decoration: none;
}
.me-ipcontact a:hover {
	color: #777777;
}
.me-ipcontact img {
	vertical-align: middle;
	padding: 0px 5px;
}
.me-bodyopening, .me-bodyclosing, .me-bodyopeningslide, .me-bodyclosingslide {
	margin: 5px;
}
.me-disabled {
	opacity: 0.5;
}
.me-spacer {
	height: 10px;
}
#me-bodyspacer {
	height: 25px;
}
#vidframe:focus {
	outline: none;
}
#me-mapcontainer {
	max-width: 2000px;
	margin: 0px auto 10px;
	padding: 0px 20px;
} 
#me-mapcontainer > div:first-of-type {
	outline: none;
}
#me-mapcontainer > div > div {
	position: relative;
	padding-bottom: 100.0%;
}
