/*
 * Main File : /templates/jf_chrome/less/jf_features_services.less
 * Included Files : 
 * /templates/jf_chrome/less/jf_global_00_mixins.less
 * /templates/jf_chrome/less/jf_global_00_variables.less
 */
.jf_services {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  line-height: 0;
}
.jf_services .wrapper {
  background-color: #fafafa;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(88%,#fff),to(#e7e7e7));
  background-image: -webkit-linear-gradient(#fff,#fff 88%,#e7e7e7);
  background-image: -moz-linear-gradient(top,#fff,#fff 88%,#e7e7e7);
  background-image: -o-linear-gradient(#fff,#fff 88%,#e7e7e7);
  background-image: linear-gradient(#fff,#fff 88%,#e7e7e7);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe7e7e7', GradientType=0);
  border: 1px solid #bbb;
  -webkit-box-shadow: 0 0 3px #CECECE;
  -moz-box-shadow: 0 0 3px #CECECE;
  box-shadow: 0 0 3px #CECECE;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  line-height: 0;
}
.jf_services .wrapper:after {
  position: absolute;
  bottom: 0px;
  width: 99.9%;
  height: 1px;
  background: #FFF;
  z-index: 99;
  content: '';
  left: 0;
}
.jf_services .wrapper h2 {
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top,#fff,#E1E1E1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#E1E1E1));
  background-image: -webkit-linear-gradient(top,#fff,#E1E1E1);
  background-image: -o-linear-gradient(top,#fff,#E1E1E1);
  background-image: linear-gradient(to bottom,#fff,#E1E1E1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe1e1e1', GradientType=0);
  padding: 11px 10px 8px 10px;
  color: #176AA0;
  margin: 0;
  text-shadow: 1px 1px 1px #FFF;
  border-bottom: 1px solid #AAA;
  line-height: 21px;
  font-size: 2em;
  text-align: center;
}
.jf_services .wrapper i {
  font-size: 48px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 8px solid transparent;
  display: inline-block;
  margin: 25px 0 20px 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.jf_services .wrapper i.icon-desktop {
  line-height: 85px;
}
.jf_services .wrapper h3 {
  margin: 0 0 15px 0;
  line-height: 36px;
}
.jf_services .wrapper h5 {
  color: #C00;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 10px;
}
.jf_services .wrapper img {
  margin: 15px 0;
}
.jf_services .wrapper .readmore {
  padding: 3px 6px;
  background: #DDD;
  color: #222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 16px;
  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: #105D7A;
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}
.jf_services .wrapper .link {
  font-style: italic;
  margin-bottom: 10px;
  display: block;
  color: #176AA0;
  font-size: 14px;
  line-height: 20px;
}
.jf_services .wrapper .link:hover {
  text-decoration: underline;
}
.jf_services .wrapper .jf_typo_button {
  margin: 3px;
}
.jf_services .wrapper p {
  font-size: 14px;
  color: #000;
  padding: 0 5px;
  margin: 0 0 10px 0 !important;
  line-height: 17px;
}
.jf_services .wrapper .jf_image_block {
  margin-top: 0;
  margin-bottom: 0;
}
.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 {
  color: #236F8B;
}
.jf_services.filled .wrapper {
  -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 i {
  background: #EEE;
  border-color: #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: #105D7A;
  background-color: #105D7A;
  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.light_border .wrapper {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(80%,#fff),to(#fff));
  background-image: -webkit-linear-gradient(#fff,#fff 80%,#fff);
  background-image: -moz-linear-gradient(top,#fff,#fff 80%,#fff);
  background-image: -o-linear-gradient(#fff,#fff 80%,#fff);
  background-image: linear-gradient(#fff,#fff 80%,#fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border: none;
}
.jf_services.noborder .wrapper {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(80%,#fff),to(#fff));
  background-image: -webkit-linear-gradient(#fff,#fff 80%,#fff);
  background-image: -moz-linear-gradient(top,#fff,#fff 80%,#fff);
  background-image: -o-linear-gradient(#fff,#fff 80%,#fff);
  background-image: linear-gradient(#fff,#fff 80%,#fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  background: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.jf_services.insetshadow .wrapper {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(80%,#fff),to(#fff));
  background-image: -webkit-linear-gradient(#fff,#fff 80%,#fff);
  background-image: -moz-linear-gradient(top,#fff,#fff 80%,#fff);
  background-image: -o-linear-gradient(#fff,#fff 80%,#fff);
  background-image: linear-gradient(#fff,#fff 80%,#fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #EEE;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.jf_services.insetshadow .wrapper:hover {
  border: 1px solid #CECECE;
  -webkit-box-shadow: inset 0 0 15px #BBB;
  -moz-box-shadow: inset 0 0 15px #BBB;
  box-shadow: inset 0 0 15px #BBB;
}
.jf_services.insetshadow .wrapper:after {
  display: none;
}
.jf_services .jf_col {
  margin-bottom: 15px !important;
}
.jf_services.jf_fluid.no_paddings [class*='col-'] .wrapper {
  margin: 5px;
}
.jf_services.jf_fluid.no_paddings [class*='col-']:last-child .wrapper {
  margin-right: 0;
}
.jf_services.jf_fluid.no_paddings [class*='col-']:first-child .wrapper {
  margin-left: 0;
}
@media (max-width: 767px) {
  .jf_services.jf_fluid.no_paddings [class*='col-'] .wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
body #rt-showcase .jf_services {
  margin: 0 -10px -10px -10px;
  background: none;
}
body #rt-showcase .jf_services .wrapper {
  background-color: #fafafa;
}
body #rt-showcase .jf_services .wrapper:hover {
  background-color: #fff;
}
