.avatar-che-1 .avatar-row-fluid figure{
	position: relative;
}
.avatar-che-1 .avatar-row-fluid .avatar-intro-item{
	position: relative;
	height: 300px;
}
.avatar-che-1 .avatar-row-fluid .avatar-intro-item-image{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.avatar-che-1 .avatar-row-fluid figcaption{
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 5% 10%;
	color: #fff;
	overflow: hidden;
	/* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}
.no-touch .avatar-che-1 figure:hover figcaption,
.avatar-che-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(15px, 15px);
	-moz-transform: translate(15px, 15px);
	-ms-transform: translate(15px, 15px);
	transform: translate(15px, 15px);
}

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