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

.lightbox .header { display: block; padding: 0 20px; height: 50px; background-color: #005dac !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 { width: 100%; max-height: 200px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.lightbox .image img { width: 100%; height: auto; }

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

/* 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; text-align: center; font-weight: 600 !important; }
.share-box p { margin: 0 0 0 0; text-align: center; color: #666; }

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




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


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

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

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

}

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

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


}

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

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

	.lightbox { width: 600px; height: 300px; overflow: hidden; bottom: 0; left: 0; top: 0; right: 0; margin: auto; position: absolute; }
	.lightbox.video { width: 600px; height: 385px; }

	.lightbox .content { display: block; }

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

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

}

/* //////////////////////////////// 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: 400px; }
	.lightbox.video { width: 800px; height: 510px; }

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

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

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

}

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

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



}

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

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


}

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

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


}
