.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: 0 !important;
}

.no-bg {
  background: transparent !important;
}

.margin20top {
  margin-top: 20px;
}

.margin20bottom {
  margin-bottom: 20px;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.box {
  width: 100%;
  float: left;
}

.hidden {
  display: none;
}

.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

.main-wrapper {
  width: 100%;
  float: left;
  position: relative;
  min-height: 100vh;
  color: #000;
}

.site-container {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
.site-container:before, .site-container:after {
  content: "";
  display: table;
}
.site-container:after {
  clear: both;
}

#contact .content-wrap .site-container {
  margin-top: 0px;
  margin-bottom: 50px;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 7px 0;
  background: #fff;
  z-index: 9999;
}
.main-header .inner-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main-header .logo {
  float: left;
  font: 500 65px/1 "Helvetica LT", "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.main-header .topnav-toggle {
  font: 400 36px/1 "Helvetica LT", "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  float: right;
  display: none;
  text-transform: uppercase;
}
.main-header .topnav {
  float: right;
  margin-bottom: 3px;
}
.main-header .topnav li {
  float: left;
}
.main-header .topnav > li + li {
  margin-left: 25px;
}
.main-header .topnav li a {
  float: left;
  color: #000;
  font: 400 36px/1 "Helvetica LT", "Walsheim", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.main-header .topnav li a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.content-wrap {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 78px;
}

.home-gallery-list {
  width: 100%;
  margin-bottom: 38px;
  display: flex;
  justify-content: space-between;
}
.home-gallery-list li {
  flex-basis: 32.5%;
}
.home-gallery-list li img {
  float: left;
  width: 100%;
}

.home-gallery-list li:nth-child(2) img {transition-delay: 0.05s;}
.home-gallery-list li:nth-child(3) img {transition-delay: 0.15s;}

.info-cols-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.info-cols-wrap + .info-cols-wrap,
.features-wrap + .info-cols-wrap {
  border-top: 1px dashed #000;
  padding-top: 20px;
  margin-top: 20px;
}
.info-cols-wrap + .main-banner {
  margin-top: 55px;
}
.info-cols-wrap .leftcol {
  flex-basis: 33%;
}
.info-cols-wrap .leftcol h1 {
  width: 100%;
  float: left;
  position: relative;
  font: 500 30px/36px "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
}
.info-cols-wrap .leftcol h3{
  width: 100%;
  float: left;
  position: relative;
  font: 500 30px/36px "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
}
.info-cols-wrap .rightcol {
  flex-basis: 66.3%;
}
.info-cols-wrap .rightcol .text {
  width: 100%;
  float: left;
  position: relative;
  font: 400 30px/36px "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  letter-spacing: -0.3px;
}
.info-cols-wrap .rightcol .text.home {
  font-weight: 400;
}
.info-cols-wrap .rightcol .btn-nav {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 40px;
}
.info-cols-wrap .rightcol .btn-nav li {
  float: left;
}
.info-cols-wrap .rightcol .btn-nav li + li {
  margin-left: 15px;
}
.info-cols-wrap .rightcol .btn-nav li .styled-btn {
  display: inline-block;
  width: 302px;
  padding-top: 5px;
  font: 500 25px/56px "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  border: 2px solid #000;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
}
.info-cols-wrap .rightcol .btn-nav li .styled-btn:hover {
  color: #fff;
  background: #000;
}

.main-banner-outer-wrap {
  margin-bottom: 45px;
}
.main-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-banner h2 {
  font: 400 250px/1 "Helvetica LT", "Walsheim", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 10px;
  position: relative;
  top: 10px;
}

.features-wrap {
/*  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  padding-top: 28px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.feature {
  flex-basis: 32%;
  position: relative;
  margin-bottom: 40px;
  margin-right: 1.33%;
}
.feature .img-outer-box {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.feature .img-box {
  width: 100%;
  float: left;
  position: relative;
  height: 300px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.feature:nth-child(2n) .img-box.lazy-load-box {
  transition-delay: 0.1s;
}
.feature:nth-child(3n) .img-box.lazy-load-box {
  transition-delay: 0.15s;
}
.feature .headline {
  width: 100%;
  float: left;
  position: relative;
  font: 500 25px/30px "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
}
.feature .headline sup {
  font-size: 58%;
}
.feature .subtitle {
  width: 100%;
  float: left;
  position: relative;
  font: 400 italic 25px/30px "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  margin-bottom: 14px;
}
.feature .text {
  width: 100%;
  float: left;
  position: relative;
  font: 400 20px/24px "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  margin-bottom: 25px;
  padding-right: 15%;
}
.feature .book-btn {
  float: left;
  font: 400 20px/1 "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  position: relative;
  z-index: 2;
}
.feature .book-btn:hover {
  color: rgba(0, 0, 0, 0.8);
}

.plans-list {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 55px;
}
.plans-list.fixed .plan .left-col {
  padding-left: 185px;
  position: relative;
}
.plans-list.fixed .plan .left-col .name {
  position: absolute;
  top: 0;
  left: 0;
}

.plan {
  display: flex;
  justify-content: space-between;
}
.plan + .plan {
  padding-top: 21px;
  border-top: 1px dashed #000;
  margin-top: 21px;
}
.plan .left-col {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  font-family: "Walsheim", "Helvetica Neue", Arial, sans-serif;
}
.plan .left-col .name {
  font-weight: 500;
}
.plan .left-col .time {
  font-style: italic;
  padding-bottom: 5px;
}
.plan .right-col {
  flex-basis: 300px;
}
.plan .right-col .buy-btn {
  float: right;
  width: 300px;
  border: 2px solid #000;
  color: #000;
  font: 500 25px/138px "Walsheim", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  background: #fff;
  text-transform: uppercase;
}
.plan .right-col .buy-btn:hover {
  background: #000;
  color: #fff;
}

.trainers-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.trainers-list li {
  flex-basis: 24%;
  position: relative;
  margin-bottom: 15px;
  margin-right: 1%;
}
.trainers-list li:hover .box2 {
  opacity: 1;
}
.trainers-list .box1 {
  width: 100%;
  float: left;
  position: relative;
  position: relative;
  z-index: 1;
  height: 300px;
}
.trainers-list .box1 .inner-wrap {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.trainers-list li:nth-child(2n) .box1 .inner-wrap.lazy-load-box {
  transition-delay: 0.14s;
}
.trainers-list li:nth-child(3n) .box1 .inner-wrap.lazy-load-box {
  transition-delay: 0.28s;
}
.trainers-list li:nth-child(5n) .box1 .inner-wrap.lazy-load-box {
  transition-delay: 0.36s;
}
.trainers-list .box1 .inner-wrap .name {
  font: 400 48px/.9 "Helvetica LT", "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.trainers-list .box2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  transition: all 0.35s ease-out;
}
.trainers-list .box2 .inner-wrap {
  display: flex;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.trainers-list .box2 .inner-wrap .links a {
  font: 400 48px/.9 "Helvetica LT", "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.trainers-list .box2 .inner-wrap .links a:hover {
  color: rgba(255, 255, 255, 0.2);
}

.main-footer {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 90px;
  padding: 15px 0 20px;
  border-top: 1px dashed #000;
  color: #000;
}
.main-footer a {
  color: #000;
}
.main-footer a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.main-footer .inner-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-footer .inner-wrap .col {
  flex-basis: 20%;
  padding-left: 6px;
  position: relative;
  top: -4px;
}
.main-footer .inner-wrap .col.privacy {
  padding-left: 26px;
}
.main-footer .inner-wrap .col.logo-col {
  padding: 0;
  top: 0;
}
.main-footer .inner-wrap .col.logo-col .footer-logo {
  position: relative;
  top: -8px;
}
.main-footer .inner-wrap .col.logo-col .footer-logo svg {
  float: left;
  height: 64px;
}
.main-footer .inner-wrap .col .text {
  font: 400 20px/24px "Walsheim", "Helvetica Neue", Arial, sans-serif;
}

.trainer-table-wrap {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.trainer-table-wrap .headline {
  float: left;
  width: 100%;
  padding: 12px 0;
  border-top: 1px dashed #000;
  font: 500 30px/36px "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.trainer-table-wrap table {
  width: 100%;
}
.trainer-table-wrap table td {
  padding: 20px 0;
  border-top: 1px dashed #000;
  font: 500 24px/30px "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  letter-spacing: -0.3px;
  vertical-align: middle;
}
.trainer-table-wrap table .styled-btn {
  float: right;
  display: inline-block;
  width: 302px;
  font: 500 25px/56px "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  border: 2px solid #000;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 12px 0;
}
.trainer-table-wrap table .styled-btn:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .trainer-table-wrap table {
    table-layout: fixed;
  }
  .trainer-table-wrap .headline {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .trainer-table-wrap table .styled-btn {
    width: auto;
    font-size: 15px;
    line-height: 34px;
  }
  .trainer-table-wrap table td {
    font-size: 16px;
    line-height: 1.4;
  }
  .trainer-table-wrap table td:nth-child(2) {
    min-width: 25%;
    padding-left: 4%;
  }
  .trainer-table-wrap table td .divider {
    display: block;
  }
}



/*#schedule script + div[style] {
    display: none !important;
}*/

#buy .info-cols-wrap {
  margin-bottom: 60px;
}

.popup #bd p {
    float: left;
    width: 100%;
    font: 500 30px/36px "Walsheim", "Helvetica Neue", Arial, sans-serif;
    color: #000;
    letter-spacing: -0.3px;
}

#new form hr,
#save form hr,
#edit form hr {
  display: none;
}


.cookies-msg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 14px 30px;
  background: rgba(0,0,0,0.95);
  color: #fff;
  text-align: center;
}
.cookies-msg:not([style*="none"]) + .box {
  padding-bottom: 68px;
}
.cookies-msg .inner-wrap {
  float: left;
  width: 100%;
}
.cookies-msg .inner-wrap a {
  color: #fff;
  text-decoration: underline;
  margin: 0 6px;
}
.system-wrap.privacy p + p {
  margin-top: 18px;
}
.system-wrap.privacy p a {
  color: #000;
  text-decoration: underline;
}
.system-wrap.privacy ul + h3,
.system-wrap.privacy p + h3,
.system-wrap.privacy p + h2,
.system-wrap.privacy p + table {
  margin-top: 30px;
}
.system-wrap.privacy h3,
.system-wrap.privacy h2 {
    font: 500 30px/36px "Walsheim", "Helvetica Neue", Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main-header + .page-header {
  display: none;
}
.lazy-load-box {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.lazy-load-box.in {
  opacity: 1;
  visibility: visible;
}

.home-gallery-list li {
  width: 406px;
  height: 606px;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .home-gallery-list {
    display: block;
  }

  .home-gallery-list li {
      width: 100%;
      margin-bottom: 10px;
      padding-top: 120px;
      height: 300px;
      display: block;
  }
}

.home-gallery-list li > a {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-gallery-list li > span {
  color: #fff;
  font: 100 72px/1 "Helvetica LT", "Walsheim", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
}

.home-gallery-list li > span > span {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  text-align: center;
}

.home-gallery-list li:hover > span > span,
.home-gallery-list li > span > span.sub {
  display: block;
}

.home-gallery-list li > span > span.sub {
  font-size: 0.55em;
  bottom: auto;
}

li.dropdown:hover ul.dropdown-menu {
  display: block;
}

#contact .main-banner > span {
  color: #fff;
  font: 100 200px/1 "Helvetica LT", "Walsheim", "Helvetica Neue", Arial, sans-serif;
  bottom: 460px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#contact .site-container::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}

#reserveFilterSites {
  display: block;
  visibility: visible;
}

#reserveFilterSites li:last-child {
  display: none;
}

.home-gallery-list li:hover {
  background: #000 !important;
}

.red {
  color: red;
}

#buy-stjohn .main-banner {
  height: 600px;
}

#buy-stjohn .main-banner h2 {
  font-size: 200px;
  line-height: 180px;
  text-align: center;
}

@media (max-width: 925px) {
  #buy-stjohn .main-banner h2 {
    font-size: 100px;
    line-height: 90px;
  }
  #buy-stjohn .main-banner {
    height: 350px;
    background-size: cover;
  }
}

@media (max-width: 535px) {
  #buy-stjohn .main-banner h2 {
    font-size: 70px;
    line-height: 65px;
  }
  #buy-stjohn .main-banner {
    height: 350px;
    background-size: cover;
  }
}

h3.italics {
  font-style: italic;
}

#buy-stjohn .info-cols-wrap .rightcol h3 {
  width: 100%;
  float: left;
  position: relative;
  font: 100 30px/36px "Walsheim", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 30px 0px
}

#buy-stjohn .info-cols-wrap .rightcol ul.text li:before {
    content: '→';
    margin-right: 1em;
}
#buy-stjohn .info-cols-wrap .rightcol ul.text li {
    text-indent: -1.6em;
    padding-left: 2em;
    line-height: 1.3em;
  }
#buy-stjohn .rightcol ul.plans-list {
  margin-top: 0px;
}

/* CCTV header nav color */
.main-header .cctv a span {
  color: #5347f1;
}