h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', Arial, sans-serif;
  margin-top: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}
h1,
.h1,
h2,
.h2 {
  font-weight: 300;
  margin-bottom: 20px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small {
  font-size: 65%;
}
h1.itemTitle,
.h1.itemTitle,
h2.itemTitle,
.h2.itemTitle {
  text-transform: uppercase;
  margin: 0 0 .5em 0;
  padding: 0;
}
.itemListView h1.itemTitle,
.itemListView .h1.itemTitle,
.itemListView h2.itemTitle,
.itemListView .h2.itemTitle {
  font-size: 24px;
}
h1.family-base,
.h1.family-base,
h2.family-base,
.h2.family-base {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.heading-lessmargin h1,
.heading-lessmargin .h1,
.heading-lessmargin h2,
.heading-lessmargin .h2 {
  margin-bottom: 3px;
}
.sp-page-builder h1,
.sp-page-builder .h1,
.sp-page-builder h2,
.sp-page-builder .h2 {
  font-weight: 400;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
  margin-bottom: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h3 .small,
.h3 .small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
.heading-lessmargin h3,
.heading-lessmargin .h3,
.heading-lessmargin h4,
.heading-lessmargin .h4,
.heading-lessmargin h5,
.heading-lessmargin .h5,
.heading-lessmargin h6,
.heading-lessmargin .h6 {
  margin-bottom: 3px;
}
h3.feature-box-title,
.h3.feature-box-title,
h4.feature-box-title,
.h4.feature-box-title,
h5.feature-box-title,
.h5.feature-box-title,
h6.feature-box-title,
.h6.feature-box-title,
h3.addon-feature-box-title,
.h3.addon-feature-box-title,
h4.addon-feature-box-title,
.h4.addon-feature-box-title,
h5.addon-feature-box-title,
.h5.addon-feature-box-title,
h6.addon-feature-box-title,
.h6.addon-feature-box-title {
  margin-top: 23px;
}
h1,
.h1 {
  font-size: 45px;
  line-height: 45px;
}
h2,
.h2 {
  font-size: 40px;
  line-height: 40px;
}
h3,
.h3 {
  font-size: 30px;
  line-height: 33px;
}
h4,
.h4 {
  font-size: 25px;
  line-height: 28px;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 25px;
}
h6,
.h6 {
  font-size: 18px;
  line-height: 23px;
}
.componentheading {
  position: relative;
  padding-bottom: 25px;
  margin-top: 0;
  font-size: 27px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
.componentheading::after {
  content: '';
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 7px;
  background-color: #ec5c24;
}
.title-default-font .sppb-title-heading,
.title-default-font .box-title {
  font-family: 'Roboto', Arial, sans-serif;
}
.title-line-lr .sppb-addon-title {
  text-align: center;
  overflow: hidden;
}
.title-line-lr .sppb-addon-title span {
  position: relative;
}
.title-line-lr .sppb-addon-title span:before,
.title-line-lr .sppb-addon-title span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 600px;
  height: 1px;
  background-color: #e4e4e4;
  margin: 0 20px;
}
.title-line-lr .sppb-addon-title span:before {
  right: 100%;
}
.title-line-lr .sppb-addon-title span:after {
  left: 100%;
}
.title-border-bottom .sppb-addon-title + div {
  border-top: 1px solid #e4e4e4;
  padding-top: 23px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
  .itemIntroText.lead {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 45px;
  }
}
.alt-font .subheading {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
small,
.small {
  font-size: 85%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .text-justify-md {
    text-align: justify;
  }
}
.bg-primary {
  color: #fff;
  background-color: #ec5c24;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cb4612;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.t3-bottom ul,
.t3-bottom ol,
.t3-footer ul,
.t3-footer ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.creative-icon.list-inline {
  margin-left: 0;
  margin-bottom: 46px;
}
.creative-icon.list-inline > li {
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  margin-right: 20px;
  padding: 0;
  color: #222222;
  border: 1px solid #e4e4e4;
  text-align: center;
  border-radius: 50%;
}
.list-gym-class {
  padding-left: 0;
  list-style: none;
}
.list-gym-class li {
  padding: 14px 0;
}
.list-gym-class li:before,
.list-gym-class li:after {
  display: table;
  content: " ";
}
.list-gym-class li:after {
  clear: both;
}
.list-gym-class li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.gray .list-gym-class li + li {
  border-top-color: #e4e4e4;
}
.t3-bottom .list-gym-class li {
  padding: 0;
}
.t3-bottom .list-gym-class li + li {
  padding-top: 8px;
  margin-top: 8px;
}
.address-info {
  padding-left: 0;
  list-style: none;
}
.address-info li {
  padding-bottom: 10px;
  display: block;
  line-height: 23px;
}
.border-list li {
  padding-bottom: 10px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1040px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 15px;
  margin: 0;
  border-left: none;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.42857143;
}
.catItemIntroText blockquote p {
  position: relative;
  background: #f7f7f7;
  padding: 17px 20px;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  margin: -15px 0 1em;
}
.catItemIntroText blockquote p:before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 10px;
}
.catItemIntroText blockquote p:after {
  content: '"';
}
.itemFullText blockquote {
  margin: 3em 0;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 66px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 48px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 66px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 66px;
}
.features-list .feature-row h3 {
  font-size: 32px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 48px;
}
.jumbotron iframe {
  margin-top: 22px;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.font-weight-1 {
  font-weight: 100;
}
.font-weight-2 {
  font-weight: 200;
}
.font-weight-3 {
  font-weight: 300;
}
.font-weight-4,
.font-weight-4 h1,
.font-weight-4 h2 {
  font-weight: 400;
}
.font-weight-5 {
  font-weight: 500;
}
.font-weight-6,
.font-weight-6 h2,
.font-weight-6 h3 {
  font-weight: 600;
}
.font-weight-7 {
  font-weight: 700;
}
.font-weight-8 {
  font-weight: 800;
}
.ls-5 {
  letter-spacing: 5px;
}
.ls-10 {
  letter-spacing: 10px;
}
.ls-30 {
  letter-spacing: 30px;
}