@charset "utf-8";

.lightbox { position: relative; top: 70px; z-index: 1050; line-height: 0; text-align: center; background-color: transparent; outline: none; }

.lightbox .hide { display: none; }

.lightbox .in { display: block; }

.lightbox-content { display: inline-block; padding: 10px; background-color: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 7px; background-clip: padding-box; }

.lightbox-content .lightbox-caption { position: absolute; right: 12px; bottom: 11px; left: 11px; padding: 2%; font-size: 14px; line-height: 18px; color: white; text-align: center; text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px; background: rgba(0, 0, 0, 0.6); }

.lightbox-header .close { margin-top: -16px; margin-right: -16px; font-size: 2em; color: white; opacity: 0.8; }

.lightbox-header .close :hover { opacity: 0.4; }