.avatar-cihe .avatar-intro-item{
	padding: 50% !important;
	position: relative;
	box-sizing: border-box;
}
@media (max-width: 767px){
	.avatar-cihe .avatar-intro-item-wrap{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.avatar-cihe .items-row{
		text-align: center;
	}
}
@media (max-width: 650px){
	.avatar-cihe .avatar-intro-item-wrap{
		width: 60%;
	}
}
@media (max-width: 550px){
	.avatar-cihe .avatar-intro-item-wrap{
		width: 70%;
	}
}
@media (max-width: 400px){
	.avatar-cihe .avatar-intro-item-wrap{
		width: 100%;
	}
}
.avatar-cihe .avatar-intro-item-des,
.avatar-cihe .avatar-intro-item-des-bg,
.avatar-cihe .avatar-intro-item-des-wrap{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-border-radius: 400px;
	-moz-border-radius: 400px;
	border-radius: 400px;
	border-top-left-radius: 400px;
	border-top-right-radius: 400px;
	border-bottom-left-radius: 400px;
	border-bottom-right-radius: 400px;
	overflow: hidden;
}
.avatar-cihe .avatar-intro-item-des-wrap {
	cursor: default;
	background-size: cover;
	background-position: center;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.avatar-cihe .avatar-intro-item-des,
.avatar-cihe .avatar-intro-item-des-bg {
	text-align: center;
}
.avatar-cihe .avatar-intro-item-des .avatar-intro-item-title{
	bottom: 55%;
	line-height: 100%;
}
.avatar-cihe .avatar-intro-item-des .avatar-intro-item-title,
.avatar-cihe .ch-info-content{
	position: absolute;
	left: 0;
	right: 0;
	margin-bottom: 15px;
}
.avatar-cihe .avatar-intro-item-des .avatar-intro-item-title p,
.avatar-cihe .avatar-intro-item-des .avatar-intro-item-title a,
.avatar-cihe .avatar-intro-item-des .avatar-intro-item-title a:hover {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.avatar-cihe .ch-info-introtext{
	display: block;
	max-height: 75%;
	overflow: hidden;
}
.avatar-cihe .ch-info-content{
	max-height: 35%;
	overflow: hidden;
	top: 45%;
	bottom: 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	padding: 10px 5px;
	margin-left: 30px;
	margin-right: 30px;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}
.avatar-cihe .ch-info-content,
.avatar-cihe .ch-info-content *{
	color: #fff;
	font-style: italic;
}
.avatar-cihe .avatar_cihe_readmore_btn {
	display: inline-block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-decoration: none;
}
.avatar-cihe .avatar_cihe_image_btn{
	display: block;
	height: 12px;
	width: 15px;
	margin: auto;
	background-image: url('../images/che/image.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 5px;
}
.avatar-cihe .avatar-cihe-btn-group{
	text-align: center;
}
.avatar-cihe .modal-footer{
	text-align: center;
}
