/***** **** *** ** * global * ** *** **** *****/
/* line 15, ../sass/style.scss */
body {
  position: relative;
  background: #fff url(../img/bg.jpg) repeat 0 0;
  margin: 0;
  border-bottom: 20px solid #322f31;
}
/* line 20, ../sass/style.scss */
body a {
  color: #717070;
}
/* line 21, ../sass/style.scss */
body a.active {
  color: #717070;
}
/* line 22, ../sass/style.scss */
body strong, body b {
  font-weight: 700;
  color: #d96d5b;
}
/* line 23, ../sass/style.scss */
body img {
  max-width: 100%;
  height: auto;
}
/* line 24, ../sass/style.scss */
body input, body textarea, body select, body option,
body input[type="text"], body input[type="reset"], body input[type="submit"], body input[type="button"],
body input[type=text], body input[type=email], body input[type=password], body select {
  box-sizing: border-box;
  font: 14px/1.5 "Open Sans", sans-serif;
  font-weight: 300;
  width: 100%;
  background: #fff;
  border: 1px solid #717070;
  height: 30px;
  border-radius: 0;
  padding: 5px 5px 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* line 39, ../sass/style.scss */
body input:active, body input:focus, body textarea:active, body textarea:focus, body select:active, body select:focus, body option:active, body option:focus,
body input[type="text"]:active,
body input[type="text"]:focus, body input[type="reset"]:active, body input[type="reset"]:focus, body input[type="submit"]:active, body input[type="submit"]:focus, body input[type="button"]:active, body input[type="button"]:focus,
body input[type=text]:active,
body input[type=text]:focus, body input[type=email]:active, body input[type=email]:focus, body input[type=password]:active, body input[type=password]:focus, body select:active, body select:focus {
  box-shadow: none;
}
/* line 40, ../sass/style.scss */
body input.error, body textarea.error, body select.error, body option.error,
body input[type="text"].error, body input[type="reset"].error, body input[type="submit"].error, body input[type="button"].error,
body input[type=text].error, body input[type=email].error, body input[type=password].error, body select.error {
  border: 2px solid #d96d5b;
}
/* line 44, ../sass/style.scss */
body .form-actions {
  text-align: right;
}
/* line 46, ../sass/style.scss */
body .form-actions input {
  cursor: pointer;
}
/* line 50, ../sass/style.scss */
body input[type="submit"] {
  background: #d96d5b;
  color: #fff;
  text-shadow: none;
  text-align: center;
  width: auto;
  padding: 0 35px;
  text-transform: uppercase;
  height: 30px;
  font-weight: 700;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-appearance: none;
  border-radius: 15px;
  border: none;
}
/* line 67, ../sass/style.scss */
body textarea {
  background: #fff;
  border-radius: 0;
  height: 140px;
}
/* line 72, ../sass/style.scss */
body label {
  font: 14px/1.2 "Open Sans", sans-serif;
  padding-bottom: 5px;
  color: #717070;
  font-weight: 300;
}
/* line 77, ../sass/style.scss */
body label .form-required {
  color: #d96d5b;
}
/* line 81, ../sass/style.scss */
body sup, body sub {
  font-size: 60%;
}
/* line 82, ../sass/style.scss */
body sup {
  vertical-align: top;
}
/* line 83, ../sass/style.scss */
body table {
  width: 100%;
}
/* line 84, ../sass/style.scss */
body table td {
  vertical-align: top;
}

/* line 86, ../sass/style.scss */
.content {
  font: 16px/1.5 "Open Sans", sans-serif;
  font-weight: 300;
  color: #717070;
}
/* line 90, ../sass/style.scss */
.content p, .content ul, .content ol {
  padding-bottom: 18px;
}
/* line 91, ../sass/style.scss */
.content table {
  margin-bottom: 24px;
}
/* line 92, ../sass/style.scss */
.content ul li {
  margin: 0 0 0 16px;
  padding: 0;
  list-style: disc outside;
}
/* line 93, ../sass/style.scss */
.content ol li {
  margin: 0 0 0 18px;
  padding: 0;
  list-style: decimal outside;
}
/* line 94, ../sass/style.scss */
.content ul ol li {
  list-style-type: decimal;
}
/* line 95, ../sass/style.scss */
.content ol ul li {
  list-style-type: disc;
}
/* line 96, ../sass/style.scss */
.content h1, .content h2, .content h3, .content h4, .content h5 {
  padding-bottom: 5px;
}
/* line 97, ../sass/style.scss */
.content table td {
  padding: 0 10px 10px 0;
}

/* line 99, ../sass/style.scss */
ul.menu {
  margin: 0;
  padding: 0;
}
/* line 102, ../sass/style.scss */
ul.menu li {
  margin: 0;
  padding: 0;
}

/* line 107, ../sass/style.scss */
h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  color: #090808;
  font-weight: 300;
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
}
/* line 116, ../sass/style.scss */
h1 a, h1 a.active, h2 a, h2 a.active, h3 a, h3 a.active, h4 a, h4 a.active, h5 a, h5 a.active {
  color: inherit;
  text-decoration: none;
}

/* line 118, ../sass/style.scss */
h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #d96d5b;
}

/* line 119, ../sass/style.scss */
h2 {
  font-size: 16px;
  color: #d96d5b;
}

/* line 120, ../sass/style.scss */
h3 {
  font-size: 14px;
  color: #d96d5b;
  font-weight: 700;
}

/* line 121, ../sass/style.scss */
h4 {
  font-size: 14px;
  font-weight: 700;
}

/* line 122, ../sass/style.scss */
h5 {
  font-size: 14px;
}

@media all and (max-width: 767px) {
  /* line 124, ../sass/style.scss */
  h1 {
    font-size: 24px;
  }
}
/* line 130, ../sass/style.scss */
.not-logged-in .tabs, .not-logged-in .messages {
  display: none;
}

/***** **** *** ** * header * ** *** **** *****/
/* line 136, ../sass/style.scss */
#header {
  background: #090808;
  border-bottom: 5px solid #fff;
}

/* line 140, ../sass/style.scss */
.menu-button {
  position: absolute;
  top: 40px;
  right: 0;
  display: block;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  background: transparent url(../img/menu-button.png) no-repeat 50% 50%;
}
/* line 149, ../sass/style.scss */
.menu-button.active {
  opacity: 0.5;
}
@media all and (max-width: 500px) {
  /* line 140, ../sass/style.scss */
  .menu-button {
    top: 0;
  }
}
@media all and (min-width: 1024px) {
  /* line 140, ../sass/style.scss */
  .menu-button {
    display: none;
  }
}

/* line 160, ../sass/style.scss */
#site-name a {
  display: block;
  float: left;
  width: 450px;
  height: 150px;
  text-indent: -9999px;
  background: transparent url(../logo.jpg) no-repeat 0 0;
  background-size: contain;
}
@media all and (max-width: 1199px) {
  /* line 170, ../sass/style.scss */
  #site-name a {
    margin-top: 30px;
    width: 300px;
    height: 100px;
  }
}
@media all and (max-width: 1023px) {
  /* line 159, ../sass/style.scss */
  #site-name {
    text-align: center;
  }
  /* line 178, ../sass/style.scss */
  #site-name a {
    float: none;
    display: inline-block;
  }
}

/* line 184, ../sass/style.scss */
#block-social-media-links-social-media-links {
  float: right;
}
/* line 186, ../sass/style.scss */
#block-social-media-links-social-media-links ul {
  padding: 0;
}
/* line 188, ../sass/style.scss */
#block-social-media-links-social-media-links ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 30px 0 0 10px;
}
/* line 193, ../sass/style.scss */
#block-social-media-links-social-media-links ul li a {
  display: block;
  width: 23px;
  height: 23px;
}
/* line 197, ../sass/style.scss */
#block-social-media-links-social-media-links ul li a img {
  display: none;
}
/* line 200, ../sass/style.scss */
#block-social-media-links-social-media-links ul li a:hover {
  opacity: 0.5;
}
/* line 204, ../sass/style.scss */
#block-social-media-links-social-media-links ul li.facebook a {
  background: transparent url(../img/facebook.png) no-repeat 0 0;
}
/* line 205, ../sass/style.scss */
#block-social-media-links-social-media-links ul li.twitter a {
  background: transparent url(../img/twitter.png) no-repeat 0 0;
}
/* line 206, ../sass/style.scss */
#block-social-media-links-social-media-links ul li.email a {
  background: transparent url(../img/email.png) no-repeat 0 0;
}
/* line 207, ../sass/style.scss */
#block-social-media-links-social-media-links ul li.linkedin a {
  background: transparent url(../img/linkedin.png) no-repeat 0 0;
}
@media all and (max-width: 1023px) {
  /* line 184, ../sass/style.scss */
  #block-social-media-links-social-media-links {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  /* line 184, ../sass/style.scss */
  #block-social-media-links-social-media-links {
    display: block !important;
  }
}

/* line 217, ../sass/style.scss */
#block-block-4 {
  float: right;
  padding-top: 30px;
  margin-right: 15px;
  line-height: 23px;
}
/* line 222, ../sass/style.scss */
#block-block-4 .content {
  font-size: 14px;
  font-style: italic;
}
/* line 225, ../sass/style.scss */
#block-block-4 .content a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
/* line 229, ../sass/style.scss */
#block-block-4 .content a:hover {
  opacity: 1;
}
/* line 233, ../sass/style.scss */
#block-block-4 .content img {
  vertical-align: middle;
  display: inline-block;
  padding-left: 5px;
  height: 14px;
  width: auto;
}
@media all and (max-width: 1023px) {
  /* line 217, ../sass/style.scss */
  #block-block-4 {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  /* line 217, ../sass/style.scss */
  #block-block-4 {
    display: block !important;
  }
}

/* line 248, ../sass/style.scss */
#main-menu {
  float: right;
  clear: right;
}
/* line 251, ../sass/style.scss */
#main-menu ul li {
  display: block;
  float: left;
  margin: 20px 0 0 30px;
}
/* line 255, ../sass/style.scss */
#main-menu ul li a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
/* line 263, ../sass/style.scss */
#main-menu ul li a.active, #main-menu ul li a.active-trail, #main-menu ul li a:hover {
  color: #d96d5b;
  text-decoration: underline;
}
@media all and (max-width: 1023px) {
  /* line 248, ../sass/style.scss */
  #main-menu {
    display: none;
    float: none;
  }
  /* line 272, ../sass/style.scss */
  #main-menu ul li {
    float: none;
    margin: 0;
  }
  /* line 275, ../sass/style.scss */
  #main-menu ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid #717070;
  }
}
@media all and (min-width: 1024px) {
  /* line 248, ../sass/style.scss */
  #main-menu {
    display: block !important;
  }
}

/* line 285, ../sass/style.scss */
#secondary-menu {
  position: absolute;
  top: 0;
  right: 0;
  background: #d96d5b;
}
/* line 290, ../sass/style.scss */
#secondary-menu ul li {
  display: block;
  float: left;
  margin: 0 10px;
}
/* line 294, ../sass/style.scss */
#secondary-menu ul li a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}

/***** **** *** ** * content * ** *** **** *****/
/* line 307, ../sass/style.scss */
#main-wrapper {
  z-index: 2;
  position: relative;
}

/* line 311, ../sass/style.scss */
#content {
  background: #fff;
  padding: 30px 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
}

/* line 318, ../sass/style.scss */
#sidebar-right {
  background: #d96d5b;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 325, ../sass/style.scss */
.field-name-field-banner + #main-wrapper #content, .field-name-field-banner + #main-wrapper #sidebar-right {
  margin-top: -50px;
}

@media all and (max-width: 1023px) {
  /* line 331, ../sass/style.scss */
  .field-name-field-banner + #main-wrapper #sidebar-right {
    margin-top: 20px;
  }
}
/* line 337, ../sass/style.scss */
#page-title {
  margin-bottom: 30px;
}

/* line 342, ../sass/style.scss */
#block-views-news-block .views-row {
  position: relative;
  clear: both;
  padding-bottom: 30px;
  border-bottom: 1px solid #717070;
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 349, ../sass/style.scss */
#block-views-news-block .views-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 355, ../sass/style.scss */
#block-views-news-block .views-field-title h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #090808;
}
/* line 362, ../sass/style.scss */
#block-views-news-block .views-field-nothing {
  font-family: "Montserrat", sans-serif;
  color: #d96d5b;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  /* line 370, ../sass/style.scss */
  #block-views-news-block .views-field-field-image {
    float: right;
    max-width: 45%;
    padding-left: 5%;
  }
}
/* line 377, ../sass/style.scss */
#block-views-news-block .views-field-body {
  padding-bottom: 30px;
}
/* line 380, ../sass/style.scss */
#block-views-news-block .views-field-nothing-1 a {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  background: #d96d5b;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

/* line 399, ../sass/style.scss */
#block-views-eventss-block-1 .view-content h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #090808;
  padding-bottom: 30px;
}
/* line 407, ../sass/style.scss */
#block-views-eventss-block-1 .views-row {
  position: relative;
  clear: both;
  padding-left: 30px;
  background: transparent url(../img/record.png) no-repeat 0 3px;
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 414, ../sass/style.scss */
#block-views-eventss-block-1 .views-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 420, ../sass/style.scss */
#block-views-eventss-block-1 .views-field-nothing a {
  display: block;
  text-decoration: none;
}
/* line 425, ../sass/style.scss */
#block-views-eventss-block-1 .views-field-body .field-content > a {
  text-decoration: none;
}
/* line 428, ../sass/style.scss */
#block-views-eventss-block-1 .views-field-nothing-1 {
  padding-bottom: 30px;
  border-bottom: 1px solid #717070;
}
/* line 431, ../sass/style.scss */
#block-views-eventss-block-1 .views-field-nothing-1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  background: #d96d5b;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

/* line 447, ../sass/style.scss */
#block-views-releases-block-1 .views-row {
  position: relative;
  clear: both;
  padding-bottom: 30px;
  border-bottom: 1px solid #717070;
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 454, ../sass/style.scss */
#block-views-releases-block-1 .views-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 459, ../sass/style.scss */
#block-views-releases-block-1 > h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #090808;
}
/* line 465, ../sass/style.scss */
#block-views-releases-block-1 .views-field-field-uitvoerder {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #090808;
  text-transform: uppercase;
}
/* line 472, ../sass/style.scss */
#block-views-releases-block-1 .views-field-field-naam-release {
  font-family: "Montserrat", sans-serif;
  color: #d96d5b;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 480, ../sass/style.scss */
#block-views-releases-block-1 .views-field-field-format {
  margin-bottom: 15px;
}
/* line 482, ../sass/style.scss */
#block-views-releases-block-1 .views-field-field-format a {
  display: block;
  text-decoration: none;
  font-style: italic;
}
@media all and (min-width: 768px) {
  /* line 488, ../sass/style.scss */
  #block-views-releases-block-1 .views-field-field-image {
    float: right;
    max-width: 45%;
    padding-left: 5%;
  }
}
/* line 495, ../sass/style.scss */
#block-views-releases-block-1 .views-field-body {
  padding-bottom: 30px;
}
/* line 498, ../sass/style.scss */
#block-views-releases-block-1 .views-field-view-node a {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  background: #d96d5b;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

/* line 515, ../sass/style.scss */
#block-block-3 {
  padding-top: 30px;
  border-top: 1px solid #717070;
}
/* line 518, ../sass/style.scss */
#block-block-3 > h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #090808;
}

/* line 525, ../sass/style.scss */
#google-store-locator-map-container {
  margin-bottom: 30px;
}
/* line 527, ../sass/style.scss */
#google-store-locator-map-container .google-store-locator-panel {
  border: none;
  background: #f0f1f1;
}
/* line 530, ../sass/style.scss */
#google-store-locator-map-container .google-store-locator-panel .storelocator-filter .location-search {
  padding: 10px;
}
/* line 532, ../sass/style.scss */
#google-store-locator-map-container .google-store-locator-panel .storelocator-filter .location-search h4 {
  color: #717070;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
  padding-bottom: 5px;
}
/* line 542, ../sass/style.scss */
#google-store-locator-map-container .google-store-locator-panel ul li {
  display: block;
  padding: 10px;
  margin: 0;
}
/* line 546, ../sass/style.scss */
#google-store-locator-map-container .google-store-locator-panel ul li:hover {
  background: #d96d5b;
  color: #fff;
}
@media all and (max-width: 767px) {
  /* line 553, ../sass/style.scss */
  #google-store-locator-map-container .google-store-locator-panel {
    width: 100% !important;
    float: none !important;
    height: 200px !important;
  }
}

/* line 560, ../sass/style.scss */
#block-views-cc9631e895712fadaa998ac4475818da {
  clear: both;
}
/* line 562, ../sass/style.scss */
#block-views-cc9631e895712fadaa998ac4475818da .view-content > h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #090808;
}
/* line 568, ../sass/style.scss */
#block-views-cc9631e895712fadaa998ac4475818da .name-block {
  font-family: "Montserrat", sans-serif;
  color: #d96d5b;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 574, ../sass/style.scss */
#block-views-cc9631e895712fadaa998ac4475818da table {
  table-layout: fixed;
}
/* line 576, ../sass/style.scss */
#block-views-cc9631e895712fadaa998ac4475818da table td {
  padding: 10px;
}
/* line 579, ../sass/style.scss */
#block-views-cc9631e895712fadaa998ac4475818da table tr:nth-child(2n) {
  background: #f0f1f1;
}
/* line 582, ../sass/style.scss */
#block-views-cc9631e895712fadaa998ac4475818da table td:hover {
  background: #d96d5b;
  color: #fff;
}
/* line 585, ../sass/style.scss */
#block-views-cc9631e895712fadaa998ac4475818da table td:hover .name-block {
  color: #fff;
}
@media all and (max-width: 767px) {
  /* line 591, ../sass/style.scss */
  #block-views-cc9631e895712fadaa998ac4475818da table, #block-views-cc9631e895712fadaa998ac4475818da tbody, #block-views-cc9631e895712fadaa998ac4475818da tr, #block-views-cc9631e895712fadaa998ac4475818da td {
    display: block;
  }
  /* line 594, ../sass/style.scss */
  #block-views-cc9631e895712fadaa998ac4475818da table tr {
    background: transparent !important;
  }
}
/* line 598, ../sass/style.scss */
#block-views-cc9631e895712fadaa998ac4475818da .views-field-name {
  display: none;
}

/* line 604, ../sass/style.scss */
#block-views-releases-block {
  position: relative;
  padding: 0 8%;
}
/* line 607, ../sass/style.scss */
#block-views-releases-block .content {
  position: relative;
  padding-bottom: 45px;
}
/* line 611, ../sass/style.scss */
#block-views-releases-block h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
/* line 616, ../sass/style.scss */
#block-views-releases-block .views-row {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
/* line 624, ../sass/style.scss */
#block-views-releases-block .views-field-field-uitvoerder a {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #58320f;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 634, ../sass/style.scss */
#block-views-releases-block .views-field-field-naam-release a, #block-views-releases-block .views-field-field-format a {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 643, ../sass/style.scss */
#block-views-releases-block .views-field-field-naam-release a {
  float: left;
  padding-right: 5px;
}
/* line 646, ../sass/style.scss */
#block-views-releases-block .views-field-field-naam-release a:after {
  content: '  |';
}
/* line 650, ../sass/style.scss */
#block-views-releases-block .views-field-field-label {
  padding-bottom: 30px;
}
/* line 652, ../sass/style.scss */
#block-views-releases-block .views-field-field-label a {
  display: block;
  color: #58320f;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}
/* line 660, ../sass/style.scss */
#block-views-releases-block .view-footer {
  position: absolute;
  bottom: 15px;
}
/* line 663, ../sass/style.scss */
#block-views-releases-block .view-footer p {
  padding: 0;
}
/* line 666, ../sass/style.scss */
#block-views-releases-block .view-footer a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  background: #fff;
  font-size: 12px;
  color: #d96d5b;
  text-decoration: none;
  border-radius: 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

/* line 681, ../sass/style.scss */
#block-views-releases-block + #block-views-eventss-block {
  padding: 30px 8% 0;
  border-top: 1px solid #fff;
}

/* line 685, ../sass/style.scss */
#block-views-eventss-block {
  padding: 0 8%;
}
/* line 687, ../sass/style.scss */
#block-views-eventss-block h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
/* line 692, ../sass/style.scss */
#block-views-eventss-block .view-content > h3 {
  color: #58320f;
  padding-top: 15px;
}
/* line 696, ../sass/style.scss */
#block-views-eventss-block .views-row {
  padding: 0 0 15px 30px;
  background: transparent url(../img/record.png) no-repeat 0 0;
}
/* line 701, ../sass/style.scss */
#block-views-eventss-block .views-field-title a {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 711, ../sass/style.scss */
#block-views-eventss-block .views-field-extra a {
  display: block;
  color: #58320f;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  /* line 724, ../sass/style.scss */
  .node-type-article #block-system-main .field-name-field-image, .node-type-event #block-system-main .field-name-field-image, .node-type-releases #block-system-main .field-name-field-image {
    float: right;
    max-width: 45%;
    padding-left: 5%;
  }
}
/* line 731, ../sass/style.scss */
.node-type-article #block-system-main .field-name-field-uitvoerder, .node-type-event #block-system-main .field-name-field-uitvoerder, .node-type-releases #block-system-main .field-name-field-uitvoerder {
  font-family: "Montserrat", sans-serif;
  color: #090808;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
}
/* line 738, ../sass/style.scss */
.node-type-article #block-system-main .field-name-field-naam-release, .node-type-event #block-system-main .field-name-field-naam-release, .node-type-releases #block-system-main .field-name-field-naam-release {
  font-family: "Montserrat", sans-serif;
  color: #d96d5b;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
}
/* line 745, ../sass/style.scss */
.node-type-article #block-system-main .field-name-field-format, .node-type-event #block-system-main .field-name-field-format, .node-type-releases #block-system-main .field-name-field-format {
  margin-bottom: 15px;
  font-style: italic;
}
/* line 749, ../sass/style.scss */
.node-type-article #block-system-main .field-name-field-tags, .node-type-event #block-system-main .field-name-field-tags, .node-type-releases #block-system-main .field-name-field-tags {
  padding-bottom: 15px;
}
/* line 751, ../sass/style.scss */
.node-type-article #block-system-main .field-name-field-tags a, .node-type-event #block-system-main .field-name-field-tags a, .node-type-releases #block-system-main .field-name-field-tags a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #d96d5b;
  font-size: 14px;
}
/* line 759, ../sass/style.scss */
.node-type-article #block-system-main .field-name-field-locatie, .node-type-event #block-system-main .field-name-field-locatie, .node-type-releases #block-system-main .field-name-field-locatie {
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid #717070;
}
/* line 763, ../sass/style.scss */
.node-type-article #block-system-main .field-name-field-locatie .name-block, .node-type-event #block-system-main .field-name-field-locatie .name-block, .node-type-releases #block-system-main .field-name-field-locatie .name-block {
  font-family: "Montserrat", sans-serif;
  color: #d96d5b;
  font-family: #d96d5b;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 771, ../sass/style.scss */
.node-type-article #block-system-main .field-name-field-uur, .node-type-event #block-system-main .field-name-field-uur, .node-type-releases #block-system-main .field-name-field-uur {
  font-style: italic;
  margin-bottom: 15px;
}
/* line 775, ../sass/style.scss */
.node-type-article #block-system-main .geofieldMap, .node-type-event #block-system-main .geofieldMap, .node-type-releases #block-system-main .geofieldMap {
  margin-bottom: 15px;
  width: 100% !important;
}

/***** **** *** ** * footer * ** *** **** *****/
/* line 783, ../sass/style.scss */
#footer-wrapper {
  background: #322f31;
  padding-top: 90px;
  margin-top: -45px;
  z-index: 1;
  position: relative;
}

/* line 791, ../sass/style.scss */
#block-block-5 h2 {
  padding-bottom: 15px;
}
/* line 794, ../sass/style.scss */
#block-block-5 .content {
  max-width: 500px;
}
/* line 796, ../sass/style.scss */
#block-block-5 .content a {
  text-decoration: none;
}
@media all and (min-width: 520px) {
  /* line 794, ../sass/style.scss */
  #block-block-5 .content {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}

 .social-media-links .youtube_channel a img, .social-media-links  .instagram a img {display:block!important}
 
 .view-google-store-locator-json-export a {text-decoration:none!important;}
