/* CSS Document */


.lightbox{text-align:center; width:100%; position:absolute; z-index:9999; display:none; top:0; left:0 !important; }
.lightbox_wp{width:100%; height:100%; background:rgba(0,0,0,0.6); position:fixed; z-index:1998; top:0;}
.lightbox_wpbox{width:100%; max-width:950px; position:fixed; top:15vh; z-index:1999;}
.lightbox_box{width:100%; position:relative; vertical-align:middle;}
.lightbox_close{width:28px; height:28px; background:#fff; border-radius:25px; box-shadow:#000 0 0 20px; color:#fff; display:inline-block; text-align:center; line-height:25px; position:relative; z-index:2; float:right; background:url(icon-close.png) 0 -50px no-repeat #000; border:#fff 1px solid; cursor:pointer; right:0px;}
.lightbox_close:hover{box-shadow:#fff 0 0 20px; background:url(icon-close.png) 0 -50px no-repeat #000;}
.lightbox_tb{width:calc(100% - 10px); background:#000; border:#fff 5px solid; border-radius:15px; box-shadow:#000 0 0 20px; text-align:left; color:#fff; top:-13px; position:relative; clear:both; margin-bottom:50px;}
.lightbox_content{padding:2%;}


