.space-60 {
  width: 100%;
  height: 60px;
  clear: both;
}

.blocks-main .blocks-col {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.blocks-main .blocks-col .block-overlay {
  position: absolute;
  left: 12%;
  bottom: 40px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 15px;
  width: 75%;
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  background-color: rgba(255, 255, 255, 0.8);
  backface-visibility: hidden;
}

.blocks-main .blocks-col .block-overlay:before {
  content: '';
  position: absolute;
  border: rgba(255, 255, 255, 0.3) solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transition: all0 0.3s;
  -o-transition: all0 0.3s;
  -webkit-transition: all0 0.3s;
  transition: all0 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.blocks-main .blocks-col .block-overlay h4 {
  margin-bottom: 0px;
  color: #000;
}

.blocks-main .blocks-col .block-overlay p {
  margin: 0px;
  color: #666;
}

.blocks-main .blocks-col:hover .block-overlay:before {
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
}

.thumbnail {
  background: none;
  border: none;
  line-height: 1.71109;
}

.thumbnail .caption {
  color: inherit;
}

.caption > h4 {
    font-size: 21px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.services .feature-icon.icon-font {
	background: #fff;
    border: 6px solid #007481;
    border-radius: 50%;
    color: #007481;
    font-size: 50px;
    height: 150px;
    line-height: 140px;
    margin: 24px auto;
	text-align: center;
    width: 150px;
}