/* Caption Styles */
.xet_lamodeGallery figure {
	margin: 0;
	position: relative;
}

.xet_lamodeGallery figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.xet_lamodeGallery figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	text-align: center;
	background: #333;
	color: #D35400;
}

.xet_lamodeGallery figcaption h3 {
	margin: 0;
	padding: 0 5px 0;
	font-size: 14px;
	color: #fff;
}

.xet_lamodeGallery figcaption span:before {
	content: 'by ';
}

.xet_lamodeGallery figcaption a {
	margin: 10px 0 0;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #D35400;
	color: #fff;
}




/* Caption Style */
.cs-style-3 figure {
	overflow: hidden;
}
.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.cs-style-3 figcaption {
	width: 100%;
	padding: 5% 0;
	top: auto;
	bottom: 0;
	opacity: 0;
	filter:alpha(opacity=0); -ms-filter:alpha('opacity=0'); 
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	filter:alpha(opacity=100); -ms-filter:alpha('opacity=100'); 
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {}

@media screen and (max-width: 31.5em) {
	.xet_lamodeGallery {
		padding: 0;
	}
	.xet_lamodeGallery li {
		
	}
}
