.jf_services {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  line-height: 0;
}
.jf_services .wrapper {
  border: 1px solid #DDD;
  border-width: 3px 1px 1px 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jf_services .wrapper:hover {
  border-top-color: #2a7b99;
}
.jf_services .wrapper i {
  font-size: 42px;
  border-radius: 100%;
  border: 8px solid #EEE;
  display: inline-block;
  margin: 15px 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.jf_services .wrapper i.icon-desktop {
  line-height: 85px;
}
.jf_services .wrapper img {
  margin: 15px 0;
}
.jf_services .wrapper h3 {
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  line-height: 36px;
}
.jf_services .wrapper .readmore {
  padding: 4px 6px;
  background: #DDD;
  color: #222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.jf_services .wrapper .readmore:hover {
  background: #2a7b99;
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}
.jf_services.colorHover .wrapper i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jf_services.colorHover .wrapper:hover i {
  border-color: #2a7b99;
  color: #236F8B;
}
.jf_services.filled .wrapper i {
  background: #EEE;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jf_services.filled .wrapper:hover i {
  border-color: #2a7b99;
  background-color: #2a7b99;
  color: #ffffff;
}
.jf_services.rotate .wrapper i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jf_services.rotate .wrapper:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.jf_services.noborder .wrapper {
  border: none;
}
.jf_services .jf_col {
  margin-bottom: 15px !important;
}
.jf_services.jf_fluid.no_paddings [class*='col-'] .wrapper {
  margin-right: -1px;
}
.jf_services.jf_fluid.no_paddings [class*='col-']:last-child .wrapper {
  margin-right: 0;
}
@media (max-width: 767px) {
  .jf_services.jf_fluid.no_paddings [class*='col-']:last-child .wrapper {
    margin-right: 5px;
  }
  .jf_services.jf_fluid.no_paddings [class*='col-']:first-child .wrapper {
    margin-left: 5px;
  }
}
body #rt-showcase .jf_services {
  margin: 0 -10px -10px -10px;
}
body #rt-showcase .jf_services .wrapper {
  background-color: #fafafa;
}
body #rt-showcase .jf_services .wrapper:hover {
  background-color: #fff;
}