.avatar-che-5 .avatar-row-fluid figure{
	position: relative;
}
.avatar-che-5 .avatar-row-fluid .avatar-intro-item{
	position: relative;
	height: 300px;
}
.avatar-che-5 .avatar-row-fluid .avatar-intro-item-image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .avatar-che-5 figure:hover .avatar-intro-item-image,
.avatar-che-5 figure.cs-hover .avatar-intro-item-image {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}
.avatar-che-5 .avatar-row-fluid figcaption,
.avatar-che-5 .avatar-row-fluid .avatar-intro-item-image{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.avatar-che-5 .avatar-row-fluid figcaption{
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	color: #fff;
}
.no-touch .avatar-che-5 figure:hover figcaption,
.avatar-che-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.avatar-che-5 figcaption .avatar-intro-item-title {
	margin-top: 10px;
}
.avatar-che-5 .avatar_che_readmore_btn,
.avatar-che-5 figcaption .avatar-intro-item-title,
.avatar-che-5 figcaption .avatar-intro-item-title a:hover,
.avatar-che-5 figcaption .avatar-intro-item-title a:visited,
.avatar-che-5 figcaption .avatar-intro-item-title a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.avatar-che-5 .avatar-intro-item-des{
	padding: 0 10px;
}
.avatar-che-5 .avatar-intro-item-des-bg{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 1;
	top: 0;
	right: 0;
	z-index: -1;
}
.avatar-che-5 .avatar-che-btn-group{
	display: inline-block;
	margin-top: 15px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.avatar-che-5 .avatar-che-btn-group a{
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	background-size: cover;
	margin-left: 10px;
}
.avatar-che-5 .avatar-che-btn-group a:first-child{
	margin-left: 0px;
}
.avatar-che-5 .avatar-che-btn-group .avatar_che_readmore_btn{
	height: 17px;
	width: 17px;
	margin: 2px;
	background-image: url('../../../assets/images/che/link.png');
}
.avatar-che-5 .avatar-che-btn-group .avatar_che_image_btn{
	height: 20px;
	width: 20px;
	background-image: url('../../../assets/images/che/image.png');
}
.avatar-che-5 .avatar-che-btn-group a:hover{
	background-size: 100%;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
}