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

.gridder-list,
.gridder-show{font-size:16px}

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

.gridder-show {
	background-color: #363636;
	display:block;
	float:left;
	margin-left: 0.5%;
	margin-bottom: 1%;
	width:99%;
	position:relative;
}

.gridder-show a {
	color: #ffffff;
	display: inline-block;
	padding: 15px;
	text-decoration: none;
}

.gridder-show a:hover {
	background: #000;
}

.gridder-close {
	float: right;
}

.gridder-content{display:none}

.gridder-expanded-content {
	position: relative;
}

.gridder-description-wrapper {
	bottom: 0;
	color: #ffffff;
	padding: 15px;
}

.gridder-list {
	cursor: pointer;
	text-align: center;
	width:99%
}

.gridder-list img {
	width: 100%;
}

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

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

/*# sourceMappingURL=jquery
.gridder.min.css.map */

@media screen and (min-width: 480px) {
	.gridder-list {
		width:49%
	}
}

@media screen and (min-width: 992px) {
	.gridder-list {
		width:32.3333%
	}
	.gridder-navigation a {
		background: rgba(0,0,0,0.75);
		position: absolute;
		top: 0;
		z-index: 999;
	}
	.gridder-close {
		right: 0;
	}
	.gridder-nav.next {
		left: 95px;
	}

}


@media screen and (min-width: 1200px) {
	.gridder-list {
		width:24%
	}
}