
/* Image galleries on modals: */
.modal .views-field-field-kep {
    margin: 0 auto;
}
.modal .views-field-field-kep ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.modal .views-field-field-kep li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.modal .views-field-field-kep img {
    display: block;
    height: auto;
    max-width: 100%;
}


.ga-llery {
    display: block;
}

.ga-llery::after {
    clear: both;
}

.ga-llery .img-box img {
    margin-left: auto;
    margin-right: auto;
}

.ga-llery-slider {
    margin: 10px 20px;
}

.ga-llery .slider div[data-img] {
    
}
.ga-llery .slider img {
    border: 1px solid black;
    margin: 10px;
    padding: 2px;
    max-height: 100px;
}

.ga-llery img.thumbnail {
    max-width: 133px;
}

.ga-llery .slick-prev::before, .ga-llery .slick-next::before {
    color: #555;
}