.lightbox img:not(.lightbox-disabled){cursor:-webkit-zoom-in;cursor:zoom-in}
.lightbox-gallery{visibility:hidden;position:fixed;left:0;/*!rtl:ignore*/
top:0;width:100%;height:100%;z-index:1100;background-color:rgba(0,0,0,.9);opacity:0;pointer-events:none;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}
.lightbox-gallery .lightbox-gallery-toolbar{position:absolute;top:0;left:0;/*!rtl:ignore*/
width:100%;height:50px;z-index:1110;-webkit-transition:opacity .4s;transition:opacity .4s}
.lightbox-gallery .lightbox-gallery-toolbar .lightbox-gallery-left-tools{float:left;height:100%}
.lightbox-gallery .lightbox-gallery-toolbar .lightbox-gallery-right-tools{float:right}
.lightbox-gallery .lightbox-gallery-toolbar button{border:none;background:0 0;width:50px;height:50px;color:#b3b3b3;-webkit-transition:color .2s;transition:color .2s}
.lightbox-gallery .lightbox-gallery-toolbar button:hover{color:#fff}
.lightbox-gallery .lightbox-gallery-toolbar button:before{font-family:Font Awesome\ 5 Free;font-weight:900}
.lightbox-gallery .lightbox-gallery-toolbar button.fontawesome-pro:before{font-family:Font Awesome\ 5 Pro}
.lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-fullscreen-btn:before{content:""}
.lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-fullscreen-btn.active:before{content:""}
.lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-zoom-btn:before{content:""}
.lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-zoom-btn.active:before{content:""}
.lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-close-btn:before{content:""}
.lightbox-gallery .lightbox-gallery-counter{height:100%;color:#b3b3b3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;margin-bottom:0;direction:ltr/*!rtl:ignore*/}

.lightbox-gallery .lightbox-gallery-content{position:fixed;top:50px;left:50px;/*!rtl:ignore*/
width:calc(100% - 100px);height:calc(100% - 100px)}
.lightbox-gallery .lightbox-gallery-content .lightbox-gallery-image{position:absolute;left:0;/*!rtl:ignore*/
top:0;width:100%;height:100%;opacity:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transition:all .4s ease-out;transition:all .4s ease-out;pointer-events:none}
.lightbox-gallery .lightbox-gallery-content .lightbox-gallery-image img{position:absolute;left:0;/*!rtl:ignore*/
top:0;width:100%;max-width:100%;height:auto;cursor:pointer;pointer-events:auto}
.lightbox-gallery .lightbox-gallery-content .lightbox-gallery-image img.vertical{height:100%;max-height:100%;width:auto;max-width:none}
.lightbox-gallery .lightbox-gallery-arrow-right{position:fixed;right:0;top:0;width:50px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .4s;transition:opacity .4s}
.lightbox-gallery .lightbox-gallery-arrow-right button{border:none;background:0 0;width:50px;height:50px;color:#b3b3b3;-webkit-transition:color .2s;transition:color .2s}
.lightbox-gallery .lightbox-gallery-arrow-right button:hover{color:#fff}
.lightbox-gallery .lightbox-gallery-arrow-right button:before{font-family:Font Awesome\ 5 Free;font-weight:900;content:""}
.lightbox-gallery .lightbox-gallery-arrow-right button.fontawesome-pro:before{font-family:Font Awesome\ 5 Pro}
.lightbox-gallery .lightbox-gallery-arrow-left{position:fixed;left:0;top:0;width:50px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .4s;transition:opacity .4s}
.lightbox-gallery .lightbox-gallery-arrow-left button{border:none;background:0 0;width:50px;height:50px;color:#b3b3b3;-webkit-transition:color .2s;transition:color .2s}
.lightbox-gallery .lightbox-gallery-arrow-left button:hover{color:#fff}
.lightbox-gallery .lightbox-gallery-arrow-left button:before{font-family:Font Awesome\ 5 Free;font-weight:900;content:""}
.lightbox-gallery .lightbox-gallery-arrow-left button.fontawesome-pro:before{font-family:Font Awesome\ 5 Pro}
.lightbox-gallery .lightbox-gallery-caption-wrapper{position:fixed;left:0;bottom:0;width:100%;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.lightbox-gallery .lightbox-gallery-caption-wrapper .lightbox-gallery-caption{color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin:0 10px;text-align:center}
.lightbox-gallery .lightbox-gallery-loader{position:fixed;left:0;top:0;z-index:2;width:100%;height:100%;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none;-webkit-transition:opacity 1s;transition:opacity 1s}
.lightbox-gallery button:focus{outline:0;color:#fff}