@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,700);

/* Create a sticky/fixed navbar */
#navbar {
  overflow: hidden;
  background-color: #212121;
  min-height: 150px;
  padding: 5px 20px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  top: 0; /* At the top */
  z-index: 2;
  color: white;
}

/* Style the navbar links */
#navbar a {  
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo */
#navbar #logo {
  transition: 0.4s;
  height: 160px;
  position: absolute;
  top: 50%; right: 50%;
  transform: translate(50%,-50%);
  padding: 5px;
}

/* Links on mouse-over */
#navbar a:hover {
  background-color: #AA3E17;
  color: grey;
}

/* Style the active/current link */
#navbar a.active {
  background-color: #AA3E17;
  color: white;
  cursor:pointer;
}

/* Display some links to the right */
#navbar-right {
  float: right;
  padding-top:40px;
  padding-right:20px;
}

.facebook {
  background: #3B5998;
  color: white;
}

.instagram {
  background: #55ACEE;
  color: white;
}

.apos-area {
  transform: translate(0px, 100px);
}

.card {
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
    max-width: 90vh;
    height: auto;
    text-align: left;
    border: 1px;
}

.slide {
  background-color: #5C821A;
  overflow: auto;
}

.header-container{
  min-height: 67vh !important;
}

.slideInRight {
  border-radius: 12px;
}

.a img .slideInRight{
  border-radius: 12px;
}

#navbar img:hover {
  background-color: #AA3E17;
  cursor:pointer;
}

.bestellen {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: none;
    color: #ffffff;
    border: 1px #ffffff solid;
    padding: 8px 50px;
    margin-top: 15px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #AA3E17;
}

/* Style the navbar links */
.share-icons a {  
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}


/* Links on mouse-over */
.share-icons a:hover {
  background-color: #AA3E17;
  color: grey;
}

/* Style the active/current link */
.share-icons a.active {
  background-color: #AA3E17;
  color: white;
  cursor:pointer;
}

#slide02 #slide01 {  
  background-color: #212121
}

.copyright {  
  /*align:left;*/
  color: white;
}

.contact {  
  /*align:right;*/
  color: white;
}

.modalInner {
  border-radius: 12px;
}

.grid-container {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-gap: 20px 30px; /* row-gap col-gap */
      max-width: 1200px;
      margin: auto;
    }

    .cell {
background-color: #757D3C;
background-color: #5C821A;
color: white;
      padding: 20px;
      border-radius: 12px;
      overflow: auto;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .cell img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .text-cell {
      display: flex;
      /*align-items: top;   */   
    }

.required-star {
    color: red;
    margin-left: 4px;
  }

#slide02 a {  
  color: white;
}


body .ui-tooltip {
  border-width: 2px;
  font-family: Inter, Arial; 
  margin:0; 
  padding:2rem; 
}

.switcher { display:flex; gap:.5rem; align-items:center; margin-bottom:1.25rem; }
.switcher-label { font-size:.95rem; color:var(--muted); margin-right:.5rem; }


.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}


.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-instagram:before {
  content: "\f16d"
}


 .apos-field {
  margin-bottom: 40px;
  width: 100%;
  max-width: 540px
}

 .apos-field-label {
  display: block;
  margin-bottom: 10px;
  font-family: 'Karla', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600
}

 .apos-field-input {
  display: block;
  padding: 20px;
  background-color: #EEEEEE;
  width: 100%;
  border: none;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

 .apos-field-input--small {
  padding: 10px 20px
}

 .apos-field-input-select-wrapper {
  position: relative;
  display: flex;
  align-items: center
}

 .apos-field-input-select-wrapper:after {
  content: "\f0d7";
  position: absolute;
  right: 30px;
  font-family: "FontAwesome";
  pointer-events: none
}

 .apos-field-input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0
}

 .apos-field-input-select:hover {
  cursor: pointer
}

 .apos-field-input-text:focus,
 .apos-field-input-select:focus,
 .apos-field-input-textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 7px 2px rgba(0, 191, 154, 0.5);
  -moz-box-shadow: 0 0 7px 2px rgba(0, 191, 154, 0.5);
  box-shadow: 0 0 7px 2px rgba(0, 191, 154, 0.5)
}

 .apos-field-input-checkbox-indicator {
  display: inline-block;
  vertical-align: top;
  height: 21px;
  width: 21px;
  border: 1px solid #363B3B;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

 .apos-field-input-checkbox-indicator:hover {
  cursor: pointer
}

 .apos-field-input-checkbox:checked+.apos-field-input-checkbox-indicator {
  background: #00BF9A;
  border-color: #00BF9A;
  border-width: 6px
}

 .apos-field-input-checkbox {
  display: inline;
  max-width: 21px;
  visibility: hidden;
  position: absolute
}

 .apos-checkbox-choice label {
  width: 200px;
  display: inline-block;
  margin-bottom: .5em
}

 .apos-form-checkbox {
  position: relative;
  padding: 20px 0 20px 20px
}

 .apos-form-checkbox:nth-child(even) {
  background-color: #fafafa
}

 .apos-form-checkbox-label {
  color: #363B3B
}

 .apos-form-checkbox-label:hover {
  cursor: pointer
}

 .apos-form-checkbox-input {
  margin-right: 20px;
  opacity: 0;
  z-index: -1
}

 .apos-form-checkbox-input:checked~.apos-form-checkbox-indicator {
  background: #00BF9A;
  border-color: #00BF9A;
  border-width: 6px
}

 .apos-form-checkbox-indicator {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  height: 21px;
  width: 21px;
  left: 0;
  margin-left: 20px;
  border: 1px solid #363B3B;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

 .apos-form-checkbox-indicator:hover {
  cursor: pointer
}

 .apos-field-tags .apos-tags {
  position: relative
}

 .apos-field-tags .apos-tags .apos-field-input {
  position: relative
}

 .apos-field-tags .apos-tags .apos-tag-add {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  color: #363B3B;
  text-decoration: none;
  line-height: 28px
}

 .apos-field-tags .apos-tags .apos-tag-add:hover {
  color: #00BF9A
}

 .apos-field-tags .apos-tags .apos-tag-remove {
  color: #D8D8D8;
  text-decoration: none
}

 .apos-field-tags .apos-tags .apos-tag-remove:hover {
  color: #EA433A
}

 .apos-field-tags .apos-tags .apos-tag-list {
  position: relative;
  padding: 10px 20px;
  background-color: rgba(238, 238, 238, 0.5)
}

 .apos-field-tags .apos-tags .apos-tag-list.apos-empty {
  display: none
}

 .apos-field-tags .apos-tags .apos-tag-list.ui-sortable .apos-tag-list-item {
  cursor: -webkit-grab;
  cursor: grab
}

 .apos-field-tags .apos-tags .apos-tag-list.ui-sortable .apos-tag-list-item.ui-sortable-helper {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

 .apos-field-tags .apos-tags .apos-tag-list.ui-sortable .ui-sortable-placeholder {
  visibility: visible !important;
  height: 38px;
  width: 100px;
  display: inline-block;
  border: 1px dashed #00BF9A;
  background-color: rgba(0, 191, 154, 0.5);
  transform: translateY(30%)
}

 .apos-field-tags .apos-tags .apos-tag-list-item {
  display: inline;
  margin-top: 6px
}

 .apos-field-tags .apos-tags .apos-tag-list-item:not(:first-of-type) {
  margin-left: 10px
}

 .apos-field-tags .apos-tags .apos-tag-entry {
  font-family: "Roboto", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: capitalize;
  padding-bottom: 6px;
  border-bottom: 1px dashed #00BF9A
}

 .apos-field-color {
  position: relative;
  max-width: 260px
}

 .apos-field-color .sp-replacer {
  position: absolute;
  opacity: 0;
  background-color: transparent;
  padding: 16px 10px 18px 60px;
  left: 0;
  z-index: 2
}

 .apos-field-input-colorpicker-value {
  display: inline-block;
  margin-left: 10px;
  margin-top: 15px
}

 .apos-field-input-color-value {
  float: left;
  margin: 20px 0 0 20px
}

 .apos-field-input-color-preview {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid black
}

 .apos-field-input-color-preview--empty {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVQYV2NMKL/ty4ADMIIkF3SqbsYmP+gkAayXGgfe8HOVAAAAAElFTkSuQmCC)
}

 .apos-field-input-color {
  width: 70px;
  padding: 15px;
  height: 60px;
  float: left
}

 .apos-field-input-color:hover {
  cursor: pointer
}

 .apos-field-input-range {
  padding-left: 0;
  padding-right: 0
}

 .apos-field-input-range-value {
  display: inline-block;
  margin-left: 10px
}

 .apos-field-range .apos-field-label {
  display: inline-block
}

 .apos-browse-and-autocomplete {
  display: flex;
  position: relative;
  align-items: center
}

 .apos-browse-and-autocomplete .apos-button {
  position: absolute;
  right: 10px
}

 .apos-browse {
  margin-bottom: 16px
}

.apos-tooltip {
  font-family: "Roboto", "Helvetica", sans-serif;
  position: absolute;
  background-color: #363B3B;
  font-weight: 700;
  color: #ffffff;
  padding: 7px 10px;
  z-index: 999;
  opacity: 0;
  font-size: 12px;
  transition: opacity .5s ease;
  transition-delay: 250ms;
  pointer-events: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 7px 2px rgba(21, 22, 22, 0.23);
  -moz-box-shadow: 0 2px 7px 2px rgba(21, 22, 22, 0.23);
  box-shadow: 0 2px 7px 2px rgba(21, 22, 22, 0.23)
}

.apos-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #363B3B transparent transparent transparent;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -7px
}

.apos-tooltip--bottom:before {
  transform: rotate(180deg);
  bottom: auto;
  top: -10px
}

.apos-tooltip--visible {
  opacity: 1;
  pointer-events: auto
}


.apos-area,
.apos-area-widgets,
.apos-area-widget {
  position: relative
}

.apos-area .apos-widget-group {
  max-height: calc(1em + 40px);
  position: relative;
  width: 100%;
  overflow: hidden
}

.apos-area .apos-widget-group.apos-widget-group--open {
  max-height: none
}

.apos-area .apos-widget-group-widgets {
  display: none
}

.apos-area .apos-widget-group--open .apos-widget-group-widgets {
  display: block;
  margin-top: 1em
}

.apos-area .apos-widget-group-toggle::after {
  display: block;
  position: absolute;
  right: 20px;
  font-size: 10px;
  margin-top: 2px;
  content: '►'
}

.apos-area .apos-widget-group--open .apos-widget-group-toggle::after {
  content: '▼'
}

.apos-area .apos-widget-group-widget {
  padding: 5px 10px;
  font-size: 10px;
  font-size: 80%;
  line-height: 80%
}

.apos-area .apos-widget-group-widget:hover {
  background-color: #D8D8D8
}


.apos-hide {
  opacity: 0
}

.apos-show {
  opacity: 1
}

.apos-area .apos-peek {
  opacity: .4
}

.apos-area-widget:hover .apos-peek {
  pointer-events: auto
}

.apos-area-widget>.apos-ui .apos-area-widget-controls:hover {
  opacity: 1
}

.apos-area-widget>.apos-ui.apos-limit-one [data-apos-move-item] {
  display: none
}

.apos-area .apos-slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.apos-area .apos-slideshow-button.default-style {
  border: 2px solid #363B3B
}

.apos-area .apos-slideshow-button i {
  position: relative;
  top: -2px;
  left: -2px;
  line-height: 40px;
  font-size: 2em;
  color: #363B3B;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.apos-area .apos-slideshow-button.apos-slideshow-prev {
  left: 2.5%
}

.apos-area .apos-slideshow-button.apos-slideshow-next {
  right: 2.5%
}

.apos-area .apos-slideshow-button.apos-slideshow-next i {
  left: 2px
}

.apos-area .apos-slideshow-button:hover.default-style {
  background-color: #363B3B
}

.apos-area .apos-slideshow-button:hover.default-style i {
  color: #ffffff
}


.contact-form {
  padding: 20px 20px;
  margin: auto
}

.contact-form fieldset {
  margin: 0em 0
}

.contact-form label {
  display: none;
  width: 200px
}

.contact-form .apos-field-country label {
  display: inline-block
}

.contact-form textarea {
  width: 80%;
  height: 5em
}

.contact-form .thank-you {
  display: none
}

.contact-form-tandt {
  width: 60%;
  margin: 1em auto;
  z-index: 5;
  padding: 50px 50px;
  margin: auto
}

.contact-form-tandt fieldset {
  margin: .5em 0
}

.contact-form-tandt label {
  display: block;
  width: 100%
}

.contact-form-tandt input[type="text"] {
  width: 250px
}

.contact-form-tandt textarea {
  width: 200px;
  height: 5em
}

.contact-form-tandt .thank-you {
  display: none
}

.contact-form-tandt {
  width: 60%;
  margin: 1em auto;
  z-index: 5;
  padding: 50px 50px;
  margin: auto
}

.contact-form-tandt fieldset {
  margin: .5em 0
}

.contact-form-tandt label {
  display: block;
  width: 100%
}

.contact-form-tandt input[type="text"] {
  width: 250px
}

.contact-form-tandt textarea {
  width: 80%;
  height: 5em
}

.contact-form-tandt .thank-you {
  display: none
}

form .apos-pieces-submit-thank-you {
  display: none
}


.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear {
  *zoom: 1;
}

.clear:after {
  clear: both;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}


body.apos-editmode #story-detail .wrapper-relative section {
  overflow: unset;
}

/* ===== Initializr Styles ==================================================
   ========================================================================== */
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  font: 16px/1.5 'Montserrat', sans-serif;
  background-color: #212121;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.white {
  color: white;
}

.normalCase {
  text-transform: none !important;
}

hr {
  border-top: 1px solid #ccc;
  border: 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  background: #ccc;
  color: #000;
  margin: 0.2em 0;
  padding: 0.2em 0;
}

@font-face {
  font-family: 'dinbold';
  src: url("/fonts/ff_din_bold-webfont.woff2") format("woff2"), url("/fonts/ff_din_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dinregular';
  src: url("/fonts/ff_din_medium-webfont.woff2") format("woff2"), url("/fonts/ff_din_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h1 {
  font-family: 'dinbold';
  line-height: 1 !important;
  /*  = 1.3 * computed font-size */
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

h2 {
  font-family: 'dinbold';
  line-height: 1 !important;
  /*  = 1.3 * computed font-size */
  margin-top: 2px;
  margin-bottom: 2px;
}

h3 {
  font-family: 'dinbold';
  line-height: 1 !important;
  /*  = 1.3 * computed font-size */
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}

h4 {
  font-family: 'dinbold';
  line-height: 1 !important;
  /*  = 1.3 * computed font-size */
  margin-top: 1px;
  margin-bottom: 1px;
}

h5 {
  font-family: 'dinbold';
  line-height: 1 !important;
  /*  = 1.3 * computed font-size */
  margin-top: 0.5px;
  margin-bottom: 0.5px;
}

h6 {
  font-family: 'dinbold';
  line-height: 1 !important;
  /*  = 1.3 * computed font-size */
  margin-top: 0px;
  margin-bottom: 0px;
}

p {
  font-size: 15px;
}

a {
  color: #e4504a;
  font-family: 'dinregular';
  text-decoration: none;
}

h1.bigTitle,
h2.bigTitle {
  font-size: 6vw;
  line-height: 1;
}

h1.title,
h2.title {
  font-size: 5vw;
}

a:hover {
  text-decoration: underline;
}

/* Make the body 100% of the browser viewport height */
html,
body {
  height: 100%;
  margin: 0;
}

.logo {
  left: 50%;
  margin-top: 20px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  z-index: 100;
}

/* =Header */
.header-container {
  color: #ffffff;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.header-container .wrapper {
  width: 100%;
  left: 0%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 3;
}

.header-container .wrapper h4 {
  margin-top: -10%;
}

.header-container .wrapper img {
  padding-top: 20px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  width: 90%;
  margin: 0 auto;
}

.social-icons {
  z-index: 25;
  margin-right: 15px;
  margin-top: 20px;
  position: absolute;
  right: 0;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-icons span {
  margin-right: 5px;
}

.social-icons .fa-circle {
  opacity: 0.75;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.social-icons .fa-stack:hover .fa-circle {
  color: red;
}

.social-icons a.text {
  color: #ffffff;
  font-size: 1.5vw;
  text-transform: uppercase;
  border-bottom: 2px solid #e4504a;
  margin-right: 5px;
  height: 100%;
}

nav.more-adventures {
  opacity: 0;
  position: fixed;
  right: 0;
  top: 20%;
  width: 150px;
  background-color: #212121;
  color: #ffffff;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  z-index: 20;
}

nav.more-adventures.is-active {
  opacity: 1;
}

nav.more-adventures h6 {
  margin: 10px 0 10px 10px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  line-height: 25px !important;
}

nav.more-adventures i {
  padding-left: 5px;
}

nav.more-adventures ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

nav.more-adventures ul li {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 5px;
}

nav.more-adventures ul li a {
  color: #ffffff;
}

nav.more-adventures ul li a:hover {
  text-decoration: none;
}

nav.more-adventures ul li:hover {
  background-color: #e4504a;
}

nav.more-adventures ul li:hover i {
  color: #ffffff;
}

nav.more-adventures.active {
  z-index: 100;
  width: 250px;
}

nav.more-adventures.active h6 {
  font-size: 25px;
  border-bottom: 3px solid #fff;
  line-height: 30px !important;
  padding-bottom: 5px;
}

nav.more-adventures.active i {
  margin-right: 5px;
}

nav.more-adventures.active i.fa-arrow-right {
  display: none;
}

nav.more-adventures.active ul {
  display: block;
}

.body-sharing {
  margin: 20px auto;
  text-align: center;
  max-width: 750px;
}

.body-sharing h5 {
  padding: 15px;
  margin-top: 0.5px !important;
  margin-bottom: 0.5px !important;
}

hr.share-hr {
  border: unset;
  border-top: 1px solid #ababab;
}

nav.share-me {
  padding-bottom: 5px;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 25%;
  width: 110px;
  background-color: #212121;
  color: #ffffff;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 20;
}

nav.share-me .share-icons {
  text-align: center;
  margin: 0 5px 0 0px;
}

nav.share-me .share-icons a {
  padding: 0 2.5px;
}

nav.share-me .share-icons a:hover {
  text-decoration: none;
}

nav.share-me .share-icons i {
  padding: 0;
}

nav.share-me .share-icons .fa-stack {
  padding: 0 0 0 0px;
}

nav.share-me.is-active {
  opacity: 1;
  pointer-events: all;
}

nav.share-me h6 {
  margin: 10px 0 5px 10px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  line-height: 17px !important;
}

nav.share-me a {
  color: #ffffff;
}

nav.share-me i {
  padding: 0 5px;
}

nav.share-me.active {
  z-index: 100;
  width: 110px;
}

nav.share-me.active h6 {
  font-size: 25px;
  border-bottom: 3px solid #fff;
  line-height: 30px !important;
  padding-bottom: 5px;
}

nav.share-me.active i {
  display: none;
}

.bcg {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  overflow: hidden;
}

.bcg::before {
  position: fixed;
  content: '';
}

.hide-edges .bcg {
  position: absolute;
  width: 120%;
  margin-left: -10%;
  background-size: cover;
  z-index: -1;
}

.scroll-hint {
  color: #212121;
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  padding: 10px 40px;
  font-size: 12px;
  font-weight: normal;
  z-index: 2;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* =Main */
.not-fs {
  min-height: 400px !important;
  height: auto;
}

.fs40 {
  height: auto;
  min-height: 40vh !important;
}

.fs30 {
  height: auto;
  min-height: 30vh !important;
}

.fs {
  height: auto;
  min-height: 95vh !important;
}

.main-content {
  position: relative;
}

.show-overflow {
  overflow: visible !important;
}

.white-content {
  background-color: #fff;
}

.white-content .wrapper-relative {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 130px;
  text-align: center;
}

.slide {
  overflow: hidden;
  color: #ffffff;
  position: relative;
}

.slide section {
  max-width: 750px;
}

.slide .wrapper {
  text-align: center;
  z-index: 2;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  width: 100%;
  margin: 0;
}

.slide#slide02 {
  color: #ffffff;
}

.slide#slide02 .wrapper {
  top: auto;
  bottom: 40%;
  
  text-align: left;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  padding: 0;
}

.slide#slide02 section {
  width: 55%;
  max-width: 600px;
}

.slide.left-text-block {
  color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide.left-text-block .wrapper-relative {
  margin-left: 10%;
  margin-right: 20%;
  margin-bottom: 80px;
  margin-top: 80px;
}

.slide.left-text-block section {
  width: 55%;
  max-width: 600px;
}

.slide.pullLeft {
  background-size: cover;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide.pullLeft header {
  width: 50%;
  min-width: 400px;
  margin-left: 10%;
}

.slide.pullLeft section {
  margin-left: 10%;
  width: 30%;
  max-width: 570px;
}

.slide.pullLeft .wrapper {
  margin: 30px 0;
  padding-top: 100px;
  top: 20%;
  padding: 0;
  top: 15%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: relative;
}

.slide.pullRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: start;
  color: #ffffff;
}

.slide.pullRight header {
  width: 50%;
  min-width: 400px;
  margin-left: 45%;
}

.slide.pullRight section {
  margin-left: 50%;
  width: 25%;
  max-width: 570px;
}

.slide.pullRight .wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  left: unset;
  top: unset;
}


.button {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #ffffff;
  border: 1px #ffffff solid;
  padding: 8px 50px;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* add this */
}

.button:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

.button.orange {
  color: #e4504a;
  border-color: #e4504a;
}

.button.orange:hover {
  background-color: #e4504a;
  color: #ffffff;
}

.button.with-text {
  margin: 0 20% !important;
}

.button.orange-solid {
  background-color: #e4504a;
  border-color: #e4504a;
}

.button.orange-solid:hover {
  background-color: rgba(228, 80, 74, 0.4);
  color: #ffffff;
}

.button.blue {
  color: #3f51b5;
  border-color: #3f51b5;
}

.button.blue:hover {
  background-color: rgba(63, 81, 181, 0.4);
  color: #ffffff;
}


/* =Footer */
.footer-container {
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  background-color: #212121;
  padding: 40px;
}

.footer-container .wrapper {
  width: auto;
}

.footer-container .wrapper img {
  max-width: 150px;
}

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

/* =Simple animation up */
img[class^="full"],
.zoomInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

img[class^="full"].is-active,
.is-active img[class^="full"],
.zoomInUp.is-active,
.is-active .zoomInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

img[class^="full"].slideInUp2,
.zoomInUp.slideInUp2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

img[class^="full"].slideInUp3,
.zoomInUp.slideInUp3 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

img[class^="full"].slideInUp4,
.zoomInUp.slideInUp4 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

/* =Simple animation up */
.slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

.slideInUp.is-active,
.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideInUp.slideInUp2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.slideInUp.slideInUp3 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.slideInUp.slideInUp4 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

img[class^="left"],
.slideInRight {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}

img[class^="left"].is-active,
.is-active img[class^="left"],
.slideInRight.is-active,
.is-active .slideInRight {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

img[class^="left"].slideInRight2,
.slideInRight.slideInRight2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

img[class^="left"].slideInRight3,
.slideInRight.slideInRight3 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

img[class^="left"].slideInRight4,
.slideInRight.slideInRight4 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

img[class^="right"],
.slideInLeft {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
}

img[class^="right"].is-active,
.is-active img[class^="right"],
.slideInLeft.is-active,
.is-active .slideInLeft {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

img[class^="right"].slideInLeft2,
.slideInLeft.slideInLeft2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

img[class^="right"].slideInLeft3,
.slideInLeft.slideInLeft3 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

img[class^="right"].slideInLeft4,
.slideInLeft.slideInLeft4 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}


.contactModal {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(33, 33, 33, 0.7);
  z-index: 1000;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.contactModal .widthFix {
  display: inline-block;
  top: 50%;
  left: 50%;
  margin: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
}

.contactModal .modalInner {
  display: grid;
  grid-template-rows: auto;
  background-color: white;
  text-align: center;
  max-width: 500px;
}

.contactModal .modalInner h4 {
  text-transform: uppercase;
}

.contactModal .modalInner p {
  margin: 0.7em;
}

.contactModal .modalInner input,
.contactModal .modalInner select {
  border: 1px solid #212121;
  padding: 10px;
  width: 80%;
  margin: 5px;
}

.contactModal .modalInner button {
  color: #ffffff;
  background-color: #e4504a;
  padding: 10px 20px;
}

.contactModal.open {
  pointer-events: all;
  display: block;
  visibility: visible;
  opacity: 1;
}

.contactModal .modal__content {
  overflow-y: auto;
}

.contactModal .thank-you {
  padding: 50px;
}

.contactModal .close {
  color: #ffffff;
  background-color: #e4504a;
  font-size: 20px;
  position: absolute;
  right: 0px;
  text-decoration: none;
  top: 0px;
  padding: 10px 15px;
}

.contactModal .close:after {
  content: '×';
}

#cont {
  display: block;
  height: 200px;
  width: 200px;
  margin: 30px auto;
  -webkit-box-shadow: 0 0 1em black;
  box-shadow: 0 0 1em black;
  border-radius: 100%;
  position: relative;
}

#cont:after {
  position: absolute;
  display: block;
  height: 160px;
  width: 160px;
  left: 50%;
  top: 50%;
  -webkit-box-shadow: inset 0 0 1em black;
  box-shadow: inset 0 0 1em black;
  content: attr(data-pct) "%";
  margin-top: -80px;
  margin-left: -80px;
  border-radius: 100%;
  line-height: 160px;
  font-size: 2em;
  text-shadow: 0 0 0.5em black;
}

body {
  overflow: hidden;
  height: 100%;
}

body.is-loaded {
  overflow: visible;
  height: 100%;
}

.bg-white {
  border-color: white;
  color: white;
  background-color: #491031;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-red {
  border-color: #DD5345;
  color: #DD5345;
  background-color: #491031;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.something-missing {
  margin-bottom: 120px;
}

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

.block {
  display: block;
}

/* =Navigation */
.menu {
  display: inline-block;
  position: fixed;
  z-index: 1000;
}

.menu ul.active {
  display: inline-block;
  opacity: 1;
  pointer-events: auto !important;
  z-index: 100;
}

.menu ul {
  background-color: #AA3E17;
  border: 1px solid #ffffff;
  color: #fff;
  display: none;
  left: 10px;
  margin-top: 0px;
  opacity: 0;
  padding: 10px 0px;
  pointer-events: none !important;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  width: 100%;
}

.menu ul li:hover {
  background-color: #291728;
  -webkit-transition: all linear 0.15s;
  -o-transition: all linear 0.15s;
  transition: all linear 0.15s;
}

.menu a {
  color: #fff;
  font-size: 20px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: color linear 0.15s;
  -o-transition: color linear 0.15s;
  transition: color linear 0.15s;
}

.menu a:hover,
.menu .current-item a {
  text-decoration: none;
}

.toggle-nav {
  color: #000;
  display: inline-block;
  float: left;
  font-size: 20px;
  padding: 20px 20px 0px 20px;
  -webkit-transition: color linear 0.15s;
  -o-transition: color linear 0.15s;
  transition: color linear 0.15s;
}

.toggle-nav:hover,
.toggle-nav.active {
  color: #AA3E17;
  text-decoration: none;
}

.downArrow {
  margin-top: 10px;
}

.bounce {
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */
.video-background {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapper {
  margin: 0 10%;
  width: 90%;
}

.red-bg {
  background-color: #AA3E17;
}

.orange {
  color: #e4504a;
}

.right {
  text-align: right;
  z-index: 10;
}

.left {
  text-align: right;
  z-index: 10;
}

.uppercase {
  text-transform: uppercase;
}

.smaller {
  font-size: 80%;
}

.shadow {
  text-shadow: 1px 1px 1px #000;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}



@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }

  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -ms-transform: translateY(-14px);
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
  }

  60% {
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}


@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@-webkit-keyframes fly-right-one {
  0% {
    left: -10%;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  10% {
    left: 10%;
    -webkit-transform: translateY(2vh) scale(0.4);
    transform: translateY(2vh) scale(0.4);
  }

  20% {
    left: 30%;
    -webkit-transform: translateY(0vh) scale(0.5);
    transform: translateY(0vh) scale(0.5);
  }

  30% {
    left: 50%;
    -webkit-transform: translateY(4vh) scale(0.6);
    transform: translateY(4vh) scale(0.6);
  }

  40% {
    left: 70%;
    -webkit-transform: translateY(2vh) scale(0.6);
    transform: translateY(2vh) scale(0.6);
  }

  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  100% {
    left: 110%;
    opacity: 1;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
}

@keyframes fly-right-one {
  0% {
    left: -10%;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  10% {
    left: 10%;
    -webkit-transform: translateY(2vh) scale(0.4);
    transform: translateY(2vh) scale(0.4);
  }

  20% {
    left: 30%;
    -webkit-transform: translateY(0vh) scale(0.5);
    transform: translateY(0vh) scale(0.5);
  }

  30% {
    left: 50%;
    -webkit-transform: translateY(4vh) scale(0.6);
    transform: translateY(4vh) scale(0.6);
  }

  40% {
    left: 70%;
    -webkit-transform: translateY(2vh) scale(0.6);
    transform: translateY(2vh) scale(0.6);
  }

  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  100% {
    left: 110%;
    opacity: 1;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
}

@-webkit-keyframes fly-right-two {
  0% {
    left: -10%;
    opacity: 1;
    -webkit-transform: translateY(-2vh) scale(0.5);
    transform: translateY(-2vh) scale(0.5);
  }

  10% {
    left: 10%;
    -webkit-transform: translateY(0vh) scale(0.4);
    transform: translateY(0vh) scale(0.4);
  }

  20% {
    left: 30%;
    -webkit-transform: translateY(-4vh) scale(0.6);
    transform: translateY(-4vh) scale(0.6);
  }

  30% {
    left: 50%;
    -webkit-transform: translateY(1vh) scale(0.45);
    transform: translateY(1vh) scale(0.45);
  }

  40% {
    left: 70%;
    -webkit-transform: translateY(-2.5vh) scale(0.5);
    transform: translateY(-2.5vh) scale(0.5);
  }

  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }

  51% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }

  100% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }
}

@keyframes fly-right-two {
  0% {
    left: -10%;
    opacity: 1;
    -webkit-transform: translateY(-2vh) scale(0.5);
    transform: translateY(-2vh) scale(0.5);
  }

  10% {
    left: 10%;
    -webkit-transform: translateY(0vh) scale(0.4);
    transform: translateY(0vh) scale(0.4);
  }

  20% {
    left: 30%;
    -webkit-transform: translateY(-4vh) scale(0.6);
    transform: translateY(-4vh) scale(0.6);
  }

  30% {
    left: 50%;
    -webkit-transform: translateY(1vh) scale(0.45);
    transform: translateY(1vh) scale(0.45);
  }

  40% {
    left: 70%;
    -webkit-transform: translateY(-2.5vh) scale(0.5);
    transform: translateY(-2.5vh) scale(0.5);
  }

  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }

  51% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }

  100% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }
}

@-webkit-keyframes movep

/* Safari and Chrome */
  {
  0% {
    left: -400px;
  }

  33% {
    width: 25px;
  }

  100% {
    width: 15px;
    left: 120%;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes movep

/* Firefox and maybe IE */
  {
  0% {
    left: -400px;
  }

  33% {
    width: 25px;
  }

  66% {}

  100% {
    width: 15px;
    left: 120%;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}


@-webkit-keyframes move1

/* Safari and Chrome */
  {
  0% {
    left: -100px;
    border-radius: 20%;
  }

  33% {
    left: 150%;
    width: 150px;
    border-radius: 25%;
  }

  100% {
    left: -100px;
    border-radius: 20%;
  }
}

@keyframes move1

/* Firefox and maybe IE */
  {
  0% {
    left: -100%;
    border-radius: 20%;
  }

  33% {
    left: 150%;
    width: 150px;
    border-radius: 25%;
  }

  100% {
    left: -100%;
    border-radius: 20%;
  }
}

@-webkit-keyframes move2

/* Safari and Chrome */
  {
  0% {
    right: -100px;
    border-radius: 20%;
  }

  50% {
    right: 150%;
    width: 150px;
    border-radius: 25%;
  }

  100% {
    right: -100px;
    border-radius: 20%;
  }
}

@keyframes move2

/* Firefox and maybe IE */
  {
  0% {
    right: -100%;
    border-radius: 20%;
  }

  50% {
    right: 150%;
    width: 150px;
    border-radius: 25%;
  }

  100% {
    right: -100%;
    border-radius: 20%;
  }
}


/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
  }
  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar-right {
    float: none;
  }
} 

@media only screen and (max-width: 780px) {
  .contactModal .widthFix {
    margin: 0px;
    font-size: 12px;
  }

  .contactModal .modal__content {
    overflow-y: auto;
    height: 100vh;
  }

  audio {
    width: 100%;
  }

  footer img {
    padding: 10px 0;
  }

  .slide.pullRight header {
    margin-left: 10%;
  }

  .slide.pullLeft section {
    margin-left: 10%;
    width: 60%;
    margin-top: 30px;
    max-width: 570px;
  }

  .slide.pullRight section {
    margin-top: 30px;
    margin-left: 10%;
    width: 65%;
    max-width: 570px;
  }


  .logo {
    width: 110px;
    z-index: 100;
  }

  .social-icons {
    display: block !important;
    font-size: 8px;
  }

  .social-icons span {
    display: block;
    text-align: right;
    margin: 10px 0 0 auto;
    font-size: 12px;
  }

  .social-icons a.text {
    font-size: 12px;
    padding-top: 10px;
  }

  .hide-for-small {
    display: none;
  }
}


@media only screen and (min-width: 1450px) {
   .apos-field-tags .apos-tags .apos-tag-entry {
    font-size: 16px;
    line-height: 24px
  }
}

@media only screen and (min-width: 1450px) {
   .apos-field-input {
    font-size: 16px;
    line-height: 24px
  }
}

@media only screen and (min-width: 1450px) {
   .apos-table {
    font-size: 16px;
    line-height: 24px
  }
}

@media only screen and (min-width: 1450px) {
   .apos-manage-table {
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 18px
  }
}

@media only screen and (min-width: 1450px) {
   .apos-manage-table {
    font-size: 16px;
    line-height: 24px
  }
}

@media only screen and (min-width: 1450px) {
   .apos-table th,
   .apos-table td {
    padding: 20px
  }
}

@media only screen and (min-width: 1450px) {
  .apos-modal .apos-modal-header .apos-modal-instructions {
    font-size: 16px;
    line-height: 18px
  }
}

@media (min-width: 576px) {
  h1 {
    font-size: calc(1.04167vw + 34px);
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: calc(1.78571vw + 28.28571px);
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: calc(2.01342vw + 26.02685px);
  }
}

@media (min-width: 1290px) {
  h1 {
    font-size: 52px;
  }
}

@media (min-width: 576px) {
  h2 {
    font-size: calc(1.04167vw + 30px);
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: calc(1.78571vw + 24.28571px);
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: calc(3.3557vw + 8.71141px);
  }
}

@media (min-width: 1290px) {
  h2 {
    font-size: 52px;
  }
}

@media (min-width: 576px) {
  h3 {
    font-size: calc(3.125vw + 0px);
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: calc(3.57143vw - 3.42857px);
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: calc(3.3557vw - 1.28859px);
  }
}

@media (min-width: 1290px) {
  h3 {
    font-size: 42px;
  }
}

@media (min-width: 576px) {
  h4 {
    font-size: calc(2.60417vw + 2px);
  }
}

@media (min-width: 768px) {
  h4 {
    font-size: calc(1.78571vw + 8.28571px);
  }
}

@media (min-width: 992px) {
  h4 {
    font-size: calc(2.01342vw + 6.02685px);
  }
}

@media (min-width: 1290px) {
  h4 {
    font-size: 32px;
  }
}

@media (min-width: 576px) {
  h5 {
    font-size: calc(0.52083vw + 13px);
  }
}

@media (min-width: 768px) {
  h5 {
    font-size: calc(0.44643vw + 13.57143px);
  }
}

@media (min-width: 992px) {
  h5 {
    font-size: calc(0.33557vw + 14.67114px);
  }
}

@media (min-width: 1290px) {
  h5 {
    font-size: 19px;
  }
}

@media (min-width: 576px) {
  p {
    font-size: calc(0.52083vw + 12px);
  }
}

@media (min-width: 768px) {
  p {
    font-size: calc(0.89286vw + 9.14286px);
  }
}

@media (min-width: 992px) {
  p {
    font-size: calc(0.33557vw + 14.67114px);
  }
}

@media (min-width: 1290px) {
  p {
    font-size: 19px;
  }
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}