.ch-item {
  background-size: cover;
  border-radius: 50% 50% 50% 50%;
  box-shadow: 0 0 0 0 rgba(200, 95, 66, 0.4) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: default;
  height: 240px;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  width: 251px;
}

.ch-img-1 { 
	background-image: url(../../images/services/01.jpg);
}

.ch-img-2 { 
	background-image: url(../../images/services/02.jpg);
}

.ch-img-3 { 
	background-image: url(../../images/services/03.jpg);
}

.ch-img-4 { 
	background-image: url(../../images/services/04.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: #FFFFFF;
  font-size: 19px;
  height: 95px;
  margin: 0 40px;
  padding: 45px 0 0;
  position: relative;
  text-align: center;
  text-shadow: 0 0 1px #FFFFFF, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.services .ch-info h3 {
  padding: 50px 0 0;
}
.sluzby.services .ch-info h3 {
  padding: 85px 0 0;
}
.ch-info p {
	color: #fff;
	font-style: italic;
	text-align: center;
	margin: 0px 40px;
	padding-top: 10px;
	font-size: 15px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.services ul {}
.services ul li {
  background: url("../../images/list-arrow.png") no-repeat scroll left center transparent;
  padding-left: 20px;
}
.ch-info p a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 16px;
  font-style: normal;
  padding-top: 4px;
  text-transform: uppercase;
}

.ch-info p a:hover {
  color: #FFFFFF;
  font-weight: bold;
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 120px rgba(119,53,21, 0.5),
		inset 0 0 0 16px rgba(119,53,21, 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);	
}
