@import url("rrssb.css");
/* Browser reset  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* General  */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
/* Float & align  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* Grid  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
  text-align: center;
}
.grid:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
.module {
  text-align: left;
}
/* Columns  */
.col-1-1 {
  float: none;
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* Fonts  */
.arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.garamond {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
.georgia {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.palatino {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
/* Mixins  */
/* Height 100% */
html,
body {
  height: 100%;
  width: 100%;
}
body {
  background: #0c0a0d /* url('../images/back.jpg') top center no-repeat */;
  background-size: cover;
  -webkit-text-size-adjust: none;
}
/* Preloader */
.preload {
  position: fixed;
  text-align: center !important;
  height: 100%;
  width: 100%;
  background: #0b1012;
  z-index: 999;
  -webkit-transition: all 1s 1s ease-in-out;
  -moz-transition: all 1s 1s ease-in-out;
  -ms-transition: all 1s 1s ease-in-out;
  -o-transition: all 1s 1s ease-in-out;
  transition: all 1s 1s ease-in-out;
}
.preload .loader {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -20px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  border-right: 6px solid rgba(255, 255, 255, 0.2);
  border-bottom: 6px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid #ffffff;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.preload .loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.preload.remove {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes load8 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Fonts */
.bebas {
  font-family: 'Bebas';
}
p a {
  color: #2d3945;
  text-decoration: underline;
}
/* Colors */
/* Animations */
.header-animation {
  -webkit-animation: header 1s 1 forwards;
  -moz-animation: header 1s 1 forwards;
  -ms-animation: header 1s 1 forwards;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.flip-animation {
  -webkit-animation: flipInX 1s 1 forwards;
  -moz-animation: flipInX 1s 1 forwards;
  -ms-animation: flipInX 1s 1 forwards;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -ms-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.bounce {
  -webkit-animation: bounceIn 1s 1 forwards;
  -moz-animation: bounceIn 1s 1 forwards;
  -ms-animation: bounceIn 1s 1 forwards;
  -webkit-animation-delay: 2.7s;
  -moz-animation-delay: 2.7s;
  -ms-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.tada {
  -webkit-animation: tada 2s infinite ease-in-out;
  -moz-animation: tada 2s infinite ease-in-out;
  -ms-animation: tada 2s infinite ease-in-out;
}
.float1 {
  -webkit-animation: float1 3s infinite ease-in-out;
  -moz-animation: float1 3s infinite ease-in-out;
  -ms-animation: float1 3s infinite ease-in-out;
}
.float2 {
  -webkit-animation: float2 2.5s infinite ease-in-out;
  -moz-animation: float2 2.5s infinite ease-in-out;
  -ms-animation: float2 2.5s infinite ease-in-out;
}
.float3 {
  -webkit-animation: float3 3s infinite ease-in-out;
  -moz-animation: float3 3s infinite ease-in-out;
  -ms-animation: float3 3s infinite ease-in-out;
}
.float4 {
  -webkit-animation: float4 3s infinite ease-in-out;
  -moz-animation: float4 3s infinite ease-in-out;
  -ms-animation: float4 3s infinite ease-in-out;
}
.float5 {
  -webkit-animation: float5 2s infinite ease;
  -moz-animation: float5 2s infinite ease;
  -ms-animation: float5 2s infinite ease;
}
.float6 {
  -webkit-animation: float6 4s infinite ease-in-out;
  -moz-animation: float6 4s infinite ease-in-out;
  -ms-animation: float6 4s infinite ease-in-out;
}
.float7 {
  -webkit-animation: float6 3s infinite ease-in-out;
  -moz-animation: float6 3s infinite ease-in-out;
  -ms-animation: float6 3s infinite ease-in-out;
}
.float8 {
  -webkit-animation: float6 3.5s infinite ease-in-out;
  -moz-animation: float6 3.5s infinite ease-in-out;
  -ms-animation: float6 3.5s infinite ease-in-out;
}
.float9 {
  -webkit-animation: float6 7s infinite ease-in-out;
  -moz-animation: float6 7s infinite ease-in-out;
  -ms-animation: float6 7s infinite ease-in-out;
}
.rowani {
  -webkit-animation: row 20s infinite ease-in-out;
  -moz-animation: row 20s infinite ease-in-out;
  -ms-animation: row 20s infinite ease-in-out;
}
.rowsecani {
  -webkit-animation: rowsec 20s infinite ease-in-out;
  -moz-animation: rowsec 20s infinite ease-in-out;
  -ms-animation: rowsec 20s infinite ease-in-out;
}
.footer_btn {
  -webkit-animation: tickets_footer 3.5s infinite ease-in-out;
  -moz-animation: tickets_footer 3.5s infinite ease-in-out;
  -ms-animation: tickets_footer 3.5s infinite ease-in-out;
}
.text-indent {
  -webkit-animation: tIndent 0.3s 1 forwards;
  -moz-animation: tIndent 0.3s 1 forwards;
  -ms-animation: tIndent 0.3s 1 forwards;
}
/* Main Styles */
.header {
  position: fixed;
  text-align: center;
  background: #fff;
  width: 100%;
  height: 48px;
  z-index: 998;
  top: -50px;
  top: 0\9;
  /* Navigation */
  /* Language */
  /* Subpage header */
  /* Social Media */
}
.header .nav {
  display: inline-block;
  margin: 0 auto;
  z-index: 998;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  /* Logo */
  /* Trigger */
}
.header .nav ul {
  display: inline-block;
  margin-left: -5px;
}
.header .nav ul li {
  display: inline-block;
  position: relative;
  /* Submenu */
}
.header .nav ul li a {
  display: inline-block;
  position: relative;
  font-family: 'Bebas';
  color: #000;
  font-size: 18px;
  text-decoration: none;
  padding: 16px 6px 14px 14px;
  -webkit-transition: font-size 0.5s ease;
  -moz-transition: font-size 0.5s ease;
  -ms-transition: font-size 0.5s ease;
  -o-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}
.header .nav ul li a:before {
  display: none;
  position: absolute;
  background: #0b1012;
  width: 103%;
  height: 100%;
  content: "";
  top: 0;
  left: 4px;
  z-index: -1;
  -webkit-transform: skew(-22deg, 0);
  -moz-transform: skew(-22deg, 0);
  -ms-transform: skew(-22deg, 0);
  -o-transform: skew(-22deg, 0);
  transform: skew(-22deg, 0);
}
.header .nav ul li a:after {
  position: absolute;
  content: "/";
  color: #d8d8d8;
  left: 0;
}
.header .nav ul li a:hover,
.header .nav ul li a.hover {
  color: #fff;
  z-index: -1;
}
.header .nav ul li a:hover:before,
.header .nav ul li a.hover:before {
  display: block;
}
.header .nav ul li a:hover:after,
.header .nav ul li a.hover:after {
  display: none;
}
.header .nav ul li:first-child a:after {
  display: none;
}
.header .nav ul li:hover a {
  color: #fff;
  z-index: 999;
}
.header .nav ul li:hover a:before {
  display: block;
}
.header .nav ul li:hover a:after {
  display: none;
}
.header .nav ul li.menu-item-has-children a {
  background: url('../images/new/arrow_down_black.png') no-repeat;
  background-position: top 22px right 10px;
  background-size: 8px;
  padding: 15px 30px 14px 20px;
}
.header .nav ul li.menu-item-has-children a:hover:after,
.header .nav ul li.menu-item-has-children a.hover:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 22px;
  left: inherit;
  content: "";
  background: url('../images/arrow_down_white.png') top center no-repeat;
  width: 8px;
  height: 5px;
  background-size: 8px;
  z-index: 999;
}
.header .nav ul li.menu-item-has-children ul {
  position: fixed;
  top: 48px;
  width: auto;
  left: 47%;
  margin-left: -568px;
  background: #0b1012;
  max-height: 0;
  visibility: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -ms-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.header .nav ul li.menu-item-has-children ul li {
  width: auto;
  text-align: center;
}
.header .nav ul li.menu-item-has-children ul li a {
  background: none;
  padding: 17px 20px;
  width: 100%;
  color: #fff;
}
.header .nav ul li.menu-item-has-children ul li a:after,
.header .nav ul li.menu-item-has-children ul li a:before {
  display: none !important;
}
.header .nav ul li.menu-item-has-children ul li a:hover {
  background: #fff;
  color: #0b1012;
}
.header .nav ul li.menu-item-has-children ul:before {
  display: block;
  position: fixed;
  max-height: 54px;
  height: 14px;
  background: #0b1012;
  width: 100%;
  left: 0;
  content: "";
  padding-bottom: 40px;
}
.header .nav ul li.menu-item-has-children ul:after {
  display: block;
  position: fixed;
  max-height: 54px;
  height: 54px;
  width: 100%;
  left: 0;
  content: "";
  padding-bottom: 40px;
}
.header .nav ul li.menu-item-has-children ul.hover {
  max-height: 1000px;
  visibility: visible;
}
.header .nav .logo {
  float: left;
  position: relative;
  padding: 8px 16px 6px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  height: 48px;
}
.header .nav .logo:before {
  position: absolute;
  background: #0b1012;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skew(-22deg, 0);
  -moz-transform: skew(-22deg, 0);
  -ms-transform: skew(-22deg, 0);
  -o-transform: skew(-22deg, 0);
  transform: skew(-22deg, 0);
}
.header .nav .logo img {
  margin-top: 3px;
}
.header .nav .trigger {
  position: absolute;
  display: block;
  width: 30px;
  right: 20px;
  top: 12px;
  z-index: 996;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .nav .trigger div {
  height: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  margin: 4px auto;
  backface-visibility: hidden;
}
.header .nav .trigger span {
  float: left;
  position: relative;
  font-family: 'Bebas';
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 1px;
  right: 48px;
  color: #fff;
}
.header .nav .trigger {
  display: none;
}
.header .nav .trigger.on {
  opacity: .5;
}
.header .nav .trigger.on .one {
  opacity: 0;
  -webkit-transform: translate(0px, 5px);
  -moz-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  -o-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.header .nav .trigger.on .three {
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.header #lang_sel,
.header #lang_sel_click {
  float: left;
  display: block;
  position: absolute;
  margin: 13px 20px 4px;
  z-index: 999;
  left: 0;
  top: 0;
  width: auto;
}
.header #lang_sel li,
.header #lang_sel_click li {
  width: auto;
}
.header #lang_sel li a,
.header #lang_sel_click li a {
  border: none;
  padding-right: 25px;
  padding-left: 0;
}
.header #lang_sel li a.lang_sel_sel,
.header #lang_sel_click li a.lang_sel_sel {
  background: url('../images/new/arrow_down_black.png') no-repeat;
  background-position: top 9px right 10px;
  background-size: 8px;
  font-size: 0;
}
.header #lang_sel li ul,
.header #lang_sel_click li ul {
  float: left;
  height: auto;
  top: 23px;
  width: 36px !important;
  left: -10px;
  border: 1px solid #0b1012;
  font-size: 0;
}
.header #lang_sel li ul li,
.header #lang_sel_click li ul li {
  float: left;
  text-align: left !important;
  width: 100%;
  padding: 0;
}
.header #lang_sel li ul li a,
.header #lang_sel_click li ul li a {
  padding: 5px 8px 8px;
}
.header #lang_sel li ul li a:hover,
.header #lang_sel_click li ul li a:hover {
  background: #0b1012;
  color: #ffffff;
}
.header #lang_sel li ul li a img,
.header #lang_sel_click li ul li a img {
  left: 1px;
  margin-right: 5px;
}
.header.sub {
  top: 0;
}
.header .social {
  position: absolute;
  margin-right: 14px;
  right: 0;
  top: 0;
}
.header .social a {
  float: left;
  position: relative;
  padding: 16px 7px 13px 14px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  height: 48px;
}
.header .social a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 4px;
  z-index: -1;
  -webkit-transform: skew(-22deg, 0);
  -moz-transform: skew(-22deg, 0);
  -ms-transform: skew(-22deg, 0);
  -o-transform: skew(-22deg, 0);
  transform: skew(-22deg, 0);
}
.header .social a:hover {
  padding: 16px 11px 13px 19px;
}
.header .social a:hover:before {
  background: #0b1012;
}
.header .social .facebook:before {
  background: #587aca;
}
.header .social .twitter:before {
  background: #5dc8ff;
}
.header .social .youtube:before {
  background: #e52d27;
}
.header .social .instagram:before {
  background: #c08d64;
}
.header .social .snapchat:before {
  background: #EFEC00;
}
.header .social .whatsapp:before {
  background: #43d854;
}
.header.headroom--unpinned {
  -webkit-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  -o-transform: translateY(-105%);
  transform: translateY(-105%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.headroom--pinned {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 940px) {
  .logo.landing {
    max-width: 169px !important;
    padding: 14px 20px 9px !important;
    overflow: visible !important;
  }
}
/* Subpage Header */
.header_sub {
  float: left;
  position: relative;
  width: 100%;
  height: 192px;
  overflow: hidden;
  background: #767060 url('../images/header-sub.jpg') bottom center no-repeat;
  background-size: 1254px;
}
.header_sub h1 {
  position: absolute;
  font-family: 'Bebas';
  color: #fff;
  width: 100%;
  max-width: 978px;
  left: 50%;
  margin-left: -508px;
  font-size: 60px;
  text-align: right;
  font-weight: normal;
  top: 93px;
  z-index: 2;
}
.header_sub .artwork {
  display: block;
  position: relative;
  width: 1170px;
  height: 192px;
  margin: 0 auto;
  z-index: 0;
}
.header_sub .artwork .artwork_ {
  height: auto;
  width: 630px;
  margin-top: -50px;
}
@media only screen and (max-width: 1023px) {
  .header_sub {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .header_sub {
    background: #767060 url('../images/header-sub.jpg') bottom center no-repeat;
  }
  .header_sub h1 {
    text-align: left !important;
    top: 92px;
    left: auto;
    margin-left: 0;
    right: auto;
    left: 20px;
  }
  .header_sub .artwork {
    -webkit-transform: scale(0.6) !important;
    -moz-transform: scale(0.6) !important;
    transform: scale(0.6) !important;
    width: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .header_sub {
    margin-top: 10px;
    background: #767060 url('../images/header-sub-mobile.jpg') bottom right -20px no-repeat;
    background-size: 450px;
  }
}
/* Frontpage */
.front {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Overlays */
  /* Video */
}
.front:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .4;
  content: "";
  z-index: 1;
}
.front .intro {
  display: block;
  position: relative;
  margin: 30px auto 0;
  z-index: 997;
  opacity: 0;
  opacity: 1\9;
  height: auto;
}
.front a.go {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  text-decoration: none;
  bottom: 20px;
  z-index: 998;
}
.front a.go p {
  font-family: 'Bebas';
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.front a.go span {
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 3px solid #fff;
  overflow: hidden;
  width: 61px;
  height: 105px;
}
.front a.go span img {
  position: relative;
  top: -40px;
  left: 50%;
  margin-left: -52px;
  -webkit-animation: travelDown 1.2s linear infinite;
  -moz-animation: travelDown 1.2s linear infinite;
  -ms-animation: travelDown 1.2s linear infinite;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.front a.aod_logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 996;
}
.front a.af_logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 996;
}
.front a.fi_logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 39px;
  width: 170px;
  z-index: 996;
}
.front a.fi_logo h3 {
  position: absolute;
  font-family: 'Bebas';
  -webkit-animation: tada 2s infinite ease-in-out;
  -moz-animation: tada 2s infinite ease-in-out;
  -ms-animation: tada 2s infinite ease-in-out;
  color: #fff;
  font-size: 26px;
  line-height: 45px;
  width: 170px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.front .stars {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  background: url('../images/new/stars.png') top repeat-x;
  background-position-x: 0;
  z-index: 997;
  -webkit-animation: stars 20s linear infinite;
  -moz-animation: stars 20s linear infinite;
  -ms-animation: stars 20s linear infinite;
}
.front .stars_2 {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  background: url('../images/new/stars.png') top repeat-x;
  background-position-x: 0;
  z-index: 997;
  -webkit-animation: stars 60s linear infinite;
  -moz-animation: stars 60s linear infinite;
  -ms-animation: stars 60s linear infinite;
}
.front .overlay_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../images/new/overlay_video.png') top center repeat;
  z-index: 995;
}
.front .overlay_black {
  position: absolute;
  opacity: 0.5;
  bottom: 0;
  height: 227px;
  width: 100%;
  background: url('../images/new/overlay_black.png') top left repeat-x;
  z-index: 995;
}
.front .overlay_color {
  position: absolute;
  top: 0;
  height: 485px;
  width: 100%;
  background: url('../images/new/overlay_color.png') top left repeat-x;
  z-index: 995;
}
.front .video {
  position: fixed;
  top: -20px;
  left: -5px;
  min-width: 110%;
  min-height: 105%;
  width: auto;
  height: auto;
}
.second .bxslider li a:before {
  position: absolute;
  text-align: center !important;
  line-height: 103px;
  font-size: 60px;
  background: #2d3945;
  width: 100px;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: 0;
  color: #FFF;
  text-indent: 10px;
  z-index: 1;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "d";
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.second .bxslider li a img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .header #lang_sel {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .header #lang_sel_click,
  .header #lang_sel {
    position: absolute;
    left: auto;
    right: 0 !important;
  }
  .header #lang_sel_click li a,
  .header #lang_sel li a {
    font-size: 0;
    padding-right: 20px;
  }
  .header #lang_sel_click li ul,
  .header #lang_sel li ul {
    left: -50px;
    top: -1px;
    width: 39px;
  }
  .header #lang_sel_click li a.lang_sel_sel,
  .header #lang_sel li a.lang_sel_sel {
    background-position: top 9px right 0px;
    padding-top: 5px;
  }
  .front {
    background: #0c0a0d;
  }
  .front:before {
    display: none;
  }
  .second .bxslider li a:before {
    margin-top: -20px;
  }
}
.intro-wrap p.iframe-wrapper {
  position: relative;
  padding: 0 20px 25% !important;
  height: 0;
  width: 100%;
  margin-bottom: 20px !important;
}
.intro-wrap p.iframe-wrapper iframe {
  position: absolute;
  height: 100%;
  width: calc(100% - 40px);
  top: 0;
  left: 20px;
}
@media only screen and (max-width: 640px) {
  .intro-wrap p.iframe-wrapper {
    padding: 0 20px 52.6% !important;
  }
}
/* ----------------------
Earlybird landingpage
---------------------- */
.front.earlybird {
  position: fixed;
  z-index: 1;
}
.earlybrid-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  padding: 0 10px;
  padding-top: 78px;
  z-index: 2;
  /* ----------------------
	Footer
	---------------------- */
  /* ----------------------
	Slider
	---------------------- */
  /* ----------------------
	Contact form
	---------------------- */
}
.earlybrid-wrap h1 {
  float: left;
  text-align: center !important;
  font-family: 'Bebas';
  width: 100%;
  color: #FFF;
  font-size: 52px;
  font-weight: normal !important;
  margin-bottom: 35px;
}
.earlybrid-wrap h2 {
  float: left;
  font-family: 'Bebas';
  width: 100%;
  color: #000;
  font-size: 38px;
  font-weight: normal !important;
  margin-bottom: 10px;
  padding: 0 20px;
}
.earlybrid-wrap h4 {
  float: left;
  font-family: 'Bebas';
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: normal !important;
  margin-bottom: 10px;
  padding: 0 20px;
}
.earlybrid-wrap p {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
  color: #666;
}
.earlybrid-wrap .earlybird-content {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  /* ----------------------
		Bedankt
		---------------------- */
  /* ----------------------
		Countdown mobile
		---------------------- */
}
.earlybrid-wrap .earlybird-content .introduction p {
  font-size: 16px;
}
.earlybrid-wrap .earlybird-content .introduction ul li {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}
.earlybrid-wrap .earlybird-content .col-2-3 {
  width: 100%;
  padding: 50px 317px 50px 10px;
  background: #FFF;
}
.earlybrid-wrap .earlybird-content .col-2-3 p {
  padding: 0 20px;
}
.earlybrid-wrap .earlybird-content .col-2-3 p a {
  color: #0b1012;
  text-decoration: none;
}
.earlybrid-wrap .earlybird-content .col-2-3 ul {
  float: left;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 22px;
}
.earlybrid-wrap .earlybird-content .col-2-3 ul li {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  color: #666;
  margin-bottom: 14px;
}
.earlybrid-wrap .earlybird-content .col-2-3 ul li:before {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
}
.earlybrid-wrap .earlybird-content .col-2-3 ul li a {
  color: #0b1012;
  text-decoration: none;
}
.earlybrid-wrap .earlybird-content .col-1-3 {
  position: absolute;
  right: 0;
  top: 0;
  padding: 50px 0;
  width: 307px;
  height: 100%;
}
.earlybrid-wrap .earlybird-content .col-1-3.pink {
  background: #0b1012;
}
.earlybrid-wrap .earlybird-content .col-1-3.pink h3 {
  font-family: 'Bebas';
  color: #FFF;
  font-size: 22px;
  line-height: 24px;
  padding: 0 30px;
  font-weight: normal !important;
}
.earlybrid-wrap .earlybird-content .col-1-3.pink h2 {
  color: #FFF;
  padding: 0 30px;
}
.earlybrid-wrap .earlybird-content .col-1-3.pink p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
}
.earlybrid-wrap .earlybird-content .col-1-3.pink .let-op {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
}
.earlybrid-wrap .earlybird-content .col-1-3.pink .let-op ul {
  float: left;
  width: 100%;
  padding: 0 30px;
}
.earlybrid-wrap .earlybird-content .col-1-3.pink .let-op ul li {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  color: #FFF;
  margin-bottom: 14px;
}
.earlybrid-wrap .earlybird-content .col-1-3.pink .let-op ul li:before {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
}
.earlybrid-wrap .earlybird-content .col-1-3.pink .let-op ul li a {
  color: #FFF;
  text-decoration: none;
}
.earlybrid-wrap .earlybird-content .col-1-3.pink .flip-clock-divider.uur .flip-clock-label,
.earlybrid-wrap .earlybird-content .col-1-3.pink .flip-clock-divider.min .flip-clock-label,
.earlybrid-wrap .earlybird-content .col-1-3.pink .flip-clock-divider.sec .flip-clock-label {
  margin-left: 6px;
}
.earlybrid-wrap .earlybird-content .col-1-3.pink .notice-wrap {
  float: left;
  width: 100%;
  padding: 0 30px;
  margin-top: 28px;
}
.earlybrid-wrap .earlybird-content .col-1-3.pink .notice-wrap .notice-inner {
  float: left;
  width: 100%;
  background: #05334F;
  padding: 10px;
}
.earlybrid-wrap .earlybird-content .col-1-3.pink .notice-wrap .notice-inner h4 {
  font-family: 'Bebas';
  color: #FFF;
  font-size: 24px;
  margin-bottom: 8px;
  padding: 0;
  font-weight: normal !important;
}
.earlybrid-wrap .earlybird-content .col-1-3.pink .notice-wrap .notice-inner p {
  color: #FFF;
  margin-bottom: 0;
  font-weight: bold;
  padding-right: 2px;
}
.earlybrid-wrap .earlybird-content .col-1-2 {
  position: absolute;
  height: 100%;
  background: #FFF;
  padding: 50px 10px;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink {
  position: relative;
  float: right;
  top: 0;
  background: #0b1012 url('../images/earlybird-bedankt-pink.png') top center no-repeat;
  background-size: 100%;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink h1,
.earlybrid-wrap .earlybird-content .col-1-2.pink h2,
.earlybrid-wrap .earlybird-content .col-1-2.pink h3,
.earlybrid-wrap .earlybird-content .col-1-2.pink h4,
.earlybrid-wrap .earlybird-content .col-1-2.pink h5,
.earlybrid-wrap .earlybird-content .col-1-2.pink h6,
.earlybrid-wrap .earlybird-content .col-1-2.pink p {
  float: left;
  width: 100%;
  color: #FFF;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink h2 {
  font-family: 'Bebas';
  color: #FFF;
  font-size: 56px;
  line-height: 56px;
  padding: 0 30px;
  font-weight: normal !important;
  margin-top: 40px;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink h3 {
  font-family: 'Bebas';
  color: #FFF;
  font-size: 22px;
  line-height: 24px;
  padding: 0 30px;
  font-weight: normal !important;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink h3.bigger {
  font-size: 38px;
  margin: 34px 0 28px;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink p strong {
  font-weight: 700;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .wysiwyg ul {
  float: left;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 22px;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .wysiwyg ul li {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  color: #FFF;
  margin-bottom: 14px;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .wysiwyg ul li:before {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .wysiwyg ul li a {
  color: #FFF;
  text-decoration: none;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .link-wrap {
  float: left;
  width: 100%;
  padding: 0 30px;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .link-wrap .link-inner {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 10px;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .link-wrap .link-inner input {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 10px 0 15px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  border: none;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .link-wrap .link-inner .btn {
  font-family: 'Bebas';
  float: left;
  text-align: center !important;
  font-size: 20px;
  margin-top: 10px;
  padding: 8px 15px;
  background: #2d3945;
  color: #FFF;
  text-decoration: none;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .link-wrap .link-inner .btn:hover {
  background: #0b1012;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .share-buttons-wrap {
  float: left;
  width: 100%;
  padding: 0 30px;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .share-buttons-wrap .share-buttons-inner {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 10px;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .share-buttons-wrap .share-buttons-inner .rrssb-buttons li {
  width: 50% !important;
  padding: 3px;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .share-buttons-wrap .share-buttons-inner .rrssb-buttons li a {
  width: 100% !important;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .share-buttons-wrap .share-buttons-inner .rrssb-buttons li a .rrssb-text {
  font-family: 'Bebas';
  font-weight: normal !important;
  font-size: 16px;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .share-buttons-wrap .share-buttons-inner .rrssb-buttons li.rrssb-whatsapp a {
  background: #48BF31;
}
.earlybrid-wrap .earlybird-content .col-1-2.pink .share-buttons-wrap .share-buttons-inner .rrssb-buttons li.rrssb-whatsapp a:hover {
  background: #21A014;
}
.earlybrid-wrap .earlybird-content .col-1-2.wysiwyg ul {
  float: left;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 24px;
}
.earlybrid-wrap .earlybird-content .col-1-2.wysiwyg ul li {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  color: #666;
  margin-bottom: 14px;
}
.earlybrid-wrap .earlybird-content .col-1-2.wysiwyg ul li:before {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
}
.earlybrid-wrap .earlybird-content .col-1-2.wysiwyg ul li a {
  color: #0b1012;
  text-decoration: none;
}
.earlybrid-wrap .earlybird-content .col-1-2.wysiwyg p a {
  color: #0b1012;
  text-decoration: none;
}
.earlybrid-wrap .earlybird-content .col-1-2 p {
  padding: 0 30px;
  margin-bottom: 28px;
}
.earlybrid-wrap .earlybird-content .col-1-2 h1,
.earlybrid-wrap .earlybird-content .col-1-2 h2,
.earlybrid-wrap .earlybird-content .col-1-2 h3,
.earlybrid-wrap .earlybird-content .col-1-2 h4,
.earlybrid-wrap .earlybird-content .col-1-2 h5,
.earlybrid-wrap .earlybird-content .col-1-2 h6 {
  padding: 0 30px;
}
.earlybrid-wrap .earlybird-content .col-1-2 .bedankt-message {
  float: left;
  width: 100%;
}
.earlybrid-wrap .earlybird-content .col-1-2 .spam-box-message {
  float: left;
  width: 100%;
  padding: 0 30px;
}
.earlybrid-wrap .earlybird-content .col-1-2 .spam-box-message p {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  width: 100%;
  background: #0b1012;
  color: #FFF;
  padding: 12px 10px;
}
.earlybrid-wrap .earlybird-content .col-1-2 .spam-box-message p strong {
  font-family: 'Bebas';
  color: #0b1012;
  font-size: 18px;
  font-weight: normal;
}
.earlybrid-wrap .earlybird-content .col-1-2 .half {
  float: left;
  width: 100%;
  padding: 0 30px;
}
.earlybrid-wrap .earlybird-content .col-1-2 .half h4 {
  padding: 0;
}
.earlybrid-wrap .earlybird-content .col-1-2 .half .fb-like-box {
  margin-left: -10px;
  height: auto !important;
  display: block !important;
}
.earlybrid-wrap .earlybird-content .col-1-2 .half .btn {
  font-family: 'Bebas';
  float: left;
  text-align: center !important;
  width: 100%;
  font-size: 17px;
  padding: 10px 0;
  background: #2d3945;
  color: #FFF;
  text-decoration: none;
}
.earlybrid-wrap .earlybird-content .col-1-2 .half .btn:hover {
  background: #0b1012;
}
.earlybrid-wrap .earlybird-content .col-1-2 .half.last h4 {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
}
.earlybrid-wrap .earlybird-content .countdown-mobile {
  float: left;
  width: 100%;
  background: #0b1012;
  padding: 20px 0;
}
.earlybrid-wrap .earlybird-content .countdown-mobile h3 {
  font-family: 'Bebas';
  color: #FFF;
  font-size: 22px;
  line-height: 24px;
  padding: 0 20px;
  font-weight: normal !important;
}
.earlybrid-wrap .af-logo {
  float: left;
  text-align: center !important;
  width: 100%;
  z-index: 1;
}
.earlybrid-wrap .af-logo a {
  display: inline-block;
}
.earlybrid-wrap .af-logo a img {
  display: inline-block;
  margin-bottom: 30px;
}
.earlybrid-wrap .bx-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 28px;
  padding: 0 20px;
}
.earlybrid-wrap .bx-wrapper .bx-viewport .bxslider-landing {
  float: none;
}
.earlybrid-wrap .bx-wrapper .bx-viewport .bxslider-landing li {
  position: relative;
}
.earlybrid-wrap .bx-wrapper .bx-viewport .bxslider-landing li .swipebox-video {
  position: relative;
  float: left;
  text-decoration: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.earlybrid-wrap .bx-wrapper .bx-viewport .bxslider-landing li .swipebox-video:before {
  position: absolute;
  text-align: center !important;
  line-height: 103px;
  font-size: 60px;
  background: #0b1012;
  width: 100px;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -80px;
  color: #FFF;
  text-indent: 10px;
  z-index: 1;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "d";
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.earlybrid-wrap .bx-wrapper .bx-viewport .bxslider-landing li .swipebox-video:after {
  position: absolute;
  font-family: 'Bebas';
  text-align: center !important;
  width: 100%;
  font-size: 40px;
  content: "Aftermovie";
  z-index: 1;
  top: 65%;
  color: #FFF;
  text-decoration: none;
}
.earlybrid-wrap .bx-wrapper .bx-viewport .bxslider-landing li .swipebox-video:hover:before {
  background: #2d3945;
}
.earlybrid-wrap .bx-wrapper .bx-viewport .bxslider-landing li img {
  width: 100%;
  height: auto;
}
.earlybrid-wrap .bx-wrapper .bx-viewport .bxslider-landing li:before {
  display: none;
}
.earlybrid-wrap .bx-wrapper .bx-controls {
  position: relative;
}
.earlybrid-wrap .bx-wrapper .bx-controls .bx-controls-direction {
  text-align: center !important;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.earlybrid-wrap .bx-wrapper .bx-controls .bx-controls-direction a {
  position: relative;
  display: inline-block;
  top: 0;
  width: 35px;
  height: 35px;
  text-decoration: none;
}
.earlybrid-wrap .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  background: #0b1012;
}
.earlybrid-wrap .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:hover {
  background: #2d3945;
}
.earlybrid-wrap .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:before {
  position: absolute;
  color: #FFF;
  text-indent: 0;
  top: 8px;
  left: 8px;
  font-size: 20px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "b";
}
.earlybrid-wrap .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  position: relative;
  background: #0b1012;
}
.earlybrid-wrap .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:hover {
  background: #2d3945;
}
.earlybrid-wrap .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:before {
  position: absolute;
  color: #FFF;
  text-indent: 0;
  top: 8px;
  left: 8px;
  font-size: 20px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
}
.earlybrid-wrap .wpcf7 {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  padding: 0 10px;
}
.earlybrid-wrap .wpcf7 .screen-reader-response {
  display: none !important;
}
.earlybrid-wrap .wpcf7 .field {
  float: left;
  position: relative;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.earlybrid-wrap .wpcf7 .field.full {
  width: 100%;
}
.earlybrid-wrap .wpcf7 .field.full.last {
  text-align: center !important;
  margin-bottom: 0;
}
.earlybrid-wrap .wpcf7 .field.full.last .ajax-loader {
  margin-top: 10px;
}
.earlybrid-wrap .wpcf7 .field.quater {
  width: 25%;
}
.earlybrid-wrap .wpcf7 .field.quater label {
  clear: both !important;
  width: auto;
}
.earlybrid-wrap .wpcf7 .field.three-quater {
  width: 75%;
  padding: 0;
}
.earlybrid-wrap .wpcf7 .field.three-quater label {
  padding: 0 10px;
}
.earlybrid-wrap .wpcf7 .field.semi-last {
  width: 100%;
}
.earlybrid-wrap .wpcf7 .field.semi-last label {
  clear: both !important;
  width: auto;
}
.earlybrid-wrap .wpcf7 .field label {
  float: left;
  width: 100%;
  color: #666;
  font-size: 14px;
  line-height: 28px;
}
.earlybrid-wrap .wpcf7 .field label.note-label {
  font-size: 13px;
  font-style: italic;
}
.earlybrid-wrap .wpcf7 .field label.note-label a {
  color: #0b1012;
  text-decoration: none;
}
.earlybrid-wrap .wpcf7 .field input[type="text"],
.earlybrid-wrap .wpcf7 .field input[type="email"] {
  float: left;
  width: 100%;
  border-bottom: 1px solid #0b1012 !important;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  min-height: 28px;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
}
.earlybrid-wrap .wpcf7 .field input[type="text"]::-webkit-input-placeholder,
.earlybrid-wrap .wpcf7 .field input[type="email"]::-webkit-input-placeholder {
  color: #cccccc;
}
.earlybrid-wrap .wpcf7 .field input[type="text"]:-moz-placeholder,
.earlybrid-wrap .wpcf7 .field input[type="email"]:-moz-placeholder {
  color: #cccccc;
}
.earlybrid-wrap .wpcf7 .field input[type="text"]::-moz-placeholder,
.earlybrid-wrap .wpcf7 .field input[type="email"]::-moz-placeholder {
  color: #cccccc;
}
.earlybrid-wrap .wpcf7 .field input[type="text"]:-ms-input-placeholder,
.earlybrid-wrap .wpcf7 .field input[type="email"]:-ms-input-placeholder {
  color: #cccccc;
}
.earlybrid-wrap .wpcf7 .field select {
  float: left;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #0b1012 !important;
  border: none;
  color: #C1C1C1;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  min-height: 28px;
  -webkit-appearance: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
}
.earlybrid-wrap .wpcf7 .field select.clicked {
  color: #000;
}
.earlybrid-wrap .wpcf7 .field .menu-dob-day,
.earlybrid-wrap .wpcf7 .field .menu-dob-month,
.earlybrid-wrap .wpcf7 .field .menu-dob-year {
  position: relative;
  width: 33.33333% !important;
  padding: 0 10px;
}
.earlybrid-wrap .wpcf7 .field .menu-dob-day:before,
.earlybrid-wrap .wpcf7 .field .menu-dob-month:before,
.earlybrid-wrap .wpcf7 .field .menu-dob-year:before {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 0;
  height: 27px;
  background: #FFF;
  width: 19px;
  content: "";
  z-index: 1;
}
.earlybrid-wrap .wpcf7 .field .menu-dob-day:after,
.earlybrid-wrap .wpcf7 .field .menu-dob-month:after,
.earlybrid-wrap .wpcf7 .field .menu-dob-year:after {
  position: absolute;
  pointer-events: none;
  right: 10px;
  top: 5px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "f";
  z-index: 2;
}
.earlybrid-wrap .wpcf7 .field textarea {
  float: left;
  width: 100%;
  border-bottom: 1px solid #0b1012 !important;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  height: 100px;
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.earlybrid-wrap .wpcf7 .field p {
  float: left;
  color: #000;
  font-size: 13px;
  line-height: 27px;
  padding: 0 !important;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-form-control-wrap.geslacht,
.earlybrid-wrap .wpcf7 .field .wpcf7-form-control-wrap.inschrijven-voor {
  border-bottom: 1px solid #0b1012 !important;
  padding-bottom: 4px;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-radio input[type="radio"] {
  display: none;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-radio label {
  position: relative;
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  cursor: pointer;
  padding-left: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-radio label:before {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #cecece;
  left: 0;
  top: 6px;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-radio label:after {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #0b1012;
  left: 0;
  top: 6px;
  content: "";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-radio label.on {
  color: #000;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-radio label.on:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.earlybrid-wrap .wpcf7 .field .wpcf7-radio label.on:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.earlybrid-wrap .wpcf7 .field .wpcf7-checkbox input[type="checkbox"] {
  display: none;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-checkbox label {
  position: relative;
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  cursor: pointer;
  padding-left: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-checkbox label:before {
  position: absolute;
  width: 13px;
  height: 13px;
  background: #cecece;
  left: 0;
  top: 6px;
  content: "";
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-checkbox label:after {
  position: absolute;
  width: 13px;
  height: 13px;
  color: #0b1012;
  left: 0;
  top: 5px;
  font-size: 16px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-checkbox label.on {
  color: #000;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-checkbox label.on:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.earlybrid-wrap .wpcf7 .field .wpcf7-checkbox label.on:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.earlybrid-wrap .wpcf7 .field .acceptance input[type="checkbox"] {
  display: none;
}
.earlybrid-wrap .wpcf7 .field .acceptance-label {
  position: relative;
  color: #c1c1c1;
  font-size: 14px;
  line-height: 27px;
  cursor: pointer;
  padding-left: 19px;
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.earlybrid-wrap .wpcf7 .field .acceptance-label:before {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #cecece;
  left: 0;
  top: 6px;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.earlybrid-wrap .wpcf7 .field .acceptance-label:after {
  position: absolute;
  width: 13px;
  height: 13px;
  color: #0b1012;
  left: 0;
  top: 5px;
  font-size: 16px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.earlybrid-wrap .wpcf7 .field .acceptance-label.on {
  color: #000;
}
.earlybrid-wrap .wpcf7 .field .acceptance-label.on:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.earlybrid-wrap .wpcf7 .field .acceptance-label.on:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.earlybrid-wrap .wpcf7 .field .open-voorwaarden {
  float: left;
  position: relative;
  display: inline-block;
  color: #0b1012;
  font-size: 14px;
  line-height: 27px;
  cursor: pointer;
  margin-left: 5px;
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-submit {
  float: right;
  font-family: 'Bebas';
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  width: 100%;
  padding: 10px 20px;
  background: #cecece;
  color: #FFF;
  border: none !important;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0px !important;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-submit.on {
  background: #0b1012 !important;
  cursor: pointer;
  pointer-events: all;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-submit.on:hover {
  background: #000 !important;
}
.earlybrid-wrap .wpcf7 .field .wpcf7-not-valid-tip {
  float: left;
  width: 100%;
  color: #b94a48;
  font-size: 12px;
  margin-top: 5px;
}
.earlybrid-wrap .wpcf7 .required-reminder {
  float: left;
  width: 100%;
  color: #666;
  font-size: 14px;
  line-height: 27px;
  padding: 0 10px;
}
.earlybrid-wrap .wpcf7 .required-reminder:before {
  float: left;
  margin-top: 3px;
  margin-right: 3px;
  font-size: 17px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "g";
}
.earlybrid-wrap .wpcf7 .wpcf7-response-output {
  float: left;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  line-height: 28px;
  margin-top: 0;
}
.earlybrid-wrap .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: #b94a48;
  background: #f2dede;
  border: 1px solid #eed3d7;
  padding: 10px;
  margin-top: 24px;
}
.earlybrid-wrap .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #0b1012;
  /* border: 1px solid @darkblue; */
  padding: 0 10px;
}
.earlybrid-wrap .wpcf7 .sent .field {
  display: none;
}
/* ----------------------
Popup
---------------------- */
.popup-wrapper {
  position: fixed;
  width: 100%;
  height: 0;
  top: 48px;
  left: 0;
  pointer-events: none;
  z-index: 997;
  visibility: hidden;
  overflow: hidden;
}
.popup-wrapper .popup-inner {
  position: absolute;
  text-align: center !important;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background: rgba(40, 97, 126, 0.95);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-wrapper .popup-inner .popup-modal {
  position: relative;
  display: inline-block;
  text-align: left !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 50%;
  margin-top: -230px;
  color: #FFF !important;
  width: 100%;
  max-width: 620px;
  background: #000;
  padding: 30px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(25px) scale(0.9);
  -moz-transform: translateY(25px) scale(0.9);
  -ms-transform: translateY(25px) scale(0.9);
  -o-transform: translateY(25px) scale(0.9);
  transform: translateY(25px) scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popup-wrapper .popup-inner .popup-modal h1,
.popup-wrapper .popup-inner .popup-modal h2,
.popup-wrapper .popup-inner .popup-modal h3,
.popup-wrapper .popup-inner .popup-modal h4,
.popup-wrapper .popup-inner .popup-modal h5,
.popup-wrapper .popup-inner .popup-modal h6 {
  font-family: 'Bebas';
  font-weight: normal !important;
}
.popup-wrapper .popup-inner .popup-modal h3 {
  font-size: 38px;
  line-height: 24px;
  margin-bottom: 18px;
}
.popup-wrapper .popup-inner .popup-modal p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 28px;
}
.popup-wrapper .popup-inner .popup-modal p:last-child {
  margin-bottom: 0;
}
.popup-wrapper .popup-inner .popup-modal .popup-close {
  position: relative;
}
.popup-wrapper .popup-inner .popup-modal .popup-close:after {
  position: absolute;
  width: 13px;
  height: 13px;
  color: #FFF;
  right: 20px;
  top: 0;
  cursor: pointer;
  font-size: 32px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
}
.popup-wrapper.show {
  pointer-events: all;
  visibility: visible;
  height: 100%;
}
.popup-wrapper.show .popup-inner {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.popup-wrapper.show .popup-inner .popup-modal {
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.times-up-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
}
.times-up-modal .inner {
  position: absolute;
  text-align: center !important;
  z-index: 1;
  background: #FFF;
  width: 100%;
  max-width: 560px;
  top: 80px;
  padding-bottom: 30px;
}
.times-up-modal .inner h2 {
  float: left;
  font-family: 'Bebas';
  font-size: 42px;
  line-height: 42px;
  color: #0b1012;
  padding: 15px 20px;
  width: 100%;
  font-weight: normal !important;
}
.times-up-modal .inner img {
  float: left;
  width: 100%;
  height: auto;
}
.times-up-modal .inner h3 {
  float: left;
  font-family: 'Bebas';
  font-size: 23px;
  line-height: 23px;
  padding: 15px 20px;
  width: 100%;
  font-weight: normal !important;
}
.times-up-modal .inner h3 span {
  color: #0b1012;
}
.times-up-modal .inner .btn {
  font-family: 'Bebas';
  display: inline-block;
  text-align: center !important;
  font-size: 32px;
  padding: 8px 15px;
  background: #0b1012;
  color: #FFF;
  text-decoration: none;
}
.times-up-modal .inner .btn:hover {
  background: #2d3945;
}
.times-up-modal:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0b1012;
  opacity: .9;
  content: "";
}
@media only screen and (min-width: 640px) {
  .times-up-modal .inner {
    left: 50%;
    margin-left: -280px;
  }
}
@media only screen and (max-width: 640px) {
  .times-up-modal .inner {
    top: 110px;
  }
  .times-up-modal .inner h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 15px;
  }
  .times-up-modal .inner h3 {
    font-size: 14px;
    line-height: 16px;
    padding: 15px;
  }
  .times-up-modal .inner .btn {
    font-size: 20px;
  }
}
@media only screen and (max-device-width: 1024px) {
  .earlybrid-wrap {
    padding-top: 128px;
  }
}
@media only screen and (max-width: 768px) {
  .earlybrid-wrap {
    padding-top: 128px;
  }
  .earlybrid-wrap .earlybird-content {
    margin-bottom: 0;
  }
  .earlybrid-wrap .earlybird-content .col-1-2 .half {
    width: 100%;
    padding: 0 20px 15px;
  }
  .earlybrid-wrap .earlybird-content .col-1-2 .half.last {
    border-left: none;
  }
  .earlybrid-wrap .earlybird-content .col-1-2 .half.last h4 {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
  }
  .earlybrid-wrap .af-logo {
    margin-top: 30px;
  }
  .earlybrid-wrap .wpcf7 .field.semi-last {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .earlybrid-wrap h1 {
    font-size: 48px;
  }
  .earlybrid-wrap .earlybird-content .col-2-3 {
    padding: 30px 0;
  }
  .earlybrid-wrap .earlybird-content .col-2-3 ul li {
    padding: 0;
  }
  .earlybrid-wrap .earlybird-content .col-1-3 {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  .earlybrid-wrap .earlybird-content .col-1-3.pink h2,
  .earlybrid-wrap .earlybird-content .col-1-3.pink h3 {
    padding: 0 20px;
  }
  .earlybrid-wrap .earlybird-content .col-1-3.pink .let-op {
    margin-top: 0;
  }
  .earlybrid-wrap .earlybird-content .col-1-3.pink .let-op ul {
    padding: 0 20px !important;
  }
  .earlybrid-wrap .earlybird-content .col-1-3.pink .notice-wrap {
    padding: 0 20px;
  }
  .earlybrid-wrap .earlybird-content .col-1-3 ul li {
    padding: 0;
  }
  .earlybrid-wrap .earlybird-content .col-1-2 {
    position: relative;
    width: 100%;
    padding: 30px 0;
  }
  .earlybrid-wrap .earlybird-content .col-1-2 h2,
  .earlybrid-wrap .earlybird-content .col-1-2 h3,
  .earlybrid-wrap .earlybird-content .col-1-2 p {
    padding: 0 20px;
  }
  .earlybrid-wrap .earlybird-content .col-1-2 .spam-box-message {
    padding: 0 20px;
  }
  .earlybrid-wrap .earlybird-content .col-1-2.pink h2 {
    margin-top: 0;
  }
  .earlybrid-wrap .earlybird-content .col-1-2.pink h2,
  .earlybrid-wrap .earlybird-content .col-1-2.pink h3 {
    padding: 0 20px;
  }
  .earlybrid-wrap .earlybird-content .col-1-2.pink .link-wrap,
  .earlybrid-wrap .earlybird-content .col-1-2.pink .share-buttons-wrap {
    padding: 0 20px;
  }
  .earlybrid-wrap .earlybird-content .col-1-2.pink .link-wrap .share-buttons-inner .rrssb-buttons li,
  .earlybrid-wrap .earlybird-content .col-1-2.pink .share-buttons-wrap .share-buttons-inner .rrssb-buttons li {
    width: 33% !important;
    height: 48px;
  }
  .earlybrid-wrap .earlybird-content .col-1-2.pink .link-wrap .share-buttons-inner .rrssb-buttons li a,
  .earlybrid-wrap .earlybird-content .col-1-2.pink .share-buttons-wrap .share-buttons-inner .rrssb-buttons li a {
    text-align: center !important;
    padding: 0;
  }
  .earlybrid-wrap .earlybird-content .col-1-2.pink .link-wrap .share-buttons-inner .rrssb-buttons li a .rrssb-text,
  .earlybrid-wrap .earlybird-content .col-1-2.pink .share-buttons-wrap .share-buttons-inner .rrssb-buttons li a .rrssb-text {
    visibility: hidden;
  }
  .earlybrid-wrap .earlybird-content .col-1-2.pink .link-wrap .share-buttons-inner .rrssb-buttons li a .rrssb-icon,
  .earlybrid-wrap .earlybird-content .col-1-2.pink .share-buttons-wrap .share-buttons-inner .rrssb-buttons li a .rrssb-icon {
    position: relative;
    display: inline-block;
    width: 100%;
    left: auto;
    padding-top: 7px;
  }
  .earlybrid-wrap .earlybird-content .col-1-2.pink .wysiwyg ul {
    padding: 0 20px;
  }
  .earlybrid-wrap .earlybird-content .col-1-2.pink .wysiwyg ul li {
    padding: 0;
  }
  .earlybrid-wrap .earlybird-content .col-1-2.wysiwyg ul {
    padding: 0 20px;
  }
  .earlybrid-wrap .earlybird-content .col-1-2.wysiwyg ul li {
    padding: 0;
  }
  .earlybrid-wrap .bx-wrapper {
    padding: 0;
  }
  .earlybrid-wrap .bx-wrapper .bx-viewport .bxslider li .swipebox-video:before {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -60px;
    text-indent: 7px;
    line-height: 68px;
    font-size: 40px;
  }
  .earlybrid-wrap .bx-wrapper .bx-viewport .bxslider li .swipebox-video:after {
    font-size: 30px;
    top: 50%;
  }
  .earlybrid-wrap .wpcf7 .field {
    width: 100% !important;
  }
  .earlybrid-wrap .flip-clock-wrapper {
    padding: 14px 20px 24px;
  }
  .popup-wrapper {
    top: 45px;
  }
  .popup-wrapper .popup-inner .popup-modal {
    overflow: scroll;
    height: 320px;
    top: 0;
    margin-top: 70px;
    -webkit-overflow-scrolling: touch;
  }
}
.slider-mobile {
  position: relative;
  margin-top: 27px;
  margin-bottom: -20px;
}
.slider-mobile ul li img {
  height: auto !important;
}
.slider-mobile .bx-wrapper .bx-pager {
  display: block;
  position: absolute;
  text-align: center !important;
  z-index: 99;
  bottom: 15px;
  width: 100%;
}
.slider-mobile .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
}
.slider-mobile .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
  background: #FFF;
  opacity: .5;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.slider-mobile .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
  opacity: 1;
}
.slider-mobile.margin-none {
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) and (max-width: 786px) {
  .footer a.btn {
    font-size: 22px !important;
  }
}
/* BX Slider */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  /* Loader */
  /* Pager */
  /* Direction */
}
.bx-wrapper img {
  display: block;
  max-width: 100%;
}
.bx-wrapper .bx-loading {
  position: absolute;
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bxslider {
  float: left;
}
.bx-wrapper .bx-pager {
  display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  background: #666;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 4px;
  outline: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 99;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-direction .bx-prev {
  left: 0;
  background: #0b1012 url('../images/arrow_left.png') 14px center no-repeat;
  background-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bx-wrapper .bx-controls-direction .bx-prev:hover {
  background: #2d3945 url('../images/arrow_left.png') 14px center no-repeat;
  background-size: 20px;
}
.bx-wrapper .bx-controls-direction .bx-next {
  right: 0;
  background: #0b1012 url('../images/arrow_right.png') 17px center no-repeat;
  background-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bx-wrapper .bx-controls-direction .bx-next:hover {
  background: #2d3945 url('../images/arrow_right.png') 17px center no-repeat;
  background-size: 20px;
}
.bx-wrapper .fluid-width-video-wrapper {
  float: left;
}
.bx-wrapper .fluid-width-video-wrapper iframe.fix {
  width: 100.1%;
}
.bx-wrapper #slider2 img {
  display: inline-block !important;
}
.slider-mobile .bx-wrapper {
  float: left;
}
@media only screen and (max-width: 768px) {
  .fluid-width-video-wrapper {
    padding-top: 50% !important;
  }
}
.single .movie h2 {
  float: left;
  font-family: 'Bebas';
  color: #fff;
  width: 100%;
  font-size: 60px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}
/* Artwork plus Video */
.second {
  float: left;
  position: relative;
  width: 100%;
  background: #0c0a0d /* url('../images/artwork.jpg') top center no-repeat */;
  overflow: hidden;
}
.second .cntr {
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
}
.second .cntr .artwork {
  display: block;
  position: relative;
  width: 595px;
  height: 800px;
  margin: 0 auto;
}
.second .cntr .artwork .ufo1 {
  position: absolute;
  display: block;
  margin: 100px 50px;
  -webkit-animation: float1 3s infinite ease-in-out;
  -moz-animation: float1 3s infinite ease-in-out;
  -ms-animation: float1 3s infinite ease-in-out;
  z-index: 1;
}
.second .cntr .artwork .ufo2 {
  position: absolute;
  display: block;
  margin: 120px 190px;
  -webkit-animation: float2 2.5s infinite ease-in-out;
  -moz-animation: float2 2.5s infinite ease-in-out;
  -ms-animation: float2 2.5s infinite ease-in-out;
  z-index: 2;
}
.second .cntr .artwork .ufo3 {
  position: absolute;
  display: block;
  margin: 344px 500px;
  -webkit-animation: float3 3s infinite ease-in-out;
  -moz-animation: float3 3s infinite ease-in-out;
  -ms-animation: float3 3s infinite ease-in-out;
  z-index: 1;
}
.second .cntr .artwork .people1 {
  position: absolute;
  display: block;
  margin: 480px 57px;
  z-index: 3;
}
.second .cntr .artwork .people2 {
  position: absolute;
  display: block;
  margin: 513px 180px;
  z-index: 4;
}
.second .cntr .artwork .dust {
  position: absolute;
  display: block;
  margin: 420px 240px;
  z-index: 4;
}
.second .cntr .artwork .smoke {
  position: absolute;
  display: block;
  margin: 450px 110px;
  z-index: 4;
}
.second .cntr .artwork .artwork_ {
  position: relative;
  left: 50%;
  margin-left: -580px;
  z-index: 1;
}
.second .cntr .movie {
  position: relative;
  max-width: 870px;
  width: 100%;
  margin: 0 auto 0;
  z-index: 1;
  opacity: 1\9;
}
.second .cntr .movie h2 {
  float: left;
  font-family: 'Bebas';
  color: #fff;
  width: 100%;
  font-size: 60px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}
.second .cntr .movie iframe {
  display: inline-block;
  /*.relative; */
  z-index: 1;
  margin: 0 auto;
}
.second .strook {
  position: absolute;
  width: 100%;
  background: #f3f3f3;
  height: 100px;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.third {
  float: left;
  position: relative;
  width: 100%;
  background: #f3f3f3;
  padding: 70px 0;
}
.third .cntr {
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}
.third .cntr h2 {
  float: left;
  font-family: 'Bebas';
  color: #000;
  width: 100%;
  font-size: 60px;
  text-align: center;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.third .cntr iframe {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 100px;
  max-width: 880px;
  width: 100% !important;
}
.third .cntr .btn {
  display: inline-block;
  font-family: 'Bebas';
  background: #587aca;
  color: #fff;
  font-size: 36px;
  padding: 5px 20px;
  text-decoration: none;
}
.third .cntr .btn:hover {
  background: #0b1012;
}
.third .cntr .btn img {
  float: left;
  margin: 7px 10px 0 0;
}
.fb-like-box {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .fb-like-box {
    float: left;
    margin-bottom: 10px;
  }
}
/* Media */
.media {
  float: left;
  position: relative;
  width: 100%;
  background: #292929;
  padding: 70px 0;
}
.media .cntr {
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
  padding-left: 2%;
  text-align: center;
}
.media .cntr .col-1-3 {
  padding: 10px;
}
.media .cntr .col-1-3 .imgWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.media .cntr .col-1-3 .imgWrapper img {
  float: left;
  height: 205px;
}
.media .cntr .col-1-3 .imgWrapper .bio {
  position: absolute;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.media .cntr .col-1-3 .imgWrapper .bio p {
  text-align: left !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #0b1012;
  padding: 20px;
}
.media .cntr .col-1-3 .imgWrapper:hover .bio {
  opacity: 1;
}
.media .cntr .col-1-3 h2 {
  float: left;
  text-align: center !important;
  font-family: 'Bebas';
  color: #fff;
  font-size: 30px;
  padding: 20px 0;
  font-weight: normal;
  width: 100%;
  background: #0b1012;
}
.media .cntr .col-1-4 {
  position: relative;
  width: 23%;
  margin: 2% 2% 0 0;
  padding: 10px 10px 23% 10px;
  height: 0;
  overflow: hidden;
}
.media .cntr .col-1-4 img {
  float: left;
  position: absolute;
  height: 100%;
  left: 0;
}
.media .cntr .col-1-4 h2 {
  float: left;
  text-align: center !important;
  font-family: 'Bebas';
  color: #fff;
  font-size: 30px;
  padding: 20px 0;
  font-weight: normal;
  width: 100%;
  background: #0b1012;
}
.media .cntr .ilightbox_wrap ul li a {
  border-color: #0b1012 !important;
}
.media .cntr .ilightbox_wrap ul li a:hover {
  border-color: #2d3945 !important;
  -webkit-box-shadow: 0 1px 4px #0b1012 !important;
  -moz-box-shadow: 0 1px 4px #0b1012 !important;
  box-shadow: 0 1px 4px #0b1012 !important;
}
.media .cntr .col-1-1 {
  float: left;
  text-align: left !important;
  padding: 0 10px;
}
.media .cntr .col-1-1 .btn2 {
  display: inline-block;
  font-family: 'Bebas';
  clear: both !important;
  font-size: 32px;
  background: #0b1012;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.media .cntr .col-1-1 .btn2:hover {
  background: #2d3945;
}
.media .cntr.single .col-1-1 {
  padding: 0 5px;
}
.media .cntr .socialbuttons {
  float: left;
  margin-top: 20px;
}
.media .cntr .socialbuttons .fb-share-button {
  float: right;
  padding-right: 20px;
  width: 104px;
}
.media .cntr .socialbuttons .twitter-share-button {
  float: right;
  width: 90px !important;
}
.media .cntr .socialbuttons #___plusone_0 {
  float: right !important;
  width: 70px !important;
}
/* Lightbox */
.ilightbox-holder .ilightbox-container .ilightbox-social {
  display: block !important;
  background: none !important;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
  width: 30px !important;
  height: 30px !important;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
  background: #587aca url('../images/new/facebook.png') center center no-repeat !important;
  background-size: 17px !important;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
  background: #5dc8ff url('../images/new/twitter.png') center center no-repeat !important;
  background-size: 17px !important;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
  background: #dd4b39 url('../images/new/googleplus.png') center center no-repeat !important;
  background-size: 17px !important;
}
.ilightbox-holder img.ilightbox-image {
  border: 3px solid #0b1012 !important;
}
.ilightbox-holder.ilightbox-prev,
.ilightbox-holder.ilightbox-next {
  z-index: 100001;
}
.ilightbox-toolbar a.ilightbox-fullscreen {
  display: none;
}
.isMobile .ilightbox-toolbar a.ilightbox-fullscreen {
  display: none;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  border: 2px solid #0b1012 !important;
}
/* Blog */
.blog,
.areas {
  float: left;
  position: relative;
  width: 100%;
  background: #292929;
  padding: 70px 0;
}
.blog .cntr,
.areas .cntr {
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}
.blog .cntr h1,
.areas .cntr h1 {
  float: left;
  font-family: 'Bebas';
  color: #fff;
  width: 100%;
  font-size: 60px;
  text-align: center;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.blog .cntr h2,
.areas .cntr h2 {
  float: left;
  font-family: 'Bebas';
  color: #000;
  width: 100%;
  font-size: 60px;
  text-align: center;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.blog .cntr .col-1-3,
.areas .cntr .col-1-3 {
  padding: 10px;
  opacity: 1\9;
}
.blog .cntr .col-1-3 .post,
.areas .cntr .col-1-3 .post {
  float: left;
  position: relative;
  background: #0b1012;
  width: 100%;
  padding-bottom: 20px;
  min-height: 375px;
}
.blog .cntr .col-1-3 .post a.imagelink,
.areas .cntr .col-1-3 .post a.imagelink {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: url('../images/new/cursor.png') 34 32, crosshair;
  height: 204px;
}
.blog .cntr .col-1-3 .post a.imagelink img,
.areas .cntr .col-1-3 .post a.imagelink img {
  float: left;
  min-height: 204px;
  width: 100%;
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -ms-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
}
.blog .cntr .col-1-3 .post a.imagelink:hover img,
.areas .cntr .col-1-3 .post a.imagelink:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.blog .cntr .col-1-3 .post h2,
.areas .cntr .col-1-3 .post h2 {
  float: left;
  font-family: 'Bebas';
  color: #fff;
  font-size: 30px;
  width: 100%;
  padding: 30px 20px 10px;
}
.blog .cntr .col-1-3 .post p,
.areas .cntr .col-1-3 .post p {
  float: left;
  font-family: 'Bebas';
  color: #fff;
  font-size: 20px;
  width: 100%;
  padding: 40px 20px 70px;
  text-align: center;
}
.blog .cntr .col-1-3 .post p.excerpt,
.areas .cntr .col-1-3 .post p.excerpt {
  padding: 0 20px 50px;
}
.blog .cntr .col-1-3 .post p.news_p,
.areas .cntr .col-1-3 .post p.news_p {
  font-size: 22px;
}
.blog .cntr .col-1-3 .post .btn,
.areas .cntr .col-1-3 .post .btn {
  display: block;
  position: absolute;
  font-family: 'Bebas';
  background: #fff;
  color: #000;
  font-size: 24px;
  padding: 5px 15px;
  left: 50%;
  bottom: 20px;
  margin-left: -70px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog .cntr .col-1-3 .post .btn img,
.areas .cntr .col-1-3 .post .btn img {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.blog .cntr .col-1-3 .post .btn img.black,
.areas .cntr .col-1-3 .post .btn img.black {
  visibility: visible;
  width: auto;
}
.blog .cntr .col-1-3 .post .btn img.white,
.areas .cntr .col-1-3 .post .btn img.white {
  visibility: hidden;
  width: 0;
  margin-left: 0;
}
.blog .cntr .col-1-3 .post .btn:hover,
.areas .cntr .col-1-3 .post .btn:hover {
  background: #2d3945;
  color: #fff;
}
.blog .cntr .col-1-3 .post .btn:hover img,
.areas .cntr .col-1-3 .post .btn:hover img {
  margin-left: 20px;
}
.blog .cntr .col-1-3 .post .btn:hover img.black,
.areas .cntr .col-1-3 .post .btn:hover img.black {
  visibility: hidden;
  width: 0;
  margin-left: 0;
}
.blog .cntr .col-1-3 .post .btn:hover img.white,
.areas .cntr .col-1-3 .post .btn:hover img.white {
  visibility: visible;
  width: auto;
}
.blog .cntr .col-1-3 .post .btn.Barea,
.areas .cntr .col-1-3 .post .btn.Barea {
  margin-left: -84px;
}
.blog .cntr .col-1-3 .col-1-1,
.areas .cntr .col-1-3 .col-1-1 {
  float: left;
  margin-bottom: 20px;
}
.blog .cntr .col-1-3 .col-1-1 .post,
.areas .cntr .col-1-3 .col-1-1 .post {
  min-height: 375px;
}
.blog .cntr .col-1-3 .btn2,
.areas .cntr .col-1-3 .btn2 {
  float: left;
  font-family: 'Bebas';
  width: 100%;
  font-size: 32px;
  background: #0b1012;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog .cntr .col-1-3 .btn2:hover,
.areas .cntr .col-1-3 .btn2:hover {
  background: #2d3945;
}
.blog .cntr .col-2-3,
.areas .cntr .col-2-3 {
  padding: 10px;
}
.blog .cntr .col-2-3 .post,
.areas .cntr .col-2-3 .post {
  float: left;
  background: #fff;
  width: 100%;
}
.blog .cntr .col-2-3 .post .imagelink,
.areas .cntr .col-2-3 .post .imagelink {
  float: left;
  width: 100%;
  overflow: hidden;
}
.blog .cntr .col-2-3 .post .imagelink img,
.areas .cntr .col-2-3 .post .imagelink img {
  float: left;
  width: 100%;
}
.blog .cntr .col-2-3 .post .col-1-1,
.areas .cntr .col-2-3 .post .col-1-1 {
  float: left;
  width: 100%;
  padding: 20px 20px;
}
.blog .cntr .col-2-3 .post .col-1-1 .title,
.areas .cntr .col-2-3 .post .col-1-1 .title {
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.blog .cntr .col-2-3 .post .col-1-1 .title h1,
.areas .cntr .col-2-3 .post .col-1-1 .title h1 {
  float: left;
  font-family: 'Bebas';
  text-align: left !important;
  color: #000;
  font-size: 30px;
  margin-bottom: 0;
  width: 80%;
}
.blog .cntr .col-2-3 .post .col-1-1 .title .date,
.areas .cntr .col-2-3 .post .col-1-1 .title .date {
  float: right;
  font-family: 'Bebas';
  text-align: right !important;
  color: #a3a3a3;
  font-size: 20px;
  width: 20%;
}
.blog .cntr .col-2-3 .post p,
.areas .cntr .col-2-3 .post p {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left !important;
  width: 100%;
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 24px;
  padding: 0 20px;
}
.blog .cntr .col-2-3 .post p img,
.areas .cntr .col-2-3 .post p img {
  float: left;
  width: 100%;
  height: auto;
}
.blog .cntr .col-2-3 .post h2,
.areas .cntr .col-2-3 .post h2 {
  font-family: 'Bebas';
  float: left;
  text-align: left !important;
  width: 100%;
  color: #000;
  font-size: 26px;
  font-weight: normal !important;
  padding: 0 20px;
}
.blog .cntr .col-2-3 .post h3,
.areas .cntr .col-2-3 .post h3 {
  font-family: 'Bebas';
  float: left;
  text-align: left !important;
  width: 100%;
  color: #000;
  font-size: 24px;
  font-weight: normal !important;
  padding: 0 20px;
}
.blog .cntr .col-2-3 .post h4,
.areas .cntr .col-2-3 .post h4 {
  font-family: 'Bebas';
  float: left;
  text-align: left !important;
  width: 100%;
  color: #000;
  font-size: 22px;
  font-weight: normal !important;
  padding: 0 20px;
}
.blog .cntr .col-2-3 .post h5,
.areas .cntr .col-2-3 .post h5 {
  font-family: 'Bebas';
  float: left;
  text-align: left !important;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: normal !important;
  padding: 0 20px;
}
.blog .cntr .col-2-3 .post h6,
.areas .cntr .col-2-3 .post h6 {
  font-family: 'Bebas';
  float: left;
  text-align: left !important;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: normal !important;
  padding: 0 20px;
}
.blog .cntr .col-2-3 .post h2,
.areas .cntr .col-2-3 .post h2,
.blog .cntr .col-2-3 .post h3,
.areas .cntr .col-2-3 .post h3,
.blog .cntr .col-2-3 .post h4,
.areas .cntr .col-2-3 .post h4,
.blog .cntr .col-2-3 .post h5,
.areas .cntr .col-2-3 .post h5,
.blog .cntr .col-2-3 .post h6,
.areas .cntr .col-2-3 .post h6 {
  margin-bottom: 8px;
}
.blog .cntr .col-2-3 .post h2 a,
.areas .cntr .col-2-3 .post h2 a,
.blog .cntr .col-2-3 .post h3 a,
.areas .cntr .col-2-3 .post h3 a,
.blog .cntr .col-2-3 .post h4 a,
.areas .cntr .col-2-3 .post h4 a,
.blog .cntr .col-2-3 .post h5 a,
.areas .cntr .col-2-3 .post h5 a,
.blog .cntr .col-2-3 .post h6 a,
.areas .cntr .col-2-3 .post h6 a {
  color: #2d3945;
}
.blog .cntr .col-2-3 .post ul,
.areas .cntr .col-2-3 .post ul {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
.blog .cntr .col-2-3 .post ul li,
.areas .cntr .col-2-3 .post ul li {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left !important;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
}
.blog .cntr .col-2-3 .post ul li:before,
.areas .cntr .col-2-3 .post ul li:before {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
}
.blog .cntr .col-2-3 .post ul li:before a,
.areas .cntr .col-2-3 .post ul li:before a {
  color: #2d3945;
  text-decoration: underline;
}
.blog .cntr .col-2-3 .post .btn,
.areas .cntr .col-2-3 .post .btn {
  display: inline-block;
  font-family: 'Bebas';
  background: #000;
  color: #fff;
  font-size: 24px;
  padding: 5px 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog .cntr .col-2-3 .post .btn img,
.areas .cntr .col-2-3 .post .btn img {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.blog .cntr .col-2-3 .post .btn:hover,
.areas .cntr .col-2-3 .post .btn:hover {
  background: #000;
}
.blog .cntr .col-2-3 .post .btn:hover img,
.areas .cntr .col-2-3 .post .btn:hover img {
  margin-left: 20px;
}
.blog .cntr .col-2-3 .post iframe,
.areas .cntr .col-2-3 .post iframe {
  width: 100%;
}
.blog .cntr .col-2-3 .post .socialbuttons .fb-share-button,
.areas .cntr .col-2-3 .post .socialbuttons .fb-share-button {
  float: right;
  padding-right: 20px;
  width: 104px;
}
.blog .cntr .col-2-3 .post .socialbuttons .twitter-share-button,
.areas .cntr .col-2-3 .post .socialbuttons .twitter-share-button {
  float: right;
  width: 90px !important;
}
.blog .cntr .col-2-3 .post .socialbuttons #___plusone_0,
.areas .cntr .col-2-3 .post .socialbuttons #___plusone_0 {
  float: right !important;
  width: 70px !important;
}
.blog .cntr .col-2-3 .post .socialbuttons .wa-share-button,
.areas .cntr .col-2-3 .post .socialbuttons .wa-share-button {
  float: right;
  width: 76px;
  height: 20px;
  background: url('../images/whatsapp_share.png') top left no-repeat;
  background-size: 70px;
  overflow: hidden;
  text-indent: -999px;
  display: inline-block;
  margin-right: 28px;
  margin-top: 35px;
}
.blog .cntr .col-2-3 .post .fb-comments,
.areas .cntr .col-2-3 .post .fb-comments {
  float: left;
  width: 100%;
  padding: 30px 20px 0;
}
.blog .cntr .col-2-3 .post .fb-comments span,
.areas .cntr .col-2-3 .post .fb-comments span {
  width: 100% !important;
}
.blog .cntr .col-2-3 .post .fb-comments span iframe,
.areas .cntr .col-2-3 .post .fb-comments span iframe {
  width: 100% !important;
}
.blog .cntr .col-2-3 .btn2,
.areas .cntr .col-2-3 .btn2 {
  float: left;
  font-family: 'Bebas';
  background: #0b1012;
  color: #fff;
  font-size: 24px;
  padding: 5px 20px;
  margin-top: 20px;
  text-decoration: none;
}
.blog .cntr .col-2-3 .btn2:hover,
.areas .cntr .col-2-3 .btn2:hover {
  background: #2d3945;
}
.blog .cntr .btnWrap,
.areas .cntr .btnWrap {
  display: inline-block;
  width: 33.3333%;
  padding: 0 10px;
  margin-top: 30px;
}
.blog .cntr .btnWrap .btnBig,
.areas .cntr .btnWrap .btnBig {
  float: left;
  font-family: 'Bebas';
  background: #0b1012;
  color: #fff;
  font-size: 36px;
  padding: 15px 20px;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog .cntr .btnWrap .btnBig:hover,
.areas .cntr .btnWrap .btnBig:hover {
  background: #fff;
  color: #000;
}
.blog.frontpage,
.areas.frontpage {
  margin-bottom: 0;
}
.blog.frontpage .cntr h2,
.areas.frontpage .cntr h2 {
  color: #fff;
}
.blog.frontpage .cntr .post,
.areas.frontpage .cntr .post {
  float: left;
  position: relative;
  background: #f3f3f3;
  width: 100%;
  padding-bottom: 20px;
}
.blog.frontpage .cntr .post a.imagelink,
.areas.frontpage .cntr .post a.imagelink {
  float: left;
  width: 100%;
  overflow: hidden;
  cursor: url('../images/new/cursor.png') 34 32, crosshair;
}
.blog.frontpage .cntr .post a.imagelink img,
.areas.frontpage .cntr .post a.imagelink img {
  float: left;
  width: 100%;
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -ms-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
}
.blog.frontpage .cntr .post a.imagelink:hover img,
.areas.frontpage .cntr .post a.imagelink:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.blog.frontpage .cntr .post h2,
.areas.frontpage .cntr .post h2 {
  float: left;
  font-family: 'Bebas';
  color: #000;
  font-size: 30px;
  width: 100%;
  padding: 30px 20px 10px;
}
.blog.frontpage .cntr .post p,
.areas.frontpage .cntr .post p {
  float: left;
  font-family: 'Bebas';
  color: #000;
  font-size: 20px;
  width: 100%;
  padding: 40px 20px 70px;
  text-align: center;
}
.blog.frontpage .cntr .post p.excerpt,
.areas.frontpage .cntr .post p.excerpt {
  padding: 0 20px 20px;
}
.blog.frontpage .cntr .post .btn,
.areas.frontpage .cntr .post .btn {
  display: inline-block;
  font-family: 'Bebas';
  background: #0b1012;
  color: #fff;
  font-size: 24px;
  padding: 5px 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog.frontpage .cntr .post .btn img,
.areas.frontpage .cntr .post .btn img {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.blog.frontpage .cntr .post .btn:hover,
.areas.frontpage .cntr .post .btn:hover {
  background: #2d3945;
}
.blog.frontpage .cntr .post .btn:hover img,
.areas.frontpage .cntr .post .btn:hover img {
  margin-left: 20px;
}
/* Main */
.main {
  float: left;
  width: 100.01%;
  background: #f3f3f3;
  overflow: hidden;
  /* Tickets */
  /* Pers */
  /* FAQ */
}
.main h1 {
  float: left;
  font-family: 'Bebas';
  width: 100%;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 60px;
  padding: 23px 0;
  font-weight: normal;
}
.main .cntr {
  position: relative;
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
}
.main .cntr .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 245px;
  background: #0b1012;
  padding: 25px 20px 25px 10px;
}
.main .cntr .left h2 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #fff;
  font-size: 30px;
  width: 100%;
  margin-bottom: 30px;
}
.main .cntr .left h3 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  width: 100%;
}
.main .cntr .left h3 a {
  color: #fff;
  text-decoration: none;
}
.main .cntr .left ul {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.main .cntr .left ul li {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
  color: #fff;
  width: 100%;
  background: url('../images/arrow_right.png') center left no-repeat;
  background-size: 8px;
  text-indent: 15px;
}
.main .cntr .left ul li a {
  color: #fff;
}
.main .cntr .left ul.faq-list li {
  background-position: left 6px;
}
.main .cntr .left ul.faq-list li a {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.main .cntr .left ul.faq-list li a:hover {
  text-indent: 20px;
}
.main .cntr .left p {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
.main .cntr .left:before {
  position: absolute;
  width: 1000px;
  left: -1000px;
  top: 0;
  background: #0b1012;
  content: "";
  height: 100%;
}
.main .cntr .left .btnWrap .btn {
  background: #2d3945;
}
.main .cntr .right {
  float: left;
  padding: 25px 10px 25px 255px;
  background: #f3f3f3;
  width: 100%;
}
.main .cntr .right .col-1-1 {
  padding: 0 10px;
}
.main .cntr .right .col-1-1 div {
  float: left;
}
.main .cntr .right .col-1-1.maps {
  float: left;
  padding-bottom: 30px;
}
.main .cntr .right .col-1-1.maps iframe {
  float: left;
  width: 100%;
}
.main .cntr .right .col-1-2 {
  padding: 0 10px;
  margin-bottom: 70px;
}
.main .cntr .right h2 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 34px;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.main .cntr .right h3 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 20px;
  width: 100%;
}
.main .cntr .right .vraag {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
}
.main .cntr .right ul {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.main .cntr .right ul li {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-left: 20px;
  list-style: initial;
}
.main .cntr .right ul li a {
  color: #2d3945;
  text-decoration: underline;
}
.main .cntr .right p {
  margin-bottom: 24px;
}
.main .cntr p {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
}
.main form {
  float: left;
  width: 100%;
  background: #0b1012;
  padding: 10px;
  margin-bottom: 50px;
}
.main form .row {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.main form .row input,
.main form .row textarea {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  border: none;
  padding: 9px;
  font-size: 16px;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.main form .row input::-webkit-input-placeholder,
.main form .row textarea::-webkit-input-placeholder {
  color: #000000;
}
.main form .row input:-moz-placeholder,
.main form .row textarea:-moz-placeholder {
  color: #000000;
}
.main form .row input::-moz-placeholder,
.main form .row textarea::-moz-placeholder {
  color: #000000;
}
.main form .row input:-ms-input-placeholder,
.main form .row textarea:-ms-input-placeholder {
  color: #000000;
}
.main form .row select {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  border: none;
  padding: 9px;
  font-size: 16px;
}
.main form .row textarea {
  height: 110px;
  resize: none;
}
.main form .row .wpcf7-submit {
  float: left;
  font-family: 'Bebas';
  color: #fff;
  font-size: 32px;
  padding: 10px 40px;
  width: 100%;
  text-align: center;
  background: #2d3945;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.main form .row .categ {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
}
.main form .row .wpcf7-form-control-wrap.onderwerp {
  float: left;
  width: 100%;
  padding: 9px;
  background: #fff;
}
.main form .row .wpcf7-form-control-wrap.onderwerp select {
  font-size: 14px;
}
.main form .row label {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  border: none;
  padding: 9px 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.main form .row.half .wpcf7-list-item {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  width: 33.333333%;
  border: none;
  padding: 2px 0;
  font-size: 15px;
  line-height: 21px;
}
.main form .row .wpcf7-list-item {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  color: #fff;
  border: none;
  padding: 2px 0;
  font-size: 15px;
  line-height: 21px;
}
.main form .row .wpcf7-list-item input {
  width: 20px;
}
.main form .wpcf7-not-valid-tip {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  width: 100%;
  margin-top: 3px;
}
.main form .wpcf7-response-output {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  width: 100%;
  line-height: 20px;
}
.main .screen-reader-response {
  display: none !important;
}
.main .btnWrap {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.main .btnWrap .btn {
  float: left;
  font-family: 'Bebas';
  color: #fff;
  font-size: 32px;
  padding: 10px;
  text-align: center;
  background: #000;
  width: 100%;
  text-decoration: none;
  margin-bottom: 10px;
}
.main.tickets {
  padding: 50px 0;
  min-height: 810px;
}
.main.tickets .cntr .col-1-1 {
  float: left;
  padding: 0 10px 0 640px;
}
.main.tickets .cntr .col-1-1 ul {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
.main.tickets .cntr .col-1-1 ul li {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
}
.main.tickets .cntr .col-1-1 ul li:before {
  float: left;
  margin-top: 4px;
  font-size: 16px;
  margin-right: 5px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
}
.main.tickets .cntr .col-1-1 ul li a {
  color: #2d3945;
  text-decoration: underline;
}
.main.tickets .cntr .col-1-1 h2 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 34px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.tickets .cntr .col-1-1 h3 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.tickets .cntr .col-1-1 h4 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 18px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.tickets .cntr .col-1-1 h5 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.tickets .cntr .col-1-1 h5 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.tickets .cntr .col-1-1 p {
  margin-bottom: 24px;
}
.main.tickets .cntr .col-1-1 p a {
  text-decoration: underline;
  color: #2d3945;
}
.main.tickets .cntr .col-1-2 {
  padding: 0 10px;
}
.main.tickets .cntr .col-1-2 iframe {
  position: absolute;
}
.main.tickets .cntr .col-1-2 .btn {
  display: none;
  font-family: 'Bebas';
  text-align: center !important;
  margin-bottom: 30px;
  font-size: 32px;
  background: #0b1012;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
  padding: 10px 50px;
  z-index: 999;
}
.main.error404 {
  padding: 50px 0;
  min-height: 710px;
}
.main.error404 .cntr .col-1-1 {
  float: left;
  padding: 0 10px 0 10px;
}
.main.error404 .cntr .col-1-1 h2 {
  float: left;
  text-align: center !important;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 34px;
  width: 100%;
  margin-bottom: 20px;
}
.main.error404 .cntr .col-1-1 h3 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.error404 .cntr .col-1-1 h4 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 18px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.error404 .cntr .col-1-1 h5 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.error404 .cntr .col-1-1 h5 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.error404 .cntr .col-1-1 p {
  margin-bottom: 24px;
}
.main.error404 .cntr .col-1-1 p a {
  text-decoration: none;
  color: #0b1012;
}
.main.error404 .cntr .col-1-1 .btnWrap {
  float: left;
  text-align: center !important;
  width: 100%;
  margin-top: 30px;
}
.main.error404 .cntr .col-1-1 .btnWrap .btn {
  float: none;
  font-family: 'Bebas';
  color: #fff;
  font-size: 32px;
  width: auto;
  padding: 10px 20px;
  text-align: center;
  background: #2d3945;
  text-decoration: none;
  margin-bottom: 10px;
}
.main.error404 .cntr .col-1-1 .btnWrap .btn.sec {
  background: #0b1012;
  margin-left: 20px;
}
.main.error404 .cntr .col-1-1 .btnWrap .btn.sec:hover {
  background: #2d3945;
}
.main.error404 .cntr .col-1-1 .btnWrap .btn:hover {
  background: #0b1012;
}
.main.mailings {
  padding: 50px 0;
  min-height: 710px;
}
.main.mailings .cntr .col-1-1 {
  float: left;
  padding: 0 10px 0 10px;
}
.main.mailings .cntr .col-1-1 h2 {
  float: left;
  text-align: center !important;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 34px;
  width: 100%;
  margin-bottom: 20px;
}
.main.mailings .cntr .col-1-1 h3 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.mailings .cntr .col-1-1 h4 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 18px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.mailings .cntr .col-1-1 h5 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.mailings .cntr .col-1-1 h5 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.mailings .cntr .col-1-1 p {
  margin-bottom: 24px;
}
.main.mailings .cntr .col-1-1 p a {
  text-decoration: none;
  color: #0b1012;
}
.main.mailings .cntr .col-1-1 .btnWrap {
  float: left;
  text-align: center !important;
  width: 100%;
  margin-top: 30px;
}
.main.mailings .cntr .col-1-1 .btnWrap .btn {
  float: none;
  font-family: 'Bebas';
  color: #fff;
  font-size: 32px;
  width: auto;
  padding: 10px 20px;
  text-align: center;
  background: #2d3945;
  text-decoration: none;
  margin-bottom: 10px;
}
.main.mailings .cntr .col-1-1 .btnWrap .btn.sec {
  background: #0b1012;
  margin-left: 20px;
}
.main.mailings .cntr .col-1-1 .btnWrap .btn.sec:hover {
  background: #2d3945;
}
.main.mailings .cntr .col-1-1 .btnWrap .btn:hover {
  background: #0b1012;
}
.main.pers,
.main.omwonenden {
  padding: 50px 0;
  min-height: 710px;
}
.main.pers .cntr .col-1-1,
.main.omwonenden .cntr .col-1-1 {
  float: left;
  position: absolute;
  padding: 0 10px 0 52%;
}
.main.pers .cntr .col-1-1 ul,
.main.omwonenden .cntr .col-1-1 ul {
  float: left;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 30px;
}
.main.pers .cntr .col-1-1 ul li,
.main.omwonenden .cntr .col-1-1 ul li {
  float: left;
  font-family: 'Bebas';
  width: 100%;
  font-size: 34px;
  border-top: 1px solid #000;
  padding: 15px 0;
}
.main.pers .cntr .col-1-1 ul li span,
.main.omwonenden .cntr .col-1-1 ul li span {
  float: right;
  text-align: right !important;
}
.main.pers .cntr .col-1-1 ul li:first-child,
.main.omwonenden .cntr .col-1-1 ul li:first-child {
  border-top: none;
}
.main.pers .cntr .col-1-1 h2,
.main.omwonenden .cntr .col-1-1 h2 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 34px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.pers .cntr .col-1-1 h3,
.main.omwonenden .cntr .col-1-1 h3 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.pers .cntr .col-1-1 h4,
.main.omwonenden .cntr .col-1-1 h4 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 18px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.pers .cntr .col-1-1 h5,
.main.omwonenden .cntr .col-1-1 h5 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.pers .cntr .col-1-1 h5,
.main.omwonenden .cntr .col-1-1 h5 {
  float: left;
  font-family: 'Bebas';
  font-weight: normal;
  color: #000;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.main.pers .cntr .col-1-1 p,
.main.omwonenden .cntr .col-1-1 p {
  margin-bottom: 24px;
}
.main.pers .cntr .col-1-1 p a,
.main.omwonenden .cntr .col-1-1 p a {
  text-decoration: none;
  color: #0b1012;
}
.main.pers .cntr .col-1-2,
.main.omwonenden .cntr .col-1-2 {
  position: relative;
  padding: 0 10px;
  z-index: 1;
}
.main.pers .cntr .col-1-2 a.btn,
.main.omwonenden .cntr .col-1-2 a.btn {
  display: none;
  font-family: 'Bebas';
  text-align: center !important;
  margin-bottom: 30px;
  font-size: 32px;
  background: #0b1012;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
  padding: 10px 50px;
  z-index: 999;
}
.main.pers .cntr .col-1-2 iframe,
.main.omwonenden .cntr .col-1-2 iframe {
  position: absolute;
}
.main.faq p {
  margin-bottom: 24px;
}
.main.faq p a {
  color: #2d3945;
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .main.error404 {
    margin-top: -115px;
    min-height: 500px;
  }
  .main.error404 .cntr .col-1-1 .btnWrap .btn {
    float: left;
    width: 100%;
  }
  .main.error404 .cntr .col-1-1 .btnWrap .btn.sec {
    margin-left: 0;
  }
}
/* Areas */
.line-up {
  float: left;
  position: relative;
  width: 100%;
  background: #0b1012;
  padding: 30px 0 0;
}
.line-up .cntr {
  position: relative;
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}
.line-up .cntr h1 {
  float: left;
  font-family: 'Bebas';
  color: #fff;
  width: 100%;
  font-size: 60px;
  text-align: center;
  font-weight: normal;
  margin: 0 0 30px 0;
  padding: 0 20px;
}
.line-up .cntr .col-1-3 {
  padding: 10px;
}
.line-up .cntr .col-1-3 .post {
  float: left;
  position: relative;
  background: #0b1012;
  width: 100%;
}
.line-up .cntr .col-1-3 .post .imagelink {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.line-up .cntr .col-1-3 .post .imagelink img {
  float: left;
  filter: grayscale(1);
  width: 100%;
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -ms-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
}
.line-up .cntr .col-1-3 .post .imagelink .bio {
  position: absolute;
  width: 100%;
  min-height: 260px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.line-up .cntr .col-1-3 .post .imagelink .bio p {
  position: absolute;
  text-align: left !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 23px;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #0b1012;
  padding: 20px;
}
.line-up .cntr .col-1-3 .post .imagelink:hover .bio {
  opacity: 1;
}
.line-up .cntr .col-1-3 .post .dj {
  display: table-cell;
  height: 65px;
  width: 306px;
  vertical-align: middle;
}
.line-up .cntr .col-1-3 .post .dj h2 {
  float: left;
  font-family: 'Bebas';
  color: #fff;
  font-size: 25px;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 0;
  font-weight: normal;
}
.line-up .cntr .arrow_left {
  position: absolute;
  top: 13px;
  left: 10px;
}
.line-up .cntr .arrow_right {
  position: absolute;
  top: 13px;
  right: 10px;
}
.line-up .stage {
  float: left;
  width: 100%;
  background: #292929;
  background-size: cover;
  padding: 40px 0;
}
.line-up .stage .intro-wrap {
  float: left;
  text-align: left !important;
  width: 100%;
}
.line-up .stage .intro-wrap p {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 22px;
}
.line-up .article-container .col-1-3:nth-child(3n + 1) {
  clear: left;
}
.area-content {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.area-content p {
  float: left;
  text-align: left !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  padding: 0 10px;
  margin-bottom: 22px;
}
.area-content p a {
  color: white;
}
.area-content:after {
  float: left;
  position: relative;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  content: "";
  height: 1px;
  background: #444444;
}
.area-content p.iframe-wrapper {
  position: relative;
  padding: 0 20px 52.6% !important;
  height: 0;
  width: 100%;
  margin-bottom: 20px !important;
}
.area-content p.iframe-wrapper iframe {
  position: absolute;
  height: 100%;
  width: calc(100% - 40px);
  top: 0;
  left: 20px;
}
@media only screen and (max-width: 640px) {
  .area-content .col-1-2 {
    width: 100%;
  }
}
/* ----------------
	Stages
----------------- */
.stages-wrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: -25px;
}
.stages-wrap .wrap-trigger {
  float: left;
  text-align: center !important;
  width: 100%;
  padding: 0 20px;
  visibility: hidden;
}
.stages-wrap .wrap-trigger:after {
  float: left;
  position: relative;
  bottom: -10px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #444444;
}
.stages-wrap .stages-trigger {
  display: none;
  position: relative;
  padding: 0 20px;
  z-index: 996;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stages-wrap .stages-trigger span {
  float: left;
  position: relative;
  font-family: 'Bebas';
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 1px;
  color: #FFF;
}
.stages-wrap .stages-trigger div {
  height: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFF;
  margin: 4px 0 4px 95px;
  width: 25px;
  backface-visibility: hidden;
}
.stages-wrap .stages-trigger.show {
  opacity: .5;
}
.stages-wrap .stages-trigger.show .one {
  opacity: 0;
  -webkit-transform: translate(0px, 5px);
  -moz-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  -o-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.stages-wrap .stages-trigger.show .three {
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.stages-wrap ul {
  text-align: center !important;
  position: relative;
  width: 100%;
  padding: 0 10px 10px;
  max-width: 980px;
  margin: 0 auto;
}
.stages-wrap ul li {
  display: inline-block;
}
.stages-wrap ul li a {
  display: inline-block;
  position: relative;
  font-family: 'Bebas';
  margin: 10px 9px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}
.stages-wrap ul li a:hover {
  color: #444444;
}
.stages-wrap ul:after {
  float: left;
  position: relative;
  bottom: -10px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #444444;
}
.stage .share-buttons-wrap {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.stage .share-buttons-wrap h3 {
  float: left;
  font-family: 'Bebas';
  text-align: left !important;
  width: 33.33333%;
  font-weight: normal;
  color: #FFF;
  font-size: 28px;
  margin-top: 27px;
}
.stage .share-buttons-wrap h3 .newsletterwrap {
  float: left;
  width: 100%;
  background: #0b1012;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  margin-bottom: 0;
}
.stage .share-buttons-wrap h3 .newsletterwrap.show {
  padding: 10px;
  margin-bottom: 20px;
}
.stage .share-buttons-wrap h3 .newsletterwrap {
  background: #0b1012;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.stage .share-buttons-wrap h3 .newsletterwrap.show {
  padding: 10px;
  margin-bottom: 20px;
}
.stage .share-buttons-wrap .share-buttons-inner {
  float: right;
  width: 66.66666%;
  padding: 20px 0;
}
.stage .share-buttons-wrap .share-buttons-inner .rrssb-buttons li {
  width: 33.333333% !important;
  padding: 0 10px;
}
.stage .share-buttons-wrap .share-buttons-inner .rrssb-buttons li.rrssb-whatsapp a {
  background: #48BF31;
}
.stage .share-buttons-wrap .share-buttons-inner .rrssb-buttons li.rrssb-whatsapp a:hover {
  background: #21A014;
}
.stage .share-buttons-wrap:before {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #444444;
}
.stage .share-buttons-wrap:after {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #444444;
}
.stage p.no-list {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (max-width: 640px) {
  .stages-wrap .wrap-trigger {
    visibility: visible;
  }
  .stages-wrap .stages-trigger {
    display: inline-block;
  }
  .stages-wrap ul {
    text-align: left !important;
    float: left;
    visibility: hidden;
    max-height: 0;
    margin-top: 15px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .stages-wrap ul li {
    float: left;
    width: 100%;
  }
  .stages-wrap ul li a {
    margin: 10px 0;
  }
  .stages-wrap ul.show {
    max-height: 1000px;
    visibility: visible;
  }
  .stage .share-buttons-wrap h3 {
    text-align: center !important;
    width: 100%;
  }
  .stage .share-buttons-wrap .share-buttons-inner {
    width: 100%;
  }
  .stage .share-buttons-wrap .share-buttons-inner .rrssb-buttons li {
    width: 50% !important;
    margin-bottom: 10px;
  }
  .stage p {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
}
/* ----------------
	Simplyscroll
----------------- */
#instafeed {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.btn.instagram {
  display: inline-block;
  font-family: 'Bebas';
  background: #3e6d94 !important;
  color: #fff;
  font-size: 31px !important;
  padding: 5px 20px;
  text-decoration: none;
  margin: 10px 0 60px;
}
.btn.instagram:hover {
  background: #2f5370 !important;
}
.btn.instagram img {
  float: left;
  margin: 7px 10px 0 0 !important;
}
.simply-scroll-container {
  position: relative;
  float: left;
  width: 100%;
  height: 204px;
  background: #292929;
}
.simply-scroll-container .simply-scroll-clip {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 200px;
}
.simply-scroll-container .simply-scroll-list {
  overflow: hidden;
}
.simply-scroll-container .simply-scroll-list li {
  float: left;
  width: 200px;
  height: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 4px solid #292929;
}
.simply-scroll-container .simply-scroll-list li img {
  float: left;
  width: 200px ;
  height: 200px;
}
/* Media home */
.media_preview {
  float: left;
  width: 100%;
  overflow: hidden;
}
.media_preview .row {
  float: left;
  position: relative;
  display: inline-block;
  -webkit-animation: row 20s infinite ease-in-out;
  -moz-animation: row 20s infinite ease-in-out;
  -ms-animation: row 20s infinite ease-in-out;
  width: 4300px;
  background: #fff;
}
.media_preview .row img {
  float: left;
}
.media_preview .row.sec {
  float: right;
  -webkit-animation: rowsec 20s infinite ease-in-out;
  -moz-animation: rowsec 20s infinite ease-in-out;
  -ms-animation: rowsec 20s infinite ease-in-out;
}
/* Mailchimp */
#nieuwsbriefbtn.off {
  display: none;
}
.newsletter {
  float: left;
  width: 100%;
  padding: 0 !important;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsletter input,
.newsletter textarea {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  border: none;
  padding: 9px;
  font-size: 16px;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.newsletter input::-webkit-input-placeholder,
.newsletter textarea::-webkit-input-placeholder {
  color: #000000;
}
.newsletter input:-moz-placeholder,
.newsletter textarea:-moz-placeholder {
  color: #000000;
}
.newsletter input::-moz-placeholder,
.newsletter textarea::-moz-placeholder {
  color: #000000;
}
.newsletter input:-ms-input-placeholder,
.newsletter textarea:-ms-input-placeholder {
  color: #000000;
}
.newsletter .mc_merge_var {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
  margin-bottom: 5px;
}
.newsletter input.button {
  float: left;
  font-family: 'Bebas';
  color: #fff;
  font-size: 32px;
  padding: 10px 40px;
  width: auto;
  text-align: center;
  background: #2d3945;
  margin-top: 10px;
  width: 100%;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.newsletter button.button {
  float: left;
  font-family: 'Bebas';
  color: #fff;
  font-size: 32px;
  padding: 10px 40px;
  width: auto;
  text-align: center;
  background: #2d3945;
  margin-top: 10px;
  width: 100%;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
}
.newsletter .mc_var_label,
.newsletter .mc_interest_label {
  display: none;
}
.newsletter .mc_error_msg,
.newsletter .mc_success_msg {
  float: left;
  text-align: left !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  border: none;
  font-size: 12px;
  color: #fff;
  margin: 10px 0;
}
.newsletter .mc_error_msg a,
.newsletter .mc_success_msg a {
  display: none;
}
.newsletter #mc-indicates-required {
  display: none;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
  margin-bottom: 5px;
}
.newsletter.show {
  max-height: 1000px;
}
.newsletter h3 {
  float: left;
  width: 100%;
  text-align: left !important;
  font-family: 'Bebas';
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 5px;
}
.newsletter p {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
/* Sidebar News */
.col-1-3 .newsletterwrap {
  float: left;
  width: 100%;
  background: #0b1012;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  margin-bottom: 0;
}
.col-1-3 .newsletterwrap.show {
  padding: 10px;
  margin-bottom: 20px;
}
.col-1-3 .newsletterwrap {
  background: #0b1012;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.col-1-3 .newsletterwrap.show {
  padding: 10px;
  margin-bottom: 20px;
}
/* Footer */
.footer {
  float: left;
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 40px 0;
  height: 125px;
  overflow: hidden;
}
.footer a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.footer a h3 {
  font-family: 'Bebas';
  font-size: 32px;
  font-weight: normal;
  line-height: 30px;
}
.footer a.btn {
  font-family: 'Bebas';
  position: absolute;
  -webkit-animation: tickets_footer 3.5s infinite ease-in-out;
  -moz-animation: tickets_footer 3.5s infinite ease-in-out;
  -ms-animation: tickets_footer 3.5s infinite ease-in-out;
  right: 20px;
  top: 40px;
  font-size: 32px;
  background: #0b1012;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
  padding: 10px 50px;
}
.footer a.vm_logo {
  position: absolute;
  left: 4px;
  bottom: 4px;
}
.footer a.vm_logo p {
  float: left;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  bottom: -7px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: -200px;
}
.footer a.vm_logo img {
  float: left;
  position: relative;
  z-index: 1;
}
.footer a.vm_logo .velten-logo {
  float: left;
  position: relative;
  z-index: 1;
  margin-top: 7px;
  margin-right: 2px;
  max-width: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer a.vm_logo .media-logo {
  float: left;
  position: relative;
  z-index: 1;
  margin-top: 7px;
  margin-right: -1px;
  max-width: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer a.vm_logo:after {
  position: absolute;
  top: -3px;
  left: -60px;
  width: 100px;
  height: 100px;
  border: 1px solid #e5e5e5;
  background: #f4f4f4;
  content: "";
  z-index: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer a.vm_logo:hover .velten-logo {
  visibility: visible;
  max-width: 200px;
}
.footer a.vm_logo:hover .media-logo {
  visibility: visible;
  max-width: 200px;
}
.footer a.vm_logo:hover p {
  margin-left: 15px;
  margin-right: 3px;
}
.footer a.vm_logo:hover:after {
  opacity: 0;
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  transform: translateX(-200px);
}
.footer .hosted-by-true {
  position: absolute;
  left: 20px;
  top: 60px;
}
.footer .bottom-policy {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5px;
}
.footer .bottom-policy span {
  color: #8f8f8f;
  font-size: 10px;
}
.footer .bottom-policy a {
  color: #8f8f8f;
  font-size: 10px;
}
.footer .bottom-policy a:hover {
  color: black;
}
.footer .logo-footer-wrapper {
  display: inline-block;
  width: 280px;
}
.footer .logo-footer-wrapper .aod_logo {
  margin-top: -27px;
}
.footer .af_logo_wrapper {
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .footer .hosted-by-true {
    position: relative;
    top: 0;
    left: auto;
    margin-left: -13px;
  }
  .footer a.vm_logo {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 20px;
  }
  .footer a.vm_logo img {
    float: none;
  }
  .footer a.vm_logo .velten-logo,
  .footer a.vm_logo .media-logo,
  .footer a.vm_logo p {
    display: none !important;
  }
  .footer a.vm_logo:after {
    display: none;
  }
}
/* Fade-in animation on scroll */
.come-in {
  -webkit-transform: translateY(150px);
  -webkit-animation: come-in 0.9s ease forwards;
  -moz-transform: translateY(150px);
  -moz-animation: come-in 0.9s ease forwards;
  transform: translateY(150px);
  animation: come-in 0.9s ease forwards;
  opacity: 0;
}
.come-in:nth-child(odd) {
  -webkit-animation: come-in 0.5s ease forwards;
  -moz-animation: come-in 0.5s ease forwards;
  animation: come-in 0.5s ease forwards;
}
@media only screen and (max-width: 640px) {
  .media .cntr .col-1-3 .imgWrapper img {
    width: 100%;
    height: auto;
  }
}
/* Responsive */
@media only screen and (max-width: 480px) {
  /* Blog */
  .blog .cntr .col-1-3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog .cntr .col-2-3 {
    width: 100%;
  }
  .blog .cntr .btnWrap {
    width: 100%;
    margin: 0;
  }
  /* Fade-in animation on scroll */
  .come-in:nth-child(odd) {
    -webkit-animation: come-in 0.9s ease forwards;
    -moz-animation: come-in 0.9s ease forwards;
    animation: come-in 0.9s ease forwards;
  }
}
@media only screen and (max-device-width: 640px) {
  /* Blog */
  .blog .cntr .col-2-3 .post .socialbuttons,
  .areas .cntr .col-2-3 .post .socialbuttons {
    float: left;
    width: 100%;
    padding: 0 20px;
  }
  .blog .cntr .col-2-3 .post .socialbuttons .fb-share-button,
  .areas .cntr .col-2-3 .post .socialbuttons .fb-share-button {
    float: left;
    width: 45%;
  }
  .blog .cntr .col-2-3 .post .socialbuttons .fb-share-button span,
  .areas .cntr .col-2-3 .post .socialbuttons .fb-share-button span {
    float: left;
  }
  .blog .cntr .col-2-3 .post .socialbuttons .fb-share-button span iframe,
  .areas .cntr .col-2-3 .post .socialbuttons .fb-share-button span iframe {
    float: left;
    position: relative;
  }
  .blog .cntr .col-2-3 .post .socialbuttons .twitter-share-button,
  .areas .cntr .col-2-3 .post .socialbuttons .twitter-share-button {
    float: left;
    width: 45% !important;
  }
  .blog .cntr .col-2-3 .post .socialbuttons #___plusone_0,
  .areas .cntr .col-2-3 .post .socialbuttons #___plusone_0 {
    float: left !important;
    margin-top: 20px !important;
    width: 45% !important;
  }
  .blog .cntr .col-2-3 .post .socialbuttons #___plusone_0 iframe,
  .areas .cntr .col-2-3 .post .socialbuttons #___plusone_0 iframe {
    float: left;
  }
  .blog .cntr .col-2-3 .post .socialbuttons .wa-share-button,
  .areas .cntr .col-2-3 .post .socialbuttons .wa-share-button {
    float: left !important;
    margin-top: 20px !important;
    margin-right: 0;
    width: 45% !important;
  }
  .media .cntr .movie .socialbuttons {
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .media .cntr .movie .socialbuttons .fb-share-button {
    float: right;
    position: relative;
    padding-right: 100px;
    top: 20px;
  }
  .media .cntr .movie .socialbuttons .twitter-share-button {
    float: right;
    margin-right: -14px;
  }
  .media .cntr .movie .socialbuttons #___plusone_0 {
    float: right;
  }
  /* Lightbox */
  .ilightbox-holder.ilightbox-prev,
  .ilightbox-holder.ilightbox-next {
    left: -10000px !important;
  }
  .ilightbox-holder .ilightbox-container .ilightbox-social {
    top: -50px !important;
    left: -7px !important;
    background: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .header .nav {
    float: left;
    position: relative;
    width: 100%;
    left: 0 !important;
  }
  .header .nav .logo {
    float: left;
    width: 100%;
    background: #0b1012;
  }
  .header .nav .logo:before {
    display: none;
  }
  .header .nav ul {
    float: left;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fff;
  }
  .header .nav ul li {
    width: 100%;
  }
  .header .nav ul li a {
    float: left;
    width: 100%;
    font-size: 20px !important;
    border-bottom: 1px solid #FAE5EB;
    background-image: url('../images/arrows_right_black.png') !important;
    background-repeat: no-repeat !important;
    background-position: top 22px right 20px !important;
    background-size: 12px !important;
  }
  .header .nav ul li a:hover {
    background: #0b1012 !important;
    color: #fff !important;
    background-image: url('../images/arrows_right_black.png') !important;
    background-repeat: no-repeat !important;
    background-position: top 22px right 20px !important;
    background-size: 12px !important;
  }
  .header .nav ul li a:hover:before {
    display: none;
  }
  .header .nav ul li a:after {
    display: none;
  }
  .header .nav ul li.menu-item-has-children a {
    float: left;
    width: 100%;
    font-size: 20px;
    background-color: #FFF5F8 !important;
    background-image: url('../images/arrows_right_black.png') !important;
    background-repeat: no-repeat !important;
    background-position: top 22px right 20px !important;
    background-size: 12px !important;
  }
  .header .nav ul li.menu-item-has-children a:hover {
    background: #0b1012 !important;
    color: #fff !important;
    background-image: url('../images/arrows_right_black.png') !important;
    background-repeat: no-repeat !important;
    background-position: top 22px right 20px !important;
    background-size: 12px !important;
  }
  .header .nav ul li.menu-item-has-children a:after {
    display: none !important;
    z-index: 999;
  }
  .header .nav ul li.menu-item-has-children a:before {
    display: none;
    -webkit-transform: skew(0deg, 0);
    -moz-transform: skew(0deg, 0);
    -ms-transform: skew(0deg, 0);
    -o-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
    left: 0;
  }
  .header .nav ul li.menu-item-has-children ul {
    display: none;
    float: left;
    position: relative;
    top: 0px;
    width: 100%;
  }
  .header .nav ul li.menu-item-has-children ul li {
    width: 100%;
  }
  .header .nav ul li.menu-item-has-children ul li a {
    font-size: 13px !important;
  }
  .header .nav ul.hover {
    max-height: 1000px;
    visibility: visible;
  }
  .header .nav ul.hover:after {
    position: fixed;
    content: "";
    background: #0b1012;
    opacity: 0.5;
    width: 1000px;
    height: 1000px;
    z-index: -1;
    top: 48px;
    left: 0;
  }
  .header .trigger {
    display: block !important;
  }
  .header .trigger div {
    height: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    margin: 4px auto;
    backface-visibility: hidden;
  }
  .header .trigger span {
    float: left;
    position: relative;
    font-family: 'Bebas';
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 1px;
    right: 48px;
    color: #fff;
  }
  .header .social {
    float: none;
    position: absolute;
    top: 0;
    left: 5px;
    right: auto;
    margin-right: 0;
  }
  .header .social a {
    padding: 16px 7px 13px 15px;
  }
  .header.scroll {
    height: 100%;
    overflow-y: scroll;
  }
  .front .intro {
    width: 100% !important;
    height: auto !important;
    padding: 0;
    margin-top: 35px !important;
    margin-bottom: 0px !important;
  }
  .front a.go,
  .front .af_logo,
  .front .fi_logo,
  .front .aod_logo {
    display: none;
  }
  /* Blog */
  .blog .cntr .col-1-3,
  .areas .cntr .col-1-3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog .cntr .col-2-3,
  .areas .cntr .col-2-3 {
    width: 100%;
  }
  .blog .cntr .btnWrap,
  .areas .cntr .btnWrap {
    width: 100%;
    margin: 0;
  }
  /* Main */
  .main.pers,
  .main.omwonenden {
    padding: 50px 0;
    min-height: 710px;
  }
  .main.pers .cntr .col-1-1,
  .main.omwonenden .cntr .col-1-1 {
    float: left;
    padding: 0 10px;
  }
  .main.pers .cntr .col-1-1 ul,
  .main.omwonenden .cntr .col-1-1 ul {
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 30px;
  }
  .main.pers .cntr .col-1-1 ul li,
  .main.omwonenden .cntr .col-1-1 ul li {
    float: left;
    font-family: 'Bebas';
    width: 100%;
    font-size: 34px;
    border-top: 1px solid #000;
    padding: 15px 0;
  }
  .main.pers .cntr .col-1-1 ul li span,
  .main.omwonenden .cntr .col-1-1 ul li span {
    float: right;
    text-align: right !important;
  }
  .main.pers .cntr .col-1-1 ul li:first-child,
  .main.omwonenden .cntr .col-1-1 ul li:first-child {
    border-top: none;
  }
  .main.pers .cntr .col-1-1 h2,
  .main.omwonenden .cntr .col-1-1 h2 {
    float: left;
    font-family: 'Bebas';
    font-weight: normal;
    color: #000;
    font-size: 34px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .main.pers .cntr .col-1-1 h3,
  .main.omwonenden .cntr .col-1-1 h3 {
    float: left;
    font-family: 'Bebas';
    font-weight: normal;
    color: #000;
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .main.pers .cntr .col-1-1 h4,
  .main.omwonenden .cntr .col-1-1 h4 {
    float: left;
    font-family: 'Bebas';
    font-weight: normal;
    color: #000;
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .main.pers .cntr .col-1-1 h5,
  .main.omwonenden .cntr .col-1-1 h5 {
    float: left;
    font-family: 'Bebas';
    font-weight: normal;
    color: #000;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .main.pers .cntr .col-1-1 h5,
  .main.omwonenden .cntr .col-1-1 h5 {
    float: left;
    font-family: 'Bebas';
    font-weight: normal;
    color: #000;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .main.pers .cntr .col-1-1 p,
  .main.omwonenden .cntr .col-1-1 p {
    margin-bottom: 24px;
  }
  .main.pers .cntr .col-1-1 p a,
  .main.omwonenden .cntr .col-1-1 p a {
    text-decoration: none;
    color: #0b1012;
  }
  .main.pers .cntr .col-1-2,
  .main.omwonenden .cntr .col-1-2 {
    text-align: left !important;
    width: 100%;
    padding: 0 10px;
  }
  .main.pers .cntr .col-1-2 a.btn,
  .main.omwonenden .cntr .col-1-2 a.btn {
    display: inline-block;
  }
  .main.pers .cntr .col-1-2 iframe,
  .main.omwonenden .cntr .col-1-2 iframe {
    display: none;
  }
  .main.faq .cntr .left,
  .main.vervoer .cntr .left {
    float: left;
    position: relative;
    width: 100%;
  }
  .main.faq .cntr .left ul,
  .main.vervoer .cntr .left ul {
    margin-bottom: 0;
  }
  .main.faq .cntr .right,
  .main.vervoer .cntr .right {
    padding: 20px 0;
  }
  .main.contact .cntr .left {
    float: left;
    position: relative;
    width: 100%;
    height: auto !important;
  }
  .main.contact .cntr .right {
    padding: 20px 0;
  }
  .main.contact .cntr .right .col-1-2 {
    width: 100%;
  }
  .main.tickets .cntr .col-1-2 {
    width: 100%;
    padding: 0 24px;
  }
  .main.tickets .cntr .col-1-2 iframe {
    position: relative !important;
    width: 100%;
    margin-bottom: 30px
  }
  .main.tickets .cntr .col-1-1 {
    padding: 0 10px;
  }
  /* Line up */
  .line-up .cntr h1 {
    font-size: 30px;
  }
  .line-up .cntr .arrow_left,
  .line-up .cntr .arrow_right {
    top: -2px;
  }
  .line-up .cntr .col-1-3 {
    width: 100%;
  }
  .line-up .cntr .col-1-3 .post .dj {
    display: block;
    height: auto;
    width: 100%;
  }
  .line-up .cntr .col-1-3 .post .dj h2 {
    padding: 20px;
  }
  .line-up .cntr.titleLineup {
    display: inline-block;
    background: #0b1012;
    margin-bottom: 30px;
  }
  .line-up .cntr.titleLineup h1 {
    margin-bottom: 0;
    padding: 0 40px;
  }
  .line-up .cntr.titleLineup .arrow_left,
  .line-up .cntr.titleLineup .arrow_right {
    top: 50%;
    margin-top: -18px;
  }
  .line-up .stage p {
    text-align: left !important;
    padding: 0 20px;
  }
  /* Media */
  .media .cntr .col-1-3 {
    width: 100%;
  }
  .media .cntr .col-1-4 {
    width: 48%;
    padding-bottom: 48%;
  }
  .media .cntr.single {
    padding: 0 10px;
  }
  .media .cntr.single .col-1-1 a.btn2 {
    font-size: 22px;
  }
  .second {
    margin-top: -130px !important;
  }
  .second .cntr {
    overflow: hidden;
  }
  .second .cntr .artwork {
    left: 50%;
    margin-left: -180px;
    width: 360px;
    height: 500px;
    margin-top: -100px !important;
    -webkit-transform: scale(0.6) !important;
    -moz-transform: scale(0.6) !important;
    transform: scale(0.6) !important;
    margin-bottom: 140px !important;
  }
  .second .cntr .movie {
    margin-top: -100px;
  }
  .second .cntr .movie h2 {
    font-size: 30px;
    margin-top: 8px;
    padding: 0 40px;
  }
  .single .movie h2 {
    font-size: 30px;
    margin-top: 8px;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 35px;
    height: 35px;
  }
  .bx-wrapper .bx-controls-direction a.bx-next {
    background: #0b1012 url('../images/arrow_right.png') 14px center no-repeat;
    background-size: 10px;
  }
  .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background: #2d3945 url('../images/arrow_right.png') 14px center no-repeat;
    background-size: 10px;
  }
  .bx-wrapper .bx-controls-direction a.bx-prev {
    background: #0b1012 url('../images/arrow_left.png') 13px center no-repeat;
    background-size: 10px;
  }
  .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background: #2d3945 url('../images/arrow_left.png') 13px center no-repeat;
    background-size: 10px;
  }
  .footer {
    height: auto;
  }
  .footer a.btn {
    position: relative;
    right: auto;
  }
  .footer a.vm_logo {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    margin-top: 55px;
  }
  /* Fade-in animation on scroll */
  .come-in:nth-child(odd) {
    -webkit-animation: come-in 0.9s ease forwards;
    -moz-animation: come-in 0.9s ease forwards;
    animation: come-in 0.9s ease forwards;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: portrait) {
  .front {
    top: 40px !important;
    margin-bottom: 50px;
  }
  .second {
    margin-top: -130px;
  }
  .second .cntr {
    overflow: hidden;
  }
  .second .cntr .artwork {
    left: 50%;
    margin-left: -180px;
    width: 360px;
    height: 500px;
    margin-top: 10px !important;
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .second .cntr {
    padding: 0 10px;
  }
  .second .cntr .movie iframe {
    width: 100%;
  }
  .main.pers .cntr .col-1-1,
  .main.omwonenden .cntr .col-1-1,
  .main.pers .cntr .col-1-2,
  .main.omwonenden .cntr .col-1-2 {
    position: relative;
    width: 100%;
    padding: 0 10px;
  }
  .main.pers .cntr .col-1-1 iframe,
  .main.omwonenden .cntr .col-1-1 iframe,
  .main.pers .cntr .col-1-2 iframe,
  .main.omwonenden .cntr .col-1-2 iframe {
    position: relative;
    margin-bottom: 30px;
  }
  .main.contact .cntr .right .col-1-2.sec {
    width: 100%;
  }
  .blog,
  .areas,
  .media {
    padding: 20px 0;
  }
  /* Disable hover on mobile */
  .cntr .col-1-3 .post a.imagelink:hover img {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .cntr .col-1-3 .post a.btn {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }
  .cntr .col-1-3 .post a.btn:hover {
    background: #fff !important;
    color: #000 !important;
  }
  .cntr .col-1-3 .post a.btn:hover img {
    margin-left: 7px !important;
  }
  .cntr .col-1-3 .post a.btn:hover img.black {
    display: inline-block !important;
    width: auto !important;
    visibility: visible !important;
  }
  .cntr .col-1-3 .post a.btn:hover img.white {
    display: none !important;
  }
  .blog.frontpage .cntr .col-1-3 .post a.btn {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }
  .blog.frontpage .cntr .col-1-3 .post a.btn:hover {
    background: #0b1012 !important;
    color: #fff !important;
  }
  .blog.frontpage .cntr .col-1-3 .post a.btn:hover img {
    margin-left: 7px !important;
  }
  .blog.frontpage .cntr .col-1-3 .post a.btn:hover img.black {
    display: none !important;
  }
  .blog.frontpage .cntr .col-1-3 .post a.btn:hover img.white {
    display: inline-block !important;
    width: auto !important;
    visibility: visible !important;
  }
  .third .cntr {
    padding: 0 10px;
  }
  .footer a.btn {
    padding: 10px 30px;
  }
}
@media only screen and (max-device-width: 940px) {
  .front {
    height: auto;
  }
  .second {
    background: none !important;
  }
  .second .cntr .artwork {
    margin-top: -170px;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    /* .relative; */
    text-align: left;
  }
  .header .nav {
    float: left;
    position: relative;
    width: 100%;
    left: 0 !important;
    top: 48px;
    margin-left: 0 !important;
  }
  .header .nav .logo {
    float: left;
    width: 100%;
    max-width: 100% !important;
    background: #0b1012;
  }
  .header .nav .logo:before {
    display: none;
  }
  .header .nav ul {
    float: left;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    background: #fff;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .nav ul li {
    float: left;
    width: 100%;
  }
  .header .nav ul li a {
    float: left;
    width: 100%;
    font-size: 20px !important;
    border-bottom: 1px solid #FAE5EB;
    background-image: url('../images/arrows_right_black.png') !important;
    background-repeat: no-repeat !important;
    background-position: top 22px right 20px !important;
    background-size: 12px !important;
  }
  .header .nav ul li a:hover {
    background: #0b1012 !important;
    color: #fff !important;
    background-image: url('../images/arrows_right_black.png') !important;
    background-repeat: no-repeat !important;
    background-position: top 22px right 20px !important;
    background-size: 12px !important;
  }
  .header .nav ul li a:hover:before {
    display: none;
  }
  .header .nav ul li a:after {
    display: none;
  }
  .header .nav ul li.menu-item-has-children a {
    float: left;
    width: 100%;
    font-size: 20px;
    background: #ffffff url('../images/arrows_right_black.png') !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    background-position: top 22px right 20px !important;
  }
  .header .nav ul li.menu-item-has-children a:hover {
    background: #0b1012 url('../images/arrows_right_black.png') !important;
    color: #fff !important;
    background-position: top 22px right 20px !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
  }
  .header .nav ul li.menu-item-has-children a:after {
    display: none !important;
  }
  .header .nav ul li.menu-item-has-children a:before {
    -webkit-transform: skew(0deg, 0);
    -moz-transform: skew(0deg, 0);
    -ms-transform: skew(0deg, 0);
    -o-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
    left: 0;
  }
  .header .nav ul li.menu-item-has-children ul {
    float: left;
    position: relative;
    margin-left: 0 !important;
    left: 0 !important;
    top: 0px;
    width: 100%;
    background: #0b1012;
  }
  .header .nav ul li.menu-item-has-children ul li {
    text-align: left !important;
    width: 100%;
  }
  .header .nav ul li.menu-item-has-children ul li a {
    padding-left: 30px;
    text-indent: 20px;
    background: none !important;
    -webkit-transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    transition: all 0s ease-in-out !important;
  }
  .header .nav ul li.menu-item-has-children ul:before {
    display: none !important;
  }
  .header .nav ul.hover {
    max-height: 1000px;
    visibility: visible;
  }
  .header .nav ul.hover:after {
    position: fixed;
    content: "";
    background: #0b1012;
    opacity: 0.5;
    width: 1000px;
    height: 1000px;
    z-index: -1;
    top: 48px;
    left: 0;
  }
  .header .trigger {
    display: block !important;
  }
  .header .social {
    float: none;
    position: absolute;
    top: 0;
    right: 20px;
    margin-right: 0;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .header .nav ul li.menu-item-has-children ul {
    width: 1138px !important;
    margin-left: 0;
    overflow: visible;
  }
  .header .nav ul li.menu-item-has-children ul li a {
    padding: 17px 10px;
  }
  .header .nav ul li.menu-item-has-children ul:before {
    display: block;
    padding-bottom: 0;
  }
  .second {
    margin-top: -110px;
  }
  .second .cntr {
    overflow: hidden;
  }
  .second .cntr .artwork {
    left: 50%;
    margin-left: -180px;
    width: 360px;
    height: 500px;
    margin-top: 10px !important;
    margin-bottom: 200px;
  }
  /* Disable hover on mobile */
  .cntr .col-1-3 .post a.imagelink:hover img {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .cntr .col-1-3 .post a.btn {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }
  .cntr .col-1-3 .post a.btn:hover {
    background: #fff !important;
    color: #000 !important;
  }
  .cntr .col-1-3 .post a.btn:hover img {
    margin-left: 7px !important;
  }
  .cntr .col-1-3 .post a.btn:hover img.black {
    display: inline-block !important;
    width: auto !important;
    visibility: visible !important;
  }
  .cntr .col-1-3 .post a.btn:hover img.white {
    display: none !important;
  }
  .blog.frontpage .cntr .col-1-3 .post a.btn {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }
  .blog.frontpage .cntr .col-1-3 .post a.btn:hover {
    background: #0b1012 !important;
    color: #fff !important;
  }
  .blog.frontpage .cntr .col-1-3 .post a.btn:hover img {
    margin-left: 7px !important;
  }
  .blog.frontpage .cntr .col-1-3 .post a.btn:hover img.black {
    display: none !important;
  }
  .blog.frontpage .cntr .col-1-3 .post a.btn:hover img.white {
    display: inline-block !important;
    width: auto !important;
    visibility: visible !important;
  }
}
@media only screen and (max-width: 1024px) {
  .header .nav ul li.menu-item-has-children ul {
    overflow: visible;
  }
  .header .nav ul li.menu-item-has-children ul li a {
    padding: 17px 10px;
  }
  .header .nav ul li.menu-item-has-children ul:before {
    display: block;
    padding-bottom: 0;
    height: 51px !important;
  }
  .front {
    height: auto;
    top: 0;
  }
  .front .intro {
    margin: 80px auto 30px;
    width: 350px;
  }
  .front a.go,
  .front .af_logo,
  .front .fi_logo {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .header .nav {
    margin-left: 0;
  }
  .header .nav ul li a {
    font-size: 17px;
    padding: 16px 6px 16px 16px;
  }
  .header .nav ul li.menu-item-has-children a {
    padding: 16px 26px 16px 16px;
  }
  .header .nav ul li.menu-item-has-children ul:before {
    height: 11px;
  }
}
@media only screen and (max-width: 1240px) {
  .header {
    text-align: left;
  }
  .header .nav {
    margin-left: 70px;
  }
  .header .nav ul li a {
    font-size: 16px;
    padding: 16px 4px 16px 13px;
  }
  .header .nav ul li.menu-item-has-children ul {
    left: 0;
    margin-left: 0 !important;
  }
}
/* Big Screens */
@media only screen and (min-width: 1024px) {
  .blog .cntr.full .col-1-3 .post,
  .areas .cntr.full .col-1-3 .post {
    height: 404px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .blog.frontpage {
    background-size: cover;
  }
}
/* ------------- NEw STYLES ------------- */
html body .main .cntr .col-1-1.full {
  position: relative;
  padding-left: 10px;
}
html body .main .cntr .col-1-1.full form {
  padding: 10px 5px 0;
  margin-bottom: 60px;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row {
  padding: 0 5px;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
  min-height: 36px;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .wpcf7-form-control-wrap.geslacht {
  background: white;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .wpcf7-form-control-wrap.acceptance {
  background: none;
  min-height: 0;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .wpcf7-submit {
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: .3;
  cursor: default;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .wpcf7-submit.on {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row h3 {
  color: white;
  border-bottom: none;
  margin-top: 10px;
  margin-bottom: 15px;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row h3 span {
  opacity: .3;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row p {
  display: none;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row input::-webkit-input-placeholder {
  color: #868686;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row input:-moz-placeholder {
  color: #868686;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row input::-moz-placeholder {
  color: #868686;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row input:-ms-input-placeholder {
  color: #868686;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row select {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: white;
  color: #868686;
  width: 100%;
  border: none;
  padding: 9px;
  margin-top: 7px;
  font-size: 16px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .wpcf7-checkbox input[type="checkbox"] {
  display: none;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .wpcf7-checkbox label {
  position: relative;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  cursor: pointer;
  padding-left: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .wpcf7-checkbox label:before {
  position: absolute;
  width: 13px;
  height: 13px;
  background: white;
  left: 0;
  top: 6px;
  content: "";
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .wpcf7-checkbox label:after {
  position: absolute;
  width: 13px;
  height: 13px;
  color: white;
  left: 0;
  top: 5px;
  font-size: 16px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .wpcf7-checkbox label.on {
  color: white;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .wpcf7-checkbox label.on:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .wpcf7-checkbox label.on:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
html body .main .cntr .col-1-1.full form .col-1-3 .row a {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  padding: 9px 0;
  font-size: 14px;
  line-height: 27px;
  margin-left: 4px;
  color: #fff;
  font-weight: bold;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .acceptance input[type="checkbox"] {
  display: none;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .acceptance-label {
  position: relative;
  color: white;
  font-size: 14px;
  line-height: 27px;
  cursor: pointer;
  padding-left: 19px;
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .acceptance-label:before {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: white;
  left: 0;
  top: 16px;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .acceptance-label:after {
  position: absolute;
  width: 13px;
  height: 13px;
  color: white;
  left: 0;
  top: 15px;
  font-size: 16px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .acceptance-label.on:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
html body .main .cntr .col-1-1.full form .col-1-3 .row .acceptance-label.on:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
html body .main .cntr .col-1-1.full form .required-reminder {
  float: left;
  width: 100%;
  color: #666;
  font-size: 14px;
  line-height: 27px;
  padding: 0 10px;
}
html body .main .cntr .col-1-1.full form .required-reminder:before {
  float: left;
  margin-top: 3px;
  margin-right: 3px;
  font-size: 17px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "g";
}
html body .main .cntr .col-1-1.full form .wpcf7-response-output {
  float: left;
  width: calc(100% - 20px);
  font-size: 14px;
  padding: 0 10px;
  line-height: 28px;
  margin-top: 0;
  margin-left: 10px;
}
html body .main .cntr .col-1-1.full form .wpcf7-response-output.wpcf7-validation-errors {
  color: #b94a48;
  background: #f2dede;
  padding: 10px 15px;
  margin-bottom: 20px;
}
html body .main .cntr .col-1-1.full form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: white;
  background: #22ADE2;
  padding: 10px 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  html body .main .cntr .col-1-1.full form .col-1-3 {
    width: 100%;
  }
}
.ajax-loader {
  display: none;
  margin: 15px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(255, 255, 255, 0.2);
  border-right: 0.3em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.3em solid rgba(255, 255, 255, 0.2);
  border-left: 0.3em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: ajax-loader 1.1s infinite linear;
  animation: ajax-loader 1.1s infinite linear;
}
.ajax-loader.is-active {
  display: inline-block;
}
.ajax-loader,
.ajax-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@-webkit-keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
img.wp-smiley,
img.emoji {
  float: none !important;
}
.grid {
  text-align: left !important;
  position: relative;
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
  padding: 60px 20px 0;
}
.grid h1 {
	font-family: 'Bebas';
	font-size: 30px;
}
.grid h2 {
	font-family: 'Bebas';
	font-size: 28px;
	font-weight: normal !important;
	margin-bottom: 16px;
	padding-top: 8px;
}
.grid h3 {
  font-family: 'Bebas';
  position: relative;
  cursor: pointer;
  width: 100%;
  color: #000;
  font-size: 24px;
  font-weight: normal !important;
  margin-bottom: 10px;
}
.grid h3:before {
  position: absolute;
  margin-top: 4px;
  color: black;
  margin-right: 5px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  font-size: 18px;
  right: 0;
  line-height: 1;
  transform: rotate(90deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
  transition: 0.2s ease-in-out;
}
.grid h3.active:before {
  transform: rotate(-90deg);
}
.grid p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
  color: #666;
}
.grid ul {
  width: 100%;
  margin-bottom: 22px;
}
.grid ul li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  color: #666;
}
.grid ul li:before {
  margin-top: 4px;
  margin-right: 5px;
  font-family: "absolutely-fresh" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
}
.grid ul li a {
  color: #0b1012;
  text-decoration: none;
}
.grid .gallery {
  margin: 0 -10px;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.grid .gallery div {
  padding: 10px;
  flex-basis: 20%;
  min-width: 20%;
}
.grid .gallery div img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .grid .gallery div {
    flex-basis: 33.33333%;
    min-width: 33.33333%;
  }
}
@media only screen and (max-width: 640px) {
  .grid .gallery div {
    flex-basis: 50%;
    min-width: 50%;
  }
}
.grid .accordeon {
  margin: 60px 0;
}
.grid .accordeon .accordeon-row {
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
}
.grid .accordeon .accordeon-row .editor {
  display: none;
}
.grid .accordeon .accordeon-row-open {
  border-bottom: none;
  padding-top: 30px;
}
.grid .accordeon .accordeon-row-open .editor {
  display: block;
}
.tablepress {
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 22px;
    color: #666;
    
}

.tablepress strong {
	color: black;
}

.tablepress a {
	color: #666;
}

@media only screen and (max-width: 767px) {

.tablepress {	
	display: block;
	margin-left: -20px;
    overflow: scroll;
     width: calc(100% + 40px) !important;
     padding: 0 20px;
    -webkit-overflow-scrolling: touch;
}

.tablepress tbody {
	padding: 0 12px;
}
	
}
.wpml-admin-notice { display: none; }