/* 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(255,255,255,.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:80%;height:80%;margin-top: 10%; margin-left: 10%; box-shadow: 5px 5px 5px rgba(0,0,0,.2); 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;color: #3f5e8c;display:inline-block}#duaGallery #duaGallery-close,#duaGallery #duaGallery-next,#duaGallery #duaGallery-prev{color:#3f5e8c;font-size:36px;line-height:1;position:absolute;z-index:20;cursor:pointer}#duaGallery #duaGallery-close:hover,#duaGallery #duaGallery-next:hover,#duaGallery #duaGallery-prev:hover{color:#00cfdb}#duaGallery #duaGallery-close{top:0;right:5px}#duaGallery #duaGallery-next,#duaGallery #duaGallery-prev{top:calc(50% - 18px)}#duaGallery #duaGallery-prev{left:5px}#duaGallery #duaGallery-next{right:5px}