@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?td18x");
  src: url("../fonts/icomoon.eot?td18x#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?td18x") format("truetype"), url("../fonts/icomoon.woff?td18x") format("woff"), url("../fonts/icomoon.svg?td18x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-smile:before {
  content: "\e900";
}

.icon-candy-cane:before {
  content: "\e901";
}

.icon-pie:before {
  content: "\e902";
}

.icon-smoking:before {
  content: "\e903";
}

.icon-leaf:before {
  content: "\e904";
}

.icon-apple-alt:before {
  content: "\e905";
}

.icon-wine-bottle:before {
  content: "\e906";
}

html {
  scroll-behavior: smooth;
  height: 100%;
  box-sizing: border-box;
}

body {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  background-color: #e4eebf;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.main-container {
  padding: 60px 0px 120px;
  background-color: #e4eebf;
}

.sidebar {
  text-align: center;
}

.content-holder .content {
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #becf00;
  -webkit-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
}
.content-holder .content p {
  color: #000000;
}
.content-holder .content a {
  color: #517e08;
}
.content-holder .content li {
  color: #000000;
}
.content-holder .content img {
  max-width: 100%;
  height: auto;
}
.content-holder .content li.list-group-item {
  background-color: #e4eebf;
}
.content-holder .content-spacer {
  margin-bottom: 30px;
}

@media (min-width: 1290px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1150px) {
  .container {
    width: 1280px;
  }
}
.site {
  overflow-x: hidden;
}

.tempcontent {
  padding: 50px;
  text-align: center;
  font-size: 24px;
}

p, a, li {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

a {
  color: #517e08;
}

a:hover {
  color: #517e08;
  text-decoration: underline;
}

a:visited {
  color: #517e08;
}

a:focus {
  color: #517e08;
  outline: none;
}

.countrylink a {
  font-size: 16px;
}

*:focus {
  outline: none;
}

img[usemap] {
  max-width: 100%;
  height: auto;
  width: auto;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.h1-title {
  display: flex;
  align-items: flex-start;
}

h1 {
  font-size: 28px;
  color: #e40018;
  margin: 0px;
  padding-bottom: 16px;
  line-height: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: none;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  text-align: left;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  text-align: left;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}

.navbar-toggler-icon {
  font-size: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(247,178,0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.scroller {
  position: absolute;
  z-index: 999;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
}
.scroller .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.borderh2 {
  border: solid 4px #98c100;
  display: inline-block;
  padding: 0px;
}

.is-button {
  border: solid 4px #000000;
  transition: all 0.5s ease;
}
.is-button h2 {
  background-color: #000000;
  transition: all 0.5s ease;
}
.is-button h2 a {
  font-family: "Roboto", sans-serif;
  font-size: 68px;
  line-height: 68px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.is-button h2 a:visited, .is-button h2 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.is-button h2:hover {
  background-color: #98c100;
}
.is-button:hover {
  border: solid 4px #98c100;
}

.home-page h2 {
  font-size: 36px;
  color: #c9e9fa;
  margin: 0px;
  padding-bottom: 16px;
  line-height: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

rm-control {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  border: solid 4px #98c100;
  padding: 20px;
}
rm-control ::-webkit-input-placeholder {
  color: #a2a29d;
  font-weight: 400;
  opacity: 1 !important;
  font-family: "Roboto", sans-serif;
}
rm-control :-moz-placeholder {
  color: #a2a29d;
  font-weight: 400;
  opacity: 1 !important;
  font-family: "Roboto", sans-serif;
}
rm-control ::-moz-placeholder {
  color: #a2a29d;
  font-weight: 400;
  opacity: 1 !important;
  font-family: "Roboto", sans-serif;
}
rm-control :-ms-input-placeholder {
  color: #a2a29d;
  font-weight: 400;
  opacity: 1 !important;
  font-family: "Roboto", sans-serif;
}
rm-control:focus {
  color: #000000;
}

textarea.form-control {
  height: 177px;
}

.form-group ::-webkit-input-placeholder {
  color: #a2a29d;
  font-weight: 400;
  opacity: 1 !important;
  font-family: "Roboto", sans-serif;
}
.form-group :-moz-placeholder {
  color: #a2a29d;
  font-weight: 400;
  opacity: 1 !important;
  font-family: "Roboto", sans-serif;
}
.form-group ::-moz-placeholder {
  color: #a2a29d;
  font-weight: 400;
  opacity: 1 !important;
  font-family: "Roboto", sans-serif;
}
.form-group :-ms-input-placeholder {
  color: #a2a29d;
  font-weight: 400;
  opacity: 1 !important;
  font-family: "Roboto", sans-serif;
}

.btn-default {
  position: relative;
  background-color: #98c100;
  border: solid 1px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 24px 12px 24px;
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  transition: all 0.5s ease;
  align-items: center;
}
.btn-default .fa-chevron-circle-right {
  font-size: 30px;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  background-color: #98c100;
  color: #ffffff;
}
.btn-default:hover {
  background-color: #ffffff;
  color: #98c100;
}

.btn-primary {
  position: relative;
  background-color: #000000;
  border: solid 1px #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 24px 12px 24px;
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  transition: all 0.5s ease;
  align-items: center;
}
.btn-primary .fa-chevron-circle-right {
  font-size: 30px;
}
.btn-primary:visited, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus {
  background-color: #000000;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #98c100;
  color: #ffffff;
}

.list-group-item-danger {
  text-decoration: line-through;
}

.card {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}

.about-block {
  -webkit-box-shadow: 0px 2px 11px 2px rgba(163, 163, 163, 0.3);
  -moz-box-shadow: 0px 2px 11px 2px rgba(163, 163, 163, 0.3);
  box-shadow: 0px 2px 11px 2px rgba(163, 163, 163, 0.3);
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

.logo-holder {
  margin-top: 10px;
}

.pattern {
  background: transparent url("../img/pattern.png") repeat 0 0;
  min-height: 300px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }

  h1 {
    font-size: 24px;
    line-height: 30px;
  }

  h2 {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .is-button h2 a {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .home-page h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .btn-default {
    font-size: 20px;
  }
  .btn-default .fa-chevron-circle-right {
    font-size: 24px;
  }

  .start-content h1 {
    text-align: center;
    font-size: 40px;
    color: #c9e9fa;
    margin: 0px;
    padding: 60px 0px 0px;
    font-family: "Roboto", sans-serif;
  }
}
.banner-section .home-banner {
  height: 100vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-section .home-banner .millers-juice {
  width: 100%;
  text-align: center;
  min-height: 100px;
}
.banner-section .home-banner .millers-juice h1 {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  padding: 45px 80px;
  border: solid 4px #ffffff;
  font-size: 90px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
}
.banner-section .home-banner .millers-juice .banner-logo .header-logo {
  max-width: 200px;
  height: auto;
}
.banner-section .home-banner .banner-slider {
  background-color: rgba(0, 0, 0, 0.34);
  margin-top: 140px;
  height: 370px;
}
.banner-section .home-banner .banner-slider .carousel-item {
  font-size: 96px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100px;
  font-family: "Roboto", sans-serif;
}
.banner-section .home-banner .banner-slider .carousel-item .ca-text {
  height: 200px;
}
.banner-section .home-banner .banner-slider .carousel-item strong {
  font-size: 96px;
  color: #98c100;
  font-weight: 700;
}

.navigation-section {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
}

.flavour-item {
  margin-bottom: 20px;
  text-align: center;
}
.flavour-item .flavour-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.flavour-icon {
  height: 110px;
  width: 95px;
  padding-bottom: 15px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-mask-image: url("../img/balloon.svg");
  mask-image: url("../img/balloon.svg");
  justify-content: center;
  align-items: center;
}
.flavour-icon span {
  color: #ffffff;
  font-size: 40px;
}

.silverline-section {
  padding: 100px 0px;
}
.silverline-section .borderh2 {
  border-color: #517e08;
}
.silverline-section .borderh2 h2 {
  background-color: #517e08;
}
.silverline-section .flavour-icon {
  background-color: #517e08;
}

.chromeline-section {
  padding: 100px 0px;
}
.chromeline-section .borderh2 {
  border-color: #c9e9fa;
}
.chromeline-section .borderh2 h2 {
  background-color: #c9e9fa;
}
.chromeline-section .flavour-icon {
  background-color: #c9e9fa;
}

.platinumline-section {
  padding: 100px 0px;
}
.platinumline-section .borderh2 {
  border-color: #e40018;
}
.platinumline-section .borderh2 h2 {
  background-color: #e40018;
}
.platinumline-section .flavour-icon {
  background-color: #e40018;
}

.goldline-section {
  padding: 100px 0px;
}
.goldline-section .borderh2 {
  border-color: #becf00;
}
.goldline-section .borderh2 h2 {
  background-color: #becf00;
}
.goldline-section .flavour-icon {
  background-color: #becf00;
}

.privatelabel-section {
  padding: 44px 0px;
  text-align: center;
  margin-top: 12px;
}

.content-section {
  padding: 44px 0px;
  margin-top: 12px;
}
.content-section .borderh2 {
  border-color: #000000;
  margin-bottom: 60px;
}
.content-section .borderh2 h2 {
  background-color: #000000;
}

.product-image {
  height: 644px;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.product-content {
  margin-top: 56px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #000000;
}
.product-content p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #000000;
}

.product-flavours {
  margin-top: 60px;
}

.image-section {
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.privateblock-section {
  padding: 100px 0px 60px;
}
.privateblock-section .borderh2 {
  margin-bottom: 30px;
}

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

.private-col {
  text-align: center;
}
.private-col h3 {
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.private-col .private-image {
  margin: 0 auto;
}
.private-col .private-button {
  text-align: center;
}

.retailers-section {
  background-color: #f5f5f5;
  padding: 100px 0px 100px;
  text-align: center;
  margin-top: 12px;
}

.about-section {
  background-color: #f5f5f5;
  padding: 44px 0px;
  text-align: center;
  margin-top: 12px;
}
.about-section h3 {
  margin-top: 26px;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.about-section h3 strong {
  color: #98c100;
}

h4.card-title {
  color: #98c100;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-block .card-text {
  max-height: 300px;
  position: relative;
  overflow: hidden;
}
.about-block .card-text .card-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 80px 0;
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #ffffff);
}

.private-blocks {
  margin-top: 60px;
}

.private-block {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
.private-block p {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.card-more {
  color: #98c100;
  text-align: right;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 10px;
  cursor: pointer;
}

.about-blocks {
  padding: 60px 0px;
}

.locations-section {
  padding: 0px 0px 60px;
  text-align: center;
}

.address-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 640px;
  text-align: center;
}

.address-block {
  color: #ffffff;
}
.address-block .address-email {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
.address-block .address-email a {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
.address-block h4 {
  font-size: 68px;
  line-height: 68px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
}
.address-block .address-address {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  font: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
.address-block .address-zipcity {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  font: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

.contact-section {
  padding: 100px 0px 0px;
  text-align: center;
}

.footer-section {
  background-color: #98c100;
  padding: 66px 0px;
  text-align: center;
}
.footer-section .footer-logo {
  max-width: 300px;
}

.certificate-holder {
  height: 500px;
  padding: 20px 0px;
}
.certificate-holder .certificate-content .certificate-content-p {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 20px;
}

.box-content.show {
  display: block;
}
.box-content.hide {
  display: none;
}

.modal {
  z-index: 99999;
}

.modal-backdrop {
  z-index: 99990;
}

.modal-logo {
  width: 200px;
  height: auto;
  margin: 20px auto;
}

.country-button {
  width: 30px;
  height: auto;
  margin: 0px 5px 20px;
}

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

.box-content {
  padding: 30px;
}
.box-content .title {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.modal-logo-row {
  text-align: center;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .banner-section .home-banner {
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .banner-section .home-banner .millers-juice {
    width: 100%;
    text-align: center;
    min-height: 100px;
  }
  .banner-section .home-banner .millers-juice h1 {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding: 4px 17px;
    border: solid 4px #ffffff;
    font-size: 44px;
    line-height: 54px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  }
  .banner-section .home-banner .banner-slider {
    background-color: rgba(0, 0, 0, 0.34);
    margin-top: 70px;
    height: 270px;
  }
  .banner-section .home-banner .banner-slider .carousel-item {
    font-size: 44px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 54px;
  }
  .banner-section .home-banner .banner-slider .carousel-item strong {
    font-size: 44px;
    color: #98c100;
    font-weight: 700;
  }

  .product-image {
    background-image: none !important;
    height: auto;
  }

  .address-block {
    color: #ffffff;
  }
  .address-block .address-email {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  }
  .address-block .address-email a {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  }
  .address-block h4 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  }
  .address-block .address-address {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  }
  .address-block .address-zipcity {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  }

  .private-col {
    text-align: center;
  }
  .private-col h3 {
    text-align: center;
    font-family: "Roboto", sans-serif;
  }
  .private-col .private-image {
    margin: 0 auto;
  }
  .private-col .private-button {
    text-align: center;
    margin-bottom: 20px;
  }

  .certificate-holder {
    height: auto;
  }

  .content-section img {
    margin-bottom: 20px;
  }
}
header {
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 65%, #98c100 65%);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff 65%, #98c100 65%);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff 65%, #98c100 65%);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff 65%, #98c100 65%);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff 65%, #98c100 65%);
}
header .header-bar .header-logo {
  position: relative;
}
header .header-bar .header-logo .logo-holder {
  position: absolute;
  z-index: 1000;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
header .header-bar .header-logo .logo-holder .top-logo {
  width: 340px;
  height: auto;
}

.top-navigation {
  text-align: center;
}
.top-navigation ul {
  display: inline-flex;
  list-style: none;
  margin: 5px 0 0 0px;
  padding: 0px;
}
.top-navigation ul li {
  display: inline-block;
  margin: 0 20px;
}
.top-navigation ul li a {
  color: #e40018;
  font-size: 12px;
}

.logo-holder {
  max-width: 100%;
  transition: all 0.5s ease;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99900;
}
.sticky .logo-holder {
  max-width: 70px;
  margin-top: 0px;
}

.sticky + .about-section {
  margin-top: 62px;
  padding-top: 167px;
}

.sticky + .content-section {
  margin-top: 62px;
  padding-top: 167px;
}

.header {
  z-index: 10000;
  position: relative;
}
.header .nav-bar {
  padding: 10px  0 20px;
}
.header .nav-bar .navbar {
  transition: all 0.5s ease;
}
.header .logo-holder .top-logo {
  max-height: 138px;
}
.header .top-bar {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 12px 20px;
  color: #ffffff;
}
.header .top-bar a {
  color: #ffffff;
  line-height: 16px;
  font-size: 16px;
}
.header .top-bar .fa-mobile-alt {
  color: #ffffff;
  font-size: 16px;
  margin-right: 5px;
}
.header .top-bar .fa-envelope {
  color: #ffffff;
  font-size: 16px;
  margin-right: 5px;
  margin-left: 20px;
}

.sticky .header .nav-bar {
  padding: 10px 0 10px;
}
.sticky .header .nav-bar .navbar {
  margin-top: 0px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header .top-bar .top-bar-holder {
    margin-left: 200px;
    text-align: right;
  }
  .header .top-bar .top-bar-holder .contact-us ul {
    padding: 0px;
  }
  .header .top-bar .top-bar-holder .contact-us ul li {
    margin-right: 0px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  header {
    background-color: #98c100;
    background-image: -webkit-linear-gradient(top, #98c100 65%, #98c100 65%);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #98c100 65%, #98c100 65%);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #98c100 65%, #98c100 65%);
    /* IE10 */
    background-image: -o-linear-gradient(top, #98c100 65%, #98c100 65%);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #98c100 65%, #98c100 65%);
  }
  header .header-bar .header-logo {
    position: relative;
    height: 120px;
  }
  header .header-bar .header-logo img.header-image {
    display: none;
  }
  header .header-bar .header-logo .logo-holder {
    position: absolute;
    z-index: 1000;
    bottom: 17px;
    left: 0;
    transform: none;
  }
  header .header-bar .header-logo .logo-holder .top-logo {
    width: 340px;
    height: auto;
  }
}
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

.navbar-toggler {
  display: none;
}

@media (max-width: 767.98px) {
  .navbar-toggler {
    display: block;
  }

  .offcanvas-collapse {
    position: fixed;
    background-color: #ffffff;
    top: 120px;
    /* Height of navbar */
    bottom: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    overflow-y: auto;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 100000;
  }

  .offcanvas-collapse.open {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
    /* Account for horizontal padding on navbar */
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: var(--secondary);
}

.nav-underline .nav-link:hover {
  color: var(--blue);
}

.nav-underline .active {
  font-weight: 500;
  color: var(--gray-dark);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: var(--purple);
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

.navigation {
  background-color: #517e08;
}

.navbar {
  justify-content: flex-end;
  width: 100%;
}
.navbar .dropdown-toggle::after {
  margin-left: 5px;
}
.navbar .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar ul.navbar-nav {
  padding: 0px;
}
.navbar ul.navbar-nav li.nav-item a {
  padding: 15px 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
}
.navbar ul.navbar-nav li.nav-item a:hover {
  background-color: #8a5b2a;
  color: #ffffff;
}
.navbar ul.navbar-nav li.nav-item a:focus {
  background-color: #8a5b2a;
  color: #ffffff;
}
.navbar ul.navbar-nav li.nav-item.active a {
  background-color: #8a5b2a;
  color: #ffffff;
}
.navbar ul.navbar-nav li.nav-item .dropdown-menu {
  background-color: #8a5b2a;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar ul.navbar-nav li.nav-item .dropdown-menu li a {
  color: #ffffff;
}
.navbar ul.navbar-nav li.nav-item .dropdown-menu li a:hover {
  background-color: #000000;
  color: #ffffff;
}
.navbar ul.navbar-nav li.nav-item .dropdown-menu li a:focus {
  background-color: #000000;
  color: #ffffff;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #98c100;
}

.navbar-toggler {
  border-color: #e40018;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header-navigation {
    padding-right: 0px;
  }

  .navbar .navbar-collapse .nav > li > a {
    padding: 15px 8px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .navbar-collapse {
    padding: 0px;
  }
  .navbar-collapse.open .nav-item a {
    background-color: #517e08;
    color: #ffffff;
  }
  .navbar-collapse.open .nav-item a.dropdown-item {
    background-color: #c9e9fa;
    color: #000000;
  }

  .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    z-index: 10001;
  }

  .navbar {
    justify-content: space-between !important;
  }
  .navbar .navbar-collapse {
    padding: 0px;
  }
  .navbar ul.navbar-nav li.nav-item .dropdown-menu {
    display: block;
    background-color: #c9e9fa;
    margin: 0px;
    padding-left: 30px;
  }
  .navbar ul.navbar-nav li.nav-item.active .dropdown-menu {
    display: block;
    background-color: #c9e9fa;
    margin: 0px;
    padding-left: 30px;
  }
  .navbar ul.navbar-nav li.nav-item.active .dropdown-menu a {
    background-color: #c9e9fa;
    color: #000000;
  }
}
.footer-section {
  padding: 60px 0px;
  background-color: #ffffff;
}

.footer-block {
  background-color: #c9e9fa;
  border: solid 1px #a1dbf6;
  padding: 20px;
  text-align: left;
}

.footer-navigation {
  text-align: left;
}
.footer-navigation ul {
  display: inline-flex;
  list-style: none;
  margin: 5px 0 0 0px;
  padding: 0px;
}
.footer-navigation ul li {
  display: inline-block;
  margin: 0 0px;
}
.footer-navigation ul li a {
  color: #e40018;
  font-size: 12px;
}
.footer-navigation ul li:after {
  content: '|';
  margin: 0px 10px;
  display: inline-block;
}
.footer-navigation ul li:last-of-type:after {
  display: none;
}

@media only screen and (max-width: 575.98px) {
  .footer {
    margin-top: 50px;
  }
  .footer ul.footer-sitemap {
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .experience {
    height: 580px;
  }
  .experience .experience-title .exp-title {
    font-size: 40px;
    color: #98c100;
  }
  .experience .experience-slide .quote {
    font-size: 26px;
    line-height: 32px;
  }
  .experience .experience-slide .quote-name {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .logos {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .logos h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .footer .footer-content-holder .footer-address li a {
    display: block;
  }
  .footer .footer-content-holder .footer-address li .fa-envelope {
    margin-left: 0px;
  }
  .footer ul.footer-social {
    list-style: none;
    margin: 30px 0 0 0px;
  }
  .footer ul.footer-navigation {
    text-align: right;
    list-style: none;
    margin: 0px;
    padding: 30px 0px 0px;
  }

  .experience {
    height: 580px;
  }
  .experience .experience-title {
    text-align: center;
  }
  .experience .experience-title .exp-title {
    font-size: 40px;
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .experience .experience-slide .quote {
    font-size: 18px;
    line-height: 24px;
    padding-left: 15px;
    padding-top: 32px;
  }
  .experience .experience-slide .quote-name {
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    padding-left: 15px;
  }
}
.button-reserveer {
  margin-bottom: 40px;
}
.button-reserveer a img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.button-reserveer a:hover img {
  -webkit-transform: rotate(5.5deg);
  transform: rotate(5.5deg);
}

.button-sponsor {
  margin-bottom: 20px;
}
.button-sponsor a img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.button-sponsor a:hover img {
  -webkit-transform: rotate(-5.5deg);
  transform: rotate(-5.5deg);
}

.button-vrijwilligers {
  margin-bottom: 40px;
}
.button-vrijwilligers a img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.button-vrijwilligers a:hover img {
  -webkit-transform: rotate(5.5deg);
  transform: rotate(5.5deg);
}

.animals-bar {
  background-color: #517e08;
  padding: 40px 20px;
}
.animals-bar .animal-icon {
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
}
.animals-bar .animal-icon:hover {
  transform: translateX(-1px) rotateY(180deg);
  /* ALSO EXTRA TRANSFORM PROPERTIES ADDED FOR COMPATIBILITY*/
  -ms-transform: translateX(-1px) rotateY(180deg);
  /* IE 9 */
  -webkit-transform: translateX(-1px) rotateY(180deg);
  /* Chrome, Safari, Opera */
}

.swiper-container {
  height: 200px;
  position: relative;
}
.swiper-container .swiper-wrapper {
  z-index: 1;
}
.swiper-container .swiper-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.swiper-container .header-text {
  height: 400px;
  padding-top: 80px;
  padding-bottom: 40px;
}
.swiper-container .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  opacity: 0.5;
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #e40018;
  opacity: 1;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .animals-bar {
    justify-content: center;
  }
  .animals-bar .col {
    flex-basis: auto;
    width: 50%;
    margin-bottom: 10px;
  }
  .animals-bar .col .animal-icon {
    text-align: center;
  }
}
.animal-card {
  background-color: #517e08;
  border: solid 1px #ffffff;
  -webkit-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.animal-card .animal-icon {
  text-align: center;
  padding: 10px;
}
.animal-card h1.animal-title {
  text-transform: none;
}
.animal-card .animal-title {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
.animal-card .animal-text .list-group-item {
  background-color: #517e08;
}
.animal-card .animal-text .list-group-item .animal-list-title {
  font-weight: 600;
  color: #becf00;
}
.animal-card .animal-text .list-group-item .animal-list-text {
  font-weight: 300;
  color: #e4eebf;
}

.latest-news {
  margin-top: 18px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.latest-news time {
  font-size: 12px;
}
.latest-news h3 {
  padding: 0px;
}
.latest-news p.intro {
  margin-bottom: 0px;
}
.latest-news .news-button {
  text-align: right;
  padding-right: 20px;
}
.latest-news .news-button a {
  font-size: 16px;
  color: #e40018;
}

.pageNav {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.news-block {
  margin-bottom: 30px;
}

.news-item {
  position: relative;
  background-color: #517e08;
  border: solid 1px #ffffff;
  -webkit-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  color: #ffffff;
}
.news-item h2 {
  color: #ffffff;
}
.news-item time {
  font-style: italic;
  padding: 3px 5px;
  color: #98c100;
  display: block;
}
.news-item .readmore {
  text-align: right;
  padding-right: 20px;
  width: 100%;
}
.news-item .readmore a {
  color: #becf00;
}
.news-item .readmore a:hover {
  color: #becf00;
}
.news-item .readmore a:visited {
  color: #becf00;
}

.sponsor-block {
  background-color: #becf00;
  border: solid 1px #ffffff;
  -webkit-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  color: #000000;
}
.sponsor-block .row {
  margin-bottom: 20px;
}
.sponsor-block h2 {
  color: #517e08;
  font-size: 18px;
}
.sponsor-block a {
  color: #000000;
}
.sponsor-block img {
  margin-bottom: 10px;
}

.footer-sponsor {
  position: relative;
  height: 150px;
}

.sponsor-container {
  width: 100%;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -24px;
}
.sponsor-container .swiper-slide {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-address h2 {
  margin-bottom: 30px;
}
.contact-address a {
  color: #000000;
}
.contact-address a:hover {
  color: #517e08;
}

h1.contact-title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #c9e9fa;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  background: none;
}

.contact-text {
  margin-bottom: 30px;
}

.form-holder {
  margin-top: 60px;
}

#map {
  margin-top: 70px;
  height: 640px;
  width: 100%;
}

.group-options {
  background-color: #e4eebf;
  padding: 20px;
  margin-bottom: 20px;
}

.group-extras {
  background-color: #e4eebf;
  padding: 20px;
  margin-bottom: 20px;
}

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