.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 0;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 0px rgba(0,0,0,0.3);
}

.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	background: #000;
	opacity: 0;
}

.ch-img-1 {
	height:162px; 
	background-image: url(../images/box-bg.jpg);
}

.ch-img-2 { 
	height:162px; 
	background-image: url(../images/box-bg.jpg);
}

.ch-img-3 { 
	height:162px; 
	background-image: url(../images/box-bg.jpg);
}

.ch-img-4 { 
	height:162px; 
	background-image: url(../images/box-bg.jpg);
}

.ch-info h1 {
	color: #e2ddd9;
	text-transform: uppercase;
	font-size: 22px;
	font-weight:normal;
	margin: 0 15px;
	padding: 47px 0 7px 0;
	font-family: 'Abril Fatface', cursive;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info h2 {
	color: #e2ddd9;
	text-transform: uppercase;
	font-size: 22px;
	font-weight:normal;
	margin: 0 15px;
	line-height:normal;
	padding: 10px 0 7px 0;
	font-family: 'Abril Fatface', cursive;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 6px 15px;
	font-style: normal;
	margin: 0 7px;
	font-size: 13px;
	border-top: 1px solid #555252;
}

.ch-info span {
	display:block;
	height:102px;
	padding:60px 0px 0px 0px;
	background-image: url(../images/box-bg.jpg);
}
.ch-info span a {
	background:#f79324;
	display: inline-table;
	color: #FFF;
	font-size: 16px;
	font-family: 'Abril Fatface', cursive;
	padding:10px 20px;
	font-weight:normal;
	text-decoration:none;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.ch-info span a:hover {
	color: #000;
	font-weight:normal;
	text-decoration:none;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,120px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,120px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,120px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,120px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,120px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}

.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}