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

/* Lightbox */

.overlay { width: 100%; height: 100%; position: absolute; z-index: 8000; background: rgba(0,0,0,0.3); 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: scroll; }

.lightbox .header { display: block; padding: 0 20px; height: 50px; background-color: #1a3442 !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.sports { background: url(../img/icon-sports.png) no-repeat; }
.lightbox .header.crafts { background: url(../img/icon-crafts.png) no-repeat; }
.lightbox .header.leisure { background: url(../img/icon-pool.png) no-repeat; }
.lightbox .header.hotel { background: url(../img/icon-hotel.png) no-repeat; }
.lightbox .header.shooting { background: url(../img/icon-range-sports.png) no-repeat; }
.lightbox .header.golf { background: url(../img/icon-golf.png) no-repeat; }
.lightbox .header.golf3 { background: url(../img/icon-golf3.png) no-repeat; }

/* .lightbox .header.golf.yellow { background-color: #f0ca20; }
.lightbox .header.golf.pink { background-color: #d43b8e; } */

.lightbox .header.golf.yellow { background-color: #f0ca20 !important; color: #FFF; }
.lightbox .header.golf.green { background-color: #549935 !important; color: #FFF; }
.lightbox .header.golf.blue { background-color: #4789c8 !important; color: #FFF; }
.lightbox .header.golf.pink { background-color: #d43b8e !important; color: #FFF; }

.lightbox .header.golf3.white { background-color: #EEE !important; }
.lightbox .header.golf3.white h5 { color: #666 !important; }

.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 .stats { 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 .stats-inner { display: block; overflow: hidden; padding: 20px 20px 0 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; }

/* Stats */

table.golf-stats { margin: 5px 0 0 0; border: 1px solid #CCC; }
table.golf-stats td { padding: 8px 15px; color: #666; }
table.golf-stats td span { width: 15px; height: 15px; background: #CC0000; border-radius: 100px; -webkit-border-radius: 100px; float: left; display: inline-block; margin: 4px 10px 0 0; }
table.golf-stats td p { float: left; display: inline-block; color: #666; }

table.golf-stats td.par { padding-left: 43px; background: url(../img/icon-par.png) no-repeat left 15px center; background-size: 18px; }
table.golf-stats td.red span { background-color: #CC0000; border: 2px solid #CC0000; }
table.golf-stats td.yellow span { background-color: #f0ca20; border: 2px solid #f0ca20; }
table.golf-stats td.white span { background-color: #FFF; border: 2px solid #CCC; }

/* 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: 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.basic { width: 400px; height: 150px; }
	.lightbox.golf { width: 600px; height: 300px; }

	.lightbox.video { width: 600px; height: 385px; }

	.lightbox .content { display: block; }

	.lightbox .image { display: inline-block; max-height: none; float: left; width: 60%; }
	.lightbox .stats { display: inline-block; max-height: none; float: left; width: 50%; height: 300px; background-color: #f4f4f4; }
	.lightbox .text { display: inline-block; float: left; padding: 0; width: 40%; height: 250px; overflow-y: auto; }
	.lightbox .text.wide { width: 100%; }

	.lightbox .text .text-inner { padding: 20px; }
	.lightbox .stats .stats-inner { padding: 20px; }

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

	.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.basic { width: 400px; height: 150px; }
	.lightbox.golf { width: 700px; height: 350px; }
	.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: 65%; }
	.lightbox .stats { width: 50%; }
	.lightbox .text { width: 35%; height: 340px; }

	.lightbox.golf .text { width: 50%; }

	.lightbox .text .text-inner { padding: 20px; }
	.lightbox .stats .stats-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) {


}
