.avatar-che-3 .avatar-row-fluid figure{
	position: relative;
	overflow: hidden;
}
.avatar-che-3 .avatar-row-fluid .avatar-intro-item{
	position: relative;
	height: 300px;
}
.avatar-che-3 .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;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .avatar-che-3 figure:hover .avatar-intro-item-image,
.avatar-che-3 figure.cs-hover .avatar-intro-item-image {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.avatar-che-3 figcaption {
	height: 100px;
	right: 0;
	top: auto;
	bottom: 0;
	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 .avatar-che-3 figure:hover figcaption,
.avatar-che-3 figure.cs-hover figcaption {
	opacity: 1;
	-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;
}

.avatar-che-3 figcaption {
	position: absolute;
	padding: 0 20px;
	height: 90px;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	color: #fff;
}
.avatar-che-3 .avatar_che_readmore_btn,
.avatar-che-3 figcaption .avatar-intro-item-title,
.avatar-che-3 figcaption .avatar-intro-item-title a:hover,
.avatar-che-3 figcaption .avatar-intro-item-title a:visited,
.avatar-che-3 figcaption .avatar-intro-item-title a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	margin: 5px 0;
}
.avatar-che-3 .avatar-intro-item-des-bg{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 1 !important;
	top: 0;
	right: 0;
	z-index: -1;
}
.avatar-che-3 .avatar-che-btn-group{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 5px;
}
.avatar-che-3 .avatar-che-btn-group a{
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	background-size: cover;
	margin: 0 0 0 10px;
}
.avatar-che-3 .avatar-che-btn-group a:first-child{
	margin-left: 0px;
}
.avatar-che-3 .avatar-che-btn-group .avatar_che_readmore_btn{
	background-image: url('../../../assets/images/che/link.png');
	height: 17px;
	width: 17px;
	margin: 2px;
}
.avatar-che-3 .avatar-che-btn-group .avatar_che_image_btn{
	height: 20px;
	width: 20px;
	background-image: url('../../../assets/images/che/image.png');
}
.avatar-che-3 .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;
}