.gride {
	
	list-style: none;
	margin: 0px auto;
	padding: 0;
}

.gride li {
	display: block;
	float: left;
	padding: 10px 10px 0px 0px;
	width: 31%;
	opacity:1;
	position: relative;
}

.gride li.shown,
.no-js .gride li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid1 a,
.grid1 img {
	outline: none;
	border: none;
	display: block;
	width: 100% !important;
    -webkit-filter: brightness(70%);  /*	Safari 6.0 - 9.0 */
    filter: brightness(70%);
}

.grid1 figure 
{
	position: relative;
	float: left;
	overflow: hidden;
    width: 100%; /*width: 31.7%;*/
	cursor: pointer;
}

.grid1 figure figcaption {
	
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: 'GothamMediumRegular';
}

.grid1 figure figcaption::before,
.grid1 figure figcaption::after {
	pointer-events: none;
}

.grid1 figure figcaption,
.grid1 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid1 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}


.grid1 figure figcaption h2 
{
	margin:0px 2em;
	width:80%;
	text-align:center;
}


.grid1 figure h2 {
	letter-spacing: -0.05em;
	font-size:1.5em;
	color:#e5e5e5 !important;
}

.grid1 figure h2 span {
	font-weight: 800;
}

.grid1 figure h2,
.grid1 figure p {
	margin: 0;
	
}

.grid1 figure p {
	letter-spacing: 1px;
	font-size: 78.5%;
	text-align: center;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%); /**rgba(78,138,195,0) 0%, rgba(78,138,195,0.8)***/
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);   /****rgba(78,138,195,0) 0%, rgba(78,138,195,0.8)****/ 
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

.gride li:hover .commercialicon {
 	opacity: 0;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
 }

figure.effect-sadie:hover h2 {
	color: #fff;
	opacity: 1;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

 	
#filters {
	margin:1%;
	padding:0;
	list-style:none;
}

	#filters li {
		float:left;
		display: block;
	}
	
	#filters li span {
		display: block;
		padding:5px 20px;		
		text-decoration:none;
		color:#fff;
		cursor: pointer;
	}
	
	#filters li span.active {
		background: #e95a44;
		color:#fff;
	}


.commercialicon
{
 	position:absolute;
 	left:50%;
	top:50%;
	transform: translate(-50% , -50%);
	z-index: 50;
	opacity: 1;
 }
.commercialicon:hover{opacity:0.6;}

@media screen and (max-width:1200px)
{
	.gride li { width: 33.3%; }
 } 

@media screen and (max-width:991px)
{
	.gride li { width: 50%; }
 }

@media screen and (max-width:460px)
{
	.gride li { width: 100%; }
 }
 
.white {color:#fff;}