@font-face {
	font-family:"Armata-Regular";
	src: url("../font/Armata-Regular.otf");
}

.ch-item {
	width: 100%;
	height: 100%;
	border:1px solid #eee;
	position: relative;
	cursor: default;
		
	-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;
}

.ch-item figcaption{
	display:block; 
	font-family:"Armata-Regular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#812ea0;
	font-size:18px;
	line-height:22px;
	width:auto;
	padding:30px 0px;
	text-align:center;
	}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	
	-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;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */
	top:0;
	background:rgba(0,0,0,0.6);

}

.ch-info h3 {
	color: #77e26e;
	text-transform: uppercase;
	position: relative;
	font-size: 18px;
	margin:0px 0px 0px 0px ;
	padding:30px 0px 30px 0px;
	height:auto;
	font-family:"Armata-Regular", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.ch-info .desination{
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-size: 11px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:auto;
	font-family:"Armata-Regular", Arial, Helvetica, sans-serif;
	line-height:20px;
	font-weight:normal;
}

.ch-info .desination span{
	display:block;
	color:#ffe300;
}

.ch-info .btn-link{
	display:inline-block;
	width:85px;
	padding:37px 0px;
	text-align:center;
	font-family:"Armata-Regular", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	color:#000;
	background:url(../images/doctor-btn-link.png) no-repeat top center;
	text-decoration:none;
	margin:20px 0px;
}


.ch-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(200,95,66, 0.4),
		inset 0 0 0 16px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}
