﻿.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow, .mfp-with-fade.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow, .mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}




.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}*/



.galleryindexes li:hover {
    text-decoration: underline;
    cursor: pointer;
}

.image-link, .video-link {
    position: relative;
    z-index: 2;
    display: block;
}

.gallery-img-width {
    width: 100%;
}

.slideshowicon {
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 45%;
    max-width: 200px;
    background-color: transparent;
    opacity: 1;
    /*width: 200px;*/
}

.videoicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .7;
    font-size: 4em !important;
}

.mobiledata {
    width: 0px;
}

@media (min-width:768px) {
    .mobiledata {
        width: 1px;
    }
}

@media (min-width:992px) {
    .mobiledata {
        width: 2px;
    }
}

@media (min-width:1200px) {
    .mobiledata {
        width: 3px;
    }
}

.galleryfiltertags {
    margin-bottom: 14px;
}

.gallery-mm2 a {
    padding-bottom: 8px;
}

.gallery-mm2 > div[class*='col-'] {
    padding: 4px;
}

.image-link, .video-link {
    position: relative;
    z-index: 2;
    display: block;
}
.videoicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .7;
    font-size: 4em !important;
}
.equal-mm2 {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.equal-mm2 > a {
    flex: initial;
    margin: 0px 30px 30px 0px;
}

.equal-mm2 > a > img {
    height: 200px;
    width: auto;
}

