/* 	Media query breakpoint te gebruiken in combinatie met de breakpoint mixin
	vb: @include bp(max-width, $bp-medium) of @include bp(max-width, 800px)
*/
/* line 1, ../scss/_base.scss */
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

/* line 6, ../scss/_base.scss */
*:focus {
  outline: none;
}

/* line 10, ../scss/_base.scss */
::selection {
  background-color: #005fcc;
  color: #fff;
}

/* line 15, ../scss/_base.scss */
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* line 21, ../scss/_base.scss */
body {
  background: #fff;
  font-family: "Open Sans", "Arial", "Tahoma", "Verdana";
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 180%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/* line 34, ../scss/_base.scss */
hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 24px 0;
  padding: 0;
  float: left;
  width: 100%;
}

/* line 43, ../scss/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 32px;
  line-height: 28px;
  font-weight: 700;
  margin: 15px 0;
  color: #333;
  float: left;
  width: 100%;
}

/* line 54, ../scss/_base.scss */
h1 {
  margin-top: 30px;
  float: left;
  width: 100%;
  line-height: 34px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

/* line 64, ../scss/_base.scss */
h2 {
  font-size: 26px;
}

/* line 68, ../scss/_base.scss */
h3 {
  font-size: 22px;
}

/* line 72, ../scss/_base.scss */
h4 {
  font-size: 18px;
}

/* line 76, ../scss/_base.scss */
h5 {
  font-size: 16px;
}

/* line 80, ../scss/_base.scss */
h6 {
  font-size: 14px;
}

/* line 84, ../scss/_base.scss */
a {
  text-decoration: none;
  color: #31797d;
}
/* line 87, ../scss/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 92, ../scss/_base.scss */
p {
  margin: 10px 0 25px;
}

/* line 96, ../scss/_base.scss */
img {
  max-width: 100%;
  height: auto;
  border: none;
}

/* line 102, ../scss/_base.scss */
strong {
  font-weight: 700;
}

/* line 106, ../scss/_base.scss */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
input[type=password],
button,
texarea,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 13px 10px;
  font-family: "Open Sans", "Arial", "Tahoma", "Verdana";
}

/* line 125, ../scss/_base.scss */
.styled-select {
  float: left;
  width: 100%;
  max-width: 360px;
  overflow: hidden;
  background: url(../images/arrow_down.svg) no-repeat top 50% right 12px;
  background-size: 9px 6px;
  background-color: #fff;
}
/* line 134, ../scss/_base.scss */
.styled-select select {
  background: transparent;
  height: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Open Sans", "Arial", "Tahoma", "Verdana";
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 770px) {
  /* line 134, ../scss/_base.scss */
  .styled-select select {
    font-size: 16px;
  }
}

/* line 149, ../scss/_base.scss */
button,
a.button,
.button {
  float: left;
  font-family: "Open Sans", sans-serif, "Arial", "Tahoma", "Verdana";
  background-color: #004799;
  padding: 15px 30px 16px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 165, ../scss/_base.scss */
button:hover,
a.button:hover,
.button:hover {
  text-decoration: none;
  background-color: #003470;
}

/* line 1, ../scss/_layout.scss */
.container {
  float: left;
  width: 100%;
  margin: 0 auto;
}
/* line 2, ../scss/mixin/_clearfix.scss */
.container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 8, ../scss/_layout.scss */
.layout {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
/* line 2, ../scss/mixin/_clearfix.scss */
.layout:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
@media only screen and (max-width: 1310px) {
  /* line 8, ../scss/_layout.scss */
  .layout {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 770px) {
  /* line 8, ../scss/_layout.scss */
  .layout {
    padding: 0 5%;
  }
}
/* line 24, ../scss/_layout.scss */
.layout.wide {
  padding: 0 3%;
  background: #f2f2f2;
}
@media only screen and (max-width: 770px) {
  /* line 24, ../scss/_layout.scss */
  .layout.wide {
    padding: 0 5%;
  }
}

/* line 34, ../scss/_layout.scss */
.content {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1280px;
}
/* line 2, ../scss/mixin/_clearfix.scss */
.content:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 44, ../scss/_layout.scss */
.wide {
  float: left;
  width: 100%;
  max-width: 100%;
}

/* line 50, ../scss/_layout.scss */
.left {
  float: left;
  width: 72%;
}

/* line 55, ../scss/_layout.scss */
.sidebar {
  float: right;
  width: 20%;
}

/* line 60, ../scss/_layout.scss */
.text-container {
  width: 100%;
  max-width: 770px;
}

/* line 1, ../scss/_content.scss */
body.active {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

/* line 7, ../scss/_content.scss */
.header {
  position: relative;
  z-index: 2;
}
/* line 11, ../scss/_content.scss */
.header .logo {
  float: left;
  line-height: 0;
  margin-top: 30px;
  margin-left: 12px;
  position: relative;
  z-index: 2;
}
/* line 20, ../scss/_content.scss */
.header .menu-container {
  float: left;
  width: 100%;
  background: #deeefd;
  position: relative;
  margin-top: -9px;
}
/* line 27, ../scss/_content.scss */
.header .menu-container .mobile {
  display: none;
}

/* line 34, ../scss/_content.scss */
.homepage .content {
  padding-top: 25px;
}
/* line 38, ../scss/_content.scss */
.homepage .slider {
  float: left;
  width: 100%;
}
/* line 42, ../scss/_content.scss */
.homepage .slider .owl-item {
  height: 550px;
}
/* line 46, ../scss/_content.scss */
.homepage .slider .item-content {
  float: left;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 55, ../scss/_content.scss */
.homepage .slider .text {
  background: #004799;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: -1px;
  padding: 30px 30px;
  color: #fff;
  max-width: 380px;
  margin-top: 30px;
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0;
  border-radius: 0 8px 8px 0;
}
/* line 68, ../scss/_content.scss */
.homepage .slider .text p {
  margin: 0;
  padding: 0;
  font-weight: 900;
}
/* line 75, ../scss/_content.scss */
.homepage .slider .button {
  position: absolute;
  right: 20px;
  bottom: 22px;
  background: #ef1022;
  padding: 10px 15px 11px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  @included transition(background 0.3s);
}
/* line 88, ../scss/_content.scss */
.homepage .slider .button:hover {
  background: #d20e1e;
}
/* line 93, ../scss/_content.scss */
.homepage .slider .owl-dots {
  float: left;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
/* line 99, ../scss/_content.scss */
.homepage .slider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 3px solid #fff;
  float: left;
  margin-right: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
/* line 109, ../scss/_content.scss */
.homepage .slider .owl-dots .owl-dot.active {
  background: #004799;
}
/* line 116, ../scss/_content.scss */
.homepage .newsflashes {
  float: left;
  width: 100%;
  margin-top: 20px;
}
/* line 121, ../scss/_content.scss */
.homepage .newsflashes ul {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.homepage .newsflashes li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 20px  ) / 4) - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.homepage .newsflashes li:nth-of-type(4n) {
  margin-right: 0;
}
/* line 136, ../scss/_content.scss */
.homepage .newsflashes li.voorraaditem img {
  float: left;
  width: 100%;
  line-height: 0;
}
/* line 142, ../scss/_content.scss */
.homepage .newsflashes li.voorraaditem span.title {
  float: left;
  width: 100%;
  color: #231f20;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  padding: 12px 10px 13px;
  background: #eee;
  font-family: "Open Sans", sans-serif, "Arial", "Tahoma", "Verdana";
}
/* line 155, ../scss/_content.scss */
.homepage .newsflashes li h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 163, ../scss/_content.scss */
.homepage .newsflashes li.blokopening, .homepage .newsflashes li.blokacties {
  background: #deeefd;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  padding: 30px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
/* line 177, ../scss/_content.scss */
.homepage .newsflashes li.blokopening p, .homepage .newsflashes li.blokacties p {
  margin-bottom: 10px;
}
/* line 181, ../scss/_content.scss */
.homepage .newsflashes li.blokopening a, .homepage .newsflashes li.blokacties a {
  color: #333;
}
/* line 186, ../scss/_content.scss */
.homepage .newsflashes li.blokopening {
  background: #004799;
  color: #fff;
  text-align: left;
  padding: 30px;
}
/* line 192, ../scss/_content.scss */
.homepage .newsflashes li.blokopening h2 {
  color: #fff;
}
/* line 196, ../scss/_content.scss */
.homepage .newsflashes li.blokopening p {
  float: left;
  width: 100%;
}
/* line 201, ../scss/_content.scss */
.homepage .newsflashes li.blokopening strong {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 18px;
}
/* line 209, ../scss/_content.scss */
.homepage .newsflashes li.homeblock {
  background: #004799;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 222, ../scss/_content.scss */
.homepage .newsflashes li.homeblock.links {
  text-align: left;
  align-items: normal;
}
/* line 227, ../scss/_content.scss */
.homepage .newsflashes li.homeblock.rechts {
  text-align: right;
  align-items: normal;
}
/* line 232, ../scss/_content.scss */
.homepage .newsflashes li.homeblock.midden {
  text-align: center;
}
/* line 236, ../scss/_content.scss */
.homepage .newsflashes li.homeblock.licht {
  background: #deeefd;
  color: #333;
}
/* line 240, ../scss/_content.scss */
.homepage .newsflashes li.homeblock.licht h2 {
  color: #333;
}
/* line 244, ../scss/_content.scss */
.homepage .newsflashes li.homeblock.licht a {
  color: #333;
}
/* line 249, ../scss/_content.scss */
.homepage .newsflashes li.homeblock h2 {
  color: #fff;
}
/* line 253, ../scss/_content.scss */
.homepage .newsflashes li.homeblock p {
  margin-bottom: 10px;
}
/* line 257, ../scss/_content.scss */
.homepage .newsflashes li.homeblock a {
  color: #fff;
}
/* line 261, ../scss/_content.scss */
.homepage .newsflashes li.homeblock img {
  align-self: center;
  width: 100% !important;
  height: 100% !important;
}

/* line 271, ../scss/_content.scss */
.content-row {
  margin-top: 20px;
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 278, ../scss/_content.scss */
.content-row.extras {
  margin-top: 0;
}
/* line 282, ../scss/_content.scss */
.content-row .content-blok {
  background: #efefef;
  padding: 35px 35px 25px;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.content-row .content-blok:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 20px  ) / 2) - 20px);
  margin-right: 20px;
  margin-bottom: 0;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.content-row .content-blok:nth-of-type(2n) {
  margin-right: 0;
}
/* line 287, ../scss/_content.scss */
.content-row .content-blok h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* line 294, ../scss/_content.scss */
.content-row .content-blok a {
  color: #333;
  font-weight: 700;
}

/* line 301, ../scss/_content.scss */
.contentpage {
  min-height: 500px;
  line-height: 30px;
}
/* line 305, ../scss/_content.scss */
.contentpage .text-container {
  float: left;
  width: 70%;
}
/* line 309, ../scss/_content.scss */
.contentpage .text-container img {
  height: auto !important;
}
/* line 314, ../scss/_content.scss */
.contentpage h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 5px;
}
/* line 322, ../scss/_content.scss */
.contentpage.contact form input[type=submit] {
  float: left;
  width: auto;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  padding: 14px 35px;
}

/* line 335, ../scss/_content.scss */
.sidebar {
  width: 30%;
  padding-left: 5%;
  margin-top: -10px;
}
/* line 340, ../scss/_content.scss */
.sidebar .blokken {
  float: right;
}
/* line 344, ../scss/_content.scss */
.sidebar .block {
  float: none;
}

/* line 350, ../scss/_content.scss */
.actielisting h1 {
  text-align: left;
  margin-bottom: 40px;
}
/* line 355, ../scss/_content.scss */
.actielisting ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.actielisting ul li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 20px  ) / 4) - 20px);
  margin-right: 20px;
  margin-bottom: 50px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.actielisting ul li:nth-of-type(4n) {
  margin-right: 0;
}

/* line 370, ../scss/_content.scss */
.pagination {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
/* line 375, ../scss/_content.scss */
.pagination ul.pagination {
  width: auto;
}
/* line 378, ../scss/_content.scss */
.pagination ul.pagination li {
  float: left;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
}
/* line 385, ../scss/_content.scss */
.pagination ul.pagination li a {
  float: left;
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #333;
  padding-top: 4px;
}
/* line 396, ../scss/_content.scss */
.pagination ul.pagination li a:hover {
  text-decoration: none;
  background: #f6f6f6;
}
/* line 403, ../scss/_content.scss */
.pagination ul.pagination li.active a {
  background: #004799;
  color: #fff;
  border: none;
}

/* line 413, ../scss/_content.scss */
li.actieitem {
  position: relative;
  overflow: hidden;
}
/* line 417, ../scss/_content.scss */
li.actieitem .product-image {
  float: left;
  width: 100%;
}
/* line 422, ../scss/_content.scss */
li.actieitem span.title {
  float: left;
  width: 100%;
  color: #231f20;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 12px 5px 13px;
  background: #eee;
  font-family: "Open Sans", sans-serif, "Arial", "Tahoma", "Verdana";
  height: 68px;
  overflow: hidden;
}

/* line 440, ../scss/_content.scss */
.homepage .footer .content {
  border: none;
  padding-top: 30px;
  margin-top: 0;
}

/* line 447, ../scss/_content.scss */
.footer .content {
  text-align: center;
  padding-bottom: 60px;
  border-top: 1px solid #eee;
  padding-top: 50px;
  margin-top: 20px;
}
/* line 454, ../scss/_content.scss */
.footer .content p {
  margin: -5px 0 0;
}
/* line 458, ../scss/_content.scss */
.footer .content .mobile {
  display: none;
}

/* line 464, ../scss/_content.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* line 468, ../scss/_content.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* line 472, ../scss/_content.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* line 478, ../scss/_content.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 484, ../scss/_content.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 489, ../scss/_content.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 495, ../scss/_content.scss */
img.mfp-img {
  background: #fff;
  padding: 10px !important;
}

/* line 500, ../scss/_content.scss */
.mfp-image-holder .mfp-close {
  right: 11px !important;
  width: 50% !important;
  top: 4px;
  opacity: 1 !important;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 3px;
}

/* line 508, ../scss/_content.scss */
.mfp-bottom-bar {
  left: auto !important;
  right: 20px;
}
/* line 512, ../scss/_content.scss */
.mfp-bottom-bar .mfp-title,
.mfp-bottom-bar .mfp-counter {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 2px;
}
/* line 518, ../scss/_content.scss */
.mfp-bottom-bar .mfp-title {
  float: left;
  padding: 0;
  font-size: 14px;
  position: absolute;
  bottom: -16px;
  left: 45px;
}

/* line 528, ../scss/_content.scss */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px 35px 40px;
  width: auto;
  max-width: 650px;
  margin: 20px auto;
  display: table;
}
/* line 537, ../scss/_content.scss */
.white-popup h3 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 25px;
}
/* line 543, ../scss/_content.scss */
.white-popup .styled-select {
  clear: both;
}
/* line 547, ../scss/_content.scss */
.white-popup form label, .white-popup .boltform label {
  line-height: 22px;
}

/* line 552, ../scss/_content.scss */
.white-popup.popupform {
  max-width: 480px;
  text-align: center;
  padding: 40px 25px;
}
/* line 557, ../scss/_content.scss */
.white-popup.popupform p.boltform-message {
  margin: 0;
  padding: 40px 25px;
}
/* line 563, ../scss/_content.scss */
.white-popup.popupform .mpf-close {
  color: #0a2f0a;
}

/* line 1, ../scss/_menu.scss */
ul.menu {
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
  z-index: 10;
}
/* line 8, ../scss/_menu.scss */
ul.menu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 15, ../scss/_menu.scss */
ul.menu li.last {
  margin-right: 0;
}
/* line 20, ../scss/_menu.scss */
ul.menu li.active a {
  background: #b8dafb;
}
/* line 25, ../scss/_menu.scss */
ul.menu li a {
  text-decoration: none;
  padding: 11px 20px 12px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif, "Arial", "Tahoma", "Verdana";
  color: #000;
}
/* line 34, ../scss/_menu.scss */
ul.menu li a:hover {
  background: #cbe4fc;
}
/* line 39, ../scss/_menu.scss */
ul.menu li:hover > ul {
  display: block;
}
/* line 44, ../scss/_menu.scss */
ul.menu li.last a {
  margin-right: 0;
}
/* line 50, ../scss/_menu.scss */
ul.menu ul.submenu {
  position: absolute;
  display: none;
  text-align: left;
  min-width: 200px;
  max-width: 400px;
  z-index: 15;
  left: -20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 10px 0 5px 0px;
  margin: 0px;
  -moz-box-shadow: 0, 0, 5px, rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0, 0, 5px, rgba(0, 0, 0, 0.1);
  box-shadow: 0, 0, 5px, rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 65, ../scss/_menu.scss */
ul.menu ul.submenu li {
  border: 0;
  line-height: 22px;
  width: 100%;
  float: left;
  text-align: left;
  clear: both;
  min-width: 100px;
  padding: 0;
  background: #fff;
}
/* line 76, ../scss/_menu.scss */
ul.menu ul.submenu li.active:after {
  border: none;
}
/* line 80, ../scss/_menu.scss */
ul.menu ul.submenu li a {
  position: relative;
  float: left;
  width: 100%;
  min-height: 25px;
  padding: 2px 10px 2px 20px;
  margin: 0px;
  background-color: #fff;
  color: #808080;
  font-weight: normal;
  font-size: 13px;
}
/* line 93, ../scss/_menu.scss */
ul.menu ul.submenu li a:hover {
  color: #004799;
}

/* line 100, ../scss/_menu.scss */
.menu-mobile-button {
  float: right;
  display: block;
  margin: 33px -5px 0 0;
  width: 44px;
  height: 35px;
  padding: 4px 11px;
  cursor: pointer;
  display: none;
}
/* line 110, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar {
  width: 100%;
  display: block;
  height: 2px;
  background: #000;
  margin-bottom: 4px;
}
/* line 117, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar:last-child {
  margin-bottom: 0;
}

/* line 123, ../scss/_menu.scss */
.menu-mobile {
  position: fixed;
  left: 0;
  width: 100%;
  background: #fff;
  height: auto;
  z-index: 20;
  top: -100%;
  border-bottom: 8px solid #004799;
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  -moz-transition: top 0.7s ease-in-out;
  -o-transition: top 0.7s ease-in-out;
  -webkit-transition: top 0.7s ease-in-out;
  transition: top 0.7s ease-in-out;
}
/* line 135, ../scss/_menu.scss */
.menu-mobile .mobile {
  display: block;
  padding: 17px 20px 7px 25px;
  float: left;
  width: 100%;
}
/* line 141, ../scss/_menu.scss */
.menu-mobile .mobile .logo {
  float: left;
  width: 230px;
}
/* line 146, ../scss/_menu.scss */
.menu-mobile .mobile .close {
  font-weight: 700;
  float: right;
  margin-top: 1px;
  border: 2px solid #242424;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #242424;
  line-height: 31px;
  font-size: 18px;
  cursor: pointer;
}
/* line 163, ../scss/_menu.scss */
.menu-mobile.active {
  top: 0;
}
/* line 167, ../scss/_menu.scss */
.menu-mobile .top {
  padding: 0 3%;
}
/* line 170, ../scss/_menu.scss */
.menu-mobile .top a.logo {
  width: 80px;
}
/* line 175, ../scss/_menu.scss */
.menu-mobile ul.menu {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  width: 100%;
}
/* line 182, ../scss/_menu.scss */
.menu-mobile ul.menu li {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dedede;
}
/* line 188, ../scss/_menu.scss */
.menu-mobile ul.menu li.active:after {
  border-bottom: none;
  margin-top: 0;
}
/* line 193, ../scss/_menu.scss */
.menu-mobile ul.menu li:first-child {
  display: block;
  border-top: 1px solid #dedede;
}
/* line 198, ../scss/_menu.scss */
.menu-mobile ul.menu li:last-child {
  border-bottom: none;
}
/* line 203, ../scss/_menu.scss */
.menu-mobile ul.menu li.show-sub ul.submenu {
  display: block;
}
/* line 208, ../scss/_menu.scss */
.menu-mobile ul.menu li a {
  padding: 11px 25px;
  float: left;
  width: 100%;
  font-size: 17px;
  border-bottom: none;
}
/* line 216, ../scss/_menu.scss */
.menu-mobile ul.menu li.active a {
  background: #fff;
  color: #231f20;
  text-decoration: underline;
}
/* line 222, ../scss/_menu.scss */
.menu-mobile ul.menu li .btn-submenu {
  display: block;
  background: url(../images/arrow_down.svg) no-repeat 50% 50%;
  background-size: 15px 9px;
  position: absolute;
  right: 0;
  height: 49px;
  width: 50px;
  top: 0;
  cursor: pointer;
  background-color: #f2f2f2;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 237, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu {
  display: none;
  position: relative;
  width: 100%;
  max-width: 100%;
  left: 0;
  border-bottom: 0;
  padding-bottom: 10px;
  border-left: none;
  border-right: none;
}
/* line 248, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu li a {
  padding: 5px 0 5px 40px;
}

/* line 257, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button {
  margin-top: 28px;
}
/* line 260, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:first-child,
.menu-mobile.active .menu-mobile-button span.icon-bar:last-child {
  display: none;
}
/* line 265, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:nth-child(2) {
  margin: 0;
  top: 2px;
  position: relative;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 272, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:nth-child(3) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 278, ../scss/_menu.scss */
.menu-mobile.active ul.menu li.show-sub .btn-submenu {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 1, ../scss/_forms.scss */
form,
.boltform {
  float: left;
  width: 100%;
}
/* line 6, ../scss/_forms.scss */
form label,
.boltform label {
  float: left;
  clear: both;
  font-size: 13px;
  color: #000;
  font-weight: 700;
}
/* line 13, ../scss/_forms.scss */
form label.required::after,
.boltform label.required::after {
  font-size: 10px;
  position: relative;
  top: -4px;
  left: 0px;
  font-weight: 400;
}
/* line 22, ../scss/_forms.scss */
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=url],
form input[type=search],
form input[type=submit],
form input[type=password],
form textarea,
.boltform input[type=text],
.boltform input[type=email],
.boltform input[type=tel],
.boltform input[type=url],
.boltform input[type=search],
.boltform input[type=submit],
.boltform input[type=password],
.boltform textarea {
  float: left;
  clear: both;
  border: 1px solid #ccc;
  padding: 12px 14px;
  margin: 2px 0 10px;
  font-family: "Open Sans", "Arial", "Tahoma", "Verdana";
  font-size: 13px;
  font-weight: 400;
  color: #333;
  width: 100%;
  max-width: 360px;
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media only screen and (max-width: 770px) {
  /* line 22, ../scss/_forms.scss */
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form input[type=url],
  form input[type=search],
  form input[type=submit],
  form input[type=password],
  form textarea,
  .boltform input[type=text],
  .boltform input[type=email],
  .boltform input[type=tel],
  .boltform input[type=url],
  .boltform input[type=search],
  .boltform input[type=submit],
  .boltform input[type=password],
  .boltform textarea {
    font-size: 16px;
  }
}
/* line 48, ../scss/_forms.scss */
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=url]:focus,
form input[type=search]:focus,
form input[type=submit]:focus,
form input[type=password]:focus,
form textarea:focus,
.boltform input[type=text]:focus,
.boltform input[type=email]:focus,
.boltform input[type=tel]:focus,
.boltform input[type=url]:focus,
.boltform input[type=search]:focus,
.boltform input[type=submit]:focus,
.boltform input[type=password]:focus,
.boltform textarea:focus {
  outline: none;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
/* line 55, ../scss/_forms.scss */
form input[type=submit],
.boltform input[type=submit] {
  float: left;
  background: #004799;
  color: #fff;
  border: none;
  float: left;
  width: auto;
  clear: both;
  width: 100%;
  max-width: 360px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Open Sans", "Arial", "Tahoma", "Verdana";
  font-size: 13px;
  font-weight: 400;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 73, ../scss/_forms.scss */
form input[type=submit]:hover,
.boltform input[type=submit]:hover {
  background: #00397a;
}
/* line 78, ../scss/_forms.scss */
form textarea,
.boltform textarea {
  height: 100px;
}
/* line 82, ../scss/_forms.scss */
form select,
.boltform select {
  float: left;
  clear: both;
  margin: 3px 0 8px;
  padding: 10px 10px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 93, ../scss/_forms.scss */
form select:focus,
.boltform select:focus {
  outline: none;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}
/* line 100, ../scss/_forms.scss */
form button,
.boltform button {
  float: left;
  clear: both;
  margin-top: 5px;
}

/* line 107, ../scss/_forms.scss */
.boltforms-row {
  float: left;
  width: 100%;
}

/* line 112, ../scss/_forms.scss */
.form-item {
  float: left;
  width: 100%;
  max-width: 320px;
  position: relative;
  clear: both;
}
/* line 119, ../scss/_forms.scss */
.form-item.wide {
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
/* line 125, ../scss/_forms.scss */
.form-item label {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
}
/* line 131, ../scss/_forms.scss */
.form-item label,
.form-item input,
.form-item textarea {
  width: 100%;
  float: left;
}
/* line 138, ../scss/_forms.scss */
.form-item textarea {
  height: 120px;
}
/* line 142, ../scss/_forms.scss */
.form-item button {
  margin-top: 10px;
}
/* line 146, ../scss/_forms.scss */
.form-item .form-error {
  color: #cc0000;
  font-size: .7em;
}

/* line 152, ../scss/_forms.scss */
.boltform-error,
.boltform-message {
  float: left;
  width: 100%;
}

/* line 158, ../scss/_forms.scss */
.boltform-message {
  background: #dfffdf;
  padding: 20px;
  border: 1px solid #bedebe;
  color: #1d651d;
}

/* line 165, ../scss/_forms.scss */
.boltform-error {
  background: #ffdfdf;
  padding: 20px;
  border: 1px solid #dec3c3;
  color: #8e3a3a;
}

/* line 1, ../scss/_accordeon.scss */
#accordeon {
  float: left;
  width: 100%;
  margin: 15px 0;
}
/* line 6, ../scss/_accordeon.scss */
#accordeon .accordeon-item {
  float: left;
  width: 100%;
  background: #e6e6e6;
  margin-bottom: 10px;
}
/* line 12, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 17px 20px 18px 25px;
  color: #454545;
  margin: 0;
  cursor: pointer;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 24, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title svg {
  float: right;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 32, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open, #accordeon .accordeon-item .accordeon-title:hover {
  background: #004799;
  color: #fff;
}
/* line 37, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg path, #accordeon .accordeon-item .accordeon-title:hover svg path {
  stroke: #fff;
}
/* line 43, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 46, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg path {
  stroke: #fff;
}
/* line 53, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.5s 0.1s;
  -o-transition: height 0.5s 0.1s;
  -webkit-transition: height 0.5s;
  -webkit-transition-delay: 0.1s;
  transition: height 0.5s 0.1s;
}
/* line 60, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container .accordeon-content {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px 25px 30px;
}
/* line 66, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container .accordeon-content p:first-child {
  margin-top: 4px;
}

/* Magnific Popup CSS */
/* line 2, ../scss/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 14, ../scss/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 24, ../scss/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, ../scss/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, ../scss/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, ../scss/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 53, ../scss/_magnific-popup.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 57, ../scss/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 60, ../scss/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 65, ../scss/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 71, ../scss/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 74, ../scss/_magnific-popup.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 79, ../scss/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 82, ../scss/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 85, ../scss/_magnific-popup.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 95, ../scss/_magnific-popup.scss */
.mfp-preloader a {
  color: #cccccc;
}

/* line 97, ../scss/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 100, ../scss/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 103, ../scss/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 106, ../scss/_magnific-popup.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 118, ../scss/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 122, ../scss/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 138, ../scss/_magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 141, ../scss/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 144, ../scss/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 147, ../scss/_magnific-popup.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 154, ../scss/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 163, ../scss/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 174, ../scss/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 176, ../scss/_magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 179, ../scss/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 190, ../scss/_magnific-popup.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 194, ../scss/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 199, ../scss/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 201, ../scss/_magnific-popup.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

/* line 204, ../scss/_magnific-popup.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 208, ../scss/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 210, ../scss/_magnific-popup.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

/* line 213, ../scss/_magnific-popup.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 216, ../scss/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 219, ../scss/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 223, ../scss/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 226, ../scss/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 231, ../scss/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
/* line 242, ../scss/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 255, ../scss/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 257, ../scss/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

/* line 270, ../scss/_magnific-popup.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 275, ../scss/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 278, ../scss/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 286, ../scss/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 293, ../scss/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 296, ../scss/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 303, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 306, ../scss/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 308, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 311, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 314, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 324, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 326, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 329, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 341, ../scss/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 344, ../scss/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 347, ../scss/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 350, ../scss/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 354, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 356, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 362, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 364, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 366, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

 /**
* Fade-zoom animation for first dialog
*/
/* start state */
/* line 376, ../scss/_magnific-popup.scss */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
/* line 394, ../scss/_magnific-popup.scss */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
/* line 405, ../scss/_magnific-popup.scss */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
/* line 416, ../scss/_magnific-popup.scss */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
/* line 424, ../scss/_magnific-popup.scss */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
/* line 428, ../scss/_magnific-popup.scss */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
/* line 439, ../scss/_magnific-popup.scss */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
/* line 455, ../scss/_magnific-popup.scss */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
/* line 465, ../scss/_magnific-popup.scss */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
/* line 476, ../scss/_magnific-popup.scss */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
/* line 485, ../scss/_magnific-popup.scss */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
/* line 489, ../scss/_magnific-popup.scss */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  /* line 14, ../scss/mixin/_new-grid.scss */
  .homepage .newsflashes li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 20px  ) / 2) - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .homepage .newsflashes li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 979px) {
  /* line 14, ../scss/mixin/_new-grid.scss */
  .actielisting ul li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 20px  ) / 3) - 20px);
    margin-right: 20px;
    margin-bottom: 40px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .actielisting ul li:nth-of-type(3n) {
    margin-right: 0;
  }

  /* line 17, ../scss/_responsive.scss */
  .contentpage .text-container {
    width: 60%;
  }

  /* line 21, ../scss/_responsive.scss */
  .sidebar {
    float: right;
    width: 28%;
  }
}
@media only screen and (max-width: 770px) {
  /* line 29, ../scss/_responsive.scss */
  h1 {
    margin-top: 10px;
  }

  /* line 34, ../scss/_responsive.scss */
  .header .menu {
    display: none;
  }
  /* line 38, ../scss/_responsive.scss */
  .header .menu-mobile .menu {
    display: block;
  }
  /* line 42, ../scss/_responsive.scss */
  .header .right {
    clear: right;
  }

  /* line 47, ../scss/_responsive.scss */
  .menu-mobile .top {
    padding: 0 5%;
  }

  /* line 51, ../scss/_responsive.scss */
  .menu-mobile-button {
    display: block;
  }

  /* line 55, ../scss/_responsive.scss */
  .header .logo {
    margin: 20px 0 0 0;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .actielisting ul li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 20px  ) / 2) - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .actielisting ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  /* line 63, ../scss/_responsive.scss */
  .left {
    float: left;
    width: 100%;
  }

  /* line 68, ../scss/_responsive.scss */
  .sidebar {
    float: left;
    width: 100%;
    margin: 30px 0;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .content-row .content-blok:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .content-row .content-blok:nth-of-type(1n) {
    margin-right: 0;
  }
  /* line 76, ../scss/_responsive.scss */
  .content-row .content-blok:last-child {
    margin-bottom: 0;
  }

  /* line 81, ../scss/_responsive.scss */
  .homepage .footer .content {
    padding: 10px 0 40px;
  }

  /* line 86, ../scss/_responsive.scss */
  .footer .content .desktop {
    display: none;
  }
  /* line 90, ../scss/_responsive.scss */
  .footer .content .mobile {
    display: block;
  }

  /* line 95, ../scss/_responsive.scss */
  .contentpage .text-container {
    width: 100%;
  }

  /* line 99, ../scss/_responsive.scss */
  .sidebar {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    margin-bottom: 0;
    border-top: 1px solid #eee;
  }
  /* line 107, ../scss/_responsive.scss */
  .sidebar .blokken {
    float: left;
    width: 100%;
    margin-bottom: -25px;
  }
  /* line 112, ../scss/_responsive.scss */
  .sidebar .blokken .block {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  /* line 123, ../scss/_responsive.scss */
  h1 {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  /* line 128, ../scss/_responsive.scss */
  .homepage .slider .text {
    font-size: 22px;
    line-height: 26px;
    max-width: 270px;
  }

  /* line 134, ../scss/_responsive.scss */
  .homepage .slider .button {
    left: 25px;
    bottom: 55px;
  }

  /* line 139, ../scss/_responsive.scss */
  .homepage .newsflashes li {
    padding: 30px;
  }
  /* line 14, ../scss/mixin/_new-grid.scss */
  .homepage .newsflashes li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .homepage .newsflashes li:nth-of-type(1n) {
    margin-right: 0;
  }
  /* line 143, ../scss/_responsive.scss */
  .homepage .newsflashes li.blokopening, .homepage .newsflashes li.blokacties {
    padding: 40px 30px 30px;
  }
  /* line 148, ../scss/_responsive.scss */
  .homepage .newsflashes li:last-child {
    margin-bottom: 0;
  }

  /* line 155, ../scss/_responsive.scss */
  .sidebar .blokken .block {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 166, ../scss/_responsive.scss */
  .header .logo {
    width: 234px;
    margin-top: 30px;
  }

  /* line 14, ../scss/mixin/_new-grid.scss */
  .actielisting ul li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px  ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 30px;
  }
  /* line 28, ../scss/mixin/_new-grid.scss */
  .actielisting ul li:nth-of-type(1n) {
    margin-right: 0;
  }
}
