/* Ship Page */
.ShipHead {
	height: 100vh;
	width: 34vw;
	position: fixed;
	float: left;
	overflow: hidden;
}
.ShipRight {
	margin-left: 34vw;
	margin-right: 5%;
	position:absolute;
	padding: 26px;
}
img.ShipHeadImg {
	display: block;
	height: 100vh;
}
.ShipCaptionHead {
	margin-top: 15vh;
}
.SurpriseCaptionHead {
	margin-top: 65vh;
}
.ShipText {
	font-family: 'New Cycle', sans-serif;
	font-size: 1.25em;
}

/* Lightbox */
.lightboxRow > .lightboxRowCol {
	float: left;
	width: 20%;
	height: 110px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
img.lightboxRowImg {
	height:125%;
	display: block;
	margin: auto;
	position: absolute;
	bottom: -9999px;
    left: -9999px;
    right: -9999px;
    top: -9999px;
	transition: .3s
}
img.lightboxRowImg:hover {
	height: 220%;
	cursor: pointer;
}
.Lightbox {
	display: block;
	position: fixed;
	z-index: 1;
	padding-top: 5vh;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	/*overflow: hidden;*/
	background-color: black;
}
.Lightbox2 {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 5vh;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	/*overflow: hidden;*/
	background-color: black;
}
.LightboxSlide {
	position: relative;
	background-color: red;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}
.curLightboxNum {
	position: absolute;
	color: rgba(220,220,220, .8);
	font-size: 1em;
}
.Lightbox > .closebtn {
	opacity: .5;
	font-size: 3.5em;
	font-weight: bold;
	color: rgba(255,255,255, .6);
	left: 90%;
	top: 16px;
	position: absolute;
	z-index: 2;
	transition:.3s;
}
.Lightbox > .closebtn:hover,
.Lightbox > .closebtn:focus {
	opacity: 1;
	font-size: 3.8em;
	top:14px;
}
.Lightbox2 .closebtn {
	opacity: .5;
	font-size: 3.5em;
	font-weight: bold;
	color: rgba(255,255,255, .6);
	left: 90%;
	top: 16px;
	position: absolute;
	z-index: 2;
	transition:.3s;
}
.Lightbox2  .closebtn:hover,
.Lightbox2  .closebtn:focus {
	opacity: 1;
	font-size: 3.8em;
	top:14px;
}
.curLightbox {
	width: 90%;
	display: block;
	margin: auto;
	max-height: 100%;
}
.curLightboxObj {
	display: none;
	height: 80vh;
    position: relative;
    overflow: hidden;
}
.curLightboxObj2 {
	display: none;
	height: 80vh;
    position: relative;
    overflow: hidden;
}
#specialLightboxObj {
	display: block;
}
.curLightboxImg {
	height: 80vh;
	display: block;
	margin: auto;    
	position: absolute;
	top:-9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px
}
.curLightboxImg2 {
	height: 80vh;
	display: block;
	margin: auto;
	position: absolute;
	top:-9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px
}
.LightboxPrev,
.LightboxNext {
	position: absolute;
	top: 40vh;
	color:rgba(255,255,255,.3);
	width: auto;
	padding:16px;
	margin:0 3%;
	font-size: 2.6em;
	transition: 0.3s ease;
	border-radius: 0 6px 6px 0;
}
.LightboxNext {
	right: 5%;
	border-radius: 6px 0 0 6px;
}
.LightboxPrev:hover,
.LightboxNext:hover {
	background-color: rgba(0,0,0,.8);
	cursor: pointer;
	font-size: 2.8em;
	padding: 14px;
	color:rgba(255,255,255,1);
}
.curLightboxNum {
	display: none;
	color: #f2f2f2;
	font-size: 0.75em;
	padding: 8px 12px;
	position: absolute;
	top: 5vh;
}
.curLightboxNum2 {
	display: none;
	color: #f2f2f2;
	font-size: 0.75em;
	padding: 8px 12px;
	position: absolute;
	top: 5vh;
}
.LightboxCaption {
	margin: -12px auto -38px auto;
	text-align: center;
	font-family: 'New Cycle', sans-serif;
	font-size: 1em;
	padding: 2px 16px;
	color: rgba(255,255,255,.4);
	opacity: .8;
	transition:.3s;
}
 .LightboxCaption2 {
	margin: -12px auto -38px auto;
	text-align: center;
	padding: 2px 16px;
	font-family: 'New Cycle', sans-serif;
	font-size: 1em;
	color: rgba(255,255,255,.4);
	opacity: .8;
	transition:.3s;
}
.LightboxCaption:hover {
	color:rgba(255,255,255,.8);
}
.LightboxCaption2:hover {
	color:rgba(255,255,255,.8);
}


.lightboxInnerImg {
	opacity: .6;
	display:block;
	margin: 0 auto;
	height: 5vh;
}
 .lightboxInnerImg2 {
	opacity: .6;
	display:block;
	margin: 0 auto;
	height: 5vh;
}
.active,
.lightboxInnerImg:hover {
	opacity: 1;
}
.active,
.lightboxInnerImg2:hover {
	opacity: 1;
}


.smLightboxRowCol  {
	float: left;
	width: 5%;
	height: 5vh;
	overflow: hidden;
	margin-top: 40px
}
.smLightboxRowCol2 {
	float: left;
	width: 5%;
	height: 5vh;
	overflow: hidden;
	margin-top: 40px
}
