.popup{position:fixed;width:100%;height:100%;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);z-index:1001}.popup .popup_loader{height:30px;line-height:30px;left:50%;margin-left:-15px;margin-top:-15px;position:absolute;top:50%;width:30px;color:#fff;font-size:30px;text-shadow:0 0 2px #000;text-align:center;z-index:1003}.popup,.popup .popup_canvas{display:none}.popup .popup_canvas img{width:100%;height:100%;display:block}.popup .popup_canvas{position:absolute;left:50%;top:50%;overflow:hidden;z-index:1002;min-width:60px;min-height:60px;margin-left:-30px;margin-top:-30px}.popup .popup_canvas.imgLoaded.current{background:none repeat scroll 0 0 #eee;border:1px solid #ddd;padding:15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:0 1px 15px rgba(0,0,0,.25);text-align:left;opacity:1}.popup .popup_canvas .popup_description{background:rgba(0,0,0,.4);bottom:15px;display:block;left:15px;padding:5px;position:absolute;right:15px;color:#fff;text-shadow:0 1px 0 #000,0 1px 2px #333}.popup.touchDevice{background-color:rgba(0,0,0,1)}.popup.touchDevice .popup_canvas{background:0 0 !important;border:0 none !important;box-shadow:none !important;padding:0 !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}.popup.touchDevice .popup_canvas .popup_description{left:0 !important;right:0 !important;bottom:0 !important}@media(min-width:768px){.popup.touchDevice{background-color:rgba(0,0,0,.7)}}.popup .popup_nav_next,.popup .popup_nav_prev{position:absolute;color:#fff;font-weight:700;text-shadow:0 0 15px #000,0 0 5px #000;font-size:50px;z-index:1003;cursor:pointer;opacity:.6;text-align:center;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.popup .popup_nav_next:hover,.popup .popup_nav_prev:hover{opacity:1}.popup .popup_nav_prev{top:0;left:0;font-size:50px;height:100%;width:15%}.popup .popup_nav_next{top:0;right:0;font-size:50px;height:100%;width:15%}.popup .popup_nav_prev>i,.popup .popup_nav_next>i{position:absolute;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px}.popup .popup_close{position:absolute;right:15px;top:15px;z-index:1004}.popup .popup_close .btn{background-color:rgba(0,0,0,.5);color:#fff;text-shadow:0 0 2px #000;border:1px solid #fff}@media(max-width:767px){.popup .popup_nav_prev,.popup .popup_nav_next{opacity:1}}