.lumgall-flex > .lumgall-img {
    max-width: 620px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}
.lumgall-flex > .lumgall-img img {
    max-width: 200px;
    width: 200px;
    height: 133px;
    flex-basis: 200px;
    margin: 2px;
}
.lumgall-flex > .lumgall-img img:hover {
    box-shadow: 0 0 8px #22549f;
    cursor: pointer;
}
.lumgall-item {
    max-height: 450px;
    position: relative;
    margin: 0 auto;
}
.owl-carousel-lumgall .owl-stage {
    margin-left: 0px !important;
}
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}
.modalDialog:target {
    display: block;
    pointer-events: auto;
}
.modalDialog > div {
    max-width: 550px;
    position: relative;
    margin: 8% auto;
    padding: 5px;
    border-radius: 10px;
    background: #10c9ff;
    background: -moz-linear-gradient(top, #10c9ff 0, #0074a6 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #10c9ff), color-stop(100%, #0074a6));
    background: -webkit-linear-gradient(top, #10c9ff 0, #0074a6 100%);
    background: -o-linear-gradient(top, #10c9ff 0, #0074a6 100%);
    background: -ms-linear-gradient(top, #10c9ff 0, #0074a6 100%);
    background: linear-gradient(to bottom, #10c9ff 0, #0074a6 100%);
}
.close {
    background: #10c9ff;
    color: #0074a6;
    line-height: 25px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: 0px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #999;
}
@media only screen and (max-width: 978px) {
    .lumgall-flex > .lumgall-img {
        flex-direction: column;
    }
    .lumgall-flex > .lumgall-img img {
        max-width: 350px;
        width: unset;
        height: unset;
    }
}
@media screen and (max-width: 767px) {
    .lumgall-slide .close {
        top: -30px;
        right: 0;
    }
}
 