.list-carousel-slick.gallery-style-4 .slick-slide.slick-current.slick-active.slick-center .post-hover-content {
	opacity: 1;
	visibility: visible;
}

.list-carousel-slick.gallery-style-4 .slick-slide.slick-current.slick-active.slick-center .bottom-effects, .list-carousel-slick.gallery-style-4 .slick-slide.slick-current.slick-active.slick-center .bottom-effects:after {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out .5s;
	-moz-transition: all .3s ease-in-out .5s;
	-o-transition: all .3s ease-in-out .5s;
	-ms-transition: all .3s ease-in-out .5s;
	transition: all .3s ease-in-out .5s;
}

.list-carousel-slick.gallery-style-4 .slick-slide.slick-current.slick-active.slick-center .bottom-effects:after {
	opacity: 1;
	visibility: visible;
	transform: scale(1) skewX(-18deg) skewY(-43deg) rotateX(77deg) rotateY(34deg);
	-webkit-transition: all .7s ease-in-out .2s;
	-moz-transition: all .7s ease-in-out .2s;
	-o-transition: all .7s ease-in-out .2s;
	-ms-transition: all .7s ease-in-out .2s;
	transition: all .7s ease-in-out .2s;
}

.list-carousel-slick.gallery-style-4 .bottom-effects {
	position: absolute;
	width: 55%;
	height: 370px;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10%;
	transform: skewX(30deg) skewY(13deg);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out .05s;
	-moz-transition: all .3s ease-in-out .05s;
	-o-transition: all .3s ease-in-out .05s;
	-ms-transition: all .3s ease-in-out .05s;
	transition: all .3s ease-in-out .05s;
}

.gallery-list.list-isotope-metro.gallery-style-4 .post-content-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}

.gallery-list.list-isotope-metro.gallery-style-4 .grid-item:hover .post-content-center {
	opacity: 1;
}