body {
    padding-bottom: 1000px
}

.gridder {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

.gridder-list {
    display: inline-block;
    vertical-align: top
}

.gridder-show {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    /*background: #EEE url("/images/loading-spin.svg") no-repeat center */
    background: #FFFFFF url("/images/loading-spin.svg") no-repeat center
}

.gridder-show.loading {
    background: #EEE url("/images/loading-spin.svg") no-repeat center
}

.gridder-content {
    display: none
}


/*
.gridder-list:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 1%
}

.gridder-list:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 0
}
*/


.gridder-navigation .gridder-nav.disabled {
    opacity: .5
}

.gridder-list {
    cursor: pointer
}

.gridder-list:hover {
    opacity: 0.8
}

.hasSelectedItem .gridder-list {
    opacity: .5
}



@media screen and (min-width: 700px) {
    /*
    .gridder-list {
        width: 15.8333333333%
    }

    .gridder-list:nth-child(n) {
        margin-bottom: 1%;
        margin-right: 1%
    }

    .gridder-list:nth-of-type(6n) {
        margin-right: 0;
        margin-bottom: 0
    }
    */
}

/*# sourceMappingURL=demo.css.map */

.gridder-show {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #EEE;
    /*background: white;*/
    margin-bottom: 1%
}

.hasSelectedItem .gridder-list.selectedItem {
    background-color: rgb(235, 235, 235);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100); /* msie */
    -webkit-transition: all 0.5s ease; /* Safari */
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}