/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.10.0
 * @url https://github.com/feimosi/baguetteBox.js
 * mod by R@bSon
 */#bbox-overlay{display:none;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background:rgba(0,0,0,.8);transition:opacity .5s ease;opacity:0}#bbox-overlay.visible{opacity:1}#bbox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#bbox-overlay .full-image figure{display:inline;margin:0}#bbox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;box-shadow:0 6px 10px -2px rgba(0,0,0,.5)}#bbox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;font-size:1.8em;padding:10px;color:#ccc;background:rgba(0,0,0,.5);font-family:sans-serif}#bbox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#bbox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;transition:left .4s ease,transform .4s ease}#bbox-slider.bounce-from-right{animation:bounceFromRight .4s ease-out}#bbox-slider.bounce-from-left{animation:bounceFromLeft .4s ease-out}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.bbox-button#next-button,.bbox-button#previous-button{top:50%;top:calc(50% - 32px)}.bbox-button{position:absolute;width:64px;height:64px;cursor:pointer;outline:0;margin:0;border:0;background:0 0;color:#ddd;font:1.6em sans-serif;opacity:.4;transition:opacity .4s ease}.bbox-button:focus,.bbox-button:hover{opacity:1}.bbox-button#next-button{right:2%}.bbox-button#previous-button{left:2%}.bbox-button#close-button{top:2%;right:0;line-height:64px}.bbox-button svg{position:absolute;top:0;left:50%;transform:translateX(-50%)}.bbox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.bbox-double-bounce1,.bbox-double-bounce2{width:100%;height:100%;border-radius:50%;background:#fff;opacity:.6;position:absolute;top:0;left:0;animation:bounce 2s infinite ease-in-out}.bbox-double-bounce2{animation-delay:-1s}@keyframes bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}