.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;
}

.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;
  /* padding-bottom: 44px; */
}

.site-container {
  max-width: 100%;
  padding: 0 45px;
}
.site-container:before, .site-container:after {
  content: "";
  display: table;
}
.site-container:after {
  clear: both;
}

.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 18px 0;
  background: #fff;
  height: 140px;
  color: #000;
  z-index: 99;
}
.main-header .cart-mobile {
  display: none;
}
.main-header.home {
  color: #fff;
  background: transparent;
}
.main-header.home .logo {
  top: 50%;
  width: 220px;
  margin-left: -110px;
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-header.home .logo img.white {
  display: block;
}
.main-header.home .logo img.black {
  display: none;
}
.main-header.home.fixed .logo {
  top: 18px;
  width: 102px;
  left: 50%;
  margin-left: -51px;
  transform: translate(0, 0);
}
.main-header .topnav-wrap .topnav.left,
.main-header.home.fixed .topnav-wrap .topnav.left {
  /* transform: translate(0, 0); */
}
.main-header .topnav-wrap .topnav.right,
.main-header.home.fixed .topnav-wrap .topnav.right {
  /* transform: translate(-15%, 0); */
}
.main-header.home .topnav-wrap .topnav {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.main-header.home .topnav-wrap .topnav.left {
  /* transform: translate(10%, 0); */
}
.main-header.home .topnav-wrap .topnav.right {
  /* transform: translate(-22%, 0); */
}
.main-header.home .topnav-wrap .topnav li {
  pointer-events: none;
  text-align: center;
}
.main-header.home .topnav-wrap .topnav li.dropdown-box:hover {
  pointer-events: auto;
}
.main-header.home .topnav-wrap .topnav li a {
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .main-header:not(.home) .topnav li .dropdown-list {
    background: #fff;
  }
}
.main-header .topnav-toggle {
  display: none;
}
.main-header .logo {
  position: fixed;
  top: 18px;
  width: 102px;
  left: 50%;
  margin-left: -51px;
}
.main-header .logo img {
  float: left;
  width: 100%;
}
.main-header .logo img.white {
  display: none;
}
.main-header .topnav-toggle {
  display: none;
}
.main-header .topnav-wrap {
  display: flex;
  width: 100%;
  height: 104px;
  float: left;
  align-items: center;
  justify-content: space-between;
}
.main-header .topnav {
  display: flex;
  /* flex: 0 0 40%; */
}
.main-header .topnav.left {
  text-align: center;
  justify-content: space-around;
  width: 40%;
}

.main-header.condensed .topnav.left {
  width: 50%;
}

.main-header .topnav.left > li:last-child {
  text-align: center;
}
.main-header .topnav.right {
  justify-content: space-around;
  text-align: center;
  width: 40%;
}

.main-header.condensed .topnav.right {
  width: 50%;
}

.main-header .topnav li {
  /* flex: 0 0 23%; */
  position: relative;
}
.main-header .topnav li.dropdown-box > span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-header .topnav li:hover .dropdown-list {
    display: block;
  }
}
.main-header .topnav li.account {
  /* flex: 0 0 16%; */
}
.main-header .topnav li.account span {
  display: none;
}
.main-header .topnav li a {
  display: inline-block;
  padding: 0;
  font: 600 13px/1 "Open Sans", Arial, sans-serif;
  color: inherit;
  text-transform: uppercase;
}
.main-header .topnav li a img {
  width: 15px;
  float: left;
}
.main-header .topnav li .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 110px;
  left: 50%;
  margin-left: -60px;
  text-align: left;
  padding-top: 12px;
}
.main-header .topnav li .dropdown-list li {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 10px;
}

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

.book-btn {
  display: inline-block;
  font: 400 11px/38px "Open Sans", Arial, sans-serif;
  border: 1px solid #000;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  background: transparent;
  margin-top: auto;
  width: 100%;
  border-radius: 20px;
}

.section-headline {
  width: 100%;
  float: left;
  position: relative;
  font: 600 18px/1 "Open Sans", Arial, sans-serif;
  margin-bottom: 40px;
}

.home-intro-wrap {
  width: 100%;
  float: left;
  position: relative;
  height: 100vh;
  background: #222;
  overflow: hidden;
}
.home-intro-wrap .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-intro-wrap .video-wrap video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.home-intro-wrap .inner-wrap {
  width: 100%;
  float: left;
  position: relative;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.home-intro-wrap .inner-wrap .intro-nav {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-intro-wrap .inner-wrap .intro-nav li {
  margin: 0 15px;
}
.home-intro-wrap .inner-wrap .intro-nav li a {
  font: 600 16px/1 "Open Sans", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.studios-grid-wrap {
  width: 100%;
  float: left;
  position: relative;
}
.studios-grid-wrap .grid-row {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .grid-row:nth-child(even) .address-wrap {
    order: 2;
  }
  .grid-row:nth-child(even) .map-wrap {
    order: 1;
  }
}
.grid-row .address-wrap {
  flex: 0 0 calc(50% - 5px);
  display: flex;
  background: #000;
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.grid-row .address-wrap .inner-wrap {
  color: #fff;
}
.grid-row .address-wrap .inner-wrap .headline {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 12px;
  font: 700 15px/1.4 "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.grid-row .address-wrap .inner-wrap .headline:hover {
  text-decoration: underline;
}
.grid-row .address-wrap .inner-wrap address {
  font: 400 13px/1.4 "Open Sans", Arial, sans-serif;
  text-align: center;
}
.grid-row .address-wrap .inner-wrap address p {
  margin: 0;
}
.grid-row .address-wrap .inner-wrap address p + p {
  margin-top: 10px;
}
.grid-row .address-wrap .inner-wrap address a {
  color: #fff;
  text-decoration: none;
}
.grid-row .map-wrap {
  flex: 0 0 calc(50% - 5px);
}
.grid-row .map-wrap img {
  width: 100%;
  float: left;
  position: relative;
}

.instructors-grid {
  margin: 0 -4px;
}
.instructors-grid .trainer {
  float: left;
  width: calc(25% - 8px);
  position: relative;
  margin: 0 4px 8px;
}
.instructors-grid .trainer:hover .inner-wrap .hover-box {
  opacity: 1;
}
.instructors-grid .trainer img {
  float: left;
  width: 100%;
}
.instructors-grid .trainer .inner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instructors-grid .trainer .inner-wrap .name {
  display: block;
  font: 600 18px/1 "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0 5px;
  ftext-align: center;
}
.instructors-grid .trainer .inner-wrap .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  opacity: 0;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#instructors .location-13 .instructors-grid .trainer .inner-wrap .hover-box {
  background: #050632;
}

#instructors .location-13.custom-modal{
  background: #050632fa;
}

.instructors-grid .trainer .inner-wrap .hover-box blockquote {
  width: 100%;
  float: left;
  position: relative;
  font: 400 11px/1 "Open Sans", Arial, sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.instructors-grid .trainer .inner-wrap .hover-box .book-btn {
  border-color: #fff;
  color: #fff;
}
.instructors-grid .trainer .inner-wrap .hover-box .book-btn:hover {
  background: #fff;
  color: #000;
}

#about .content-wrap, #careers .content-wrap{
  padding: 0 2em;
}

.carousel{
  width: 50%;
  display: inline-block;
  float: left;
  padding: 5px;
}

.carousel-indicators{
  align-items: flex-end;
  bottom: 1em;
}

.carousel-indicators li{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: 7px;
  margin-right: 7px;
}

.carousel-item{
  background: #000;
  max-height: 80vh;
  height: 50vw;
  color: #fff;
  font-weight: 100;
}

#location-13 .carousel-item{
  background: #050632;
  background-size: cover;
  background-position: center;
}

.carousel-item.caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3em;
  text-align: center;
  line-height: 1.5em;
}

.carousel-item.caption  .w-100 {
  overflow: scroll;
}

.carousel-item.caption .w-100::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.carousel-item.image {
  background-size: cover;
  background-position: center;
}

.carousel-item.video {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.carousel-item.video iframe {
  width: 100%;
  height: 435px;
  float: left;
}

@media screen and (max-width: 900px){
  #about .content-wrap, #careers .content-wrap {
    padding: 0 1em;
  }
  
  .carousel {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }

  .carousel-item {
    height: 87vw;
  }

  .carousel-item.caption {
    font-size: 12px;
  }

  /* .carousel-item.caption  .w-100 {
    overflow: scroll;
  } */
}



.classes-list {
  margin: 0 -4px;
}
.classes-list li {
  position: relative;
  float: left;
  width: calc(33.33% - 8px);
  margin: 0 4px 8px;
}
.classes-list li img {
  float: left;
  width: 100%;
}
.classes-list li .inner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.classes-list li .inner-wrap span {
  display: block;
  font: 400 18px/1 "Open Sans", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.classes-list li .inner-wrap:hover {
  background: #000;
}

.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.custom-modal.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 1000;
}
.custom-modal .modal-body {
  max-width: 920px;
  width: 100%;
  position: relative;
  overflow: visible;
  padding: 0;
  max-height: none;
}
.custom-modal .close-modal {
  position: absolute;
  left: 50%;
  font-size: 24px;
  color: #fff;
  margin-left: -12px;
  top: -80px;
  font-weight: 300;
}
.custom-modal .modal-content-wrap {
  width: 100%;
  float: left;
  position: relative;
}
.custom-modal .modal-content-wrap.instructors {
  display: flex;
  justify-content: space-between;
}
.custom-modal .modal-content-wrap.instructors .slider-wrap {
  flex: 0 0 42%;
  position: relative;
}
.custom-modal .modal-content-wrap.instructors .trainer-slider {
  width: 100%;
  float: left;
  position: relative;
}
.custom-modal .modal-content-wrap.instructors .trainer-slider li {
  width: 100%;
  float: left;
  position: relative;
}
.custom-modal .modal-content-wrap.instructors .trainer-slider li img {
  width: 100%;
  float: left;
  position: relative;
}
.custom-modal .modal-content-wrap.instructors .info-wrap {
  flex: 0 0 44%;
  color: #fff;
  padding-top: 1%;
  align-self: flex-start;
}
.custom-modal .modal-content-wrap.instructors .info-wrap .name {
  width: 100%;
  float: left;
  position: relative;
  font: 600 18px/1 "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.custom-modal .modal-content-wrap.instructors .info-wrap .text {
  width: 100%;
  float: left;
  position: relative;
  font: 300 11px/1.6 "Open Sans", Arial, sans-serif;
}
.custom-modal .modal-content-wrap.instructors .info-wrap .text p {
  margin-bottom: 0;
}
.custom-modal .modal-content-wrap.instructors .info-wrap .text p + p {
  margin-top: 10px;
}
.custom-modal .modal-content-wrap.instructors .info-wrap .instagram-wrap {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 20px;
}
.custom-modal .modal-content-wrap.instructors .info-wrap .instagram-wrap .headline {
  width: 100%;
  float: left;
  position: relative;
  font: 600 11px/1 "Open Sans", Arial, sans-serif;
  margin-bottom: 0;
}
.custom-modal .modal-content-wrap.instructors .info-wrap .instagram-wrap a {
  font: 400 11px/1 "Open Sans", Arial, sans-serif;
  color: #fff;
}
.custom-modal .modal-content-wrap.instructors .info-wrap .spotify-wrap {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 20px;
}
.custom-modal .modal-content-wrap.instructors .info-wrap .spotify-wrap iframe {
  height: 80px;
}
.custom-modal .modal-content-wrap.instructors .info-wrap .btn-wrap {
  margin-top: 20px;
  width: 50%;
  float: left;
  position: relative;
}
.custom-modal .modal-content-wrap.instructors .info-wrap .btn-wrap .book-btn {
  color: #fff;
  border-color: #fff;
  background: transparent;
  line-height: 28px;
  padding: 0 30px;
}
.custom-modal .modal-content-wrap.instructors .info-wrap .btn-wrap .book-btn:hover {
  color: #000;
  background: #fff;
}
.custom-modal .modal-content-wrap.classes {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.custom-modal .modal-content-wrap.classes .name {
  font: 400 18px/1 "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.custom-modal .modal-content-wrap.classes .text {
  width: 100%;
  float: left;
  position: relative;
  margin: 40px 0;
  font: 400 11px/1.8 "Open Sans", Arial, sans-serif;
  max-width: 400px;
}
.custom-modal .modal-content-wrap.classes .text p {
  margin-bottom: 0;
}
.custom-modal .modal-content-wrap.classes .text p + p {
  margin-top: 10px;
}
.custom-modal .modal-content-wrap.classes .btn-wrap {
  margin-top: 20px;
}
.custom-modal .modal-content-wrap.classes .btn-wrap .book-btn {
  color: #fff;
  border-color: #fff;
  background: transparent;
  line-height: 28px;
  padding: 0 30px;
}
.custom-modal .modal-content-wrap.classes .btn-wrap .book-btn:hover {
  color: #000;
  background: #fff;
}

.custom-modal .modal-content-wrap.instructors .info-wrap .btn-wrap .book-btn {
  padding: 0px 20px;
  width: 80%;
}

@media screen and (max-width: 767px){
  .custom-modal .modal-content-wrap.instructors .info-wrap .btn-wrap {
    width: 100%;
  }

  .custom-modal .modal-content-wrap.instructors .info-wrap .btn-wrap .book-btn {
    width: 80%;
  }
}

.site-container.buy-page {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.classes-buy-wrap {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
  padding-top: 0;
  margin-bottom: 4em;
}
.classes-buy-wrap:first-of-type {
}
.classes-buy-wrap .section-headline {
  flex: 0 0 100%;
}
.classes-buy-wrap .wallet-form-wrap {
  flex: 0 0 35%;
  border: 1px solid #000;
  height: 580px;
}
.classes-buy-wrap .classes-buy-list {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.classes-buy-wrap .class {
  width: calc(25% - 37px);
  margin-right: 37px;
  height: 120px;
  float: left;
  text-align: center;
}
.classes-buy-wrap .class .headline {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.classes-buy-wrap .class .headline .class-name {
  font: 600 14px/1 "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  float: left;
  margin-right: 10px;
}
.classes-buy-wrap .class .book-btn {
  width: 206px;
}
.classes-buy-wrap .info-box-wrap {
  position: relative;
}
.classes-buy-wrap .info-box-wrap:hover .info-box {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.classes-buy-wrap .info-box-wrap img {
  float: left;
  width: 14px;
}
.classes-buy-wrap .info-box-wrap .info-box {
  position: absolute;
  width: 188px;
  background: #000;
  padding: 20px;
  color: #fff;
  top: 100%;
  margin-top: 14px;
  right: -31px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.classes-buy-wrap .info-box-wrap .info-box:before {
  content: "";
  display: block;
  position: absolute;
  right: 15%;
  top: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 14px 10px;
  border-color: transparent transparent #000000 transparent;
}
.classes-buy-wrap .info-box-wrap .info-box .name {
  width: 100%;
  float: left;
  position: relative;
  font: 600 14px/1 "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.classes-buy-wrap .info-box-wrap .info-box .text {
  width: 100%;
  float: left;
  position: relative;
  font: 400 11px/1.4 "Open Sans", Arial, sans-serif;
}

.main-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 15px 0;
  background: #fff;
}
.main-footer .inner-wrap {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-footer .inner-wrap .copy {
  font: 400 9px/14px "Open Sans", Arial, sans-serif;
  color: #000;
}
.main-footer .inner-wrap .copy a {
  color: #000;
  text-decoration: none;
}
.main-footer .inner-wrap .bottom-nav {
  display: flex;
}
.main-footer .inner-wrap .bottom-nav li {
  float: left;
}
.main-footer .inner-wrap .bottom-nav li a {
  padding: 0 5px;
  float: left;
  font: 600 11px/14px "Open Sans", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
}




/*style for shop*/

#shopsubnav .btn-navbar{
 display: none;
}
#shopsubnav .navbar-inner{
  background: black;
  border: 0;
  border-radius: 0;
}
#shopsubnav .nav>li{
  width: 100%;
  float: none;
  text-align: center;
  display: block;
}
#shopsubnav .nav{
  width: 100%;
  float: none;
  text-align: center;
  display: block;
}
#shopsubnav .nav>li a{
  text-shadow: none;
      text-transform: capitalize !important;
      color: #fff;
      font-family: "Open Sans", Arial, sans-serif;

}
#shopsubnav .nav>li a:before{
  content: 'Shop ';
}

#shop .page-header h1{
  font: 600 18px/1 "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-top: 60px;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
}
#shop .page-header{
  margin-bottom: 10px;
}
#shop .thumb{
  height: 310px;
  overflow: hidden;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,383f3d+100&0.2+0,0.2+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.2) 0%, rgba(56,63,61,0.2) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.2) 0%,rgba(56,63,61,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%,rgba(56,63,61,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33383f3d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#shop .thumb img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#shop .product .name{
  line-height: normal;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-top: 12px;
}
#shop .product .price{
  line-height: normal;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-top: 0;
}




@media (min-width: 1200px){
  #shop .span3 {
      width: 25%;
      margin: 0;
      padding: 3.5px;
      margin-bottom: 30px;
  }
  #shop .productlisting{
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1200px)
{
  #shop .nav-collapse, .nav-collapse.collapse{
    height: auto;
  }
  #shopsubnav .nav{
    margin: 0;
  }
  #shop .span3 {
      width: 25%;
      margin: 0;
      padding: 3.5px;
      margin-bottom: 30px;
  }
  #shop .productlisting{
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 800px){
  #shop .span3 {
      width: 50%;
      float: left;
  }
}
@media (max-width: 450px){
  #shop .span3 {
      width: 100%;
      float: left;
  }
}





#shop #mainimage{
  height: auto;
}
#product ul.productthumbs li img{
  width: 65px;
  height: auto;
}
#product ul.productthumbs li{
  height: 50px;
  overflow: hidden;
}
#shop #product h1{
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
  text-align: left;
  /* padding-left: 700px; */
}
#product #details h3, #product #details .price{
  border: 0;
  font-family: "Open Sans", Arial, sans-serif;
  margin-top: 10px;
}
#product #details .price{
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  margin-top: 20px;
  border: 0;
}
#product #details .description{
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  border: 0;
}
#cartbutton,#cartbutton.inactive{
  background: black;
  opacity: 1;
  color: #fff;
  border: 1px solid #000;
  max-width: 360px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;

  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
#cartbutton:hover,#cartbutton.inactive:hover{
  background: #fff;
  border:  1px solid #000;
  color: #000;
}

#product ul.picker li{
  font-size: 13px;
  text-align: center;
  border: 0;
  color: #fff;
  background: black;
  margin-right: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  min-width: auto;
  padding-top: 6px;
  margin-top: 10px;
}
#product #productshare{
  display: none;
}
@media (min-width: 1200px){
  #shop #product h1{
    margin-bottom: -20px;
  }
  #product .span5 {
      width: 400px;
      margin-top: 40px;
  }
}

@media screen and (min-width: 1201px) {
  #shop #product h1 {
    padding-left: 700px;
  }
}
@media (max-width: 1200px){
  #shop #product h1{
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
  }
  #product .row {
    margin: 0;
  }
  #product .span5 {
      width: 380px;
      width: 40%;
  }
  #product .offset1 {
      margin-left: 7%;
  }
  #product #details .description{
    margin-top: 0;
  }
}
@media (max-width: 800px){
  #product .span6 {
      width: 100%;
      margin: 0;
  }
  #product .span5{
    width: calc(100% - 30px);
    margin: 20px auto 0;
    display: block;
    float: none;
  }
  .about-slider-wrap .bx-controls-direction {
    display: none;
  }
}


@media screen and (min-width: 1280px) {
  #shop #product h1 {
     font-size: 1.6vw;
     line-height: 1;
     margin-bottom: -1.5vw;
  }
  #product .span5 {
    margin-top: 2.6vw;
  }
}

.classes-buy-wrap > p {
  margin-bottom: 20px;
}

.fa-history:before {
    content: "\f06e";
}


@media(max-width: 768px){
  .main-header .cart-mobile{
    /*display: none !important;*/
    visibility: hidden !important;
  }
}

#buy .classes-buy-wrap .section-headline{
  text-align: center;
  padding-top: 50px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
#buy  .classes-buy-wrap > p{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 12px;
  width: 80%;
}

@media(min-width: 1000px){

  #buy .classes-buy-wrap .class{
    display: inline-block;
    float: none;
    margin-left: 16px;
    margin-right: 16px;
  }
  #buy .classes-buy-wrap .classes-buy-list{
    text-align: center;
  }
}

@media screen and (max-width: 767px){
  .home-intro-wrap .inner-wrap .intro-nav {
      padding-bottom: 150px !important;
  }
}
.render-content-wrap {
  float: left;
  width: 100%;
  padding-top: 160px;
}
.render-content-wrap .site-container {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

#upsellpreview {
    text-align: center;
}

#upsellpreview p {
    margin: 0 0 20px;
}

#upsellpreview img {
    height: 120px;
    margin-right: 14px;
}

#upsellpreview .span12 {
  float: right;
}

#chooseSeries .page-header h3 {
  display: none;
}

#chooseSeries .page-header {
  margin-bottom: 5px;
}


#info .panel-content.clearfix h2 {
    font-size: 38px;
    line-height: 38px;
    float: right;
    margin-right: -10px;
  }

#buy .schedule-studio-filter li {
  display: inline-block;
  width: 49%;
  text-align: center;
}

#buy .schedule-studio-filter li a {
    font-size: 24px;
    color: #CBCBCB;
    font-weight: 700;
}

#buy .schedule-studio-filter li.active a {
    color: #000;
}

/* New Buy page elements */

#buy .series-card {
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: calc(25% - 20px);
  padding: 1em 2em;
  justify-content: normal;
  border: 1px solid #000;
  border-right: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
  min-width: 240px;
}

#buy #location-13 .series-card {
  border-top: 1px solid #050632;
  border-bottom: 1px solid #050632;
}

#buy .series-card .book-btn {
  background: #000;
  color: #fff;
  border-radius: 0;
}

#buy #location-13 .series-card .book-btn {
  background: #050632;
}


#buy .series-card:hover {
  background: #000;
  color: #fff;
}

#buy #location-13 .series-card:hover {
  background: #050632;
}

#buy .series-card:hover a {
  background: #fff;
  color: #000;
}

#buy #location-13 .series-card:hover a {
  background: #fff;
  color: #050632;
}

#buy .series-card h1.series-name, #buy .series-card h2 {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
  width: 100%;
  margin: initial;
  font-weight: 600;
  text-align: center;
}

#buy #location-13 .series-card h1.series-name, #buy #location-13 .series-card h2 {
  border-color: #000;
}

#buy .series-card h2 {
  padding-top: 1em;
}

#buy .series-card:hover h1, #buy .series-card:hover h2 {
  border-color: #fff;
}

#buy #location-13 .series-card:hover h1, #buy #location-13 .series-card:hover h2 {
  border-color: #fff;
}


#buy .series-card h3 {
  font-size: 12px;
  text-align: center;
  margin: 1em 0;
}

#buy .cta-footer {
  background: #000;
  color: #fff;
  padding: 1em;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2em;
}

#buy #location-13 .cta-footer {
  background: #050632;
}

@media screen and (max-width: 767px) {
  #buy .classes-buy-wrap .classes-buy-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex: 0 0 100%;
  }

  #buy .series-card {
    width: 100%;
    margin: 10px 0;
  }

  #buy .cta-footer {
    padding: 2em;
    text-align: center;
    font-size: 12px;
  }
}



/* New Home page */

#home .main-wrapper
#home .main-header {
  background: transparent;
  position: relative;
}

#home .main-header .topnav {
  justify-content: space-around;
  width: 100%;
  color: #fff;
}

.home-intro-wrap {
  height: 100vh;
  background: #222;
}

.home-intro-wrap .main-header {
  background: transparent;
  position: absolute;
}

.home-footer-wrap {
  position: fixed;
  height: 16vh;
  bottom: 0;
  z-index: 100;
  border-top: 1px solid #3d3d3d;
  width: 100%;
}

.home-footer-wrap:hover {
cursor: pointer;
}

#home .home-footer-wrap .content-wrap {
  width: 100%;
  height: 100%;
  background-size: cover;
  margin: 0;
}

#home .home-footer-wrap .inner-wrap {
  color: #fff;
  text-align: center;
  font-size: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: inherit;
}

#home .home-footer-wrap .inner-wrap::after {
  content: '';
  display: block;
  background: url(../images/icons/arrow_down.png) no-repeat;
  background-size: contain;
  position: relative;
  text-align: center;
  margin: auto;
  height: 15px;
  width: 40px;
  margin-top: 15px;
  margin-bottom: 0;
}

#home .main-content.inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

#home .home-intro-wrap .inner-wrap .intro-nav {
  padding-bottom: 0;
}

#home .main-logo {
  width: 210px;
  margin-top: 0;
}

#home .cta-button {
  margin: 6em 0 1em 0;
  border: 1px solid #fff;
  padding: 0.5em 1em;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 5%;
}

#home .cta-button {
  text-decoration: none;
  color: #fff;
}

#home .cta-button:hover {
  background: #fff;
  color: #000;
}

#home .site-list {
  margin-top: 1em;
  margin-bottom: 0;
}

#home .site-1 .site-list {
  margin-left: -2em;
}

#home .home-intro-wrap .inner-wrap .site-list  .intro-nav li {
  margin: 0 30px;
}

#home .home-intro-wrap .inner-wrap .site-list .intro-nav li a {
  font-size: 14px;
}

.home-intro-wrap.inactive {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#home .inactive .main-content.inner-wrap {
  transform: translateY(-100%);
  transition: 300ms;
}

.active-mobile-menu {
  z-index: 101;
}


@media only screen and (min-width: 767px){
  #home body {
    overflow: hidden;
  }

  .home-intro-wrap {
    border-top: 1px solid #3d3d3d;
    top: -1px;
    transition: 300ms;
  }

  .inactive .main-header {
    transform: translateY(-100%);
    transition: 300ms ease-in-out;
  }

  #home .main-header .topnav {
    justify-content: center;
  }

  #home .main-header .topnav li {
    margin: 0 1.4em;
  }

  #home .main-header .topnav-wrap.in, .main-header .topnav-wrap.home.in {
    z-index: 101;
  }

  #home .main-header {
    z-index: 99;
  }
  

  #home .mobile-burger-toggle {
    display: none;
  }

}

@media only screen and (max-width: 767px){
  /* #home .home-intro-wrap {
    height: 100vh;
  } */

  #home body.noScroll {
    overflow: hidden;
  }

  .home-sites-container {
    height: 100vh;
  }


  .home-sites-container.fullHeight {
    height: 100vh;
  }

  .home-intro-wrap {
    height: 100%;
    position: fixed;
  }

  .home-intro-wrap .main-header.fixedPosition {
    position: fixed;
  }

  .home-footer-wrap {
    height: 100%;
  }

  #home .main-header .topnav-wrap.in .topnav, .main-header .topnav-wrap.home.in .topnav {
    display: block;
    float: left;
    width: 100%;
    flex: auto;
    transform: none;
    align-self: flex-end;
  }
  
  #home .main-header .topnav-wrap.in .topnav li, #home .main-header .topnav-wrap.home.in .topnav li {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  
  #home .main-header .topnav-wrap.in .topnav li a, .main-header .topnav-wrap.home.in .topnav li a {
    color: #fff;
    font-weight: 500;
  }

  #home .mobile-burger-toggle {
    background: transparent;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 10px;
    width: 70%;
    border-radius: 20px;
    font-size: 100%;
    font-weight: 300;
    font: 600 13px/1 "Open Sans", Arial, sans-serif;
  }

  #home .mobile-burger-toggle:hover {
    color: #000;
    background: #fff;
  }

  #home .main-logo {
    margin-top: auto;
    width: 145px;
  }
  
  #home .cta-button {
    padding: 0.7em 7em;
    font-size: 12px;
    margin-top: 9em;
  }

  #home .site-list {
    margin-top: 1em;
    margin-bottom: 20vh;
  }

  #home .home-intro-wrap .inner-wrap .site-list ul.intro-nav {
    padding-bottom: 0 !important;
  }

  #home .home-intro-wrap .inner-wrap .site-list .intro-nav li {
    margin: 0 10px;
  }

  #home .home-intro-wrap .inner-wrap .site-list .intro-nav li a {
    font-size: 12px;
  }


  #home .home-footer-wrap{
    position: relative;
    z-index: 100;
  }

  #home .home-footer-wrap .content-wrap {
    background-size: inherit;
    background-position: center;
  }

  #home .home-footer-wrap .inner-wrap {
    margin-top: 2em;
    font-size: 12px;
  }

  #home .home-footer-wrap .inner-wrap::after {
    height: 2.5em;
    width: 2.5em;
  }

}