@charset "utf-8"; 

.featherlight {display:none; position:fixed; top:0; bottom:0; left:0; right:0; z-index:9999; height:100%; text-align:center; cursor:pointer; background:#333; background:rgba(0, 0, 0, 0.5); }
.featherlight .featherlight-close { position:absolute; z-index:9999; right:0; top:-5px; line-height:28px; width:28px; cursor:pointer; text-decoration:none; text-align:center; background:#000; color:#fff; font-family:Verdana; border-radius:50%;}
.featherlight:before {content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-0.25em; }
.featherlight .featherlight-content {text-align:left; display:inline-block; vertical-align:middle; position:relative; padding:0.5%; width:800px; overflow:auto; cursor:auto; background:#000;}
.featherlight .featherlight-inner {display:block; }
.featherlight .featherlight-image {width:100%; }
.lightbox {display:none; }
