.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}


.ch-img-1{
	background: url(../images/1.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-1:hover {
background: url(../images/1.png) no-repeat center center;
background-size: 100%;

}

.ch-img-2{
	background: url(../images/2.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-2:hover {
background: url(../images/2.png) no-repeat center center;
background-size: 100%;

}

.ch-img-3{
	background: url(../images/3.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-3:hover {
background:  url(../images/3.png) no-repeat center center;
background-size: 100%;

}

.ch-img-4{
	background: url(../images/4.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-4:hover {
background: url(../images/4.png) no-repeat center center;
background-size: 100%;

}

.ch-img-5{
	background: url(../images/5.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-5:hover {
background:  url(../images/5.png) no-repeat center center;
background-size: 100%;

}

.ch-img-6{
	background: url(../images/6.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-6:hover {
background: url(../images/6.png) no-repeat center center;
background-size: 100%;

}

.ch-img-7{
	background: url(../images/7.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-7:hover {
background: url(../images/7.png) no-repeat center center;
background-size: 100%;

}

.ch-img-8{
	background: url(../images/8.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-8:hover {
background:  url(../images/8.png) no-repeat center center;
background-size: 100%;

}

.ch-img-9{
	background: url(../images/9.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-9:hover {
background: url(../images/9.png) no-repeat center center;
background-size: 100%;

}

.ch-img-10{
	background: url(../images/10.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-10:hover {
background: url(../images/10.png) no-repeat center center;
background-size: 100%;

}

.ch-img-11{
	background: url(../images/11.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-11:hover {
background: url(../images/11.png) no-repeat center center;
background-size: 100%;

}

.ch-img-12{
	background: url(../images/12.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-12:hover {
background: url(../images/12.png) no-repeat center center;
background-size: 100%;

}

.ch-img-13{
	background: url(../images/13.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-13:hover {
background: url(../images/13.png) no-repeat center center;
background-size: 100%;

}

.ch-img-14{
	background: url(../images/14.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-14:hover {
background: url(../images/14.png) no-repeat center center;
background-size: 100%;

}

.ch-img-15{
	background: url(../images/15.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-15:hover {
background: url(../images/15.png) no-repeat center center;
background-size: 100%;

}

.ch-img-16{
	background: url(../images/16.png) no-repeat center center;
	background-size: 100%;
}

.ch-img-16:hover {
background: url(../images/16.png) no-repeat center center;
background-size: 100%;

}

.titulo {
    color: #fff;
    padding-top: 22px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    font-family: Arial, "open sans", sans-serif;
    padding-left: 20px;
	padding-bottom: 20px;
}

.ch-info {
    position: absolute;
    width: 147px;
    bottom: -47px;
    text-align: center;
    margin-left: -6px;
}

.ch-info h3 {
	color: #000;
  text-transform: uppercase;
  font-size: 12px;
	font-family: 'Open Sans', Arial, sans-serif;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	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;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	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 .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}
