.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 {
	display: inline-block;
    margin: 1.5%;
    padding-top: 0px;
    position: relative;
    width: 40%;
	vertical-align:top;
}
.title_link{
	float: left;
	width: 100%;
	text-align:center;
	margin: 15px 0 30px 0;	
}
.title_link a, .title_link a:visited{
	font-family: 'Quicksand', sans-serif;
	color: #000;
	font-size: 1em;
	font-weight: 400;
	text-decoration:none;	
}


.ch-img-1 { 
	background-image: url(/file?fle=4173);
	background-size: 100%;
}
.ch-img-2 { 
	background-image: url(/file?fle=4174);
	background-size: 100%;
}
.ch-img-3 { 
	background-image: url(/file?fle=4171);
	background-size: 100%;
}
.ch-img-4 { 
	background-image: url(/file?fle=4172);
	background-size: 100%;
}
.ch-img-5 { 
	background-image: url(/file?fle=4170);
	background-size: 100%;
}
.ch-img-6 { 
	background-image: url(/file?fle=4177);
	background-size: 100%;
}
.ch-img-7 { 
	background-image: url(/file?fle=4442);
	background-size: 100%;
}
.ch-img-8 { 
	background-image: url(/file?fle=4175);
	background-size: 100%;
}
.ch-img-9 { 
	background-image: url(/file?fle=4176);
	background-size: 100%;
}
.ch-img-10 { 
	background-image: url(/file?fle=4179);
	background-size: 100%;
}
/*.ch-img-3 { 
	background-image: url(../images/6.jpg);
}*/

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	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 */

}

.ch-info h3 {
	color: #fff;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 20%;
    letter-spacing: 0;
    margin: 0 auto;
    padding: 35% 0 0;
    position: relative;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.ch-info h3.ves2{
	height: 30%;
	padding: 25% 0 0;
}
.ch-info p {
	 border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 12px;
    font-style: italic;
    margin: 0 30px;
    padding: 0 5px;
}

.ch-info p a {
	color: rgba(255, 255, 255, 0.7);
    display: block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 140%;
    padding-top: 4px;
    text-transform: uppercase;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(33,155,215, 0.9),
		inset 0 0 0 9px 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);	
}
.ch-item {
	width: 120px;
	height: 120px;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
	bottom: 0;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 auto;
	box-shadow: 
		inset 0 0 0 0 rgba(33,155,215, 0.4),
		inset 0 0 0 6px rgba(33,155,215,1),
		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;
}
/*}
@media screen and (min-width: 581px) {
.ch-item {
	width: 120px;
	height: 120px;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
	bottom: 0;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 
		inset 0 0 0 0 rgba(33,155,215, 0.4),
		inset 0 0 0 6px rgba(33,155,215,1),
		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;
}
}
@media screen and (min-width: 990px) {
.ch-item {
	width: 150px;
	height: 150px;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
	bottom: 0;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 
		inset 0 0 0 0 rgba(33,155,215, 0.4),
		inset 0 0 0 6px rgba(33,155,215,1),
		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;
}
}
@media screen and (min-width: 1250px) {
.ch-item {
	width: 150px;
	height: 150px;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
	bottom: 0;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 
		inset 0 0 0 0 rgba(33,155,215, 0.4),
		inset 0 0 0 6px rgba(33,155,215,1),
		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;
}
}*/