.gallery{
	margin-bottom: 30px;
}
.gallery .img{
	padding-top: 66%;
	position: relative;
	overflow: hidden;
}
.gallery .img:before{
	content: "\f03e";
	font-family: fontAwesome;
	position: absolute;
	font-size: 36px;
	line-height: 44px;
	color:#ffffff;
	z-index: 1;
	bottom: 10px;
	right: 10px;
	pointer-events: none;
	font-weight: normal;
}
.gallery .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.gallery .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.gallery .caption{
	padding: 15px 20px;
	background: #f2f2f2;
}
.gallery .tend{
	margin-bottom: 10px;
}
.gallery .tend a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	height:48px;
	overflow: hidden;
	text-transform: uppercase;
}
.gallery .des{
	font-size: 13px;
	line-height: 21px;
	color:#666666;
}
/*==================================================*/
.itemGallery{
	margin-bottom: 30px;
	position: relative;
}
.itemGallery .img{
	padding-top: 66%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.itemGallery .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.itemGallery .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.itemGallery .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
/*=========================================================*/
.galleryOther .title{
	margin-bottom: 20px;
}
.galleryOther .title h2{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.slideOther .slick-list{
	margin: 0 -15px;
}
.slideOther .item{
	padding: 0 15px;
}
.slideOther .slick-arrow{
	width: 30px;
	height: 40px;
	background: none;
	border:solid 1px rgba(0,0,0,0.15);
	font-size: 0;
	color:#666666;
	position: absolute;
	top: -56px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slideOther .slick-prev{
	right:32px;
}
.slideOther .slick-next{
	right:0px;
}
.slideOther .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 30px;
	line-height: 40px;
}
.slideOther .slick-prev:before{
	content: "\f104";
}
.slideOther .slick-next:before{
	content: "\f105";
}
.slideOther .slick-arrow:hover{
	color:#ffffff;
	background: #a60d12;
}
/*==============================================*/
.designMy .fancybox-close{
	width: 55px;
	height: 55px;
	background: #ce8a14;
	bottom: 100%;
	left:100%;
	color:#ffffff;
	top:0;
}
.designMy .fancybox-close:before{
	content: "\f00d";
	font-family: fontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 20px;
	line-height: 30px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.galleryOther .title h2{
	font-size: 20px;
	line-height: 30px;
}
.vnt-gallery .row{
	margin-left: -10px;
	margin-right: -10px;
}
.vnt-gallery .row *[class^="col-"]{
	padding-left: 10px;
	padding-right: 10px;
}
.designMy .fancybox-close{
	top:initial;
	bottom: 100%;
	left:initial;
	right:0;
}
}

@media all and (max-width: 480px){
.vnt-gallery .row .col-xs-6{
	width: 100%;
}
}

@media all and (max-width: 360px){
.galleryOther .title h2{
	font-size: 18px;
	line-height: 26px;
}
}