@charset "utf-8";

/*
Client Name		: Body20 Global SA
Date			: 03/04/2022
Page			: body20.css
Author			: Organised Pixels
Author URL		: organisedpixels.com
Version			: 2.2.4
*/


/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

/* general */

body {
	font-family: "Montserrat", Helvetica, sans-serif;
	font-display: swap;
}

.page-divider {
	height: 15px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 50px;
}

/* clear */

.clear-20 {
	height: 20px;
	width: 100%;
}

.clear-30 {
	height: 30px;
	width: 100%;
}

.clear-40 {
	height: 30px;
	width: 100%;
}

.clear-50 {
	height: 50px;
	width: 100%;
}

.clear-80 {
	height: 80px;
	width: 100%;
}

.clear-100 {
	height: 100px;
	width: 100%;
}

.clear-150 {
	height: 150px;
	width: 100%;
}

/* colours */

.blue {
	color: #0aa9e1;
}

/* logo */

img.b20-logo {
	max-width: 300px;
	padding: 10px 0px;
}

.logo {
	background-image: url("../img/body20-menu-white.svg");
	width: 360px;
	height: 80px;
	margin-left: 20%;
	margin-top: 10px;
	background-repeat: no-repeat;
}

.logo.scrolled {
	background-image: url("../img/body20-menu-fc.svg");
	width: 360px;
	height: 80px;
	background-repeat: no-repeat;
}

/* images */

.img-resp-left {
	float: left;
	max-width: 50%;
	margin-bottom: 30px;
	margin-right: 30px;
}

.img-resp-right {
	float: right;
	max-width: 50%;
	margin-bottom: 30px;
	margin-left: 30px;
}

.body-img {
	margin-bottom: 50px;
}

/* custom links */

.B20-link {
	float: left;
	padding: 15px 0px;
}

@keyframes btnborder{
	0%{left:0;width:100%}
	50%{left:100%;width:0}
	75%{left:0;width:0}to{width:100%}
}

a.custom-underline {
    position: relative;
	text-decoration: none;
	color: #0aa9e1;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

a.custom-underline:before {
    border-radius: 1px;
    bottom: 0;
    content: "";
    height: 4px;
	top: 30px;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #0aa9e1;
}

a.custom-underline:hover::after {
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: transparent;
}

a.custom-underline:hover::before {
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: btnborder;
    animation-name: btnborder;
    background-color: #0aa9e1;
}

a.custom-underline::before {
    border-radius: 1px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #0aa9e1;
}


/* normal links */

a.custom-link {
    position: relative;
	text-decoration: none;
	color: #00559f;
	font-weight: 300;
}

a.custom-link:before {
    border-radius: 1px;
    bottom: 0;
    content: "";
    height: 2px;
	top: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #00559f;
}

a.custom-link:hover::after {
    border-radius: 1px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: transparent;
}

a.custom-link:hover::before {
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: btnborder;
    animation-name: btnborder;
    background-color: #0aa9e1;
}


/* buttons */

.btn-primary {
    color: #fff;
    font-size: 0.8rem;
    background-color: #0aa9e1;
    border-color: #0aa9e1;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000; /*set the color you want here*/
}

.btn-light {
	color: #00b0f0 !important;
}

/* navbar */

.navbar {
	position: relative;
	z-index: 999;
}

.navbar .navbar-nav .nav-link:hover{
	color: #0aa9e1;
}

.navbar-logo-centered .navbar-nav .nav-link{
	padding: .10em 10em;
}

.nav-link {
	font-size: 0.8vw;
	line-height: 1.2rem;
	text-align: center;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding: 30px 0px 5px 0px;
	margin: 0px 10px;
}

.nav-link.active {
    color: #fff;
	font-weight: bold;
	/* border-bottom: 2px solid #ffffff; */
}

.nav-link.active:after { 
	width: 80%; 
	left: 10%; 
}

.nav-link:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 45%;
	position: absolute;
	background: #0aa9e1;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.nav-link:hover:after { 
	width: 100%; 
	left: 0; 
}

.navbar-B20.scrolled {
	position: fixed;
	top: 0px;
	padding-top: 20px;
	background-color: #000000;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
	margin-right: 20px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.b20-plus {
	font-size: 2rem;
	line-height: 1.1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */


/* modals */

.btn-close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

@media (min-width: 768px) {
	.modal-xl {
		width: 90%;
		max-width: 800px;
	}
}

/* images */

.img-resp-left {
	float: left;
	max-width: 50%;
	margin-bottom: 30px;
	margin-right: 30px;
}

.img-resp-right {
	float: right;
	max-width: 50%;
	margin-bottom: 30px;
	margin-left: 30px;
}

/* video */

.video-rounded {
	border-radius: 10px;
}

/* champs */

.champ-steps img {
	margin-bottom: 20px;
}

.champ-highlight {
	background-color: #00a7e1;
	border-radius: 15px;
	padding: 40px;
}

.champ-highlight h2 {
	color: #ffffff !important;
	font-size: 1.5rem;
}

.champ-highlight h4 {
	color: #ffffff !important;
}

.champ-divider {
	width: 100%;
	height: 30px;
	margin: 0px 0px 40px 0px;
	border-bottom: solid 2px #005293;
}

.champ-highlight ul {
    list-style-type: none;
    margin-left: 0px;
}

.champ-highlight ul li {
    margin-bottom: 10px;
    margin-left: -10px;
    display: flex;
    align-items: center;
	font-size: 1.1rem;
	color: #ffffff !important;
}

.champ-highlight ul li::before {
    color: transparent;
    font-size: 1px;
    content: " ";
    margin-left: 0px;
    margin-right: 15px;
    padding: 10px;
    background-color: #ffffff;
    -webkit-mask-image: url("../img/check-circle-solid.svg");
    -webkit-mask-size: cover;
}

/* 404 */

.menu-404 a {
	display: block;
	float: left;
	margin-bottom: 30px;
	clear: both;
}

/* blog */

.blog-card {
	
}

.blog-card img {
	margin-bottom: 30px;
}

.blog-card a {
	margin-bottom: 50px;
}

.blog-card p {
	margin-bottom: 30px;
	min-height: 100px;
}

.blog-card h3 {
	font-weight: bold;
	font-size: 1.6rem;
	min-height: 100px;
}

.blog-article h1 {
	margin-bottom: 50px;
}

.blog-article h2 {
	color: #01559e;
}

.blog-article h4 {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* FAQ */

.accordion {
	
}

.accordion-header {
  margin-bottom: 0px !important;
}

.accordion-body {
	background-color: #000000;
	color: #ffffff !important;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #0aa9e1;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

/* hero-sections */

#body20-hero .hero-parallax {
	position: relative;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-display: swap;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
	background-image: url("../img/slider/hero-activated.jpg");
	/* background-attachment: fixed; */
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.hero-parallax h1 {
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-top: 500px;
}

.hero-parallax p {
	text-align: center;
	color: #fff;
	font-weight: 300;
}

#body20-hero .demo-parallax {
	position: relative;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-display: swap;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
	background-image: url(../img/demo-hero.jpg);
	/* background-attachment: fixed; */
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.demo-parallax h1 {
	font-weight: 700;
	font-size: 4rem;
	text-align: center;
	color: #fff;
	margin-top: 300px;
	margin-bottom: 50px;
}

#body20-hero .contact-parallax {
	position: relative;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-display: swap;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
	background-image: url(../img/contact-hero.jpg);
	/* background-attachment: fixed; */
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.contact-parallax h1 {
	font-weight: 700;
	font-size: 4rem;
	text-align: center;
	color: #fff;
	margin-top: 300px;
	margin-bottom: 50px;
}

#body20-hero .champ-parallax {
	position: relative;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-display: swap;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
	background-image: url(../img/champ-hero.jpg);
	/* background-attachment: fixed; */
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.champ-parallax h1 {
	font-weight: 700;
	font-size: 4rem;
	text-align: center;
	color: #fff;
	margin-top: 300px;
	margin-bottom: 50px;
}

#body20-hero .studio-parallax {
	position: relative;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-display: swap;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
	background-image: url(../img/studio-hero.jpg);
	/* background-attachment: fixed; */
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.studio-parallax h1 {
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-top: 300px;
	margin-bottom: 50px;
}

#body20-hero .ems-parallax {
	position: relative;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-display: swap;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
	background-image: url(../img/ems-hero.jpg);
	/* background-attachment: fixed; */
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.ems-parallax h1 {
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-top: 300px;
	margin-bottom: 50px;
}

#body20-hero .membership-parallax {
	position: relative;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-display: swap;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
	background-image: url(../img/membership-hero.jpg);
	/* background-attachment: fixed; */
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.membership-parallax h1 {
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-top: 300px;
	margin-bottom: 50px;
}

#body20-hero .franchise-parallax {
	position: relative;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-display: swap;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
	background-image: url(../img/franchise-hero.jpg);
	/* background-attachment: fixed; */
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.franchise-parallax h1 {
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-top: 300px;
	margin-bottom: 50px;
}

#body20-hero .blog-parallax {
	position: relative;
	padding-top: 20px;
	padding-bottom: 5px;
	overflow: hidden;
	background-color: #0aa9e1;
}

.home-ems-container {
	background-image: url("../img/arrows-up.svg");
  	background-size: 100%, 100%;
	background-position: top left, 0 0;
	background-repeat: no-repeat;
}

#body20-hero .studio-page-parallax {
	position: relative;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-display: swap;
	padding-top: 20px;
	padding-bottom: 300px;
	overflow: hidden;
	background-image: url("../img/studio-page-hero.jpg");
	/* background-attachment: fixed; */
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

/* testimonials */

.testimonials {
	padding: 25px;
	overflow-x: hidden;
}

.testimonials-holder {
	background-image: url("../img/testimonial-bg.svg");
	background-color: #cccccc;
	background-blend-mode: darken;
  	background-size: 100%, 100%;
	background-position: top left, 0 0;
	background-repeat: no-repeat;
	min-height: 255px;
}

.testimonials {
	color: #111111;
	padding: 55px 0px 30px 0px;
}

.testimonial-title {
	margin-top: 40px;
	color: #000000;
	text-transform: uppercase;
}

.testimonials h4 {
	font-size: 1.2rem;
}

.testimonials p {
	
}

.testimonials p span {
	color: #0066a1;
	font-size: 0.8rem;
}

/* demo section */

.demo-highlight-holder {
	background-image: url("../img/demo-highlight-bg.svg");
	background-color: #0aa9e1;
	background-blend-mode: darken;
  	background-size: 100%, 100%;
	background-position: top left, 0 0;
	background-repeat: no-repeat;
	min-height: 260px;
}

.demo-topic {
	padding: 25px;
	color: #ffffff;
}

.demo-topic h2 {
	font-size: 1.1rem;
	text-transform: uppercase;
}

.demo-form {
	margin-bottom: 50px;
	background-color: #0aa9e1;
	color: #313131;
}

.demo-form h1 {
	color: #005293 !important;
	font-size: 1.4rem !important;
	margin-bottom: 30px;
}

.form-friend-section {
	background-color: #000;
	border-radius: 20px;
	padding: 10px;
}

/* demo-bar */

.demo-bar {
	background-color: #000000;
	color: #ffffff;
	padding: 25px;
}

.demo-bar h2 {
	margin-top: 10px;
}

.demo-btn {
	font-size: 1.1vw;
	transition: all .2s ease-in-out;
	padding-top: 12px;
}

.demo-btn:hover {
	color: #0066a1 !important;
	background-color: #ffffff !important;
	transform: scale(1.1);
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

/* demo-form */

.demo-form h2 {
	color: #ffffff;
}

/* page-content */

.page-content h1 {
	font-size: 2.1rem;
	color: #0aa9e1;
	margin-bottom: 20px;
}

.page-content h1 span {
	color: #A3A2A2;
}

.page-content h2 {
	color: #313131;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.page-content h3 {
	color: #313131;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.page-content h4 {
	color: #313131;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.page-content p {
	color: #212121;
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.page-content p a {
	color: #0aa9e1;
	text-decoration: none;
}


/* home page */

.home-quicklinks {
	padding: 10px;
}

/* holistic offerings */

.holistic-highlight {
	background-color: #000000;
	border-radius: 15px;
	padding: 40px;
}

.holistic-highlight h1 {
	color: #0aa9e1 !important;
	font-size: 2rem;
}

.holistic-highlight h2 {
	color: #ffffff !important;
	font-weight: normal !important;
	font-size: 1.6rem;
}

.holistic-divider {
	width: 30%;
	height: 20px;
	border-bottom: 2px solid #0aa9e1;
	margin-bottom: 30px;
}

/* shape container */

.shape-container {
	background-image: url("../img/background/bg-shapes.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* inbody */

.inbody {
	transition: all .2s ease-in-out;
}

.inbody:hover {
	transform: scale(1.2);
}

.inbody-icons img {
	margin-bottom: 20px;
}


/* nutrition-dr */

.nutrition-dr {
	
}

.nutrition-dr ul {
    list-style-type: none;
    margin-left: 0px;
}

.nutrition-dr ul li {
    margin-bottom: 10px;
    margin-left: -10px;
    display: flex;
    align-items: center;
	font-size: 0.8rem;
}

.nutrition-dr ul li::before {
    color: transparent;
    font-size: 1px;
    content: " ";
    margin-left: 0px;
    margin-right: 15px;
    padding: 10px;
    background-color: #0aa9e1;
    -webkit-mask-image: url("../img/check-circle-solid.svg");
    -webkit-mask-size: cover;
}

/* form validation */

.valid-feedback {
    color: #0047a7 !important;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #0047a7 !important;
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #0047a7 !important;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #0047a7 !important;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    color: #0047a7 !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #0047a7 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* forms */

.form-holder {
	border-left: solid 4px #0aa9e1;
	border-right: solid 4px #0aa9e1;
	border-bottom: solid 4px #0aa9e1;
	border-radius: 0px 0px 20px 20px;
	color: #ffffff;
	padding: 25px;
}

.form-holder h1 {
	text-transform: uppercase;
	font-size: 3vw;
}

.form-btn {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1vw;
}

.form-row {
	margin-top: 30px;
}

.OP88 {
	display: none;
}

textarea {
	resize: none;
}

input[type="text"], input[type="tel"], select.form-control {
	background: transparent;
	border: none;
	border-bottom: 2px solid #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

input[type="text"]:focus, input[type="tel"]:focus, select.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="text"], input[type="tel"], select.form-control {
	background: transparent;
	color:  #ffffff !important;
	border: none;
	border-bottom: 2px solid #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

input[type="text"]:focus, input[type="tel"]:focus {
	background: transparent;
}

input[type="text"]::placeholder, input[type="tel"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

input[type="text"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

input[type="text"], input[type="email"], select.form-control {
	background: transparent;
	border: none;
	border-bottom: 2px solid #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

input[type="text"]:focus, input[type="email"]:focus, select.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="text"], input[type="email"], select.form-control {
	background: transparent;
	color:  #ffffff !important;
	border: none;
	border-bottom: 2px solid #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

input[type="text"]:focus, input[type="email"]:focus {
	background: transparent;
}

input[type="text"]::placeholder, input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background: #0aa9e1 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	border: 0px solid transparent;;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 0px;
	border-radius: .0rem;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
	border-bottom: 2px solid #ffffff;
}

.form-check a {
	color: #ffffff;
	text-decoration: none;
}


/* top-10 */

.top10-holder {

}

.top10-title {
	padding-right: 50px;
}

.top10-holder h3 {
	color: #ffffff;
	font-size: 1vw;
	text-transform: uppercase;
}

.top10 {
	padding: 150px 80px 25px 25px;
	transition: all .2s ease-in-out;
}

.top10:hover {
	transform: scale(1.1);
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.top10-1 {
	background-image: url("../img/top10/b20-top10-1.jpg");
	background-color: #0aa9e1;
	background-blend-mode: multiply;
  	background-size: cover;
	background-position: top left, 0 0;
	background-repeat: no-repeat;
}

.top10-2 {
	background: linear-gradient(45deg, #0a79e1, #0aa9e1);
}

.top10-3 {
	background-image: url("../img/top10/b20-top10-3-b.jpg");
	background-color: #0a79e1;
	background-blend-mode: multiply;
  	background-size: cover;
	background-position: top left, 0 0;
	background-repeat: no-repeat;
}

.top10-4 {
	background-image: url("../img/top10/b20-top10-4-b.jpg");
  	background-size: cover;
	background-position: top left, 0 0;
	background-repeat: no-repeat;
}

.top10-5 {
	background-image: url("../img/top10/b20-top10-5.jpg");
	background-color: #0a79e1;
	background-blend-mode: multiply;
  	background-size: cover;
	background-position: top left, 0 0;
	background-repeat: no-repeat;
}

.top10-6 {
	background-image: url("../img/top10/b20-top10-6.jpg");
  	background-size: cover;
	background-position: top left, 0 0;
	background-repeat: no-repeat;
}

.top10-7 {
	background: linear-gradient(45deg, #0a79e1, #0aa9e1);
}

.top10-8 {
	background-image: url("../img/top10/b20-top10-8.jpg");
  	background-size: cover;
	background-position: top left, 0 0;
	background-repeat: no-repeat;
}

.top10-9 {
	background-image: url("../img/top10/b20-top10-9.jpg");
	background-color: #0aa9e1;
	background-blend-mode: multiply;
  	background-size: cover;
	background-position: top left, 0 0;
	background-repeat: no-repeat;
}

.top10-10 {
	background-image: url("../img/top10/b20-top10-10.jpg");
	background-color: #0a79e1;
	background-blend-mode: multiply;
  	background-size: cover;
	background-position: top left, 0 0;
	background-repeat: no-repeat;
}


/* quotes */

.body-quote {
	background-color: #000000;
	border-left: solid 5px #0aa9e1;
	padding: 25px 25px 8px 25px;
	max-width: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 50px;
}

.body-quote h3 {
	text-transform: uppercase;
	color: #ffffff !important;
	font-size: 1.2rem !important;
	line-height: 1.8rem;
}


.body-quote-benefits {
	background-color: #cccccc;
	border-left: solid 5px #0aa9e1;
	padding: 25px 25px 8px 25px;
	float: left;
	display: inline-block;
}

.body-quote-benefits h3 {
	text-transform: uppercase;
	color: #000000 !important;
	font-size: 1.2rem !important;
	line-height: 1.8rem;
}

/* memberships */

#pills-tab .nav-item a.active{
	background-color: #000000;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 90% !important;
}

.nav-pills .nav-link {
	padding-bottom: 20px !important;
	background-color: #999999;
}

.membership-holder {
	transition: all .2s ease-in-out;
}

.membership-holder:hover {
	transform: scale(1.05);
}

.membership-highlight {
	background-color: #ffffff;
	color: #0aa9e1;
	padding-top: 50px;
}

.membership-offers {
	background-color: #0aa9e1;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 30px;
}

.membership-middle {
	padding: 0px 20px;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
}

.membership-first {
	padding: 0px 20px;
	border-right: solid #cccccc 1px;
}

.pricing {
	text-align: center;
	color: #212121;
}

.pricing h1 {
	color: #ffffff;
	font-size: 4rem;
}

.pricing h4 {
	text-transform: uppercase;
	font-size: 1.6rem;
	margin-top: 20px;
}

.pricing h6 {
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #ffffff;
}

.pricing p {
	font-size: 0.8rem;
}

.price-divider {
	width: 50%;
	height: 10px;
	margin: 0px auto 20px auto;
	border-bottom: solid 2px #ffffff;
}

/* vouchers */

.voucher-highlight {
	background-color: #0aa9e1;
	color: #ffffff;
	padding-top: 50px;
}

.voucher-offers {
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 20px;
}

.voucher-offers-bf {
	background-color: #0aa9e1;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 20px;
}

.voucher-middle {
	padding: 0px 20px;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
}

.voucher-pricing {
	text-align: center;
	color: #0aa9e1;
}

.voucher-pricing h1 {
	color: #000000;
	font-size: 4rem;
}

.voucher-pricing h4 {
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-top: 20px;
}

.voucher-pricing h6 {
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #000000;
}


.voucher-pricing p {
	font-size: 0.8rem;
}

.voucher-pricing-bf {
	text-align: center;
	color: #ffffff;
}

.voucher-pricing-bf h1 {
	color: #0aa9e1;
	font-size: 4rem;
}

.voucher-pricing-bf h4 {
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-top: 20px;
}

.voucher-pricing-bf h6 {
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #0aa9e1;
}


.voucher-pricing p {
	font-size: 0.8rem;
}

/* black friday */

.black-november-bg {
	background-color: #000000 !important;
}

.black-november-bg h6 {
	color: #ffffff !important;
}

.black-november-bg h4 {
	color: #ffffff !important;
}

.black-november-bg h3 {
	color: #0ced77 !important;
	font-size: 2rem;
}

.black-november-bg h2 {
	color: #ffffff !important;
}

.black-november-bg h1 {
  color: #2ad3f1 !important;
  text-shadow:
    0 0 7px #2ad3f1,
    0 0 10px #2ad3f1,
    0 0 21px #2ad3f1,
    0 0 42px #2ad3f1,
    0 0 82px #2ad3f1,
    0 0 92px #2ad3f1,
    0 0 102px #2ad3f1,
    0 0 151px #2ad3f1;
}

.black-november-bg p {
	color: #ffffff !important;
}

.black-november-bg p span {
	font-size: 0.8rem !important;
	color: #ffffff !important;
	font-weight: normal !important;
	line-height: 0.8rem !important;
}

.bf-container {
	background-color: #000000;
	color: #ffffff;
	padding-top: 50px;
}

.voucher-offers-blackfriday {
	background-color: #000000;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 20px;
}

.new-offer {
	position: absolute;
	border-radius: 50%;
    width: 75px;
    height: 75px;
	background-color: rgba(255,0,132,1);
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	margin-left: -25px;
	margin-top: -20px;
}

.black-friday-holder {
	-webkit-box-shadow: 0px 0px 24px 4px rgba(255,0,132,0.9);
-moz-box-shadow: 0px 0px 24px 4px rgba(255,0,132,0.9);
box-shadow: 0px 0px 24px 4px rgba(255,0,132,0.9);
	border-radius: 15px;
}

.black-friday-container {
	margin-bottom: 50px;
	padding: 30px;
	background-color: #fff !important;
}

.black-friday-voucher {
	background-color: #000 !important;
	padding: 30px !important; 
	color: #ffffff;
}

.black-friday-terms {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 0.8rem;
}

.btn-bf {
  color: #ffffff !important;
  background-color: #0aa9e1;
  border-color: #0aa9e1;
}

.new-price {
	color: #0aa9e1 !important;
}

.old-price {
	color: #0aa9e1 !important;
	text-decoration: line-through;
}

/* sign-up */

.sign-up-holder {
	
}

.sign-up-holder h5 span {
	color: #0aa9e1;
}

.sign-up-block {
	background-color: #0aa9e1;
	border-radius: 15px;
	padding: 25px;
}

.heading-block h2 {
	color: #ffffff !important;
}

.heading-block h3 {
	color: #ffffff !important;
	margin-top: 15px;
}

.heading-block h4 {
	color: #ffffff !important;
}

.heading-block-b h2 {
	color: #0aa9e1 !important;
}

.heading-block-b h3 {
	color: #0aa9e1 !important;
	margin-top: 15px;
}

.heading-block-b h4 {
	color: #000000 !important;
}

/* franchise */

.franchise-benefits h4 {
	color: #0aa9e1;
}

.benefit {
	padding-right: 50px;
}

.franchise-tab {
	color: #111111 !important;
	padding: 10px;
}

.franchise-tab.active {
	color: #0aa9e1 !important;
}

.franchise-btn {
	font-size: 1.2rem;
	padding: 10px 0px 10px 0px;
}

.tab-content p {
	font-size: 1vw;
}

.tab-content p span {
	color: #0aa9e1;
	font-weight: bold;
}

/* memberships */

.membership-tab {
	color: #111111 !important;
	padding: 20px 80px;
	border: 2px solid #0aa9e1 !important;
}

.membership-tab.active {
	color: #ffffff !important;
	background-color: #0aa9e1 !important;
}

.membership-tab:hover {
	color: #ffffff !important;
	background-color: #0aa9e1 !important;
}

.center-pills {
    display: flex;
    justify-content: center;
}

.card {
	border: none;
	padding: 10px 30px;
	background-color: #000000;
	color: #ffffff;
	transition: all .2s ease-in-out;
}

.card::after {
	position: absolute;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card:hover {
	transform: scale(1.05);
	box-shadow: 0 0 11px rgba(33,33,33,.75) !important;
	background-color: #0aa9e1;
}

.card:hover h5 {
	text-transform: uppercase;
	color: #000000 !important;
	font-weight: bold;
}

.card:hover::after {
	opacity: 1;
}

.card:hover .btn-outline-primary{
	color:white;
	background:#007bff;
}

.membership-cards h5 {
	text-transform: uppercase;
	color: #0aa9e1 !important;
	font-size: 1.5rem;
}

.card-small {
	font-size: 1rem !important;
}

.h2 {
	color: #0aa9e1 !important;
	font-size: 2.5rem;
}

.card:hover .h2 {
	text-transform: uppercase;
	color: #000000 !important;
	font-weight: bold;
}

.btn-membership {
	color: #ffffff !important;
	background-color: #0aa9e1 !important;
}

.card:hover .btn-membership {
	color: #0aa9e1 !important;
	background-color: #ffffff !important;
}

.price-divider {
    width: 50%;
    height: 10px;
    margin: 0px auto 20px auto;
    border-bottom: solid 2px #0aa9e1;
}

.card:hover .price-divider {
    border-bottom: solid 2px #ffffff;
}

/* maps */

.quick-map {
	margin: 30px 0px;
}

.b20-map {
	width: 100%;
	height: 400px;
	border-radius: 10px;
}

.studio-map {
	width: 100%;
	height: 480px;
	border-radius: 10px;
}

.main-map {
	width: 100%;
	height: 600px;
	border-radius: 10px;
}

.custom-map-control-button {
	appearance: button;
	background-color: #008ffe;
	color: #ffffff;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	margin: 10px;
	padding: 0 0.5em;
	height: 40px;
	font: 400 18px Roboto, Arial, sans-serif;
	overflow: hidden;
}
.custom-map-control-button:hover {
	background: #00549d;
}

.studio-finder-container {
	height: 770px;
}

#StudioList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#StudioList li a {
	border: 1px solid #ddd;
	margin-top: -1px;
	background-color: #f6f6f6;
	padding: 5px;
	text-decoration: none;
	font-size: 1rem;
	color: black;
	display: block;
}

#StudioList li a:hover:not(.header) {
	background-color: #005293;
	color: #ffffff;
}

.studio-bold {
	pointer-events: none !important;
	background-color: #00549d !important;
	color: #ffffff !important;
	font-weight: bold;
}

.listWrapper {
    max-height: 200px;
    overflow-y: auto;
}

/* studio locator */

#map {
	/*height: 100%;*/
	height: 600px;
	width: 100%;
}

#map-container {
  width: 100%;
	height: 100%;
	position: relative;
	font-family: "Roboto", Helvetica, sans-serif;
	font-display: swap;
	box-sizing: border-box;
}

#map-container button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  font-size: inherit;
  cursor: pointer;
}

#map {
  /*position: absolute;
  left: 22em;
  top: 0;
  right: 0;
  bottom: 0;*/
}

#locations-panel {
  position: absolute;
  left: 0;
  width: 22em;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  background: white;
  padding: 0.5em;
  box-sizing: border-box;
}

@media only screen and (max-width: 876px) {
  #map {
    position: relative !important;
  }

  #locations-panel {
	  position: relative !important;
	  display: block !important;
    /* width: unset; */
  }
}

@media only screen and (max-width: 400px) {
  #map {
	position: relative !important;
	height: 400px;
	width: 100%;
  }

  #locations-panel {
	  position: relative !important;
	  display: block !important;
    /* width: unset; */
  }
}


#locations-panel-list > header {
  padding: 1.4em 1.4em 0 1.4em;
}

#locations-panel-list h1.search-title {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}

#locations-panel-list h1.search-title > img {
  vertical-align: bottom;
  margin-top: -1em;
}

#locations-panel-list .search-input {
  width: 100%;
  margin-top: 0.8em;
  position: relative;
}

#locations-panel-list .search-input input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
  height: 2.2em;
  box-sizing: border-box;
  padding: 0 2.5em 0 1em;
  font-size: 1em;
}

#locations-panel-list .search-input-overlay {
  position: absolute;
}

#locations-panel-list .search-input-overlay.search {
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 2.4em;
}

#locations-panel-list .search-input-overlay.search button {
  width: 100%;
  height: 100%;
  border-radius: 0.2em;
  color: black;
  background: transparent;
}

#locations-panel-list .search-input-overlay.search .icon {
  margin-top: 0.05em;
  vertical-align: top;
}

#locations-panel-list .section-name {
  font-weight: 500;
  font-size: 0.9em;
  margin: 1.8em 0 1em 1.5em;
}

#locations-panel-list .location-result {
  position: relative;
  padding: 0.8em 3.5em 0.8em 1.4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

#locations-panel-list .location-result:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

#locations-panel-list .location-result:last-of-type {
  border-bottom: none;
}

#locations-panel-list .location-result.selected {
  outline: 2px solid #4285f4;
}

#locations-panel-list button.select-location {
  margin-bottom: 0.6em;
  text-align: left;
}

#locations-panel-list .location-result h2.name {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}

#locations-panel-list .location-result .address {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

#locations-panel-list .location-result .distance {
  position: absolute;
  top: 0.9em;
  right: 0;
  text-align: center;
  font-size: 0.9em;
  width: 5em;
}

#location-results-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* studios */

#map.studio-map {
	width: 100%;
	height: 480px;
	border-radius: 10px;
}

.studio-content h1 {
	font-size: 3.3rem !important;
	font-weight: bold;
}

.studio-content h3 {
	font-size: 1.6rem !important;
}

.studio-content p {
	font-size: 1.2rem !important;
}

.studio-contact {
	background: rgb(10,169,225);
	border-radius: 10px;
	padding: 25px;
}

.studio-contact h2 {
	color: #ffffff;
}

.studio-contact p {
	color: #ffffff;
}

.studio-contact a {
	margin-right: 10px;
	color: #ffffff !important;
	text-decoration: none;
}

.studio-contact-black {
	background: #000000;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 35px;
}

.studio-contact-black h2 {
	color: #ffffff;
}

.studio-contact-black h6 {
	color: #ffffff;
	font-size: 1.4rem !important;
}

.studio-contact-black p {
	color: #ffffff;
	font-size: 1.3rem;
}

.studio-contact-black a {
	margin-right: 10px;
	color: #ffffff !important;
	text-decoration: none;
}


.studio-img {
	border-radius: 10px;
}

.studio-divider {
	border-bottom: solid #ffffff 1px;
	height: 10px;
	margin-bottom: 20px
}

.studio-bio {
	position: relative;
	min-height: 450px;
	width: 100%;
	margin-bottom: 30px;
}

.studio-bio p {
	font-size: 1.1rem;
}

.studio-bio a {
	color: #000 !important;
	text-decoration: none;
}

.studio-owner {
	width: 30%;
	float: left;
	display: inline-block;
	margin-right: 30px;
}

.studio-owner h3 {
	color: #00b0f0 !important;
	font-size: 22px !important;
	text-align: center;
	line-height: 24px !important;
}

.studio-owner h3 span {
	color: #333333;
	font-size: 16px;
}

.studio-hours {
	color: #ffffff;
}

.studio-hours h4 {
	margin-bottom: 20px;
}

.studio-hours p {
	line-height: 0.9rem;
}

.btn-studio-demo a {
	color: #00b0f0 !important;
	font-weight: bold;
	text-align: center;
}

.studio-list h1 {
	background: rgb(10,169,225);
	padding: 10px;
	color: #ffffff !important;
	font-size: 1.2rem;
	margin-top: 30px;
}

.studio-list a {
	display: block;
	color: #111111 !important;
	text-decoration: none;
	padding: 5px;
}

.studio-list a:hover {
	color: #015294 !important;
}

.studio-form {
	color: #ffffff;
	margin-top: 20px;
}

.studio-form h1 {
	font-size: 1.2rem;
	margin-bottom: 20px;
	color: #ffffff;
}

.studio-demo-loc {
	display: none;
}

.studio-ems-highlight {
	background-color: #000000;
	border-radius: 10px;
	padding: 25px;
	
}

.studio-ems-highlight h3 {
	color: #fff;
	font-size: 1rem;
	text-align: center;
}

/* Sales IQ Widget */
.zsiq_cnt {
	display: none !important;
}

/* Styling for Autocomplete search bar */
#pac-card {
      background-color: #fff;
      border-radius: 2px 0 0 2px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
		font-family: "Roboto", Helvetica, sans-serif;
		font-display: swap;
      margin: 10px 10px 0 0;
      -moz-box-sizing: border-box;
      outline: none;
}
    
    #pac-container {
      padding-top: 12px;
      padding-bottom: 12px;
      margin-right: 12px;
    }
    
    #pac-input {
      background-color: #fff;
      font-family: "Roboto", Helvetica, sans-serif;
	font-display: swap;
      font-size: 15px;
      font-weight: 300;
      margin-left: 12px;
      padding: 0 11px 0 13px;
      text-overflow: ellipsis;
      width: 400px;
    }
    
    #pac-input:focus {
      border-color: #4d90fe;
    }
    
    #title {
      color: #fff;
      background-color: #acbcc9;
      font-size: 18px;
      font-weight: 400;
      padding: 6px 12px;
    }
    
    .hidden {
      display: none;
    }

    /* Styling for an info pane that slides out from the left. 
     * Hidden by default. */
    #panel {
      height: 100%;
      width: null;
      background-color: white;
      position: fixed;
      z-index: 1;
      overflow-x: hidden;
      transition: all .2s ease-out;
    }
    
    .open {
      width: 250px;
    }
    
    .place {
      font-family: 'open sans', arial, sans-serif;
		font-display: swap;
      font-size: 1.2em;
      font-weight: 500;
      margin-block-end: 0px;
      padding-left: 18px;
      padding-right: 18px;
    }
    
    .distanceText {
      color: silver;
      font-family: 'open sans', arial, sans-serif;
		font-display: swap;
      font-size: 1em;
      font-weight: 400;
      margin-block-start: 0.25em;
      padding-left: 18px;
      padding-right: 18px;
    }

/* footer */

.b20-footer {
	background-color: #0aa9e1;
	color: #ffffff;
	padding-top: 20px;
}

.b20-footer a {
	text-decoration: none;
}

.b20-footer h3 {
	color: #00a7e1;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.b20-footer h3 span {
	color: #ffffff;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.quicklinks a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}

.quicklinks p {
	font-size: 0.8rem;
}

.social-footer {
	margin-bottom: 20px;
}

.social-footer p {
	font-size: 1rem;
}

.social-footer img {
	max-width: 36px;
	margin-right: 10px;
}

.social-icon {
	color: #006bbf;
	width: 40px !important;
	height: 40px;
}

.apps-footer {
	margin-top: 20px;
}

.apps-footer a img {
	margin-bottom: 10px;
}

.app-icons {
	width: 200px;
	height: 50px;
}

.footer-logo {
	width: 300px;
	height: 60px;
}

.boxchamp-btn {
	width: 200px;
	height: 60px;
}

.footer-divider-bar {
	border-top: solid #006bbf 1px;
	padding-top: 20px;
}

.footer-links {

}

.footer-links a {
	width: 100%;
	display: inline-block;
}

.footer-divider {
	padding: 0px 20px;
	border-left: solid #ffffff 1px;
}

.footer-email {
	color: #fff;
}

.footer-social {

}

.footer-disclaimer {
	font-size: 0.6rem;
}

.footer-copyright {
	font-size: 0.7rem;
}

.footer-copyright a {
	color: #ffffff;
}


@media screen and (max-width: 1440px) {
	
	/* logo */
	.logo {
		width: 240px;
		background-size: 240px 80px;
		margin-left: 30px;
	}

	.logo.scrolled {
		width: 240px;
		background-size: 240px 80px;
	}
	
	/* navbar */
	.nav-link {
		font-size: 1.1vw;
		font-weight: 500;
		padding: 30px 0px 5px 0px;
		margin: 0px 10px 0px 30px;
	}
	
	/* top-10 */
	.top10-holder h3 {
		font-size: 1.2vw;
	}

	.top10 {
		padding: 150px 50px 25px 25px;
	}
	
	/* demo-bar */
	.demo-bar h2 {
		font-size: 1.8vw;
	}
	
	.demo-btn {
		padding-top: 10px;
		font-size: 1.5vw !important;
	}
	
	/* franchise */
	.franchise-tab {
		padding: 10px;
		font-size: 1vw;
	}

	.tab-content p {
		font-size: 1.5vw;
	}
	
	/* memberships */
	.membership-tab {
		padding: 20px 80px;
	}

	/* demo-form */

	.demo-form h1 {
		font-size: 3vw !important;
	}

	
	
}

@media screen and (max-width: 1280px) {
	
	/* logo */
	.logo {
		width: 220px;
		background-size: 220px 60px;
	}

	.logo.scrolled {
		width: 220px;
		background-size: 220px 60px;
	}
	
	/* navbar */
	.nav-link {
		font-size: 0.9vw;
		font-weight: 500;
		padding: 20px 0px 5px 0px;
		margin: 0px 10px 0px 30px;
	}
	
	/* page-content */
	.page-content h1 {
		font-size: 2.1rem;
	}

	.page-content h2 {
		font-size: 1.4rem;
	}
	
	/* demo-bar */
	.demo-bar h2 {
		font-size: 2.0vw;
	}

	.demo-btn {
		font-size: 1.5vw;
		padding-top: 10px;
	}
	
	/* franchise */
	.franchise-tab {
		padding: 10px;
		font-size: 0.9vw;
	}

	.tab-content p {
		font-size: 1.5vw;
	}
	
	/* memberships */
	.membership-tab {
		padding: 20px 80px;
	}
	
	.card h5 {
		font-size: 1.5vw;
	}
	
	.studio-hours p {
		font-size: 0.8rem;
	}
	
}

@media screen and (max-width: 768px) {
	
	/* navbar */
	.navbar-B20 {
		background-color: #000000;
		margin-top: -20px !important;
	}
	
	.navbar {
		padding-top: .3rem !important;
	}
	
	.nav-link {
		font-size: 2vw;
		font-weight: 500;
		padding: 25px 0px 5px 0px;
		margin: 0px 10px 0px 30px;
	}
	
	.navbar-brand { 
		padding-top: 20px;
	}

	.navbar-toggler { 
		margin-top: 20px;
	}
	
	.logo {
		margin-left: 0px;
	}
	
	/* images */
	.img-resp-left {
		max-width: 100%;
	}

	.img-resp-right {
		max-width: 100%;
	}
	
	/* home page */
	.home-quicklinks h2 {
		min-height: 80px;
	}
	
	.home-quicklinks p {
		min-height: 200px;
	}
	
	/* hero-images */
	#body20-hero .hero-parallax {
		background-image: url("../img/slider/hero-activated-768.jpg");
		background-size: contain;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		background-position: top left;
	}

	#body20-hero .demo-parallax {
		background-image: url("../img/demo-hero-768.jpg");
		background-size: contain;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		background-position: top left;
	}
	
	#body20-hero .contact-parallax {
		background-image: url("../img/contact-hero-768.jpg");
		background-size: contain;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		background-position: top left;
	}
	
	#body20-hero .champ-parallax {
		background-image: url("../img/champ-hero-768.jpg");
		background-size: contain;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		background-position: top left;
	}
	
	#body20-hero .studio-parallax {
		background-image: url("../img/studio-hero-768.jpg");
		background-size: contain;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		background-position: top left;
	}
	
	#body20-hero .ems-parallax {
		background-image: url("../img/ems-hero-768.jpg");
		background-size: contain;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		background-position: top left;
	}
	
	#body20-hero .membership-parallax {
		background-image: url("../img/membership-hero-768.jpg");
		background-size: contain;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		background-position: top left;
	}
	
	#body20-hero .franchise-parallax {
		background-image: url("../img/franchise-hero-768.jpg");
		background-size: contain;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		background-position: top left;
	}
	
	/* demo-bar */
	.demo-bar h2 {
		font-size: 2.2vw;
	}
	
	.demo-btn {
		padding-top: 10px;
		font-size: 3vw !important;
	}
	
	/* top-10 */
	.top10-holder h3 {
		font-size: 2vw;
	}

	.top10 {
		padding: 150px 50px 25px 25px;
	}
	
	/* forms */
	.form-holder {
		padding: 20px;
	}

	.form-holder h1 {
		text-transform: uppercase;
		font-size: 5vw;
	}

	.form-btn {
		font-size: 1.5vw;
	}

	/* franchise */
	.franchise-tab {
		padding: 10px;
		font-size: 2vw;
	}

	.tab-content p {
		font-size: 3vw;
	}
	
	.tab-content {
		margin-bottom: 100px;
	}
	
	/* memberships */
	.membership-tab {
		padding: 20px 80px;
	}
	
	.card h5 {
		font-size: 2.5vw;
	}
	
	.demo-form h1 {
		font-size: 4vw !important;
	}
	
}

@media screen and (max-width: 600px) {
	
	/* top-bar */
	.top-bar-contact {
		text-align: center !important;
	}

	.language-selector {
		text-align: center !important;
		margin-bottom: 20px;
	}
	
	.language-selector a {
		float: none !important;
		padding-left: 0px !important;
	}
	
	/* navbar */
	.nav-link {
		font-size: 4vw;
		font-weight: 500;
		padding: 25px 0px 5px 0px;
		margin: 0px 10px 0px 30px;
	}
	
	/* hero-images */
	#body20-hero .hero-parallax {
		background-image: url("../img/slider/hero-activated-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}

	#body20-hero .demo-parallax {
		background-image: url("../img/demo-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .contact-parallax {
		background-image: url("../img/contact-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .champ-parallax {
		background-image: url("../img/champ-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .studio-parallax {
		background-image: url("../img/studio-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .ems-parallax {
		background-image: url("../img/ems-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .membership-parallax {
		background-image: url("../img/membership-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .franchise-parallax {
		background-image: url("../img/franchise-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	/* testimonials */
	.testimonials img {
		max-width: 64px;
	}
	
	/* demo-bar */
	.demo-btn {
		padding-top: 30px;
		font-size: 5vw !important;
	}
	
	/* franchise */
	.franchise-tab {
		padding: 5px;
		font-size: 3.5vw;
	}

	.tab-content p {
		font-size: 4.5vw;
	}
	
	.video-rounded {
		margin-bottom: 50px !important;
	}
	
	.footer-column {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	
}

@media screen and (max-width: 480px) {
	
	/* hero-images */
	#body20-hero .hero-parallax {
		background-image: url("../img/slider/hero-activated-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}

	#body20-hero .demo-parallax {
		background-image: url("../img/demo-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .contact-parallax {
		background-image: url("../img/contact-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .champ-parallax {
		background-image: url("../img/champ-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .studio-parallax {
		background-image: url("../img/studio-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .ems-parallax {
		background-image: url("../img/ems-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .membership-parallax {
		background-image: url("../img/membership-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .franchise-parallax {
		background-image: url("../img/franchise-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	/* logo */
	.logo {
		background-image: url("../img/body20-menu-fc.svg");
		width: 220px;
		background-size: 220px 80px;
	}

	.logo.scrolled {
		background-image: url("../img/body20-menu-fc.svg");
		width: 220px;
		background-size: 220px 80px;
	}
	
	.studio-bio {
		margin-top: 50px !important;
	}
	
	/* page-content */
	.page-content h1 {
		font-size: 1.6rem;
	}

	.page-content h2 {
		font-size: 1.2rem;
	}
	
	/* home page */
	.home-quicklinks {
		margin-bottom: 30px;
	}
	
	/* dividers */
	.footer-divider {
		border-left: 0px;
	}
	
	/* testimonials */
	.testimonials p {
		font-size: 0.7rem;
	}
	
	.testimonials h4 {
		font-size: 0.8rem;
	}
	
	/* demo-bar */
	.demo-bar h2 {
		font-size: 5vw;
	}
	
	.demo-btn {
		margin-top: 30px;
		padding-top: 10px !important;
		font-size: 5vw !important;
	}
	
	/* forms */
	.form-holder {
		padding: 50px 20px;
	}
	
	.form-holder h1 {
		text-transform: uppercase;
		font-size: 12vw;
	}

	.form-btn {
		font-size: 4vw;
	}

	/* memberships */
	.membership-tab {
		padding: 10px 20px;
	}
	
	.card h5 {
		font-size: 5.5vw;
	}
	
	.demo-form h1 {
		font-size: 8vw !important;
	}
	
	.studio-hours p {
		font-size: 0.8rem;
	}
	
	.video-rounded {
		margin-bottom: 50px !important;
	}
	
}

@media screen and (max-width: 360px) {

	/* hero-images */
	#body20-hero .hero-parallax {
		background-image: url("../img/slider/hero-activated-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}

	#body20-hero .demo-parallax {
		background-image: url("../img/demo-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .contact-parallax {
		background-image: url("../img/contact-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .champ-parallax {
		background-image: url("../img/champ-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .studio-parallax {
		background-image: url("../img/studio-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .ems-parallax {
		background-image: url("../img/ems-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .membership-parallax {
		background-image: url("../img/membership-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}
	
	#body20-hero .franchise-parallax {
		background-image: url("../img/franchise-hero-600.jpg");
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: top left;
	}

	/* demo-bar */
	.demo-btn {
		padding-top: 10px !important;
		font-size: 6vw !important;
	}
	
	.studio-hours p {
		font-size: 0.8rem;
	}

	.video-rounded {
		margin-bottom: 50px !important;
	}
	
}	
