@charset "utf-8";
/* CSS Document */
/*home gallery sec start*/
.home-gallery-sec{
	padding-bottom: 11%;
}
.pix-gallery{
	padding: 0;
}
.pix-gallery ul{
	margin-bottom: 20px;
}
.pix-gallery li{
	padding: 0;
	background-image: none;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0;
}
.pix-gallery li:last-child{
	margin-bottom: 20px;
}
.gallery-img-wrap{
	display: block;
}
.gallery-img-wrap img{
	width: 100%;
	height: auto;
	display: block;
}
.pix-gallery li a{
	display: block;
	padding: 6% 5%;
	position: relative;
}
.pix-gallery li a > img{
	width: 100%;
	height: auto;
	display: block;
}
.gallery-frame{
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
	z-index: 3;

}
.pix-gallery li a .gallery-frame img{
	width: 100%;
    height: auto;
    display: block;
}
.pix-gallery .video-ele a:after{
	position: absolute;
	content: '';
	display:block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("../images/video-icon.png") no-repeat;
	width:40px;
	height: 40px;
	background-size: 40px auto;
	z-index:4; 
}
.pix-gallery .image-ele a{
	display: block;
}
.pix-gallery .image-ele a:after{
	position: absolute;
	content: '';
	display:block;
	top: 50%;
	left: 50%;
	opacity: 1;
	transform: translate(-50%, -50%);
	background: url("../images/zoom-icon.png") no-repeat;
	width:62px;
	height: 32px;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}

/*home gallery sec end*/
@media only screen and (min-width:620px){
	/*home gallery sec start*/
	.pix-gallery li a{
		padding: 6% 5%;
	}
	/*home gallery sec end*/
}

@media only screen and (min-width:768px){
	/*home gallery sec start*/
	.pix-gallery ul {
		margin-bottom: 40px;
	}
	/*home gallery sec end*/		
}
@media only screen and (min-width:921px){
	/*home gallery sec start*/
	
	/*home gallery sec end*/		
}
@media only screen and (min-width:1025px){
	/*home gallery sec start*/
	.pix-gallery ul {
		margin-bottom: 35px;
	}
	.pix-gallery li a:after{
		content: '';
		position: absolute;
		
	}
	.pix-gallery .image-ele a:after{
		opacity: 0;
	}
	.pix-gallery .image-ele a:hover:after{
		opacity: 1;
		
	}
	
	.gallery-img-wrap{
		 background: #b5d772;
		 background: -moz-linear-gradient(-45deg, #b5d772 0%, #000 25%, #9e911e 50%, #eedd0b 75%, #b5d772 100%);
		/* FF3.6-15 */
		 background: -webkit-linear-gradient(-45deg, #000 0%, #000 25%, #9e911e 50%, #eedd0b 75%, #b5d772 100%);
		/* Chrome10-25,Safari5.1-6 */
		 background: linear-gradient(135deg, #000 0%, #000 25%, #ee890b 50%, #eedd0b 75%, #b5d772 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		 background-size: 400% 400%;
		 background-repeat: no-repeat;
		 display: flex;
		 overflow: hidden;
		width:100%;
		height: 100%;
		 justify-content: center;
		 align-items: center;
		 color: #fff;
		 position: relative;
		 cursor: pointer;
		 transition: 0.5s all;
	}
	.gallery-img-wrap img {
		position: relative;
		 z-index: 2;
		 mix-blend-mode: screen;
	}
	.pix-gallery li a:hover .gallery-img-wrap img{
		opacity: 1;
		 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
	.pix-gallery li a:hover .gallery-img-wrap {
		 background-position: 100% 100%;
	}
	
	/*home gallery sec end*/		
}
@media only screen and (min-width:1300px){
	/*home gallery sec start*/
	.home-gallery-sec {
		padding-bottom: 7%;
	}
	/*home gallery sec end*/				
}
@media only screen and (min-width:1500px){
	/*home gallery sec start*/
	.pix-gallery ul {
		margin-bottom: 45px;
	}
	/*home gallery sec end*/			
}

