@charset "UTF-8";
/*!
Theme Name: Skydive Switzerland
Theme URI: http://underscores.me/
Author: Mike Xavier
Author URI: https://mikexavier.com
Description: Custom theme built for Skydive Switzerland
Version: 1.0.1
Text Domain: skydive-switzerland

Skydive Switzerland is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Skydive
	## Header
	## HERO Video/Slider
	## Intro
	## Most Popular
	## Sub Featured
	## Our Experience
	## Testimonial
	## Related Experiences
	## Social
	## Footer
	## Tandem Landing Page
  ## Tandem Skydiving
  ## Prices
  ## Pickup Information
  ## Photo / Videos
  ## FAQ
  ## Gift Vouchers
  ## Thankyou
  ## WooCommerce
  ## Skydiving School
  ## Fun Jumpers
  ## Dropzone
  ## Other Activities
  ## Contact
  ## Reviews
  ## Partners
  ## Privacy Policy
--------------------------------------------------------------*/
.bg-white-off {
  background: #f8f7f2;
}

.bg-grey-lighter {
  background: #f8f8f8;
}

.bg-black {
  background: #101820;
}

.bg-red {
  background: #da291c;
}

.red_dark_fill {
  fill: #ae2624;
}

.bg-blue {
  background: #009ace;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.site-content {
  flex: 1 0 auto;
}

.site-main {
  overflow-x: hidden;
}

footer {
  flex-shrink: 0;
}

.page {
  margin: 0 !important;
}

.py-6,
.my-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-6,
.mx-6 {
  padding-right: 6rem;
  padding-left: 6rem;
}

.pt-6,
.mt-6 {
  padding-top: 6rem;
}

.pb-6,
.mb-6 {
  padding-bottom: 6rem;
}

.pr-6,
.mr-6 {
  padding-left: 6rem;
}

.pl-6,
.ml-6 {
  padding-right: 6rem;
}

.spacer-3 {
  height: 3rem;
}

.spacer-4 {
  height: 4rem;
}

.spacer-5 {
  height: 5rem;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #101820;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ae2624;
}
a:visited {
  color: #da291c;
}
a:hover, a:focus, a:active {
  color: #101820;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: flex;
  float: left;
  width: 100%;
}
.main-navigation .tandem-skydiving ul {
  min-width: 600px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
}
.main-navigation .tandem-skydiving ul li {
  width: 300px;
  padding: 0 0.6rem;
}
.main-navigation .tandem-skydiving ul li:nth-child(odd) {
  float: left;
}
.main-navigation .tandem-skydiving ul li:nth-child(even) {
  float: right;
}
.main-navigation .tandem-skydiving ul li:first-of-type a {
  padding-top: 0.5rem;
}
.main-navigation .tandem-skydiving ul li:last-of-type a {
  padding-bottom: 0.5rem;
}
.main-navigation .tandem-skydiving ul a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem;
}
.main-navigation .tandem-skydiving ul a:hover .menu-description {
  opacity: 1;
}
.main-navigation .tandem-skydiving ul .menu-description {
  margin: 0.3rem 0 0 1rem;
  width: 100%;
  opacity: 0;
  font-size: 0.6rem;
  font-weight: normal;
  color: #6c757d;
}
.main-navigation .tandem-skydiving ul .plane a:before,
.main-navigation .tandem-skydiving ul .heli a:before,
.main-navigation .tandem-skydiving ul .prices a:before,
.main-navigation .tandem-skydiving ul .pickup a:before,
.main-navigation .tandem-skydiving ul .photos a:before,
.main-navigation .tandem-skydiving ul .faq a:before,
.main-navigation .tandem-skydiving ul .giftVouchers a:before {
  width: 46px;
  height: 28px;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center !important;
  background-color: #ae2624;
  content: " ";
  margin-right: 0.8rem;
  margin-bottom: 0;
}
.main-navigation .tandem-skydiving ul .plane a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-plane.svg) no-repeat;
}
.main-navigation .tandem-skydiving ul .heli a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-heli.svg) no-repeat;
}
.main-navigation .tandem-skydiving ul .prices a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-prices.svg) no-repeat;
}
.main-navigation .tandem-skydiving ul .pickup a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-pickup.svg) no-repeat;
}
.main-navigation .tandem-skydiving ul .photos a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-photos.svg) no-repeat;
}
.main-navigation .tandem-skydiving ul .faq a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-faq.svg) no-repeat;
}
.main-navigation .tandem-skydiving ul .giftVouchers a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-vouchers.svg) no-repeat;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: #fff;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  border-top: 4px solid #ae2624;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  width: 100%;
  white-space: nowrap;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul li:first-of-type a {
  padding-top: 1rem;
}
.main-navigation ul ul li:last-of-type a {
  padding-bottom: 1rem;
}
.main-navigation ul ul a {
  padding: 0.5rem 1rem;
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  color: #ae2624;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.02rem;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #101820;
  padding: 0.8rem 12px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Top Nav */
.top-navigation {
  clear: both;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background: #fff;
}
.top-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  justify-content: flex-end;
}
.top-navigation ul ul {
  flex-direction: column;
  border-top: 4px solid #ae2624;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.top-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.top-navigation ul ul li:hover > ul, .top-navigation ul ul li.focus > ul {
  left: 100%;
}
.top-navigation ul ul a {
  width: 200px;
}
.top-navigation ul ul :hover > a,
.top-navigation ul ul .focus > a {
  color: #ae2624;
}
.top-navigation ul li:hover > ul,
.top-navigation ul li.focus > ul {
  left: auto;
  right: 0;
}
.top-navigation li {
  float: left;
  position: relative;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
}
.top-navigation a {
  display: block;
  text-decoration: none;
  color: #101820;
}
.top-navigation .liveChat svg {
  width: 20px;
  fill: #101820;
}
.top-navigation .liveChat:hover .ss-icon-live-chat-right {
  fill: #ae2624;
}
.top-navigation .phone svg {
  width: 14px;
  fill: #101820;
}
.top-navigation .phone:hover .text {
  top: 90%;
  opacity: 0.95;
  z-index: 99999;
}
.top-navigation .email svg {
  width: 18px;
  fill: #101820;
}
.top-navigation .email:hover .text {
  top: 90%;
  opacity: 0.95;
  z-index: 99999;
}
.top-navigation .icon svg {
  fill: #101820;
}
.top-navigation .icon svg:hover {
  fill: #ae2624;
}
.top-navigation .text {
  font-size: 14px;
  color: #101820;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 5px;
  padding: 0.55rem 1rem;
  white-space: nowrap;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  transition: 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}

/* Footer Nav */
.footerMenu {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8rem;
}
.footerMenu a {
  color: #f8f7f2;
}
.footerMenu ul {
  list-style: none;
  column-count: 2;
  margin: 0;
  padding: 0;
  max-width: 280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .footerMenu ul {
    justify-content: left;
  }
}
.footerMenu li {
  float: left;
  position: relative;
  text-align: center;
  padding: 10px;
  min-width: 120px;
}
@media only screen and (min-width: 992px) {
  .footerMenu li {
    text-align: left;
  }
}
/* Legal Nav */
.legalMenu {
  display: flex;
  justify-content: center;
  font-size: 0.8rem;
}
@media only screen and (min-width: 992px) {
  .legalMenu {
    justify-content: flex-end;
  }
}
.legalMenu a {
  color: #6c757d;
}
.legalMenu a:hover {
  color: #101820;
  text-decoration: none;
}
.legalMenu ul {
  list-style: none;
  display: flex;
}
.legalMenu li {
  padding: 1rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .legalMenu li {
    text-align: left;
  }
}
.legalMenu .affiliates {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .legalMenu .affiliates {
    justify-content: start;
  }
}

/* Mobile Nav */
.toggleMobileNav svg #top {
  transform: scaleX(0.85);
}
.toggleMobileNav svg #middle1,
.toggleMobileNav svg #middle2 {
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.toggleMobileNav svg #bottom {
  transform: scaleX(0.6);
}

.toggleMobileNav.active svg #top,
.toggleMobileNav.active svg #bottom {
  display: none;
}
.toggleMobileNav.active svg #middle1,
.toggleMobileNav.active svg #middle2 {
  transform-origin: center;
  transform: rotate(45deg);
}
.toggleMobileNav.active svg #middle1 {
  transform: rotate(45deg);
}
.toggleMobileNav.active svg #middle2 {
  transform: rotate(-45deg);
}

.mobileMenuWrapper {
  display: none;
  position: fixed;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background: #f8f8f8;
  z-index: 1029;
  overflow-y: auto;
  overflow-x: hidden;
}

ul#mobileMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  height: calc(100% - 56px);
  margin: 0;
  padding: 1rem;
}
ul#mobileMenu li {
  font-size: 14px;
  text-align: center;
  line-height: 1.1rem;
  padding: 0.5rem;
  margin: 10px !important;
  width: 42%;
  height: 22%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
ul#mobileMenu li a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #101820;
  white-space: normal;
}
ul#mobileMenu li .dropdown-toggle::after {
  display: none;
}
ul#mobileMenu li ul {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  background: #f8f8f8;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
ul#mobileMenu li ul li {
  background: #f8f8f8;
  width: 100%;
  height: 5%;
  padding: 0 0.4rem;
  text-transform: uppercase;
  box-shadow: none;
}
ul#mobileMenu li ul a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  color: #101820;
  height: 100%;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: left;
}
ul#mobileMenu li ul .plane a:before,
ul#mobileMenu li ul .heli a:before,
ul#mobileMenu li ul .prices a:before,
ul#mobileMenu li ul .pickup a:before,
ul#mobileMenu li ul .photosvideos a:before,
ul#mobileMenu li ul .faq a:before,
ul#mobileMenu li ul .giftvouchers a:before,
ul#mobileMenu li ul .navBack a:before {
  width: 46px;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center !important;
  background-color: #ae2624;
  content: " ";
  margin-right: 0.8rem;
  margin-bottom: 0;
}
ul#mobileMenu li ul .plane a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-plane.svg) no-repeat;
  height: 18px;
}
ul#mobileMenu li ul .heli a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-heli.svg) no-repeat;
  height: 18px;
}
ul#mobileMenu li ul .prices a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-prices.svg) no-repeat;
  height: 28px;
}
ul#mobileMenu li ul .pickup a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-pickup.svg) no-repeat;
  height: 15px;
}
ul#mobileMenu li ul .photosvideos a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-photos-1.svg) no-repeat;
  height: 16px;
}
ul#mobileMenu li ul .faq a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-faq.svg) no-repeat;
  height: 20px;
}
ul#mobileMenu li ul .giftvouchers a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-vouchers.svg) no-repeat;
  height: 17px;
}
ul#mobileMenu li ul .navBack a {
  color: #6c757d;
}
ul#mobileMenu li ul .navBack a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/03/skydive-switzerland-interlaken-arrow-left.svg) no-repeat;
  width: 16px;
  background-color: #6c757d;
  height: 12px;
}
ul#mobileMenu li.tandem ul.show,
ul#mobileMenu li.others ul.show {
  display: flex;
}
ul#mobileMenu li.others,
ul#mobileMenu li.cart,
ul#mobileMenu .wpml-ls-menu-item {
  width: 20%;
  height: 5%;
  box-shadow: none;
  background-color: transparent;
}
ul#mobileMenu .tandem a:before,
ul#mobileMenu .school a:before,
ul#mobileMenu .funjumpers a:before,
ul#mobileMenu .dropzone a:before,
ul#mobileMenu .contact a:before,
ul#mobileMenu .activities a:before {
  margin-bottom: 0.5rem;
  margin-right: 0;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #ae2624;
  content: " ";
}
ul#mobileMenu .tandem a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-freefall.svg) no-repeat;
  width: 45px;
  height: 28px;
}
ul#mobileMenu .school a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/03/skydive-switzerland-interlaken-license.svg) no-repeat;
  width: 35px;
  height: 22px;
}
ul#mobileMenu .funjumpers a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-under-canopy.svg) no-repeat;
  width: 30px;
  height: 32px;
}
ul#mobileMenu .dropzone a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-hanger.svg) no-repeat;
  width: 30px;
  height: 32px;
}
ul#mobileMenu .contact a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-mail.svg) no-repeat;
  width: 25px;
  height: 20px;
}
ul#mobileMenu .activities a:before {
  mask: url(https://skydiveswitzerland.com/wp-content/uploads/2019/02/skydive-switzerland-interlaken-icon-heli.svg) no-repeat;
  width: 45px;
  height: 18px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Skydive
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .site-content {
    margin-top: 130px;
  }
}

.anchor:before {
  content: "";
  display: block;
  height: 150px;
  /* fixed header height*/
  margin: -150px 0 0;
  /* negative fixed header height */
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #101820;
}

::-webkit-scrollbar-thumb:hover {
  background: #101820;
}

/* --- COOKIE CONSENT --- */
.cc-grower {
  overflow: visible;
  z-index: 9999;
}

.cc-window.cc-banner {
  border-bottom: 5px solid #101820;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cc-window.cc-banner .cc-message {
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0;
}
@media only screen and (min-width: 992px) {
  .cc-window.cc-banner .cc-message {
    font-size: 1rem;
  }
}
.cc-window.cc-banner .cc-link {
  color: #ae2624 !important;
  text-decoration: none;
  padding: 0;
}
.cc-window.cc-banner .cc-link:hover {
  color: #101820 !important;
  text-decoration: none;
}

img,
embed,
object,
video {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media only screen and (min-width: 992px) {
  header {
    display: block;
  }
}

#mobileNavSection {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  min-height: 56px;
}
#mobileNavSection::before {
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  height: 22px;
  border-radius: 1%;
  box-shadow: 0 8px 17px -8px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobileNavSection a {
  color: #101820;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#mobileNavSection .mobileNavBar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 56px;
  display: flex;
  align-content: center;
}
#mobileNavSection .mobileNavBar .icon img,
#mobileNavSection .mobileNavBar .icon svg {
  height: 20px;
}
#mobileNavSection .mobileNavBar .icon.logo img {
  height: 45px;
}
#mobileNavSection .mobileNavBar .topLevel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mobileNavSection .mobileNavBar .text {
  font-size: 0.8rem;
}
@media only screen and (min-width: 992px) {
  #mobileNavSection {
    display: none;
  }
}

.mainNavBar {
  display: flex;
  align-content: center;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
  background: #fff;
}
.mainNavBar .navLogo svg {
  width: 150px;
}
.mainNavBar svg#ss-logo-lockup #ss-logo-icon {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: top center;
}
.mainNavBar svg#ss-logo-lockup:hover #ss-logo-icon {
  transform: scale(1.1);
}
.mainNavBar svg#ss-logo-lockup:active #ss-logo-icon {
  transform: scale(1);
  transition-duration: 0.1s;
}

a {
  color: #ae2624;
}
a:hover {
  text-decoration: none;
}

.ssBtn {
  position: relative;
  display: inline-block;
  border: none;
  background: #f2cd00;
  color: #101820;
  padding: 0.4rem 1.2rem;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5rem;
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  font-weight: bold;
}
.ssBtn:active {
  transform: translateY(1.5px);
}
.ssBtn:visited {
  color: #101820;
}
.ssBtn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ssBtn .icon svg {
  fill: #101820;
  width: 38px !important;
}
.ssBtn .text {
  opacity: 1;
  transition: opacity 300ms ease;
}
.ssBtn:hover .text {
  opacity: 0;
}
.ssBtn:hover .icon {
  bottom: 0;
}

/*--------------------------------------------------------------
## HERO Video/Slider
--------------------------------------------------------------*/
.ssHomeHero {
  position: relative;
}
@media only screen and (min-width: 1600px) {
  .ssHomeHero {
    max-height: 65vh;
  }
}
@media only screen and (min-width: 1600px) {
  .ssHomeHero .main-slider {
    max-height: 65vh;
  }
}
.ssHomeHero .slick-slider {
  overflow: hidden;
}
.ssHomeHero .slick-track {
  padding: 0;
}
@media only screen and (min-width: 1600px) {
  .ssHomeHero .slick-track {
    max-height: 65vh;
  }
}
.ssHomeHero .slider-nav {
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 1600px) {
  .ssHomeHero .slick-slide {
    max-height: 65vh;
  }
}
.ssHomeHero .slick-slide img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1600px) {
  .ssHomeHero .slick-slide img {
    max-height: 65vh;
  }
}
.ssHomeHero figure {
  margin: 0;
}
@media only screen and (min-width: 1600px) {
  .ssHomeHero figure {
    max-height: 65vh;
  }
}
.ssHomeHero video {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 1600px) {
  .ssHomeHero video {
    max-height: 65vh;
  }
}
.ssHomeHero .video-js .vjs-tech {
  object-fit: cover;
}
@media only screen and (min-width: 1600px) {
  .ssHomeHero .video-js .vjs-tech {
    max-height: 65vh;
  }
}
.ssHomeHero .item .video {
  display: none;
}
@media only screen and (min-width: 992px) {
  .ssHomeHero .item .video {
    display: block;
  }
}
.ssHomeHero .vjs-poster {
  background-size: cover;
  background: #101820;
}
.ssHomeHero .slide-image {
  background-position: center;
}
.ssHomeHero .hero-overlay {
  position: absolute;
  bottom: 20px;
}
.ssHomeHero .hero-title {
  position: absolute;
  bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .ssHomeHero .hero-title {
    bottom: 60px;
  }
}
.ssHomeHero .hero-heading h1,
.ssHomeHero .hero-subHeading {
  color: #fff;
  margin: 0;
}
.ssHomeHero .hero-heading h1 {
  font-size: 50px;
  line-height: 1em;
  text-transform: uppercase;
  background: #da291c;
  padding: 10px 15px 10px 40px;
}
.ssHomeHero .hero-location {
  position: absolute;
  bottom: 10px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  padding-left: 40px;
  height: 1rem;
}
.ssHomeHero .hero-location h5 {
  color: #fff;
  white-space: nowrap;
  font-size: 0.8rem;
}
.ssHomeHero .hero-location .pin {
  margin-right: 10px;
  height: 100%;
}
.ssHomeHero .hero-location .pin svg {
  fill: #fff;
  height: 100%;
  margin-top: -14px;
}
@media only screen and (max-width: 992px) {
  .ssHomeHero .hero-heading h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .ssHomeHero .hero-overlay {
    bottom: 10px;
  }
  .ssHomeHero .hero-heading h1 {
    font-size: 24px;
  }
}

/* --- SLIDER NAV --- */
.slider-nav {
  position: absolute !important;
  bottom: -55px;
  right: 0;
  width: 540px;
  height: 110px;
}

@media only screen and (max-width: 992px) {
  .slider-nav {
    display: none !important;
  }
}
.slider-nav .slick-list {
  padding: 0px 100px 0 0 !important;
}

.slider-nav .slick-slide {
  outline: none;
}

.slider-nav .heroThumbnail img {
  max-width: 200px;
  height: auto;
  margin: 0 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/*--------------------------------------------------------------
## Intro
--------------------------------------------------------------*/
.ssLine {
  border-bottom: 4px solid #ae2624;
  width: 20%;
}

.ss-home-icons .icon {
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ss-home-icons .icon svg {
  overflow: visible;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  max-height: 40px;
}
.ss-home-icons .text {
  color: #101820;
  text-align: center;
}
.ss-home-icons a:hover {
  text-decoration: none;
}

.ss-days-left-wrapper {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  align-self: center;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (min-width: 992px) {
  .ss-days-left-wrapper {
    display: flex;
  }
}

.ss-jumping-every-day:hover .ss-days-left-wrapper {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 1;
}

.ss-jumping-every-day:hover #ss-icon-freefall-lines {
  fill: #ae2624;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ss-days-left-wrapper .days {
  font-weight: bold;
  margin-right: 4px;
}

/*--------------------------------------------------------------
## Most Popular
--------------------------------------------------------------*/
.ss-vertical-txt {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 2;
  position: absolute;
  left: 50px;
  top: 35px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  color: #ae2624;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.4px;
  margin: 0;
}

.ss-vertical-txt:before {
  background-color: #ae2624;
  height: 40px;
  top: -9px;
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: -30px;
  transition: width, 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (max-width: 992px) {
  .ss-vertical-txt {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 10px;
    top: 20px;
  }
}
a.ss-feat-product-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
a.ss-feat-product-wrapper:hover {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: scale(1.025) !important;
  transform: scale(1.025) !important;
  text-decoration: none;
}

.ss-feat-product-img {
  max-height: 400px;
  max-width: 600px;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.ss-feat-product-content {
  position: relative;
  color: #101820;
  width: 350px;
  padding: 25px;
}

.ss-feat-product-pre-title {
  margin-bottom: 20px;
}

.ss-feat-product-title h2 {
  text-transform: uppercase;
}

.ss-feat-product-title h2:lang(de) {
  font-size: 1em;
}

.ss-feat-product-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.ss-feat-product-price {
  margin-right: 15px;
}

@media only screen and (max-width: 992px) {
  .ss-feat-product-wrapper {
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
  }
  .ss-feat-product-img {
    max-height: 250px;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .ss-feat-product-content {
    width: 100%;
  }
  .ss-feat-product-title h2 {
    font-size: 22px;
  }
  .ss-feat-product-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .ss-feat-product-price {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
/*--------------------------------------------------------------
## Sub Featured
--------------------------------------------------------------*/
.ss-subfeat-card-wrapper {
  background: #fff;
  width: 50%;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #101820;
}

.ss-subfeat-card-wrapper:hover {
  background: #f8f8f8;
  transform: scale(1.025);
  text-decoration: none;
}

.ss-subfeat-card-wrapper:first-of-type {
  margin-left: 0;
  margin-right: -30px;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.ss-subfeat-card-wrapper:last-of-type {
  margin-right: 0;
  margin-left: -30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}
.ss-subfeat-card-wrapper:last-of-type .ssLine {
  float: right;
}
.ss-subfeat-card-wrapper:last-of-type .ss-subfeat-product-content {
  text-align: right;
}
.ss-subfeat-card-wrapper:last-of-type .ss-subfeat-product-cta {
  justify-content: flex-end;
}

.ss-subfeat-product-img {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.ss-subfeat-product-img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ss-subfeat-product-content {
  padding: 20px 30px 20px 30px;
  color: #101820;
}

.ss-subfeat-product-title h2 {
  font-size: 1.2em;
  line-height: 1em;
}

.ss-subfeat-product-txt {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  padding: 15px 0;
  overflow: hidden;
  word-break: break-word;
}

.ss-subfeat-product-price,
.ss-feat-product-price {
  margin-right: 15px;
  font-weight: bold;
}

.ss-subfeat-product-wrapper .ss-subfeat-product-link .ss-btn {
  padding: 0.4em 1.2em !important;
}

@media only screen and (max-width: 992px) {
  .ss-subfeat-card-wrapper:first-of-type {
    margin-right: -20px;
  }
  .ss-subfeat-card-wrapper:last-of-type {
    margin-left: -20px;
  }
  .ss-subfeat-product-title h2 {
    font-size: 22px;
  }
  .ss-subfeat-product-pre-title {
    font-size: 0.8em;
  }
  .ss-subfeat-product-cta {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 768px) {
  .ss-subfeat-product-pre-title {
    margin-bottom: 10px;
  }
  .ss-subfeat-product-pre-title h2 {
    margin-top: 10px;
  }
  .ss-subfeat-product-wrapper {
    flex-direction: column;
  }
  .ss-subfeat-card-wrapper {
    width: 100%;
    margin: 25px 0;
    background: #f8f8f8;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .ss-subfeat-card-wrapper:first-of-type {
    margin-top: 0;
    margin-right: 0;
    clip-path: none;
  }
  .ss-subfeat-card-wrapper:last-of-type {
    margin-bottom: 0;
    margin-left: 0;
    clip-path: none;
  }
  .ss-subfeat-card-wrapper:last-of-type .ss-subfeat-product-content {
    text-align: left;
  }
  .ss-subfeat-card-wrapper:last-of-type .ssLine {
    float: left;
  }
  .ss-subfeat-product-img {
    height: 200px;
  }
  .ss-subfeat-product-cta {
    justify-content: flex-end;
  }
}
/*--------------------------------------------------------------
## Our Experience
--------------------------------------------------------------*/
.counters .number-counter {
  font-size: 4.5rem;
}
.counters .text {
  color: #ae2624;
}
@media only screen and (max-width: 992px) {
  .counters .number-counter {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/
.testimonial {
  color: #fff;
}
.testimonial .icon {
  width: 180px;
  top: -80px;
  left: -80px;
  fill: #ae2624;
}
.testimonial .heading {
  font-size: 5rem;
  letter-spacing: 1px;
}
.testimonial .quote {
  font-size: 1.5rem;
}
.testimonial .source {
  font-size: 1rem;
}

/*--------------------------------------------------------------
## Related Experiences
--------------------------------------------------------------*/
.relatedExperiences .planeIcon,
.relatedExperiences .heliIcon {
  width: 50px;
}
.relatedExperiences .planeIcon {
  left: 100px;
  top: 130px;
}
.relatedExperiences .heliIcon {
  transform: rotateY(180deg);
  right: 50px;
  top: 50px;
}
@media only screen and (max-width: 768px) {
  .relatedExperiences .planeIcon {
    left: 50px;
    top: 30px;
  }
}

.relatedSlider .slick-slide {
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 0 0.6rem;
}
.relatedSlider .slick-slide:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transform: scale(1.025) !important;
}
.relatedSlider .activity-card .activity-card-content {
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.relatedSlider .slick-slide:hover .activity-card-content {
  background: #fff;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
}
.relatedSlider .activity-card-hero {
  background-size: cover;
  height: 350px;
  border-radius: 2px;
}
.relatedSlider .activity-card-title {
  text-transform: uppercase;
  line-height: 1.2em;
}
.relatedSlider h2.activity-card-title {
  font-size: 0.8em;
  text-align: left;
}
.relatedSlider .activity-card-content {
  padding: 15px;
  text-align: left;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.relatedSlider a.activity-card {
  color: #101820;
}
.relatedSlider a:hover {
  text-transform: none;
}
.relatedSlider .activity-card-description {
  color: #101820;
  font-size: 0.8em;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.relatedSlider .activity-card-description:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.relatedSlider .activity-card-description:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.relatedSlider .activity-card-link {
  margin-top: 10px;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 700;
}
.relatedSlider .activity-card-price {
  position: absolute;
  right: 0;
  top: 40px;
  background: #101820;
  padding: 4px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
}
.relatedSlider .slick-track {
  padding: 25px 0;
}
.relatedSlider .activity-card-price {
  position: relative;
  width: 105px;
  margin-left: auto;
}
.relatedSlider .slick-prev,
.relatedSlider .slick-next,
.relatedSlider .rv-slider-wrapper .slick-prev,
.relatedSlider .rv-slider-wrapper .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.relatedSlider .slick-prev:hover,
.relatedSlider .slick-next:hover,
.relatedSlider .rv-slider-wrapper .slick-prev:hover,
.relatedSlider .rv-slider-wrapper .slick-next:hover {
  background: transparent;
}
.relatedSlider .slick-prev:before,
.relatedSlider .slick-next:before,
.relatedSlider .rv-slider-wrapper .slick-prev:before,
.relatedSlider .rv-slider-wrapper .slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  opacity: 0.75;
  color: #101820;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.relatedSlider .slick-next {
  right: -50px;
}
.relatedSlider .slick-next:before,
.relatedSlider .rv-slider-wrapper .slick-next:before {
  content: "〉";
}
.relatedSlider .slick-prev {
  left: -50px;
}
.relatedSlider .slick-prev:before,
.relatedSlider .rv-slider-wrapper .slick-prev:before {
  content: "〈";
}

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
.socialWrapper {
  overflow: hidden;
}

.socialHeading {
  font-size: 2rem;
}
@media only screen and (min-width: 992px) {
  .socialHeading {
    font-size: 3.5rem;
  }
}

.socialBig {
  font-size: 6rem;
  left: -24px;
  color: #f8f8f8;
  letter-spacing: 5px;
}

ul#igFeed {
  position: relative;
  column-count: 3;
  list-style: none;
  margin: 6rem 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 600px) {
  ul#igFeed {
    column-count: 3;
  }
}
@media only screen and (min-width: 768px) {
  ul#igFeed {
    column-count: 4;
  }
}
@media only screen and (min-width: 992px) {
  ul#igFeed {
    column-count: 5;
  }
}
@media only screen and (min-width: 1500px) {
  ul#igFeed {
    column-count: 7;
  }
}
@media only screen and (min-width: 1800px) {
  ul#igFeed {
    column-count: 8;
  }
}
ul#igFeed a {
  width: 100%;
}
ul#igFeed a li img {
  padding: 0.2rem;
}
@media only screen and (min-width: 768px) {
  ul#igFeed a li img {
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 992px) {
  ul#igFeed a li img {
    padding: 1rem;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
  color: #f8f7f2;
  margin-bottom: 56px;
}
@media only screen and (min-width: 992px) {
  footer {
    margin-bottom: 0px;
  }
}
footer .footerWrapper {
  background: #d92d27;
}
footer .topRow a {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  transition: color 0.25s ease;
  opacity: 0.99;
  white-space: nowrap;
  color: #f8f7f2;
}
footer .topRow a:hover {
  text-decoration: none;
  color: #101820;
}
footer .topRow a:hover:after {
  transform: scaleX(1);
}
footer .topRow a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f8f7f2;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s 0.1s ease;
  transition: transform 0.35s 0.1s ease;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer svg {
  fill: #f8f7f2;
}
footer .footerMountains svg {
  width: 100%;
  margin-bottom: 0;
}
footer .fortis {
  margin-left: 12px;
}
footer .fortis .logo svg {
  width: 140px;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
footer .fortis .logo:after {
  content: none;
}
footer .socialIcons svg {
  width: 25px;
  max-height: 30px;
  fill: #f8f7f2;
}
footer .socialIcons a::after {
  background: none;
}
footer .locations {
  font-size: 0.8rem;
}
footer .locations svg {
  width: 50px;
}
footer .affiliates ul {
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  footer .affiliates ul {
    justify-content: start;
    margin-left: 20px;
  }
}
footer .affiliates img {
  height: 65px;
}
footer .skydiveIcon svg {
  height: 56px;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: top center;
}
footer .skydiveIcon svg:hover {
  transform: scale(1.1);
}
footer .skydiveIcon svg:active {
  transform: scale(1);
  transition-duration: 0.1s;
}

/*--------------------------------------------------------------
## Tandem Landing Page
--------------------------------------------------------------*/
.tandemSplitWrapper {
  padding: 0;
  margin: 0 auto;
}
.tandemSplitWrapper .tandemSplit {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
}
.tandemSplitWrapper .tandemSplit .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
}
.tandemSplitWrapper .tandemSplit .item:hover {
  flex: 3;
}
.tandemSplitWrapper .tandemSplit .item .banner {
  background: #da291c;
  color: #fff;
  transform: rotate(90deg);
  text-align: center;
}
.tandemSplitWrapper .tandemSplit .item .banner h1 {
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1rem;
}

/*--------------------------------------------------------------
## Tandem Skydiving
--------------------------------------------------------------*/
.hero img {
  height: 65vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.hero .heroHeading {
  position: absolute;
  bottom: 40px;
  background: #da291c;
  padding: 0.2rem 1rem 0.2rem 2rem;
  color: #fff;
}

#ss-summary-bar {
  background: #fff;
  position: relative;
  z-index: 999;
}

.statBar .statContainer {
  padding: 10px;
}
.statBar .stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.statBar .book {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.statBar .book .ssBtn {
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .statBar .stat {
    padding: 0px;
    box-shadow: none;
  }
  .statBar .book {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.statBar .value {
  font-weight: bold;
  font-size: 1.4rem;
}
.statBar .plane .icon {
  width: 80px;
}
.statBar .freefall .icon {
  width: 50px;
}
.statBar .canopy .icon {
  width: 35px;
}

.tandemIntro {
  background: #f8f8f8;
}
.tandemIntro .keys {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
}
.tandemIntro .keys .icon svg {
  width: 50px;
  max-height: 45px;
  margin-bottom: 0.3rem;
}
.tandemIntro .keys .heading {
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.tandemIntro .keys .text {
  text-align: center;
}

.photoGallery {
  margin-top: -5rem;
}

#tripInformation .header {
  border-bottom: 1px solid #101820;
  position: relative;
}
#tripInformation .header .heading {
  width: 80%;
  line-height: 1.5rem;
}
#tripInformation .header a {
  padding: 1rem 0;
  color: #101820;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 4rem;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
#tripInformation .header a:hover, #tripInformation .header a:hover .headerIcon svg {
  color: #ae2624;
  fill: #ae2624;
}
#tripInformation .header .collapsed.link > .heading.before,
#tripInformation .header .link > .heading.after,
#tripInformation .header .collapsed.link > .plus,
#tripInformation .header .link > .minus {
  display: flex;
}
#tripInformation .header .collapsed.link > .heading.after,
#tripInformation .header .link > .heading.before,
#tripInformation .header .collapsed.link > .minus,
#tripInformation .header .link > .plus {
  display: none;
}
#tripInformation .header .headerIcon {
  margin-right: 10px;
  position: absolute;
  right: 15px;
  height: 16px;
  width: 16px;
  display: flex;
}
#tripInformation .header .headerIcon svg {
  fill: #101820;
  width: 100%;
}

#jump-height-wrapper {
  margin: 5% auto;
}

#jump-height-bar-top,
#jump-height-bar-bottom {
  width: 15px;
  height: 150px;
  border-radius: 2px;
  border: 4px solid #101820;
  display: flex;
  flex-direction: row;
}

#jump-height-bar-bottom {
  background: #101820;
  margin-top: -4px;
}

#jump-height-marks {
  width: 40px;
  height: 150px;
  position: relative;
  top: -4px;
  left: 10px;
}

.big-line {
  border-top: 5px solid #101820;
  height: 25px;
  width: 30px;
}

.little-line {
  border-top: 2px solid #101820;
  height: 35px;
  width: 15px;
}

#merc-stem {
  width: 15px;
  height: 150px;
  position: relative;
  top: 0px;
  left: -30px;
}

#mercury {
  width: 8px;
  height: 150px;
  position: relative;
  top: 0px;
  background-color: #101820;
  -webkit-animation-name: mercury;
  animation-name: mercury;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: once;
  animation-iteration-count: once;
}

@-webkit-keyframes mercury {
  from {
    height: 0;
    top: 150px;
  }
  to {
    height: 150px;
    top: -150px;
  }
}
@keyframes mercury {
  from {
    height: 0;
    top: 150px;
  }
  to {
    height: 150px;
    top: 0px;
  }
}
.ss-jump-price-plane13,
.ss-jump-price-plane15,
.ss-jump-price-heli {
  color: #101820;
}

.jump-height-aircraft {
  line-height: 1em;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.02rem;
  margin: 6px 0 5px 4px;
}

.jump-height-stats {
  display: flex;
  align-items: flex-end;
  padding: 1rem 0;
}
.jump-height-stats svg {
  width: 55px;
  max-height: 30px;
}
.jump-height-stats .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1rem;
}

.jump-height-stats-txt {
  font-size: 0.8em;
}

.jump-height-details {
  margin: -10px 0 0 10px;
}

.jump-height-details-bottom {
  margin: -15px 0 0 18px;
}

.jump-height-1,
.jump-height-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}

.jump-height-1 h3,
.jump-height-2 h3 {
  margin: 0;
  line-height: 1em;
  white-space: nowrap;
  font-size: 1.4rem;
}

span.jump-height-1-sub,
span.jump-height-2-sub {
  font-size: 0.8em;
  margin-left: 6px;
  align-self: flex-end;
  flex-grow: 1;
}

.meetingPoints .pin svg {
  width: 10px;
}
.meetingPoints a {
  color: #101820;
}
.meetingPoints a:hover h5, .meetingPoints a:hover .pin svg {
  color: #ae2624;
  fill: #ae2624;
}
.meetingPoints a h5 {
  font-size: 1rem;
}
.meetingPoints a address p {
  margin: 0;
}
.meetingPoints a.meetingPoint {
  margin: 20px;
}

.meetingMap.plane #ss-map-heli,
.meetingMap.plane #ss-map-skydiver-left {
  display: none;
}

.meetingMap.heli #ss-map-plane,
.meetingMap.heli #ss-map-skydiver-right {
  display: none;
}

.mp-skydiver {
  transition: 5s ease-in;
  -webkit-transform: translateY(1.9px);
  transform: translateY(1.9px);
}

.mp-plane {
  transition: 5s linear;
  -webkit-transform: translateX(1.9px);
  transform: translateX(1.9px);
}

.mp-heli {
  transition: 5s linear;
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}

#photoVideo h5 {
  color: #ae2624;
  text-transform: capitalize;
  font-weight: normal;
}

.handcamCameraFlyerCosts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.handcamCameraFlyerCosts .subHeading {
  text-align: center;
  font-size: 0.8em;
  font-style: italic;
}
.handcamCameraFlyerCosts .divider {
  margin: 20px;
}
.handcamCameraFlyerCosts .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 5px;
  font-weight: bold;
}
.handcamCameraFlyerCosts svg {
  width: 30px;
  margin-right: 10px;
}
.handcamCameraFlyerCosts .combo .icon svg {
  width: 90px;
}
@media only screen and (max-width: 768px) {
  .handcamCameraFlyerCosts .combo.row {
    flex-wrap: wrap;
  }
  .handcamCameraFlyerCosts .combo :nth-child(1) {
    order: 1;
    margin-right: auto;
  }
  .handcamCameraFlyerCosts .combo :nth-child(2) {
    order: 3;
  }
  .handcamCameraFlyerCosts .combo :nth-child(3) {
    order: 2;
  }
}
.handcamCameraFlyerCosts .title {
  display: flex;
  flex-grow: 1;
}
.handcamCameraFlyerCosts .notes {
  font-size: 0.8em;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .handcamCameraFlyerCosts {
    flex-direction: row;
  }
}
.handcamCosts,
.cameraFlyerCosts,
.handcamInfo {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50%;
  padding: 40px;
}

@media only screen and (max-width: 992px) {
  .handcamCosts,
  .cameraFlyerCosts,
  .handcamInfo {
    width: 100%;
    margin: 10px 0;
  }
}
.handcamCosts {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.handcamCosts svg {
  fill: #101820;
}
.handcamCosts .heading {
  color: #ae2624;
}
.handcamCosts .divider {
  border-bottom: 1px solid #cccccc;
}

.cameraFlyerCosts {
  background: #101820;
  color: #fff;
}
.cameraFlyerCosts svg {
  fill: #fff;
}
.cameraFlyerCosts .divider {
  border-bottom: 1px solid #cccccc;
}

.handcamCosts .heading,
.cameraFlyerCosts .heading {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}

#whatToExpect .expectSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
}
#whatToExpect .expectSection .expectContent {
  width: 80%;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  margin-top: -5rem;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 3;
}
#whatToExpect .expectSection p {
  margin: 0;
}
#whatToExpect .expectSection .heading {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
}
@media only screen and (min-width: 992px) {
  #whatToExpect .expectSection {
    flex-direction: row;
  }
  #whatToExpect .expectSection:nth-child(even) {
    flex-direction: row-reverse;
  }
  #whatToExpect .expectContent {
    margin-top: 0 !important;
  }
  #whatToExpect .expectSection:nth-child(odd) .expectContent {
    margin-left: -5rem;
  }
  #whatToExpect .expectSection:nth-child(even) .expectContent {
    margin-right: -5rem;
  }
}
#whatToExpect .ss-expect-sticky {
  position: fixed;
  top: 240px;
  left: 0;
}
#whatToExpect .ss-expect-sticky-highfive {
  position: absolute;
  bottom: 0;
  left: 0;
}
#whatToExpect .iconAnimation {
  height: 40px;
}
#whatToExpect .ss-expect-plane,
#whatToExpect .ss-expect-freefall,
#whatToExpect .ss-expect-canopy,
#whatToExpect .ss-expect-highfive {
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#whatToExpect .display-none {
  display: none !important;
}
#whatToExpect .display-flex {
  display: flex !important;
}
#whatToExpect .ss-expect-plane {
  display: flex;
}
#whatToExpect .ss-expect-plane svg {
  width: 100px;
}
#whatToExpect .ss-expect-freefall {
  display: none;
}
#whatToExpect .ss-expect-freefall svg {
  width: 80px;
}
#whatToExpect .ss-expect-canopy {
  display: none;
}
#whatToExpect .ss-expect-canopy svg {
  width: 90px;
}
#whatToExpect .ss-expect-highfive {
  display: none;
}
#whatToExpect .ss-expect-highfive svg {
  width: 60px;
}

/*--------------------------------------------------------------
# Prices
--------------------------------------------------------------*/
.priceChart .pricingRow {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .priceChart .pricingRow {
    flex-direction: row;
  }
}
.priceChart a {
  color: #101820;
}
.priceChart .heroImage {
  max-height: 600px;
  overflow: hidden;
}
.priceChart .heroImage picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.priceChart .heroImage picture img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.priceChart .jump-height-price {
  font-weight: bold;
  color: #ae2624;
  font-size: 18px;
  line-height: 1em;
  font-size: 1rem;
}
.priceChart .jump-height-stats {
  display: flex;
  flex-direction: row;
  padding-top: 15px;
}
.priceChart .jump-height-stats-flight,
.priceChart .jump-height-stats-freefall,
.priceChart .jump-height-stats-canopy {
  height: 50px;
  width: 80px;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.priceChart .jump-height-stats-img svg {
  fill: #101820;
}
.priceChart .jump-height-stats-flight .jump-height-stats-img svg {
  width: 70px;
  height: auto;
}
.priceChart .jump-height-stats-freefall .jump-height-stats-img svg {
  width: 50px;
  height: auto;
}
.priceChart .jump-height-stats-canopy .jump-height-stats-img svg {
  width: 35px;
  height: auto;
  margin-bottom: -4px;
}
.priceChart .jump-price-hidden {
  visibility: hidden;
  transition: 0.1s cubic-bezier(0.5, 0, 0.1, 1);
}
.priceChart .moveaircraft {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  transition: 1s cubic-bezier(0.5, 0, 0.1, 1);
}

.handcamVsCameraFlyer .intro {
  font-weight: bold;
  font-size: 1.5rem;
}
.handcamVsCameraFlyer h5 {
  color: #ae2624;
}

/*--------------------------------------------------------------
## Pickup Information
--------------------------------------------------------------*/
.locNotice {
  color: #ae2624;
}

.heroImage {
  max-height: 600px;
  overflow: hidden;
}
.heroImage picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.heroImage picture img {
  object-fit: cover;
  height: auto;
  width: 100%;
}

/*--------------------------------------------------------------
## Photo / Videos
--------------------------------------------------------------*/
.photoVideoGallery {
  color: #f8f7f2;
}
.photoVideoGallery .card-columns {
  column-count: 3;
}
.photoVideoGallery .card-columns .card {
  display: inline-block;
  border: none;
  background: #009ace;
}
@media (min-width: 768px) {
  .photoVideoGallery .card-columns {
    column-count: 4;
  }
}
@media (min-width: 992px) {
  .photoVideoGallery .card-columns {
    column-count: 5;
  }
}
@media (min-width: 1200px) {
  .photoVideoGallery .card-columns {
    column-count: 6;
  }
}
.photoVideoGallery .photoVideoIntro {
  margin-bottom: -4rem;
}
.photoVideoGallery .heroVideo {
  margin-top: 5rem;
}
.photoVideoGallery .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.photoVideoGallery .embed-container iframe,
.photoVideoGallery .embed-container object,
.photoVideoGallery .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photoVideo .howItWorks {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.photoVideo .howItWorks .stages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.photoVideo .howItWorks .stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
}
.photoVideo .howItWorks .icon {
  width: 50px;
}
.photoVideo .howItWorks .heading {
  font-weight: bold;
  font-size: 1rem;
  padding: 1rem 0;
}

.goPro .photo {
  max-width: 250px;
}

.showcase {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.showcase .icon svg {
  width: 30px;
  fill: #fff;
  padding-top: 2rem;
}
.showcase .heading {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1rem 0;
}
.showcase video {
  width: 100%;
  height: auto;
}

.black-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.85;
}

/*--------------------------------------------------------------
## FAQ
--------------------------------------------------------------*/
#faq {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faqLogo {
  width: 45px;
  margin-bottom: 1rem;
}

.faqIntro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.faqMainHeading {
  text-align: center;
}

.faqHighlights {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.faqHighlight {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  margin: 1rem auto;
  max-width: 400px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.faqHighlight .icon img {
  height: 45px;
  max-width: 45px;
  margin-bottom: 0.8rem;
}
.faqHighlight .heading h5 {
  color: #ae2624;
  font-size: 1rem;
  text-transform: none;
}
.faqHighlight .text {
  font-size: 0.8rem;
}

.faqs {
  margin: 0 auto;
  width: 95%;
  max-width: 850px;
  border: thin solid #cccccc;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: left;
  padding: 0;
  list-style: none;
}
.faqs .faqCategory:first-child,
.faqs .faqCategory:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.faqs .faqCategory:last-child,
.faqs .faqCategory:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.faqs .faqCategory:first-child {
  border-top: none;
}
.faqs .faqCategory:first-child:hover a {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.faqs .faqCategory:last-child:hover a {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.faqs .faqCategory {
  background: #fff;
  border-top: thin solid #cccccc;
  padding: 0;
  outline: none;
  position: relative;
}
.faqs .faqCategory .heading {
  color: #101820;
  font-weight: 500;
  padding: 15px 50px 15px 15px;
  display: flex;
  align-items: center;
}
.faqs .faqCategory ul li {
  padding: 0.4rem 0;
}
@media only screen and (min-width: 992px) {
  .faqs .faqCategory ul li {
    padding: 0.2rem 0;
  }
}
.faqs .faqCategory:not(.selected) {
  cursor: pointer;
}

.faqQuestion {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 0;
  padding: 10px 28px;
}
.faqQuestion:hover {
  border-radius: 0;
}

.faqAnswer p {
  margin-bottom: 0.5rem;
}

a.faqToggle.inner {
  color: #101820;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 15px;
}

.faqs a.faqToggle:hover,
.faqs a.faqToggle.faqActive {
  color: #ae2624;
}

.faqs a.faqToggle:hover svg,
.faqs a.faqToggle.faqActive svg {
  fill: #ae2624;
}

ul.faqInner {
  list-style: none;
  padding: 0 10px;
  background-color: #fff;
  display: none;
  overflow: hidden;
  margin: 2px;
}
ul.faqInner .inner {
  padding: 0 20px;
  font-size: 14px;
  margin: 0;
}

li.category {
  list-style: none;
  background: #101820;
  margin: 5px 0;
}

.faqIcon {
  margin-right: 10px;
  position: absolute;
  right: 15px;
  height: 12px;
  width: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faqIcon svg {
  fill: #101820;
  width: 100%;
  align-self: center;
}
.faqIcon .minus {
  display: none;
}

.faqActive .minus {
  display: flex;
}

.faqActive .plus {
  display: none;
}

@media only screen and (max-width: 768px) {
  ul.faqInner {
    list-style: none;
    padding: 0 5px;
  }
  a.faqToggle.inner {
    padding: 8px 5px;
    font-size: 0.8em;
  }
  ul.faqInner.inner {
    padding: 0 15px;
    font-size: 0.85em;
  }
}
.faqContact .contactMethod {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  text-align: center;
}
.faqContact .icon {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faqContact .icon img {
  width: 35px;
  max-height: 35px;
}
.faqContact .text {
  color: #101820;
}

/*--------------------------------------------------------------
## Gift Vouchers
--------------------------------------------------------------*/
.giftVouchers .howItWorks .icon {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.giftVouchers .howItWorks .icon img {
  width: 45px;
  max-height: 60px;
}
.giftVouchers .howItWorks .heading {
  font-weight: bold;
  font-size: 1rem;
  padding: 1rem 0;
}

.voucherCard .wrapper {
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 15px;
}
.voucherCard a {
  color: #101820;
}
.voucherCard a:hover .wrapper {
  transform: scale(1.025) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.voucherCard a:hover .link {
  color: #ae2624;
}
.voucherCard .image {
  max-height: 420px;
  overflow: hidden;
  position: relative;
}
.voucherCard .price {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0.1rem 0.4rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  background: #101820;
  z-index: 2;
}
.voucherCard .heading h2 {
  font-size: 0.9rem;
}
.voucherCard .text {
  font-size: 0.85rem;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.voucherCard .text:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.voucherCard .text:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #f8f8f8;
}
.voucherCard .link {
  font-weight: bold;
  font-size: 0.85rem;
}

.gift_cert_field_wrapper ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.ssFormBtn {
  position: relative;
  display: inline-block;
  border: none;
  background: #101820;
  color: #f8f7f2;
  padding: 0.4rem 1.2rem;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5rem;
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  font-weight: bold;
}
.ssFormBtn:active {
  transform: translateY(1.5px);
}
.ssFormBtn:visited {
  color: #101820;
}
.ssFormBtn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ssFormBtn .icon svg {
  fill: #f8f7f2;
  width: 38px !important;
}
.ssFormBtn .text {
  opacity: 1;
  transition: opacity 300ms ease;
  letter-spacing: 0.05rem;
}
.ssFormBtn:hover .text {
  opacity: 0;
}
.ssFormBtn:hover .icon {
  bottom: 0;
}

.contactForm input[type=email] {
  border: none;
  border-bottom: 1px solid #101820;
  border-radius: 0;
}
.contactForm textarea.form-control {
  border: 1px solid #101820;
  border-radius: 1px;
}

.coachingForm .gform_button.button {
  background: black !important;
  border-radius: 4px !important;
}
.coachingForm .gform_confirmation_message {
  color: green !important;
}

/*--------------------------------------------------------------
## Thankyou
--------------------------------------------------------------*/
.thankYou {
  height: 65vh;
}

/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/
.voucherProduct h1 {
  font-size: 1.4rem;
}
@media only screen and (min-width: 992px) {
  .voucherProduct .voucherImage img {
    max-width: 400px;
  }
}
.voucherProduct .importantNotice {
  color: #ae2624;
  font-weight: bold;
}

.ssVariationTable {
  border-collapse: separate;
  border-spacing: 0 15px;
}
.ssVariationTable .price {
  font-size: 0.8rem;
  padding: 0 15px;
}

.woocommerce-Price-currencySymbol {
  margin-left: 0.1rem;
  font-size: 0.75em;
}

#howItWorks .heading {
  font-weight: bold;
  font-size: 1.2rem;
}
#howItWorks .icon img {
  min-height: 25px;
  min-width: 25px;
  margin-right: 1rem;
}
#howItWorks .step {
  display: flex;
  flex-direction: row;
  margin: 1.5rem 0;
}
#howItWorks .step .stepHead {
  line-height: 25px;
  font-weight: bold;
}
#howItWorks .step .stepSub {
  color: #6c757d;
  font-size: 0.8rem;
}

.voucherInfo ul {
  margin: 0;
}

.ss-vouchers-back {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.ss-vouchers-back .icon {
  line-height: 1em;
}
.ss-vouchers-back .icon svg {
  width: 30px;
  height: auto;
  margin-right: 10px;
  fill: #6c757d;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

a .ss-vouchers-back .text {
  line-height: 1em;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #6c757d;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

a .ss-vouchers-back:hover .text,
.ss-vouchers-back:hover svg {
  color: #101820;
  fill: #101820;
}

.shop_table thead {
  display: none !important;
}
.shop_table .woocommerce-cart-form__cart-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-top: 2rem;
  padding: 1rem;
}
.shop_table .product-remove {
  font-size: 1.5rem;
}
.shop_table .product-thumbnail {
  max-width: 150px;
  margin-left: 1rem;
}
.shop_table .product-thumbnail:before {
  content: "";
}
.shop_table .product-name {
  margin: 0 1rem;
  text-align: left;
}
.shop_table .product-name a {
  color: #101820;
}
.shop_table .product-name:before {
  content: "";
}
.shop_table .product-quantity,
.shop_table .product-price {
  display: none;
}
.shop_table .product-subtotal:before {
  content: "";
}
.shop_table .actions {
  display: none;
}

.woocommerce h3 {
  font-size: 1rem;
}
.woocommerce .col2-set {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .col-1,
.woocommerce .col-2 {
  width: 100%;
  flex: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .woocommerce .col-1,
  .woocommerce .col-2 {
    width: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

#customer_details {
  padding-top: 3rem;
}
#customer_details .woocommerce-billing-fields__field-wrapper,
#customer_details .woocommerce-shipping-fields__field-wrapper {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}
#customer_details .woocommerce-input-wrapper {
  width: 100%;
}
#customer_details input {
  width: 100%;
}
#customer_details .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
#customer_details .woocommerce-form__label-for-checkbox input {
  width: auto;
  margin-right: 1rem;
}
#customer_details .woocommerce-additional-fields {
  margin-top: 1.5rem;
}

/* Gift Certificate Form */
.gift-certificate {
  width: 100%;
  margin: 5rem 0;
}
.gift-certificate h3 {
  margin: 0;
}
.gift-certificate .ssVoucherFormIcon {
  width: 30px;
  margin-right: 10px;
}
.gift-certificate .ssVoucherFormTitle {
  display: flex;
  align-items: center;
}
.gift-certificate .gift_cert_field_wrapper {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1.2rem;
}
.gift-certificate #gift-cert-checkout-form-product-name {
  font-size: 1em;
  font-weight: bold;
}
.gift-certificate .woocommerce-Price-amount {
  float: right;
}
.gift-certificate input {
  width: 100%;
  margin-bottom: 1.5rem;
}
.gift-certificate #order_comments_field {
  margin: 0;
}

.voucherNoticeGiftBox {
  color: #ae2624;
}

.voucherNotice {
  margin-bottom: 15px;
  color: #ae2624;
}

.ssVoucherFormHeading {
  line-height: 1.2rem;
}

.ssVoucherSubHeading,
.ssVoucherOptional {
  font-size: 0.8em;
  color: #6c757d;
  font-style: italic;
}

.ssVoucherOptional {
  margin-left: 5px;
}

.woocommerce-checkout-review-order-table .cart_item .product-total {
  display: none;
}
.woocommerce-checkout-review-order-table .cart_item .product-name {
  white-space: nowrap;
}
.woocommerce-checkout-review-order-table .cart-subtotal {
  display: none;
}
.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  float: right;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-checkout-review-order-table .order-total {
  border-bottom: 1px solid #6c757d;
}

#payment ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#payment .payment_method_paypal {
  margin: 1.5rem 0;
}
#payment .payment_method_paypal input {
  margin-right: 0.5rem;
}
#payment .payment_method_paypal a {
  margin-left: 1rem;
  font-size: 0.6rem;
  color: #6c757d;
}
#payment .payment_method_paypal img {
  width: 35px;
}
#payment .payment_method_paypal .about_paypal {
  display: none;
}
#payment .payment_method_stripe {
  margin: 1rem 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#payment .payment_method_stripe input {
  height: 20px;
  vertical-align: middle;
  margin-right: 0.8rem;
}
#payment .payment_method_stripe label {
  display: flex;
  align-items: center;
  height: 20px;
  vertical-align: middle;
}
#payment .payment_method_stripe img {
  width: 35px;
  margin: 0 0.1rem !important;
}
#payment .payment_method_stripe .form-row {
  display: block;
}

.woocommerce-terms-and-conditions-wrapper {
  padding: 1rem;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  font-size: 0.8rem;
  color: #6c757d;
}
.woocommerce-terms-and-conditions-wrapper p {
  margin: 1rem 0 0;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #009ace;
}

.woocommerce #payment .form-row {
  display: block;
}

button#place_order {
  position: relative;
  display: inline-block;
  border: none;
  background: #f2cd00;
  color: #101820;
  padding: 0.4rem 1.2rem;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2rem;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  font-weight: bold;
  margin-left: 1rem;
}

/* My Account Page */
.myAccount .woocommerce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
.myAccount .woocommerce .woocommerce-MyAccount-navigation {
  justify-self: flex-start;
  align-self: flex-start;
  margin-bottom: 1.5rem;
}
.myAccount .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.myAccount .woocommerce .woocommerce-MyAccount-content h2 {
  font-size: 1.5rem;
}

.woocommerce-form-login {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.woocommerce-form-login .woocommerce-form-row {
  width: 100%;
}
.woocommerce-form-login input {
  min-width: 100%;
}
.woocommerce-form-login .form-row {
  display: flex;
  flex-direction: column;
}
.woocommerce-form-login button.woocommerce-form-login__submit {
  position: relative;
  display: inline-block;
  border: none;
  background: #101820;
  color: #f8f7f2;
  padding: 0.4rem 1.2rem;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5rem;
  border-radius: 2px;
  box-sizing: border-box;
  font-weight: bold;
}

/* Order confirmation Page */
.woocommerce-order {
  margin: 2rem 0;
}
.woocommerce-order ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-order h2 {
  font-size: 1.2rem;
}
.woocommerce-order .woocommerce-order-details {
  margin: 2rem 0;
  border: 1px solid #101820;
  padding: 1rem;
}
.woocommerce-order .woocommerce-table {
  margin: 0;
}
.woocommerce-order .woocommerce-table__product-total,
.woocommerce-order tfoot tr td {
  text-align: right;
  float: right;
}

/* Cart Icon */
.cart-contents {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.cart-contents:before {
  content: " ";
  background-image: url("https://skydiveswitzerland.com/wp-content/uploads/2019/07/skydiving-interlaken-switzerland-icon-cart.svg");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  color: #fff;
  background: #ae2624;
  border-radius: 50%;
  padding: 2px;
  line-height: 1.5;
  height: 15px;
  width: 15px;
  font-size: 8px;
  position: absolute;
  top: -6px;
  right: -5px;
}

/*--------------------------------------------------------------
## Skydiving School
--------------------------------------------------------------*/
.skydivingSchool h2 {
  font-size: 1.5rem;
}
.skydivingSchool .availability {
  color: #ae2624;
  font-weight: bold;
}
.skydivingSchool .aff-testimonial-wrapper {
  padding: 0 50px;
  display: flex !important;
  flex-direction: column;
  position: relative;
}
.skydivingSchool .aff-testimonial-wrapper .aff-testimonial {
  font-size: 0.8em;
  margin: 10px 0;
}
.skydivingSchool .aff-testimonial-wrapper .aff-name {
  font-size: 0.8em;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .skydivingSchool .aff-testimonial-wrapper {
    padding: 0 20px;
  }
}
.skydivingSchool .rv-quote-icon {
  position: absolute;
  top: -60px;
  left: -30px;
}
.skydivingSchool .rv-quote-icon svg {
  fill: #fff;
  height: 100px;
}

.courseBreakdown {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.aff-course-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1vmin 4vmin;
  overflow: hidden;
  transform: skew(10deg);
}
.aff-course-container .level {
  flex: 1;
  transition: all 0.5s ease-in-out;
  height: 50vmin;
  position: relative;
  overflow: hidden;
}
.aff-course-container .level .level-title {
  background: #ae2624;
  transform: rotate(-90deg) skew(10deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
.aff-course-container .level .level-title h3 {
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0.4em 1.2em;
  margin: 0;
  line-height: 1em;
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}
.aff-course-container .level img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  filter: grayscale(0);
}
.aff-course-container .level:hover {
  flex-grow: 10;
}
.aff-course-container .level:hover .level-title {
  text-align: center;
  color: #fff;
  background: #ae2624;
  transform: rotate(0deg) skew(-10deg);
}
.aff-course-container .level:hover h3 {
  font-size: 0.9em;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0.4em 1.2em;
  margin: 0;
  line-height: 1em;
  transform: rotate(0deg);
}
.aff-course-container .level:hover img {
  filter: grayscale(100%);
}
.aff-course-container .level:hover .level-details-txt {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.aff-course-container .level:not(:nth-child(3)) {
  margin-right: 1em;
}
.aff-course-container .level-details {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aff-course-container .level-details-txt {
  background: rgba(255, 255, 255, 0.95);
  padding: 25px;
  font-size: 0.9em;
  color: #101820;
  margin: 10px;
  max-width: 400px;
  opacity: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: rotate(0deg) skew(-10deg);
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .aff-course-container {
    flex-direction: column;
    transform: skew(0deg);
    margin: 0 20px;
  }
  .aff-course-container .level:not(:nth-child(3)) {
    margin-right: 0;
  }
  .aff-course-container .level {
    height: auto;
    margin-bottom: 50px;
  }
  .aff-course-container .level .level-title {
    transform: rotate(0deg) skew(0deg);
    top: 25px;
    bottom: auto;
  }
  .aff-course-container .level .level-title h3 {
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.4em 1.2em;
    margin: 0;
    line-height: 1em;
    transform: rotate(0deg);
  }
  .aff-course-container .level:hover img {
    filter: grayscale(0);
  }
  .aff-course-container .level:hover .level-title {
    transform: rotate(0deg) skew(0deg);
  }
  .aff-course-container .level:hover .level-title h3 {
    letter-spacing: 1px;
  }
  .aff-course-container .level-details {
    position: relative;
    margin: -40px 0 10px 0;
  }
  .aff-course-container .level-details-txt {
    background: white;
    opacity: 1;
    transform: skew(0deg);
    padding: 20px;
    max-width: 600px;
  }
}

.restrictions .icon {
  width: 50px;
  height: 50px;
}
.restrictions .icon svg {
  height: 100%;
}

.affCosts .costWrapper {
  max-width: 800px;
}
.affCosts .heading h4 {
  color: #ae2624;
}
.affCosts .line {
  border-bottom: 1px solid #cccccc;
}
.affCosts .included .icon {
  width: 25px;
  height: 25px;
}
.affCosts .included img {
  width: 25px;
  max-height: 25px;
}

.jumpTicketsWrapper {
  margin-top: 2rem;
}
.jumpTicketsWrapper .heading h5 {
  text-transform: none;
}

.jtSection.right {
  border-left: 2px solid #cccccc;
}

.jtSection .price {
  font-size: 22px;
}

@media only screen and (max-width: 992px) {
  .jtSectionWrapper {
    box-shadow: none !important;
    flex-wrap: wrap;
  }
  .jumpTicketsText .left,
  .jumpTicketsText .right {
    padding: 10px 0;
    width: 100%;
  }
  .jtSection .heading {
    padding: 15px 10px;
  }
  .jtSection .content {
    padding: 10px;
  }
  .jtSection .heights {
    font-size: 0.8em;
  }
  .jtSection .price {
    font-size: 24px;
  }
  .jtSection.right {
    border-left: none;
  }
}
.skydivingCostsWrapper {
  max-width: 800px;
  color: #fff;
}
.skydivingCostsWrapper .costsLine {
  border-bottom: 1px solid #cccccc;
}

/*--------------------------------------------------------------
## Fun Jumpers
--------------------------------------------------------------*/
.funHeading h1 {
  mix-blend-mode: multiply;
  font-size: 4rem;
  margin: 0;
  text-transform: lowercase;
}
@media only screen and (min-width: 992px) {
  .funHeading h1 {
    font-size: 6rem;
  }
}

.funHeading.fun h1 {
  color: #da291c;
  margin-bottom: -60px;
}
@media only screen and (min-width: 992px) {
  .funHeading.fun h1 {
    margin-bottom: -90px;
  }
}

.funHeading.jumpers h1 {
  color: #009ace;
  margin-top: -60px;
}
@media only screen and (min-width: 992px) {
  .funHeading.jumpers h1 {
    margin-top: -90px;
  }
}

.keyPoint .icon {
  width: 40px;
  height: 40px;
}
.keyPoint .icon img {
  width: 25px;
  max-height: 38px;
}

.featuredMedia .img1 {
  width: 80%;
  margin-left: 4rem;
}
@media only screen and (min-width: 992px) {
  .featuredMedia .img1 {
    margin-left: 10rem;
  }
}
.featuredMedia .img2 {
  width: 70%;
  margin-left: -4rem;
}
@media only screen and (min-width: 992px) {
  .featuredMedia .img2 {
    margin-left: -7rem;
  }
}

.openingTimesWrapper .icon {
  height: 60px;
  width: 60px;
}
.openingTimesWrapper .icon svg {
  fill: #101820;
  width: 50px;
  max-height: 50px;
}
.openingTimesWrapper #ss-icon-calendar-winter #snow {
  fill: #009ace;
}
.openingTimesWrapper #ss-icon-calendar-summer #sun {
  fill: #f2cd00;
}
.openingTimesWrapper .months {
  font-size: 22px;
}
.openingTimesWrapper .winter {
  border-bottom: 10px solid #f8f8f8;
}
@media only screen and (min-width: 992px) {
  .openingTimesWrapper .winter {
    border-right: 10px solid #f8f8f8;
    border-bottom: none;
  }
}

.checkingIn .checkingHero {
  height: 400px;
}
.checkingIn .checkingHero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .checkingIn .checkingHero {
    height: auto;
    padding-left: 0 !important;
  }
}
.checkingIn .requirement .icon {
  height: 50px;
  width: 50px;
}
.checkingIn .requirement .icon img {
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .dzArrival .arrivalWrapper .inside {
    border: 4px solid #009ace;
  }
}
.dzArrival .steps .arrow {
  height: 30px;
  width: 20px;
}
.dzArrival .steps .arrow img {
  margin: 0 auto;
}

/* --- TOGGLE Switch --- */
.dzMapToggles {
  display: flex;
  flex-wrap: wrap;
}
.dzMapToggles .toggle {
  width: 50%;
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .dzMapToggles .toggle {
    width: 33.33%;
  }
}
@media only screen and (min-width: 992px) {
  .dzMapToggles .toggle {
    width: 25%;
  }
}

.ss-toggle-btn {
  width: 30px;
  height: 20px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  background: #ae2624;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.ss-toggle-btn .ss-square-btn {
  width: 8px;
  height: 16px;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -8px;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ss-toggle-btn .ss-value {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.ss-toggle-btn.active {
  background: #009ace;
}
.ss-toggle-btn.active .ss-square-btn {
  left: 18px;
}

.ss-toggle-text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.6em;
  line-height: 1rem;
  padding-left: 8px;
}
@media only screen and (min-width: 450px) {
  .ss-toggle-text {
    font-size: 0.8rem;
  }
}

.dzMapHide {
  display: none;
  visibility: hidden;
}

.slick-slide img {
  margin: 0 auto;
}

.aircraftFeatures .feature .icon {
  width: 25px;
  height: 25px;
}
.aircraftFeatures .feature .icon img {
  max-height: 15px;
}

/*--------------------------------------------------------------
## Dropzone
--------------------------------------------------------------*/
.dzFeatures .icon {
  height: 40px;
  width: 70px;
}
.dzFeatures .icon img {
  width: 100%;
}
.dzFeatures .text {
  line-height: 1rem;
}

.dzHome {
  color: #fff;
}
.dzHome a {
  color: #009ace;
}

/*--------------------------------------------------------------
## Other Activities
--------------------------------------------------------------*/
.cardWrapper a {
  color: #101820;
}
.cardWrapper .activity-card {
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cardWrapper .activity-card .activity-card-content {
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cardWrapper .activity-card .content {
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.cardWrapper .activity-card .content .description {
  color: #101820;
  overflow: hidden;
  line-height: 1.2em;
  max-height: 3.6em;
  margin-right: -1em;
  padding-right: 1em;
}
.cardWrapper .activity-card .content .description:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.cardWrapper .activity-card .content .description:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.cardWrapper .activity-card .hero {
  background-size: cover;
  height: 350px;
  border-radius: 2px;
}
.cardWrapper .activity-card .price {
  right: 0;
  top: 40px;
  padding: 4px 10px;
  color: #fff;
}
.cardWrapper .activity-card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transform: scale(1.03);
}

.activityFilters .facetwp-counter {
  display: none;
}
.activityFilters .facetwp-slider-reset {
  background: #101820;
  color: #fff;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  padding: 0.4rem 0.6rem;
  letter-spacing: 0.05rem;
  margin-top: 0.5rem;
}

.keySellingPoints .check svg {
  fill: #ae2624;
  height: 10px;
}

.otherActivityPage .quickFactsBarRow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 992px) {
  .otherActivityPage .quickFactsBarRow {
    box-shadow: none;
  }
}
.otherActivityPage .price {
  font-size: 1.1rem;
}
.otherActivityPage .ssBtn:hover .text {
  opacity: 1;
}
.otherActivityPage a.ssBtn.availability {
  line-height: 1rem;
}
.otherActivityPage .icon svg {
  width: 40px;
  max-height: 25px;
}
.otherActivityPage .slick-slide {
  height: 220px;
}
.otherActivityPage .slick-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.contactBar .icon {
  height: 45px;
  width: 45px;
}
.contactBar .icon img {
  max-height: 42px;
  width: 100%;
}
.contactBar .text {
  color: #101820;
}

/*--------------------------------------------------------------
## Reviews
--------------------------------------------------------------*/
.reviewsSection .stars .star svg {
  width: 16px;
  fill: #ae2624;
}
.reviewsSection .platform img {
  max-height: 28px;
  width: 100px;
}
.reviewsSection .reviewIcon {
  top: 1rem;
  left: -2rem;
}
.reviewsSection .reviewIcon svg {
  width: 120px;
  fill: #009ace;
  opacity: 0.2;
}

.moreReviews img {
  max-height: 30px;
  width: 120px;
}

/*--------------------------------------------------------------
## Partners
--------------------------------------------------------------*/
.mainPartner img {
  width: 250px;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mainPartner img:hover {
  transform: scale(1.15);
}

.partnerLogos .logo {
  width: 150px;
  height: 150px;
}
.partnerLogos .logo img {
  max-height: 100px;
}
.partnerLogos .logoWrapper {
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.partnerLogos .logoWrapper:hover {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
## Privacy Policy
--------------------------------------------------------------*/
.privacyPolicy .policyText p {
  word-break: break-word;
}
.privacyPolicy .policyText ul {
  margin: 0;
}
