.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.JMFeatures .row-fluid {
  margin-top: 30px;
}
.JMFeatures .header .icon.left {
  margin-right: 10px;
}
.JMFeatures .header .icon.right {
  margin-left: 10px;
}
.JMFeatures .header .title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}
.JMFeatures.IconLeft .row-fluid {
  margin-top: 60px;
}
.JMFeatures.IconLeft .header {
  display: inline-block;
  margin: 0;
}
.JMFeatures.IconLeft .introText {
  text-align: center;
}
.JMFeatures.IconOnTop .header {
  margin: 30px 0 15px;
}
.JMFeatures.top_icon_large .icon {
  color: #002f5f;
}
.JMFeatures.top_icon_large .header {
  margin-top: 20px;
}
.JMFeatures.top_icon_large .header:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #3b3f42;
  margin: 15px auto 0;
}
.JMFeatures.top_icon_large .header:after {
  background-color: #002f5f;
}
.JMFeatures.IconInTitle .header .icon {
  margin-right: 15px;
  line-height: 1;
  color: #002f5f;
}
.JMFeatures.box .JMFeatureItem {
  border:  ;
  padding: 30px;
}
.JMFeatures.box .JMFeatureItem .header {
  border-bottom:  ;
  padding: 10px 0;
}
.JMFeatures.box .JMFeatureItem .button {
  padding: 20px 0 0;
  margin-top: 20px;
  border-top:  ;
}
.JMFeatures .icon {
  display: inline;
  display: inline-block;
  text-align: center;
  font-style: normal;
  color: #3a393d;
  border-color: #3a393d;
}
.JMFeatures .icon .standard {
  width: 66px;
  height: 66px;
  font-size: 28px;
  line-height: 66px;
  border: 2px solid;
}
.JMFeatures .icon .large {
  width: 164px;
  height: 164px;
  font-size: 68px;
  line-height: 164px;
  border: 3px solid;
  color: #002f5f;
}
.JMFeatures .icon .large:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.JMFeatures .icon .rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.JMFeatures .icon .border-circle {
  border-radius: 50%;
}
.JMFeatures .icon .no-border {
  border: none;
}
.JMFeatures .JMFeatureItem:hover span.icon i.icon,
.JMFeatures .jm-feature:hover span.icon i.icon {
  color: #fff;
  background: #002f5f;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.JMFeatures .JMFeatureItem:hover span.icon i.icon.no-border,
.JMFeatures .jm-feature:hover span.icon i.icon.no-border {
  background: transparent;
  color: #002f5f;
}
.JMFeatures .JMFeatureItem:hover span.icon i.icon.large,
.JMFeatures .jm-feature:hover span.icon i.icon.large {
  background: transparent;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  color: #002f5f;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.JMFeatures .JMFeatureItem a.btn,
.JMFeatures .jm-feature a.btn {
  margin-top: 25px;
}
.JMFeatures.default .row-fluid {
  margin-top: 0;
}
.rtl .JMFeatures.IconInTitle .header .icon {
  margin-right: 0;
  margin-left: 15px;
}
