/*
 * Reponsive Gallery - Global Styles
 */
.backToGallery {
    float: right;
}

#gallery-html {
     margin-top: 25px;
     text-align: left;
}
    #gallery-html:after { content: ''; clear: both; display: block; }
    .gallery-image {
        float: left;
        width: 24%;
        height: 180px;
        line-height: 180px;
        text-align: center;
        border: 1px solid #E5E5E5;
        margin: 0.5%;
        padding: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .gallery-image.first { clear: both; }
    .gallery-image.last {  }
    
        .gallery-image a {
            text-decoration: none;
            display: block;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .scale .gallery-image a { background-size: contain; }
        .gallery-image a img, .gallery-image span { display: none; }
        .gallery-image img {
            max-width: 180px;
            max-height: 180px;
            margin: 0;
            vertical-align: middle;
        }
        
        
        
        
#sub-galleries {
    margin-top: 25px;
}        
    .sub-gallery {
        text-align: left;
        margin: 0 0.5% 2.5% 0.5%;
        float: left; 
        width: 32%;
        box-sizing: border-box;
    }
        .sub-gallery img {
        }

    .sub-gallery.first { clear: both; margin-left: 1%; }
    .sub-gallery.last {  }
    .sub-gallery a.heading {
        height: 20px;
        padding: 10px 0;
        display: block;
        text-decoration: none;
    }
        .sub-gallery h2 {
            display: inline;
        }
            .sub-gallery h2:hover {
                color: #600;
            }
        .sub-gallery a.heading span {
            color: #ccc;
            font-size: 10px;
            padding-left: 10px;
        }
            .sub-gallery a.heading span:hover {
              color: #aaa;   
            }
            
    .sub-gallery .img {
        height: 240px;
        line-height: 240px;
        padding: 5px;
        border: 1px solid #E5E5E5;
    }
        .sub-gallery .img a {
            text-decoration: none;
            display: block;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .scale .sub-gallery .img a { background-size: contain; }
    .sub-gallery .img img {
        display: none;
        max-height: 200px;
        max-width: 200px;
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }
    