/* Container */
.grid-gallery {
    margin: 10px auto;
    z-index: 0;
}

/* Remove normalize.css or/and theme styles from figure */
.grid-gallery > a > figure {
    margin: 0 !important;
}

.grid-gallery-fluid .grid-gallery-photos {
    position: relative;
    top: 10px;
}

.grid-gallery-nav {
    margin: 0 0 30px;
    opacity: 0;
    float: none;
}

.grid-gallery-photos {
    position: relative;
    opacity: 0;
}

.grid-gallery-photos > a {
    position: static!important;
}

.grid-gallery-nav a {
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    outline: none;
    display: inline-block;
}

/* Pagination */
.grid-gallery-pagination-wrap {
    margin: 0 0 30px;
}

.grid-gallery-pagination-wrap .grid-gallery-page {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none !important;
}

.grid-gallery-pagination-wrap .grid-gallery-page.active {
    font-size: 140%;
}

/* Clearfix */
.grid-gallery-clearfix:before,
.grid-gallery-clearfix:after {
    content:"";
    display:table;
}
.grid-gallery-clearfix:after {
    clear:both;
}
.grid-gallery-clearfix {
    zoom:1;
    margin-bottom: 5px;
}


/* Fluid grid */
.grid-gallery-fluid > a > figure {
    float: left !important;
}

/* Fixed */
.grid-gallery-fixed a.gg-link {
 