@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16 {
  float: left;
}
.col-xs-16 {
  width: 100%;
}
.col-xs-15 {
  width: 93.75%;
}
.col-xs-14 {
  width: 87.5%;
}
.col-xs-13 {
  width: 81.25%;
}
.col-xs-12 {
  width: 75%;
}
.col-xs-11 {
  width: 68.75%;
}
.col-xs-10 {
  width: 62.5%;
}
.col-xs-9 {
  width: 56.25%;
}
.col-xs-8 {
  width: 50%;
}
.col-xs-7 {
  width: 43.75%;
}
.col-xs-6 {
  width: 37.5%;
}
.col-xs-5 {
  width: 31.25%;
}
.col-xs-4 {
  width: 25%;
}
.col-xs-3 {
  width: 18.75%;
}
.col-xs-2 {
  width: 12.5%;
}
.col-xs-1 {
  width: 6.25%;
}
.col-xs-pull-16 {
  right: 100%;
}
.col-xs-pull-15 {
  right: 93.75%;
}
.col-xs-pull-14 {
  right: 87.5%;
}
.col-xs-pull-13 {
  right: 81.25%;
}
.col-xs-pull-12 {
  right: 75%;
}
.col-xs-pull-11 {
  right: 68.75%;
}
.col-xs-pull-10 {
  right: 62.5%;
}
.col-xs-pull-9 {
  right: 56.25%;
}
.col-xs-pull-8 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 43.75%;
}
.col-xs-pull-6 {
  right: 37.5%;
}
.col-xs-pull-5 {
  right: 31.25%;
}
.col-xs-pull-4 {
  right: 25%;
}
.col-xs-pull-3 {
  right: 18.75%;
}
.col-xs-pull-2 {
  right: 12.5%;
}
.col-xs-pull-1 {
  right: 6.25%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-16 {
  left: 100%;
}
.col-xs-push-15 {
  left: 93.75%;
}
.col-xs-push-14 {
  left: 87.5%;
}
.col-xs-push-13 {
  left: 81.25%;
}
.col-xs-push-12 {
  left: 75%;
}
.col-xs-push-11 {
  left: 68.75%;
}
.col-xs-push-10 {
  left: 62.5%;
}
.col-xs-push-9 {
  left: 56.25%;
}
.col-xs-push-8 {
  left: 50%;
}
.col-xs-push-7 {
  left: 43.75%;
}
.col-xs-push-6 {
  left: 37.5%;
}
.col-xs-push-5 {
  left: 31.25%;
}
.col-xs-push-4 {
  left: 25%;
}
.col-xs-push-3 {
  left: 18.75%;
}
.col-xs-push-2 {
  left: 12.5%;
}
.col-xs-push-1 {
  left: 6.25%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-16 {
  margin-left: 100%;
}
.col-xs-offset-15 {
  margin-left: 93.75%;
}
.col-xs-offset-14 {
  margin-left: 87.5%;
}
.col-xs-offset-13 {
  margin-left: 81.25%;
}
.col-xs-offset-12 {
  margin-left: 75%;
}
.col-xs-offset-11 {
  margin-left: 68.75%;
}
.col-xs-offset-10 {
  margin-left: 62.5%;
}
.col-xs-offset-9 {
  margin-left: 56.25%;
}
.col-xs-offset-8 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 43.75%;
}
.col-xs-offset-6 {
  margin-left: 37.5%;
}
.col-xs-offset-5 {
  margin-left: 31.25%;
}
.col-xs-offset-4 {
  margin-left: 25%;
}
.col-xs-offset-3 {
  margin-left: 18.75%;
}
.col-xs-offset-2 {
  margin-left: 12.5%;
}
.col-xs-offset-1 {
  margin-left: 6.25%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16 {
    float: left;
  }
  .col-sm-16 {
    width: 100%;
  }
  .col-sm-15 {
    width: 93.75%;
  }
  .col-sm-14 {
    width: 87.5%;
  }
  .col-sm-13 {
    width: 81.25%;
  }
  .col-sm-12 {
    width: 75%;
  }
  .col-sm-11 {
    width: 68.75%;
  }
  .col-sm-10 {
    width: 62.5%;
  }
  .col-sm-9 {
    width: 56.25%;
  }
  .col-sm-8 {
    width: 50%;
  }
  .col-sm-7 {
    width: 43.75%;
  }
  .col-sm-6 {
    width: 37.5%;
  }
  .col-sm-5 {
    width: 31.25%;
  }
  .col-sm-4 {
    width: 25%;
  }
  .col-sm-3 {
    width: 18.75%;
  }
  .col-sm-2 {
    width: 12.5%;
  }
  .col-sm-1 {
    width: 6.25%;
  }
  .col-sm-pull-16 {
    right: 100%;
  }
  .col-sm-pull-15 {
    right: 93.75%;
  }
  .col-sm-pull-14 {
    right: 87.5%;
  }
  .col-sm-pull-13 {
    right: 81.25%;
  }
  .col-sm-pull-12 {
    right: 75%;
  }
  .col-sm-pull-11 {
    right: 68.75%;
  }
  .col-sm-pull-10 {
    right: 62.5%;
  }
  .col-sm-pull-9 {
    right: 56.25%;
  }
  .col-sm-pull-8 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 43.75%;
  }
  .col-sm-pull-6 {
    right: 37.5%;
  }
  .col-sm-pull-5 {
    right: 31.25%;
  }
  .col-sm-pull-4 {
    right: 25%;
  }
  .col-sm-pull-3 {
    right: 18.75%;
  }
  .col-sm-pull-2 {
    right: 12.5%;
  }
  .col-sm-pull-1 {
    right: 6.25%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-16 {
    left: 100%;
  }
  .col-sm-push-15 {
    left: 93.75%;
  }
  .col-sm-push-14 {
    left: 87.5%;
  }
  .col-sm-push-13 {
    left: 81.25%;
  }
  .col-sm-push-12 {
    left: 75%;
  }
  .col-sm-push-11 {
    left: 68.75%;
  }
  .col-sm-push-10 {
    left: 62.5%;
  }
  .col-sm-push-9 {
    left: 56.25%;
  }
  .col-sm-push-8 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 43.75%;
  }
  .col-sm-push-6 {
    left: 37.5%;
  }
  .col-sm-push-5 {
    left: 31.25%;
  }
  .col-sm-push-4 {
    left: 25%;
  }
  .col-sm-push-3 {
    left: 18.75%;
  }
  .col-sm-push-2 {
    left: 12.5%;
  }
  .col-sm-push-1 {
    left: 6.25%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-16 {
    margin-left: 100%;
  }
  .col-sm-offset-15 {
    margin-left: 93.75%;
  }
  .col-sm-offset-14 {
    margin-left: 87.5%;
  }
  .col-sm-offset-13 {
    margin-left: 81.25%;
  }
  .col-sm-offset-12 {
    margin-left: 75%;
  }
  .col-sm-offset-11 {
    margin-left: 68.75%;
  }
  .col-sm-offset-10 {
    margin-left: 62.5%;
  }
  .col-sm-offset-9 {
    margin-left: 56.25%;
  }
  .col-sm-offset-8 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 43.75%;
  }
  .col-sm-offset-6 {
    margin-left: 37.5%;
  }
  .col-sm-offset-5 {
    margin-left: 31.25%;
  }
  .col-sm-offset-4 {
    margin-left: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 18.75%;
  }
  .col-sm-offset-2 {
    margin-left: 12.5%;
  }
  .col-sm-offset-1 {
    margin-left: 6.25%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16 {
    float: left;
  }
  .col-md-16 {
    width: 100%;
  }
  .col-md-15 {
    width: 93.75%;
  }
  .col-md-14 {
    width: 87.5%;
  }
  .col-md-13 {
    width: 81.25%;
  }
  .col-md-12 {
    width: 75%;
  }
  .col-md-11 {
    width: 68.75%;
  }
  .col-md-10 {
    width: 62.5%;
  }
  .col-md-9 {
    width: 56.25%;
  }
  .col-md-8 {
    width: 50%;
  }
  .col-md-7 {
    width: 43.75%;
  }
  .col-md-6 {
    width: 37.5%;
  }
  .col-md-5 {
    width: 31.25%;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-md-3 {
    width: 18.75%;
  }
  .col-md-2 {
    width: 12.5%;
  }
  .col-md-1 {
    width: 6.25%;
  }
  .col-md-pull-16 {
    right: 100%;
  }
  .col-md-pull-15 {
    right: 93.75%;
  }
  .col-md-pull-14 {
    right: 87.5%;
  }
  .col-md-pull-13 {
    right: 81.25%;
  }
  .col-md-pull-12 {
    right: 75%;
  }
  .col-md-pull-11 {
    right: 68.75%;
  }
  .col-md-pull-10 {
    right: 62.5%;
  }
  .col-md-pull-9 {
    right: 56.25%;
  }
  .col-md-pull-8 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 43.75%;
  }
  .col-md-pull-6 {
    right: 37.5%;
  }
  .col-md-pull-5 {
    right: 31.25%;
  }
  .col-md-pull-4 {
    right: 25%;
  }
  .col-md-pull-3 {
    right: 18.75%;
  }
  .col-md-pull-2 {
    right: 12.5%;
  }
  .col-md-pull-1 {
    right: 6.25%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-16 {
    left: 100%;
  }
  .col-md-push-15 {
    left: 93.75%;
  }
  .col-md-push-14 {
    left: 87.5%;
  }
  .col-md-push-13 {
    left: 81.25%;
  }
  .col-md-push-12 {
    left: 75%;
  }
  .col-md-push-11 {
    left: 68.75%;
  }
  .col-md-push-10 {
    left: 62.5%;
  }
  .col-md-push-9 {
    left: 56.25%;
  }
  .col-md-push-8 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 43.75%;
  }
  .col-md-push-6 {
    left: 37.5%;
  }
  .col-md-push-5 {
    left: 31.25%;
  }
  .col-md-push-4 {
    left: 25%;
  }
  .col-md-push-3 {
    left: 18.75%;
  }
  .col-md-push-2 {
    left: 12.5%;
  }
  .col-md-push-1 {
    left: 6.25%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-16 {
    margin-left: 100%;
  }
  .col-md-offset-15 {
    margin-left: 93.75%;
  }
  .col-md-offset-14 {
    margin-left: 87.5%;
  }
  .col-md-offset-13 {
    margin-left: 81.25%;
  }
  .col-md-offset-12 {
    margin-left: 75%;
  }
  .col-md-offset-11 {
    margin-left: 68.75%;
  }
  .col-md-offset-10 {
    margin-left: 62.5%;
  }
  .col-md-offset-9 {
    margin-left: 56.25%;
  }
  .col-md-offset-8 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 43.75%;
  }
  .col-md-offset-6 {
    margin-left: 37.5%;
  }
  .col-md-offset-5 {
    margin-left: 31.25%;
  }
  .col-md-offset-4 {
    margin-left: 25%;
  }
  .col-md-offset-3 {
    margin-left: 18.75%;
  }
  .col-md-offset-2 {
    margin-left: 12.5%;
  }
  .col-md-offset-1 {
    margin-left: 6.25%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16 {
    float: left;
  }
  .col-lg-16 {
    width: 100%;
  }
  .col-lg-15 {
    width: 93.75%;
  }
  .col-lg-14 {
    width: 87.5%;
  }
  .col-lg-13 {
    width: 81.25%;
  }
  .col-lg-12 {
    width: 75%;
  }
  .col-lg-11 {
    width: 68.75%;
  }
  .col-lg-10 {
    width: 62.5%;
  }
  .col-lg-9 {
    width: 56.25%;
  }
  .col-lg-8 {
    width: 50%;
  }
  .col-lg-7 {
    width: 43.75%;
  }
  .col-lg-6 {
    width: 37.5%;
  }
  .col-lg-5 {
    width: 31.25%;
  }
  .col-lg-4 {
    width: 25%;
  }
  .col-lg-3 {
    width: 18.75%;
  }
  .col-lg-2 {
    width: 12.5%;
  }
  .col-lg-1 {
    width: 6.25%;
  }
  .col-lg-pull-16 {
    right: 100%;
  }
  .col-lg-pull-15 {
    right: 93.75%;
  }
  .col-lg-pull-14 {
    right: 87.5%;
  }
  .col-lg-pull-13 {
    right: 81.25%;
  }
  .col-lg-pull-12 {
    right: 75%;
  }
  .col-lg-pull-11 {
    right: 68.75%;
  }
  .col-lg-pull-10 {
    right: 62.5%;
  }
  .col-lg-pull-9 {
    right: 56.25%;
  }
  .col-lg-pull-8 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 43.75%;
  }
  .col-lg-pull-6 {
    right: 37.5%;
  }
  .col-lg-pull-5 {
    right: 31.25%;
  }
  .col-lg-pull-4 {
    right: 25%;
  }
  .col-lg-pull-3 {
    right: 18.75%;
  }
  .col-lg-pull-2 {
    right: 12.5%;
  }
  .col-lg-pull-1 {
    right: 6.25%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-16 {
    left: 100%;
  }
  .col-lg-push-15 {
    left: 93.75%;
  }
  .col-lg-push-14 {
    left: 87.5%;
  }
  .col-lg-push-13 {
    left: 81.25%;
  }
  .col-lg-push-12 {
    left: 75%;
  }
  .col-lg-push-11 {
    left: 68.75%;
  }
  .col-lg-push-10 {
    left: 62.5%;
  }
  .col-lg-push-9 {
    left: 56.25%;
  }
  .col-lg-push-8 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 43.75%;
  }
  .col-lg-push-6 {
    left: 37.5%;
  }
  .col-lg-push-5 {
    left: 31.25%;
  }
  .col-lg-push-4 {
    left: 25%;
  }
  .col-lg-push-3 {
    left: 18.75%;
  }
  .col-lg-push-2 {
    left: 12.5%;
  }
  .col-lg-push-1 {
    left: 6.25%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-16 {
    margin-left: 100%;
  }
  .col-lg-offset-15 {
    margin-left: 93.75%;
  }
  .col-lg-offset-14 {
    margin-left: 87.5%;
  }
  .col-lg-offset-13 {
    margin-left: 81.25%;
  }
  .col-lg-offset-12 {
    margin-left: 75%;
  }
  .col-lg-offset-11 {
    margin-left: 68.75%;
  }
  .col-lg-offset-10 {
    margin-left: 62.5%;
  }
  .col-lg-offset-9 {
    margin-left: 56.25%;
  }
  .col-lg-offset-8 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 43.75%;
  }
  .col-lg-offset-6 {
    margin-left: 37.5%;
  }
  .col-lg-offset-5 {
    margin-left: 31.25%;
  }
  .col-lg-offset-4 {
    margin-left: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 18.75%;
  }
  .col-lg-offset-2 {
    margin-left: 12.5%;
  }
  .col-lg-offset-1 {
    margin-left: 6.25%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'patron-light';
  src: url('../fonts/PatronWEB-Light.woff') format('woff'), url('../fonts/PatronWEB-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'patron-medium';
  src: url('../fonts/PatronWEB-Medium.woff') format('woff'), url('../fonts/PatronWEB-Medium.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
h1,
h2,
h3,
h4 {
  font-family: 'patron-light';
  font-weight: normal;
}
h2 {
  font-size: 28px;
  font-family: 'patron-medium';
}
strong {
  font-family: 'patron-medium';
  font-weight: normal;
}
body,
a {
  color: #0077c0;
}
body {
  margin: 0;
  font-family: 'patron-light';
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  body.lock {
    position: fixed;
    max-height: calc(100vh - 80px);
    overflow: hidden;
  }
}
body.fietsen * {
  color: #03432d;
}
body.fietsen .page-content h6 a {
  min-width: 140px;
  padding: 15px 15px;
  margin: 0;
  display: inline-block;
  background-color: #03432d;
  font-family: 'patron-medium';
  font-size: 19px;
  line-height: 19px;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
body.varen * {
  color: #0077c0;
}
body.wandelen * {
  color: #681622;
}
body.wandelen .page-content h6 a {
  min-width: 140px;
  padding: 15px 15px;
  margin: 0;
  display: inline-block;
  background-color: #681622;
  font-family: 'patron-medium';
  font-size: 19px;
  line-height: 19px;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.page {
  margin: 0;
}
.center {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .row {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .page p img {
    width: 100%;
    height: auto;
  }
}
.margin-top-header {
  margin-top: 80px !important;
}
@media screen and (min-width: 992px) {
  .margin-top-header {
    margin-top: 145px !important;
  }
}
.video-media {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  text-align: center;
  padding-bottom: 56.25%;
}
.video-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-button {
  display: none;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .responsive-button {
    display: block;
  }
}
.responsive-button a {
  width: 100%;
  height: 70px;
  margin-top: -50px;
}
@media (max-width: 991px) {
  .responsive-button a {
    margin-top: 0;
  }
}
.responsive-button a p {
  margin-top: 25px !important;
  margin-bottom: 20px;
}
.mailchimp {
  width: 100%;
  display: block;
}
.mailchimp .mc-field-group input {
  width: 100%;
  float: left;
  height: 50px;
  padding: 5px 155px 5px 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 19px;
}
.mailchimp .mc-field-group input.button {
  width: 140px;
  padding: 5px 10px;
  margin: 0 0 0 -140px;
  float: left;
  background-color: #0077c0;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mailchimp .mc-field-group input.button {
    width: 100%;
    margin: 0;
    float: left;
  }
}
.bottom-page-wrapper {
  padding-bottom: 50px;
}
.page-content h6 {
  display: block;
}
.page-content h6 a {
  min-width: 140px;
  padding: 15px 15px;
  margin: 0;
  display: inline-block;
  background-color: #0077c0;
  font-family: 'patron-medium';
  font-size: 19px;
  line-height: 19px;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.page-content h6 a:hover {
  opacity: 0.8;
}
.gform_wrapper {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  display: block !important;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.gform_wrapper input[type="text"] {
  padding: 15px 30px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  font-family: 'patron-medium' !important;
  font-size: 15px;
}
.gform_wrapper label.gfield_label {
  font-family: 'patron-medium';
  font-weight: 300 !important;
}
.gform_required_legend {
  display: none;
}
.gfield_product_13_50 .ginput_container_singleproduct,
.gfield_product_13_51 .ginput_container_singleproduct,
.gfield_product_13_70 .ginput_container_singleproduct,
.gfield_product_13_68 .ginput_container_singleproduct {
  margin-bottom: 0 !important;
}
.gfield_product_13_50 .ginput_product_price,
.gfield_product_13_51 .ginput_product_price,
.gfield_product_13_70 .ginput_product_price,
.gfield_product_13_67 .ginput_product_price,
.gfield_product_13_68 .ginput_product_price {
  color: #060 !important;
}
.gfield_price_13_50 .ginput_container,
.gfield_price_13_51 .ginput_container,
.gfield_price_13_70 .ginput_container,
.gfield_price_13_68 .ginput_container {
  margin-bottom: 0 !important;
}
.ginput_container_number .instruction {
  font-size: 12px !important;
  opacity: 0;
}
.ginput_container_number .instruction,
.ginput_container_number .instruction strong {
  color: #900;
}
.gform_button {
  -webkit-appearance: none;
  padding: 8px 12px;
  font-family: 'patron-light';
  font-size: 19px;
  background-color: #0077c0;
  border: 1px solid #0077c0;
  color: #ffffff !important;
  cursor: pointer;
}
.gform_wrapper span.ginput_product_price {
  color: #03432d !important;
}
.gform_wrapper .gfield_required {
  color: #0077c0 !important;
}
.gform_wrapper h3.gform_title {
  font-family: 'patron-medium';
  font-size: 28px !important;
}
.gsection {
  margin-bottom: 10px !important;
}
.gsection_title {
  font-size: 24px !important;
  margin-bottom: 10px !important;
}
.gsection_description {
  margin-top: 11px;
  font-size: 19px !important;
}
.gform_wrapper .gsection {
  border-bottom: 0 !important;
}
.validation_error,
.gform_wrapper li.gfield.gfield_error {
  padding-right: 16px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  text-align: left !important;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-bottom: 24px;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.2);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.share {
  margin-top: 45px;
  height: 90px;
  color: #ffffff;
  font-size: 19px;
  line-height: 30px;
}
.share__meta__icon {
  margin: 4px;
  text-decoration: none;
}
.share__meta__icon:hover .fa {
  color: #006aac;
}
.share__meta__label {
  margin-right: 10px;
  font-family: 'patron-light';
  color: #0077c0;
  font-size: 19px;
  line-height: 30px;
}
.transition-container {
  width: 100%;
  height: 100px;
  clear: both;
  background-color: #ededed;
}
.transition {
  position: relative;
  height: 50px;
  z-index: 2;
}
.transition-pink-20 {
  background-color: rgba(249, 203, 223, 0.2);
}
.transition-pink-70 {
  background-color: rgba(249, 203, 223, 0.7);
}
.transition-blue-20 {
  width: 100px;
  height: 100%;
  background-color: rgba(0, 119, 192, 0.2);
}
.transition-blue-70 {
  width: 50px;
  height: 100%;
  background-color: rgba(0, 119, 192, 0.7);
}
.transition-lightblue-20 {
  width: 100%;
  height: 50px;
  background-color: rgba(165, 205, 253, 0.2);
}
.transition-lightblue-70 {
  width: 100%;
  height: 50px;
  background-color: rgba(165, 205, 253, 0.7);
}
.transition-yellow-20 {
  background-color: rgba(255, 245, 112, 0.2);
}
.transition-yellow-70 {
  background-color: rgba(255, 245, 112, 0.7);
}
.logo {
  position: absolute;
  text-align: center;
  text-decoration: none;
}
.logo h1 {
  margin-top: 15px;
  font-size: 20px;
  line-height: 24px;
  -webkit-transition: font-size 0.2s, line-height 0.2s, margin 0.2s;
  transition: font-size 0.2s, line-height 0.2s, margin 0.2s;
}
@media screen and (min-width: 992px) {
  .logo h1 {
    margin-top: 30px;
    font-size: 36px;
    line-height: 40px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 900;
}
@media screen and (min-width: 992px) {
  .header {
    height: 125px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    height: 145px;
  }
}
.header-logo {
  left: 50%;
  margin-left: -125px;
  display: inline-block;
  width: 250px;
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
  .header-logo {
    margin-top: 0;
  }
}
.header-map-link,
.header-nav-link {
  position: absolute;
  top: 0;
  margin: 24px 15px;
  font-size: 21px;
  font-family: 'patron-medium';
  background-color: transparent;
  border: 0;
  color: #0077c0;
  outline: none;
  cursor: pointer;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
@media (max-width: 1199px) {
  .header-map-link,
  .header-nav-link {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .header-map-link,
  .header-nav-link {
    margin: 60px 50px;
    width: 200px;
  }
}
.header-map-link *,
.header-nav-link * {
  display: inline;
}
.header-map-link {
  left: 0;
  width: auto;
  padding: 10px 15px;
  margin: 16px 15px;
  background-color: rgba(255, 245, 112, 0.7);
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
.header-map-link:hover {
  background-color: #fff570;
}
.header-map-link span {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-map-link span {
    display: inline;
    margin-left: 8px;
  }
}
@media screen and (min-width: 992px) {
  .header-map-link {
    margin: 50px 50px;
    width: auto;
  }
}
.header-nav-link {
  right: 0;
  padding: 0;
  text-align: left;
  z-index: 101;
  cursor: pointer;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}
.header-nav-link * {
  display: inline;
}
@media screen and (min-width: 992px) {
  .header-nav-link {
    margin: 53px 50px 53px 0;
    width: 400px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .header-nav-link {
    margin: 20px 15px;
  }
}
.header-nav-link a {
  display: none;
  margin-right: 20px;
  font-size: 0.85em;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .header-nav-link a {
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .header-nav-link a {
    display: inline-block;
  }
}
.header-nav-link .schade {
  font-size: 21px;
}
@media (max-width: 1199px) {
  .header-nav-link .schade {
    font-size: 18px;
  }
}
.header-nav-link span {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-nav-link span {
    display: inline-block;
    margin-right: 8px;
  }
}
.header-nav-link span:last-child {
  margin-right: 0px;
}
@media (max-width: 992px) {
  .header-nav-link span.main-toggle {
    display: block;
    width: 36px;
  }
}
@media (max-width: 992px) {
  .header-nav-link span.main-toggle-active {
    height: 38px;
  }
}
@media (max-width: 992px) {
  .header-nav-link span.main-toggle-active .fa-close {
    right: 12px !important;
  }
}
.header-nav-link .fa-bars {
  display: inline-block;
}
.header-nav-link .fa-close {
  display: none;
}
.header-nav-link .nav-toggle {
  padding: 10px;
  border: 1px solid #0077c0;
  font-size: 16px;
  line-height: 16px;
}
.header-nav-link .nav-toggle.utility-toggle {
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%230077C0;%7D%0A%3C/style%3E%3Cg id='chevron-down'%3E%3Cpath id='Vector' class='st0' d='M0.2,0.2c0.3-0.2,0.7-0.2,0.9,0l3.4,3.3l3.4-3.3c0.3-0.2,0.7-0.2,0.9,0c0.3,0.2,0.3,0.6,0,0.9 L5,4.8C4.7,5.1,4.3,5.1,4,4.8L0.2,1.1C-0.1,0.8-0.1,0.4,0.2,0.2z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 10px center;
}
.header-nav-link .nav-toggle.utility-toggle-active {
  position: relative;
  padding-right: 10px;
  background: none !important;
}
.header-nav-link .nav-toggle.utility-toggle-active .fa-close {
  display: block !important;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
}
.main-nav-active .header-nav-link {
  position: fixed;
  margin: 20px 15px;
  color: #ffffff !important;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.main-nav-active .header-nav-link a {
  margin-right: 20px;
  color: #ffffff !important;
}
@media screen and (min-width: 992px) {
  .main-nav-active .header-nav-link {
    margin: 53px 50px 53px 0;
    width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .main-nav-active .header-nav-link span {
    color: #ffffff;
  }
}
.main-nav-active .header-nav-link .nav-toggle {
  border: 1px solid #ffffff;
}
.main-nav-active .header-nav-link .nav-toggle.main-toggle-active {
  position: relative;
  padding-right: 26px;
}
.main-nav-active .header-nav-link .nav-toggle.main-toggle-active .fa-close {
  display: block !important;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
}
.main-nav-active .header-nav-link .nav-toggle.main-toggle-active .fa-bars {
  display: none;
}
.main-nav-active .header-nav-link .nav-toggle.utility-toggle {
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='chevron-down'%3E%3Cpath id='Vector' class='st0' d='M0.2,0.2c0.3-0.2,0.7-0.2,0.9,0l3.4,3.3l3.4-3.3c0.3-0.2,0.7-0.2,0.9,0c0.3,0.2,0.3,0.6,0,0.9 L5,4.8C4.7,5.1,4.3,5.1,4,4.8L0.2,1.1C-0.1,0.8-0.1,0.4,0.2,0.2z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 10px center;
}
.utility-nav-active .header-nav-link {
  position: fixed;
  margin: 20px 15px;
  color: #ffffff !important;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.utility-nav-active .header-nav-link a {
  margin-right: 20px;
  color: #ffffff !important;
}
@media screen and (min-width: 992px) {
  .utility-nav-active .header-nav-link {
    margin: 53px 50px 53px 0;
    width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .utility-nav-active .header-nav-link span {
    color: #ffffff;
  }
}
.utility-nav-active .header-nav-link .nav-toggle {
  border: 1px solid #ffffff;
}
.utility-nav-active .header-nav-link .nav-toggle.utility-toggle-active {
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='chevron-down'%3E%3Cpath id='Vector' class='st0' d='M0.2,0.2c0.3-0.2,0.7-0.2,0.9,0l3.4,3.3l3.4-3.3c0.3-0.2,0.7-0.2,0.9,0c0.3,0.2,0.3,0.6,0,0.9 L5,4.8C4.7,5.1,4.3,5.1,4,4.8L0.2,1.1C-0.1,0.8-0.1,0.4,0.2,0.2z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 10px center;
}
.utility-nav-active .header-nav-link .nav-toggle.utility-toggle-active .fa-close {
  display: none;
}
.utility-nav-active .header-nav-link .nav-toggle.main-toggle .fa-bars {
  color: #ffffff;
}
.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
  height: 80px;
  background-color: #0077c0;
  -webkit-transition: top, background-color 0.35s ease;
  transition: top, background-color 0.35s ease;
}
@media screen and (min-width: 992px) {
  .header-fixed {
    height: 100px;
  }
}
.header-fixed * {
  color: #ffffff !important;
}
.header-fixed .header-nav-link,
.header-fixed .header-map-link {
  margin-top: 24px;
  font-size: 19px;
}
@media screen and (min-width: 992px) {
  .header-fixed .header-nav-link,
  .header-fixed .header-map-link {
    margin-top: 35px;
  }
}
.header-fixed .header-nav-link .nav-toggle {
  border: 1px solid #ffffff;
}
.header-fixed .header-nav-link .nav-toggle.utility-toggle {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='chevron-down'%3E%3Cpath id='Vector' class='st0' d='M0.2,0.2c0.3-0.2,0.7-0.2,0.9,0l3.4,3.3l3.4-3.3c0.3-0.2,0.7-0.2,0.9,0c0.3,0.2,0.3,0.6,0,0.9 L5,4.8C4.7,5.1,4.3,5.1,4,4.8L0.2,1.1C-0.1,0.8-0.1,0.4,0.2,0.2z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 10px center;
}
.header-fixed .header-map-link {
  margin-top: 26px;
  background-color: white;
  color: #0077c0 !important;
}
@media screen and (max-width: 992px) {
  .header-fixed .header-map-link {
    margin-top: 16px !important;
  }
}
.header-fixed .header-map-link span,
.header-fixed .header-map-link .fa {
  color: #0077c0 !important;
}
.header-fixed .header-map-link:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.header-fixed .header-logo h1 {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .header-fixed .header-logo h1 {
    margin-top: 18px;
    font-size: 24px;
    line-height: 30px;
  }
}
.varen .header-fixed {
  background-color: #0077c0;
}
.varen .header-fixed .header-map-link span,
.varen .header-fixed .header-map-link .fa {
  color: #0077c0 !important;
}
.fietsen .header-fixed {
  background-color: #03432d;
}
.fietsen .header-fixed .header-map-link span,
.fietsen .header-fixed .header-map-link .fa {
  color: #03432d !important;
}
.wandelen .header-fixed {
  background-color: #681622;
}
.wandelen .header-fixed .header-map-link span,
.wandelen .header-fixed .header-map-link .fa {
  color: #681622 !important;
}
.footer {
  position: relative;
  background-color: #f9cbdf;
  overflow: hidden;
}
.footer-col {
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .footer-col {
    height: 365px;
  }
}
@media screen and (min-width: 992px) {
  .footer-logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.footer-social {
  margin: 60px 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer-social {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.footer-social ul {
  padding: 0;
}
.footer-social li {
  margin-right: 15px;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.footer-social * {
  color: rgba(0, 0, 0, 0.2) !important;
}
.footer-address {
  margin: 0 0 60px 0;
  display: block;
}
@media screen and (min-width: 992px) {
  .footer-address {
    margin: 0 30px 60px 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.main-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
@media screen and (min-width: 992px) {
  .main-nav {
    right: -440px;
    width: 440px;
    overflow: visible;
  }
}
.main-nav .transition {
  position: absolute;
}
.main-nav .transition-blue-20 {
  left: 0;
}
.main-nav .transition-blue-70 {
  left: 0;
}
.main-nav .utility-nav-list {
  display: none;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .main-nav .utility-nav-list {
    display: block;
    padding-top: 0px;
  }
}
.main-nav-overlay {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.main-nav-active {
  right: 0;
}
.main-nav-active .transition-blue-20 {
  left: -100px;
}
.main-nav-active .transition-blue-70 {
  left: -50px;
}
.main-nav-active .main-nav-overlay {
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  visibility: visible;
}
.main-nav-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0077c0;
  overflow-x: visible;
  overflow-y: scroll;
}
@media screen and (min-width: 992px) {
  .main-nav-content {
    top: 0;
    height: 100%;
    overflow: visible;
  }
}
.main-nav-list {
  margin: 0;
  padding: 60px 45px 45px 45px;
  list-style: none;
  overflow: scroll;
}
@media screen and (min-width: 992px) {
  .main-nav-list {
    padding: 150px 40px 0 40px;
  }
}
.main-nav-list * {
  color: #ffffff !important;
}
.main-nav-list .menu-item {
  font-size: 22px;
  line-height: 34px;
}
@media (max-width: 575px) {
  .main-nav-list .menu-item {
    font-size: 20px;
    line-height: 30px;
  }
}
.main-nav-list .menu-item a {
  text-decoration: none;
}
.main-nav-list .current-menu-item > a,
.main-nav-list a:hover {
  color: #f9cbdf !important;
}
.main-nav-list .sub-menu {
  margin-bottom: 20px;
  padding-left: 15px;
  display: none;
}
.main-nav-list .sub-menu .menu-item {
  font-size: 16px;
  line-height: 24px;
  list-style: none;
}
.main-nav-searchform {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .main-nav-searchform {
    position: relative;
    margin-top: 15px;
    padding: 30px 40px;
  }
}
.main-nav-searchform input {
  display: block;
  padding: 30px 45px;
  width: 100%;
  height: 80px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  outline: none;
  font-family: 'patron-light';
  font-size: 22px;
  line-height: 34px;
  -webkit-appearance: none;
}
@media screen and (min-width: 992px) {
  .main-nav-searchform input {
    padding: 10px 30px;
  }
}
.main-nav-searchform ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.main-nav-searchform :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}
.main-nav-searchform ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}
.main-nav-searchform :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.main-nav-fadeout {
  display: none;
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
  height: 90px;
  float: right;
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(0, 119, 192, 0)), to(#0077c0));
  background: linear-gradient(to left top, rgba(0, 119, 192, 0), #0077c0);
  background: -webkit-linear-gradient(to left top, rgba(0, 119, 192, 0), #0077c0);
  pointer-events: none;
}
.utility-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
@media screen and (min-width: 992px) {
  .utility-nav {
    right: -440px;
    width: 440px;
    overflow: visible;
  }
}
.utility-nav .transition {
  position: absolute;
}
.utility-nav .transition-blue-20 {
  left: 0;
}
.utility-nav .transition-blue-70 {
  left: 0;
}
.utility-nav-overlay {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.utility-nav-active {
  right: 0;
}
.utility-nav-active .transition-blue-20 {
  left: -100px;
}
.utility-nav-active .transition-blue-70 {
  left: -50px;
}
.utility-nav-active .utility-nav-overlay {
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  visibility: visible;
}
.utility-nav-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0077c0;
  overflow-x: visible;
  overflow-y: scroll;
}
@media screen and (min-width: 992px) {
  .utility-nav-content {
    top: 0;
    height: 100%;
    overflow: visible;
  }
}
.utility-nav-list {
  margin: 0;
  padding: 60px 45px 45px 45px;
  list-style: none;
  overflow: scroll;
}
@media screen and (min-width: 992px) {
  .utility-nav-list {
    padding: 150px 40px 0 40px;
  }
}
.utility-nav-list * {
  color: #ffffff !important;
}
.utility-nav-list .menu-item {
  font-size: 22px;
  line-height: 34px;
}
@media (max-width: 575px) {
  .utility-nav-list .menu-item {
    font-size: 20px;
    line-height: 30px;
  }
}
.utility-nav-list .menu-item a {
  text-decoration: none;
}
.utility-nav-list .current-menu-item > a,
.utility-nav-list a:hover {
  color: #f9cbdf !important;
}
.utility-nav-list .sub-menu {
  margin-bottom: 20px;
  padding-left: 15px;
  display: none;
}
.utility-nav-list .sub-menu .menu-item {
  font-size: 16px;
  line-height: 24px;
  list-style: none;
}
.utility-nav-searchform {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .utility-nav-searchform {
    position: relative;
    margin-top: 15px;
    padding: 30px 40px;
  }
}
.utility-nav-searchform input {
  display: block;
  padding: 30px 45px;
  width: 100%;
  height: 80px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  outline: none;
  font-family: 'patron-light';
  font-size: 22px;
  line-height: 34px;
  -webkit-appearance: none;
}
@media screen and (min-width: 992px) {
  .utility-nav-searchform input {
    padding: 10px 30px;
  }
}
.utility-nav-searchform ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.utility-nav-searchform :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}
.utility-nav-searchform ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}
.utility-nav-searchform :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.utility-nav-fadeout {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
  height: 90px;
  float: right;
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(0, 119, 192, 0)), to(#0077c0));
  background: linear-gradient(to left top, rgba(0, 119, 192, 0), #0077c0);
  background: -webkit-linear-gradient(to left top, rgba(0, 119, 192, 0), #0077c0);
  pointer-events: none;
}
.sub-nav-container {
  position: relative;
  margin: 0 !important;
  min-width: 100%;
}
@media screen and (min-width: 992px) {
  .sub-nav-container {
    overflow-y: hidden;
  }
}
.sub-nav-container.row {
  margin: 0 -10px !important;
}
.sub-nav {
  position: relative;
  margin: 0;
  padding: 0 30px;
  height: 90px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  background-color: #0077c0;
}
@media screen and (min-width: 768px) {
  .sub-nav {
    height: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-nav {
    text-align: center;
  }
}
.fietsen .sub-nav {
  background-color: #03432d;
}
.fietsen .sub-nav .menu-item a:hover {
  color: #fff570;
}
.varen .sub-nav {
  background-color: #0077c0;
}
.wandelen .sub-nav {
  background-color: #681622;
}
.wandelen .sub-nav .menu-item a:hover {
  color: #fff570;
}
.sub-nav .menu-item {
  display: inline-block;
  list-style: none;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
}
.sub-nav .menu-item a {
  display: inline-block;
  padding: 20px 15px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (min-width: 768px) {
  .sub-nav .menu-item a {
    padding: 33px 15px;
  }
}
.sub-nav .menu-item a:hover {
  color: #f9cbdf;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.sub-nav .current_page_item a {
  color: #f9cbdf;
}
@media screen and (max-width: 1199px) {
  .sub-nav-fadeout {
    position: absolute;
    right: 0;
    width: 60px;
    height: 90px;
    float: right;
    z-index: 1;
    pointer-events: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .wandelen .sub-nav-fadeout {
    background: -webkit-gradient(linear, right top, left top, from(rgba(104, 22, 34, 0)), to(#681622));
    background: linear-gradient(to left, rgba(104, 22, 34, 0), #681622);
    background: -webkit-linear-gradient(to left, rgba(104, 22, 34, 0), #681622);
  }
  .varen .sub-nav-fadeout,
  .marrekrite .sub-nav-fadeout {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 119, 192, 0)), to(#0077c0));
    background: linear-gradient(to left, rgba(0, 119, 192, 0), #0077c0);
    background: -webkit-linear-gradient(to left, rgba(0, 119, 192, 0), #0077c0);
  }
  .fietsen .sub-nav-fadeout {
    background: -webkit-gradient(linear, right top, left top, from(rgba(3, 67, 45, 0)), to(#03432d));
    background: linear-gradient(to left, rgba(3, 67, 45, 0), #03432d);
    background: -webkit-linear-gradient(to left, rgba(3, 67, 45, 0), #03432d);
  }
}
.sub-nav > li:first-child {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}
.sub-nav > li:first-child a {
  margin: 0 -57px 0 0;
  margin-left: 0;
  width: 115px;
  height: 90px;
  background-color: #ffffff;
  background-size: 80%;
  background-position: center;
  text-indent: -9999px;
  float: right;
  background-image: url('../img/logo-varen.svg');
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .sub-nav > li:first-child a {
    float: left;
  }
}
.wandelen .sub-nav > li:first-child a {
  background-image: url('../img/logo-wandelen.svg');
}
.varen .sub-nav > li:first-child a {
  background-image: url('../img/logo-varen.svg');
}
.fietsen .sub-nav > li:first-child a {
  background-image: url('../img/logo-fietsen.svg');
}
@media screen and (min-width: 1200px) {
  .sub-nav > li:first-child {
    display: block;
  }
}
#menu-marrekrite li:first-child {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
}
#menu-marrekrite li:first-child a {
  background: transparent !important;
  height: auto;
  width: auto;
  float: none;
  text-indent: 0;
  margin: 0;
}
.sub-nav .cta-nav > a {
  padding-top: 9px;
  height: 34px;
  background-color: #006aac;
  -webkit-transition: none;
  transition: none;
  color: #ffffff;
  margin-top: 24px;
}
@media screen and (max-width: 1199px) {
  .sub-nav .cta-nav > a {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .sub-nav .cta-nav > a {
    display: inline-block;
    padding: 33px 15px;
    text-decoration: none;
    color: #fff;
    height: auto;
    margin: 0;
    float: none;
    background-color: transparent;
  }
}
.sub-nav .cta-nav > a::before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  padding-right: 6px;
}
@media (max-width: 991px) {
  .sub-nav .cta-nav > a::before {
    display: none;
  }
}
.sub-nav .cta-nav > a:hover {
  color: #ffffff;
}
.sub-nav .cta-nav > a:hover > .sub-menu {
  display: block;
}
.menu-item-has-children .sub-menu {
  display: none !important;
}
.sub-nav .sub-menu {
  position: absolute;
  display: none;
  background-color: #006aac;
  padding: 10px 26px;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .sub-nav .sub-menu {
    display: inline-block;
    float: right;
    margin-left: 90px;
    width: 240px;
    height: 42px;
  }
  .sub-nav .sub-menu a {
    line-height: inherit !important;
  }
}
.sub-nav .sub-menu .menu-item {
  display: block;
}
@media screen and (max-width: 1199px) {
  .sub-nav .sub-menu .menu-item {
    margin-right: 10px;
    display: inline-block;
  }
}
.sub-nav .sub-menu a {
  display: inline;
  padding: 0;
  color: inherit;
  line-height: 30px;
  color: #ffffff;
}
.portal {
  display: none;
}
@media screen and (min-width: 992px) {
  .portal {
    display: block;
  }
}
.portal .row {
  margin: 0 -15px;
}
.portal .row:nth-child(2) {
  background: rgba(249, 203, 223, 0.7);
}
.portal-content {
  margin: auto;
}
@media (min-width: 992px) {
  .portal-content {
    max-width: 1400px;
  }
}
.portal-portlet {
  padding: 0;
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.portal-portlet:hover {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.portal-portlet.category-camperen {
  display: none !important;
}
.portal-portlet.category-fietsen:hover {
  background-color: #033926;
}
.portal-portlet.category-varen:hover {
  background-color: #006aac;
}
.portal-portlet.category-wandelen:hover {
  background-color: #57121c;
}
@media screen and (min-width: 992px) {
  .portal-portlet {
    width: 33.333%;
  }
}
.portal-portlet * {
  color: #ffffff;
}
.portal-portlet-wimpel {
  margin-left: 0;
  height: 85px;
  background-color: rgba(0, 119, 192, 0.6);
  color: #ffffff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.portal-portlet-wimpel:hover {
  background-color: #0077c0;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (min-width: 992px) {
  .portal-portlet-wimpel {
    margin-left: 33.333%;
  }
}
.portal-portlet-wimpel .portal-portlet-more {
  margin-top: 30px;
}
.portal-portlet-image {
  margin-bottom: 40px;
  width: 100%;
  height: 224px;
  -o-object-fit: cover;
  object-fit: cover;
}
.portal-portlet-title {
  margin: 0;
  margin-bottom: 60px;
  text-decoration: none;
  text-transform: lowercase;
  font-family: 'patron-light';
  font-size: 21px;
}
.portal-portlet-title::before {
  margin: 0 auto 5px auto;
  display: block;
  width: 50%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .portal-portlet-title::before {
    width: 150px;
    height: 76px !important;
  }
}
.category-fietsen .portal-portlet-title::before {
  content: url('../img/logo-fietsen-diap.svg');
}
.category-varen .portal-portlet-title::before {
  content: url('../img/logo-varen-diap.svg');
}
.category-wandelen .portal-portlet-title::before {
  content: url('../img/logo-wandelen-diap.svg');
}
.portal-portlet-more {
  margin-bottom: 35px;
  display: block;
  font-size: 15px;
  font-family: 'patron-medium';
}
.portal a .portal-portlet-logo {
  width: 132px;
  height: auto;
}
.portal-portlet.category-fietsen {
  background-color: #03432d;
}
.portal-portlet.category-varen {
  background-color: #0077c0;
}
.portal-portlet.category-wandelen {
  background-color: #681622;
}
.portal-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.portal-mobile {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .portal-mobile {
    display: none;
  }
}
.portal-mobile .row {
  margin: 0;
}
.portal-mobile .portal-image-slider {
  height: 380px;
}
@media (max-width: 767px) {
  .portal-mobile .portal-image-slider {
    height: 280px;
  }
}
.portal-mobile .portal-image-slider .image-wrapper {
  width: 100%;
  height: 380px;
  position: relative;
}
.portal-mobile .portal-image-slider .image-wrapper .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center center;
}
.portal-mobile .portal-content {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .portal-mobile .portal-content {
    margin-bottom: 0;
  }
}
.portal-mobile .portal-content .slick-list {
  overflow: visible;
}
.portal-mobile .portal-content .slick-list .portal-portlet {
  padding: 0;
  margin: 0;
  height: 35vw;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
}
.portal-mobile .portal-content .slick-list .portal-portlet img {
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.portal-mobile .portal-content .slick-list .portal-portlet .portal-portlet-content {
  height: calc(40vw);
}
.portal-mobile .portal-content .slick-list .portal-portlet .portal-portlet-title {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 15px;
  font-family: 'patron-light';
}
@media (max-width: 767px) {
  .portal-mobile .portal-content .slick-list .portal-portlet .portal-portlet-title {
    margin-top: 15px;
  }
}
.portal-mobile .portal-content .slick-list .portal-portlet .portal-portlet-more {
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 50px;
  margin: 0;
  padding-top: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  display: block;
  font-size: 14px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
}
@media (max-width: 767px) {
  .portal-mobile .portal-content .slick-list .portal-portlet .portal-portlet-more {
    padding-top: 9px;
    bottom: -15px;
    height: 30px;
    font-size: 10px;
  }
}
.portal-mobile .portal-content .slick-list .portal-portlet .portal-portlet-more:focus {
  outline: none;
}
.portal-mobile .portal-content .slick-list .portal-portlet.slick-center {
  outline: none;
  margin-top: -55px;
  height: 40vw;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
@media (max-width: 575px) {
  .portal-mobile .portal-content .slick-list .portal-portlet.slick-center {
    margin-top: -35px;
  }
}
.portal-mobile .portal-content .slick-list .portal-portlet.slick-active .portal-portlet-more {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.intro {
  margin: 0px 0 0 0;
  padding: 205px 0 60px 0;
  background-color: #f9cbdf;
  background-image: url('../img/intro-background.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.intro-content {
  margin-bottom: 60px;
  padding: 0;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .intro-content {
    padding: 15px;
    font-size: 25px;
  }
}
.intro-aside {
  font-size: 15px;
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  .intro-aside {
    padding: 90px 15px;
  }
}
.intro-more {
  text-decoration: none;
  font-family: 'patron-medium';
}
.intro-more .fa {
  font-size: 20px;
}
.page-figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-figure {
    height: 435px;
  }
}
.page-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}
.page-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-content {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 19px;
}
@media screen and (min-width: 992px) {
  .page-content {
    margin-top: 60px;
    margin-bottom: 60px;
    min-height: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
@media (max-width: 992px) {
  .page-content {
    width: 100%;
    float: left;
  }
}
.page-content p {
  margin-top: 0;
}
.page-content .button {
  padding: 15px 30px;
  background: #0077c0;
  margin: 0 10px;
  color: white;
  font-size: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.page-content .button:hover {
  opacity: 0.8;
}
.page-donateur {
  background-color: #86d0ca;
}
.page-donateur-content {
  margin: 90px 0;
}
.page-donateur-title {
  font-family: 'patron-medium';
  color: #ffffff;
}
.page-donateur-body {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 50px;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .page-donateur-body {
    font-size: 19px;
    line-height: 30px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.page-donateur-button {
  display: block;
  font-family: 'patron-medium';
  font-size: 19px;
  color: #ffffff;
  text-decoration: none;
}
.page-donateur-button .fa {
  margin-right: 10px;
}
.home .page-donateur {
  margin-top: -100px;
}
.home .page-donateur .page-donateur-content {
  margin-top: 150px;
}
.news-index {
  padding-bottom: 62px;
  background-color: #ededed;
}
.news-index a {
  text-decoration: none;
}
.news-index-title {
  margin-top: 40px;
  margin-bottom: 45px;
}
.home .news-index {
  margin-top: -85px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1200px) {
  .home .news-index {
    margin-top: -50px;
    padding-top: 70px;
  }
}
.pagination,
.mk_pagination {
  display: inline-block;
  list-style: none;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  padding: 0;
}
.pagination-item {
  display: inline-block;
}
.pagination-item,
.page-numbers {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  background-color: #d2d2d2;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'patron-medium';
  font-size: 16px;
}
.pagination-item.current,
.page-numbers.current,
.pagination-item:hover,
.page-numbers:hover,
.pagination-item--active,
.page-numbers--active {
  background-color: #0077c0;
}
#news {
  opacity: 1;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
body.loading #news {
  opacity: 0.5;
}
.news-item {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.news-item:hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.7;
}
a article {
  opacity: 1;
}
a.loading article {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.news-item-figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 208px;
  background-color: #d2d2d2;
}
.news-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-item-label {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 168px;
  margin-right: 10px;
  background-color: #0077c0;
  width: 90px;
  height: 80px;
  background-repeat: no-repeat;
  padding: 15px 15px;
  text-transform: lowercase;
}
.news-item-label::before {
  display: block;
  width: 60px;
  height: 35px;
}
.category-fietsen .news-item-label {
  background-color: #03432d;
}
.category-fietsen .news-item-label::before {
  content: url('../img/logo-fietsen-diap.svg');
  background-repeat: no-repeat;
}
.category-marrekrite .news-item-label,
.category-varen .news-item-label {
  background-color: #0077c0;
}
.category-marrekrite .news-item-label::before,
.category-varen .news-item-label::before {
  content: url('../img/logo-varen-diap.svg');
  background-repeat: no-repeat;
}
.category-wandelen .news-item-label {
  background-color: #681622;
}
.category-wandelen .news-item-label::before {
  content: url('../img/logo-wandelen-diap.svg');
  background-repeat: no-repeat;
}
.news-item-label img {
  margin: 15px 15px 0 15px;
  width: 55px;
  height: auto;
}
.news-item-label h3,
.news-item-label h3 strong {
  margin-top: 0;
  font-size: 9px;
  line-height: 10px;
  color: #ffffff;
  text-align: center;
}
.news-item-content {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ffffff;
}
.news-item-title {
  margin: 0 0 5px 0;
  font-family: 'patron-medium';
  font-size: 19px;
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .news-item-title {
    width: calc(100% - 90px);
  }
}
.news-item-date {
  display: block;
  height: 14px;
  font-size: 11px;
}
.news-item-body {
  margin-bottom: 15px;
  font-family: 'Georgia', serif;
  font-size: 15px;
  line-height: 25px;
  height: 112px;
  overflow: hidden;
}
.sub-index {
  margin-top: 75px;
  background-color: #ffffff;
}
.sub-item {
  margin-bottom: 50px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sub-item:hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.7;
}
.sub-item a {
  text-decoration: none;
}
.sub-item-figure {
  margin: 0;
  width: 100%;
  max-height: 220px;
  overflow: hidden;
}
.sub-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub-item-content {
  background-color: #ededed;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .sub-item-content {
    height: 550px;
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-item-content {
    font-size: 19px;
    line-height: 25px;
  }
}
.sub-item-body {
  padding: 30px 40px;
}
.sub-item-button {
  padding: 30px;
  width: 100%;
  background-color: #0077c0;
  color: #ffffff !important;
  font-family: 'patron-medium';
  font-size: 16px;
  text-align: center;
}
.sub-item-button .fa {
  color: #ffffff;
}
.single-figure {
  margin: 0;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .single-figure {
    margin: 0 -45px;
  }
}
@media screen and (min-width: 992px) {
  .single-figure {
    height: 440px;
  }
}
.single-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}
.single-image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .single-image {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.single-label {
  background-color: #0077c0;
  width: 90px;
  height: 80px;
  background-repeat: no-repeat;
  padding: 15px;
  text-transform: lowercase;
}
.single-label::before {
  display: block;
  width: 60px;
  height: 35px;
}
.category-fietsen .single-label,
.fietsen .single-label {
  background-color: #03432d;
}
.category-fietsen .single-label::before,
.fietsen .single-label::before {
  content: url('../img/logo-fietsen-diap.svg');
  background-repeat: no-repeat;
}
.category-marrekrite .single-label,
.marrekrite .single-label,
.category-varen .single-label,
.varen .single-label {
  background-color: #0077c0;
}
.category-marrekrite .single-label::before,
.marrekrite .single-label::before,
.category-varen .single-label::before,
.varen .single-label::before {
  content: url('../img/logo-varen-diap.svg');
  background-repeat: no-repeat;
}
.category-wandelen .single-label,
.wandelen .single-label {
  background-color: #681622;
}
.category-wandelen .single-label::before,
.wandelen .single-label::before {
  content: url('../img/logo-wandelen-diap.svg');
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .single-label {
    margin-top: -64px;
  }
}
.single-label img {
  margin: 15px 15px 0 15px;
  width: 55px;
  height: auto;
}
.single-label h3,
.single-label h3 strong {
  margin-top: 0;
  font-size: 9px;
  line-height: 10px;
  color: #ffffff;
  text-align: center;
}
.single-title {
  margin: 23px 0 20px 0;
  font-family: 'patron-medium';
  font-size: 45px;
  line-height: 48px;
}
@media screen and (max-width: 1199px) {
  .single-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.single-date {
  display: block;
  margin-bottom: 20px;
}
.single-excerpt {
  margin-bottom: 20px;
  font-size: 19px;
}
.single-body {
  margin-bottom: 140px;
  font-family: 'Georgia', sans-serif;
  font-size: 15px;
  line-height: 25px;
}
@media screen and (max-width: 1199px) {
  .single-body {
    margin-bottom: 0;
  }
}
.news-single-figure {
  margin: 0;
  width: 100%;
  height: auto;
}
.news-single-image {
  width: 100%;
  height: auto;
}
section.page .gallery-slider-container {
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  section.page .gallery-slider-container {
    display: none;
  }
}
section.page .gallery-slider {
  margin-left: -580px;
  overflow: visible;
}
section.page .gallery-slider .gallery-slider-img {
  outline: none;
}
@media screen and (min-width: 1200px) {
  section.page .gallery-slider .gallery-slider-img {
    width: 580px;
  }
}
section.page .gallery-slider .gallery-slider-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}
section.page .gallery-slider .slick-current,
section.page .gallery-slider .gallery-slider-next-slide {
  opacity: 1;
}
section.page .gallery-slider span {
  margin-top: 0.5em;
  float: right;
  font-size: 12px;
  text-align: right;
}
section.page .slick-list {
  z-index: 0;
}
section.page .slick-prev,
section.page .slick-next {
  position: absolute;
  top: 0;
  display: block;
  width: 1000px;
  height: 350px;
  z-index: 1;
  border: 0;
  background-color: rgba(255, 255, 255, 0.6);
  outline: none;
  text-indent: -9999px;
  cursor: pointer;
}
section.page .slick-prev {
  left: 50%;
  margin-left: -1280px;
}
section.page .slick-next {
  right: 50%;
  margin-right: -1880px;
}
section.page .slick-slide {
  height: auto;
}
section.marboei div.row.marboei {
  padding-top: 60px;
}
section.marboei .gallery-slider-container {
  margin: 0;
}
section.marboei .marboei-title {
  margin: 0;
  font-family: 'patron-medium';
}
.marboei-body {
  font-size: 19px;
  line-height: 25px;
}
.marboei-slider {
  width: 100%;
}
section.marboei .gallery-slider-img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1199px) {
  section.marboei .gallery-slider-img {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  section.marboei .gallery-slider-img {
    height: 200px;
  }
}
section.marboei .gallery-slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.marboei .gallery-slider-desc,
section.marboei .gallery-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 30px auto;
  margin-left: -570px;
  width: 1140px;
}
@media screen and (max-width: 1199px) {
  section.marboei .gallery-slider-desc,
  section.marboei .gallery-slider .slick-dots {
    margin-left: -470px;
    width: 940px;
  }
}
@media screen and (max-width: 991px) {
  section.marboei .gallery-slider-desc,
  section.marboei .gallery-slider .slick-dots {
    left: 0;
    margin: 0 !important;
    padding: 30px;
    width: 100%;
  }
}
section.marboei .gallery-slider-desc {
  color: #ffffff !important;
}
section.marboei .gallery-slider .slick-dots {
  list-style: none;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  section.marboei .gallery-slider .slick-dots {
    margin-bottom: 30px;
  }
}
section.marboei .gallery-slider .slick-dots li {
  display: inline-block;
}
section.marboei .gallery-slider .slick-dots button {
  padding: 0;
  margin: 4px;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  outline: none;
  opacity: 0.4;
}
section.marboei .gallery-slider .slick-dots .slick-active button {
  opacity: 1;
}
.marboei-more {
  padding: 30px;
  display: block;
  width: 100%;
  background-color: #0077c0;
  color: #ffffff !important;
  text-decoration: none;
  font-family: 'patron-medium';
  text-align: center;
}
.marboei-more * {
  color: #ffffff !important;
}
.offcanvas-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  height: 100%;
  -webkit-transform: translate3d(0, -100vh, 0);
  transform: translate3d(0, -100vh, 0);
  -webkit-transition: transform 0.5s ease-out;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.offcanvas-top.active {
  background-color: white;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.5s ease-out;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.map-close {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('../img/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  cursor: pointer;
  -webkit-transition: background-color 350ms;
  transition: background-color 350ms;
}
.map-close * {
  color: #0077c0 !important;
}
.map-close i {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 45px;
  text-align: center;
  font-family: "Lucida Console", Monaco, monospace;
  font-style: normal;
  font-size: 45px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  .map-close {
    width: 50px;
    height: 50px;
  }
  .map-close i {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 2.75rem;
  }
}
.map-close:hover {
  background-color: #fff570;
  background-size: 24px;
  -webkit-transition: background-color 350ms;
  transition: background-color 350ms;
}
.page .offcanvas-top.active .map-close,
.single .offcanvas-top.active .map-close,
.search .offcanvas-top.active .map-close {
  display: block;
}
@media (max-width: 575px) {
  .page .offcanvas-top.active .map-close.hide-on-mobile,
  .single .offcanvas-top.active .map-close.hide-on-mobile,
  .search .offcanvas-top.active .map-close.hide-on-mobile {
    display: none !important;
  }
}
.page .offcanvas-top.active .map-close span,
.single .offcanvas-top.active .map-close span,
.search .offcanvas-top.active .map-close span {
  display: none;
}
iframe {
  width: 100%;
  height: 100%;
}
.search-results {
  min-height: calc(100vh - 465px);
}
.search-item {
  margin-bottom: 60px;
  display: block;
  text-decoration: none;
}
.search-item-title {
  margin-bottom: 0;
  font-size: 34px;
}
.search-item-excerpt {
  font-size: 19px;
  line-height: 30px;
}
.page-boekje {
  background-color: #fff570;
  background-image: url('../img/intro-background.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 60px 0;
}
@media (max-width: 767px) {
  .page-boekje {
    padding: 20px 0;
  }
}
.page-boekje .left {
  padding-top: 35px;
}
@media (max-width: 991px) {
  .page-boekje .left {
    padding-top: 10px;
  }
}
.page-boekje .left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.page-boekje .left ul li {
  font-family: 'patron-medium';
  font-size: 60px;
  line-height: 70px;
  display: block;
  position: relative;
}
.page-boekje .left ul li:nth-child(2) {
  padding: 0 0 0 365px;
}
.page-boekje .left ul li span {
  background: white;
  padding: 5px 20px;
  color: #0077c0;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  position: absolute;
  top: 0px;
  left: -30px;
}
@media (max-width: 1199px) {
  .page-boekje .left ul li {
    font-size: 46px;
    line-height: 52px;
  }
  .page-boekje .left ul li:nth-child(2) {
    padding: 0 0 0 235px;
  }
  .page-boekje .left ul li span {
    left: -10px;
    padding: 5px 10px;
  }
}
@media (max-width: 991px) {
  .page-boekje .left ul li {
    font-size: 37px;
    line-height: 44px;
  }
  .page-boekje .left ul li:nth-child(2) {
    padding: 0 0 0 205px;
  }
  .page-boekje .left ul li span {
    left: -30px;
  }
}
@media (max-width: 768px) {
  .page-boekje .left ul li {
    font-size: 34px;
    line-height: 38px;
  }
  .page-boekje .left ul li:nth-child(2) {
    padding: 0 0 0 185px;
  }
  .page-boekje .left ul li span {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .page-boekje .left ul li {
    font-size: 22px;
    line-height: 30px;
  }
  .page-boekje .left ul li:nth-child(2) {
    padding: 0;
  }
  .page-boekje .left ul li span {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
@media (max-width: 767px) {
  .page-boekje .right {
    display: none;
  }
}
.page-boekje .right img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.page-boekje .buttons-wrapper {
  margin-top: 40px;
  text-align: center;
  display: block;
}
.page-boekje .buttons-wrapper .button {
  padding: 15px 30px;
  background: #0077c0;
  margin: 0 10px;
  color: white;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}
.page-boekje .buttons-wrapper .button:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .page-boekje .buttons-wrapper {
    margin-top: 20px;
  }
  .page-boekje .buttons-wrapper .button {
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-boekje .buttons-wrapper .button {
    display: inline-block;
    margin-bottom: 15px;
  }
}
@media (max-width: 379px) {
  .page-boekje .buttons-wrapper .button {
    display: block;
    margin-bottom: 15px;
  }
}
#Varenfilters {
  display: none;
  width: 100%;
  float: left;
  clear: both;
  padding: 20px 0;
}
#Varenfilters form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#Varenfilters form:before,
#Varenfilters form:after {
  display: none;
}
@media (max-width: 992px) {
}
#Varenfilters form > div {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  white-space: nowrap;
  min-width: 220px;
}
@media (max-width: 992px) {
  #Varenfilters form > div {
    min-width: 224px;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }
}
@media (max-width: 767px) {
  #Varenfilters form > div {
    min-width: 150px;
  }
}
#Varenfilters form > div input {
  opacity: 0.01;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}
@media (max-width: 768px) {
  #Varenfilters form > div input {
    font-size: 11px;
  }
}
#Varenfilters form > div label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 6px;
}
@media (max-width: 767px) {
  #Varenfilters form > div label {
    font-size: 10px;
  }
}
#Varenfilters form > div label::before {
  content: ' ';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #fff570;
}
@media (max-width: 767px) {
  #Varenfilters form > div label::before {
    top: 2px;
  }
}
#Varenfilters form > div label::after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 3px solid #0077c0;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  #Varenfilters form > div label::after {
    top: 7px;
  }
}
#Varenfilters form > div label:hover::after {
  opacity: 0.35;
}
#Varenfilters form > div input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.camperen .sub-nav-container .sub-nav li:first-child {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
}
.camperen .sub-nav-container .sub-nav li:first-child a {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
  text-indent: 0;
  background: none;
}
.camperen .page .page-content {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  color: #03432d;
}
.camperen .page .page-content h1,
.camperen .page .page-content h2,
.camperen .page .page-content h3,
.camperen .page .page-content h4,
.camperen .page .page-content h5,
.camperen .page .page-content h6 {
  padding: 0;
}
@media (min-width: 768px) {
  .camperen .page .page-content h1,
  .camperen .page .page-content h2,
  .camperen .page .page-content h3,
  .camperen .page .page-content h4,
  .camperen .page .page-content h5,
  .camperen .page .page-content h6 {
    padding: 0 8.3333%;
  }
}
@media screen and (min-width: 1200px) {
  .camperen .page .page-content h1,
  .camperen .page .page-content h2,
  .camperen .page .page-content h3,
  .camperen .page .page-content h4,
  .camperen .page .page-content h5,
  .camperen .page .page-content h6 {
    padding: 0 16.6666%;
  }
}
.camperen .page .page-content h1 {
  font-size: 2.125rem;
  line-height: 2.125rem;
  font-family: 'patron-medium';
}
.camperen .page .page-content p {
  padding: 0;
}
@media (min-width: 768px) {
  .camperen .page .page-content p {
    padding: 0 8.3333%;
  }
}
@media screen and (min-width: 1200px) {
  .camperen .page .page-content p {
    padding: 0 16.6666%;
  }
}
.camperen .page .page-content ul,
.camperen .page .page-content ol {
  padding-left: 18px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .camperen .page .page-content ul,
  .camperen .page .page-content ol {
    padding-left: calc(8.3333% + 18px);
    padding-right: 8.3333%;
  }
}
@media screen and (min-width: 1200px) {
  .camperen .page .page-content ul,
  .camperen .page .page-content ol {
    padding-left: calc(16.6666% + 18px);
    padding-right: 16.6666%;
  }
}
.camperen .page .page-content .breadcrumb {
  position: relative;
  margin: 0 16.6666%;
  padding-left: 28px;
  font-size: 1rem;
  line-height: 1rem;
  color: #03432d;
  text-decoration: none;
}
.camperen .page .page-content .breadcrumb:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 8' style='enable-background:new 0 0 14 8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2303432d;%7D%0A%3C/style%3E%3Cpath id='ð_x9F__xA1__x92_' class='st0' d='M4.8,0l-3,3.5H14v1.1H1.8l3,3.4H3.5L0,4l3.5-4L4.8,0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center center;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.camperen .page .page-content .breadcrumb:hover::before {
  left: 0px;
}
.camperen .page .page-content img {
  position: relative;
  width: calc(100% + 50%);
  max-width: none;
  margin: 50px 0;
  left: -25%;
}
.camperen .page .page-content img.aligncenter {
  position: relative;
  width: calc(100% + 50%);
  max-width: none;
  margin: 50px 0;
  left: -25%;
}
.section-children-wrapper {
  margin-bottom: 80px;
}
.section-children-wrapper .children-grid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .section-children-wrapper .children-grid .row {
    margin: 0;
  }
}
.section-children-wrapper .child-block {
  margin-bottom: 30px;
  padding: 0 15px;
  text-decoration: none;
  color: #034326;
}
@media (max-width: 767px) {
  .section-children-wrapper .child-block {
    padding: 0;
  }
}
.section-children-wrapper .child-block .inner {
  height: 100%;
  background-color: #ededed;
}
.section-children-wrapper .child-block .inner .block-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
}
.section-children-wrapper .child-block .inner .block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-children-wrapper .child-block .inner .block-content {
  padding: 20px;
}
.section-children-wrapper .child-block .inner .block-content span {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.section-children-wrapper .child-block .inner .block-content h3 {
  margin: 0 0 10px 0;
  font-family: 'patron-medium';
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.section-children-wrapper .child-block .inner .block-content p {
  font-family: 'Georgia', serif;
  line-height: 1.375rem;
}
