* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
#privacypolicy {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #eee;
  background: black;
  color: #aaa;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  max-width: 400px;
  font-size: 11px;
  line-height: 22px;
  margin-left: 30px;
  font-weight: 300;
  opacity: 0;
  -webkit-transform: translate(0, 200px);
          transform: translate(0, 200px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
  text-align: left;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}
#privacypolicy a {
  color: #aaa;
  color: #fff;
}
#privacypolicy .privacy-btn {
  /*background-image: url('../images/privacy-close.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;*/
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  background: #919191;
  color: #fff;
}
::selection {
  background: #919191;
  color: #fff;
}
::-moz-selection {
  background: #919191;
  color: #fff;
}
/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.erroneous {
  border-color: crimson !important;
}
.error {
  color: crimson;
}
.preload:before {
  content: "\f29d";
  font-family: 'Ionicons';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #999;
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
  margin-left: -10px;
  margin-top: -10px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* PLUGINS ===================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
/* simple lightbox */
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.95;
  display: none;
  z-index: 9996;
}
.sl-wrapper {
  z-index: 9990;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  color: white;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  top: 0%;
  right: 0;
  z-index: 999999;
  width: 46px;
  height: 46px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*
    border:1px dotted blue;
    display: none;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999999;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    &:before{
        content: '';
        width: 30px;
        height: 2px;
        background: white;
        position: absolute;
        top: 15px;
        left: 0;
        transform: rotate(45deg);
        transition: all 0.3s ease;
    }
    &:after{
        content: '';
        width: 30px;
        height: 2px;
        background: white;
        position: absolute;
        top: 15px;
        left: 0;
        transform: rotate(-45deg);
        transition: all 0.3s ease;
    }*/
}
.sl-wrapper .sl-close:after {
  content: "\f404";
  font-family: 'Ionicons';
  font-size: 42px;
  line-height: 46px;
  width: 46px;
  text-align: center;
  position: absolute;
  color: #000;
  top: 0;
  left: 0;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999999;
  color: white;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  z-index: 1015;
  font-family: arial sans-serif;
}
.touchevents .sl-wrapper .sl-navigation button.sl-next,
.touchevents .sl-wrapper .sl-navigation button.sl-prev {
  display: none;
}
.sl-wrapper .sl-navigation button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sl-wrapper .sl-navigation button.sl-prev {
  background: url('../images/left.png') no-repeat;
  width: 46px;
  height: 46px;
  border: 0;
  font-size: 0;
  position: fixed;
  top: 50%;
  margin-top: -23px;
  left: 46px;
  left: 0;
  z-index: 9999;
  /* background-image: url('../images/left.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-color: rgba(0,0,0,0);
        width: 18px;
        height: 40px;
        width:60px;
        height:60px;
        border: 0;
        font-size: 0;
        position: fixed;
        top: 50%;
        left: 20px;
        margin-top: -20px;
        z-index: 9999;*/
}
.sl-wrapper .sl-navigation button.sl-prev:after {
  content: "\f3d2";
  font-family: 'Ionicons';
  font-size: 30px;
  line-height: 46px;
  width: 46px;
  text-align: center;
  position: absolute;
  color: #000;
  top: 0;
  left: 0;
}
.sl-wrapper .sl-navigation button.sl-next {
  width: 46px;
  height: 46px;
  border: 0;
  font-size: 0;
  position: fixed;
  top: 50%;
  margin-top: -23px;
  right: 46px;
  right: 0;
  z-index: 9999;
  /*background-image: url('../images/right.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-color: rgba(0,0,0,0);
        width: 18px;
        height: 40px;
        width:60px;
        height:60px;
        border: 0;
        font-size: 0;
        position: fixed;
        top: 50%;
        right: 20px;
        margin-top: -20px;
        z-index: 9999;*/
}
.sl-wrapper .sl-navigation button.sl-next:after {
  content: "\f3d3";
  font-family: 'Ionicons';
  font-size: 30px;
  line-height: 46px;
  width: 46px;
  text-align: center;
  position: absolute;
  color: #000;
  top: 0;
  left: 0;
}
/*
.svg{
    .sl-wrapper .sl-navigation button{
        &.sl-prev{
            background-image: url('../images/left.svg');
        }
        &.sl-next{
            background-image: url('../images/right.svg');
        }
    }
}
*/
/*.sl-wrapper .sl-navigation button.sl-next {
    right: 30px;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 30px;
}
*/
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
}
.sl-wrapper .sl-image iframe {
  border: 0 none;
  background: #000;
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1005;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
          animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
/* end simple lightbox */
/* VARIABLES =================================================================== */
/* STYLES ====================================================================== */
.juicer-feed {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.juicer-feed .referral {
  display: none !important;
  visibility: hidden;
}
.juicer-feed .j-stacker {
  position: relative;
  height: 0 !important;
}
.juicer-feed .j-stacker .j-stack {
  height: 0 !important;
}
.juicer-feed .j-stacker .j-stack .feed-item {
  border: none;
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  background: unset;
}
.juicer-feed .j-stacker .j-stack .feed-item .j-poster {
  display: none;
  visibility: hidden;
}
.juicer-feed .j-stacker .j-stack .feed-item .j-image {
  position: relative;
  height: 0 !important;
  width: 0 !important;
  padding-bottom: 0;
  overflow: hidden;
}
.juicer-feed .j-stacker .j-stack .feed-item .j-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  width: 0 !important;
}
.juicer-feed .j-stacker .j-stack .feed-item .j-text {
  padding: 0;
}
.juicer-feed .j-stacker .j-stack .feed-item .j-text .j-meta {
  display: none;
  visibility: hidden;
}
.feed-wall {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feed-wall .feed-item {
  width: 32.3333%;
  height: 0;
  padding-bottom: 32.3333%;
  position: relative;
  overflow: hidden;
  margin: 0 0.5%;
}
.feed-wall .feed-item .feed-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.section_flipbook {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  border: 0;
}
.section_flipbook.active {
  display: block;
}
body {
  font-family: 'proxima-nova', sans-serif;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  width: 100%;
  color: #000;
  background-color: #fff;
}
h1 {
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
}
a {
  color: inherit;
}
.uppercase {
  text-transform: uppercase;
}
.wf-loading a,
.wf-loading p,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.wf-active a,
.wf-active p,
.wf-active h1,
.wf-active h2,
.wf-active h3 {
  opacity: 1;
}
.streep {
  width: 50%;
  height: 50px;
  border-right: 1px solid #000;
  margin: 40px 0;
}
.tekstblock {
  max-width: 410px;
  margin: 40px auto;
  display: inline-block;
}
.tekstblock img {
  display: block;
  width: 100%;
  height: auto;
}
.tekstblock-event {
  margin-top: 0;
  margin-bottom: 40px;
}
.tekstblock-event p {
  margin-top: 0;
}
.linkbtn {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 2px;
  margin: 0 15px 15px 15px;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.linkbtn:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.linkbtn:hover {
  color: #919191;
}
.linkbtn:hover:after {
  background: #919191;
}
.animsition {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.animsition.loaded {
  opacity: 1;
}
header {
  position: relative;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  padding: 5px 0 15px 0;
  z-index: 100;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: -5px;
}
header.loaded {
  top: 0;
  opacity: 1;
}
header .toggle {
  width: 30px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 30px;
  right: 5%;
  cursor: pointer;
  display: none;
  z-index: 99;
}
header .toggle:before {
  content: '';
  height: 2px;
  background: black;
  width: 30px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .toggle span {
  width: 30px;
  height: 2px;
  background: black;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .toggle:after {
  content: '';
  height: 2px;
  background: black;
  width: 30px;
  position: absolute;
  bottom: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .toggle.open:before {
  background: #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 19px;
}
header .toggle.open span {
  background: #000;
  opacity: 0;
  -webkit-transform: rotate(400deg);
          transform: rotate(400deg);
}
header .toggle.open:after {
  background: #000;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  bottom: 19px;
}
header .logo {
  width: 280px;
  width: 270px;
  margin: auto;
  margin-top: 10px;
  display: block;
  text-align: center;
}
header nav a {
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}
header nav a:hover,
header nav a.active {
  color: #919191;
}
header nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  opacity: 0;
  background: #919191;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav a.active:after,
header nav a:hover:after {
  opacity: 1;
}
header nav.navL {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: 200px;
  margin-top: -10px;
}
header nav.navR {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 200px;
  margin-top: -10px;
}
header .trending {
  position: absolute;
  left: 50%;
  top: unset;
  bottom: 10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #000;
  color: #fff;
  border-radius: 30px;
  font-family: 'proxima-nova', sans-serif;
  text-transform: uppercase;
  padding: 11px 25px 10px 15px;
  margin: 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
header .trending:hover {
  text-decoration: none;
  background: #ccc;
}
header .trending:after {
  display: none;
}
header .trending.active {
  color: #fff;
}
header .trending:before {
  content: '';
  width: 9px;
  height: 17px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url('../images/arrow-right-white2.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.strookimage {
  max-width: 800px;
  width: 100%;
}
.privacyholder {
  width: 90%;
  margin: auto;
  margin-top: 180px;
  max-width: 410px;
}
.banner {
  position: relative;
  width: 100%;
  margin-top: 180px;
}
.banner:before {
  content: "\f29d";
  font-family: 'Ionicons';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #999;
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
  margin-left: -10px;
  margin-top: -10px;
}
.banner.loaded:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  opacity: 0.6;
  pointer-events: none;
}
.banner .caroussel {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner .caroussel.loaded {
  opacity: 1;
}
.banner .caroussel img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slideshow {
  position: relative;
  width: 100%;
  max-height: 630px;
  margin-top: 180px;
}
.slideshow:before {
  content: "\f29d";
  font-family: 'Ionicons';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #999;
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
  margin-left: -10px;
  margin-top: -10px;
}
.slideshow.loaded:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  pointer-events: none;
  opacity: 0.6;
}
.slideshow .caroussel {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slideshow .caroussel.loaded {
  opacity: 1;
}
.slideshow .caroussel img {
  max-height: 630px;
  margin: 0 4px 0 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.caroussel ul.slick-dots {
  z-index: 80;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.caroussel ul.slick-dots li {
  display: inline;
  padding: 5px;
}
.caroussel ul.slick-dots li button {
  padding: 0px;
  margin: 0;
  border: none;
  font-size: 0;
  height: 6px;
  width: 6px;
  background: #999;
  border-radius: 50%;
  display: inline-block;
}
.caroussel ul.slick-dots li.slick-active button {
  background: #fff;
}
.caroussel .slick-prev {
  background-color: rgba(0, 0, 0, 0);
  width: 100px;
  height: 100%;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 50;
}
.caroussel .slick-prev:after {
  content: "\f3d2";
  font-family: 'Ionicons';
  font-size: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  color: white;
  text-align: center;
}
.caroussel .slick-prev:hover:after {
  color: #919191;
}
.caroussel .slick-next {
  background-color: rgba(0, 0, 0, 0);
  width: 100px;
  height: 100%;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}
.caroussel .slick-next:after {
  content: "\f3d3";
  font-family: 'Ionicons';
  font-size: 30px;
  margin-top: -15px;
  position: absolute;
  color: white;
  top: 50%;
  text-align: center;
}
.caroussel .slick-next:hover:after {
  color: #919191;
}
main {
  margin: 50px auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
main .innercontainer {
  margin: 0 5%;
}
main.loaded {
  opacity: 1;
}
.eventgrid {
  max-width: 800px;
  margin: auto;
  margin-bottom: 150px;
}
.eventgrid .eventholder {
  /*margin-left:-.5%;
		margin-right:-.5%; */
}
.eventgrid .eventitem {
  width: 32.73%;
  margin: 0.25%;
  float: left;
  position: relative;
  overflow: hidden;
}
.eventgrid .eventitem .txthover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 00%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  z-index: 10;
}
.eventgrid .eventitem .txthover .txttabel {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.eventgrid .eventitem .txthover .txttabel .txtcell {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  font-family: 'proxima-nova', sans-serif;
  color: white;
  letter-spacing: 1px;
}
.eventgrid .eventitem .txthover .txttabel .txtcell .lijn {
  width: 60px;
  height: 1px;
  background: white;
  margin: 20px auto;
}
.eventgrid .eventitem a:hover .txthover {
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.eventgrid .eventitem figure {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background: #fafafa;
}
.eventgrid .eventitem figure:before {
  content: "\f29d";
  font-family: 'Ionicons';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #999;
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
  margin-left: -10px;
  margin-top: -10px;
}
.eventgrid .eventitem figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.eventgrid .eventitem figure img.loaded {
  opacity: 1;
}
.eventgrid:before,
.eventgrid:after {
  content: "";
  display: table;
}
.eventgrid:after {
  clear: both;
}
.eventgrid:before,
.eventgrid:after {
  content: "";
  display: table;
}
.eventgrid:after {
  clear: both;
}
.intouch {
  margin-bottom: 100px;
}
.intouch .touchL {
  text-align: right;
  width: 45%;
  margin-right: 5%;
  min-height: 280px;
  float: left;
}
.intouch .touchL .linkbtn {
  margin: 10px 0;
}
.intouch .touchR {
  width: 50%;
  position: absolute;
  left: 50%;
  overflow: hidden;
}
.intouch .touchR .social-feed {
  width: 800px;
  position: relative;
  overflow: hidden;
}
.intouch .touchR .social-feed .social-feed-element {
  margin: 2px;
  float: left;
  position: relative;
}
.intouch .touchR .social-feed .social-feed-element .txthover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  z-index: 10;
}
.intouch .touchR .social-feed .social-feed-element .txthover .txttabel {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.intouch .touchR .social-feed .social-feed-element .txthover .txttabel .txtcell {
  display: table-cell;
  padding: 10%;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  font-family: 'proxima-nova', sans-serif;
  color: white;
  letter-spacing: 1px;
}
.intouch .touchR .social-feed .social-feed-element .txthover .txttabel .txtcell .lijn {
  width: 60px;
  height: 1px;
  background: white;
  margin: 20px auto;
}
.intouch .touchR .social-feed .social-feed-element:hover .txthover {
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.intouch .touchR .social-feed .social-feed-element figure {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background: #fafafa;
}
.intouch .touchR .social-feed .social-feed-element figure:before {
  content: "\f29d";
  font-family: 'Ionicons';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #999;
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
  margin-left: -10px;
  margin-top: -10px;
}
.intouch .touchR .social-feed .social-feed-element figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  /*opacity:0;
					 	transition: opacity .5s ease;
					 	&.loaded{
					 		opacity:1;	
					 	}*/
}
.intouch .touchR:before,
.intouch .touchR:after {
  content: "";
  display: table;
}
.intouch .touchR:after {
  clear: both;
}
.intouch .touchR:before,
.intouch .touchR:after {
  content: "";
  display: table;
}
.intouch .touchR:after {
  clear: both;
}
.intouch:before,
.intouch:after {
  content: "";
  display: table;
}
.intouch:after {
  clear: both;
}
.intouch:before,
.intouch:after {
  content: "";
  display: table;
}
.intouch:after {
  clear: both;
}
.btnflipbook {
  display: inline-block;
  margin-bottom: 120px;
  position: relative;
  cursor: pointer;
  /*&:hover:after{
		color:@grey;	
	}*/
}
.btnflipbook:after {
  position: absolute;
  content: "More info";
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  bottom: 20%;
  left: 0;
  color: white;
  width: 100%;
}
.btnflipbook img {
  max-width: 100%;
  height: auto;
}
.btnorder {
  display: inline-block;
  margin-bottom: 60px;
  position: relative;
  cursor: pointer;
  /*&:after{
		position: absolute;
		//content:"Coming soon"; 
		content:"Pre-order"; 
		font-size:20px;
		letter-spacing: 1px;
		text-align:center;
		bottom:20%;	
		left:0;
		color:white;
		width:100%;
	}*/
  /*&:hover:after{
		color:@grey;	
	}*/
}
.btnorder img {
  max-width: 100%;
  height: auto;
}
.social-feed .slick-list {
  margin-top: 50px;
}
.social-feed .slick-next {
  background: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 5px;
  width: 40px;
  height: 50px;
  left: 50px;
  z-index: 8888;
}
.social-feed .slick-next:after {
  content: "\f3d3";
  font-family: 'Ionicons';
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.social-feed .slick-next:hover:after {
  color: #919191;
}
.social-feed .slick-prev {
  background: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 5px;
  width: 40px;
  height: 50px;
  left: 5px;
  z-index: 8888;
}
.social-feed .slick-prev:after {
  content: "\f3d2";
  font-family: 'Ionicons';
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.social-feed .slick-prev:hover:after {
  color: #919191;
}
.adresgeg {
  text-transform: uppercase;
}
.adresgeg a {
  text-decoration: none;
}
.adresgeg a:hover {
  color: #919191;
}
.cols {
  max-width: 410px;
  margin: auto;
}
.cols .col {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  margin: 2%;
  float: left;
}
.cols:before,
.cols:after {
  content: "";
  display: table;
}
.cols:after {
  clear: both;
}
.cols:before,
.cols:after {
  content: "";
  display: table;
}
.cols:after {
  clear: both;
}
.btn_getintouch {
  cursor: pointer;
  display: inline-block;
  background: #ccc;
  color: #fff;
  font-weight: 100;
  border-radius: 40px;
  font-family: 'proxima-nova', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  padding: 10px 40px;
  margin: 0px 0 0px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_getintouch:hover {
  background: #000;
  color: #fff;
  /*color:@grey;
		border-color:@grey;*/
}
.btn {
  cursor: pointer;
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 40px;
  font-family: 'proxima-nova', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 20px;
  margin: 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background: #ccc;
}
footer {
  margin-top: 50px;
  margin-bottom: 50px;
}
footer .btn_getintouch {
  margin: 40px 0 80px 0;
}
footer .siteby {
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .siteby:hover {
  color: #919191;
}
.formulier {
  max-width: 400px;
  margin: auto;
}
form.pagecontact {
  padding: 0;
  padding-right: 40px;
}
form label {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}
form input[type="text"],
form input[type="email"] {
  border: none;
  border-bottom: 1px solid #000;
  background: #fff;
  width: 96%;
  padding: 8px 2%;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'proxima-nova', sans-serif;
  color: #000;
  font-size: 12px;
  -webkit-appearance: none;
}
form input[type="text"]:focus,
form input[type="email"]:focus {
  background: white;
}
form textarea {
  border: none;
  border-bottom: 1px solid #000;
  background: #fff;
  width: 96%;
  padding: 8px 2%;
  margin-bottom: 10px;
  resize: vertical;
  min-height: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'proxima-nova', sans-serif;
  color: #000;
  -webkit-appearance: none;
  font-size: 12px;
}
form textarea:focus {
  background: white;
}
form #form-submit:disabled {
  background: white;
  cursor: not-allowed;
}
form #form-submit.disabled {
  pointer-events: none;
  opacity: 0.5;
}
form .check {
  padding: 10px 0%;
  text-align: left;
}
form .check label {
  color: #000;
  font-size: 13px;
  margin-left: 10px;
}
form #feedback {
  text-align: left;
  margin: 10px 0 30px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form button {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  letter-spacing: 2px;
  background: white;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form button:hover,
form button:focus {
  background: #000;
  color: white;
}
form button:disabled {
  background: white;
  border: 1px solid #dddddd;
  color: #dddddd;
  cursor: not-allowed;
}
form .radios {
  margin-bottom: 10px;
}
form .radios label {
  font-weight: 300;
  font-size: 14px;
  margin-left: 10px;
}
form input[type="checkbox"] {
  border-color: #e1e1e1;
  background-color: #fcfcfc;
  color: #333333;
  margin: 6px 0;
}
form select {
  border-color: #e1e1e1;
  background-color: #fcfcfc;
  color: #333333;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  background-image: url('../../assets/images/selectarrows.png');
  background-position: center right;
  background-repeat: no-repeat;
  border-radius: 2px;
  padding: 10px;
}
form:before,
form:after {
  content: "";
  display: table;
}
form:after {
  clear: both;
}
form:before,
form:after {
  content: "";
  display: table;
}
form:after {
  clear: both;
}
.content_speaker,
.content_workshop,
.testimonials {
  display: none;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (max-width: 1200px) {
  header nav a {
    margin: 0 3px;
  }
  header nav.navL {
    margin-right: 150px;
  }
  header nav.navR {
    margin-left: 150px;
  }
  header .logo {
    width: 250px;
  }
  header .trending {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    -webkit-transform: unset;
            transform: unset;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
  }
  header .toggle {
    display: block;
  }
  header .logo {
    margin-left: 5%;
    width: 200px;
  }
  header nav a {
    margin: 0 10px;
  }
  .slideshow,
  .banner {
    margin-top: 130px;
  }
  .mainnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    margin: 0;
    text-align: center;
    z-index: 1;
    padding: 100px 30px;
    overflow-y: auto;
    font-size: 20px;
    line-height: 40px;
  }
  .mainnav .navR,
  .mainnav .navL {
    position: static;
    width: 100%;
    margin: 0;
  }
  .mainnav .navR a,
  .mainnav .navL a {
    display: block;
    font-weight: 700;
    font-size: 16px;
  }
  .mainnav .navR a:after,
  .mainnav .navL a:after {
    display: none;
  }
  .mainnav .navR a.active,
  .mainnav .navL a.active {
    color: #919191;
  }
  /*.trending{
		display: inline-block;
		position: relative;
		right: unset;
		top: unset;
		transform: unset;
		margin-top: 10px;
		&.active{
			color: #fff;
		}
	}*/
}
@media only screen and (max-width: 800px) {
  /*.slideshow{
		max-height:400px;
		.caroussel{
			img{	max-height:400px;width:auto;}
		}
	}*/
  .cols {
    max-width: 100%;
  }
  .cols .col {
    text-align: center;
    width: 100%;
    margin: 20px 0;
    float: none;
  }
  .cols:before,
  .cols:after {
    content: "";
    display: table;
  }
  .cols:after {
    clear: both;
  }
  .cols:before,
  .cols:after {
    content: "";
    display: table;
  }
  .cols:after {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .intouch {
    margin-bottom: 100px;
  }
  .intouch .touchL {
    text-align: center;
    width: 100%;
    margin-right: 0%;
    min-height: auto;
    float: none;
  }
  .intouch .touchR {
    position: static;
    width: 100%;
  }
  .eventgrid .eventitem {
    width: 49.5%;
    margin: 0.25%;
  }
  .social-feed {
    width: 100%;
  }
  .social-feed .slick-prev {
    left: 40%;
  }
  .social-feed .slick-prev:after {
    text-align: left;
  }
  .social-feed .slick-next {
    right: 40%;
    left: auto;
  }
  .social-feed .slick-next:after {
    left: auto;
    right: 0;
  }
  /*.slideshow{
		max-height:250px;
		.caroussel{
			img{	max-height:250px;width:auto;}
		}
	}*/
}
@media only screen and (max-width: 500px) {
  .eventgrid .eventitem {
    width: 99.5%;
    margin: 0.25%;
  }
}
