/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */

@font-face {
    font-family:'Kollektif';
    src: url('../webfonts/Kollektif Bold.eot');
	src: url('../webfonts/Kollektif Bold.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/Kollektif Bold.woff2') format('woff2'),
		url('../webfonts/Kollektif Bold.woff') format('woff'),
		url('../webfonts/Kollektif Bold.svg#Kollektif Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
    font-display: swap;
}

@font-face {
    font-family:'Kollektif';
    src: url('../webfonts/Kollektif Bold Italic.eot');
	src: url('../webfonts/Kollektif Bold Italic.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/Kollektif Bold Italic.woff2') format('woff2'),
		url('../webfonts/Kollektif Bold Italic.woff') format('woff'),
		url('../webfonts/Kollektif Bold Italic.svg#Kollektif Bold Italic') format('svg');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
    font-display: swap;
}

@font-face {
    font-family:'Kollektif';
    src: url('../webfonts/Kollektif Italic.eot');
	src: url('../webfonts/Kollektif Italic.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/Kollektif Italic.woff2') format('woff2'),
		url('../webfonts/Kollektif Italic.woff') format('woff'),
		url('../webfonts/Kollektif Italic.svg#Kollektif Italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
    font-display: swap;
}

@font-face {
    font-family:'Kollektif';
    src: url('../webfonts/Kollektif.eot');
	src: url('../webfonts/Kollektif.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/Kollektif.woff2') format('woff2'),
		url('../webfonts/Kollektif.woff') format('woff'),
		url('../webfonts/Kollektif.svg#Kollektif') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
    font-display: swap;
}

/* Video protected */
.mfp-iframe-scaler .video_holder {position: absolute;top: 0; left: 0; bottom: 0; right: 0;}
.mfp-iframe-scaler .video_holder iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.mfp-iframe-scaler .cookieconsent-optout-marketing {position: absolute;top: 0; left: 0; bottom: 0; right: 0;}
.mfp-iframe-scaler .cookieconsent-optout-marketing iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.mfp-iframe-scaler .consent-placeholder {position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 1rem; width: 100%;background-color: rgba(0, 0, 0, 1); color: var(--white); box-sizing: border-box;}
.mfp-iframe-scaler .cookieconsent-optout-marketing_inner {height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff;}

.mfp-iframe-scaler .cookieconsent-optout-marketing_inner {display: flex; background-color: #000; align-items: center; justify-content: center; width: 100%; box-sizing: border-box; padding: 20px; height: 100%;}
.mfp-iframe-scaler .cookieconsent-optout-marketing a {color: #fff; text-decoration: underline;}
.mfp-iframe-scaler .cookieconsent-optout-marketing a:hover {color: #fff; text-decoration: none;}
.mfp-iframe-scaler .cookieconsent-optout-marketing p {color: #fff}
.cookieconsent-optout-marketing a {color: #fff; text-decoration: underline;}
.cookieconsent-optout-marketing a:hover {color: #fff; text-decoration: none;}
.cookieconsent-optout-marketing p {color: #fff; }

.video_holder {margin-bottom: 1.2rem;}
.video_holder iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.consent-placeholder {position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 1rem; width: 100%;background-color: rgba(0, 0, 0, 0.541); color: var(--white); box-sizing: border-box;}
.cookieconsent-optout-marketing_inner {height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff;}
.cookieconsent-optout-marketing_inner a {color: #fff; text-decoration: underline;}
.cookieconsent-optout-marketing_inner a:hover {color: #fff; text-decoration: none;}
.cookieconsent-optout-marketing_inner p {color: #fff;} 

/* END Video protected */

/*!
 * Mmenu Light v3.0.3
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */:root {
     --mm-ocd-width: 80%;
     --mm-ocd-min-width: 200px;
     --mm-ocd-max-width: 350px
 }
 body.mm-ocd-opened {
     overflow-y: hidden;
     -ms-scroll-chaining: none;
     overscroll-behavior: none
 }
 .mm-ocd {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 100%;
     left: 0;
     z-index: 9999;
     overflow: hidden;
     -ms-scroll-chaining: none;
     overscroll-behavior: contain;
     background: rgba(0, 0, 0, 0);
     -webkit-transition-property: bottom, background-color;
     -o-transition-property: bottom, background-color;
     transition-property: bottom, background-color;
     -webkit-transition-duration: 0s, .3s;
     -o-transition-duration: 0s, .3s;
     transition-duration: 0s, .3s;
     -webkit-transition-timing-function: ease;
     -o-transition-timing-function: ease;
     transition-timing-function: ease;
     -webkit-transition-delay: .45s, .15s;
     -o-transition-delay: .45s, .15s;
     transition-delay: .45s, .15s
 }
 .mm-ocd--open {
     bottom: 0;
     background: rgba(0, 0, 0, .25);
     -webkit-transition-delay: 0s;
     -o-transition-delay: 0s;
     transition-delay: 0s
 }
 .mm-ocd__content {
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: 2;
     width: 80%;
     width: var(--mm-ocd-width);
     min-width: 200px;
     min-width: var(--mm-ocd-min-width);
     max-width: 350px;
     max-width: var(--mm-ocd-max-width);
     background: #fff;
     -webkit-transition-property: -webkit-transform;
     transition-property: -webkit-transform;
     -o-transition-property: transform;
     transition-property: transform;
     transition-property: transform, -webkit-transform;
     -webkit-transition-duration: .3s;
     -o-transition-duration: .3s;
     transition-duration: .3s;
     -webkit-transition-timing-function: ease;
     -o-transition-timing-function: ease;
     transition-timing-function: ease
 }
 .mm-ocd--left .mm-ocd__content {
     left: 0;
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0)
 }
 .mm-ocd--right .mm-ocd__content {
     right: 0;
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0)
 }
 .mm-ocd--open .mm-ocd__content {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0)
 }
 .mm-ocd__backdrop {
     position: absolute;
     top: 0;
     bottom: 0;
     z-index: 3;
     width: calc(100% - 80%);
     width: calc(100% - var(--mm-ocd-width));
     min-width: calc(100% - 440px);
     min-width: calc(100% - var(--mm-ocd-max-width));
     max-width: calc(100% - 200px);
     max-width: calc(100% - var(--mm-ocd-min-width));
     background: rgba(3, 2, 1, 0)
 }
 .mm-ocd--left .mm-ocd__backdrop {
     right: 0
 }
 .mm-ocd--right .mm-ocd__backdrop {
     left: 0
 }
 .mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
     display: block;
     padding: 0;
     margin: 0;
     -webkit-box-sizing: border-box;
     box-sizing: border-box
 }
 :root {
     --mm-spn-item-height: 44px;
     --mm-spn-item-indent: 20px;
     --mm-spn-line-height: 24px
 }
 .mm-spn {
     width: 100%;
     height: 100%;
     -webkit-tap-highlight-color: transparent;
     -webkit-overflow-scrolling: touch;
     overflow: hidden;
     -webkit-clip-path: inset(0 0 0 0);
     clip-path: inset(0 0 0 0);
     -webkit-transform: translateX(0);
     -ms-transform: translateX(0);
     transform: translateX(0)
 }
 .mm-spn ul {
     -webkit-overflow-scrolling: touch;
     position: fixed;
     top: 0;
     left: 100%;
     bottom: 0;
     z-index: 2;
     width: 130%;
     padding-right: 30%;
     line-height: 24px;
     line-height: var(--mm-spn-line-height);
     overflow: visible;
     overflow-y: auto;
     background: inherit;
     -webkit-transition: left .3s ease 0s;
     -o-transition: left .3s ease 0s;
     transition: left .3s ease 0s;
     cursor: default
 }
 .mm-spn ul:after {
     content: '';
     display: block;
     height: 50px;
     height: var(--mm-spn-item-height)
 }
 .mm-spn > ul {
     left: 0
 }
 .mm-spn ul.mm-spn--open {
     left: 0
 }
 .mm-spn ul.mm-spn--parent {
     left: -30%;
     overflow-y: hidden
 }
 .mm-spn li {
     position: relative;
     background: inherit;
     cursor: pointer
 }
 .mm-spn li:before {
     content: '';
     display: block;
     position: absolute;
     top: 25px;
     top: calc(var(--mm-spn-item-height)/ 2);
     right: 25px;
     right: calc(var(--mm-spn-item-height)/ 2);
     z-index: 0;
     width: 10px;
     height: 10px;
     border-top: 2px solid;
     border-right: 2px solid;
     -webkit-transform: rotate(45deg) translate(0, -50%);
     -ms-transform: rotate(45deg) translate(0, -50%);
     transform: rotate(45deg) translate(0, -50%);
     opacity: .4
 }
.mm-spn li.mm-spn--open_list_item:before {border-right: 2px solid; border-bottom: 2px solid; border-top: none }
 .mm-spn li:after {
     content: '';
     display: block;
     margin-left: 0;
     border-top: 1px solid;
     opacity: .15
 }
 .mm-spn a, .mm-spn span {
     position: relative;
     z-index: 1;
     padding: 13px 20px;
     padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)
 }
 .mm-spn a {
     background: inherit;
     color: inherit;
     text-decoration: none
 }
 .mm-spn a:not(:last-child) {
     width: calc(100% - 50px);
     width: calc(100% - var(--mm-spn-item-height))
 }
 .mm-spn a:not(:last-child):after {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     border-right: 1px solid;
     opacity: .15
 }
 .mm-spn span {
     background: 0 0
 }
 .mm-spn.mm-spn--navbar {
     cursor: pointer
 }
 .mm-spn.mm-spn--navbar:before {
     content: '';
     display: block;
     position: absolute;
     top: 25px;
     top: calc(var(--mm-spn-item-height)/ 2);
     left: 20px;
     left: var(--mm-spn-item-indent);
     width: 10px;
     height: 10px;
     margin-top: 2px;
     border-top: 2px solid;
     border-left: 2px solid;
     -webkit-transform: rotate(-45deg) translate(50%, -50%);
     -ms-transform: rotate(-45deg) translate(50%, -50%);
     transform: rotate(-45deg) translate(50%, -50%);
     opacity: .4
 }
 .mm-spn.mm-spn--navbar.mm-spn--main {
     cursor: default
 }
 .mm-spn.mm-spn--navbar.mm-spn--main:before {
     content: none;
     display: none
 }
 .mm-spn.mm-spn--navbar:after {
     content: attr(data-mm-spn-title);
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 50px;
     height: var(--mm-spn-item-height);
     padding: 0 40px;
     padding: 0 calc(var(--mm-spn-item-indent) * 2);
     line-height: 50px;
     line-height: var(--mm-spn-item-height);
     opacity: .4;
     text-align: center;
     overflow: hidden;
     white-space: nowrap;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis
 }
 .mm-spn.mm-spn--navbar.mm-spn--main:after {
     padding-left: 20px;
     padding-left: var(--mm-spn-item-indent)
 }
 .mm-spn.mm-spn--navbar ul {
     top: 51px;
     top: calc(var(--mm-spn-item-height) + 1px)
 }
 .mm-spn.mm-spn--navbar ul:before {
     content: '';
     display: block;
     position: fixed;
     top: inherit;
     z-index: 2;
     width: 100%;
     border-top: 1px solid currentColor;
     opacity: .15
 }
 .mm-spn.mm-spn--light {
     color: #444;
     background: #f3f3f3
 }
 .mm-spn.mm-spn--dark {
     color: #ddd;
     background: #333
 }
 .mm-spn.mm-spn--vertical {
     overflow-y: auto
 }
 .mm-spn.mm-spn--vertical ul {
     width: 100%;
     padding-right: 0;
     position: static
 }
 .mm-spn.mm-spn--vertical ul ul {
     display: none;
     padding-left: 20px;
     padding-left: var(--mm-spn-item-indent)
 }
 .mm-spn.mm-spn--vertical ul ul:after {
     height: 25px;
     height: calc(var(--mm-spn-item-height)/ 2)
 }
 .mm-spn.mm-spn--vertical ul.mm-spn--open {
     display: block
 }
 .mm-spn.mm-spn--vertical li.mm-spn--open:before {
     -webkit-transform: rotate(135deg) translate(-50%, 0);
     -ms-transform: rotate(135deg) translate(-50%, 0);
     transform: rotate(135deg) translate(-50%, 0)
 }
 .mm-spn.mm-spn--vertical ul ul li:last-child:after {
     content: none;
     display: none
 }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close{
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }


.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; display: none }

.mfp-arrow {
  position: absolute;
  opacity:1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;    border: none;
    background: none; }
  .mfp-arrow:active {
    }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* Responsive Tabs - v1.6.1 */



.resp-tabs-list li {

}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-active {

}

.resp-tab-active {

}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {

}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}