/*!
	Theme Name: Berget Lewis
	Theme URI: www.gokoko.nl
	Description: Berget Lewis Theme + Bootstrap 4
	Version: 1.3.0
	Author: Ivan Kok
	Author URI: http://www.studioive.nl
	Tags: Blank, HTML5, CSS3, Bootstrap
*/
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row, .wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 5px;
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #06b39a;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #04695a;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: .5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * GokokoFramework v2.0.3
 * For Bootstrap 4.0.0
 * Copyright 2017 Gokoko
 * Licensed under MIT
 */

/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <!-- content -->
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <!-- content -->
    </div>
  </div>
</div>
*/
/* content styles */
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}
.row.no-gutters, .no-gutters.wrapper,
.wrapper.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"], .no-gutters.wrapper > [class^="col-"], .row.no-gutters > [class*=" col-"], .no-gutters.wrapper > [class*=" col-"],
.wrapper.no-gutters > [class^="col-"],
.wrapper.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

a.svg {
  position: relative;
  display: inline-block;
}

a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  min-height: 100%;
  height: 100%;
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

body {
  position: relative;
}

body.preload * {
  transition: none !important;
}

.clear,
.clearfix {
  float: none;
  clear: both;
}

.no-wrap {
  white-space: nowrap;
}

.strong {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

section ul, section ol {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
}
section ul li:before {
  content: "";
  border-color: transparent #E2001A;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.08em;
  position: relative;
}
section ul li {
  text-align: left;
}

.post-edit-link {
  color: #06b39a;
  text-decoration: underline;
}
.post-edit-link:hover {
  background: #06b39a;
  color: #212529;
  text-decoration: none;
}

.navbar-center .navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-center .navbar-nav > li {
  float: none;
  display: inline-block;
}

#svg-defs {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

.svg-hover {
  text-decoration: none;
}
.svg-hover .default {
  visibility: visible;
  opacity: 1;
  transition: visibility ease 0.75s, opacity 0.75s ease;
}
.svg-hover .hover {
  visibility: hidden;
  opacity: 0;
  transition: visibility ease 0.75s, opacity 0.75s ease;
}
.svg-hover:hover {
  text-decoration: none;
}
.svg-hover:hover .default {
  visibility: hidden;
  opacity: 0;
}
.svg-hover:hover .hover {
  visibility: visible;
  opacity: 1;
}
.svg-hover:hover, .svg-hover:active, .svg-hovera:visited {
  text-decoration: none;
}

input, textarea {
  -webkit-appearance: none;
}

/*
	SCSS Part: Wordpress Core
	Description: wp-core.scss
	Version: 1.0.0
	Author: Ivan Kok
*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

a[href^=tel] {
  color: inherit;
  text-decoration: underline;
  white-space: nowrap;
}

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
            transform: scale3d(1.08, 1.08, 1.08);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
            transform: scale3d(1.08, 1.08, 1.08);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes movingArrow {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes movingArrow {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}
.movingArrow {
  -webkit-animation-name: movingArrow;
          animation-name: movingArrow;
}

.btn {
  font-family: "lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 40px auto;
  padding: 8px 20px;
  padding: 0.8rem 2rem;
  border: 2px solid #FFF;
  display: block;
  text-align: center;
  color: #FFF;
  transition: background 0.35s, color 0.35s ease, border-color 0.35s ease;
}
.btn span {
  vertical-align: text-bottom;
}
.btn:hover {
  text-decoration: none;
  color: #475faa;
  border-color: #475faa;
}

@-webkit-keyframes movearrow {
  0% {
    margin-left: 20px;
  }
  15% {
    margin-left: 40px;
  }
  30% {
    margin-left: 20px;
  }
}

@keyframes movearrow {
  0% {
    margin-left: 20px;
  }
  15% {
    margin-left: 40px;
  }
  30% {
    margin-left: 20px;
  }
}
@-webkit-keyframes movearrowBack {
  0% {
    margin-left: 0px;
  }
  15% {
    margin-left: 20px;
  }
  30% {
    margin-left: 0px;
  }
}
@keyframes movearrowBack {
  0% {
    margin-left: 0px;
  }
  15% {
    margin-left: 20px;
  }
  30% {
    margin-left: 0px;
  }
}
.more-btn {
  width: auto;
  display: inline-block;
  position: relative;
  margin-top: 80px;
  font-weight: bolder;
  font-size: 25px;
  color: #FFF;
}
.more-btn::before, .more-btn::after {
  content: '';
  transition: all 0.35s;
}
.more-btn::before {
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #FFF;
  left: 0;
  bottom: -15px;
}
.more-btn::after {
  width: 46px;
  height: 28px;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDZweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgNDYgMjgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ2IDI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzIuOCwyNy4yYy0wLjYsMC42LTEuMywxLTIuMiwwLjdjLTEuMy0wLjQtMS43LTEuOS0wLjktM2MwLjEtMC4yLDAuMy0wLjQsMC41LTAuNWMyLjYtMi42LDguNC04LjQsOC40LTguNHMtMC42LDAtMC44LDBjLTExLjgsMC0yMy42LDAtMzUuNSwwYy0xLjIsMC0xLjktMC41LTIuMi0xLjVjLTAuMy0xLjIsMC41LTIuMywxLjctMi40YzAuMiwwLDAuNSwwLDAuNywwYzExLjcsMCwyMy40LDAsMzUuMSwwYzAuMiwwLDAuNCwwLDAuOCwwYy0wLjItMC4yLTAuMy0wLjQtMC41LTAuNWMtMi43LTIuNy01LjQtNS40LTguMS04LjFjLTAuNi0wLjYtMC45LTEuMy0wLjYtMi4yYzAuNC0xLjMsMS45LTEuNywzLTAuOWMwLjIsMC4xLDAuNCwwLjMsMC41LDAuNUMzNi42LDQuNiw0NiwxNCw0NiwxNFMzNi41LDIzLjUsMzIuOCwyNy4yeiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 20px;
  -webkit-animation: movearrow 3s infinite;
          animation: movearrow 3s infinite;
}
.more-btn:hover {
  text-decoration: none;
  color: #FFF;
}
.more-btn:hover::before {
  width: 100%;
}

.back-home-btn {
  width: auto;
  display: inline-block;
  position: relative;
  margin-top: 80px;
  font-weight: bolder;
  font-size: 25px;
  color: #FFF;
}
.back-home-btn::before, .back-home-btn::after {
  content: '';
  transition: all 0.35s;
}
.back-home-btn::before {
  width: 46px;
  height: 28px;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDZweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgNDYgMjgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ2IDI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzIuOCwyNy4yYy0wLjYsMC42LTEuMywxLTIuMiwwLjdjLTEuMy0wLjQtMS43LTEuOS0wLjktM2MwLjEtMC4yLDAuMy0wLjQsMC41LTAuNWMyLjYtMi42LDguNC04LjQsOC40LTguNHMtMC42LDAtMC44LDBjLTExLjgsMC0yMy42LDAtMzUuNSwwYy0xLjIsMC0xLjktMC41LTIuMi0xLjVjLTAuMy0xLjIsMC41LTIuMywxLjctMi40YzAuMiwwLDAuNSwwLDAuNywwYzExLjcsMCwyMy40LDAsMzUuMSwwYzAuMiwwLDAuNCwwLDAuOCwwYy0wLjItMC4yLTAuMy0wLjQtMC41LTAuNWMtMi43LTIuNy01LjQtNS40LTguMS04LjFjLTAuNi0wLjYtMC45LTEuMy0wLjYtMi4yYzAuNC0xLjMsMS45LTEuNywzLTAuOWMwLjIsMC4xLDAuNCwwLjMsMC41LDAuNUMzNi42LDQuNiw0NiwxNCw0NiwxNFMzNi41LDIzLjUsMzIuOCwyNy4yeiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: movearrowBack 3s infinite;
          animation: movearrowBack 3s infinite;
}
.back-home-btn::after {
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #FFF;
  left: 0;
  bottom: -15px;
}
.back-home-btn:hover {
  text-decoration: none;
  color: #FFF;
}
.back-home-btn:hover::after {
  width: 100%;
}

/* reset input type text */
input {
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="text"], input[type="email"],
input[type="tel"], textarea, select {
  border: none;
  background: none;
  border-bottom: 1px solid #FFFFFF;
  margin: 0 auto 6px auto;
  padding: 25px 10px 25px 10px;
  color: #FFFFFF;
  transition: all 0.35s ease;
}

input:focus,
textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.6);
  color: #FFF;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}

textarea {
  min-height: 120px;
  resize: vertical;
  padding: 15px 0 0 0;
  transition: height 0s;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="submit"] {
  color: #FFF;
  background: transparent;
  display: block;
  margin: 40px auto 0 auto;
  width: auto;
  border: 1px solid #FFF;
  padding: 16px 40px;
}

.zebra-header-bg.no-thumb .header-container {
  position: static;
}

ul.nav,
.sub-menu {
  margin: 0;
  padding: 0;
}

.nav-container {
  transition: all 0.35s ease;
}

.navbar-nav,
.sub-menu {
  list-style: none;
}

.navbar-brand {
  z-index: 998;
  font-family: "Titillium Web","Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 60px;
  color: #475faa;
  letter-spacing: 25px;
  margin-left: 40px;
  transition: color 0.35s ease;
}
.navbar-brand:hover {
  color: #06b39a;
  text-decoration: none;
}

.navbar {
  box-shadow: 0px 7px 10px -8px #999;
  z-index: 999;
  background: #FFF;
}

.navbar ul {
  list-style: none;
}

.navbar li a {
  text-transform: uppercase;
  font-family: inherit;
  font-size: 20px;
  color: #212529;
  letter-spacing: 2px;
  text-decoration: none;
}

.navbar-collapse {
  background: #06b39a;
  opacity: 0;
  top: -100%;
  z-index: 998;
  transition: all 0.35s ease;
}
.navbar-collapse ul {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  list-style: none;
}
.navbar-collapse ul li {
  width: 100%;
  text-align: center;
}
.navbar-collapse ul li a {
  position: relative;
  font-size: 45px;
  font-size: 4.5rem;
  color: #FFF;
}
.navbar-collapse ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #FFF;
  left: 0;
  bottom: -5px;
  transition: all 0.35s;
}
.navbar-collapse ul li a:hover {
  text-decoration: none;
}
.navbar-collapse ul li a:hover::before {
  width: 100%;
}
.navbar-collapse.show {
  top: 0;
  opacity: 1;
}
.navbar-toggler {
  width: 44px;
  height: 44px;
  padding: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 30px;
  margin: 0 auto;
  display: block;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: inherit !important;
  z-index: 999;
}
.navbar-toggler:hover .bar1, .navbar-toggler:hover .bar2, .navbar-toggler:hover .bar3 {
  background: #06b39a;
}
.navbar-toggler .bar1, .navbar-toggler .bar2, .navbar-toggler .bar3 {
  width: 25px;
  height: 2px;
  max-height: 2px;
  margin: 5px auto;
  background: #475faa;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: background 0.35s ease;
}
.navbar-toggler .bar1, .navbar-toggler .bar3 {
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
}
.navbar-toggler .bar2 {
  transition: max-height .25s, margin .1s;
}

.navbar-toggler.open .bar1 {
  -webkit-transform: translate(0px, 6px) rotate(45deg);
          transform: translate(0px, 6px) rotate(45deg);
}
.navbar-toggler.open .bar2 {
  max-height: 0;
  margin: 0 auto;
}
.navbar-toggler.open .bar3 {
  -webkit-transform: translate(0px, -6px) rotate(-45deg);
          transform: translate(0px, -6px) rotate(-45deg);
}

.navbar-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

.navbar-collapse.show .navbar-nav {
  max-height: 1000px;
}

.pagination {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.pagination .page-numbers {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0px 5px;
  display: inline-block;
  transition: color 0.35s ease;
}
.pagination .page-numbers::before {
  content: '';
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  border: 2px solid #FFF;
  font-size: 12px;
  z-index: -1;
  transition: background 0.35s ease, border 0.35s ease;
}
.pagination .page-numbers:hover, .pagination .page-numbers:active {
  text-decoration: none;
}
.pagination .page-numbers:hover {
  color: #475faa;
}
.pagination .page-numbers:hover::before {
  border: 2px solid #475faa;
}
.pagination .page-numbers.current::before {
  background: #475faa;
  border: 2px solid #475faa;
}
.pagination .page-numbers.current:hover {
  color: #FFF;
}
.pagination .next.page-numbers,
.pagination .prev.page-numbers {
  width: auto;
  height: auto;
  background: none;
  border: none;
  transition: color 0.5s ease;
}
.pagination .next.page-numbers::before,
.pagination .prev.page-numbers::before {
  display: none;
  opacity: 0;
}
.pagination .next.page-numbers:hover,
.pagination .prev.page-numbers:hover {
  color: #475faa;
}

/*
@font-face {
  font-family: 'RNSCamelia-Regular';
  src:  url('fonts/RNSCamelia/RNSCamelia-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/RNSCamelia/RNSCamelia-Regular.otf')  format('opentype'),
        url('fonts/RNSCamelia/RNSCamelia-Regular.woff') format('woff'),
        url('fonts/RNSCamelia/RNSCamelia-Regular.ttf')  format('truetype'),
        url('fonts/RNSCamelia/RNSCamelia-Regular.svg#RNSCamelia-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
h1, h2, h3, h4, h5, h6 {
  font-family: "lato", "Helvetica Neue", Arial, sans-serif;
  color: #06b39a;
  font-weight: bold;
}

h1 {
  font-size: 50px;
  font-size: 5.0rem;
}

body {
  overflow-x: hidden;
  background: #FFF;
  color: #FFF;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

.flag {
  width: 0;
  height: 0;
  display: none;
}

div[class^="col-"] {
  transition: all 0.35s ease;
}

.wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.main-container {
  margin-top: 50px;
}

.screen-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.social-btn {
  position: absolute;
  cursor: pointer;
}
.social-btn svg {
  width: 25px;
  height: auto;
  fill: #475faa;
  transition: all 0.35s ease;
}
.social-btn:hover svg {
  fill: #06b39a;
}

/* SINGLE */
.single h1 {
  padding-top: 30px;
}

.date {
  display: inline-block;
  color: gray;
  font-size: 12px;
}

.type-strength {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 10px;
  margin: 0px 0 25px 0;
}
.type-strength .label {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  padding: .2em .6em .3em 0;
}
.type-strength .type {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 40px 0 0;
}

.fb-social-plugin {
  margin: 10px 0;
}

.single.single-assortment main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.single.single-assortment main img {
  max-width: 100%;
  height: auto;
}

.footer {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #1b2431;
}
.footer .love-nation-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer .love-nation-wrap img {
  height: auto;
}
.footer .copyright {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.instafeed {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: flex;
  padding: 0;
}
.instafeed .instafeed-link {
  width: 14.2857142857%;
  flex-wrap: wrap;
  background: #000;
  position: relative;
}
.instafeed .instafeed-link::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.instafeed .instafeed-link::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease;
}
.instafeed .instafeed-link img {
  vertical-align: middle;
  display: inline-block;
}
.instafeed .instafeed-link:hover::before {
  background: transparent;
}
.instafeed .likes {
  position: absolute;
  bottom: 22px;
  left: 30px;
  font-size: 16px;
}
.instafeed .likes::before {
  content: '';
  width: 15px;
  height: 13px;
  display: inline-block;
  margin: 0 8px 0;
  background: url("img/instafeed-like-icon.svg") no-repeat top left/cover;
}

#footer-insta-feed {
  border-top: 5px solid #ff3b01;
}
#footer-insta-feed img {
  width: 100%;
  height: auto;
}

#mp-insta-user {
  padding: 10px;
}
#mp-insta-user img {
  width: 24.25%;
  margin: 0 1% 1% 0;
}
#mp-insta-user a:hover {
  background: none;
}
#mp-insta-user a:nth-child(4) img, #mp-insta-user a:nth-child(8) img,
#mp-insta-user a:nth-child(12) img, #mp-insta-user a:nth-child(16) img,
#mp-insta-user a:nth-child(20) img, #mp-insta-user a:nth-child(24) img,
#mp-insta-user a:nth-child(28) img, #mp-insta-user a:nth-child(32) img,
#mp-insta-user a:nth-child(36) img, #mp-insta-user a:nth-child(40) img,
#mp-insta-user a:nth-child(44) img, #mp-insta-user a:nth-child(44) img,
#mp-insta-user a:nth-child(48) img, #mp-insta-user a:nth-child(52) img,
#mp-insta-user a:nth-child(56) img, #mp-insta-user a:nth-child(60) img,
#mp-insta-user a:nth-child(64) img, #mp-insta-user a:nth-child(68) img,
#mp-insta-user a:nth-child(72) img, #mp-insta-user a:nth-child(76) img,
#mp-insta-user a:nth-child(80) img, #mp-insta-user a:nth-child(84) img,
#mp-insta-user a:nth-child(88) img, #mp-insta-user a:nth-child(92) img,
#mp-insta-user a:nth-child(96) img, #mp-insta-user a:nth-child(100) img {
  margin-right: 0;
}
#mp-insta-user .insta-item {
  display: inline;
}
#mp-insta-user .insta-item:nth-child(4) img, #mp-insta-user .insta-item:nth-child(8) img,
#mp-insta-user .insta-item:nth-child(12) img, #mp-insta-user .insta-item:nth-child(16) img,
#mp-insta-user .insta-item:nth-child(20) img, #mp-insta-user .insta-item:nth-child(24) img,
#mp-insta-user .insta-item:nth-child(28) img, #mp-insta-user .insta-item:nth-child(32) img,
#mp-insta-user .insta-item:nth-child(36) img, #mp-insta-user .insta-item:nth-child(40) img,
#mp-insta-user .insta-item:nth-child(44) img, #mp-insta-user .insta-item:nth-child(44) img,
#mp-insta-user .insta-item:nth-child(48) img, #mp-insta-user .insta-item:nth-child(52) img,
#mp-insta-user .insta-item:nth-child(56) img, #mp-insta-user .insta-item:nth-child(60) img,
#mp-insta-user .insta-item:nth-child(64) img, #mp-insta-user .insta-item:nth-child(68) img,
#mp-insta-user .insta-item:nth-child(72) img, #mp-insta-user .insta-item:nth-child(76) img,
#mp-insta-user .insta-item:nth-child(80) img, #mp-insta-user .insta-item:nth-child(84) img,
#mp-insta-user .insta-item:nth-child(88) img, #mp-insta-user .insta-item:nth-child(92) img,
#mp-insta-user .insta-item:nth-child(96) img, #mp-insta-user .insta-item:nth-child(100) img {
  margin-right: 0;
}

/*!
* Spotify Embed
* Fold out down
*/
.spotify-embed-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.spotify-embed {
  position: relative;
}
.spotify-embed::before,
.spotify-embed .album-image::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.spotify-embed::before {
  background: rgba(6, 179, 154, 0.75);
  display: block;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.35s ease;
}
.spotify-embed .album-image::after {
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7));
}
.spotify-embed .play-btn {
  width: 65px;
  height: 65px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  fill: #06b39a;
  z-index: 2;
  transition: all 0.35s ease;
}
.spotify-embed .title {
  width: 72.0720720721%;
  position: absolute;
  z-index: 5;
  left: 6.7567567568%;
  bottom: 6.7567567568%;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: bold;
}
.spotify-embed .logo-spotify {
  position: absolute;
  z-index: 5;
  width: 8.1081081081%;
  right: 6.7567567568%;
  bottom: 6.7567567568%;
}
.spotify-embed:hover::before {
  opacity: 1;
}
.spotify-embed:hover .play-btn {
  fill: #FFF;
}
.spotify-embed.active:hover::before {
  opacity: 0;
}
.spotify-embed.active .play-btn {
  opacity: 0;
}
.spotify-embed.active .spotify-player {
  max-height: 80px;
}
.spotify-embed .album-image {
  position: relative;
}
.spotify-embed .album-image img {
  width: 100%;
  height: auto;
}
.spotify-embed .spotify-player {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.spotify-embed .spotify-player iframe {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 500;
}

section#news-headlines-home .news-wrap {
  height: 300px;
}
section#news-headlines-home .news-1-wrap {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
section#news-headlines-home .news-2-wrap {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
section#news-headlines-home .news-2-wrap .news-tile {
  width: 100%;
  height: 50%;
}

#youtube-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  opacity: 0;
  top: -100%;
  transition: all 0.5s ease;
}
#youtube-overlay.active {
  top: 0;
  opacity: 1;
}
#youtube-overlay .video-wrap {
  width: 90%;
  height: 90%;
  margin: 3.5% auto;
  position: relative;
}
#youtube-overlay .video-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
}
#youtube-overlay .video-container iframe {
  width: 100%;
  margin: 0 auto;
}

#follow-overlay {
  background: rgba(71, 95, 170, 0.9);
  opacity: 0;
  top: -100%;
  transition: all 0.5s ease;
}
#follow-overlay.active {
  top: 0;
  opacity: 1;
}
#follow-overlay .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#follow-overlay .content h2 {
  font-size: 40px;
  font-size: 4.0rem;
  margin-bottom: 30px;
}
#follow-overlay .content a {
  color: #FFF;
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  text-decoration: none;
}
#follow-overlay .content a:hover {
  text-decoration: none;
}
#follow-overlay .social-link {
  margin: 0 0 20px 0;
}
#follow-overlay .social-link .default {
  fill: #FFF;
}
#follow-overlay .social-link .hover {
  fill: #06b39a;
}

#hero-container {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#hero-container .berget-full,
#hero-container .confident,
#hero-container .play-btn,
#hero-container .love-nation {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hero-container .berget-full {
  width: auto;
  height: 80%;
  margin: 20% auto 0 auto;
  z-index: 5;
}
#hero-container .confident {
  width: 80%;
  bottom: 10%;
  z-index: 10;
}
#hero-container .love-nation {
  width: 30%;
  height: auto;
  bottom: 5%;
  z-index: 30;
}
#hero-container .yt-play-btn {
  width: 30%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
  fill: #06b39a;
  cursor: pointer;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 0.35s ease;
}
#hero-container .yt-play-btn:hover {
  fill: #475faa;
}
#hero-container .hero-image-container {
  width: 100%;
  height: 0;
  padding-top: 56%;
  position: relative;
}
#hero-container .hero-image-container .header-1,
#hero-container .hero-image-container .header-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#hero-container .hero-image-container .header-2 {
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  z-index: 2;
}
@-webkit-keyframes showhide {
  0%,100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes showhide {
  0%,100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
header.title {
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 40px;
}

#tour-dates-wrap {
  background: #475faa;
}
#tour-dates-wrap header.title {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

#tour-dates .event-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
#tour-dates .event-wrap .event {
  position: relative;
}
#tour-dates .event-wrap .date {
  font-weight: bold;
}
#tour-dates .event-wrap .date, #tour-dates .event-wrap .title, #tour-dates .event-wrap .location {
  margin-bottom: 10px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 29px;
  line-height: 2.9rem;
  color: #FFF;
}
#tour-dates .event-wrap .meer-info {
  width: 100%;
  position: relative;
}
#tour-dates .event-wrap .meer-info .btn {
  border: 4px solid #FFF;
  font-weight: bolder;
  position: relative;
  transition: color 0.15s ease;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  width: auto;
  padding: 8px 80px;
  padding: 0.8rem 8rem;
}
#tour-dates .event-wrap .meer-info .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
#tour-dates .event-wrap .meer-info .btn:hover, #tour-dates .event-wrap .meer-info .btn:focus, #tour-dates .event-wrap .meer-info .btn:active {
  color: #475faa;
}
#tour-dates .event-wrap .meer-info .btn:hover:before, #tour-dates .event-wrap .meer-info .btn:focus:before, #tour-dates .event-wrap .meer-info .btn:active:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#tour-dates .more-tour-dates {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

#music {
  background: #475faa;
  position: relative;
}
#music header.title,
#music .more-music {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
#music .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  background: url("img/music-pattern.png") no-repeat top left/cover;
}

#instagram-wrap {
  background: #FFF;
}
#instagram-wrap .instafeed-link {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  background: #000;
}
#instagram-wrap .instafeed-link::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(6, 179, 154, 0.75);
  display: block;
  opacity: 0;
  z-index: 5;
  transition: opacity 0.35s ease;
}
#instagram-wrap .instafeed-link .svg-play-btn {
  width: 0;
  height: 0;
  display: none;
}
#instagram-wrap .instafeed-link .likes {
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 10;
  transition: opacity 0.35s ease;
}
#instagram-wrap .instafeed-link .likes .svg-icon-like {
  width: 23px;
  height: 19px;
  fill: white;
}
#instagram-wrap .instafeed-link .likes .nr-likes {
  text-align: center;
  margin: 0 auto;
  font-family: "lato", "Helvetica Neue", Arial, sans-serif;
  color: #FFF;
}
#instagram-wrap .instafeed-link .insta-icon {
  width: 34px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  fill: #FFF;
  opacity: 0;
  transition: opacity 0.35s ease;
}
#instagram-wrap .instafeed-link img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#instagram-wrap .instafeed-link.portrait img {
  height: 100%;
  width: auto;
}
#instagram-wrap .instafeed-link.landscape img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
#instagram-wrap .instafeed-link.video .svg-play-btn {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  fill: white;
}
#instagram-wrap .instafeed-link:hover::before, #instagram-wrap .instafeed-link .likes, #instagram-wrap .instafeed-link .insta-icon {
  opacity: 1;
}

#contact-wrap {
  background: #1f2b3d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
#contact-wrap .title {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
#contact-wrap .donna-lewis-info {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
#contact-wrap .boeking-info {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
#contact-wrap .boeking-info img {
  max-width: 50%;
  margin: 0 auto;
  height: auto;
  margin-top: 50px;
  margin-bottom: 10px;
}
#contact-wrap .presskit-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
#contact-wrap .mailto {
  position: relative;
  color: #06b39a;
  text-decoration: none;
}
#contact-wrap .mailto::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #06b39a;
  left: 0;
  bottom: -5px;
  transition: all 0.35s;
}
#contact-wrap .mailto:hover {
  color: #06b39a;
  text-decoration: none;
}
#contact-wrap .mailto:hover::before {
  width: 100%;
}
#contact-wrap .btn {
  padding: 20px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#contact-wrap .btn:hover {
  background: #FFF;
  border-color: #FFF;
  color: #475faa;
}

#page-music,
#page-tour-dates {
  background: #475faa;
}

.page-top {
  padding-top: 55px;
  padding-bottom: 55px;
}
.page-top .page-title {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 85px;
}

#page-tour-dates .event-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 50px;
}

#page-music {
  background: #475faa;
  position: relative;
}
#page-music .bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  opacity: 0.05;
  background: url("img/music-pattern.png") no-repeat top left/cover;
}
#page-music .spotify-embed-wrap {
  margin-bottom: 30px;
}

.back-btn-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.single-berget-nieuws {
  color: #838383;
  /*
  .header-bg {
    width:100%;
    padding-top:  590px / 1920px * 100%;
    background: #475FAA;
    position: relative;

    .bg {
      width:100%;
      height: auto;
      display: block;
      position: absolute;
      top:0; left:0;
    }
  } */
}
.single-berget-nieuws .thumb-header-container .thumbnail-news,
.single-berget-nieuws .header-container .thumbnail-news {
  position: relative;
}
.single-berget-nieuws .thumb-header-container .thumbnail-news img,
.single-berget-nieuws .header-container .thumbnail-news img {
  width: 100%;
  height: auto;
}
.single-berget-nieuws .thumb-header-container .content,
.single-berget-nieuws .header-container .content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  color: #FFF;
}
.single-berget-nieuws .thumb-header-container .content h1,
.single-berget-nieuws .header-container .content h1 {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 45px;
  line-height: 4.5rem;
  color: #838383;
}
.single-berget-nieuws .header-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.single-berget-nieuws .thumb-header-container {
  position: relative;
  padding-top: 59px;
  /*
  margin-top: -180px;
  @include media-breakpoint-up(xl) {
    margin-top: -180px;
  }
  @include media-breakpoint-up(xxl) {
    margin-top: -250px;
  }
  @media (min-width: 1800px) {
    margin-top: -400px;
  } */
}
.single-berget-nieuws .date-wrap {
  margin-top: 10px;
}
.single-berget-nieuws .date-wrap svg {
  vertical-align: sub;
  display: inline-block;
  margin-right: 10px;
  fill: #838383;
}
.single-berget-nieuws .date-wrap .date {
  font-size: 20px;
  font-size: 2rem;
  color: #838383;
  margin-right: 50px;
}
.single-berget-nieuws .main-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-berget-nieuws .main-col .video-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-berget-nieuws #other-news {
  background: #F6F6F6;
  padding-bottom: 90px;
}
.single-berget-nieuws #other-news .other-news-wrap {
  margin-right: 0;
  margin-left: 0;
}
.single-berget-nieuws #other-news .news-col {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.single-berget-nieuws #other-news .news-tile {
  width: 100%;
  height: 300px;
}
.single-berget-nieuws #other-news .read-more-col {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  text-align: right;
}
.single-berget-nieuws #other-news .read-more-btn.read-archief {
  color: #475faa;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 80px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.single-berget-nieuws #other-news .read-more-btn.read-archief::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: #475faa;
  left: 0;
  bottom: -5px;
  transition: all 0.35s;
}
.single-berget-nieuws #other-news .read-more-btn.read-archief:hover {
  text-decoration: none;
}
.single-berget-nieuws #other-news .read-more-btn.read-archief:hover::before {
  width: 100%;
}
.single-berget-nieuws #other-news .read-more-btn.read-archief span {
  vertical-align: middle;
}
.single-berget-nieuws #other-news .read-more-btn.read-archief svg.arrow-icon {
  width: 35px;
  height: auto;
  margin: 0 0 0 10px;
  vertical-align: middle;
  fill: #475faa;
}

.post-type-archive-berget-nieuws #news-tiles-archive {
  position: relative;
  padding-top: 59px;
  padding-bottom: 15px;
}
.post-type-archive-berget-nieuws #news-tiles-archive > .wrapper {
  margin-right: 0;
  margin-left: 0;
}
.post-type-archive-berget-nieuws #news-tiles-archive article {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.post-type-archive-berget-nieuws #news-tiles-archive article.nr-1 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.no-touch .news-tile:hover .overlay {
  background-color: rgba(71, 95, 170, 0.3);
}
.no-touch .news-tile:hover .arrow-icon {
  -webkit-animation: movingArrow 1.5s infinite;
          animation: movingArrow 1.5s infinite;
}

.news-tile {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: top center;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
}
.news-tile .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #475FAA;
  background-color: rgba(71, 95, 170, 0.6);
  transition: background-color .5s ease;
}
.news-tile .content {
  position: absolute;
  width: 100%;
}
.news-tile .content .title {
  color: #FFFFFF;
}
.news-tile .content .date-read-wrap .date-icon {
  vertical-align: sub;
  display: inline-block;
  fill: #FFF;
}
.news-tile .content .date-read-wrap .date {
  color: #FFF;
}
.news-tile .content .date-read-wrap .read-more-btn {
  color: #FFF;
}
.news-tile .content .date-read-wrap .read-more-btn svg {
  fill: #FFF;
  vertical-align: sub;
  display: inline-block;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(img/colorbox/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(img/colorbox/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  width: 30px;
  height: 30px;
  top: -30px;
  margin: 0 0 0 5px;
  background: url(img/colorbox/controls-sprite.png) no-repeat 0 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 50px;
}

#cboxPrevious:hover {
  background-position: 0px -30px;
}

#cboxNext {
  background-position: -30px 0px;
  right: 25px;
}

#cboxNext:hover {
  background-position: -30px -30px;
}

#cboxClose {
  background-position: -60px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -60px -30px;
}

#cboxPrevious, #cboxPrevious:hover,
#cboxNext, #cboxNext:hover,
#cboxClose, #cboxClose:hover {
  transition: 0;
}

#cboxPrevious:focus, #cboxNext:focus, #cboxSlideshow:focus, #cboxClose:focus {
  outline: 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .zebra-header-bg.no-thumb {
    padding-top: 94px;
  }
  #hero-container {
    height: auto;
  }
  #contact-wrap .boeking-info img {
    max-width: 30%;
  }
  .page-top {
    padding-top: 280px;
    padding-bottom: 140px;
  }
  .single-berget-nieuws .thumb-header-container .content,
  .single-berget-nieuws .header-container .content {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .single-berget-nieuws .thumb-header-container {
    padding-top: 94px;
  }
  .single-berget-nieuws .main-col {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .post-type-archive-berget-nieuws #news-tiles-archive {
    padding-top: 94px;
    padding-bottom: 50px;
  }
  .news-tile .content {
    bottom: 17.1428571429%;
    padding: 0 8%;
  }
  .news-tile .content .title {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 25px;
  }
  .news-tile .content .date-read-wrap .date-icon {
    margin-right: 10px;
  }
  .news-tile .content .date-read-wrap .date {
    font-size: 2rem;
    margin-right: 50px;
  }
  .news-tile .content .date-read-wrap .read-more-btn {
    display: block;
    margin-top: 15px;
  }
  .news-tile .content .date-read-wrap .read-more-btn svg {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .row-sm-height-up {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-sm-height-up {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-sm-top {
    vertical-align: top;
  }

  .col-sm-middle {
    vertical-align: middle;
  }

  .col-sm-bottom {
    vertical-align: bottom;
  }
  h1 {
    font-size: 6.3rem;
  }
  body {
    font-size: 2rem;
  }
  .main-container {
    margin-top: 150px;
  }
  .single.single-assortment main {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
  .footer {
    padding: 110px 0 100px 0;
  }
  .footer .love-nation-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    margin-left: 8.3333333333%;
  }
  .footer .love-nation-wrap img {
    width: 100%;
  }
  .footer .copyright {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin-left: 8.3333333333%;
    margin-top: 11px;
    text-align: right;
  }
  .spotify-embed-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 0;
  }
  section#news-headlines-home .news-wrap {
    height: 700px;
  }
  section#news-headlines-home .news-1-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  section#news-headlines-home .news-1-wrap .content .title {
    font-size: 7rem;
    line-height: 7rem;
  }
  section#news-headlines-home .news-2-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  #hero-container .berget-full {
    width: auto;
    height: 75%;
    margin: 10% auto 0 auto;
  }
  #hero-container .confident {
    width: 40%;
    bottom: 135px;
  }
  #hero-container .love-nation {
    width: 10%;
    bottom: 80px;
  }
  #hero-container .yt-play-btn {
    width: 8%;
  }
  header.title {
    margin-bottom: 115px;
  }
  #tour-dates-wrap {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  #tour-dates .event-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  #tour-dates .event-wrap .event {
    height: 100%;
    padding-bottom: 140px;
  }
  #tour-dates .event-wrap .meer-info {
    position: absolute;
    bottom: 0;
  }
  #tour-dates .event-wrap .meer-info .btn {
    width: 100%;
    padding: 0.8rem 2rem;
  }
  #music {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  #instagram-wrap {
    padding: 50px 0;
  }
  #instagram-wrap .instafeed-link {
    -webkit-box-flex: 0;
    flex: 0 0 19.2%;
    max-width: 19.2%;
    margin-right: 0.8%;
  }
  #instagram-wrap .instafeed-link:nth-child(5) {
    margin-right: 0;
  }
  #instagram-wrap .instafeed-link:nth-child(6) {
    display: none;
  }
  #contact-wrap {
    padding: 180px 0 160px 0;
  }
  #page-tour-dates .event-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .post-type-archive-berget-nieuws #news-tiles-archive article.nr-1 .news-tile {
    padding-top: 51.8518518519%;
  }
  .post-type-archive-berget-nieuws #news-tiles-archive .news-tile {
    padding-top: 51.8518518519%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .zebra-header-bg.no-thumb {
    position: relative;
    height: 550px;
  }
  .footer .love-nation-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 8.3333333333%;
  }
  .footer .copyright {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin-left: 16.6666666667%;
  }
  #hero-container .yt-play-btn {
    width: 10%;
  }
  #tour-dates-wrap header.title {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 8.3333333333%;
    margin-bottom: 115px;
  }
  #tour-dates .event-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 8.3333333333%;
  }
  #tour-dates .more-tour-dates {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  #contact-wrap .title {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
    margin-bottom: 150px;
  }
  #contact-wrap .donna-lewis-info {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    margin-left: 8.3333333333%;
  }
  #contact-wrap .donna-lewis-info .logo-spacer {
    width: 100%;
    height: 110px;
    margin-bottom: 30px;
  }
  #contact-wrap .boeking-info {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  #contact-wrap .boeking-info img {
    max-width: 70%;
    margin-bottom: 30px;
    margin-top: 0;
  }
  #contact-wrap .presskit-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    margin-left: 8.3333333333%;
  }
  #page-tour-dates .event-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .single-berget-nieuws .thumb-header-container .content,
  .single-berget-nieuws .header-container .content {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .single-berget-nieuws .main-col {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .single-berget-nieuws #other-news .news-col {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .single-berget-nieuws #other-news .news-tile {
    padding-top: 48.7444608567%;
  }
  .single-berget-nieuws #other-news .read-more-col {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-lg-top {
    vertical-align: top;
  }

  .col-lg-middle {
    vertical-align: middle;
  }

  .col-lg-bottom {
    vertical-align: bottom;
  }
  .zebra-header-bg.no-thumb {
    height: 600px;
  }
  .spotify-wrapper:first-child {
    margin-left: 8.3333333333%;
  }
  .spotify-embed-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  section#news-headlines-home .news-1-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  section#news-headlines-home .news-2-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  #contact-wrap .donna-lewis-info .logo-spacer {
    height: 134px;
  }
  .post-type-archive-berget-nieuws #news-tiles-archive article {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
  .col-xxl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  body {
    font-size: 2.5rem;
  }
  #contact-wrap .donna-lewis-info .logo-spacer {
    height: 166px;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (max-width: 575.98px) {
  .container-xs-fluid {
    padding: 0px;
  }
  .container-xs-fluid .row, .container-xs-fluid .wrapper {
    margin: 0px;
  }
  .container-xs-fluid [class*="col-"] {
    padding: 0px;
  }
  .zebra-header-bg.no-thumb {
    padding-top: 59px;
  }
  .news-tile .content {
    padding: 0 15px;
    position: absolute;
    bottom: 20px;
  }
  .news-tile .content .title {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
  .news-tile .content .date-read-wrap .date-icon {
    width: auto;
    height: 16px;
    margin: 5px 5px 0 0;
    float: left;
  }
  .news-tile .content .date-read-wrap .date {
    font-size: 1.6rem;
    float: left;
  }
  .news-tile .content .date-read-wrap .read-more-btn {
    font-size: 1.6rem;
    float: right;
  }
  .news-tile .content .date-read-wrap .read-more-btn svg {
    margin-left: 5px;
    height: 16px;
    width: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container-sm-fluid {
    padding: 0px;
  }
  .container-sm-fluid .row, .container-sm-fluid .wrapper {
    margin: 0px;
  }
  .container-sm-fluid [class*="col-"] {
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container-md-fluid {
    padding: 0px;
  }
  .container-md-fluid .row, .container-md-fluid .wrapper {
    margin: 0px;
  }
  .container-md-fluid [class*="col-"] {
    padding: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container-lg-fluid {
    padding: 0px;
  }
  .container-lg-fluid .row, .container-lg-fluid .wrapper {
    margin: 0px;
  }
  .container-lg-fluid [class*="col-"] {
    padding: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .container-xl-fluid {
    padding: 0px;
  }
  .container-xl-fluid .row, .container-xl-fluid .wrapper {
    margin: 0px;
  }
  .container-xl-fluid [class*="col-"] {
    padding: 0px;
  }
}

@media (min-width: 0px) and (max-width: 479px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-xs-top {
    vertical-align: top;
  }

  .col-xs-middle {
    vertical-align: middle;
  }

  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .row-is-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-is-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-is-top {
    vertical-align: top;
  }

  .col-is-middle {
    vertical-align: middle;
  }

  .col-is-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-sm-top {
    vertical-align: top;
  }

  .col-sm-middle {
    vertical-align: middle;
  }

  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-md-top {
    vertical-align: top;
  }

  .col-md-middle {
    vertical-align: middle;
  }

  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1024px) {
  .zebra-header-bg {
    width: 100%;
    background: #475FAA;
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 200px;
    background-image: url("img/svg/bg-zebra-blue.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .single-berget-nieuws .thumb-header-container .wrapper,
  .single-berget-nieuws .header-container .wrapper {
    position: absolute;
    bottom: 40px;
  }
  .single-berget-nieuws .thumb-header-container .content h1,
  .single-berget-nieuws .header-container .content h1 {
    color: #FFF;
    font-size: 7.5rem;
    line-height: 7.5rem;
  }
  .single-berget-nieuws .thumb-header-container {
    padding-top: 175px;
  }
  .single-berget-nieuws .thumb-header-container .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 1%, rgba(31, 43, 61, 0.64) 100%);
  }
  .single-berget-nieuws .date-wrap svg {
    fill: #FFF;
  }
  .single-berget-nieuws .date-wrap .date {
    color: #FFF;
  }
  .post-type-archive-berget-nieuws #news-tiles-archive {
    padding-top: 175px;
    padding-bottom: 130px;
  }
}

@media (min-width: 1024px) and (min-width: 768px) {
  .zebra-header-bg {
    height: 400px;
  }
}

@media (min-width: 1024px) and (min-width: 1200px) {
  .zebra-header-bg {
    height: 600px;
  }
}

@media (max-width: 1023px) {
  .zebra-header-bg.no-thumb {
    height: auto;
  }
  .zebra-header-bg.no-thumb .header-container {
    position: static;
  }
}

@media only screen and (max-width: 1023px) {
  .nav-container {
    padding: 0;
    max-width: 100%;
    position: fixed;
    z-index: 999;
  }

  .navbar {
    width: 100%;
    height: 44px;
    min-height: auto;
    margin-bottom: 0;
    background: #FFF;
  }
  .navbar .navbar-brand {
    width: 60%;
    display: block;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 25px;
    margin-left: 15px;
    padding-top: 4px;
  }
  .navbar .navbar-nav {
    background: #FFF;
    margin: 0;
    padding: 0 25px;
  }
  .navbar .navbar-nav li {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
  }
  .navbar .navbar-nav li a {
    display: inline-block;
    text-transform: none;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
  }
  .navbar .navbar-nav li a:hover {
    color: #06b39a;
  }
  .navbar .sub-menu {
    position: relative;
  }
  .navbar .sub-menu li a {
    position: relative;
    font-weight: normal;
  }
  .navbar .sub-menu li a::before {
    content: '-';
    display: inline-block;
    margin-right: 8px;
    color: #06b39a;
  }
  .navbar {
    top: 0;
    transition: top 0.35s ease;
  }

  .nav-hide {
    top: 0;
  }

  .nav-show {
    top: -100px;
  }
  .navbar-toggler {
    right: 15px;
  }
  .social-btn {
    right: 70px;
    top: 9px;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-container {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all 0.75s ease, top 0s 0s;
    z-index: 999;
  }
  .nav-container.nav-show {
    position: fixed;
    max-width: 100%;
    padding: 0;
    top: 0;
  }

  .navbar {
    width: 100%;
    height: 60px;
  }

  .navbar ul {
    margin: 0px 23px;
    padding: 0;
    position: relative;
    top: 125px;
  }

  .navbar-nav {
    position: relative;
    z-index: 1;
  }
  .navbar-nav .sub-menu {
    position: absolute;
    width: 100%;
    padding: 0px;
    top: 112px;
    left: 0;
    text-align: center;
    background: #1dbfc0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s, padding 0.35s;
    z-index: 999;
  }
  .navbar-nav .sub-menu li {
    display: inline-block;
    margin: 0 15px;
  }
  .navbar-nav .sub-menu li a {
    color: #FFF;
  }
  .social-btn {
    right: 85px;
    top: 16px;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 1.8rem;
  }
  .footer {
    padding: 50px 0;
  }
  .footer .love-nation-wrap {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .love-nation-wrap img {
    width: 60%;
  }
  .footer .copyright {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 25px;
  }
  section#news-headlines-home .news-2-wrap {
    height: 600px;
  }
  #hero-container .hero-image-container {
    height: 100%;
    height: 100vh;
    padding-top: 0;
  }
  #hero-container .hero-image-container .header-1,
  #hero-container .hero-image-container .header-2 {
    height: 100%;
    height: 100vh;
  }
  #tour-dates-wrap {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  #music {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  #contact-wrap {
    padding: 50px 0 10px 0;
  }
  .post-type-archive-berget-nieuws #news-tiles-archive article.nr-1 .news-tile {
    height: 500px;
  }
  .post-type-archive-berget-nieuws #news-tiles-archive .news-tile {
    height: 300px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
  #footer-insta-feed .instafeed-link {
    width: 50%;
  }
  #footer-insta-feed .instafeed-link:nth-child(n+3) {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
  #footer-insta-feed .instafeed-link {
    width: 25%;
  }
  #footer-insta-feed .instafeed-link:nth-child(n+5) {
    display: none;
  }
}

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