.gridder{margin: 0;padding:0px;list-style-type:none;font-size:0}
.grid-place{margin: 0;padding:0px;list-style-type:none;font-size:0
}
.gridder h3 {
	color: #000;
}

.gridder-list,.gridder-show{
	font-size: 16px;
}.gridder-list{display:inline-block;vertical-align: top;
	margin-top: 1%;
	 -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
	
}.gridder-show{display:block;float: left;width: 100%;position:relative;
	background-color: #eee;
	margin-bottom: 40px;
	top: 17px;
}
.gridder-list img{
	position:relative;

	  -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;	background-color: black;
}
.gridder-list:hover img{
	
	opacity: .7;
	  -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;	background-color: black;
}
.gridder-list:hover {
		  -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;	        	background-color: black!important;

}

.gridder-list{
	position:relative;

	cursor: pointer;
}

/* div.gridder-title {
    position:absolute;
     font-size: 25px;
  color: white;
	width: 90%;
	font-weight: bold;
	text-align: center;
	height: auto;
	top: 0;
	margin-top: 30%;
	line-height: 25px;
	margin-left: 5%;
	margin-right: 5%;
	text-shadow: rgba(0,0,0,0.7024648) 0 2px 5px;
	padding-top: 23%;
}
 */

div.gridder-title {
    
  color: white;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.7024648) 0 2px 5px;
	position:absolute;
    text-align:center;
    bottom: 6%;
    width: 100%
}


div.gridder-padding {
	padding: 40px;
}
li.gridder-list.selectedItem{
	margin-bottom: 0;
	
}
li.gridder-list.selectedItem::after {
	border: solid transparent;
	content: " ";
	pointer-events: none;
	border-bottom-color: #eee;
	border-width: 15px;
	position: absolute;
	float: left;
	left: 42%;
	bottom: -17px;
}
.gridder-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.gridder-close::before,
.gridder-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gridder-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.gridder-close:hover::before,
.gridder-close:hover::after {
	background: #333;
}



.gridder-content{display:none}.gridder-list{
	width: 24.25%;
}.gridder-list:nth-child(n){margin-right:1%}.gridder-list:nth-of-type(4n){margin-right:0;margin-bottom:0}
/*# sourceMappingURL=jquery.gridder.min.css.map */
@media (max-width: 1000px) {
	.gridder-list{
	width: 24.25%;
}
.gridder-list:nth-child(n){margin-right:1%}
.gridder-list:nth-of-type(4n){margin-right:0;margin-bottom:0}
	}
@media (max-width: 750px) {
	.gridder-list{
	width: 49%;
	margin-top:2%
}
.gridder-list:nth-child(n){margin-right:2%}
.gridder-list:nth-of-type(2n){margin-right:0;margin-bottom:0}
	}
@media (max-width: 400px) {
	.gridder-list{
	width: 49%;
	margin-top:2%
}
.gridder-list:nth-child(n){margin-right:2%}
.gridder-list:nth-of-type(2n){margin-right:0;margin-bottom:0}
	}
