.avatar-che-4 .avatar-row-fluid figure{
	position: relative;
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
	overflow: hidden;
	padding: 20px 0;
}
.avatar-che-4 .avatar-row-fluid .avatar-intro-item{
	position: relative;
	height: 300px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.avatar-che-4 .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-4 figure:hover .avatar-intro-item-image,
.avatar-che-4 figure.cs-hover .avatar-intro-item-image {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.avatar-che-4 figcaption {
	width: 40%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-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-4 figure:hover figcaption,
.avatar-che-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-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-4 figcaption {
	position: absolute;
	padding: 0 20px 35px  20px;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	color: #fff;
}
.avatar-che-4 .avatar_che_readmore_btn,
.avatar-che-4 figcaption .avatar-intro-item-title,
.avatar-che-4 figcaption .avatar-intro-item-title a:hover,
.avatar-che-4 figcaption .avatar-intro-item-title a:visited,
.avatar-che-4 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-4 .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-4 .avatar-che-btn-group{
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 5px;
}
.avatar-che-4 .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-4 .avatar-che-btn-group a:first-child{
	margin-left: 0px;
}
.avatar-che-4 .avatar-che-btn-group .avatar_che_readmore_btn{
	background-image: url('../../../assets/images/che/link.png');
	height: 17px;
	width: 17px;
	margin: 2px;
}
.avatar-che-4 .avatar-che-btn-group .avatar_che_image_btn{
	height: 20px;
	width: 20px;
	background-image: url('../../../assets/images/che/image.png');
}
.avatar-che-4 .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;
}