@charset "UTF-8";
/* ============================================================================
 Stylesheet by: Daniel Pattiasina, © 2016 Moddit www.moddit.nl
 ============================================================================ */
/*********************
 IMPORTING PARTIALS
 These files are needed at the beginning so that we establish all
 our mixins, functions, and variables that we'll be using across
 the whole project.
 *********************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p, pre {
  margin: 1em 0;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 20px 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  display: block;
  border-radius: 10px;
}
q {
  quotes: none;
}
q:before, q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0;
}
menu, ol, ul {
  padding: 0;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, button, input, select, textarea {
  color: #222;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
img, fieldset {
  border: 0;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
#outdated {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0 20px;
  text-align: center;
  z-index: 1500;
  background: url(../images/transparent/black5.png);
  color: #fff;
}
* html #outdated {
  position: absolute;
}
#outdated h6 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0 0;
}
#outdated p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 12px;
}
#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 20px auto 0;
  width: 180px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer;
  background: none !important;
}
#outdated #btnUpdateBrowser:hover {
  color: #000 !important;
  background: #fff !important;
}
#outdated .last {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 15px;
  height: 15px;
}
#outdated #btnCloseUpdateBrowser {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
}
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
/* ============================================================================
 Colors
 ============================================================================ */
.red {
  color: #a02326;
}
/* ============================================================================
 Fonts Face
 ============================================================================ */
@font-face {
  font-family: 'Chaparral Pro';
  src: url('../fonts/ChaparralPro-SemiboldIt.eot');
  src: url('../fonts/ChaparralPro-SemiboldIt.eot?#iefix') format('embedded-opentype'), url('../fonts/ChaparralPro-SemiboldIt.woff2') format('woff2'), url('../fonts/ChaparralPro-SemiboldIt.woff') format('woff'), url('../fonts/ChaparralPro-SemiboldIt.ttf') format('truetype'), url('../fonts/ChaparralPro-SemiboldIt.svg#ChaparralPro-SemiboldIt') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?i2o8ok');
  src: url('../fonts/icomoon.eot?i2o8ok#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?i2o8ok') format('truetype'), url('../fonts/icomoon.woff?i2o8ok') format('woff'), url('../fonts/icomoon.svg?i2o8ok#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-clock:before {
  content: "\e900";
}
.icon-ticket:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-arrow-down:before {
  content: "\e904";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e906";
}
.icon-megaphone:before {
  content: "\e907";
}
.icon-marker:before {
  content: "\e908";
}
/* ============================================================================
 Typography
 ============================================================================ */
/* ============================================================================
 Fonts sizes
 ============================================================================ */
body {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #878888;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
}
p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin: 20px 0;
}
a {
  color: #a02326;
  text-decoration: none;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.floatRight {
  float: right;
}
.title {
  margin: 0 0 20px;
  font-style: normal;
  font-size: 46px;
  line-height: 43px;
  text-transform: uppercase;
}
.title em {
  font-style: normal;
  color: #000;
}
.darkTitle {
  color: #000;
}
.textWrap {
  margin: 0 0 20px;
}
.textWrap .title, .textWrap .subtitle, .textWrap .smallTitle {
  margin: 0;
}
.subtitle {
  font-family: "Chaparral Pro", "Georgia", Cambria, Times New Roman, Times, serif;
  margin: 0 0 20px;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  line-height: 30px;
}
.tinyTitle {
  font-family: "Chaparral Pro", "Georgia", Cambria, Times New Roman, Times, serif;
  margin: 0 0 10px;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
}
.altFont {
  font-family: "Chaparral Pro", "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 600;
}
.smallTitle {
  margin: 0 0 20px;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 37px;
  text-transform: uppercase;
}
.desc {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.whiteText, .whiteText a, .whiteText .title, .whiteText .subtitle, .whiteText .smallTitle, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p {
  color: #fff;
}
.desc a {
  color: #a02326;
}
.desc .Btn, .desc form input[type="submit"], form .desc input[type="submit"], .desc form button[type="submit"], form .desc button[type="submit"], .desc form input[type="button"], form .desc input[type="button"], .desc .socialShares ul.rrssb-buttons li a, .socialShares ul.rrssb-buttons li .desc a, .desc .blockSliderAlt .flex-direction-nav a, .blockSliderAlt .flex-direction-nav .desc a {
  vertical-align: middle;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}
.articleContent {
  font-size: 14px;
  line-height: 22px;
}
.articleContent.descContent, .articleContent.descContent p {
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.articleContent blockquote {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
  color: #000;
}
.articleContent blockquote p {
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
  color: #000;
}
.articleContent p, .articleContent ul {
  font-size: 14px;
  line-height: 22px;
  margin: 20px 0;
  -webkit-hyphens: inherit;
  -moz-hyphens: inherit;
  hyphens: inherit;
}
@media screen and (max-width: 1220px) {
  .title {
    font-size: 41.4px;
    line-height: 38.7px;
  }
  .subtitle {
    font-size: 12.6px;
    line-height: 27px;
  }
  .smallTitle {
    font-size: 36px;
    line-height: 33.3px;
  }
}
@media screen and (max-width: 960px) {
  .title {
    font-size: 36.8px;
    line-height: 34.4px;
  }
  .subtitle {
    font-size: 11.2px;
    line-height: 24px;
  }
  .smallTitle {
    font-size: 32px;
    line-height: 29.6px;
  }
}
@media screen and (max-width: 720px) {
  .title {
    font-size: 32.2px;
    line-height: 30.1px;
  }
  .subtitle {
    font-size: 9.8px;
    line-height: 21px;
  }
  .smallTitle {
    font-size: 28px;
    line-height: 25.9px;
  }
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 27.6px;
    line-height: 25.8px;
  }
  .subtitle {
    font-size: 8.4px;
    line-height: 18px;
  }
  .smallTitle {
    font-size: 24px;
    line-height: 22.2px;
  }
}
/******************************************************************
 Site Name:
 Author:
 Stylesheet: Sass Functions
 You can do a lot of really cool things in Sass. Functions help you
 make repeated actions a lot easier. They are really similar to mixins,
 but can be used for so much more.
 Anyway, keep them all in here so it's easier to find when you're
 looking for one.
 For more info on functions, go here:
 http://sass-lang.com/documentation/Sass/Script/Functions.html
 ******************************************************************/
/*********************
 COLOR FUNCTIONS
 These are helpful when you're working
 with shadows and such things. It's essentially
 a quicker way to write RGBA.
 Example:
 box-shadow: 0 0 4px black(0.3);
 compiles to:
 box-shadow: 0 0 4px rgba(0,0,0,0.3);
 *********************/
/*********************
 RESPONSIVE HELPER FUNCTION
 If you're creating a responsive site, then
 you've probably already read
 Responsive Web Design: http://www.abookapart.com/products/responsive-web-design
 Here's a nice little helper function for calculating
 target / context
 as mentioned in that book.
 Example:
 width: cp(650px, 1000px);
 or
 width: calc-percent(650px, 1000px);
 both compile to:
 width: 65%;
 *********************/
/* ============================================================================
 Mixins
 ============================================================================ */
/* @include transition(all 0.2s ease-in-out); */
/* @include transform(translateY(-50%)); */
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* @include box-sizing(border-box); */
/* @include border-radius(50%); */
/* @include box-shadow(0 0 2px 0 rgba(0,0,0,0.2); */
/* ============================================================================
 Flexslider
 ============================================================================ */
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flex-container a:active, .flex-container a:focus {
  outline: none;
}
.flexslider .slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider .slides {
  zoom: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li:first-child {
  display: block;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexArrows {
  position: relative;
}
.flexArrows .flex-direction-nav a {
  background: url(../images/transparent/black5.png);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 0.4;
  position: absolute;
  text-align: center;
  z-index: 2;
}
.flexArrows:hover .flex-direction-nav a {
  opacity: 0.9;
}
.flexArrows:hover .flex-direction-nav a:hover {
  opacity: 1;
}
.flexArrows .flex-direction-nav .flex-prev {
  left: 20px;
}
.flexArrows .flex-direction-nav .flex-next {
  right: 20px;
}
.flexArrows .flex-direction-nav .flex-disabled {
  display: none;
}
.bumpNav {
  position: relative;
}
.bumpNav .flex-direction-nav a {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 26px 111px;
  color: #161412;
  width: 26px;
  height: 111px;
  text-align: center;
  line-height: 111px;
  cursor: pointer;
  font-size: 13px;
  top: 50%;
  z-index: 2;
  margin-top: -55px;
}
.bumpNav .flex-direction-nav a.flex-prev {
  left: 0;
  background-image: url(../images/bumpRight.png);
}
.bumpNav .flex-direction-nav a.flex-next {
  right: 0;
  background-image: url(../images/bumpLeft.png);
}
.bumpNav .flex-direction-nav a.flex-disabled {
  color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.bumpNav .flex-direction-nav a:hover {
  color: #a02326;
}
.flexDots {
  position: relative;
}
.flexDots .flex-control-nav {
  text-align: center;
  margin: 0;
  bottom: 55px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  line-height: 0;
}
.flexDots .flex-control-nav li {
  display: inline-block;
  vertical-align: top;
  text-indent: -99999px;
  line-height: 0;
  margin: 0 2px;
}
.flexDots .flex-control-nav li a {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.flexDots .flex-control-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.flexDots .flex-control-nav li a.flex-active {
  background-color: #a02326;
  cursor: default;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../images/swipebox/loader.gif) center center no-repeat;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-close, #swipebox-next, #swipebox-prev {
  background-image: url(../images/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-next.disabled, #swipebox-prev.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:after, .swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
#swipebox-title {
  line-height: 22px;
  padding: 30px 10% 0;
  text-align: center;
}
/* ============================================================================
 Forms
 ============================================================================ */
form {
  max-width: 560px;
  display: block;
}
.alignCenter .contactForm form {
  margin: 0 auto;
}
.widthForm form {
  max-width: 100%;
}
form .formGroup {
  margin: 0 0 10px;
}
form label {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  margin: 0 0 5px;
}
form label .toolTip {
  position: relative;
}
form label .toolTip i {
  vertical-align: top;
  color: #a02326;
  font-size: 150%;
}
form label .toolTip div {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 210px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 200;
  left: 50%;
  line-height: 16px;
  padding: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
form label .toolTip:hover div {
  opacity: 1;
  visibility: visible;
}
form span.star {
  vertical-align: top;
  color: #a02326;
  font-size: 150%;
}
form label abbr[title] {
  text-decoration: none;
  border: none;
  color: #a02326;
  line-height: 1px;
  vertical-align: text-top;
}
form input, form button, form select, form textarea {
  display: inline-block;
  border: none;
  border: 1px solid #a8a8a8;
  background: transparent;
  color: #000;
  font-size: 14px;
  padding: 5px 25px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 48px;
  line-height: 38px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form select {
  border: 2px solid #c2c2c2;
}
form input:focus, form textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form input:focus:invalid:focus, form textarea:focus:invalid:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sideBar form input, .sideBar form select, .sideBar form textarea, .sideBar form button {
  width: 100%;
}
form input[type="radio"], form input[type="checkbox"] {
  width: inherit !important;
  height: inherit;
  background: none;
}
form select {
  padding: 5px 5px 5px 15px;
  color: #000;
  cursor: pointer;
}
form textarea {
  padding: 25px;
  line-height: 21px;
  min-height: 100px;
  height: 150px;
  max-height: 250px;
}
form input[type="submit"], form button[type="submit"], form input[type="button"] {
  display: block;
  border: none;
  height: 56px;
}
form input[type="checkbox"] {
  width: inherit;
}
form .checkWrap input[type="radio"], form .checkWrap input[type="checkbox"] {
  display: inline-block;
  line-height: 40px;
  margin: 8px 5px 0 0;
  vertical-align: top;
  cursor: pointer;
}
form .checkWrap label {
  display: inline-block;
  line-height: 30px;
  margin: 0;
  cursor: pointer;
  vertical-align: top;
}
form .checkWrap label img {
  float: left;
  margin: 0 10px 0 0;
  width: auto;
  max-width: 30px;
  max-height: 30px;
  line-height: 30px;
}
form input[type="file"] {
  background: none;
  height: inherit;
  padding: inherit;
}
.googleMap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#gmap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.googleMap img {
  max-width: inherit;
  height: inherit;
}
.contactForm form input, .contactForm form textarea {
  width: 100%;
}
.contactForm form textarea {
  height: 150px;
  max-height: 250px;
  min-height: 100px;
  resize: none;
}
.contactForm div.wpcf7-response-output {
  border: none;
  color: #909090;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.contactForm span.wpcf7-not-valid-tip {
  background: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  opacity: 0.75;
  padding: 3px 9px;
  position: absolute;
  right: 10px;
  top: -10px;
}
.contactForm span.wpcf7-form-control-wrap {
  display: block !important;
  position: relative;
}
.contactForm .wpcf7-checkbox span.wpcf7-list-item, .contactForm .wpcf7-radio span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.contactForm .wpcf7-checkbox span.wpcf7-list-item label, .contactForm .wpcf7-radio span.wpcf7-list-item label {
  cursor: pointer;
}
.contactForm .wpcf7-checkbox span.wpcf7-list-item label input, .contactForm .wpcf7-radio span.wpcf7-list-item label input {
  margin: 0 5px 0 0;
}
/* NICE SELECT */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #dadde0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  background-color: #f2f2f2;
}
.nice-select:after {
  border-bottom: 2px solid #71b5f9;
  border-right: 2px solid #71b5f9;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
/* ============================================================================
 Grid
 ============================================================================ */
.cols {
  /* overflow: hidden; */
  margin: 0 0 0 -17px;
}
.cols:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.cols.bigGutter {
  margin-left: -50px;
}
.cols.smallGutter {
  margin-left: -5px;
}
.cols.noGutter {
  margin-left: 0;
}
.cols:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.cols > * {
  float: left;
  padding-left: 17px;
  margin-bottom: 17px;
}
.cols.bigGutter > * {
  padding-left: 50px;
  margin-bottom: 50px;
}
.cols.smallGutter > * {
  padding-left: 5px;
  margin-bottom: 5px;
}
.cols.noGutter > * {
  padding-left: 0;
  margin-bottom: 0;
}
.cols.cleanBottom > * {
  margin-bottom: 0;
}
.cols > .clearRow {
  float: none;
  clear: both;
  margin-bottom: 0;
  width: 100%;
}
.col-right {
  float: right;
  text-align: right;
}
.col-hide {
  display: none;
}
.col-full {
  width: 100% !important;
}
.col-1 {
  width: 100%;
}
.col-2-1 {
  width: 50%;
}
.col-3-2 {
  width: 66.666666%;
}
.col-3-1 {
  width: 33.333333%;
}
.col-4-3 {
  width: 75%;
}
.col-4-1 {
  width: 25%;
}
.col-5-4 {
  width: 80%;
}
.col-5-3 {
  width: 60%;
}
.col-5-2 {
  width: 40%;
}
.col-5-1 {
  width: 20%;
}
.cols-10-1 > * {
  width: 10%;
}
.col-9-5 {
  width: 55%;
}
.col-9-4 {
  width: 45%;
}
.cols-9 > * {
  width: 11.1111111%;
}
.cols-8 > * {
  width: 12.5%;
}
.cols-6 > * {
  width: 16.6666666%;
}
.cols-5 > * {
  width: 20%;
}
.cols-4 > * {
  width: 25%;
}
.cols-3 > * {
  width: 33.3333333%;
}
.cols-2 > * {
  width: 50%;
}
.clearCols.cols-2 > *:nth-child(2n+1) {
  clear: left;
}
.cols-1 > * {
  width: 100%;
}
/* ============================================================================
 Media Queries
 ============================================================================ */
@media screen and (max-width: 1220px) {
  .colsXL-center {
    text-align: center;
  }
  .colsXL-left {
    text-align: left;
  }
  .colsXL-right {
    text-align: right;
  }
  .colsXL-10 > * {
    width: 10%;
  }
  .colsXL-8 > * {
    width: 12.5%;
  }
  .colsXL-6 > * {
    width: 16.6666666%;
  }
  .colsXL-5 > * {
    width: 20%;
  }
  .colsXL-4 > * {
    width: 25%;
  }
  .colsXL-3 > * {
    width: 33.3333333%;
  }
  .colsXL-2 > * {
    width: 50%;
  }
  .colsXL-1 > * {
    width: 100%;
  }
  .colXL-hide {
    display: none;
  }
  .colXL-show {
    display: block;
  }
  .colXL-clear {
    clear: both;
  }
  .colXL-left {
    float: left;
    text-align: left;
  }
  .colXL-right {
    float: right;
    text-align: right;
  }
  .colXL-center {
    text-align: center;
  }
  .colXL-1 {
    width: 100%;
  }
  .colXL-2-1 {
    width: 50%;
  }
  .colXL-3-2 {
    width: 66.6666666%;
  }
  .colXL-3-1 {
    width: 33.3333333%;
  }
  .colXL-4-3 {
    width: 75%;
  }
  .colXL-4-1 {
    width: 25%;
  }
  .colXL-5-4 {
    width: 80%;
  }
  .colXL-5-3 {
    width: 60%;
  }
  .colXL-5-2 {
    width: 40%;
  }
  .colXL-5-1 {
    width: 20%;
  }
  .colXL-6-5 {
    width: 25%;
  }
  .colXL-6-1 {
    width: 16.6666666%;
  }
  .colXL-8-1 {
    width: 12.5%;
  }
  .colXL-10-1 > * {
    width: 10%;
  }
}
@media screen and (max-width: 960px) {
  .colsL-center {
    text-align: center;
  }
  .colsL-left {
    text-align: left;
  }
  .colsL-right {
    text-align: right;
  }
  .colsL-10 > * {
    width: 10%;
  }
  .colsL-8 > * {
    width: 12.5%;
  }
  .colsL-6 > * {
    width: 16.6666666%;
  }
  .colsL-5 > * {
    width: 20%;
  }
  .colsL-4 > * {
    width: 25%;
  }
  .colsL-3 > * {
    width: 33.3333333%;
  }
  .colsL-2 > * {
    width: 50%;
  }
  .colsL-1 > * {
    width: 100%;
  }
  .colL-hide {
    display: none;
  }
  .colL-clear {
    clear: both;
  }
  .colL-show {
    display: block;
  }
  .colL-left {
    float: left;
    text-align: left;
  }
  .colL-right {
    float: right;
    text-align: right;
  }
  .colL-center {
    text-align: center;
  }
  .colL-1 {
    width: 100%;
  }
  .colL-2-1 {
    width: 50%;
  }
  .colL-3-2 {
    width: 66.6666666%;
  }
  .colL-3-1 {
    width: 33.3333333%;
  }
  .colL-4-3 {
    width: 75%;
  }
  .colL-4-1 {
    width: 25%;
  }
  .colL-5-4 {
    width: 80%;
  }
  .colL-5-3 {
    width: 60%;
  }
  .colL-5-2 {
    width: 40%;
  }
  .colL-5-1 {
    width: 20%;
  }
  .colL-6-5 {
    width: 25%;
  }
  .colL-6-1 {
    width: 16.6666666%;
  }
  .colL-8-1 {
    width: 12.5%;
  }
  .colL-10-1 > * {
    width: 10%;
  }
}
@media screen and (max-width: 720px) {
  .colsM-center {
    text-align: center;
  }
  .colsM-left {
    text-align: left;
  }
  .colsM-right {
    text-align: right;
  }
  .colsM-10 > * {
    width: 10%;
  }
  .colsM-8 > * {
    width: 12.5%;
  }
  .colsM-6 > * {
    width: 16.6666666%;
  }
  .colsM-5 > * {
    width: 20%;
  }
  .colsM-4 > * {
    width: 25%;
  }
  .colsM-3 > * {
    width: 33.3333333%;
  }
  .colsM-2 > * {
    width: 50%;
  }
  .colsM-1 > * {
    width: 100%;
  }
  .colM-hide {
    display: none;
  }
  .colM-show {
    display: block;
  }
  .colM-clear {
    clear: both;
  }
  .colM-left {
    float: left;
    text-align: left;
  }
  .colM-right {
    float: right;
    text-align: right;
  }
  .colM-center {
    text-align: center;
  }
  .colM-1 {
    width: 100%;
  }
  .colM-2-1 {
    width: 50%;
  }
  .colM-3-2 {
    width: 66.6666666%;
  }
  .colM-3-1 {
    width: 33.3333333%;
  }
  .colM-4-3 {
    width: 75%;
  }
  .colM-4-1 {
    width: 25%;
  }
  .colM-5-4 {
    width: 80%;
  }
  .colM-5-3 {
    width: 60%;
  }
  .colM-5-2 {
    width: 40%;
  }
  .colM-5-1 {
    width: 20%;
  }
  .colM-6-5 {
    width: 25%;
  }
  .colM-6-1 {
    width: 16.6666666%;
  }
  .colM-8-1 {
    width: 12.5%;
  }
  .colM-10-1 > * {
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  .colsS-center {
    text-align: center;
  }
  .colsS-left {
    text-align: left;
  }
  .colsS-right {
    text-align: right;
  }
  .colsS-10 > * {
    width: 10%;
  }
  .colsS-8 > * {
    width: 12.5%;
  }
  .colsS-6 > * {
    width: 16.6666666%;
  }
  .colsS-5 > * {
    width: 20%;
  }
  .colsS-4 > * {
    width: 25%;
  }
  .colsS-3 > * {
    width: 33.3333333%;
  }
  .colsS-2 > * {
    width: 50%;
  }
  .colsS-1 > * {
    width: 100%;
  }
  .colS-hide {
    display: none;
  }
  .colS-show {
    display: block;
  }
  .colS-clear {
    clear: both;
  }
  .colS-left {
    float: left;
    text-align: left;
  }
  .colS-right {
    float: right;
    text-align: right;
  }
  .colS-center {
    text-align: center;
  }
  .colS-1 {
    width: 100%;
  }
  .colS-2-1 {
    width: 50%;
  }
  .colS-3-2 {
    width: 66.6666666%;
  }
  .colS-3-1 {
    width: 33.3333333%;
  }
  .colS-4-3 {
    width: 75%;
  }
  .colS-4-1 {
    width: 25%;
  }
  .colS-5-4 {
    width: 80%;
  }
  .colS-5-3 {
    width: 60%;
  }
  .colS-5-2 {
    width: 40%;
  }
  .colS-5-1 {
    width: 20%;
  }
  .colS-6-5 {
    width: 25%;
  }
  .colS-6-1 {
    width: 16.6666666%;
  }
  .colS-8-1 {
    width: 12.5%;
  }
  .colS-10-1 > * {
    width: 10%;
  }
}
.Btn, form input[type="submit"], form button[type="submit"], form input[type="button"], .socialShares ul.rrssb-buttons li a, .blockSliderAlt .flex-direction-nav a {
  border: none;
  display: inline-block;
  padding: 0 30px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  position: relative;
  color: #a02326;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  background-color: #fff;
  z-index: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 3px #a02326 inset, 4px 6px 0 0 #a02326;
  box-shadow: 0 0 0 3px #a02326 inset, 4px 6px 0 0 #a02326;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Btn:hover, form input[type="submit"]:hover, form button[type="submit"]:hover, form input[type="button"]:hover, .socialShares ul.rrssb-buttons li a:hover, .blockSliderAlt .flex-direction-nav a:hover {
  -webkit-box-shadow: 0 0 0 3px #a8a8a8 inset, 2px 2px 0 0 #878888;
  box-shadow: 0 0 0 3px #a8a8a8 inset, 2px 2px 0 0 #878888;
  color: #a8a8a8;
}
.altBtn, .blockSliderAlt .flex-direction-nav a, .cultuurBtnPrev {
  box-shadow: 0 0 0 3px #a8a8a8 inset, 4px 6px 0 0 #a8a8a8 !important;
  color: #a8a8a8 !important;
}
.altBtn:hover, .blockSliderAlt .flex-direction-nav a:hover, .cultuurBtnPrev:hover {
  box-shadow: 0 0 0 3px #a8a8a8 inset, 2px 2px 0 0 #a8a8a8 !important;
}
.blackBtn, .socialShares ul.rrssb-buttons li a {
  color: #fff;
  -webkit-box-shadow: 4px 6px 0 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 6px 0 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 4px 6px 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 6px 0 0 rgba(0, 0, 0, 0.4);
  background-color: #000;
}
.blackBtn:hover, .socialShares ul.rrssb-buttons li a:hover {
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.8);
}
.cultuurBtn {
  color: #004289 !important;
  box-shadow: 0 0 0 3px #004289 inset, 4px 6px 0 0 #004289 !important;
  background-color: #fff !important;
}
.cultuurBtn:hover {
  box-shadow: 0 0 0 3px #004289 inset, 2px 2px 0 0 #004289 !important;
}
.squareBtn, .socialShares ul.rrssb-buttons li a, .blockSliderAlt .flex-direction-nav a {
  width: 56px;
  padding: 0;
}
.fullBtn {
  width: 100%;
  padding: 0;
  text-align: center;
}
.Btns .Btn, .Btns form input[type="submit"], form .Btns input[type="submit"], .Btns form button[type="submit"], form .Btns button[type="submit"], .Btns form input[type="button"], form .Btns input[type="button"], .Btns .socialShares ul.rrssb-buttons li a, .socialShares ul.rrssb-buttons li .Btns a, .Btns .blockSliderAlt .flex-direction-nav a, .blockSliderAlt .flex-direction-nav .Btns a {
  margin: 0 2px 5px;
  vertical-align: top;
}
.Btns p {
  margin: 0 0 5px;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
}
.pageLink {
  display: inline-block;
  color: #000;
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.pageLink i {
  vertical-align: top;
  line-height: 30px;
  width: 20px;
  margin-left: 10px;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  color: #a02326;
}
.pageLink:hover {
  color: #a02326;
}
.pageLink:hover i {
  margin-left: 20px;
}
/* ============================================================================
 Containers
 ============================================================================ */
.siteWrap {
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.container {
  min-height: 100%;
  background-color: #fff;
}
.innerContainer {
  overflow: auto;
}
.wrapper {
  margin: 0 auto;
  padding: 0;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
.inner {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}
.inner .inner {
  width: 100%;
}
.content {
  padding: 30px 0;
}
.largeContent {
  max-width: 850px;
}
.halfContent {
  max-width: 750px;
}
.mediumContent {
  max-width: 650px;
}
.smallContent {
  max-width: 550px;
}
.tinyContent {
  max-width: 450px;
}
.alignCenter .largeContent, .alignCenter.largeContent, .alignCenter .halfContent, .alignCenter.halfContent, .alignCenter .mediumContent, .alignCenter.mediumContent, .alignCenter .smallContent, .alignCenter.smallContent, .alignCenter .tinyContent, .alignCenter.tinyContent {
  margin: 0 auto;
}
.pageContent {
  padding: 30px;
}
.push {
  height: 50px;
}
.smallPush {
  height: 30px;
}
.tinyPush {
  height: 15px;
}
.noMargin {
  margin: 0;
}
.alignCenter .halfContent, .alignCenter .smallContent {
  margin: 0 auto;
}
.padding {
  padding: 60px 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.lightBg {
  background-color: #f5f5f5;
}
.mediumBg {
  background-color: #ededed;
}
.whiteBg {
  background-color: #fff;
}
.greyBg {
  background-color: #a8a8a8;
}
.darkBg {
  background-color: #161412;
}
.purpleBg {
  background-color: #725ccd;
}
.blueBg {
  background-color: #253a4a;
}
.lightBlueBg {
  background-color: #e1e7f0;
}
.darkBlueBg {
  background-color: #343744;
}
.skyBlueBg {
  background-color: #f6f8fb;
}
.greenBg {
  background-color: #4ea88e;
}
.blackBg {
  background-color: #000;
}
.mainBg {
  background-color: #a02326;
}
.secondBg {
  background-color: #a8a8a8;
}
.noFlow {
  overflow: hidden;
}
.pattern {
  background-image: url(../images/pattern.jpg);
}
.stripeBg {
  position: relative;
}
.stripeBg:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/pattern.png);
  width: 50%;
  height: 550px;
  top: 0;
  left: 0;
}
#swipebox-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
#swipebox-bottom-bar, #swipebox-top-bar {
  background-color: transparent;
}
.divider {
  width: 100%;
  height: 4px;
  position: relative;
  background-color: #dbe2e7;
}
.divider:before, .divider:after {
  position: absolute;
  content: "";
  display: block;
  width: 33.333333%;
  height: 100%;
  top: 0;
}
.divider:before {
  left: 0;
  background-color: #a02326;
}
.divider:after {
  right: 0;
  background-color: #a8a8a8;
}
.whiteText .divider {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  -moz-box-shadow: inset 0 0 0 1px #fff;
  -ms-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.whiteText .divider:before, .whiteText .divider:after {
  background-color: #fff;
}
.vidWrap {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.vidWrap > * {
  display: block;
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section {
  position: relative;
}
.paddingSide {
  padding: 0 148px;
}
.siteLineWrap {
  pointer-events: none !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 148px;
  z-index: 10;
}
.siteLineWrap .siteLines {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.siteLineWrap .siteLines div {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.1);
}
.siteLineWrap .siteLines div:nth-child(1) {
  left: 0;
}
.siteLineWrap .siteLines div:nth-child(2) {
  left: 33.33333%;
}
.siteLineWrap .siteLines div:nth-child(3) {
  right: 33.33333%;
}
.siteLineWrap .siteLines div:nth-child(4) {
  right: 0;
}
.siteLineWrap.siteLineWrapLight .siteLines div {
  background-color: rgba(224, 244, 244, 0.1);
}
/* ============================================================================
 Globals
 ============================================================================ */
#wpadminbar {
  overflow: hidden;
}
body.logged-in .scss_errors {
  position: fixed;
  top: 50px;
  left: 50px;
  right: 50px;
  background-color: #000;
  z-index: 50;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  background: #fff;
  height: 100%;
}
body {
  min-height: 100%;
  min-width: 1150px;
}
/* ============================================================================
 Breadcrumbs
 ============================================================================ */
.breadCrumbs {
  padding: 10px 0;
  position: relative;
  background-color: #fff;
}
.breadCrumbs p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 30px;
  font-size: 12px;
  color: #a8a8a8;
}
.breadCrumbs p a {
  color: #a8a8a8;
  text-decoration: none;
  border-bottom: none;
}
.breadCrumbs i {
  margin: 0 5px;
  font-size: 10px;
  color: #a02326;
}
.breadCrumbs p a:hover {
  color: #a02326;
  text-decoration: underline;
}
/* ============================================================================
 Nieuws / Article
 ============================================================================ */
.articleHeader {
  border-bottom: 1px solid #dcdcdc;
}
.articleHeader .title {
  line-height: 45px;
  margin: 0 0 20px;
}
.articleContent:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.articleContent p:empty {
  margin: 0;
}
.articleContent p a {
  text-decoration: underline;
}
.articleColumns {
  -moz-column-count: 2;
  -moz-column-gap: 28px;
  -webkit-column-count: 2;
  -webkit-column-gap: 28px;
  column-count: 2;
  column-gap: 28px;
  margin: 0;
}
.articleContent.articleColumns p {
  margin: 0 0 20px;
}
.articleColumns h1, .articleColumns h2, .articleColumns h3, .articleColumns h4, .articleColumns h5, .articleColumns h6 {
  margin: 0 0 30px;
}
.articleContent .desc {
  font-size: 19px;
  line-height: 30px;
}
.articleContent ul {
  list-style: none;
  padding: 0;
}
.articleContent ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.articleContent ul li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f054";
  color: #a02326;
  vertical-align: top;
  line-height: 22px;
  margin-right: 5px;
  width: 20px;
}
.articleContent ol {
  list-style: outside decimal;
  padding: 0 0 0 15px;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.articleImg, .articleContent .articleImg {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.articleImg img, .articleContent .articleImg img {
  width: 100%;
}
.fullImg img {
  width: 100%;
}
.articleContent h1 {
  font-size: 46px;
  line-height: 43px;
  font-weight: 700;
}
.articleContent h2, .articleContent h3 {
  font-size: 40px;
  line-height: 37px;
  font-weight: 700;
  margin: 30px 0 10px;
}
.articleContent h4, .articleContent h5, .articleContent h6 {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  margin: 30px 0 10px;
}
.postSocials {
  max-width: 280px;
}
.articleContent img {
  margin: 10px 0;
}
.articleContent img.alignleft {
  float: left;
  margin: 10px 30px 10px 0;
}
.articleContent img.alignright {
  float: right;
  margin: 10px 0 10px 30px;
}
.articleContent p > iframe {
  max-width: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#impressionSlider .slides li {
  display: none;
  max-width: 480px;
}
#impressionSlider .slides li a {
  display: block;
}
.articleContent table {
  width: 100%;
}
.articleContent table th, .articleContent table td {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 20px;
}
.articleContent table th {
  background-color: #a02326;
  color: #fff;
  font-weight: bold;
  border-color: #761a1c;
}
/* ============================================================================
 Social Share
 ============================================================================ */
.socialShares {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 280px;
}
.socialShares p {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  font-family: "Chaparral Pro", "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: italic;
  margin: 0;
  line-height: 30px;
}
.socialShares ul.rrssb-buttons {
  margin: 0;
  height: inherit;
}
.socialShares ul.rrssb-buttons li {
  display: inline-block;
  width: auto !important;
  height: 56px;
  float: none;
  vertical-align: top;
  padding: 0;
  margin: 0 3px;
}
.socialShares ul.rrssb-buttons li a {
  height: 56px;
}
.socialShares ul.rrssb-buttons li a .rrssb-text {
  display: none;
}
.socialShares ul.rrssb-buttons li a .rrssb-icon {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  overflow: visible;
}
.socialShares ul.rrssb-buttons li a .rrssb-icon svg {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
}
@media screen and (max-width: 480px) {
  .socialShares ul.rrssb-buttons li {
    height: 40px;
    line-height: 40px;
  }
  .socialShares ul.rrssb-buttons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .socialShares ul.rrssb-buttons li a .rrssb-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: -10px 0 0 -10px;
  }
  .socialShares ul.rrssb-buttons li a .rrssb-icon svg {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
/* ============================================================================
 Page submenu
 ============================================================================ */
.submenuTitle {
  color: #878888;
  font-size: 18px;
  line-height: 45px;
  font-weight: 700;
  margin: 0 0 20px;
}
.childPagesMenu {
  margin: 0;
}
.childPagesMenu li {
  margin: 0;
  font-size: 14px;
  padding: 10px 0;
  line-height: 18px;
  font-weight: 300;
  border-bottom: 1px solid #dcdcdc;
}
.childPagesMenu li a {
  color: #878888;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.childPagesMenu li a:hover {
  text-decoration: underline;
}
.childPagesMenu li i {
  color: #a02326;
  width: 30px;
  line-height: 25px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
.childPagesMenu li.current_page_item i {
  color: #a02326;
}
/* ============================================================================
 Pagination
 ============================================================================ */
.pagination {
  text-align: center;
}
.pagination li {
  display: inline-block;
  font-size: 13px;
}
.pagination li a, .pagination li span {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.pagination li a {
  color: #fff;
  background: #a02326;
}
.pagination li:hover a {
  background: #a02326;
}
.pagination li span {
  background: #a02326;
  color: #fff;
}
/* ============================================================================
 Search
 ============================================================================ */
.searchResult {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #878888;
}
.searchResult p {
  font-size: 12px;
  line-height: 18px;
}
/* ============================================================================
 Animations
 ============================================================================ */
.animWrap .animThis, .animGroup .animThis {
  opacity: 0;
}
.animated {
  /*!
   Animate.css - http://daneden.me/animate
   Licensed under the MIT license - http://opensource.org/licenses/MIT
   Copyright (c) 2015 Daniel Eden
   */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*********************
 IMPORTING MODULES
 Modules are reusable blocks or elements we use throughout the project.
 We can break them up as much as we want or just keep them all in one.
 I mean, you can do whatever you want. The world is your oyster. Unless
 you hate oysters, then the world is your peanut butter & jelly sandwich.
 *********************/
/* ============================================================================
 Header
 ============================================================================ */
.header {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 0;
  overflow: hidden;
  padding-bottom: 42.5%;
  min-height: 500px;
}
.header:before, .header:after {
  position: absolute;
  content: "";
  display: block;
  height: 26px;
  bottom: 0;
  z-index: 2;
}
.header:before {
  left: 0;
  width: 100%;
  background: url(../images/pattern.png);
  background-size: 15px 15px;
  opacity: 0.3;
}
.header:after {
  left: 550px;
  width: calc(100% - 550px);
  background-color: #fff;
}
.header .headerInner {
  padding: 0 150px;
}
.header .headerBg {
  position: absolute;
  background-color: #000;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.home .header, body.single-voorstelling .header {
  padding-bottom: 57.5%;
  min-height: 550px;
}
body.page-template-agenda .header {
  padding-bottom: 42%;
  min-height: 550px;
}
/* ============================================================================
 Footer
 ============================================================================ */
.innerContainer {
  padding: 0 0 375px;
}
.footer {
  clear: both;
  height: 375px;
  margin-top: -375px;
  /* negative footer height */
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
.footer .scrollTop {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 0;
  width: 120px;
  height: 100%;
  margin-left: -60px;
  background: url(../images/logo@2x.png) no-repeat 50% 50% #fff;
  background-size: 36px 169px;
  text-decoration: none !important;
}
.footer .scrollTop i {
  width: 120px;
  height: 120px;
  display: block;
  line-height: 120px;
  text-align: center;
  color: #000;
}
.footer p a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footerContent {
  padding: 50px 0;
  max-width: 280px;
  margin: 0 auto;
}
.footer .subtitle {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 20px;
}
.footer .footerCall {
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}
.footer .footerSocials {
  margin: 10px auto 0;
}
.footer .footerSocials li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.footer .footerSocials li a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #a02326;
  font-size: 13px;
  color: #fff;
}
.footer .footerSocials li:hover a {
  background-color: #fff;
  color: #000;
}
.footer .modditM {
  display: inline-block;
  margin: 15px auto 0;
  width: 30px;
  height: 30px;
}
.footer .modditM svg {
  display: block;
  width: 30px;
  height: 30px;
}
.footer .modditM svg .mIcon {
  fill: #c2c2c2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .modditM:hover svg .mIcon {
  fill: #2263a8;
}
/* ============================================================================
 Menubar
 ============================================================================ */
.menuBlock {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.menuToggle {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  z-index: 99;
  cursor: pointer;
  background-color: #000;
}
.mtBars {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mtBar {
  position: absolute;
  width: 36px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: margin-top 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out, width 0.3s ease-in-out;
}
.mtBarTop {
  margin-top: -12px;
}
.mtBarBottom {
  margin-top: 12px;
}
.mtBarMiddle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menuToggle.active .mtBar {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.menuToggle.active .mtBarTop {
  margin-top: -13px;
}
.menuToggle.active .mtBarBottom {
  margin-top: 13px;
}
.menuToggle.active .mtBarTop, .menuToggle.active .mtBarBottom {
  width: 27px;
}
.menuToggle.active .mtBarMiddle {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menuBook {
  display: block;
  width: 120px;
  height: 120px;
  background: url(../images/boeken.png) no-repeat 50% 50% #a02326;
  background-size: 67px 63px;
  overflow: hidden;
  color: #fff;
  text-indent: -99999px;
}
.menuSearch {
  -webkit-transform: translateX(calc(-100% - 140px));
  transform: translateX(calc(-100% - 140px));
  -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  background-color: #fff;
  left: 122px;
  max-height: calc(100vh - 244px);
  opacity: 0;
  overflow: auto;
  padding: 101px 30px 0;
  position: absolute;
  top: 120px;
  width: calc(100vw - 244px);
  z-index: 10;
}
.menuSearch.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.menuSearchToggle {
  display: block;
  width: 120px;
  height: 120px;
  background: url(../images/zoeken.svg) no-repeat 50% 50% #a02326;
  background-size: 67px 63px;
  overflow: hidden;
  color: #fff;
  text-indent: -99999px;
}
.menuSearch .agendaFilters {
  margin: 30px 0;
}
.menuSearch .agendaFilters .afSelections {
  display: none;
}
.menuSearch .agendaFilters .afSelections.active {
  display: block;
}
.menuSearch .agendaFilters .agendaFilterSearch input {
  height: 49px;
  margin: 1px 0 0;
  padding: 5px 60px 5px 20px;
}
.menuSearch .agendaFilters .agendaFilterSearch button {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #fff;
  left: auto;
  right: 0;
  top: 1px;
  height: 49px;
  width: 49px;
  line-height: 49px;
  background-color: #a02326;
}
.menuSearch .agendaFilters .agendaFilterSearch button:hover {
  background-color: #000;
}
.logo {
  display: block;
  width: 120px;
  height: 240px;
  text-indent: -99999px;
  background: url(../images/logo@2x.png) no-repeat 50% 50% #fff;
  background-size: 36px 169px;
  top: 0;
  left: 0;
}
.agendaBlockToggle {
  display: none;
  width: 80px;
  height: 80px;
  background-color: #a8a8a8;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.menuLib {
  margin: 0;
  position: absolute;
  top: 40px;
  left: 150px;
  background: #fff url(../images/bibliotheek.png) no-repeat 10px 50%;
  background-size: 20px 20px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px 10px 40px;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.menuLib:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 50%;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  margin-top: -10px;
}
.menuLib a {
  color: #e67f4e;
}
.menuLib a:hover {
  text-decoration: underline;
}
/* ============================================================================
 Panel
 ============================================================================ */
.panel {
  position: absolute;
  top: 0;
  left: 140px;
  bottom: 0;
  width: 0;
  background-color: transparent;
  padding: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  z-index: 11;
}
.panel .panelInner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
  transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
}
.panel .panelMenu {
  padding: 0;
}
.panel .panelMenu ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.panel .panelMenu ul li {
  float: none;
  font-size: 25px;
  line-height: 50px;
  margin: 0 0 10px;
  padding: 0 30px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #a02326;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 900;
}
.panel .panelMenu ul li a {
  padding: 5px 0;
  display: block;
  color: #fff;
}
body.lock .panel {
  width: 320px;
  padding: 0;
}
body.lock .panel .panelInner {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s, visibility 0.2s ease-in-out 0.2s;
}
body.logged-in .panel .panelMenu {
  padding-top: 32px;
}
/* ============================================================================
 Block
 ============================================================================ */
a.block:hover {
  -webkit-box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.2);
}
a.block:hover .blockIcon img {
  padding: 5px 0;
}
a.block:hover .blockLink i {
  background-color: #a02326;
  color: #fff;
}
.block {
  display: block;
  background-color: #dbe2e7;
  border: 1px solid #d5dde3;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-box-shadow: 9px 8px 0 0 rgba(219, 226, 231, 0.6);
  -moz-box-shadow: 9px 8px 0 0 rgba(219, 226, 231, 0.6);
  -ms-box-shadow: 9px 8px 0 0 rgba(219, 226, 231, 0.6);
  box-shadow: 9px 8px 0 0 rgba(219, 226, 231, 0.6);
}
.block.tiltThis {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.block.tiltThis .blockContent {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block.tiltThis:hover .blockContent {
  -webkit-transform: translateZ(20px) translateY(0) translateX(0);
  transform: translateZ(20px) translateY(0) translateX(0);
}
.block.altBlock .blockImg {
  height: inherit;
  padding: 0;
}
.block.altBlock .blockImg img {
  position: static;
}
.block .blockImg {
  position: relative;
  overflow: hidden;
  padding: 0 0 54%;
  height: 0;
  background-color: #a8a8a8;
}
.block .blockImg img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
  width: 100%;
  max-height: inherit;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.block .blockTitleContainer {
  height: 80px;
  overflow: hidden;
  margin: 0 0 10px;
}
.block .blockTitleContainer .blockTitleWrap {
  display: table;
  width: 100%;
  height: 80px;
  line-height: 40px;
}
.block .blockTitleContainer .blockTitleWrap .blockTitle {
  height: auto;
  vertical-align: bottom;
  display: table-cell;
  height: 80px;
  font-weight: 800;
  overflow: hidden;
}
.block .blockContent {
  padding: 28px 32px;
  position: relative;
}
.block .blockContent.blockContentLow {
  padding: 0 20px;
}
.block .blockContent .blockDate {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 30px;
  color: #a02326;
  font-weight: 300;
}
.block .blockContent .blockDate i {
  color: #a02326;
  margin: 0 5px 0 0;
  font-size: 16px;
}
.block .blockContent .blockTitle {
  font-family: "Chaparral Pro", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #000;
  font-weight: 600;
  font-size: 26px;
  font-style: italic;
  margin: 0 0 20px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
}
.block .blockContent .blockTitle.blockTitleFixed {
  height: 60px;
}
.block .blockContent .blockList {
  margin: 0;
  height: 120px;
  overflow: hidden;
}
.block .blockContent .blockList li {
  line-height: 30px;
  font-size: 12px;
  color: #c2c2c2;
  float: left;
  width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.block .blockContent .blockList li a {
  color: #e5e5e5;
}
.block .blockContent .blockList li a:hover {
  text-decoration: underline;
  color: #161412;
}
.block .blockContent .blockBtn {
  border-top: 1px solid #fff;
  padding: 20px 0 0;
  margin: 20px 0 0;
}
.blockSubtitle {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.blockLabel {
  font-weight: 200;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.blockDesc {
  margin: 0;
  display: block;
  color: #878888;
  font-size: 14px;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
}
.blockDesc.blockDescFull {
  height: auto;
}
.blockLink {
  height: 48px;
  margin: 20px 0;
  padding: 0 20px;
}
.blockLink:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.blockLink i {
  display: block;
  float: right;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background-color: #f5f5f5;
  color: #000;
  -webkit-transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
}
.whiteText .blockDesc {
  color: #a8a8a8;
}
.darkBg .block.blockClear .blockTitleContainer .blockTitleWrap .blockTitle {
  color: #fff;
}
.blockBtn {
  padding: 20px 0 0;
}
.blockSlider, .blockSliderAlt {
  margin-left: -17px;
}
.blockSlider .slides li, .blockSliderAlt .slides li {
  max-width: 379px;
  margin: 30px 0;
}
.blockSlider .slides li .blockSlide, .blockSliderAlt .slides li .blockSlide {
  padding-left: 17px;
  margin-top: 10px;
}
/* ============================================================================
 Moddit Styling
 ============================================================================ */
#homeSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#homeSlider .slides, #homeSlider .slides li, #homeSlider .homeSlideBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#homeSlider .homeSlideBg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
#homeSlider .homeSliderWrap {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  z-index: 2;
}
#homeSlider .homeSlideContent {
  background-color: #000;
  padding: 20px;
  max-width: 400px;
  -webkit-box-shadow: 10px 7px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 7px 0 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 10px 7px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 10px 7px 0 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
#homeSlider .homeSlideContent .tinyTitle {
  color: #a8a8a8;
}
#homeSlider .homeSlideContent .tinyTitle > * {
  display: inline-block;
  vertical-align: top;
  line-height: 21px;
}
#homeSlider .homeSlideContent .tinyTitle .icon-ticket {
  font-size: 20px;
}
#homeSlider .homeSlideContent .tinyTitle .tag {
  margin: 0 2px;
  padding: 0 9px;
  background-color: #fff;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 9px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
}
#homeSlider .homeSlideContent .zininTag {
  display: inline-block;
  padding: 0 14px;
  background-color: #a02326;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 34px;
  position: absolute;
  left: 20px;
  bottom: -17px;
}
/* Agenda Block */
html.touch .abCalNav, html.mobile .abCalNav {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
html.touch .abCalNavPrev, html.mobile .abCalNavPrev {
  -webkit-transform: translate(-30px, -50%);
  transform: translate(-30px, -50%);
}
html.touch .abCalNavNext, html.mobile .abCalNavNext {
  -webkit-transform: translate(30px, -50%);
  transform: translate(30px, -50%);
}
.agendaBlock {
  position: absolute;
  z-index: 5;
  max-width: 315px;
  right: 5%;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agendaBlock:hover .abCalNav {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.agendaBlock:hover .abCalNavPrev {
  -webkit-transform: translate(-30px, -50%);
  transform: translate(-30px, -50%);
}
.agendaBlock:hover .abCalNavNext {
  -webkit-transform: translate(30px, -50%);
  transform: translate(30px, -50%);
}
.agendaBlock .agendaBlockClose {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.agendaBlock .abHeader {
  padding: 18px 32px;
  background-color: #a02326;
}
.agendaBlock .abDate {
  color: #fff;
  margin: 0 0 20px;
}
.agendaBlock .abDate .abDay {
  font-size: 96px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: -0.1em;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 30px;
}
.agendaBlock .abDate .abMon {
  font-size: 24px;
  line-height: 20px;
  font-family: "Chaparral Pro", "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 600;
  display: inline-block;
  vertical-align: text-bottom;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding: 0 5px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.agendaBlock .abEvents {
  margin: 0;
}
.agendaBlock .abEvents li {
  display: block;
  position: relative;
  padding: 0 55px 0 60px;
}
.agendaBlock .abEvents li a {
  display: block;
}
.agendaBlock .abEvents li a:hover {
  text-decoration: underline;
  color: #fff;
}
.agendaBlock .abEvents li span {
  line-height: 27px;
  display: inline-block;
  vertical-align: top;
}
.agendaBlock .abEvents li .abEventDate {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}
.agendaBlock .abEvents li .icon-clock {
  color: #fff;
  font-size: 14px;
}
.agendaBlock .abEvents li .abEventTime {
  color: #fff;
  font-size: 13px;
}
.agendaBlock .abEvents li .abEventTitle {
  color: #fff;
  font-size: 13px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.agendaBlock .abEvents li .abEventType {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 8px;
  width: 55px;
  text-align: right;
  text-transform: uppercase;
}
.agendaBlock .abContent {
  padding: 18px 35px;
  height: 220px;
  background-color: #fff;
}
.agendaBlock .abCal {
  text-align: center;
  position: relative;
}
.agendaBlock .abCalNav {
  position: absolute;
  top: 50%;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  color: #000;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agendaBlock .abCalNav:hover {
  color: #a02326;
}
.agendaBlock .abCalNav span {
  display: block;
  line-height: 30px;
  font-size: 17px;
}
.agendaBlock .abCalNavDisabled {
  color: #555;
}
.agendaBlock .abCalNavDisabled:hover {
  color: #555;
}
.agendaBlock .abCalNavDisabled span {
  opacity: 0.5;
}
.agendaBlock .abCalNavPrev {
  left: 0;
}
.agendaBlock .abCalNavNext {
  right: 0;
}
.agendaBlock .abCalRow:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.agendaBlock .abCalRowHead .abCalDay {
  color: #a02326;
  font-size: 10px;
  text-transform: uppercase;
}
.agendaBlock .abCalDay {
  float: left;
  width: 35px;
  font-size: 14px;
  height: 29px;
  line-height: 29px;
}
.agendaBlock .abCalDayPast, .agendaBlock .abCalDayFuture {
  opacity: 0.3;
}
.agendaBlock .abCalDay a {
  display: block;
  line-height: 29px;
  color: #555;
  cursor: pointer;
}
.agendaBlock .abCalDay a:hover {
  color: #000;
}
.agendaBlock .abCalDay.abCalDayToday {
  font-weight: 700;
  font-size: 15px;
}
.agendaBlock .abCalDay.abCalDayToday a {
  color: #a02326;
}
.agendaBlock .abCalWrap {
  overflow: hidden;
  position: relative;
  width: 245px;
  height: 145px;
}
.agendaBlock .abCalWrap .abCalInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agendaBlock .abCalWrap .abCalInner:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.agendaBlock .abCalMonth {
  float: left;
  width: 245px;
  height: 145px;
}
/* Featured Shows Caroussel */
.featuredShows {
  position: relative;
}
.featuredShowsNav {
  position: absolute;
  right: 0;
  top: -50px;
  width: 100%;
  text-align: right;
}
#featuredShowSlider {
  position: relative;
}
#featuredShowSlider:before {
  position: absolute;
  content: "";
  display: block;
  width: 50%;
  left: 0;
  top: -30px;
  height: 100%;
  background: url(../images/pattern.png);
  background-size: 15px 15px;
}
#featuredShowSlider .slides li {
  max-width: 400px;
}
#featuredShowSlider .slides li .featuredShowSlide {
  display: block;
  padding-left: 10px;
}
#featuredShowSlider .featuredShow {
  margin: 40px 0;
}
#featuredShowSlider .featuredShow.tiltThis {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
html.touch .tiltThis, html.mobile .tiltThis {
  -webkit-transform: none !important;
  transform: none !important;
}
html.touch .tiltThis .js-tilt-glare, html.mobile .tiltThis .js-tilt-glare {
  display: none;
}
.featuredShow {
  display: block;
  position: relative;
  overflow: hidden;
  perspective: 300px;
}
.featuredShow:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000',GradientType=0);
  z-index: 1;
}
.featuredShow .featuredShowInner {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 38px 32px;
}
.featuredShow .smallTitle {
  text-transform: none;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  max-height: 132px;
  overflow: hidden;
}
.featuredShow .tinyTitle {
  color: #fff;
}
.featuredShow .tinyTitle > * {
  display: inline-block;
  vertical-align: top;
  line-height: 21px;
}
.featuredShow .tinyTitle .icon-ticket {
  font-size: 20px;
}
.featuredShow .featuredShowTags {
  height: 34px;
}
.featuredShow .featuredShowTags .tag {
  display: inline-block;
  padding: 0 9px;
  background-color: #fff;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 9px;
  text-transform: uppercase;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 1px;
}
.featuredShow .featuredShowTags .zininTag {
  display: inline-block;
  padding: 0 14px;
  background-color: #a02326;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 34px;
}
.featuredShow.tiltThis {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.featuredShow.tiltThis .featuredShowInner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featuredShow.tiltThis:hover .featuredShowInner {
  -webkit-transform: translateZ(20px) translateY(0) translateX(0);
  transform: translateZ(20px) translateY(0) translateX(0);
}
/* Featured Blocks */
.featuredBlocks {
  position: relative;
  margin: 50px 0;
}
.featuredBlocks:before {
  position: absolute;
  content: "";
  display: block;
  width: 2500px;
  left: -2000px;
  top: -30px;
  height: 600px;
  background: url(../images/pattern.png);
  background-size: 15px 15px;
}
.featuredBlockWrap {
  position: relative;
  padding: 0 0 2%;
}
.featuredBlockWrapBig {
  padding: 0 1% 1% 0;
}
.featuredBlock {
  display: block;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.featuredBlock:hover img {
  opacity: 0.65;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.featuredBlockBig {
  overflow: hidden;
  height: 0;
  padding-bottom: 57.5%;
}
.featuredBlockSmall {
  overflow: hidden;
  height: 0;
  padding-bottom: 56%;
}
.featuredBlock:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000',GradientType=0);
  z-index: 1;
}
.featuredBlock img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.featuredBlockInner {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 38px 32px;
}
.featuredBlockInner h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
}
/* Programmaboekje */
.progImg {
  float: left;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  margin: 0 50px 0 0;
}
.progImg img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.progContent {
  overflow: hidden;
}
.progContent .smallTitle {
  font-size: 30px;
  line-height: 35px;
  max-width: 500px;
}
/* Social Feed */
.frontTitle {
  position: relative;
  z-index: 2;
}
.titleSocials {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
}
.titleSocials a {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #a02326;
  color: #fff;
  font-size: 20px;
}
.titleSocials a:hover {
  background-color: #000;
}
#socialSlider .slides li {
  max-width: 396px;
  margin: 30px 0;
}
#socialSlider .slides li .socialSlide {
  padding-left: 17px;
}
.socialFeed {
  position: relative;
}
.socialFeed:before {
  position: absolute;
  content: "";
  display: block;
  width: 50%;
  right: 0;
  top: -30px;
  height: 100%;
  background: url(../images/dots.png);
  background-size: 20px 20px;
}
.socialSliderNav {
  position: absolute;
  right: 0;
  top: -50px;
  width: 100%;
  text-align: right;
}
.socialSliderNav .ssNav {
  z-index: 2;
}
.socialSlideBlock {
  display: block;
  position: relative;
  overflow: hidden;
  perspective: 300px;
}
.socialSlideBlock.tiltThis {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.socialSlideBlock.tiltThis i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.socialSlideBlock.tiltThis:hover i {
  -webkit-transform: translateZ(10px) translateY(0) translateX(0);
  transform: translateZ(10px) translateY(0) translateX(0);
}
/* ZINgevers */
.ZINgevers, .ticketBg {
  background-color: #dbe2e7;
  position: relative;
}
.ZINgevers:before, .ticketBg:before, .ZINgevers:after, .ticketBg:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  left: 0;
  background-repeat: repeat-x;
  z-index: 2;
}
.ZINgevers:before, .ticketBg:before {
  top: -8px;
  background-image: url(../images/ticketTop.png);
  background-size: 26px 8px;
}
.ZINgevers:after, .ticketBg:after {
  bottom: -8px;
  background: url(../images/ticketBottom.png);
  background-size: 26px 8px;
}
#zingeverSlider {
  margin-left: -10px;
}
#zingeverSlider .slides li {
  max-width: 285px;
}
#zingeverSlider .slides li .zingeverSlide {
  padding-left: 10px;
}
.zingeverBlock {
  background-color: #fff;
  display: block;
  height: 160px;
  position: relative;
  opacity: 0.5;
  margin: 0 0 10px;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.zingeverBlock img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
  padding: 40px;
}
.zingeverBlock:hover {
  opacity: 1;
}
/* Voorstellingen */
.showBlock {
  display: block;
  position: relative;
}
.showBlockImg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 88%;
  background-color: #000;
}
.showBlockImg img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  width: auto;
  width: 100%;
}
.showBlockInner {
  position: relative;
  padding: 20px 38px;
  background-color: #000;
}
.showBlockInner .showBlockContent {
  position: relative;
}
.showBlock .smallTitle {
  text-transform: none;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
  margin: 0 0 10px;
}
.showBlock .tinyTitle {
  color: #fff;
}
.showBlock .tinyTitle > * {
  display: inline-block;
  vertical-align: top;
  line-height: 21px;
}
.showBlock .tinyTitle .icon-ticket {
  font-size: 20px;
}
.showBlockTags {
  height: 34px;
}
.showBlockTags .tag, .showBlockTags .zininTag {
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.showBlockTags .tag {
  padding: 0 9px;
  background-color: #fff;
  color: #000;
  font-size: 9px;
  line-height: 22px;
}
.showBlockTags .zininTag {
  padding: 0 14px;
  background-color: #a02326;
  color: #fff;
  font-size: 13px;
  line-height: 34px;
}
.showBlock.tiltThis {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.showBlock.tiltThis .showBlockContent {
  -webkit-transform: translateZ(0) translateY(0) translateX(0);
  transform: translateZ(0) translateY(0) translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.showBlock.tiltThis:hover .showBlockContent {
  -webkit-transform: translateZ(20px) translateY(0) translateX(0);
  transform: translateZ(20px) translateY(0) translateX(0);
}
.soldOut .showBlock {
  overflow: hidden;
}
.soldOut .showBlock:before {
  content: "Uitverkocht";
  display: block;
  position: absolute;
  width: 200px;
  height: 30px;
  background-color: #a02326;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 30px;
  padding: 0 20px;
  color: #fff;
  -webkit-transform: rotate(-45deg) translate(-115px, 70px);
  transform: rotate(-45deg) translate(-115px, 70px);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.agendaFilters {
  margin: 30px 0 50px;
}
.agendaFilters .agendaFilterSearch {
  height: 50px;
  position: relative;
}
.agendaFilters .agendaFilterSearch button {
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.agendaFilters .agendaFilterSearch button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #a02326;
  color: #fff;
}
.agendaFilters .agendaFilterSearch input {
  padding: 5px 20px 5px 60px;
  height: 50px;
  line-height: 40px;
  border: 2px solid #000;
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.agendaFilters .afBlock {
  margin-top: -101px;
}
.agendaFilters .afZINiN .afz {
  display: block;
  width: 33.33333%;
  float: left;
  height: 51px;
  background-color: #a02326;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  padding: 0 10px;
}
.agendaFilters .afZINiN .afz:before {
  display: block;
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  right: 0;
  top: 0;
  font-size: 11px;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agendaFilters .afZINiN .afz.active:before {
  opacity: 1;
}
.agendaFilters .afSelects select {
  opacity: 0;
}
.agendaFilters .afSelects .nice-select, .agendaFilters .afSelects select {
  display: block;
  float: left;
  width: 25%;
  height: 50px;
  background-color: #000;
  border: none;
  margin: 0;
  padding: 0 0 0 20px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  clear: none;
  line-height: 50px;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
.agendaFilters .afSelects .nice-select .list, .agendaFilters .afSelects select .list {
  width: 100%;
  color: #000;
  text-transform: none;
  font-size: 12px;
}
.agendaFilters .afSelects .nice-select .option:hover, .agendaFilters .afSelects select .option:hover, .agendaFilters .afSelects .nice-select .option.focus, .agendaFilters .afSelects select .option.focus, .agendaFilters .afSelects .nice-select .option.selected.focus, .agendaFilters .afSelects select .option.selected.focus {
  background-color: #a02326;
  color: #fff;
}
.agendaFilters .afSelects .nice-select:after, .agendaFilters .afSelects select:after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.agendaFilters .afSelects .nice-select .list:hover .option:not(:hover), .agendaFilters .afSelects select .list:hover .option:not(:hover) {
  background-color: transparent !important;
  color: #000;
}
.agendaFilters .afTags .aft {
  display: block;
  cursor: pointer;
  position: relative;
  float: left;
  width: 50%;
  height: 50px;
  background-color: #000;
  margin: 0;
  padding: 0 30px 0 20px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 50px;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
.agendaFilters .afTags .aft:before {
  display: block;
  position: absolute;
  content: "\f078";
  font-family: "FontAwesome";
  right: 0;
  top: 0;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agendaFilters .afTags .aft.active {
  border-bottom-color: #000;
}
.agendaFilters .afTags .aft.active:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.agendaFilters .afSelections {
  padding: 20px 15px;
  background-color: #dbe2e7;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agendaFilters .afSelections.active {
  max-height: inherit;
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.agendaFilters .afSelections .afSelection {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agendaFilters .afSelections .afSelection.active {
  max-height: inherit;
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.agendaFilters .afSelections .afSelection span {
  display: inline-block;
  vertical-align: top;
  background-color: #000;
  cursor: pointer;
  padding: 0 10px;
  font-size: 11px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 2px;
  font-weight: 400;
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.agendaFilters .afSelections .afSelection span:hover {
  background-color: #a02326;
}
.agendaFilters .afSelections .afSelection span.active {
  opacity: 0.5;
}
.agendaFilters .afSelections .afCurrent {
  margin: 20px 0 0;
}
.agendaFilters .afSelections .afCurrent strong {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
.agendaFilters .afSelections .afCurrent span {
  display: inline-block;
  vertical-align: top;
  background-color: #000;
  cursor: pointer;
  padding: 0 10px 0 20px;
  font-size: 11px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin: 0 0 2px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.agendaFilters .afSelections .afCurrent span:hover {
  background-color: #a02326;
}
.agendaFilters .afSelections .afCurrent span:before {
  display: block;
  position: absolute;
  content: "\f00d";
  font-family: "FontAwesome";
  left: 0;
  top: 0;
  width: 20px;
  font-size: 10px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.showHeaderInner {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.showHeaderContent {
  background-color: #000;
  padding: 20px;
  max-width: 400px;
  -webkit-box-shadow: 10px 7px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 7px 0 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 10px 7px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 10px 7px 0 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.showHeaderContent .tinyTitle {
  color: #a8a8a8;
}
.showHeaderContent .tinyTitle > * {
  display: inline-block;
  vertical-align: top;
  line-height: 21px;
}
.showHeaderContent .tinyTitle .icon-ticket {
  font-size: 20px;
}
.showHeaderContent .tinyTitle .tag {
  margin: 0 2px;
  padding: 0 9px;
  background-color: #fff;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 9px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
}
.showHeaderContent .zininTag {
  display: inline-block;
  padding: 0 14px;
  background-color: #a02326;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 34px;
  position: absolute;
  left: 20px;
  bottom: -17px;
}
.showPageHeader {
  background-color: #000;
}
.showPageHeader .showData {
  float: left;
}
.showPageHeader .showData p {
  color: #fff;
  display: block;
  float: left;
  margin: 0 0 0 30px;
  font-size: 16px;
  font-weight: 400;
  height: 74px;
  line-height: 74px;
}
.showPageHeader .showData p span:not(.showDataLocation):not(.showDataLocationAddress) {
  font-size: 20px;
  line-height: 74px;
  height: 74px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.showPageHeader .showDataLocation {
  position: relative;
  z-index: 2;
}
.showPageHeader .showDataLocation:hover .showDataLocationAddress {
  opacity: 1;
  visibility: visible;
}
.showPageHeader .showDataLocationAddress {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 26px;
  background-color: #8b1e21;
  line-height: 24px;
  font-size: 14px;
  min-width: 200px;
  padding: 5px 10px;
}
.showPageHeader .showBookBtn {
  display: block;
  float: right;
  background-color: #a02326;
  height: 74px;
  line-height: 74px;
  color: #fff;
  padding: 0 30px 0 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.showPageHeader .showBookBtn span {
  display: inline-block;
  vertical-align: top;
  height: 74px;
  line-height: 74px;
  width: 74px;
  border-right: 1px dashed #fff;
  text-align: center;
  font-size: 36px;
  margin: 0 30px 0 0;
  position: relative;
}
.showPageHeader .showBookBtn span:after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.showPageContent {
  background-color: #fff;
  padding: 30px 0;
}
.showPageContentInner {
  padding: 0 30px;
}
.showPageContentInner .prices {
  width: 100%;
  max-width: 320px;
}
.showPageContentInner .prices td {
  padding: 5px;
  border: 1px solid #e8e8e8;
}
.showPageContentInner .prices .price:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.showPageContentInner .prices .priceLabel {
  font-weight: 700;
  color: #000;
}
.showPageSubtitle {
  color: #a02326;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}
.showPageTitle {
  font-family: "Chaparral Pro", "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
}
.showPageTitle .tag {
  display: inline-block;
  vertical-align: top;
  line-height: 21px;
  margin: 0 2px;
  padding: 0 9px;
  background-color: #a02326;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
}
.showPage .showImgs {
  position: relative;
}
.showPage .showImgs p {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0 1px 2px #000;
}
.showPage .showOtherLocation {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 5px;
  position: relative;
}
.showPage .showOtherLocation:hover {
  color: #a02326;
}
.showPage .showOtherLocation:hover .showOtherLocationName {
  opacity: 1;
  visibility: visible;
}
.showPage .showOtherLocationName {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: #a02326;
  bottom: 25px;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 0 10px 5px;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  width: 200px;
}
.showPage .showOtherLocationName small {
  font-weight: 400;
  line-height: 18px;
  font-size: 11px;
}
.showPage .showOtherTable {
  display: table;
  width: 100%;
}
.showPage .showOtherTableRow {
  display: table-row;
  table-layout: fixed;
}
.showPage .showOtherTableRow:first-child > div {
  border-top: none;
}
.showPage .showOtherTableRow > div {
  display: table-cell;
  border-top: 1px solid #dbe2e7;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  padding: 5px;
}
.showPage .showOtherTableRow > div a {
  color: #a02326;
  text-transform: uppercase;
}
.showPage .showOtherTableRow > div a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.blockSliderAlt .flex-direction-nav {
  padding-left: 17px;
  padding-bottom: 5px;
}
.blockSliderAlt .flex-direction-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.blockSliderAlt .flex-direction-nav a.flex-disabled {
  display: none;
}
/* Content Pages */
.pageSubmenu {
  text-align: left;
}
.pageSubmenu.active .pageSubmenuTitle a {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.pageSubmenuTitle {
  display: block;
  margin: 0;
  background-color: #a02326;
  color: #fff;
  padding: 0 30px;
  font-size: 22px;
  line-height: 60px;
  position: relative;
}
.pageSubmenuTitle span {
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
}
.pageSubmenuTitle a {
  color: #fff;
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pageSubmenu ul {
  border: 1px solid #e8e8e8;
  margin: 0;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pageSubmenu ul li {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.pageSubmenu ul li a {
  display: block;
  padding: 8px 20px;
  color: #878888;
  margin: 1px 0;
}
.pageSubmenu ul li a:hover {
  color: #000;
  background-color: #f5f5f5;
}
.pageSubmenu ul li.current_page_item a {
  color: #000;
  background-color: #f5f5f5;
}
.pageGal {
  position: relative;
}
.pageGal p {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0 1px 2px #000;
}
/* ----------------- ENQUÊTE ----------------- */
.enquete {
  margin: 0 auto;
  max-width: 660px;
}
.enqueteHeader {
  margin-bottom: 10px;
}
.enqueteHeader img {
  width: 80%;
  float: right;
}
.enqueteHeaderZinin a {
  margin: 0 auto;
}
.enqueteContent {
  padding: 30px 50px 20px;
}
.enqueteFooter {
  min-height: 10px;
  background-color: #009fe3;
}
.enqueteFooterZinin {
  background-color: #a02326;
}
/*  AGENDA TOUCHSCREEN  */
.innerContainerScreen {
  padding: 0;
}
.innerContainerScreen:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  bottom: 0;
  height: 17px;
  position: fixed;
  width: 100%;
  z-index: 50;
}
.innerContainerScreen .topBorderScreen {
  background-color: #fff;
  display: none;
  height: 17px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
.innerContainerScreen .topBorderScreen.active {
  display: block;
}
@media screen and (max-width: 1220px) {
  .innerContainerScreen .topBorderScreen.active {
    display: none;
  }
}
body.logged-in .innerContainerScreen .topBorderScreen {
  top: 32px;
}
.innerLarge {
  width: calc(100% - 34px) !important;
}
.logoScreen {
  float: left;
  display: block;
  width: 36px;
  height: 139px;
  text-indent: -99999px;
  background: url(../images/logo@2x.png) no-repeat 50% 50%;
  background-size: contain;
  margin-top: 14px;
  margin-right: 50px;
}
.screenFilters {
  float: left;
  width: calc(100% - 86px);
}
.screenFilters .agendaFilters {
  margin: 30px 0 17px;
}
.screenFilters .agendaFilters .afSelections {
  display: none;
}
.screenFilters .agendaFilters .afSelections.active {
  display: block;
}
.screenFilters .agendaFilters .afSelections .afSelection span {
  font-size: 13px;
  padding: 5px 15px;
}
@media screen and (max-width: 1220px) {
  .contactFormScreen {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 40;
  }
  .contactFormScreen + .itemsScreen {
    margin-top: 166px;
  }
}
.itemsScreen .showBlock .tinyTitle {
  height: 21px;
  overflow: hidden;
}
.itemsScreen .showBlock .tinyTitle > * {
  display: inline;
}
@media screen and (max-width: 1220px) {
  .itemsScreen .showBlock .smallTitle {
    font-size: 24px;
    line-height: 32px;
    height: 64px;
  }
}
/* ASIDE */
.aSide {
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translateX(1300px);
  transform: translateX(1300px);
  background-color: #a02326;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 650px;
  z-index: 100;
}
.aSide.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.aSide.active .aSideImage {
  display: block;
}
.aSideHeader {
  background-color: #8b1e21;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  padding: 0 80px;
}
.aSideHeader .showData p {
  color: #fff;
  display: inline;
  font-family: "Chaparral Pro", "Georgia", Cambria, Times New Roman, Times, serif;
  margin: 0;
}
.aSideHeader .showData p span {
  margin-right: 5px;
}
.aSideHeader .showData p + p {
  margin-left: 15px;
}
.aSideClose {
  display: block;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  border-left: 1px solid rgba(255, 255, 255, .15);
}
.aSideClose:before, .aSideClose:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  height: 2px;
  left: 50%;
  top: 50%;
  width: 30px;
}
.aSideClose:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.aSideClose:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.aSideContent {
  max-height: calc(100% - 100px);
  overflow: auto;
  padding: 60px 80px 80px;
}
@media screen and (max-width: 1220px) {
  .aSideContent {
    max-height: calc(100% - 750px);
  }
}
.aSideContent hr {
  margin: 20px 0 40px;
  border-color: rgba(255, 255, 255, .15);
}
.aSideContent .textWrap {
  margin: 0 0 30px;
}
.aSideContent .textWrap .showPageTitle {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
}
.aSideContent .textWrap .showPageTitle .tag {
  background-color: #161412;
}
.aSideContent .textWrap .showPageSubtitle {
  color: #161412;
  font-size: 18px;
  line-height: 24px;
}
.aSideContent .articleContent {
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  line-height: 26px;
}
.aSideContent .articleContent p {
  font-size: 16px;
  line-height: 26px;
}
.aSideContent table.prices {
  max-width: 320px;
  width: 100%;
}
.aSideContent table.prices tr.price td {
  border: 1px solid #bc6567;
  color: rgba(255, 255, 255, .8);
  padding: 5px 10px;
}
.aSideContent table.prices tr.price td.priceLabel {
  font-weight: 700;
}
.aSideImage {
  display: none;
  position: fixed;
  width: 650px;
  height: 100%;
  right: 650px;
  top: 0;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1220px) {
  .aSideImage {
    height: 650px;
    position: relative;
    right: 0;
    width: 100%;
  }
}
.aSideBlocker {
  background-color: rgba(0, 0, 0, .9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.aSideActive {
  overflow: hidden;
  height: 100%;
}
/*********************
 IMPORTING RETINA
 *********************/
/*********************
 IMPORTING RESPONSIVE
 *********************/
/* ============================================================================
 Media Queries 768 and lower (iPad Landscape & Low Desktop )
 ============================================================================ */
/* ============================================================================
 Media Queries 960 and higher (Desktop)
 ============================================================================ */
@media screen and (max-width: 1244px) {
  /* Globals */
  body {
    min-width: 100%;
  }
  body:after {
    display: none;
    content: "";
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid rebeccapurple;
    border-left: 20px solid transparent;
  }
  .inner {
    width: 90%;
  }
}
/* ============================================================================
 Media Queries 480 - 960 (iPad Portrait)
 ============================================================================ */
@media screen and (max-width: 960px) {
  /* Globals */
  body:after {
    border-bottom-color: yellowgreen;
  }
}
/* ============================================================================
 Media Queries 480 - 720 (iPhone landscape)
 ============================================================================ */
@media screen and (max-width: 720px) {
  /* Globals */
  /* News */
  /* Article */
  body:after {
    border-bottom-color: salmon;
  }
  .newsFilters {
    float: none;
    width: 100%;
    clear: left;
  }
  .articleContent .articleImg {
    float: none;
    margin: 0 0 20px;
    max-width: 100%;
  }
  .articleContent .articleImg img {
    width: 100%;
  }
  .pageContent {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
}
/* ============================================================================
 Media Queries 480 and lower (iPhone Portrait)
 ============================================================================ */
@media screen and (max-width: 480px) {
  /* Globals */
  body {
    min-width: 320px;
  }
  body:after {
    border-bottom-color: lightblue;
  }
  .Btns .Btn:not('.blackBtn.squareBtn'), .Btns form input[type="submit"]:not('.blackBtn.squareBtn'), form .Btns input[type="submit"]:not('.blackBtn.squareBtn'), .Btns form button[type="submit"]:not('.blackBtn.squareBtn'), form .Btns button[type="submit"]:not('.blackBtn.squareBtn'), .Btns form input[type="button"]:not('.blackBtn.squareBtn'), form .Btns input[type="button"]:not('.blackBtn.squareBtn'), .Btns .socialShares ul.rrssb-buttons li a:not('.blackBtn.squareBtn'), .socialShares ul.rrssb-buttons li .Btns a:not('.blackBtn.squareBtn'), .Btns .blockSliderAlt .flex-direction-nav a:not('.blackBtn.squareBtn'), .blockSliderAlt .flex-direction-nav .Btns a:not('.blackBtn.squareBtn') {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 10px;
  }
  .articleContent img.alignleft, .articleContent img.alignright {
    float: none;
    margin: 10px 0;
    width: 100%;
  }
}
@media screen and (max-height: 960px) {
  body.home .header, body.single-voorstelling .header, body.page-template-agenda .header {
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 1244px) {
  .featuredBlocks:before {
    left: -5%;
    width: 55%;
    height: 80%;
  }
  .agendaFilters .afZINiN .afz {
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  /* Global */
  .container {
    min-height: inherit;
  }
  .innerContainer {
    padding-bottom: 0;
    overflow: inherit;
  }
  .footer {
    margin: 0;
    height: auto;
  }
  .footer .footerBottom {
    height: auto;
  }
  .panel {
    left: 90px;
  }
  .panel .panelMenu ul li {
    font-size: 24px;
    margin: 0 0 6px;
    line-height: 42px;
  }
  .menuToggle {
    width: 80px;
    height: 80px;
  }
  .menuBook {
    width: 80px;
    height: 80px;
    background-size: 50px auto;
  }
  .menuSearchToggle {
    width: 80px;
    height: 80px;
    background-size: 50px auto;
  }
  .menuSearch {
    width: calc(100vw - 100px);
    max-height: calc(100vh - 164px);
    left: 82px;
    padding: 0 20px;
    top: 80px;
  }
  .menuSearch .agendaFilters {
    margin: 20px 0;
  }
  .logo {
    width: 80px;
    height: 160px;
    background-size: 24px auto;
  }
  .agendaBlockToggle, .agendaBlock .agendaBlockClose {
    display: block;
  }
  .menuLib {
    top: 20px;
    left: 110px;
  }
  .header:after {
    display: none;
  }
  .agendaBlock {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .agendaBlock.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  #homeSlider .homeSliderWrap {
    bottom: 50px;
  }
  .header .headerInner {
    padding: 0 30px 0 100px;
  }
  #homeSlider .homeSlideContent {
    max-width: 600px;
    display: inline-block;
    width: auto;
  }
  .agendaBlock .abDate {
    margin: 0 0 10px;
  }
  .agendaBlock .abDate .abDay, .agendaBlock .abDate .abMon {
    display: inline;
    font: normal 700 30px/30px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: inherit;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    vertical-align: top;
    margin: 0;
  }
  .featuredShowsNav {
    text-align: left;
    position: static;
  }
  .noGutter.homeFeaturedSmallCols {
    margin-left: -5px;
  }
  .noGutter.homeFeaturedSmallCols > * {
    padding-left: 5px;
    margin-bottom: 5px;
  }
  .featuredBlockWrap {
    padding: 0;
  }
  .featuredBlockWrapBig {
    padding: 0 0 5px;
  }
  .footer .scrollTop {
    left: 10px;
    margin-left: 0;
    width: 70px;
  }
  .footer .scrollTop i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .footer .footerContent {
    padding: 50px 5% 0 calc(70px + 10%);
    margin: 0;
    text-align: left;
    max-width: inherit;
  }
  .agendaFilters .afBlock {
    margin-top: 1px;
  }
  .showPageHeader .showData {
    float: none;
  }
  .showPageHeader .showBookBtn {
    float: none;
    height: 50px;
    line-height: 50px;
    padding: 0;
  }
  .showPageHeader .showBookBtn span {
    line-height: 50px;
    height: 50px;
  }
  .showPageHeader .showBookBtn span:after {
    display: none;
  }
  .pageSubmenuTitle {
    cursor: pointer;
  }
  .pageSubmenuTitle a {
    display: block;
  }
  .pageSubmenu ul {
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
  }
  .pageSubmenu.active ul {
    max-height: inherit;
    padding: 20px;
  }
}
@media screen and (max-width: 782px) {
  body.logged-in .panel .panelMenu {
    padding-top: 46px;
  }
}
@media screen and (max-width: 720px) {
  /* Global */
  .agendaFilters .afZINiN .afz, .agendaFilters .afTags .aft {
    width: 50%;
  }
  .agendaFilters .afSelects .nice-select, .agendaFilters .afSelects select {
    width: 50%;
  }
  .showPageHeader .showData p {
    font-size: 12px;
    line-height: 50px;
    height: 50px;
  }
  .showPageHeader .showData p span:not(.showDataLocation):not(.showDataLocationAddress) {
    font-size: 17px;
    line-height: 50px;
    height: 50px;
  }
  .showBlock .smallTitle {
    word-wrap: inherit !important;
    overflow-wrap: inherit !important;
    height: auto;
    font-size: 24px;
    line-height: 30px;
  }
  .socialSliderNav {
    position: relative;
    top: 0;
    left: 0;
  }
  .progImg {
    display: none;
  }
  .progContent .smallTitle {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .agendaBlock.active {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
  }
  .header {
    min-height: 320px;
  }
  body.home .header, body.single-voorstelling .header, body.page-template-agenda .header {
    min-height: 450px;
  }
  .menuToggle {
    width: 60px;
    height: 60px;
  }
  .menuBook {
    width: 60px;
    height: 60px;
    background-size: 38px auto;
  }
  .menuSearchToggle {
    width: 60px;
    height: 60px;
    background-size: 38px auto;
  }
  .menuLib {
    display: none;
  }
  .logo {
    width: 60px;
    height: 120px;
    background-size: 18px auto;
  }
  .agendaBlockToggle {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .panel {
    left: 65px;
  }
  body.lock .panel {
    width: calc(100% - 70px);
  }
  .panel .panelMenu ul li {
    font-size: 18px;
    margin: 0 0 5px;
    line-height: 28px;
    padding: 0 20px;
  }
  .header:before {
    display: none;
  }
  #homeSlider .homeSliderWrap, .showHeaderInner {
    bottom: 0;
  }
  .header .headerInner {
    padding: 0;
  }
  #homeSlider .homeSlideContent, .showHeaderContent {
    max-width: 100%;
    display: block;
    width: 100%;
  }
  #homeSlider .homeSlideContent .tinyTitle, .showHeaderContent .tinyTitle, #homeSlider .homeSlideContent .smallTitle, .showHeaderContent .smallTitle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #homeSlider .homeSlideContent .smallTitle, .showHeaderContent .smallTitle {
    margin: 0;
    font-size: 20px;
  }
  #homeSlider .homeSlideContent .zininTag, .showHeaderContent .zininTag {
    top: -25px;
    right: 20px;
    left: inherit;
    bottom: inherit;
  }
  .agendaFilters .afZINiN .afz, .agendaFilters .afTags .aft {
    width: 100%;
  }
  .agendaFilters .afSelects .nice-select, .agendaFilters .afSelects select {
    width: 100%;
  }
  .showPage .showOtherTableRow > div {
    padding: 5px 0;
    font-size: 12px;
  }
  .showPage .showOtherTableRow > div a span {
    display: none;
  }
  .showPageHeader .showData {
    padding: 10px 0;
  }
  .showPageHeader .showData p {
    margin: 0;
    padding: 0 20px;
    float: none;
  }
  .showPageHeader .showData p, .showPageHeader .showData p span:not(.showDataLocation):not(.showDataLocationAddress) {
    line-height: 30px;
    height: 30px;
  }
  .pageSubmenu.active ul {
    padding: 0;
  }
  .showSocials ul.rrssb-buttons li {
    height: 40px;
    line-height: 40px;
  }
  .showSocials ul.rrssb-buttons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .showSocials ul.rrssb-buttons li a .rrssb-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: -10px 0 0 -10px;
  }
  .showSocials ul.rrssb-buttons li a .rrssb-icon svg {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
