/* BCW Photo / Media Viewer v08 */
#bcwPhotoViewer{display:none;position:fixed;left:20px;top:20px;z-index:999999;background:#fff;border:1px solid #999;padding:0;margin:0;box-shadow:3px 3px 10px rgba(0,0,0,.35);overflow:visible;box-sizing:border-box}
#bcwPhotoViewer.bcw-photo-visible{display:block}
#bcwPhotoImage{display:block;border:0;margin:0;padding:0;max-width:calc(100vw - 50px);max-height:calc(100vh - 90px);width:auto;height:auto;box-shadow:none;transform:none}
#bcwPhotoMediaFrame{display:none;border:0;margin:0;padding:0;background:#000;box-sizing:border-box;max-width:calc(100vw - 40px);max-height:calc(100vh - 98px)}
.bcwPhotoThumbnail{display:inline-block!important;box-shadow:2px 2px 7px rgba(0,0,0,.30)!important;transition:transform .15s ease!important}
.bcwPhotoThumbnail:hover{transform:scale(1.04)!important;cursor:pointer}
#bcwPhotoClose{position:absolute;right:6px;top:4px;z-index:1000000;width:28px;height:28px;border:1px solid #555;background:#fff;color:#000;font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:bold;line-height:25px;text-align:center;cursor:pointer;padding:0;margin:0}
#bcwPhotoClose:hover{background:#eee}
#bcwPhotoNavigation{position:static;width:100%;height:38px;background:rgba(255,255,255,.92);text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:14px;box-sizing:border-box}
#bcwPhotoPrevious,#bcwPhotoNext{display:inline-block;margin-top:6px;margin-left:5px;margin-right:5px;padding:5px 12px;border:1px solid #777;background:#f5f5f5;color:#000;font-family:Arial,Helvetica,sans-serif;font-size:13px;cursor:pointer}
#bcwPhotoPrevious:hover,#bcwPhotoNext:hover{background:#e5e5e5}
#bcwPhotoPdfViewer{display:none}
#bcwPhotoPdfFrame{display:block;border:0;margin:0;padding:0}
#bcwPhotoPdfClose{position:absolute;right:6px;top:4px;z-index:1000000;width:28px;height:28px;border:1px solid #555;background:#fff;color:#000;font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:bold;line-height:25px;text-align:center;cursor:pointer;padding:0;margin:0}
#bcwPhotoPdfClose:hover{background:#eee}