*{margin:0; padding:0;}

.ch-grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 168px;
	display: inline-block;
	position: relative;
	padding: 10px;
	margin: 0 6px 25px 5px;
	font-size: 13px;
	box-shadow: 0 1px 5px #c4c4c4;
}

.ch-item {
	width: 100%;
	height: 100%;
	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-info {
	position: relative;
	width: 148px;
	height: 114px;
	top: 50%;
	margin-top: -57px;
	opacity: 0;
	padding: 10px;
	cursor: pointer;
	
	-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 */

}

.ch-info h3 {
	color: #2d93cd;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 14px 0;
	border-bottom: 1px solid #fff;
}

.ch-info p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 14px 0;
	border-top: 1px solid #bdbdbd;
	text-shadow: 0 1px 4px #727b7e;
}

.ch-info p a {
	display: 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;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	background: #92e0ff; /* Old browsers */
	background: -moz-linear-gradient(top, #92e0ff 0%, #ffffff 46%, #ffffff 46%, #d1d1d1 54%, #92e0ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92e0ff), color-stop(46%,#ffffff), color-stop(46%,#ffffff), color-stop(54%,#d1d1d1), color-stop(100%,#92e0ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #92e0ff 0%,#ffffff 46%,#ffffff 46%,#d1d1d1 54%,#92e0ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #92e0ff 0%,#ffffff 46%,#ffffff 46%,#d1d1d1 54%,#92e0ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #92e0ff 0%,#ffffff 46%,#ffffff 46%,#d1d1d1 54%,#92e0ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #92e0ff 0%,#ffffff 46%,#ffffff 46%,#d1d1d1 54%,#92e0ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92e0ff', endColorstr='#92e0ff',GradientType=0 ); /* IE6-9 */

}

.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);	
}
