/* //////////////////////////////// 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: 'Lora', "helvetica nenu", helvetica, arial, sans-serif; font-weight: 600 !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 .image.video { background: #222; }
.lightbox .video-wrapper { width: 100%; height: 100%; display: table; background: #222; }
.lightbox .video-wrapper .video-inner { display: table-cell; vertical-align: middle; }

.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 { 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; margin: 20px 0 0 0;   -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: #41b1d2; }

/* .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: #1e3773; font-weight: 600 !important; margin: 0 0 20px 0; }
.lightbox h4 { font-size: 22px; line-height: 32px; color: #1e3773; font-weight: 600 !important; margin: 0 0 20px 0; }
.lightbox p { font-size: 15px; line-height: 20px; color: #666; margin: 0; padding: 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: #1e3773; color: #FFF; text-decoration: none; display: inline-block; margin-top: 20px; font-size: 14px; line-height: 18px; font-family: "Open Sans", helvetica, arial, sans-serif; letter-spacing: -0.01em; font-weight: bold; }
.more:hover { background: #8cd2fa; color: #1e3773; }

/* 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%; }

.embed-container-youtube { position: relative; padding-bottom: 73%; height: 0; overflow: hidden; max-width: 100%; background-color: #222; } 
.embed-container-youtube 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; }


.cycle-pause { width: 40px; height: 40px; position: absolute; z-index: 9999; top: 20px; left: 20px; display: block; background: url(../img/icon-pause-new-01.png) no-repeat center; background-size: 100%; }



/* SOCIAL MEDIA LINKS */

.socials { display: block; margin: 0 auto; width: 80%; position: relative; padding: 10% 0; text-align: center; }
.socials a { width: 50px; height: 50px; display: inline-block; margin: 10px; text-align: center; }

.socials a.twitter { background: url('../inline/img/social/twitter.png') no-repeat center; background-size: 100%; }
.socials a.facebook { background: url('../inline/img/social/facebook.png') no-repeat center; background-size: 100%; }
.socials a.linkedin { background: url('../inline/img/social/linkedin.png') no-repeat center; background-size: 100%; }
.socials a.instagram { background: url('../inline/img/social/instagram.png') no-repeat center; background-size: 100%; }
.socials a.youtube { background: url('../inline/img/social/youtube.png') no-repeat center; background-size: 100%; }

/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////// 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) { 
  


}

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

}

/* 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) {

	.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; } 

	.socials { width: 90%; padding: 15% 0;  }
	.socials a { width: 50px; height: 50px; }

}

/* //////////////////////////////// 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; }

	.socials { width: 80%; padding: 20% 0;  }
	.socials a { width: 60px; height: 60px; margin: 10px; }

}

/* //////////////////////////////// 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; }

}

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

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

	.lightbox { width: 1250px; height: 587px; }
	#splash { width: 1250px;  }
	.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; }

	.socials { width: 80%; padding: 30% 0;  }
	.socials a { width: 70px; height: 70px; margin: 20px; }

}

/* //////////////////////////////// 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) {



}
