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

/* Lightbox */

.overlay { width: 100%; height: 100%; position: absolute; z-index: 8000; background: rgba(0,0,0,0.5); display: none; }

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

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

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

.lightbox .header.info { background: url(../img/icon-info-white.png) no-repeat; }
.lightbox .header.video { background: url(../img/icon-video.png) no-repeat; }
.lightbox .header.shopping { background: url(../img/icon-shopping.png) no-repeat; }
.lightbox .header.train { background: url(../img/icon-train.png) no-repeat; }
.lightbox .header.car { background: url(../img/icon-car-white.png) no-repeat; }

.lightbox .header.icon { background-size: 25px; 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: 'Lato', "helvetica nenu", helvetica, arial, sans-serif; }

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

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

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

.lightbox p { margin: 0; padding: 0; color: #666; font-size: 16px; line-height: 22px; }
.lightbox a { color: #336699; cursor: pointer; }

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

.lightbox .caption { padding: 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; }

/* SHARE VIEW LIGHTBOX */

.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 0 10px 0; font-size: 25px; line-height: 40px; font-weight: 700 !important; text-align: center; letter-spacing: 0; text-transform: uppercase; color: #666 !important; }
.share-box p { margin: 0 0 0 0; text-align: center; }
.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; }
.result { position: relative; overflow: hidden; margin-top: 20px; }

.copy-btn { 
	position: absolute; border: transparent; border-radius: 0 3px 3px 0; padding: 18px 40px 19px 16px; min-width: 100px; right: 0; top: 0; z-index: 500; 
	font-size: 14px; line-height: 14px; color: #FFF; text-transform: uppercase; cursor: pointer;
	background: url('../img/icon-clipboard-white.png') no-repeat right 15px center; background-size: 20px; background-color: #83c2eb; 
}
.copy-btn.copied { color: #FFF; background: url('../img/icon-tick-circle-white.png') no-repeat right 15px center; background-size: 20px; background-color: green; }
.url-result { width: 90%; padding: 15px; font-size: 16px; line-height: 16px; color: #666; display: block; background-color: #f6f6f6; border: 1px solid #CCC; }



/* Video Embed Container */

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

/* Splash */

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

#splash { width: 85%; height: auto; position: relative; background: #FFF; padding: 0; text-align: center; border-radius: 5px; -webkit-border-radius: 5px; } 

#splash .content { display: block; overflow: hidden; border-radius: 5px; -webkit-border-radius: 5px; }

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

#splash .splash-close { width: 50px; height: 50px; top: -25px; right: -25px; padding: 0; display: block; position: absolute; z-index: 9999; background: url(../img/close3.png) no-repeat center; background-size: 20px; background-color: #699bbc; cursor: pointer; border-radius: 100px; -webkit-border-radius: 100px; }

#splash .banner	{ width: 100%; height: 150px; display: table; clear: both; background: url('../inline/img/info/plp-info.jpg') no-repeat center; position: relative; background-size: cover; overflow: hidden; }
#splash .banner-logo { display: table-cell; vertical-align: middle; padding: 30px; }
#splash .banner-logo a { width: 60%; display: inline-block; overflow: hidden; margin: 0 auto; padding: 5px; background-color: #FFF; border-radius: 10px; -webkit-border-radius: 10px;}
#splash .banner-logo a img { width: 80%; height: auto; display: block; margin: 0 auto; padding: 10px 20px; }

#splash h2 { font-size: 16px; line-height: 20px; font-weight: 700; color: #383f1e; clear: both; margin: 0 20px; padding: 0; }
#splash p { font-size: 14px; line-height: 18px; color: #666; clear: both; margin: 10px 0; max-width: 100%; }
#splash p.small { font-size: 14px; line-height: 18px; margin: 10px 0; padding: 10px; background-color: #f4f4f4; }

#splash .btn-group { margin: 20px 0 0 0; display: block; overflow: hidden; }

#splash .btn { 
	font-weight: bold; max-width: 150px; 
	margin: 0 0 5px 0; font-size: 14px; padding: 15px 20px; 
	background-color: #699bbc; 
	text-decoration: none; text-align: center; 
	color: #FFF !important; display: inline-block; border-radius: 4px; -webkit-border-radius: 4px;
	 -webkit-transition: all .3s ease-in; transition: all .3s ease-in;
	 cursor: pointer;
}
#splash .btn:hover { background-color: #8e8a22 !important; color: #FFF !important; }

#splash a span { display: none; }

#splash #start-map { padding-left: 60px; background: url('../img/icon-location-map.png') no-repeat left 20px center; background-size: 30px; background-color: #699bbc; }
#splash #start-sites { padding-left: 60px; background: url('../img/icon-360-view.png') no-repeat left 20px center; background-size: 25px; background-color: #699bbc; }

#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: 120px; }
#splash .logos .item img { width: 100%; height: auto; display: block; }

#splash .lang-btns a { width: 35px; height: 35px; margin: 2px; }


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


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

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

	.lightbox .image { max-height: 300px; }

	#splash .banner-logo a { width: 40%; margin-bottom: 0; }

}

/* //////////////////////////////// ipad mini or galaxy note version //////////////////////////////// */  

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

	#splash p { font-size: 16px; line-height: 22px; display: block; padding: 0; max-width: 85%; margin: 10px auto; }
	#splash p.small { max-width: 85%; margin: 10px auto 20px auto; }

}

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

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

	.lightbox { width: 600px; height: 350px; overflow: hidden; bottom: 0; left: 0; top: 0; right: 0; margin: auto; position: absolute; -webkit-border-radius: 5px; border-radius: 5px; }
	.lightbox.video { width: 650px; height: 380px; }
	.lightbox.art { width: 650px; height: 600px; }
	.lightbox.art .text { width: 100%; }

	.lightbox.simple { width: 400px; height: 200px; }

	.lightbox .content { display: block; }

	.lightbox .image { display: inline-block; max-height: none; float: left; width: 50%; }
	.lightbox .image.wide { display: inline-block; max-height: none; float: left; width: 100%; }
	.lightbox .text { display: inline-block; float: left; padding: 0; width: 50%; height: 250px; overflow-y: auto; }
	.lightbox .text .text-inner { padding: 20px; }
	.lightbox .text.wide { width: 100%; }

	.lightbox p { 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 {  width: 40px; height: 40px;  top: -20px; right: -20px; padding: 0px; display: block; 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; }

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

	#splash { width: 600px; }
	#splash .banner	{ height: 250px; }
	#splash .upper { padding: 20px 0; }
	#splash h2 { font-size: 20px; line-height: 35px; }
	#splash p { font-size: 16px; line-height: 22px; display: block; padding: 0; max-width: 85%; margin: 10px auto; }
	#splash p.small { max-width: 85%; margin: 10px auto 20px auto; }

	#splash .btn-group .btn { margin: 0 10px 0 10px; }

	#splash a span { display: inline-block; }


}

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

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

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

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

}

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

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

	.lightbox { width: 800px; height: 450px; }
	.lightbox.video { width: 800px; height: 510px; }
	.lightbox.art { width: 800px; height: 700px; }

	.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: 20px; }

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

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

	.lightbox p { font-size: 16px; line-height: 22px; }

	#splash { width: 800px; max-width: 800px; }
	#splash .banner	{ height: 300px; }
	#splash .upper { padding-top: 30px; }
	#splash h2 { font-size: 25px; line-height: 35px; }
	#splash p { font-size: 16px; line-height: 20px; }
	#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; }

	#splash .btn-group { margin-bottom: 20px; }

}

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

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

	.lightbox.art { width: 800px; height: 650px; }

}

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

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


}

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

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


}
