@charset "UTF-8";
/*
Theme Name: sportlife
Theme URI: https://www.sportlife.com
Author: Underscores.me and Creeert.net
Author URI: https://www.creeert.net
Description: Theme for Sportlife
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sportlife
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sportlife is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*-------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.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: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  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],
button.btn-primary {
  -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] {
  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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* SPORLIFE EXTRA RESETS */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body, div, nav, form, label, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, th, td, caption {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  text-align: left;
  vertical-align: top;
}

img {
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## 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;
}

/*-------------------------------------------------------------
## Sportlife
--------------------------------------------------------------*/
/* FONTS */
@font-face {
  font-family: stratum1black;
  src: url("fonts/stratum1-black-webfont.woff2") format("woff2"), url("fonts/stratum1-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: stratum1bold;
  src: url("fonts/stratum1-bold-webfont.woff2") format("woff2"), url("fonts/stratum1-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: stratum1regular;
  src: url("fonts/stratum1-regular-webfont.woff2") format("woff2"), url("fonts/stratum1-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* DISPLAY NONE */
.lightbox,
#scrolldown,
body.page-template-page-homepage h1,
body.page-template-page-products h1,
body.page-template-page-history h1,
body.page-template-page-social h1 {
  display: none;
}

/* CLEARS */
#header:after,
div#feed-instagram:after,
div.row:after,
body.page-template-page-social .feed ul:after,
form > div:after {
  content: "";
  font: 0/0 sans-serif;
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

/* COMMON */
body {
  font: 16px/1.5 stratum1regular, sans-serif;
  color: #294380;
  background: #FFFFFF url("gfx/background.jpg") top center no-repeat;
}

h1, h2, h3, h4, h5, h6 {
  font-family: stratum1black, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

body.page-template-page-homepage h1,
body.page-template-page-products h1,
body.page-template-page-history h1 {
  display: none;
}

h1 {
  font-size: 30px;
  margin-bottom: 1em;
}

.page-id-136 .entry-title {
  display: none;
}

h2 {
  font-size: 24px;
}

p {
  margin: 0 0 1em 0;
}

a {
  color: #294380;
  text-decoration: none;
  cursor: pointer;
}

body.page-template-page-history #main a {
  color: #0097D8;
  text-decoration: none;
  font-family: stratum1black, sans-serif;
}

strong {
  font-weight: normal;
  font-family: stratum1black, sans-serif;
}

#main li {
  margin-left: 1em;
}

/* FORMS */
form {
  font-size: 14px;
}

form > div.row {
  margin: 0 0 1em 0;
  clear: both;
  width: 100%;
  position: relative;
}

label {
  display: block;
}

div div label {
  display: inline;
}

input[type=text], input[type=email], textarea {
  width: 100%;
  background-color: rgba(0, 151, 216, 0.1);
  padding: 5px;
  border: 0;
  transition: background-color 0.33s ease;
}

textarea {
  height: 5em;
}

input[type=text]:hover, textarea:hover,
input[type=text]:focus, textarea:focus,
input[type=email]:hover,
input[type=email]:focus {
  background-color: rgba(0, 151, 216, 0.3);
}

input[type=submit],
button.btn-primary {
  font: 16px/1 stratum1black, sans-serif;
  text-transform: uppercase;
  border: 0;
  background-color: #294380;
  color: #FFFFFF;
  display: block;
  margin: 1em 30px 1em 15px;
  padding: 10px;
  width: 100%;
}

form br {
  display: none;
  clear: none;
}

@media (min-width: 1024px) {
  /* FORM GRID */
  form {
    font-size: 14px;
    margin-right: -10px;
  }

  .f-2-3,
.f-1-3,
.f-1-4,
.f-1-6 {
    float: left;
    padding-right: 10px;
    overflow: hidden;
  }

  .f-1-1 {
    padding-right: 10px;
  }

  .f-1-3 {
    width: 33.3%;
  }

  .f-2-3 {
    width: 66.6%;
  }

  .f-1-4 {
    width: 25%;
  }

  .f-1-6 {
    width: 16.65%;
  }

  form div.footer {
    padding: 1em 10px 0 0;
  }
}
/* TABLES */
th {
  font-family: stratum1black, sans-serif;
}

th, td {
  padding: 0px 20px 0px 0;
}

td.note {
  padding-top: 0.5em;
}

td.note, td.note2 {
  font-size: 14px;
}

/* Z-INDEX */
#header, #logo, #menu, #social, #main, #footer {
  position: relative;
  z-index: 1;
}

#social, #logo, body.page-template-page-products #header {
  z-index: 2;
}

#overlay {
  z-index: 3;
}

body.page-template-page-social #header {
  z-index: 100;
}

body.page-template-page-history #header {
  z-index: 100;
}

body.page-template-page-history #timeline {
  z-index: 10;
}

#topgradient {
  z-index: 9;
}

.overlay {
  z-index: 10;
}

/* FEEDS (Masonry) */
.feed li {
  width: 30%;
  margin: 0 3% 3%;
}

.feed li img {
  max-width: 100%;
  height: auto;
}

/* MAIN */
html {
  overflow-x: hidden;
}

#main {
  clear: both;
  padding: 30px 5%;
}

@media (min-width: 1024px) {
  #main {
    padding: 75px 30px;
  }

  div.row {
    clear: both;
    margin: 0 -50px 50px 0;
  }

  div.col-1-2 {
    float: left;
    width: 540px;
    margin: 0 50px 0 0;
  }

  body {
    background-position: center 915px;
  }

  div.container {
    width: 1140px;
    margin: 0 auto;
    position: relative;
  }

  h1 {
    font-size: 53px;
    margin-bottom: 1em;
  }

  h2 {
    font-size: 36px;
  }
}
@media (max-width: 1140px) {
  div.container {
    width: 100%;
  }

  div#logo {
    max-width: 170px;
  }

  #menu {
    margin-right: 20px;
  }
}
@media (min-width: 1281px) {
  #main {
    padding: 75px 0 0 0;
  }
}
/* HEADER */
#logo {
  width: 66%;
  max-width: 170px;
  position: relative;
  top: 40px;
}

#header {
  background: url("gfx/background-header.jpg") top center;
  background-size: cover;
  width: 100%;
  height: 450px;
}

.slicknav_btn {
  right: 20px;
  top: 20px;
}

body.page-template-page-homepage #header,
body.page-template-page-products #header,
body.page-template-page-history #header {
  height: 0;
  background: none;
}

body.page-template-page-homepage #menu a,
body.page-template-page-boost #menu a {
  text-shadow: -1px -1px 9px rgba(0, 0, 0, 0.33);
}

body.home #primary-menu a {
  color: white;
}

/* MENU */
#menu {
  display: none;
}

/* Slick menu */
html .slicknav_menu {
  z-index: 999999999999;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0;
}

html .slicknav_menu,
html .slicknav_btn {
  background-color: transparent !important;
}

html .slicknav_menutxt {
  display: none;
}

html .slicknav_menu .slicknav_icon-bar {
  box-shadow: none;
  background: #294380;
}

html .slicknav_nav {
  background: #294380;
  position: relative;
  z-index: 999999999999;
  height: 1000px;
  width: 100%;
  top: -40px;
  left: 0;
  padding: 50px;
}

html .slicknav_nav ul,
html .slicknav_nav li {
  margin: 0;
  padding: 0;
}

html .slicknav_nav li {
  padding: 0.25em 0;
}

html .slicknav_nav a {
  font: 27px/1.5 stratum1black, sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* MOBILE */
@media (max-width: 1023px) {
  html .slicknav_nav li.page-item-136 a {
    font-size: 19px !important;
  }

  #closemenu {
    display: none;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10000000000000000000000000000;
    width: 30px;
    height: 30px;
    background: url("gfx/button-close-white.png") top center no-repeat;
  }
}
/* DESKTOP */
@media (min-width: 1024px) {
  #primary-menu li:first-child {
    display: none;
  }

  #header {
    padding: 0 60px;
  }

  /* MENU */
  #menu {
    display: block;
  }

  .slicknav_menu {
    display: none;
  }

  #main-box {
    background-color: rgba(255, 255, 255, 0.9);
    margin: -720px -50px 0 -50px;
    padding: 50px;
  }

  #logo {
    float: left;
    width: 385x;
    max-width: 385px;
    margin-bottom: -39px;
  }

  #menu {
    margin-top: 70px;
    float: right;
  }

  #menu li {
    display: inline-block;
    margin: 0 0 0 25px;
  }

  #menu a {
    font: 16px/1 stratum1black, sans-serif;
    text-transform: uppercase;
    transition: color 0.33s ease;
  }

  #menu li.active a,
#menu a:hover {
    color: #0097D8;
  }

  h1 {
    width: 548px;
  }
}
@media (max-width: 1250px) {
  #logo {
    left: 20px !important;
  }
}
/* FOOTER */
#footer {
  text-transform: uppercase;
  font-size: 13px;
  padding: 20px;
}

#footer #social ul {
  margin: 0 auto;
}

#credit-photo {
  display: none;
}

#copyright {
  text-align: center;
  margin: 1.5em 0;
}

#logofooter img {
  width: 200px;
}

/* MOBILE */
@media (max-width: 1023px) {
  #footer {
    font-size: 11px;
    text-transform: uppercase;
    margin: 20px 10% 70px 10%;
    text-align: center;
  }
}
/* DESKTOP */
@media (min-width: 1024px) {
  #footer {
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
/* PAGE HOME */
#slider {
  height: 400px;
  overflow: hidden;
}

#feed-filter {
  float: right;
  margin-right: -7px;
  padding: 10px 2% 10px 10px;
}

/* SLIDER */
div.slide {
  width: 100%;
  height: 400px;
  position: relative;
  background-position: 66% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

div.active {
  display: block;
}

div.white * {
  color: #FFFFFF;
}

.slider-progress .progress {
  height: 4px;
  background: #4298D8;
}

#slider .play {
  margin: 30px auto 20px auto;
  display: block;
  width: 56px;
  height: 56px;
  padding-top: 56px;
  overflow: hidden;
  background: url(gfx/button-play-white.png);
  background-size: 56px 56px;
  transition: background-image 0.33s;
}

#slider .play:hover {
  background: url(gfx/button-play-dark.png);
  background-size: 56px 56px;
}

body.page-template-page-homepage div.slide div.caption {
  text-align: center;
  padding: 120px 20% 0 20%;
}

body.page-template-page-homepage div.slide div.caption h2 {
  color: #FFFFFF;
  font-size: 32px;
}

#slide-unexpected-freshness .caption2 h2 {
  color: #ffffff;
  text-align: center;
}

#slide-campagne {
  background-image: url("/wp-content/uploads/2020/08/20200825-1000-prijzen-1.jpg");
  background-position: center;
  /* 	background-image: url('/wp-content/uploads/2020/08/20200825-1000-prijzen-pre-1.jpg'); background-position: center; */
}

#slide-campagne a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

body.page-template-page-homepage div.slide div.caption img {
  max-height: 100px;
  width: auto;
  margin: 0 auto;
}

body.page-template-page-homepage div.slide p {
  font: 27px/1 stratum1black, sans-serif;
  text-transform: uppercase;
}

body.page-template-page-homepage div.slide a {
  color: #294380;
}

@media (max-width: 1024px) {
  #slide-campagne {
    background-size: 120%;
    background-position: top center;
  }
}
/* Homepage v2 slider */
/* Second slide */
.bm-gm-pakje {
  max-width: 170px;
  width: auto;
  margin: 0 auto;
  margin-top: -10px;
}

.txt-bottom h2 {
  color: #294380;
  font-size: 16px;
  text-align: center;
  margin-top: -10px;
}

/* Third slide */
.bg-grad {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#7ccdf3 50%), to(#b0dace 50%));
  background-image: -webkit-linear-gradient(left, #7ccdf3 50%, #b0dace 50%);
  background-image: -moz-linear-gradient(left, #7ccdf3 50%, #b0dace 50%);
  background-image: linear-gradient(to right, #7ccdf3 50%, #b0dace 50%);
}

.bg-glow {
  background-image: url("gfx/slide-glow.png");
  background-position: center -20px;
  background-repeat: no-repeat;
  background-size: 600px;
  width: 100%;
  height: 100%;
}

.sm-sm-pot {
  margin: 0 auto;
  float: none !important;
  top: -10px;
  position: relative;
  max-width: 168px;
}

#slide-smaaksensatie .caption {
  top: 150px;
}

.trynow h2 {
  position: absolute;
  right: 5px;
  top: 330px;
  font-size: 20px;
  margin: 0 0 0.25em 0;
  background-color: #e30513;
  color: #fff;
  padding: 5px 15px 5px 5px;
  -ms-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.trynow h2:before {
  content: "";
  top: 0;
  position: absolute;
  right: -5px;
  background-color: #e30513;
  height: 30px;
  width: 10px;
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.thankyou h2 {
  position: absolute;
  top: 355px;
  right: 60px;
  font-size: 12px;
  margin: 0 0 0.25em 0;
  background-color: #e30513;
  color: #fff;
  padding: 5px;
  -ms-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.45);
}

/* MOBILE */
@media (max-width: 1023px) {
  #slide-unexpected-freshness .caption h2 {
    font-size: 6.5vw;
    width: 6em;
    text-align: center;
    background: #294380;
    color: #00AEEF;
    padding-bottom: 0.1em;
  }

  #slide-unexpected-freshness .caption h2:nth-child(2) {
    width: 6em;
    text-align: center;
    background: #294380;
    color: #ffffff;
    margin: -0.1em 0 0 0.2em;
    padding-bottom: 0.1em;
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  body.page-template-page-homepage div.slide {
    background-position: top -100px;
  }

  body.page-template-page-homepage div.slide div.caption {
    text-align: left;
    position: absolute;
    left: 10%;
    top: 280px;
    margin-left: 20px;
    padding: 0;
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }

  #slide-campagne {
    background-image: url("/wp-content/uploads/2020/08/20200825-1000-prijzen-mobile-1.jpg");
    background-position: center !important;
    background-size: auto 100%;
  }
}
/* DESKTOP */
@media (min-width: 1024px) {
  .bm-gm-pakje {
    max-width: unset;
    width: 560px !important;
    float: left !important;
    top: 160px;
    left: 50%;
    margin-left: -50%;
  }

  #slide-smaakexplosie .caption h2 {
    font-size: 65px !important;
    margin: 0 0 0.25em 0;
    background-color: #294380;
    color: #fff;
    padding-bottom: 5px;
    padding-left: 15px;
  }

  #slide-smaakexplosie .caption h2:nth-child(1) {
    -ms-transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    width: 250px;
    margin-left: 70px;
  }

  #slide-smaakexplosie .caption h2:nth-child(2) {
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    color: #00b5ec !important;
    width: 230px;
    margin-top: -20px;
    margin-left: 25px;
  }

  #slide-smaakexplosie .caption h2:nth-child(3) {
    -ms-transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    margin-top: -25px;
    margin-left: -150px;
    width: 515px;
  }

  .txt-bottom h2 {
    position: relative;
    top: 700px;
    float: none;
    font-size: 36px;
  }

  #slide-unexpected-freshness .caption {
    left: auto;
    left: 1.5%;
    top: 300px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #slide-unexpected-freshness .caption2 {
    position: absolute;
    left: 77%;
    bottom: 14%;
    white-space: nowrap;
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  #slide-unexpected-freshness .caption2 h2 {
    font-size: 32px;
    margin-top: 0.7em;
    text-align: left;
    color: #294380;
  }

  #slide-unexpected-freshness .caption h2 {
    font-size: 4vw;
    width: 6em;
    text-align: center;
    background: #294380;
    color: #00AEEF;
    padding-bottom: 0.1em;
  }

  #slide-unexpected-freshness .caption h2:nth-child(2) {
    width: 6em;
    text-align: center;
    background: #294380;
    color: #ffffff;
    margin: -0.1em 0 0 0.2em;
    padding-bottom: 0.1em;
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  #scrolldown {
    font-size: 13px;
    font-family: stratum1black, sans-serif;
    z-index: 100000;
    text-align: center;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding-bottom: 20px;
    -moz-text-shadow: 0 0 5px #fff;
    -webkit-text-shadow: 0 0 5px #fff;
    text-shadow: 0px 0px 5px #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+75,0+100 */
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }

  #scrolldown div {
    font-size: 1.2em;
  }

  #scrolldown div.arrow {
    background: url(gfx/button-down-blue.png) bottom no-repeat;
    height: 11px;
  }

  body.page-template-page-homepage #header {
    background: none;
    height: 100px;
  }

  body.page-template-page-homepage #social {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  body.page-template-page-homepage #credit-photo {
    display: block;
  }

  #slider {
    width: 100%;
    margin-bottom: -100px;
    position: relative;
    top: -100px;
    height: 520px;
  }

  body.page-template-page-homepage div.slide {
    height: 790px;
    background-position: center center;
  }

  body.page-template-page-homepage div.slide div.caption {
    text-align: left;
    position: absolute;
    left: 50%;
    top: 320px;
    margin-left: 120px;
    padding: 0;
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }

  body.page-template-page-homepage div.slide div.caption h2 {
    font-size: 65px;
    width: 450px;
    margin: 0 0 0.25em 0;
    color: #294380;
  }

  body.page-template-page-homepage div.slide img {
    width: 279px;
    float: right;
    position: relative;
    right: 5px;
    bottom: 18px;
  }

  body.page-template-page-homepage div.slide div.caption img {
    max-height: 167px;
    width: auto;
    margin: 0 auto;
  }

  #slider .play {
    position: absolute;
    top: -15px;
    left: -70px;
    margin-left: -55px;
    display: block;
    width: 111px;
    height: 111px;
    padding-top: 111px;
    overflow: hidden;
    background: url(gfx/button-play-dark.png);
    background-size: 111px 111px;
    transition: background-image 0.33s;
  }

  #slider .play:hover {
    background: url(gfx/button-play-light.png);
    background-size: 111px 111px;
  }

  #feed-filter {
    float: right;
    margin: 0 -6px 7px 0;
    padding-right: 3px;
  }

  #header {
    background: url("gfx/background-header.jpg") top center;
    background-size: cover;
    width: 100%;
    height: 790px;
  }

  .bg-glow {
    background-size: 1200px;
  }

  .sm-sm-pot {
    width: 600px !important;
    max-width: none;
    top: 320px;
  }

  #slide-smaaksensatie .caption h2 {
    font-size: 65px;
    margin: 0 0 0.25em 0;
    background-color: #294380;
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
  }

  #slide-smaaksensatie .caption h2:nth-child(1) {
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    width: 250px;
    margin-left: -30px;
  }

  #slide-smaaksensatie .caption h2:nth-child(2) {
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    margin-top: -20px;
    margin-left: -95px;
    padding: 0px 15px 5px 15px;
    width: 510px;
  }

  #slide-smaaksensatie .caption h2:nth-child(3) {
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    margin-top: -20px;
    margin-left: 130px;
    width: 220px;
    font-size: 40px;
  }

  .trynow h2 {
    top: 570px;
    font-size: 40px;
    padding: 5px 35px 10px 10px;
  }

  .trynow h2:before {
    height: 55px;
  }

  .thankyou h2 {
    top: 615px;
    font-size: 32px;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .bm-gm-pakje {
    margin-left: -618px;
  }
}
@media (min-width: 1025px) {
  #slider {
    height: 790px;
  }
}
/* SOCIAL & FEED FILTER */
body.page-template-page-social #header {
  background: none;
  height: auto;
}

#social {
  z-index: 10000;
}

#social ul {
  margin: 0;
}

#social li {
  list-style: none;
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0;
}

#social li a {
  border-radius: 50%;
}

#feed-filter li {
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0 4px;
  padding-right: 0;
}

#social li a,
#feed-filter a {
  display: block;
  width: 36px;
  padding-top: 36px;
  height: 0;
  overflow: hidden;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #29487c;
}

#feed-filter a {
  width: 24px;
  padding-top: 24px;
  opacity: 0.2;
}

#feed-filter li.active a {
  opacity: 1;
}

.social-facebook a {
  background-image: url("gfx/social-facebook.png");
}

.social-youtube a {
  background-image: url("gfx/social-youtube.png");
}

.social-instagram a {
  background-image: url("gfx/social-instagram.png");
}

#feed-filter span {
  display: block;
  padding: 0 7px 0 0;
  float: left;
  position: relative;
  bottom: -5px;
}

#feed-filter ul {
  float: right;
}

body.page-template-page-social #main {
  padding: 50px 0;
}

body.page-template-page-social #feed-instagram h2 {
  margin-left: 16px;
  margin-right: 16px;
}

body.page-template-page-social #main .container {
  padding: 25px;
}

body.page-template-page-social #feed-youtube {
  clear: both;
}

body.page-template-page-social #feed-facebook {
  padding: 50px 0 60px 0;
}

body.page-template-page-social #feed-facebook h2 {
  background: url("gfx/social-facebook-blue.png") right no-repeat;
  background-size: 24px 24px;
  margin-bottom: 15px;
}

body.page-template-page-social ul {
  margin-right: -15px;
}

body.page-template-page-social #feed-youtube {
  background-color: #0097D8;
  padding: 60px 0 60px 0;
}

body.page-template-page-social #feed-youtube h2 {
  color: #FFFFFF;
  background-size: 24px 24px;
  margin-bottom: 15px;
}

body.page-template-page-social h2 span a,
body.page-template-page-homepage h2 span a {
  display: block;
  width: 24px;
  height: 24px;
  padding-top: 24px;
  overflow: hidden;
  float: right;
}

body.page-template-page-social h2 span.social-youtube a {
  background: url("gfx/social-youtube-white.png") right no-repeat;
  background-size: 24px 24px;
}

body.page-template-page-social h2 span.social-instagram a {
  background: url("gfx/social-instagram-white.png") right no-repeat;
  background-size: 24px 24px;
}

body.page-template-page-homepage h2 span.social-instagram a {
  background: url("gfx/social-instagram.png") right no-repeat;
  background-size: 24px 24px;
}

body.page-template-page-social h2 span.social-facebook a {
  background: url("gfx/social-facebook.png") right no-repeat;
  background-size: 24px 24px;
}

body.page-template-page-social #feed-youtube li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-template-page-social #feed-youtube li iframe {
  width: 100%;
  height: auto;
}

body.page-template-page-social #feed-instagram {
  padding: 60px 0 60px 0;
  background-color: #294380;
}

body.page-template-page-social #feed-instagram h2 {
  color: white;
  background: url("gfx/social-instagram.png") right no-repeat;
  background-size: 24px 24px;
  margin-bottom: 15px;
}

/* FEED INSTAGRAM */
div#feed-instagram {
  margin: 0;
  clear: both;
}

div#feed-instagram li {
  font-size: 0;
  display: block;
  float: left;
  list-style: none;
}

div#feed-instagram li a {
  display: block;
}

@media (min-width: 1024px) {
  .feed ul {
    margin-right: -20px;
  }

  .feed ul li {
    margin: 0 16px 15px 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 215px;
  }

  #feed-youtube ul {
    margin-right: -50px;
  }

  .feed ul li img {
    max-width: 100%;
    height: auto;
  }

  body.page-template-page-social #main .container {
    padding: 0;
  }

  #feed-youtube ul {
    margin-right: -50px;
  }

  #feed-youtube ul li {
    margin: 0 16px 15px 0 !important;
    width: 564px !important;
  }

  #feed-youtube ul li iframe {
    margin: 0 16px 0 0 !important;
    width: 564px !important;
    height: 300px !important;
  }
}
/* PRODUCTS */
.product-category-wrapper {
  position: relative;
}

.product-desc ul {
  margin-left: 1em;
}

.product-category ul strong {
  text-transform: uppercase;
  display: inline-block;
  font-size: 24px;
  min-width: 15em;
}

.product-category ul a.product-icon-i {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 5px;
  background-image: url(gfx/product-icon-i.svg);
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.cat-base ul a.product-icon-i {
  background-image: url(gfx/product-icon-i-white.svg);
}

.product-category ul span.show-shops {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 5px;
  background-image: url(gfx/product-icon-cart.svg);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  cursor: pointer;
  z-index: 100000000;
}

.product-category.cat-base ul span.show-shops {
  background-image: url(gfx/product-icon-cart-white.svg) !important;
}

.shopPopup {
  pointer-events: none;
  background: white;
  color: #294380 !important;
  box-shadow: 0px 0px 5px rgba(1, 59, 126, 0.33);
  padding: 20px 20px 20px 10px;
  position: absolute;
  margin-top: 0.7em;
  transform: translatey(-50%);
  margin-left: 40px;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.shopPopup ul,
.shopPopup li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shopPopup:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translatey(-50%);
  border-right: 12px solid rgba(1, 59, 126, 0.2);
}

.product-category .show .shopPopup {
  pointer-events: all;
  opacity: 1;
  z-index: 10000000000000;
  position: absolute;
}

.cat-base, .cat-base .product-desc > ul > li > strong > a {
  color: #FFFFFF;
  background-color: #294380;
}

.cat-base .shopPopup:before {
  border-right: 12px solid #c3d4e7;
}

.cat-n-iced, .cat-n-iced a {
  color: #FFFFFF;
  background-color: #7ccdf3;
}

.cat-frozn, .cat-frozn a,
.cat-filld, .cat-filld a {
  color: #294380;
  background-color: #FFFFFF;
}

.cat-frozn h2 {
  color: #DE8020;
}

.cat-filld h2 {
  color: #294380;
}

.cat-gray, .cat-gray a {
  color: #FFFFFF;
  background-color: #8D9091;
}

div.product-detail {
  display: none;
}

.product-detail tbody th {
  font-family: inherit;
}

body.page-template-page-products {
  overflow-x: hidden;
}

body.page-template-page-products .info {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 20%;
  top: 160px;
  z-index: 1000;
}

body.page-template-page-products .cat-frozn .info {
  background: url(gfx/icon-info-orange.png);
  display: none;
}

body.page-template-page-products .cat-base .info,
body.page-template-page-products .cat-filld .info {
  background: url(gfx/icon-info-white.png);
  display: none;
}

body.page-template-page-products .cat-gray .info,
body.page-template-page-products .cat-n-iced .info {
  background: url(gfx/icon-info-green.png);
  display: none;
}

/* MOBILE */
@media (max-width: 1023px) {
  .product-category ul strong {
    width: 40vw;
    min-width: 0;
  }

  body.page-template-page-products #header {
    height: 60px;
  }

  body.page-template-page-products #main {
    padding: 0;
  }

  body.page-template-page-products .product-category {
    padding-top: 100px;
  }

  body.page-template-page-products .image-wrap {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 200px;
  }

  body.page-template-page-products .image {
    display: table-cell;
    margin: 0;
    padding: 0;
    height: 200px;
    text-align: center;
    vertical-align: middle;
  }

  body.page-template-page-products .image img {
    width: 200px;
    margin: 0 auto;
    height: auto;
  }

  .product-desc h2 {
    font-size: 40px;
    position: absolute;
    top: 40px;
    left: 30px;
  }

  .product-desc {
    padding: 0 30px 30px 30px;
  }

  .product-desc ul {
    margin: 0;
    padding: 0;
  }

  .product-desc ul li {
    min-width: 33%;
    display: inline-block;
    margin: 0 1em 0 0;
    padding: 0;
  }

  .product-desc ul li:before {
    content: "•";
    margin: 0 0.5em 0 -1em;
  }

  .product-desc .shopPopup ul {
    list-style: none;
  }

  .product-desc .shopPopup ul li {
    list-style: none;
    display: block;
    width: auto;
  }

  .product-desc .shopPopup ul li:before {
    content: "";
    margin: 0;
  }

  .slick-prev {
    top: 55%;
    left: 10px;
  }

  .slick-next {
    top: 55%;
    right: 10px;
  }

  .product-detail {
    display: none;
    padding: 30px;
    border-top: 1px solid #BEC6D9;
  }

  .product-detail h3 {
    font-size: 25px;
    margin-bottom: 0.5em;
  }

  .product-detail table {
    margin-bottom: 1em;
  }

  body.page-template-page-products .product-hero .image img {
    width: 100%;
    height: auto;
  }

  div.product-detail .close {
    right: 0 !important;
    display: none;
  }

  #overlay {
    background: transparent;
    position: static;
    display: none;
    height: 0;
    width: 0;
  }

  .product-blue, .product-blue a {
    color: #FFFFFF;
    background-color: #294380;
  }

  .product-white, .product-white a {
    color: #294380;
    background-color: #FFFFFF;
  }

  .product-white h2 {
    color: #DE8020;
  }

  .product-gray, .product-gray a {
    color: #FFFFFF;
    background-color: #8D9091;
  }
}
/* DESKTOP */
@media (min-width: 1024px) {
  body.page-template-page-products #header {
    height: auto;
    background: none;
  }

  body.page-template-page-products #main {
    padding: 0;
  }

  body.page-template-page-products h2 {
    font-size: 53px;
    margin-bottom: 40px;
  }

  body.page-template-page-products h3 {
    font-size: 25px;
    margin: 30px 0 40px 0;
  }

  body.page-template-page-products p {
    width: 240px;
  }

  body.page-template-page-products * {
    outline: 0;
  }

  body.page-template-page-products .image-wrap {
    display: table;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 433px;
  }

  body.page-template-page-products .image {
    display: table-cell;
    margin: 0;
    padding: 0;
    height: 433px;
    text-align: center;
    vertical-align: middle;
  }

  body.page-template-page-products img {
    display: inline-block;
  }

  body.page-template-page-products div.product-container {
    position: relative;
    width: 500px;
    float: right;
    margin: -100px 0 0 0;
  }

  .products {
    z-index: 10000000;
  }

  body.page-template-page-products .info {
    position: absolute;
    left: 50px;
    top: 380px;
  }

  body.page-template-page-products div.product-detail div.box {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 5px rgba(1, 59, 126, 0.33);
    -moz-box-shadow: 0 0 5px rgba(1, 59, 126, 0.33);
    box-shadow: 0px 0px 5px rgba(1, 59, 126, 0.33);
    margin: -77px -77px -37px -77px;
    padding: 77px;
    min-height: 446px;
  }

  body.page-template-page-products div.product-detail div.box .product-slide {
    margin: 0 0 0 0;
  }

  div.product-category,
div.product-detail {
    padding: 120px 20px 40px 20px;
    min-height: 490px;
  }

  div.product-detail .container:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: -195px;
    left: 154px;
    display: block;
    width: 832px;
    height: 195px;
    background: url("gfx/background-overlay-top.png") no-repeat center bottom;
  }

  div.product-detail .container:after {
    pointer-events: none;
    content: "";
    position: absolute;
    bottom: -304px;
    left: 154px;
    display: block;
    width: 832px;
    height: 304px;
    background: url("gfx/background-overlay-bottom.png") no-repeat center bottom;
  }

  div.product-detail {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1000000000;
  }

  div.product-detail table {
    position: absolute;
    top: 40px;
    left: 323px;
  }

  div.product-detail div.ingredients {
    font-size: 11px;
    line-height: 11px;
    position: absolute;
    bottom: 12px;
    left: 303px;
    width: 900px;
  }

  div.product-detail .prevproduct {
    width: 12px;
    height: 22px;
    background: url("gfx/button-left-blue.png");
    cursor: pointer;
    position: absolute;
    top: 210px;
    left: -50px;
  }

  div.product-detail .nextproduct {
    width: 12px;
    height: 22px;
    background: url("gfx/button-right-blue.png");
    cursor: pointer;
    position: absolute;
    top: 210px;
    right: -50px;
  }

  div.product-detail .close {
    width: 15px;
    height: 15px;
    background: url("gfx/button-close.png");
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: -50px;
  }

  #overlay {
    background: #FFFFFF;
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
  }
}
#overlay2 {
  display: none;
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

#overlay2 {
  display: none;
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/* MOBILE */
@media (max-width: 1023px) {
  /* HISTORY PAGE */
  #timeline, #main .anchor {
    display: none !important;
  }

  body.page-template-page-history {
    background: url(gfx/background-history.jpg) top center repeat-x;
    background-size: 300%;
  }

  body.page-template-page-history #main {
    padding-top: 140px;
    z-index: 3;
  }

  body.page-template-page-history h2 {
    font-size: 30px;
    border-top: dashed 2px #0097D8;
    padding: 0.75em 0;
  }

  body.page-template-page-history img {
    width: 100%;
    height: auto;
  }

  #history-2003 img,
#history-2011 img,
#history-2013 img {
    width: auto;
  }

  #history-2013 img {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    margin: -60px -10px -50px 70px;
  }
}
/* DESKTOP */
@media (min-width: 1024px) {
  /* PAGE HISTORY */
  body.page-template-page-history {
    background: none;
  }

  body.page-template-page-history #social {
    display: none;
  }

  body.page-template-page-history #header {
    background: none;
    height: auto;
  }

  body.page-template-page-history h2 {
    margin: -8px 0 0.33em 0;
  }

  #topgradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+75,0+100 */
    background: -moz-linear-gradient(top, white 0%, white 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, white 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, white 75%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
    /* IE6-9 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
  }

  #timeline {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    position: absolute;
    left: 50%;
    top: 160px;
    margin-left: -367px;
    background-color: #EAEDF3;
    width: 734px;
    height: 6px;
  }

  #timeline ul, #timeline li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #timeline li a {
    position: relative;
    display: block;
  }

  #timeline li a:hover {
    color: #0097D8;
  }

  #timeline li {
    float: left;
    width: 100px;
  }

  #timeline li {
    position: absolute;
  }

  #timeline li a {
    transition: color 0.33s ease;
    display: block;
    padding-top: 15px;
  }

  #timeline #li01 {
    left: 0;
  }

  #timeline #li02 {
    left: 100px;
  }

  #timeline #li03 {
    left: 200px;
  }

  #timeline #li04 {
    left: 300px;
  }

  #timeline #li05 {
    left: 400px;
  }

  #timeline #li06 {
    left: 500px;
  }

  #timeline #li07 {
    left: 600px;
  }

  #timeline #li08 {
    left: 600px;
  }

  #timeline #li09 {
    left: 700px;
  }

  #timeline #li10 {
    left: 900px;
  }

  #timeline #li11 {
    left: 1000px;
  }

  #now {
    position: absolute;
    top: -7px;
    left: 0;
    background-color: #0097D8;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-left: 4px;
  }

  .anchor {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -100px;
    width: 1px;
    height: 10px;
  }

  body.page-template-page-history #header {
    width: 100%;
  }

  body.page-template-page-history #header,
body.page-template-page-history #timeline {
    position: fixed;
  }

  body.page-template-page-history #timeline {
    margin-top: 20px;
  }

  body.page-template-page-history #footer {
    display: none;
  }

  body.page-template-page-history #main {
    cursor: move;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    min-width: 4700px;
    min-height: 1300px;
    background: url(gfx/background-history.jpg) 0 450px repeat-x;
  }

  body.page-template-page-history p {
    margin: 0;
  }

  body.page-template-page-history .slbIframeCont {
    /* padding-top: 91% !important; */
  }

  .history-year {
    padding-left: 30px;
    position: absolute;
  }

  .history-year div {
    border-left: dashed 2px #0097D8;
    padding: 0 0 0 15px;
    position: absolute;
    bottom: 0;
  }

  #history-1981 {
    top: 590px;
    left: 210px;
    width: 530px;
  }

  #history-1981 img {
    margin: 7px 0 -35px -13px;
  }

  #history-1986-1990 {
    top: 770px;
    left: 620px;
    width: 290px;
  }

  #history-1986-1990 div {
    padding-top: 55px;
    top: 0;
    bottom: auto;
  }

  #history-1995 {
    top: 525px;
    left: 860px;
    width: 330px;
  }

  #history-1995 img {
    margin-top: 10px;
    width: 237px;
    height: 176px;
  }

  #history-2003 {
    top: 1050px;
    left: 980px;
    width: 270px;
    text-align: right;
  }

  #history-2003 div {
    border: 0;
    border-right: dashed 2px #0097D8;
    padding: 300px 15px 0 0;
  }

  #history-2003 img {
    position: absolute;
    bottom: 100px;
    right: 15px;
  }

  #history-2003-2 {
    width: 330px;
    top: 660px;
    left: 1290px;
  }

  #history-2003-2 div {
    padding-bottom: 120px;
  }

  #history-2005 {
    width: 250px;
    top: 770px;
    left: 1620px;
  }

  #history-2005 div img {
    margin-top: 70px;
  }

  #history-2008 {
    width: 250px;
    top: 660px;
    left: 1760px;
  }

  #history-2008 div {
    padding-bottom: 90px;
  }

  #history-2008 img {
    margin: 0 0 0 -50px;
  }

  #history-2011 {
    width: 250px;
    top: 560px;
    left: 2000px;
  }

  #history-2011 div {
    padding-top: 190px;
  }

  #history-2011 img {
    position: absolute;
    bottom: 67px;
    left: -27px;
  }

  #history-2013 {
    top: 680px;
    left: 2040px;
    width: 270px;
    text-align: right;
  }

  #history-2013 div {
    border: 0;
    border-right: dashed 2px #0097D8;
    padding: 0 15px 120px 0;
  }

  #history-2013 img {
    position: absolute;
    right: -165px;
    bottom: 110px;
  }

  #history-2015 {
    top: 730px;
    left: 2360px;
    width: 240px;
  }

  #history-2015 div {
    padding-bottom: 160px;
  }

  #history-2015 img {
    position: absolute;
    bottom: -130px;
    left: -7px;
  }

  #history-2016 {
    top: 1030px;
    left: 2870px;
    width: 270px;
    text-align: right;
  }

  #history-2016 img {
    position: absolute;
    bottom: 0px;
    right: -245px;
  }

  #history-2016 div {
    border: 0;
    border-right: dashed 2px #0097D8;
    padding: 190px 15px 0 0;
  }

  #history-2016-2 {
    top: 630px;
    left: 2700px;
    width: 500px;
    text-align: right;
  }

  #history-2016-2 div {
    border: 0;
    border-right: dashed 2px #0097D8;
    padding: 0 15px 170px 0;
  }

  #history-2020 {
    width: 470px;
    top: 650px;
    left: 3400px;
  }

  #history-2021 {
    width: 470px;
    top: 540px;
    left: 3880px;
  }

  #history-2021 img {
    margin-top: 20px;
    margin-bottom: -30px;
  }

  #history-2021 div {
    padding-bottom: 50px;
  }
}
/* FAQ */
#main-box {
  background: rgba(255, 255, 255, 0.9);
  margin-top: -365px;
  padding: 5px;
  padding: 30px;
}

.page-template-page-faq {
  overflow-x: hidden;
}

body.page-template-page-faq h2 {
  font-size: 25px;
  margin: 2em 0 0.75em 0;
}

body.page-template-page-faq h3 {
  cursor: help;
  font: 14px/1.25 stratum1bold, sans-serif;
  text-transform: none;
}

body.page-template-page-faq p {
  font: 14px/1.5 stratum1regular, sans-serif;
}

body.page-template-page-faq div.question {
  color: #FFFFFF;
  background: #294380;
  margin: 0 0 7px 0;
  padding: 10px 18px;
}

body.page-template-page-faq div.answer {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 10px 0 0 0;
  padding: 15px 0 0 0;
}

body.page-template-page-faq div.active {
  display: block;
}

body.page-template-page-faq div.box-green div.question {
  background-color: #00938F;
}

body.page-template-page-faq div.box-green h2 {
  color: #00938F;
}

body.page-template-page-faq div.box-plantpack div.question {
  background-color: #79BB31;
}

body.page-template-page-faq div.box-plantpack h2 {
  color: #79BB31;
}

body.page-template-page-faq div.box-light-blue div.question {
  background-color: #0097D8;
}

body.page-template-page-faq div.box-light-blue h2 {
  color: #0097D8;
}

body.page-template-page-faq div.box-orange div.question {
  background-color: #DE8020;
}

body.page-template-page-faq div.box-orange h2 {
  color: #DE8020;
}

body.page-template-page-faq div.box-gray div.question {
  background-color: #8D9091;
}

body.page-template-page-faq div.box-gray h2 {
  color: #8D9091;
  margin-top: 1em;
}

@media (min-width: 1024px) {
  .page-template-page-faq {
    overflow-x: hidden;
  }
  .page-template-page-faq #main-box {
    margin-top: -720px;
  }
}
/* CONTACT */
body.page-template-page-contact #side {
  padding: 50px 14% 20px 14%;
  text-align: right;
}

body.page-template-page-contact #main-box {
  padding: 10px;
}

@media (min-width: 1024px) {
  /* PAGE CONTACT */
  body.page-template-page-contact #main-box {
    width: 615px;
    padding: 35px;
    margin-top: -720px;
  }

  body.page-template-page-contact #main-box h1,
body.page-template-page-contact #main-box p {
    margin: 0 15px 0.66em 15px;
  }

  body.page-template-page-contact #side {
    position: absolute;
    top: -70px;
    left: 425px;
    text-align: left;
  }
}
/* 404 */
body.error404 #header,
body.error404 #footer,
body.error404 #social,
body.error404 h1 {
  display: none;
}

body.error404 {
  background: url("gfx/404.png") no-repeat;
  background-position: middle;
  background-size: cover;
}

@media (max-width: 1023px) {
  body.error404 {
    background-size: 175%;
  }
}
body.page-template-page-boost,
body.home {
  overflow-x: hidden;
  background-image: none;
}
body.page-template-page-boost img,
body.home img {
  max-width: 100%;
}
body.page-template-page-boost #header,
body.home #header {
  background: none;
  height: 0;
}
body.page-template-page-boost div.container,
body.home div.container {
  width: 100%;
}
body.page-template-page-boost #footer,
body.home #footer {
  text-align: center;
  background: #fff;
}

#boost .boost-button {
  background-color: #FCF400;
  border: 4px solid #fff;
  padding: 0.75em 1.33em;
  border-radius: 0.75em;
  font: 1rem/1 stratum1bold, sans-serif;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.125s ease;
  display: inline-block;
}
#boost .boost-button:hover {
  transform: scale(1.2);
  background-color: #35469E;
  color: #fff;
}
#boost #hero {
  background-image: url("gfx/boost/hero-sportlife-boost-guru-bg.jpg");
  background-size: 200%;
  background-position: 0% 0;
  background-repeat: no-repeat;
  padding: 100px 30px 100px 30px;
  min-height: 100vw;
}
#boost #hero #slogan {
  position: relative;
  left: 6vw;
  top: 55vw;
}
#boost #hero #slogan * {
  font-size: 7vw;
  line-height: 0.85em;
  margin: 0;
  padding: 0.066em 0.33em 0.16em 0.33em;
  color: #fff;
  display: inline-block;
  width: auto;
  white-space: nowrap;
}
#boost #hero #slogan h1 {
  background-color: #294390;
  transform: rotate(-8deg);
  position: relative;
  z-index: 3;
}
#boost #hero #slogan p {
  text-transform: uppercase;
  font-family: stratum1black, sans-serif;
}
#boost #hero #slogan :nth-child(2),
#boost #hero #slogan :nth-child(3) {
  position: absolute;
  top: 1.8em;
  left: 1.66em;
  font-size: 5.5vw;
  background-color: #0096D9;
}
#boost #hero #slogan :nth-child(2) {
  padding-left: 0.5em;
  z-index: 2;
}
#boost #hero #slogan :nth-child(3) {
  padding-right: 0.5em;
  background-color: #E5312D;
  transform: rotate(8deg);
  top: 3.25em;
  left: 0.45em;
  z-index: 1;
}
#boost #boost-slider,
#boost .boost-product .boost-desc-visual {
  background-image: url("gfx/boost/bg-snow.jpg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 400%;
  position: relative;
}
#boost #boost-slider {
  text-align: center;
  overflow: hidden;
}
#boost #boost-slider .boost-slide {
  transition: all 0.4s ease-in-out;
}
#boost #boost-slider .boost-slide a img {
  border-radius: 50%;
}
#boost #boost-slider ul, #boost #boost-slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#boost #boost-slider ul li {
  font: 1em/1 stratum1bold, sans-serif;
  margin-bottom: 1em;
  text-align: center;
}
#boost #boost-slider h2 {
  font-size: 2em;
  margin: 0.5em 0;
}
#boost #boost-slider img {
  width: 75%;
}
#boost #boost-slider .boost-cta {
  margin-bottom: 2em;
}
#boost #boost-slider {
  text-align: left;
  height: 700px;
}
#boost #boost-slider #boost-slide-touch-area {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 60vw;
  z-index: 100;
}
#boost #boost-slider nav {
  position: absolute;
  left: 0;
  top: 280px;
  width: 100%;
  z-index: 100;
}
#boost #boost-slider nav > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  background-image: url("gfx/boost/button-left.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 40% 50%;
  position: absolute;
  left: 24vw;
  left: 40px;
  cursor: pointer;
  transition: all 0.125s linear;
}
#boost #boost-slider nav div:nth-child(2) {
  background-image: url("gfx/boost/button-right.svg");
  background-position: 60% 50%;
  left: auto;
  right: 24vw;
  right: 40px;
}
#boost #boost-slider nav div:hover {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}
#boost #boost-slider .boost-slide {
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0.2vw;
  transform: translate(-50%, 0);
}
#boost #boost-slider .boost-slide a {
  position: relative;
  top: 1vw;
}
#boost #boost-slider .boost-slide img {
  width: 50vw;
  height: 50vw;
}
#boost #boost-slider .boost-slide h2 {
  text-align: center;
  font-size: 2em;
  margin: 1.5em 0 1em 0;
}
#boost #boost-slider .boost-slide ul {
  opacity: 0;
}
#boost #boost-slider .boost-slide ul, #boost #boost-slider .boost-slide li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#boost #boost-slider .boost-slide ul li {
  font: 1em/1 stratum1bold, sans-serif;
  padding: 0.7em 1em;
  margin-bottom: 1em;
  background-color: #fff;
  box-shadow: 0.4em 0.4em 0 0 #FFED00;
}
#boost #boost-slider h2, #boost #boost-slider a.boost-button {
  opacity: 0;
  animation-name: fallfadeout;
  animation-duration: 0.125s;
  animation-fill-mode: forwards;
}
#boost #boost-slider ul {
  animation-name: fadeout;
  animation-duration: 0.125s;
  animation-fill-mode: forwards;
}
#boost #boost-slider .boost-slide-left,
#boost #boost-slider .boost-slide-right {
  z-index: 2;
  filter: blur(3px);
  opacity: 0.4;
}
#boost #boost-slider .boost-slide-left h2, #boost #boost-slider .boost-slide-left ul, #boost #boost-slider .boost-slide-left .boost-cta,
#boost #boost-slider .boost-slide-right h2,
#boost #boost-slider .boost-slide-right ul,
#boost #boost-slider .boost-slide-right .boost-cta {
  pointer-events: none;
}
#boost #boost-slider .boost-slide-left {
  transform: scale(0.8) translate(37%, 0);
}
#boost #boost-slider .boost-slide-right {
  transform: scale(0.8) translate(-163%, 0);
}
#boost #boost-slider .boost-slide-center {
  z-index: 100000000;
  margin-top: 6vw;
}
#boost #boost-slider .boost-slide-center h2, #boost #boost-slider .boost-slide-center .boost-cta .boost-button {
  opacity: 0;
  display: block;
  animation-name: fallfadein;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
#boost #boost-slider .boost-slide-center ul {
  animation-name: fadein;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
#boost #boost-video {
  margin-bottom: 50px;
  padding: 60px 0 80px 0;
  text-align: center;
  border-bottom: 20px solid #294390;
}
#boost #boost-video img {
  max-width: 1160px;
}
#boost #boost-products .boost-ingredients {
  color: #fff;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1rem;
  line-height: 1.6;
}
#boost #boost-products .boost-ingredients p {
  margin: 0 0 -0.33em 0;
  padding: 10px 10px 0 15px;
}
#boost #boost-products .boost-ingredients ul, #boost #boost-products .boost-ingredients li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#boost #boost-products .boost-ingredients li {
  padding-left: 30px;
  position: relative;
}
#boost #boost-products .boost-ingredients li:before {
  content: "";
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  left: -0.2em;
  margin-top: 5px;
  border-radius: 50%;
  background-color: #fff;
}
#boost #boost-products .boost-ingredients ul, #boost #boost-products .boost-ingredients small {
  padding: 10px 20px;
}
#boost #boost-products .boost-ingredients small {
  display: block;
  font-size: 0.9rem;
}
#boost #boost-products .boost-product .boost-cta {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -100px;
}
#boost #boost-products .boost-product-desc {
  padding-bottom: 100px;
}
#boost #boost-products .boost-desc-visual {
  padding-top: 30px;
}
#boost #boost-products #boost-focus .boost-ingredients,
#boost #boost-products #boost-focus .boost-gallery {
  background-color: #0E93C9;
}
#boost #boost-products #boost-focus small {
  background-color: #0053A2;
}
#boost #boost-products #boost-focus .boost-ingredients li::before {
  background-image: url(gfx/boost/li-focus.png);
}
#boost #boost-products #boost-energy .boost-ingredients,
#boost #boost-products #boost-energy .boost-gallery {
  background-color: #E5312D;
}
#boost #boost-products #boost-energy small {
  background-color: #9D181B;
}
#boost #boost-products #boost-energy .boost-ingredients li::before {
  background-image: url(gfx/boost/li-energy.png);
}
#boost #boost-products #boost-recovery .boost-ingredients,
#boost #boost-products #boost-recovery .boost-gallery {
  background-color: #009350;
}
#boost #boost-products #boost-recovery small {
  background-color: #006F41;
}
#boost #boost-products #boost-recovery .boost-ingredients li::before {
  background-image: url(gfx/boost/li-recovery.png);
}
#boost #boost-products .boost-product-visual img:nth-child(1) {
  margin-bottom: -50px;
}
#boost #boost-products .boost-gallery {
  font-size: 0;
}
#boost #boost-products .boost-gallery {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
#boost #boost-products .boost-gallery img {
  opacity: 0.33;
  transition: all 0.125s linear;
}
#boost #boost-products .boost-gallery img:hover {
  position: relative;
  z-index: 10;
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.33);
}
#boost #boost-slider,
#boost .boost-product-desc,
#boost .boost-product-visual {
  padding-left: 30px;
  padding-right: 30px;
}

@keyframes floating-gum {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 6px;
  }
}
@keyframes floating-gum-pulse {
  0%, 100% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
}
@keyframes floating-gum-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes floating-gum-rotate-cw {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes floating-gum-fade {
  0%, 100% {
    opacity: 0;
    transform: scale(0.8);
  }
  3%, 33% {
    opacity: 1;
    transform: scale(1);
  }
  36% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fallfadein {
  from {
    opacity: 0;
    transform: translate(0, -130px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fallfadeout {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translate(0, -130px);
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) and (orientation: portrait) {
  #boost #boost-slider {
    height: 900px;
  }
  #boost #boost-slider nav {
    top: 600px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-boost #primary-menu a {
    color: #fff;
  }
  body.page-template-page-boost #primary-menu a:hover,
body.page-template-page-boost #primary-menu .current-menu-item a {
    color: #294390;
  }

  #boost .boost-button {
    font: 1.66vw/1 stratum1bold, sans-serif;
  }
  #boost #hero {
    min-height: auto;
    height: 44.3vw;
    padding: 0;
    background-size: 100%;
  }
  #boost #hero #slogan {
    position: absolute;
    left: 53%;
    top: 17vw;
  }
  #boost #hero #slogan * {
    font-size: 3.7vw;
  }
  #boost #hero #slogan :nth-child(2),
#boost #hero #slogan :nth-child(3) {
    font-size: 3vw;
  }
  #boost #boost-slider,
#boost .boost-product .boost-desc-visual {
    background-size: 100%;
  }
  #boost #boost-slider {
    height: 56.25vw;
  }
  #boost #boost-slider #boost-slide-touch-area {
    display: none;
  }
  #boost #boost-slider nav {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 21.5vw;
    width: 100%;
    z-index: 100;
  }
  #boost #boost-slider nav > div {
    width: 4vw;
    height: 4vw;
    background-size: 2vw 2vw;
    left: 24vw;
  }
  #boost #boost-slider nav div:nth-child(2) {
    right: 24vw;
  }
  #boost #boost-slider ul li {
    font: 1.25vw/1 stratum1bold, sans-serif;
    display: inline-block;
    position: absolute;
    top: 23.5vw;
    white-space: nowrap;
  }
  #boost #boost-slider ul li:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 1em;
    pointer-events: none;
  }
  #boost #boost-slider ul li:nth-child(1) {
    right: 50%;
    margin-right: 18.5vw;
  }
  #boost #boost-slider ul li:nth-child(1):after {
    background-image: url("gfx/boost/claim-line-left.svg");
    background-position: 0 100%;
    width: 16vw;
    height: 11vw;
    right: -15.9vw;
  }
  #boost #boost-slider ul li:nth-child(2):after {
    background-image: url("gfx/boost/claim-line-right.svg");
    background-position: 100% 100%;
    width: 11vw;
    height: 11vw;
    left: -10.9vw;
  }
  #boost #boost-slider ul li:nth-child(2) {
    left: 50%;
    margin-left: 12vw;
    top: 22.33vw;
  }
  #boost #boost-slider ul li:nth-child(2):after {
    background-image: url("gfx/boost/claim-line-right.svg");
    background-position: 100% 100%;
    width: 11vw;
    height: 11vw;
    left: -10.9vw;
  }
  #boost #boost-slider h2 {
    font-size: 3.75vw;
    margin: 1.5em 0 1em 0;
  }
  #boost #boost-slider .boost-slide img {
    width: 27.0833333333vw;
    height: 27.0833333333vw;
  }
  #boost #boost-slider .boost-slide-center {
    margin-top: 0;
  }
  #boost #boost-products {
    font-size: 1.33rem;
  }
  #boost #boost-products .boost-product .boost-cta {
    margin-top: -140px;
  }
  #boost #boost-products .boost-product .boost-cta:hover {
    transform: translate(-50%, 0) scale(1.2);
  }
  #boost #boost-products .boost-desc-visual {
    padding-top: 75px;
    padding-right: calc(50% - 1160px / 2);
    padding-bottom: 200px;
    padding-left: calc(50% - 1160px / 2);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #boost #boost-products .boost-desc-visual {
    padding-top: 30px;
  }
  #boost #boost-products .boost-product-desc {
    order: 1;
    width: 575px;
    font-size: 1.5rem;
    line-height: 1.2;
    padding-right: 75px;
    padding-bottom: 0;
  }
  #boost #boost-products .boost-product-desc h2 {
    font-size: 3.8rem;
    margin: 0 0 0.5em 0;
  }
  #boost #boost-products .boost-product-desc h2 span {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.25em;
    margin-left: 0.05em;
    display: block;
  }
  #boost #boost-products .boost-product-desc h2:before {
    content: "";
    display: block;
    width: 180px;
    height: 100px;
    margin-bottom: 5px;
    background: url("gfx/boost/new.svg") no-repeat;
  }
  #boost #boost-products .boost-ingredients {
    font-size: 1.33rem;
    margin-right: -75px;
    margin-bottom: 0;
  }
  #boost #boost-products .boost-product-visual {
    order: 2;
    width: 660px;
    display: flex;
    flex-direction: column;
  }
  #boost #boost-products .boost-product-visual img:nth-child(1) {
    align-self: flex-end;
    max-width: 380px;
    max-height: 200px;
    margin-top: 100px;
    margin-bottom: -100px;
  }
  #boost #boost-products .boost-product-visual img:nth-child(2) {
    position: relative;
    left: 110px;
    margin-bottom: -100px;
  }

  body.page-template-page-homepage #boost-slider {
    height: 50vw !important;
  }
}
@media (max-width: 1023px) {
  #boost #boost-products .boost-gallery {
    display: block;
    height: 57vw;
    overflow: hidden;
    position: relative;
  }
  #boost #boost-products .boost-gallery li {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.25s linear;
    pointer-events: none;
  }
  #boost #boost-products .boost-gallery li.active {
    pointer-events: all;
    opacity: 1;
  }

  #boost-video img {
    width: 100%;
  }

  .boost-gallery-wrapper {
    position: relative;
    width: 100%;
  }

  .boost-gallery-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: url(gfx/boost/icon-swipe.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    opacity: 1;
    transition: opacity 0.5s linear;
  }

  .boost-gallery-wrapper.hideSwipeIcon:after {
    opacity: 0;
  }
}
body.page-template-page-homepage {
  background-image: none;
}

body.page-template-page-homepage #boost {
  padding-bottom: 0;
}

#boost #hero #hero-blue,
#boost #hero #hero-red,
#boost #hero #hero-green,
#boost #hero #hero-sparkle,
#boost #hero #hero-sparkle-2 {
  opacity: 0;
  position: absolute;
  top: 20vw;
  left: 24vw;
  width: 42vw;
  height: 42vw;
  background-repeat: no-repeat;
  background-size: cover;
  animation: floating-gum 2s ease-in-out infinite, floating-gum-fade 12s ease-in-out infinite;
}

#boost #hero #hero-sparkle {
  z-index: 10000;
  opacity: 1;
  background-image: url("gfx/boost/hero-sportlife-boost-guru-sparkle.png");
  animation: floating-gum-rotate 6s linear infinite, floating-gum-pulse 1.5s linear infinite;
}

#boost #hero #hero-sparkle-2 {
  z-index: 10000;
  opacity: 1;
  background-image: url("gfx/boost/hero-sportlife-boost-guru-sparkle-2.png");
  animation: floating-gum-rotate-cw 4s linear infinite, floating-gum-pulse 2.25s linear infinite;
}

#boost #hero #hero-blue {
  background-image: url("gfx/boost/hero-sportlife-boost-guru-blue.png");
}

#boost #hero #hero-red {
  background-image: url("gfx/boost/hero-sportlife-boost-guru-red.png");
  animation-delay: 4s;
}

#boost #hero #hero-green {
  background-image: url("gfx/boost/hero-sportlife-boost-guru-green.png");
  animation-delay: 8s;
}

@media (min-width: 1024px) {
  #boost #hero #hero-blue,
#boost #hero #hero-red,
#boost #hero #hero-green,
#boost #hero #hero-sparkle,
#boost #hero #hero-sparkle-2 {
    top: 8.0729166667vw;
    left: 10.5729166667vw;
    width: 23.59375vw;
    height: 23.59375vw;
  }
}
body.page-template-page-plantpack {
  overflow-x: hidden;
}

body.page-template-page-plantpack {
  background-image: url(gfx/plantpack/bg-snow.jpg);
  background-color: #E2FFFE;
  background-size: 100%;
  background-position: 50% 0;
}
body.page-template-page-plantpack img {
  width: 100%;
  height: auto;
}
body.page-template-page-plantpack #header {
  background: none;
  height: 0;
}
body.page-template-page-plantpack div.container {
  width: 100%;
}
body.page-template-page-plantpack #logo {
  display: none;
}
body.page-template-page-plantpack #pp-logo {
  margin-top: 20px;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page-plantpack #primary-menu a:hover,
body.page-template-page-plantpack #primary-menu .current-menu-item a {
  color: #0097D8;
}
body.page-template-page-plantpack #footer {
  text-align: center;
}

.logged-in #pp-logo {
  margin-top: 32px;
}

.logged-in #pp-logo {
  margin-top: 32px;
}

#plantpack {
  padding-left: 30px;
  padding-right: 30px;
}
#plantpack #pp-quote h2,
#plantpack #pp-commitmentText h2,
#plantpack #pp-timeline h2 {
  font-size: 1.75rem;
  line-height: 0.9;
  color: #fff;
  position: relative;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
#plantpack #pp-quote h2 span,
#plantpack #pp-commitmentText h2 span,
#plantpack #pp-timeline h2 span {
  display: inline-block;
  padding: 0.1em 0.4em 0.2em 0.4em;
}
#plantpack #pp-quote h2 span:nth-child(1),
#plantpack #pp-commitmentText h2 span:nth-child(1),
#plantpack #pp-timeline h2 span:nth-child(1) {
  background-color: #294390;
  padding: 0.15em 0.5em 0.15em 0.25em;
  position: absolute;
  transform: rotate(-8deg);
  margin: -1.1em 0 0 -1.25em;
}
#plantpack #pp-timeline h2 span:nth-child(1) {
  margin-top: -1.3em;
}
#plantpack #pp-quote h2 span:nth-child(2),
#plantpack #pp-commitmentText h2 span:nth-child(2),
#plantpack #pp-timeline h2 span:nth-child(2) {
  background-color: #79BB31;
}
#plantpack #pp-commitmentText h2 span:nth-child(2) {
  margin-top: 0.25em;
}
#plantpack #hero {
  text-align: center;
}
#plantpack #hero #slogan h1 {
  font-size: 2.3rem;
  margin: 0 0 0.33em 0;
  color: #23661B;
  position: relative;
}
#plantpack #hero #slogan h1:after {
  margin: -10px 0 0 -200px;
  transform: rotate(25deg);
}
#plantpack #hero #slogan h1 strong {
  color: #79BB31;
}
#plantpack #hero #slogan p {
  font-size: 1.5rem;
  line-height: 1.2;
}
#plantpack #hero #slogan:after {
  width: 133px;
  height: 75px;
  margin: 10px 0 0 -100px;
  transform: rotate(-10deg);
}
#plantpack #pp-quote {
  background-color: #fff;
  max-width: 1160px;
  box-shadow: 0 13px 26px #BBDAE7;
  margin: 5em 0;
  padding: 20px;
}
#plantpack #pp-quote blockquote {
  font: 1.5rem/1.2 stratum1regular, sans-serif;
  margin: 0 1em;
  padding: 0;
  text-align: center;
}
#plantpack #pp-quote blockquote:after {
  content: "";
  display: block;
  height: 1.5em;
  background: url(gfx/plantpack/testimonial-arrow.svg) no-repeat;
  background-size: contain;
  background-position: top;
  margin: 0 -1em;
}
#plantpack #pp-quote blockquote h2 {
  margin: -0.5em 0 0.5em -0.33em;
}
#plantpack #pp-quote img {
  display: block;
  max-width: 340px;
  border-radius: 50%;
}
#plantpack #pp-quote figcaption {
  margin-top: 1.5em;
  margin-left: 1em;
}
#plantpack #pp-quote figure {
  font-size: 1.5rem;
}
#plantpack #pp-quote:after {
  transform: scalex(-1) rotate(20deg);
  left: 50%;
  margin-top: -50px;
  margin-left: 650px;
}
#plantpack #logo-plantpack {
  width: 50%;
  margin: 20px auto;
  position: relative;
}
#plantpack #logo-plantpack img {
  border-radius: 50%;
  max-width: 300px;
  background-color: #79BB31;
  box-shadow: 0 0 60px 15px white;
}
#plantpack #logo-plantpack:after {
  right: 0;
  transform: scalex(-1);
  margin: -75px -90px 0 0;
}
#plantpack #pp-product {
  background-image: url(gfx/plantpack/bg-clouds-round.png);
  background-position: 33%;
  background-size: 55vw;
  background-repeat: no-repeat;
}
#plantpack #pp-product ul, #plantpack #pp-product li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#plantpack #pp-product ul li {
  font: 1rem/1 stratum1bold, sans-serif;
  background-color: #fff;
  color: #294390;
  box-shadow: 0.4em 0.4em 0 0 #FFED00;
  padding: 0.7em 1em;
  margin-bottom: 1em;
}
#plantpack #pp-product ul li strong {
  font-family: stratum1bold, sans-serif;
  color: #79BB31;
}
#plantpack #pp-product > div {
  background-color: #79BB31;
  border-radius: 50%;
  padding-top: 10vw;
  box-shadow: 0px 0px 60px 15px white;
  margin-bottom: 1em;
}
#plantpack #pp-product > div > div {
  background-color: #23661B;
  border-radius: 50%;
  padding: 40px;
  height: 80vw;
}
#plantpack #pp-product img {
  position: absolute;
  animation: slider-animation;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  background-size: cover;
  opacity: 0;
  width: 66vw;
}
#plantpack #pp-product img:nth-child(2) {
  animation-delay: 3s;
}
#plantpack #pp-timeline {
  background: url(gfx/plantpack/bg-mountain.jpg) no-repeat;
  background-position: bottom;
  margin: 20px -30px;
  padding: 100px 30px;
}
#plantpack #pp-timeline #pp-milestones .pp-milestone {
  position: relative;
  background-color: #fff;
  margin: 90px 0;
  padding: 30px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.2);
}
#plantpack #pp-timeline #pp-milestones .pp-milestone ul {
  margin-left: 1em;
  list-style: none;
}
#plantpack #pp-timeline #pp-milestones .pp-milestone li {
  margin-bottom: 1em;
  list-style: none;
  text-align: center;
}
#plantpack #pp-timeline #pp-milestones .pp-milestone h3 {
  font-size: 2rem;
  color: #2BB5F5;
  margin-bottom: 0.5em;
}

@media (min-width: 1024px) {
  body.page-template-page-plantpack {
    padding: 0;
  }
  body.page-template-page-plantpack #pp-logo {
    position: absolute;
    top: 40px;
    left: 61px;
    min-width: 456px;
    margin: 0;
  }

  #plantpack #hero h1:after,
#plantpack #slogan:after,
#plantpack #logo-plantpack:after,
#plantpack #pp-product:after,
#plantpack #pp-quote:after,
#plantpack #pp-commitmentText:after,
#plantpack #pp-commitmentText h2:after,
#plantpack #pp-commitmentVisual:after {
    content: "";
    display: block;
    background-image: url(gfx/plantpack/bg-leaf.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 50px;
    position: absolute;
  }
  #plantpack #hero {
    text-align: left;
    padding-top: 175px;
    padding-right: calc(50% - 1160px / 2);
    padding-bottom: 200px;
    padding-left: calc(50% - 1160px / 2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #plantpack #hero #slogan {
    order: 1;
    width: 85%;
    padding-top: 60px;
    padding-right: 20px;
  }
  #plantpack #hero #slogan h1 {
    width: 100%;
    font-size: 5.6rem;
    font-size: 3.25rem;
  }
  #plantpack #hero #logo-plantpack {
    order: 2;
    width: 47%;
    margin: 60px 0 0 100px;
  }
  #plantpack #hero #logo-plantpack:after {
    right: 0;
    transform: scalex(-1);
    margin: -75px -90px 0 0;
  }
  #plantpack #hero #logo-plantpack:before {
    position: absolute;
    content: "";
    display: block;
    background: url(gfx/plantpack/bg-clouds-round.png) no-repeat;
    left: -180px;
    top: -200px;
    width: 693px;
    height: 669px;
    z-index: 1;
  }
  #plantpack #hero #logo-plantpack img {
    position: relative;
    z-index: 2;
  }
  #plantpack #pp-product {
    position: relative;
    display: flex;
    justify-content: center;
  }
  #plantpack #pp-product div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #plantpack #pp-product ul li {
    font: 1.25vw/1 stratum1bold, sans-serif;
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    margin-bottom: 0;
  }
  #plantpack #pp-product > div {
    border-radius: 50%;
    width: 41.75vw;
    height: 41.75vw;
    padding-top: 10vw;
    box-shadow: 0px 0px 60px 15px white;
  }
  #plantpack #pp-product > div > div {
    border-radius: 50%;
    width: 30vw;
    height: 30vw;
    padding: 0;
    margin-bottom: 0;
  }
  #plantpack #pp-product img {
    width: 20.9375vw;
    margin: 0;
  }
  #plantpack #pp-product ul li:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 1em;
  }
  #plantpack #pp-product ul li:nth-child(1) {
    left: 50%;
    top: 3.33vw;
    margin-left: 10vw;
  }
  #plantpack #pp-product ul li:nth-child(1):after {
    background-image: url("gfx/plantpack/claim-line-left-down.svg");
    background-position: 100% 0;
    width: 7.75vw;
    height: 16vw;
    left: -7.5vw;
    top: 1.5vw;
  }
  #plantpack #pp-product ul li:nth-child(2) {
    right: 50%;
    top: 13vw;
    margin-right: 17vw;
  }
  #plantpack #pp-product ul li:nth-child(2):after {
    background-image: url("gfx/plantpack/claim-line-right-down.svg");
    background-position: 0 0;
    width: 11.5vw;
    height: 15vw;
    right: -11.5vw;
    top: -3vw;
  }
  #plantpack #pp-product ul li:nth-child(3) {
    left: 50%;
    top: 39vw;
    margin-left: 12.5vw;
  }
  #plantpack #pp-product ul li:nth-child(3):after {
    background-image: url("gfx/plantpack/claim-line-left-up.svg");
    background-position: 100% 100%;
    width: 12.33vw;
    height: 12.33vw;
    left: -12.33vw;
  }
  #plantpack #pp-product ul li:nth-child(4) {
    right: 50%;
    top: 36vw;
    margin-right: 10vw;
  }
  #plantpack #pp-product ul li:nth-child(4):after {
    background-image: url("gfx/plantpack/claim-line-right-up.svg");
    background-position: 0 0;
    width: 8vw;
    height: 5vw;
    right: -8.4vw;
    top: -3vw;
  }
  #plantpack #pp-product:after {
    left: 50%;
    transform: scalex(-1);
    margin-left: 36vw;
    margin-top: 11vw;
  }
  #plantpack #pp-commitment {
    max-width: 1160px;
    margin: 200px auto;
    display: flex;
    padding: 0 0 0 60px;
  }
  #plantpack #pp-commitmentText {
    min-width: 50%;
  }
  #plantpack #pp-commitmentText h2:after {
    transform: rotate(20deg);
  }
  #plantpack #pp-commitmentText p strong {
    font-family: stratum1bold, sans-serif;
  }
  #plantpack #pp-commitmentText p {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  #plantpack #pp-commitmentText:after {
    width: 133px;
    height: 75px;
    margin: -250px 0 0 -200px;
    transform: rotate(-10deg);
  }
  #plantpack #pp-commitmentVisual {
    padding-top: 23em;
    margin-left: -100px;
    position: relative;
    z-index: 1;
  }
  #plantpack #pp-commitmentVisual img {
    width: 1039px;
    margin-top: 20em;
    margin-right: -100px;
  }
  #plantpack #pp-commitmentVisual:after {
    width: 133px;
    height: 75px;
    transform: scalex(-1);
    top: 240px;
    margin-left: 600px;
  }
  #plantpack #pp-quote {
    margin: 200px auto;
    padding: 60px 40px 20px 60px;
    display: flex;
    align-items: center;
  }
  #plantpack #pp-quote blockquote {
    font: 2.25rem/1.2 stratum1regular, sans-serif;
  }
  #plantpack #pp-quote img {
    width: 340px;
  }
  #plantpack #pp-timeline {
    min-height: 1180px;
    padding: 0;
    margin: 0 -30px 0 -30px;
    background-position: 50% 100%;
  }
  #plantpack #pp-timeline h2 {
    padding-top: 0.5em;
    margin-bottom: 1em;
    padding-left: calc(50% - 1160px / 2);
  }
  #plantpack #pp-timeline #pp-milestones {
    display: flex;
    padding-left: calc(50% - 1160px / 2);
  }
  #plantpack #pp-timeline #pp-milestones .pp-milestone {
    max-width: 280px;
    margin: 0 40px;
  }
  #plantpack #pp-timeline #pp-milestones .pp-milestone ul {
    margin-left: 0;
  }
  #plantpack #pp-timeline #pp-milestones .pp-milestone:after {
    content: "";
    display: block;
    width: 20px;
    height: 300px;
    position: absolute;
    bottom: -299px;
    left: 50%;
    margin-left: -10px;
    background: url("gfx/plantpack/milestone-line-down.svg") no-repeat 50% 0;
  }
  #plantpack #pp-timeline #pp-milestones .pp-milestone:nth-child(1) {
    position: relative;
    bottom: -100px;
  }
  #plantpack #pp-timeline #pp-milestones .pp-milestone:nth-child(3) {
    position: relative;
    bottom: 200px;
  }
  #plantpack #pp-timeline #pp-milestones .pp-milestone h3 {
    font-size: 4rem;
    text-align: center;
  }
  #plantpack #footer {
    background: #fff;
  }
  #plantpack #pp-quote h2,
#plantpack #pp-commitmentText h2,
#plantpack #pp-timeline h2 {
    font-size: 4.5rem;
    line-height: 0.9;
    color: #fff;
    position: relative;
    margin-left: 1.5em;
    margin-bottom: 0.5em;
  }
  #plantpack #pp-commitmentText h2 {
    font-size: 3.35rem;
    white-space: nowrap;
  }
  #plantpack #pp-commitmentText {
    z-index: 2;
  }
  #plantpack #pp-commitmentText h2 {
    margin: 0 0 0.5em 30px;
  }
  #plantpack #pp-commitmentText h2:after {
    margin: 30px 0 0 -200px;
  }
}
@media (min-width: 1281px) {
  #plantpack #pp-commitmentText h2 {
    margin: 0 0 0.5em -60px;
  }
  #plantpack #pp-commitmentText h2:after {
    margin: 30px 0 0 -200px;
  }
}
#lottie {
  background-color: #79bb31;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  border-radius: 50%;
  margin-top: 2em;
  padding: 15%;
}

@keyframes slider-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
