/* Images modal lightbox */
.row > .column {
    padding: 0 8px;
}

.column img {
    object-fit: cover;
}
    
.row:after {
    content: "";
    display: table;
    clear: both;
}
    
.column {
    float: left;
    width: 25%;
    height: 200px;
    margin: 20px 0px 120px 0px;
}
  
.column img {
    width: 100%;
    height: 100%;
}

.mySlides img {
    width: auto;
    height: 90vh;
    max-width: 100%;
}
    
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 2%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    z-index: 999;
}
    
/* Modal Content */
.modal-content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
    
/* The Close Button */
.close-cursor {
    color: white;
    position: absolute;
    top: 2%;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 99999;
}
    
.close-cursor:hover,
.close-cursor:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.csr-bottom-images-slider .slick-dots li button::before {
    font-size: 18px !important;
}

.csr-bottom-images-slider img.slider-image {
    cursor: pointer;
}

.csr-bottom-images-slider .slick-dots li.slick-active button::before {
    color: #006EFA !important;
}
    
.cursor {
    cursor: pointer;
}

#myModal .slick-arrow {
    text-decoration: none !important;
}

#myModal .mySlides {
    width: 100%;
    text-align: center;
}

.csr-bottom-images-slider {
    width: 100%;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.bottom-slider-wrapper {
    position: relative;
    width: 45%;
    height: 100%;
}

.prev.out,
.next.out {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.prev.out:hover,
.next.out:hover {
    text-decoration: none !important;
    background-color: transparent;
}

.next.out {
    right: -11%;
}

.prev.out {
    left: -11%;
}
    
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
    
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
    
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
    
img {
    margin-bottom: -4px;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* End images modal lightbox */

@media screen and (max-width: 992px) {
    .csr-bottom-images-slider img.slider-image {
        object-fit: cover;
        height: 320px;
    }
}

@media screen and (max-width: 768px) {
    .modal.hide {
        display: none !important;
    }

    .mySlides {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media screen and (orientation:portrait) {
        .mySlides img {
            width: 90vh;
            height: auto;
            margin: 0 auto;
        }
    }

    @media screen and (orientation:landscape) {
        .mySlides img {
            width: auto;
            height: 90vh;
            margin: 0 auto;
        }
    }

    .modal-content {
        height: 90vh;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .csr-bottom-images-slider img.slider-image {
        height: 260px;
    }
}