.lightBoxGalleryOverlay{
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    z-index: 101;
}
.lightBoxGalleryDotContainer{
    position: fixed;
    bottom: 45px;
    width: 100%;
    height: 45px;
    z-index: 102;
}
.lightBoxGalleryContainer{
    position: fixed;
    width: 1000px;
    height: 600px;
    float: left;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-60%);
    box-sizing: border-box;
    opacity: 0;
    z-index: 102;
}
.lightBoxGalleryContainerImages {
    height: 600px;
    width: 100%;
    float: left;
}
.lightBoxGalleryContainerImages ul{
    margin: 0px 0px -40px 0px;
    color: rgba(255,255,255,0.8);
}
.lightBoxImgContainer{
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    box-sizing: border-box;
    outline: none;
}
.lightBoxImgContainer img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 5px;
}
.GalleryArrow {
    width: 30px;
    height: 50px;
    display: block;
    border: none;
    position: absolute;
    z-index: 103;
    background: none;
    text-align: center;
    outline: none;
    font-family: 'EFCIcon';
    font-size: 40px;
    line-height: 40px;
    top: 50%;
    margin-top: -25px;
    padding: 5px;
    color: rgba(255,255,255,1);
}
.GalleryArrow.slick-disabled{
    opacity: 0.2;
}
.GalleryNext {
    right: 40px;
}
.GalleryNext:before {
    content: "\E00D";
}
.GalleryPrev {
    left: 40px;
}
.GalleryPrev:before {
    content: "\E00F";
}
.GalleryCloseBtn{
    position: absolute;
    right: 60px;
    top: 60px;
    font-size: 25px !important;
    cursor: pointer;
    color: rgba(255,255,255,1);
}
@media screen and (max-width: 991px){
    .lightBoxGalleryDotContainer {
        bottom: 10px;
    }
    .GalleryPrev {
        left: 20px;
    }
    .GalleryNext {
        right: 20px;
    }
}
@media screen and (max-height: 860px){
    .lightBoxGalleryContainer{
        height: 500px;
        transform: translateX(-50%) translateY(-60%);
    }
    .lightBoxGalleryContainerImages{
        height: 500px;
    }
    .lightBoxImgContainer{
        height: 500px;
    }
}
/*@media screen and (max-height: 760px){
    .lightBoxGalleryContainer{
        height: 400px;
    }
    .lightBoxGalleryContainerImages{
        height: 400px;
    }
    .lightBoxImgContainer{
        height: 400px;
    }
}*/
@media screen and (max-height: 660px){
    .lightBoxGalleryContainer{
        height: 400px;
    }
    .lightBoxGalleryContainerImages{
        height: 400px;
    }
    .lightBoxImgContainer{
        height: 400px;
    }
}
@media screen and (max-height: 570px){
    .lightBoxGalleryContainer{
        height: 350px;
    }
    .lightBoxGalleryContainerImages{
        height: 350px;
    }
    .lightBoxImgContainer{
        height: 350px;
    }
}
@media screen and (max-height: 520px){
    .lightBoxGalleryContainer{
        transform: translateX(-50%) translateY(-50%);
    }
    .lightBoxImgContainer{
        margin: 0px;
    }
    .lightBoxGalleryDotContainer{
        display: none;
    }
    .lightBoxImgTitle{
        display: none;
    }
}

@media screen and (max-width: 1024px){
    .lightBoxGalleryContainer{
        left: 50px;
        right: 50px;
        width: auto;
        transform: translateY(-50%);
    }
    .GalleryCloseBtn{
        right: 10px;
        top: 10px;
    }
}
@media screen and (max-width: 450px){
    .lightBoxGalleryContainer{
        left: 10px;
        right: 10px;
        height: 600px;
        top: 50%;
        transform: translateY(-50%);
    }
    .lightBoxGalleryContainerImages {
        height: 100%;
        width: 100%;
    }
    .lightBoxImgContainer{
        height: 500px;
        width: 100%;
    }
    .GalleryArrow{
        background: rgba(0,0,0,0.6);
    }
    .lightBoxGalleryDotContainer{
        display: none;
    }
}
.lightBoxImgTitle {
    position: absolute;
    bottom: 0px;
    color: rgba(255,255,255,1);
    text-align: center;
    max-width: 90%;
    font-size: 20px;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 25px;
    height: 50px;
    vertical-align: bottom;
}