.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect10 .info {
  background: #133F6E; /* #333333;*/
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  font-family: Verdana, Arial, Calibri !important;
  font-size: 11px;
  margin: 0px 0px 0px; /* 0 10px 10px;*/
  padding: 55px 0 0 0;/* 55px;*/
  height: 30px;/* 175px;*/
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);

}

  .ih-item.circle.effect10 .info p {
  color: #bbb;
  font-style: italic;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect10 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.circle.effect10.bottom_to_top .info h3 {
  margin: 100px 10px 0;
  padding: 0px 0 0 0;
  height: 0px;
}
.ih-item.circle.effect10.bottom_to_top .info p {
  margin: 20px 20px;
  padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-38px) scale(0.5);
  -moz-transform: translateY(-38px) scale(0.5);
  -ms-transform: translateY(-38px) scale(0.5);
  -o-transform: translateY(-38px) scale(0.5);
  transform: translateY(-38px) scale(0.5);
}
