﻿
.GalleryImg img {
    padding: 5px;
    background-color: white;
    border-radius: 8px 8px 0 0;
}
/* The Modal (background) */
.Galmodal {
    display: none;
    position: fixed;
    z-index: 1110;
    padding-top: 20px;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}

/* Modal Content */
.Galmodal-content {
    display: inline-block;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    z-index:10011;
}

    .Galmodal-content .mySlides {
    }
/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 45px;
    font-weight: bold;
    z-index:10001;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }


img.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);
}
.Galmodal .numbertext{
    left:0px;
    padding:5px;
    background-color:#f7b20f;
    position:absolute;
    color:white;
}
.Galmodal .prev, .Galmodal .next {
    position: absolute;
    top: 45%;
    padding:20px 10px;
    font-size:2em;
    cursor:pointer;
    z-index:1001;
}
.Galmodal a.prev:hover, .Galmodal a.next:hover {
    text-decoration:none!important;
    color:white!important;
}
.Galmodal .prev {
    left: 0;
}
.Galmodal .next {
    right: 0;
}