@charset "utf-8";
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;}
#cboxWrapper{max-width:none;}
#cboxOverlay{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.4);}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;margin-top:20px;margin-bottom:30px;padding:0 0 10px 0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%;}
.cboxPhoto{margin:0px 20px;float:left;margin:auto;border:0;display:block;max-width:none;}
.cboxIframe{background:#fff;width:100%;height:100%;display:block;border:0;padding:0;margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{background:#fff;box-sizing:content-box;}
#colorbox{border-radius:0;outline:0;}

#cboxTopLeft,#cboxBottomLeft{width:20px;height:12px;background:#fff;}
#cboxTopRight,#cboxBottomRight{width:20px;height:12px;background:#fff;}
#cboxTopCenter,#cboxBottomCenter{height:12px;background:#fff;}

#cboxMiddleLeft{width:0;background:#fff;}
#cboxMiddleRight{width:0;background:#fff;}
#cboxContent{background:#fff;overflow:hidden;padding:0 30px;}
#cboxError{padding:50px;border:1px solid #c00;}

#cboxTitle{margin:0;top:0;left:20px;right:20px;padding:0;position:absolute;height:1px;background:#fff;display:flex;align-items:center;border-bottom:1px solid #fff;}
#cboxTitle > span{max-height:34px;font-size:12px;line-height:16px;font-weight:500;color:#555;overflow:hidden;}
#cboxCurrent{position:absolute;bottom:0px;left:0px;width:100%;text-align:center;color:#555;font-size:12px;line-height:12px;font-weight:500;} 
#cboxLoadingOverlay{background:#fff;}
#cboxLoadingGraphic{background:url(images/loading.svg) no-repeat center center;}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none;cursor:pointer;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active{outline:0;}
#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#555;}
#cboxPrevious{position:absolute;margin:auto;top:0;bottom:0;left:10px;width:40px;height:40px;font-size:20px;line-height:40px;text-align:center;outline:none;background:#fff;}
#cboxNext{position:absolute;margin:auto;top:0;bottom:0;right:10px;width:40px;height:40px;font-size:20px;line-height:40px;text-align:center;outline:none;background:#fff;}
#cboxPrevious:hover,#cboxNext:hover{color:#555;}
#cboxClose{position:absolute;bottom:0;right:8px;outline:none;border:0;color:#c00;width:35px;height:35px;}
#cboxClose::before{font-family:var(--global-icon-font);font-size:28px;line-height:0.8;content:'\f057';font-weight:900;}
#cboxClose:hover{color:#f00;}