/**
 * Part of the Sideways8 Fancy Lightbox plugin
 * From the guys at Sideways8 Interactive, LLC
 * @package S8_Fancy_Lightbox
 **/
#s8-fl-overlay { background: rgba(0,0,0,0.6); display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9998; }
.s8-fl-wrapper { display: none; left: 0; position: absolute; text-align: center; top: 25%; width: 100%; z-index: 9999; }
.s8-fl-wrapper-inner { display: inline-block; max-width: 98%; position: relative; text-align: left; zoom: 1; }
.s8-fl-wrapper-inner:before, .s8-fl-wrapper-inner:after { content: ''; display: table; line-height: 0; }
.s8-fl-wrapper-inner:after { clear: both; }
.s8-fl-close { background: white; cursor: pointer; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 30px; height: 30px; padding-top: 1px; position: fixed; right: 50px; top: 50px; width: 30px; }
@media (max-width: 767px) {
    .s8-fl-wrapper-inner { max-width: 96%; }
}
