.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    display: none;
    z-index: 6
}
.sl-wrapper {
    z-index: 10
}
.sl-wrapper button {
    border: 0;
    background: 0 0;
    font-size: 24px;
    padding: 0;
    cursor: pointer
}
.sl-wrapper button:hover {
    opacity: .7
}
.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 10px;
    top: 5px;
    z-index: 9998;
    background: #298B7A;
    padding: 5px 10px;
    color: #fff;
    line-height: 22px;
    font-size: 20px;
}
.sl-wrapper .sl-navigation {
    width: 100%;
    display: none
}
.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    line-height: 21px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    z-index: 999;
    border: 1px solid;
    padding: 0px;
    color: #000;
    border-radius: 50%;
    background: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 40px
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 40px
}
.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000
}
.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    padding: 13px;
    background: #000;
    border: 1px solid #444;
}
.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: #000;
    opacity: .8;
    text-align: center;
    position: absolute;
    margin-top: 5px;
    width: 100%;
    /* bottom: 0px; */
    /* left: 0; */
    /* right: 0 */
}
.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 10;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@-moz-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@-o-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@-ms-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
.photo-gallery-image img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    border: 1px dotted #007437;
    padding: 4px;
}
@media (min-width: 992px) {
    .photo-gallery-image {
        width: 12%;
        height: auto;
        float: left;
        transition: all 0.25s;
        margin: 0.25%;
    }
    .photo-gallery-image.big {
        width: 24%;
        float: left;
        transition: all 0.25s;
        margin: 0.25% 0.5%;
    }
    .photo-gallery-image:hover {
        width: 12%;
        height: auto;
        transform: scale(1.1) translateY(0px);
    }
    .photo-gallery-image.big:hover {
        width: 24%;
        height: auto;
        transform: scale(1.1) translateY(0px);
    }
}
@media (min-width: 481px) and (max-width: 991px) {
    .photo-gallery-image {
        width: 24%;
        height: auto;
        float: left;
        margin: 0.5%;
    }
    .photo-gallery-image.big {
        width: 48%;
        float: left;
		transition: all 0.25s;
        margin: 0.5% 1%;
    }
    .photo-gallery-image:hover {
        width: 24%;
        height: auto;
        transform: scale(1.1) translateY(0px);
    }
    .photo-gallery-image.big:hover {
        width: 48%;
        height: auto;
        transform: scale(1.1) translateY(0px);
    }
}
@media (max-width: 480px) {
    .photo-gallery-image {
        width: 48%;
        height: auto;
        float: left;
        margin: 1%;
    }
    .photo-gallery-image.big {
        width: 96%;
        float: left;
		transition: all 0.25s;
        margin: 1% 2%;
    }
    .photo-gallery-image:hover {
        width: 48%;
        height: auto;
        transform: scale(1.1) translateY(0px);
    }
    .photo-gallery-image.big:hover {
        width: 96%;
        height: auto;
        transform: scale(1.1) translateY(0px);
    }
}
.photo-gallery-image .galery-title {
    width: 100%;
    background: #007437;
    color: #fff;
    padding: 3px 8px;
    margin-bottom: 5px;
    font-size: 13px;
}
.photo-gallery-image {
    position: relative;
}
.photo-gallery-image.no-border img {
    border: none;
    padding: 0px;
}
.photo-gallery-image .view-all {
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    float: left;
    font-weight: 600;
    width: 100%;
    text-decoration: none;
    bottom: 0px;
    padding: 4px 8px;
    position: absolute;
    background: rgba(0, 51, 102, 0.6);
}
.photo-gallery-image p {
    font-size: 13px;
    color: #1C2C3C;
    text-align: center;
    float: left;
    font-weight: 600;
    width: 100%;
    text-decoration: none;
}