.lt2 {position:relative;margin:0 0 10px;padding:0 10px 15px;border-bottom:1px solid #ddd}
.lt ul {margin:0 0 10px;padding:0;list-style:none}
.lt a {display:block;padding:5px 0;color:#000;text-decoration:none}
.lt .lt_title {display:inline-block;padding:10px 0}
.lt .lt_more2 {position:absolute;top:5px;right:10px}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
.x-gallery-outer {
	border: 0;
	text-align: center;
}
.x-gallery {
	list-style:none;
	margin:0;
	padding:0;
	border: 0;
}
.x-gallery li {
	display:inline-block;
	position:relative;
	width: 32%;
	margin: 0.15%;
}
.x-gallery .photo img {
	width: 100%;
	height: auto;
}
.x-gallery .text {
	position:absolute;
	bottom:0em;
	z-index:100;
	background:black;
	opacity: 0.7;
	width: 100%;
	font-size: 1em;
	text-align: left;
}
.x-gallery .text a {
	color: white;
}
.x-gallery .text .title {
	margin-bottom:0.8em;
	padding: 0.7em;
	font-size: 1em;
	font-weight: bold;
	height: 0.85em;
	overflow:hidden;
}
.x-gallery .text .desc {
	margin-bottom: 0.25em;
	padding: 0 0.4em;
	font-size: 1em;
	height: 1em;
	overflow:hidden;
}
@media all and ( max-width: em ) {
	.x-gallery li:nth-child(3) {
		display: none;
	}
	.x-gallery li {
		width: 32%;
	}
	.x-gallery .text .desc {
		display:none;
	}
}

