/* duaGallery 1.0 (2016-10-17) | Duacode (http://www.duacode.com) */
#duaGallery{width:100%;height:100vh;position:fixed;z-index:5000;top:0;left:0}#duaGallery #duaGallery-bgr{width:100%;height:100%;background-image:url(../../../images/loading.gif);background-repeat:no-repeat;background-position:center center;background-color:rgba(0,0,0,.85);position:absolute;z-index:5;top:0;left:0;cursor:zoom-out}#duaGallery #duaGallery-cont{position:absolute;z-index:15;cursor:pointer}#duaGallery #duaGallery-cont #duaGallery-img{width:100%;height:100%;display:block}#duaGallery #duaGallery-footer{width:100%;position:absolute;z-index:20;bottom:5px;left:0;color:#fff;text-align:center}#duaGallery #duaGallery-footer span{padding:0 5px;background-color:rgba(0,0,0,.25);display:inline-block}#duaGallery #duaGallery-close,#duaGallery #duaGallery-next,#duaGallery #duaGallery-prev{color:#fff;text-shadow:0 0 5px #000;position:absolute;z-index:20;cursor:pointer}#duaGallery #duaGallery-close:hover,#duaGallery #duaGallery-next:hover,#duaGallery #duaGallery-prev:hover{color:#ddd}#duaGallery #duaGallery-close{padding:4px;top:0;right:0}#duaGallery #duaGallery-next,#duaGallery #duaGallery-prev{width:32px;font-size:32px;line-height:32px;top:50%;transform:translateY(-50%)}#duaGallery #duaGallery-prev{left:0}#duaGallery #duaGallery-next{right:0}