/* //////////////////////////////// CUSTOM LIGHTBOX WITH AJAX //////////////////////////////// */

/* Lightbox */

.lightbox-overlay { width: 100%; height: 100%; position: absolute; z-index: 8000; background: rgba(0,0,0,0.5); display: none; overflow: hidden; top: 0; right: 0; text-decoration: none; }

.lightbox { position: absolute; z-index: 9999; width: 100%; height: 100%; display: none; top: 0; margin: 0; background: #FFF; padding: 0px; overflow: auto; }

.lightbox-container { display: block; padding: 0; overflow-y: auto; }

.lightbox .header { display: block; padding: 0 20px; height: 50px; background-color: #666 !important; }

.lightbox .header.icon.info { background: url(../img/icon-info-circle-01.png) no-repeat left 20px center; background-size: 30px; }
.lightbox .header.icon.video { background: url(../img/icon-video-white.png) no-repeat left 20px center; background-size: 30px; }
.lightbox .header.icon.mooring { background: url(../img/icon-mooring-blue.png) no-repeat left 20px center; background-size: 30px; }
.lightbox .header.icon.pontoon { background: url(../img/icon-pontoon-blue.png) no-repeat left 20px center; background-size: 35px; }
.lightbox .header.icon.sailing { background: url(../img/icon-sailing-blue.png) no-repeat left 20px center; background-size: 35px; }

.lightbox .header.icon.white.info { background: url(../img/icon-info.png) no-repeat left 20px center; background-size: 30px; }
.lightbox .header.icon.white.video { background: url(../img/icon-video2.png) no-repeat left 20px center; background-size: 30px; }
.lightbox .header.icon.white.mooring { background: url(../img/icon-mooring-white.png) no-repeat left 20px center; background-size: 30px; }
.lightbox .header.icon.white.pontoon { background: url(../img/icon-pontoon-white.png) no-repeat left 20px center; background-size: 35px; }
.lightbox .header.icon.white.sailing { background: url(../img/icon-sailing-white.png) no-repeat left 20px center; background-size: 35px; }
.lightbox .header.icon.white.ferry { background: url(../img/icon-ferry-white.png) no-repeat left 20px center; background-size: 40px; }

.lightbox .header.icon { background-size: 30px; background-position: left 20px center; padding-left: 60px; }

.lightbox .header h5 { margin: 0; padding: 0; font-size: 20px; line-height: 50px; color: #FFF; font-family: 'Open Sans', "helvetica nenu", helvetica, arial, sans-serif; font-weight: 400 !important; letter-spacing: 0.01em; }

.lightbox .content { display: block; overflow: hidden; }

.lightbox .image { display: block; width: 100%; height: auto; overflow: hidden; align-items: center; justify-content: center; position: relative; }
.lightbox .image img { width: 100%; height: auto; }

.lightbox.art { background-color: transparent; top: 35%; width: 90%; left: 5%; height: auto; overflow: visible; }
.lightbox.art .artboard { width: 100%; height: auto; display: block; }
.lightbox.art .close-btn { display: block !important; }

.lightbox .image .fancybox-view { 
	width: 60px; height: 60px; position: absolute; z-index: 1000; left: 50%; top: 50%; margin: -30px 0 0 -30px; display: block; cursor: pointer !important;
	background: url(../img/icon-view-green.png) no-repeat center; background-size: 60px; 
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in;
}

.lightbox .image .fancybox-view.threed { 
	background: url(../img/icon-view-3d-green.png) no-repeat center; background-size: 60px; 
}

.lightbox .btn { margin: 10px 0 0 0; padding: 10px 20px; text-align: center; text-transform: uppercase; color: #FFF !important; display: block; text-decoration: none; border-radius: 3px; -webkit-border-radius: 3px; background-color: #00558b; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; font-family: 'Klavika', "helvetica nenu", helvetica, arial, sans-serif; }
.lightbox .btn:hover { background-color: #002342; }

/* .lightbox .image .fancybox-view:hover { width: 70px; height: 70px; margin: -35px 0 0 -35px; cursor: pointer !important; } */
/* .lightbox .image .fancybox-view { width: 100%; height: 100%; position: absolute; z-index: 1000; background: url(../img/icon-view.png) no-repeat center; background-size: 60px; background-color: rgba(0,0,0,0.1); } */

.lightbox .text { display: block; overflow: hidden; padding: 20px; background-color: #f6f6f6; }
.lightbox .text-inner {  }

.lightbox .close-btn { width: 50px; height: 50px; top: 0; right: 0; padding: 0; display: block; position: absolute; z-index: 5000; background: url(../img/close3.png) no-repeat center; background-size: 20px; background-color: rgba(0,0,0,0.3); cursor: pointer; }
.lightbox .close-btn:hover { background-color: rgba(0,0,0,0.5); }

.lightbox .close-btn.white { background: url(../img/close3.png) no-repeat center; background-size: 20px; }

.lightbox .caption { padding: 20px; }

.lightbox hr { border-top: 1px solid #CCC; margin: 20px 0; border-bottom: 0; }
.lightbox h3 { font-size: 22px; line-height: 32px; color: #00558b; font-weight: 600 !important; margin: 0 0 25px 0; }
.lightbox h4 { font-size: 22px; line-height: 32px; color: #00558b; font-weight: 600 !important; margin: 0 0 10px 0; }
.lightbox p { font-size: 15px; line-height: 20px; color: #666; margin: 0 0 20px 0; padding: 0; }

.lightbox a.email {font-size: 16px; line-height: 18px; display: block; padding: 10px 20px; background-color: #666; color: #FFF; margin: 10px 0; }

.lightbox .text ul { margin: 20px 0; }
.lightbox .text ul li { margin-left: 20px; color: #666; padding: 2px 0; font-size: 15px; line-height: 20px; }

.lightbox .box { padding: 20px; background-color: #EEE; display: block; overflow: hidden; margin-top: 20px; }

/* More Button */

.more { padding: 10px 20px; background: #EEE; color: #000 !important; text-transform: uppercase; text-decoration: none; display: inline-block; margin-top: 20px; font-size: 14px; line-height: 14px; }
.more:hover { background: #CCC; }

/* CTA - Share Box */

.share-box { position: absolute; z-index: 99999; width: 100%; height: 100%; display: none; top: 0px; margin: 0; background: #FFF; padding: 0px; }
.share-box-container { display: block; padding: 20px; overflow: hidden; }

.share-box h5 { margin: 0 30px 20px 0; font-size: 25px; line-height: 30px; }
.share-box p { margin: 0 0 0 0; }

.share-box .close-btn { width: 40px; height: 40px; top: 15px; right: 15px;padding: 0px;display: block; position: absolute;background: url(../img/close.png) no-repeat center; background-size: 30px; cursor: pointer; }


/* Video Embed Container */

.embed-container { position: relative; padding-bottom: 63%; height: 0; overflow: hidden; max-width: 100%; background-color: #222; } 
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Fancybox */

.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}

/* Responsive Slides */

ul.rslides { max-width: none !important; }

.rslides { position: relative; list-style: none; overflow: hidden; width: 100%; height: 100%; padding: 0; margin: 0;  }
.rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; height: 100%; left: 0; top: 0; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img { display: block; height: auto; float: left; width: 100%; border: 0; }
.rslides li span { bottom: 55px; position: absolute; z-index: 1000; background-color: rgba(0,0,0,0.5); right: 0; color: #FFF; padding: 10px; line-height: 14px; }

.lightbox .image span { bottom: 0; position: absolute; z-index: 1000; background-color: rgba(0,0,0,0.5); right: 0; color: #FFF; padding: 10px; line-height: 14px; }

.lightbox a.rslides_nav { position: absolute; z-index: 100; top: 43%; width: 30px; height: 30px; text-decoration: none; font-weight: bold; text-align: center; line-height: 40px; border-radius: 100px; -webkit-border-radius: 100px; }
.lightbox a.rslides_nav.prev { left: 15px; background: url(../img/arrow-left3.png) no-repeat center; background-size: 20px; } 
.lightbox a.rslides_nav.next { right: 15px; background: url(../img/arrow-right.png) no-repeat center; background-size: 20px; } 

.lightbox a.rslides_nav { background-color: rgba(0,0,0,0.5) !important; -webkit-transition: all 0.3s ; transition: all 0.3s; padding: 5px; }
.lightbox a.rslides_nav:hover { background-color: rgba(0,0,0,0.8) !important; }


/* Splash */

#splash-outer { width: 100%; height: 100%; position: absolute; z-index: 8000; display: none; overflow: hidden; top: 0; right: 0; text-decoration: none; background-color: rgba(0,0,0,0.6); }

#splash { width: 80%; height: auto; margin: auto; top: 10%; position: relative; display: block; background: #FFF; padding: 0; overflow: hidden; text-align: center; border-radius: 5px; -webkit-border-radius: 5px; }
#splash .content { display: block; overflow: hidden; }

#splash .upper { padding: 20px 0 0 0; overflow: hidden; display: block; overflow: hidden; position: relative; }

#splash .banner	{ width: 100%; height: 250px; display: block; clear: both; background: url('../inline/img/banner/banner.jpg') no-repeat center; position: relative; background-size: cover; }
#splash .banner .logo { width: 150px; height: 60px; position: absolute; z-index: 100; left: 50%; top: 50%; display: block; margin: -40px 0 0 -85px; background-color: #FFF; padding: 10px; }
#splash .banner .logo.wide { width: 225px; height: 60px; margin: -40px 0 0 -120px; }


#splash h2 { font-size: 20px; line-height: 25px; font-weight: bold; color: #00558b; clear: both; margin: 0 auto 15px auto; }
#splash p { font-size: 16px; line-height: 20px; color: #666; clear: both; margin: 0 auto; max-width: 85%; font-family: 'Open Sans', "helvetica nenu", helvetica, arial, sans-serif; }
#splash p.small { font-size: 14px; line-height: 18px; margin-top: 20px; }

#splash .btn { 
	font-weight: bold; max-width: 150px; 
	margin: 20px auto 20px auto; font-size: 14px; padding: 10px 20px; 
	background-color: #4079b9; 
	text-decoration: none; text-align: center; text-transform: uppercase;
	color: #FFF !important; clear: both; display: block; border-radius: 4px; -webkit-border-radius: 4px;
	 -webkit-transition: all .3s ease-in; transition: all .3s ease-in; font-family: 'Open Sans', "helvetica nenu", helvetica, arial, sans-serif; 
	 cursor: pointer;
}
#splash .btn:hover { background-color: #356294; }

#splash .bar { width: 100%; height: auto; position: relative; bottom: 0; display: block; background: url('../img/splash/bar-bkg-2-01.png') center; background-size: 100%; border-top: 4px solid #00558b; }
#splash .logos { padding: 5px 50px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center;  }
#splash .logos .item { max-width: 80px; flex-grow: 1; height: auto; padding: 10px; }
#splash .logos .item.wide { flex-grow: 2; max-width: 130px; }
#splash .logos .item img { width: 100%; height: auto; display: block; }



/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////// START OF RESPONSIVE STYLES //////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////// */


/* ////////////////////////////////  bigger than mobile version //////////////////////////////// */

@media screen and (min-width: 480px) {

	.lightbox .image {  }
	.lightbox.art { top: 7.5%; }

}

/* Landscape phones and down */
@media only screen and (max-width: 736px) and (orientation:landscape) { 
  
	#splash { top: 12%; }
	#splash .logo { width: 80px; height: 80px; }
	#splash h2 { margin: 5px 0; }
	#splash p { max-width: 90%; font-size: 12px; line-height: 14px; }
	#splash .logos a { padding: 5px; }
	#splash .logos { padding: 0 30px; }

}

/* iPhone X */
@media only screen and (orientation : landscape) 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 

	#splash { top: 12%; }
	#splash .logo { }
	#splash h2 { margin: 5px 0; }
	#splash p { max-width: 90%; font-size: 12px; line-height: 14px; }
	#splash .logos a { padding: 5px; }
	#splash .logos { padding: 0 30px; }

}

/* 1792x828px at 326ppi */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 



}

@media screen and (min-width: 737px) {

	#splash { width: 90%; }
	#splash .logo {  }
	#splash h2 { margin: 10px 0; }

	.lightbox.simple { width: 450px; height: 200px; }
	.lightbox.simple .text { width: 100% !important; height: 200px !important; }
	.lightbox.simple .text .text-inner { height: 200px !important; }
	.lightbox.simple h3 { font-size: 25px; line-height: 30px; } 


}

/* //////////////////////////////// big ipad version //////////////////////////////// */

@media screen and (min-width: 768px) {

	.lightbox { width: 750px; height: 358px; overflow: visible; bottom: 0; left: 0; top: 0; right: 0; margin: auto; position: absolute; border-radius: 5px; -webkit-border-radius: 5px; }
	.lightbox.video { width: 600px; height: 385px; }
	.lightbox.art { width: 600px; height: 385px; top: 16%; }

	.lightbox.video2 .image.wide { width: 75%; }
	.lightbox.video2 .text.thin { width: 25%; }

	.lightbox .content { display: block; }

	.lightbox .image { display: inline-block; max-height: none; float: left; width: 50%; }
	.lightbox .image.wide { width: 65%; height: 360px; }
	.lightbox .image.stretch img { width: 110%; }
	.lightbox .image.bars img { border-top: 70px solid #000; border-bottom: 70px solid #000; }

	.lightbox .intro-video { border-top: 26px solid #000; border-bottom: 26px solid #000; }

	.lightbox .text { display: inline-block; float: left; padding: 0; width: 50%; height: 360px; position: relative; }
	.lightbox .text.thin { width: 35%; }
	.lightbox .text .text-inner { padding: 20px; overflow-y:scroll; height: 320px; }

	.lightbox .text .gradient { height: 70px; width: 100%; position: absolute; bottom: 0; right: 0; background: rgb(246,246,246); background: linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(246,246,246,0) 100%); pointer-events: none; }

	.lightbox .close-btn { display: block; top: -60px; background: url(../img/icon-close-bold.png) no-repeat center; background-size: 40px; }

	.lightbox h3 { font-size: 25px; line-height: 30px; }
	.lightbox p { font-size: 14px; line-height: 18px; }
	.lightbox .text ul li { font-size: 14px; line-height: 18px; }

	.share-box { width: 400px; height: auto; margin: -100px 0 0 -200px; top: 50%; left: 50%; }
	.share-box .close-btn { display: block; width: 40px; height: 40px; top: -20px; right: -20px; padding: 0px; position: absolute; background: url(../img/close.png) no-repeat center; background-size: 40px; }

	.lightbox .image .fancybox-view { width: 60px; height: 60px; margin: -70px 0 0 -30px; }

	.rslides li {  }
	.rslides li span { bottom: 0; right: auto; left: 0;} 
	.lightbox .image span { bottom: 0; right: auto; left: 0; } 

	#splash { top: 20%; width: 700px; }
	#splash .upper { padding: 20px 0; }
	#splash .logo {  }
	#splash h2 { font-size: 25px; line-height: 35px; }
	#splash p { font-size: 18px; line-height: 26px; display: block; }
}

/* //////////////////////////////// full wide version //////////////////////////////// */ 

@media screen and (min-width: 960px) {

	.lightbox { width: 900px; height: 429px; }

	.lightbox .text { height: 430px; }
	.lightbox .text .text-inner { height: 390px; }

	.lightbox .image.wide { height: 430px; }

	.lightbox .intro-video { border-top: 31px solid #000; border-bottom: 31px solid #000; }

	.lightbox h5 { font-size: 25px; line-height: 35px; }

	.share-box { width: 500px; margin: -100px 0 0 -250px; top: 50%; left: 50%; }

	.lightbox a.rslides_nav { display: none; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
	.lightbox:hover a.rslides_nav { display: block; }

}

/* //////////////////////////////// full wide version //////////////////////////////// */ 

@media screen and (min-width: 1200px) {

	.lightbox { width: 900px; height: 429px; }

	.lightbox.video { width: 800px; height: 452px; }
	.lightbox.art { width: 950px; height: 500px; top: 5%; left: 0; }

	.lightbox .header { height: 60px; }
	.lightbox .header.icon { background-size: 35px; background-position: left 20px center; padding-left: 70px; }
	.lightbox .header h5 { line-height: 60px; font-size: 25px; }

	.lightbox .close-btn { width: 60px; height: 60px; top: -60px; right: -60px; }

	.lightbox .image { width: 50%; }
	.lightbox .text { width: 50%; height: 430px; }
	.lightbox .text .text-inner { height: 430px; padding: 20px; }
	.lightbox .text .gradient { height: 100px; }

	.lightbox .intro-video { border-top: 38px solid #000; border-bottom: 38px solid #000; }

	.rslides li {  }

	.lightbox p { font-size: 15px; line-height: 20px; }
	.lightbox .text ul li { padding: 5px 0; font-size: 15px; line-height: 20px; }

	#splash { top: 20%; }
	#splash .upper { padding-top: 30px; }
	#splash .logo {  }
	#splash h2 { font-size: 25px; line-height: 35px; }
	#splash p { font-size: 18px; line-height: 22px; }
	#splash .logos .item { max-width: 80px; padding: 10px 30px; }
	#splash .logos .item.wide { max-width: 110px; }
	#splash .btn { font-size: 18px; line-height: 18px; margin-top: 20px; }
}

/* //////////////////////////////// very wide version //////////////////////////////// */ 

@media screen and (min-width: 1500px) { 

	.lightbox { width: 1250px; height: 587px; }
	.lightbox.video { width: 1000px; height: 565px; }

	.lightbox .text { width: 50%; height: 590px; }
	.lightbox .text .text-inner { padding: 30px; height: 530px; }

	.lightbox .image.wide { height: 590px; }

	.lightbox h3 { font-size: 35px; line-height: 40px; }

}

/* //////////////////////////////// extra wide version //////////////////////////////// */ 

@media screen and (min-width: 1750px) {

	.lightbox.art { width: 1500px; height: 750px; top: 0; }

}

/* //////////////////////////////// extra extra wide version //////////////////////////////// */ 

@media screen and (min-width: 2000px) {



}
