.gallery {
	margin-bottom: 40px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
}
.gallery .img a{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.gallery .img a:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 25px;
	background: url(../images/gallery/picture.svg) no-repeat center;
	background-size: contain;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	pointer-events: none;
}
.gallery .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery .img a:hover img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.gallery .tend{
	background: #fafafa;
	border:solid 1px #e5e5e5;
	padding: 15px 20px;
}
.gallery .tend a{
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	height: 120px;
	overflow: hidden;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Baloo', cursive;
}
/*=======================================================*/
.linkAll{
	text-align: center;
}
.linkAll a{
	display: inline-block;
	width: 180px;
	background: #fafafa;
	letter-spacing: 2.25px;
	border:solid 1px rgba(0,0,0,0.15);
	padding: 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
}
.linkAll a:hover{
	background: #bf1e2e;
	color:#ffffff;
}
/*========================================================*/
.popupGallery .fancybox-slide--iframe{
	padding: 10px;
}
.popupGallery  .fancybox-slide--iframe .fancybox-content{
	margin-bottom: 0;
	max-width: 1110px;
	background: transparent;
	margin-top: 0;
}
.popupGallery .fancybox-close-small{
	width: 50px;
	height: 50px;
	background: url(../images/gallery/i-close.png) no-repeat center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0px;
	right: 66px;
}
.popupGallery .fancybox-close-small svg{
	display: none;
} 
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 768px){
.popupGallery .fancybox-slide--iframe .fancybox-content{
	margin-top: 50px;
}
.popupGallery .fancybox-close-small{
	right: 0px;
	top: -50px;
}
#galleryFor .slide-arrow,
.popupGallery .fancybox-close-small{
	width: 40px;
	height: 40px;
}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){
.vnt-gallery .row .col-xs-6{
	width: 100%;
}
}

@media all and (max-width: 420px){
    
}