body {
	font-family: "darkmode-on" !important;
}
h1, h2, h3, h4, h5, h6, p, a {
	font-family: "darkmode-on" !important;
	text-transform: none;
}

p, a {
	line-height: 1.5;
	font-size: 18px;
}

body main {
	background: white;
	overflow-x: hidden;
}

html {
	margin-top: 0 !important;
	overflow-x: hidden;
	font-size: 14px; 
}

body {
	overflow-x: hidden;
	padding-top: 0; 
	font-size: 14px; 
}

body a:hover,
body a:focus {
	text-decoration: none;	
}

/* HAMBURGERS */

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger.is-active:hover {
	opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: white; 
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; 
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; 
}
.hamburger-inner::before {
	top: -10px; 
}
.hamburger-inner::after {
	bottom: -10px; 
}
.hamburger--stand .hamburger-inner {
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; 
}
.hamburger--stand .hamburger-inner::before {
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--stand .hamburger-inner::after {
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--stand.is-active .hamburger-inner {
	transform: rotate(90deg);
	background-color: transparent !important;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; 
}
.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.container-wide {
	position: relative;
	max-width: 1600px;
}

.row {
    margin-bottom: 0;
}
.zeropadding {
	padding: 0;
}

body .section-anchor {
	position: relative;
	bottom: 71px;
}

.landing-text-light {
	color: white;
}

.landing-desc-text {
	font-size: 24px;
	color: #3C3C3C;
}

.landing-section-heading {
	color: #3C3C3C;
	font-size: 66px;
	font-weight: 800;
	text-transform: none;
	line-height: 1.3;
}

.scroll2top {
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	height: 65px;
	background: #F4AB08;
	border-radius: 100px;
	cursor: pointer;
}
.scroll2top:after {
	content: '';
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	border-left: 3px solid rgba(255,255,255,.9);
	border-top: 3px solid rgba(255,255,255,.9);
	width: 12px;
	height: 12px;
}

._youtube-iframe-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.yt-iframe {
  position: absolute;
  pointer-events: none;
  margin: 0 auto;
  width: 140%;
  height: 145%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
} 

.landing-topbar {
	position: relative;
	z-index: 99999;
	display: block;
	background: #AAAAAA;
	padding: 1rem;
	text-align: center;
}
.landing-topbar img {
	width: 120px;
	height: auto;
}

.landing-ctabtn {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 40px 11px 40px;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
}
.landing-ctabtn:hover,
.landing-ctabtn:focus {
	text-decoration: none;
	color: white;
}

.landing-header-space,
.landing-header {
	height: 71px;
	color: white;
	position: relative;
	z-index: 99999;
}
.scrolldown .landing-header, .landing-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.landing-header .container-wide {
	height: 100%;
}
.landing-header-logo {
    display: inline-block;
    margin-top: 8px;
    vertical-align: middle;
}
.landing-header-logo img {
	height: 54px;
	width: auto;
	max-width: auto;
}
.landing-header-nav {
	display: inline-block;
	vertical-align: middle;
	margin-left: 160px;
	margin-top: 14px;
}
.landing-header-nav a.headernav-link {
	font-size: 20px;
	color: white;
	display: inline-block;
	padding: 4px 8px;
	font-weight: 800;
	line-height: 1;
	margin-right: 40px;
	transition: all .5s;
}
.landing-header-nav a.headernav-link:hover {
	color: #F4AB08;
}
.landing-header .landing-ctabtn {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

#mobile-nav-btn {
    position: absolute;
    right: 5px;
    bottom: 1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    background-color: white;
}

.landing-video-section {
	position: relative;
	padding-bottom: 230px;
}
.landing-video-box {
	position: relative;
	padding-top: 50%;
	min-height: 890px;
	background: black;
}
.landing-video-section .yt-iframe {
	width: 105%;
	min-width: 1590px;
}
.landing-videobox-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 65%, rgba(0,0,0,0.9) 100%);
}

.videobox-textbox {
	color: white;
	max-width: 500px;
	margin-top: 4vw;
}
.videobox-textbox .landing-ctabtn {
    margin-top: 40px;
    padding: 23px 45px 20px 45px;
    width: 100%;
    max-width: 365px;
}
.videobox-textbox h1,
.videobox-textbox p {
	text-shadow: 1px 1px 9px rgb(0 0 0 / 24%);
}
.videobox-textbox h1 {
	text-transform: none;
	font-weight: 800;
	font-size: 45px;
	line-height: 1.2;
}
.videobox-textbox p {
    font-size: 19px;
    line-height: 1.4;
    font-weight: normal;
}
.landing-video-advantages {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.landing-video-advantages .container-fluid {
	max-width: 1200px;
}
.landing-advantage-col {
	padding: 0;
}
.landing-advantage-box {
    position: relative;
    min-height: 400px;
    padding: 30px;
    border-radius: 7px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    max-width: 300px;
    margin: 0 -2px;
}
.advantage-icon-box {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60px;
	height: 60px;
	box-shadow: 0px 3px 33px #00000029;
	border-radius: 100px;
}
.advantage-icon-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	height: auto;
}
.landing-advantage-box h2 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    /*min-height: 80px;*/
}
.landing-advantage-box p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}

.landing-bodyeffect-section {
	background: #F1F6F9;
	padding: 60px 0 80px 0;
}

.landing-bodyeffect-section .landing-section-heading {
	width: 100%;
	max-width: 900px;
	padding: 20px 15px;
	text-align: center;
	margin: 0 auto;
}

.landing-bodyeffect-infograph {
	position: relative;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.landing-bodyeffect-imagebox {
	position: relative;
	width: 60%;
	margin: 0 auto;
}
.bodyeffect-infograph-img {
	display: block;
	width: 100%;
	height: auto;
}

.infograph-textbox {
	position: absolute;
	top: 30%;
	left: 30%;
	transform: translate(calc(-100% - 80px),calc(-100% - 60px));
	color: #F45A08;
	font-size: 20px;
	font-weight: 800;	
	border: 1px solid #F45A08;
	border-radius: 50px;
	padding: 10px 20px 7px 20px;
	display: block;
	white-space: nowrap;
	display: block;
}
.infograph-textbox.textbox-right {
	transform: translate(calc(80px),calc(-100% - 60px));	
}
.infograph-textbox:after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: -71px;
	width: 50px;
	height: 50px;
	border-top: 2px solid #F45A08;
	border-right: 1px solid #F45A08;
	transform: skew(40deg);
}
.infograph-textbox.textbox-right:after {
	border-right: 0;
	border-left: 1px solid #F45A08;
	right: auto;
	left: -71px;
	transform: skew(-40deg);
}
.infograph-textbox:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	right: 0;
	top: 50%;
	transform: translate(50%,-50%);
	background: #F45A08;
	border-radius: 20px;
}
.infograph-textbox.textbox-right:before {
	right: auto;
	left: 0;
	transform: translate(-50%,-50%);
}
.infograph-textbox.textbox1 {
	top: 24%;
	left: 39%;
}
.infograph-textbox.textbox2 {
    top: 23%;
    left: 74%;
}
.infograph-textbox.textbox3 {
	top: 49%;
	left: 39%;
}
.infograph-textbox.textbox4 {
    top: 48%;
    left: 60%;
} 
.infograph-textbox.textbox5 {
    top: 74%;
    left: 32%;
}
.infograph-textbox.textbox6 {
    top: 67%;
    left: 75%;
}

.landing-about-section .container-fluid {
	padding: 0;
}
.landing-about-section .about-col {
	padding: 0;
}
.landing-about-content {
    width: 100%;
    max-width: 600px;
    margin-right: 0;
    margin-left: auto;
    padding: 20px 60px 50px 60px;
    margin-top: 45px;
}
.landing-about-content h2 {
    margin-bottom: 30px;
    font-size: 60px;
}
.landing-about-content p {
	font-size: 18px;
}
.landing-about-photo {
	width: 100%;
}
.about-videobox {
	height: 37vw;
	min-height: 580px;
}

.landing-text-section {
    background: #F1F6F9;
    padding: 60px 0 80px 0;
}
.landing-text-section .landing-section-heading {
	text-align: center;
	margin-bottom: 60px;
}

.landing-countdown-section {
	padding: 80px 15px 60px 15px;
	text-align: center;
	color: #3C3C3C;
}
.landing-countdown-section .landing-section-heading {
	margin-bottom: 30px;
}
.landing-countdown-text1 {
	font-weight: bold;
}
.timecounter-box {
	width: 100%;
	max-width: 800px;
	margin: 10px auto 40px auto;
	text-align: center;
}
.timecounter-col {
	display: inline-block;
	width: calc(25% - 10px);
	margin: 2px;
	background: white;
	padding: 30px 2px;
	box-shadow: 0px 2px 33px #00000029;
}
.timecounter-digit-box h2 {
	font-size: 80px;
	font-weight: bold;
}
.timecounter-digit-box p {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.landing-passes-section {
	padding: 80px 0 20px 0;
	text-align: center;
}

.landing-passes-section .container-fluid {
	max-width: 1200px;
}

.landing-passes-infotext {
	max-width: 900px;
	margin: 25px auto 55px auto;
	line-height: 1.4;
}
.landing-passes-infotext p {
	font-size: 2.2rem;
	font-weight: bold;
}

.pass-switch {
    display: inline-block;
    color: #C6C6C6;
    font-size: 30px;
    font-weight: 800;
    padding: 14px 5px 10px 5px;
    border: 1px solid #E1E1E1;
    background: #F8F8F8;
    text-align: center;
    max-width: 289px;
    width: 90%;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
}
.pass-switch:hover {
	background: #ededed;
}
.pass-switch.pass-switch-active {
	background: #3C3C3C;
	color: white;	
}
.pass-switch.pass-switch-active:hover {
	background: #3C3C3C;
}

.passes-cards-box {
    overflow-x: auto;
}
.passes-cards-box .row {
    white-space: nowrap;
}
.pass-card-col {
	padding: 0 5px;
    min-width: 226px;
    display: inline-block;
    float: none;
    clear: both;
}
.passes-cards-box {
	background: #DEDEDE;
	box-shadow: 0px 3px 6px #00000029;
	padding: 30px 15px 20px 15px;
	border-radius: 7px;
}
.landing-pass-cardbox {
	border-bottom: 10px solid;
	border-radius: 7px;
	perspective: 500px;
	transform: scale3d(1.001, 1.001, 1.001);
	transition: all .1s linear;
}
.landing-pass-cardbox:hover {
	transform: scale3d(1.04, 1.04, 1.04);
}
.passbox-topbar {
    position: relative;
    padding: 18px 0;
    font-size: 30px;
    color: white;
    font-weight: 800;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
    min-height: 8.8rem;
}
.passbox-feat-badge {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    display: inline-block;
    padding: .3rem 1rem .1rem 1rem;
    color: white;
    font-size: 1.5rem;
    border-radius: .8rem;
}
.passbox-packet-head {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
}
.passbox-packet-head span {
    font-size: 1rem;
    color: rgba(255,255,255,.8);
    min-height: 1.8rem;
    display: block;
}
.passbox-head-prefix {
/*	position: absolute;
	top: .7rem;
	left: 0;
	width: 100%;*/
	text-align: center;
	color: rgba(255,255,255,.6);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: -.6rem;
	letter-spacing: .2rem;
}
.passbox-get-items-heading {
	font-weight: bold;
}
.passbox-get-item-colorbox {
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1.5rem;
	border-radius: .4rem;
	position: relative;
	top: .1rem;
}
.passbox-get-items {
    padding: 0 1rem;
    margin: 1rem auto 1rem auto;
}
.passbox-get-item {
	margin: .2rem auto;
}
.passbox-get-item-text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.5rem);
    text-align: left;
    font-size: 14px;
    padding-left: .4rem;
}
.passbox-promo-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translate(50%,0) rotate(
45deg);
    transform-origin: top;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    background: #3C3C3C;
    color: white;
    font-size: 10px;
    padding: 21px 80px 5px 80px;
    line-height: 1.4;
}
.passbox-promo-badge:after {
	content: '%';
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	color: #f3aa08;
}

.passbox-body {
    position: relative;
    padding: 12px 5px 20px 5px;
    border: 1px solid var(#ffffff);
    background: transparent linear-gradient(180deg, var(#ffffff) 0%, #E4E4E4 100%) 0% 0% no-repeat padding-box;   
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E4E4E4 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 33px #00000029;
    transition: all .3s;
}
.landing-pass-cardbox:hover .passbox-body {
	background: transparent linear-gradient(180deg, var(#ffffff) 0%, #dadada 100%) 0% 0% no-repeat padding-box;   
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #dadada 100%) 0% 0% no-repeat padding-box;
}
.passbox-body p {
    font-size: 17px;
    color: #3C3C3C;
    white-space: normal;
}
.passbox-body .passbox-price-crossed {
	position: relative;
    font-size: 15px;
    color: rgba(0,0,0,.6);
    font-weight: bold;
    min-height: 28px;
}
.passbox-body .passbox-price-crossed:before {
	width: 80%;
	background: rgba(0,0,0,0.1);
}
.passbox-trainprice-per-person {
	color: rgba(0,0,0,.5);
}
[data-passgroup="alone"] .passbox-trainprice-per-person {
	display: none;
}
.passbox-price-crossed span {
	position: relative;
}
.passbox-price-crossed span:after {
    content: '';
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(
30deg);
    width: 120%;
    height: 1px;
    background: #F41508;
}
.passbox-pass-price {
    display: block;
    font-size: 3.5rem;
    font-weight: normal;
    margin-top: -.5rem;
	margin-bottom: 0;
}
.passbox-body p.passbox-savings {
    color: red;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 1rem;
}
.passbox-body .passbox-price-training,
.passbox-body .passbox-trainings-in-package,
.passbox-body .passbox-time-num {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 0;
}
.passbox-time-unit {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
.passbox-line-top {
    display: block;
    position: relative;
    padding-top: 14px;
    margin-top: 14px;
    margin-bottom: 5px;
}
.passbox-line-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 3rem);
    height: 2px;
    background: rgba(0,0,0,0.2);
}
.passbox-packet-name b {
	font-size: 19px;
}
.passbox-cta {
	width: calc(100% - 40px);
	margin-top: 10px;
	padding: 20px 40px 17px 40px;

}
.passbox-extra-info {
	
} 
.passbox-extra-info p {
	color: inherit;
	font-size: 14px;
}
.passes-include-infotext {
	margin-top: 50px;
	text-transform: uppercase;
}
.pass-include-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 250px;
	padding: 30px;
}
.pass-include-box img {
	width: 80%;
	max-width: 120px;
	margin: 0 auto;
}
.pass-include-box p {
	font-size: 22px;
	margin-top: 20px;
}

.landing-instructors-section {
	padding: 50px 0 0 0;
}

.landing-instructors-section .landing-section-heading {
	text-align: center;
	margin-bottom: 50px;
}
.landing-instructor-photo {
	width: 100%;
} 
.instructor-textbox {
    max-width: 570px;
    padding: 30px;
    margin-left: auto;
    margin-right: 50px;
    margin-top: 20px;
}
.instructor-textbox.textbox-right {
	margin-left: 20px;
	margin-right: auto;
}
.instructor-textbox h3 {
	font-size: 45px;
	font-weight: 800;
	text-transform: none;
}
.instructor-textbox p {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.instructor-videobox {
    position: relative;
    height: 37vw;
    max-height: 580px;
    min-height: 520px;
}

.landing-gallery-descbox {
	padding: 40px 0 60px 0;
}
.lg-outer {
    top: 7rem;
    height: calc(100% - 7rem);
}
#lg-counter {
	display: none;
}
#lg-download {
	display: none;
}

.landing-faq-section {
	text-align: center;
	padding: 60px 10px 70px 10px;
}
.landing-faq-items {
	margin-top: 30px;
}
.landing-faq-item {
	background: white;
	border-radius: 40px;
	margin: 10px auto;
}
.landing-faq-item p {
	color: #3C3C3C;
	font-size: 24px;
	margin-bottom: 0;
}
.faq-question-box {
	position: relative;
	font-weight: bold;
	padding: 20px 50px;
	cursor: pointer;
}
.faq-question-box:after {
    content: '';
    position: absolute;
    top: 47%;
    right: 50px;
    transform: translateY(-50%) rotate(-45deg);
    width: 12px;
    height: 12px;
    border-left: 3px solid #3C3C3C;
    border-bottom: 3px solid #3C3C3C;
    transition: all .3s;
}
.faqitem-open .faq-question-box:after {
	transform: translateY(-50%) rotate(135deg);
}
.faq-answer-box {
	padding: 0 30px 50px 30px;
}

.landing-bottom-cta-section {
	padding: 60px 15px;
	text-align: center;
}
.landing-bottom-cta-section .landing-ctabtn {
	padding: 20px 40px 18px 40px;	
} 

.landing-footer {
	padding: 75px 0 90px 0;
	background-color: #3C3C3C;
	color: white;
}

.landing-footer-logo {
    max-width: 300px;
    display: block;
}
.landing-footer-contactbox {
	margin-bottom: 40px;
}
.contactbox-data {
	font-size: 25px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.landing-footer-social {
    display: inline-block;
    width: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    transform: scale(1);
    transition: all .1s;
}
.landing-footer-social:hover {
	transform: scale(1.1);
}
.landing-footer-regulations p,
.landing-footer-regulations a {
	font-size: 14px;
	color: white;
}
.landing-footer-regulations a {
	font-weight: 400;
	text-decoration: underline;
}
.landing-footer-newsletter {

}
.landing-footer-newsletter h3 {
	color: white;
	font-size: 34px;
	font-weight: 800;
}
.landing-footer-newsletter p {
	color: white;
}
.footer-newsletter-cta {
	color: white;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.landing-footer-newsletter {
	margin: 10px auto;
}
.landing-footer-newsletter input[type=text], 
.landing-footer-newsletter input[type=email] {
    display: block;
    padding: 17px 30px 14px 30px;
    border: none;
    background: white;
    border-radius: 50px;
    color: #3C3C3C;
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
}
.landing-footer-newsletter input[type=text]::placeholder,
.landing-footer-newsletter input[type=email]::placeholder {
	color: rgba(0,0,0,0.6);	
	display: block;
	line-height: 1.5;
}
.landing-footer-newsletter .input-fields-col {
	margin-bottom: 20px;
}
.landing-footer-newsletter .wpcf7-list-item {
	margin: 0;
}
.landing-footer-newsletter span,
.landing-footer-newsletter a {
	color: white;
	font-size: 18px;
}
.landing-footer-newsletter a {
	font-weight: 500;
	text-decoration: underline;
}
.landing-footer-newsletter .wpcf7-form-control-wrap {
    margin-bottom: 0;
    display: block;
}
.landing-footer-newsletter input[type=submit] {
	display: inline-block;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 13px 40px 11px 40px;
	border-radius: 50px;
	font-size: 18px;
	text-align: center;	
	width: 100%;
	margin-top: 20px;
}
.landing-footer-newsletter .wpcf7-list-item-label {
	margin-left: 5px;
}
.landing-footer-newsletter input[type=checkbox]{
	position: relative;
	top: 1px;
	transform: scale(1.4);
	margin-left: 4px;
	margin-right: 3px;
}
.landing-footer-newsletter .wpcf7-list-item-label a,
.landing-footer-newsletter .wpcf7-list-item-label {
	font-size: 11px;
	line-height: 1;
}
.landing-footer-regulations {
	margin-top: 40px;
}

.service-reviews-section .landing-section-heading {
	text-align: center;
	margin-top: 6rem;
}
.service-reviews-section .global-review-item {
    max-width: 50rem;
    margin: 2rem 2.4rem;
    padding: 3rem 3rem 3rem 3rem;
    border-top: 10rem solid #a2d7e2;
}
.service-reviews-section p.review-text {
    font-size: 1.6rem;
    min-height: 23rem;
    max-width: 32rem;
}
.service-reviews-section .review-author {
    font-size: 2rem;
    margin-top: 1rem;
}
.service-reviews-section .review-logotype-box {
    top: -6.5rem;
    width: 85%;
    max-width: 15rem;
    height: 4rem;
}
.service-reviews-section .slick-prev:before, 
.service-reviews-section .slick-next:before {
	filter: grayscale(100%);
}
.service-reviews-section .review-rating img {
    width: 1.6rem;
    margin-bottom: 1rem;
}

.landing-header-space .header-lang-switch {
	margin-top: .8rem;	
}


/* MEDIA QUERIES */

/* bootstrap MD */
@media screen and (max-width: 1200px) {
	.landing-header-nav {
	    margin-left: 80px;
	}
	.landing-video-section .yt-iframe {
	    width: 130%;
	    min-width: auto;
	}
	.videobox-textbox h1 {
	    font-size: 39px;
	}
	.videobox-textbox p {
	    font-size: 16px;
	    line-height: 1.4;
	    font-weight: normal;
	}
	.landing-advantage-box {
	    max-width: 270px;
	}
	.landing-advantage-box h2 {
	    font-size: 19px;
	}	
	.landing-advantage-box p {
	    font-size: 17px;
	}
	.landing-video-box {
	    min-height: 690px;
	}
	.landing-section-heading {
	    font-size: 45px;
	}
	.landing-bodyeffect-imagebox {
	    width: 40%;
	}
	.about-videobox {
	    height: 38vw;
	    min-height: auto;
	}
	.landing-about-content {
	    padding: 15px 40px;
	    margin-top: 20px;
	}
	.landing-about-content h2 {
	    margin-bottom: 15px;
	}
	.landing-desc-text {
	    font-size: 18px;
	}
	.infograph-textbox {
	    font-size: 14px;
	}
	.instructor-textbox {
	    padding: 20px;
	    margin-top: 10px;
	}
	.instructor-textbox p {
	    font-size: 18px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.instructor-videobox {
	    min-height: 410px;
	}
}
/* bootstrap SM */
@media screen and (max-width: 992px) {

	.landing-header-space, .landing-header {
	    text-align: left;
	}

	.landing-header-nav {
		display: none;
	    position: absolute;
	    background: rgba(255,255,255,.9);
	    bottom: 0;
	    left: 0;
	    margin-left: 0;
	    transform: translateY(100%);
	    z-index: 9999;
	    width: 100%;
	    padding: 20px 10px 35px 10px;
	    text-align: center;
	    border-radius: 0 0 10px 10px;
	}
	.landing-header-nav a.headernav-link {
	    margin-right: 0;
	    display: block;
	    padding: 10px 5px;
	    color: #3C3C3C;
	}
	.landing-header .landing-ctabtn {
		position: absolute;
		padding: 9px 14px 8px 14px;
		width: auto;
		max-width: 320px;
		text-transform: none;
		font-size: 14px;
		right: 59px;
	}
	.landing-video-advantages {
	    position: static;
	}
	.landing-videobox-content {
	    background: linear-gradient(
	0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 76%, rgba(0,0,0,0.9) 100%);
	}
	.landing-advantage-box {
	    width: 50%;
	}
	.landing-video-box {
	    min-height: 510px;
	} 
	.landing-video-section {
	    padding-bottom: 15px;
	}
	.landing-bodyeffect-imagebox {
	    width: 33%;
	}
	.infograph-textbox {
	    font-size: 11px;
	}
	.landing-about-content {
	    margin-top: 20px;
	    margin-left: 0;
	    margin-bottom: 20px;
	    padding: 15px 3rem;
	}
	.landing-about-content h2 {
	    font-size: 45px;
	}
	.about-videobox {
	    height: 55vw;
	}
	.pass-card-col {
	    min-width: 250px;
	}
	.passes-cards-box {
		overflow-x: auto;
	}
	.passes-cards-box .row {
		white-space: nowrap;
	}
	.pass-card-col {
	    min-width: 250px;
	    display: inline-block;
	    float: none;
	    clear: both;
	}
	.instructor-textbox {
	    margin-left: 0;
	    margin-top: 40px;
	    margin-right: 0;
	    padding: 20px 3rem;
	}
	.instructor-videobox {
		min-height: auto;
		height: 55vw;
	}
	.instructor-textbox.textbox-right {
	    margin-right: auto;
	    margin-left: 0;
	}
	.faq-answer-box {
		overflow-x: auto;
	}
	.faq-answer-box table {
		font-size: 12px;
	}
	.gallery-item-box:after {
	    content: '\e003';
	    font-size: 3rem;
	    opacity: .7;
	    color: white;
	    top: auto;
	    bottom: -1rem;
	    left: auto;
	    right: 1rem;
	}
	.scroll2top {
	    right: 2rem;
	}

}
/* bootstrap XS */
@media screen and (max-width: 768px) {
	.container {
	    width: 100%;
	}

	.mobile-video-desc {
		padding: 30px 20px;
		background: #3C3C3C;
		color: white;
		font-size: 24px;
	}
	.mobile-video-desc .landing-ctabtn {
	    display: block;
	    width: 90%;
	    max-width: 320px;
	    margin: 30px auto;
	    padding: 20px 15px 18px 15px;
	}
	.mobile-video-desc p {
		font-size: 18px;
	}
	.videobox-textbox {
	    max-width: 90%;
	    margin-top: 0;
	    position: absolute;
	    left: 15px;
	    text-align: right;
	}
	.videobox-textbox h1 {
	    font-size: 29px;
	}
	.landing-video-box {
	    min-height: auto;
	    padding-top: 72%;
	}
	.landing-advantage-box {
	    width: 100%;
	    max-width: none;
	}
	.landing-video-advantages {
		
	}
	.landing-video-advantages .container-fluid {
		padding: 0;
	}
	.landing-advantage-box {
		margin-top: -9px;
	    min-height: 250px;
	    padding: 30px 30px 60px 30px;
	}
	.landing-advantage-box h2 {
	    min-height: 25px;
	}
	.landing-header-space, .landing-header {
	    height: 60px;
	}
	.landing-header-logo {
		margin-top: 9px;
	}
	.landing-header-logo img {
	    height: 39px;
	    width: auto;
	}
	#mobile-nav-btn {
	    bottom: 1px;
		right: -7px;
	}
	.landing-video-section {
	    padding-bottom: 0;
	    margin-bottom: -9px;
	}
	.landing-bodyeffect-section {
	    padding: 29px 0 0 0;
	}
	.landing-bodyeffect-imagebox {
	    width: 90%;
	}
	.landing-bodyeffect-infograph {
	    overflow: hidden;
	}
	.infograph-textbox {
	    font-size: 17px;
	    position: static;
	    transform: none !important;
	    white-space: break-spaces;
	    padding: 18px 35px;
	    text-align: center;
	    margin-bottom: 16px;
	    position: relative;
	    top: 0 !important;
	    left: 0 !important; 
	}
	.infograph-textbox:before {
	    right: auto !important;
	    top: auto !important;
	    transform: translate(-50%,50%) !important;
	    background: #F45A08;
	    border-radius: 20px;
	    left: 50% !important;
	    bottom: 0px !important; 
	}
	.infograph-textbox:after {
	    top: auto !important;
	    right: auto !important;
	    width: 1px !important;
	    height: 15px !important;
	    border-top: none !important;
	    border-left: none !important;
	    border-right: 1px solid #F45A08 !important;
	    transform: none !important;
	    bottom: -17px !important;
	    left: calc(50% - 1px) !important;
	}

	.infograph-textbox.last:after,
	.infograph-textbox.last:before {
		display: none;
	}
	.bodyeffect-infograph-img {
	    margin-top: 100px;
	    transform: scale(2) translateY(60px);
	    max-width: 340px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.landing-instructors-section .landing-section-heading {
	    margin-bottom: 10px;
	}
	.landing-countdown-section {
	    padding: 50px 15px 30px 15px;
	}
	.timecounter-box {
	    width: calc(100% + 30px);
	    margin: 10px -15px 40px -15px;
	}
	.timecounter-digit-box h2 {
	    font-size: 9vw;
	}
	.timecounter-digit-box p {
	    font-size: 4vw;
	}
	.pass-switch {
		font-size: 22px; 
	}	
	.landing-passes-section {
	    padding: 40px 0 20px 0;
	}
	.landing-passes-section .container-fluid {
	    padding: 0;
	}
	.landing-passes-section .landing-section-heading,
	.landing-passes-section .landing-passes-infotext {
		padding: 0 20px;
	}
	.landing-passes-infotext {
		font-size: 22px;
	}
	.passbox-topbar {
	    padding: 10px 0; 
	    min-height: 7.8rem;
	}
	.passbox-body {
	    padding: 6px 5px 10px 5px;
	}
	.passbox-pass-price {
		font-size: 3rem;
	}
	.passbox-line-top {
	    padding-top: 10px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.passbox-cta {
	    padding: 15px 40px 12px 40px;
	}

	.landing-faq-section {
	    padding: 40px 0 70px 0;
	}
	.faq-question-box {
	    padding: 20px 27px;
	}
	.faq-question-box:after {
	    top: 47%;
	    right: 10px;
	}
	.landing-faq-item p {
	    font-size: 20px;
	}
	.faq-answer-box {
	    padding: 0 15px 50px 15px;
	}
	.faq-answer-box p {
		font-size: 18px;
	}
	body .section-anchor {
		bottom: 60px;
	}
	.landing-footer {
		padding: 40px 0 50px 0;
		text-align: center;
	}
	.landing-footer-logo {
	    max-width: 250px;
	    margin: 10px auto;
	    width: 80%;
	}
	.landing-footer-messenger {
	    margin: 20px auto 50px auto;
	}
	.contactbox-data {
	    font-size: 25px;
	    margin-top: 30px;
	    margin-bottom: 20px;
	}
	.landing-footer-newsletter {
	    margin: 10px auto;
	    padding: 0 15px;
	}
	.landing-footer-regulations {
		position: relative;
		text-align: left;
		padding-left: 5px;
	}
	.landing-footer-social {
	    margin-right: 20px;
	    margin-left: 20px;
	}
	.landing-footer-newsletter input[type=text], 
	.landing-footer-newsletter input[type=email] {
		margin-bottom: 10px;
	}
	.service-reviews-section p.review-text {
	    font-size: 1.4rem;
	    min-height: 23rem;
	}
	.service-reviews-section .review-author {
	    font-size: 1.5rem;
	}
}