@charset "utf-8";
/* CSS Document */

.activity li {
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  display: inline-block;
  font-size: .889em;
  height: 8em;
  margin: 0 1em 1em 7em;
  position: relative;
  text-align: center;
  text-transform: lowercase;
  width: 8em;
  line-height: 8em;
}
.activity li .service-icon img{
 	 width:105px;
	height:98px;
	background-image:url(../images/team-1.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
.activity li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.services-icon-circle img:hover:hover {
  box-shadow: 0 0 0 7px  #a42424;
  background-color:#fff;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.services-icon-circle img:hover:hover:before {
  -webkit-transform: scale(0.925);
  -moz-transform: scale(0.925);
  -ms-transform: scale(0.925);
  -o-transform: scale(0.925);
  transform: scale(0.925);
  box-shadow: 0 0 0 1px  #a42424;
  opacity: .5;
}
.services-icon-circle img:hover:before {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 0 0 1px  #a42424;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.activity p{
	padding-top:4%;
	font-weight:normal;
	line-height:1.3em;
}
.txt-smll{
	color:#fff;
	font-size:1.1em;
	text-align:center;
	padding-top:1%;
}
@media only screen and (max-width: 570px)
{	
.activity li {
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  display: inline-block;
  font-size: .889em;
  height: 8em;
  margin: 0 0em 1em;
  position: relative;
  text-align: center;
  text-transform: lowercase;
  width: 8em;
  line-height: 8em;
}
}