/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400|Lato:400,700");
/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
html, body {
  font-size: 100%;
  line-height: 1.4;
}

body {
  background: #fff;
  color: #000;
  font-family: "Lato", serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

header {
  background-color: transparent;
}

li {
  list-style: none;
}
li:before {
  font-family: FontAwesome;
  content: '\f00c';
  margin: 0px 5px 0px -20px;
  color: #B4CA04;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

main p {
  font-size: 18px;
  font-size: 1.125rem;
}

a {
  color: #1c4a81;
  text-decoration: underline;
}

a:active, a:hover {
  color: red;
  text-decoration: none;
}

abbr[data-original-title], abbr[title] {
  border-bottom: none;
}

/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
.flexrows {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 -10px 15px;
}
@media (min-width: 768px) {
  .flexrows {
    margin: 0 -15px 15px;
  }
}
@media (min-width: 992px) {
  .flexrows {
    margin: 0 -15px 15px;
  }
}
@media (min-width: 1200px) {
  .flexrows {
    margin: 0 -25px 15px;
  }
}
.flexrows .flexblock {
  /*        padding: 0 $flexblock-padding-side-xs;*/
  padding: 0 !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flexrows .flexblock {
    /*padding: 0 $flexblock-padding-side-sm;*/
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .flexrows .flexblock {
    /*padding: 0 $flexblock-padding-side-md;*/
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .flexrows .flexblock {
    /*padding: 0 $flexblock-padding-side-lg;*/
    margin-bottom: 50px;
  }
}
.flexrows .flexblock > * {
  display: block;
  height: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .flexrows .flexblock > * {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .flexrows .flexblock > * {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .flexrows .flexblock > * {
    padding: 0 25px;
  }
}

#partnerlist.flexrows {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 -5px 15px;
}
@media (min-width: 768px) {
  #partnerlist.flexrows {
    margin: 0 -5px 15px;
  }
}
@media (min-width: 992px) {
  #partnerlist.flexrows {
    margin: 0 -5px 15px;
  }
}
@media (min-width: 1200px) {
  #partnerlist.flexrows {
    margin: 0 -10px 15px;
  }
}
#partnerlist.flexrows .flexblock {
  /*        padding: 0 $flexblock-padding-side-xs;*/
  padding: 0 !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #partnerlist.flexrows .flexblock {
    /*padding: 0 $flexblock-padding-side-sm;*/
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #partnerlist.flexrows .flexblock {
    /*padding: 0 $flexblock-padding-side-md;*/
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  #partnerlist.flexrows .flexblock {
    /*padding: 0 $flexblock-padding-side-lg;*/
    margin-bottom: 20px;
  }
}
#partnerlist.flexrows .flexblock > * {
  display: block;
  height: 100%;
  padding: 0 5px;
}
@media (min-width: 768px) {
  #partnerlist.flexrows .flexblock > * {
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  #partnerlist.flexrows .flexblock > * {
    padding: 0 5px;
  }
}
@media (min-width: 1200px) {
  #partnerlist.flexrows .flexblock > * {
    padding: 0 10px;
  }
}

.flexcolumns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.flexcolumns .item {
  display: block;
}

.flex-xs-1, .flex-xs-2, .flex-xs-3, .flex-xs-4, .flex-xs-5, .flex-xs-6, .flex-xs-7, .flex-xs-8, .flex-xs-9, .flex-xs-10, .flex-xs-11, .flex-xs-12,
.flex-sm-1, .flex-sm-2, .flex-sm-3, .flex-sm-4, .flex-sm-5, .flex-sm-6, .flex-sm-7, .flex-sm-8, .flex-sm-9, .flex-sm-10, .flex-sm-11, .flex-sm-12,
.flex-md-1, .flex-md-2, .flex-md-3, .flex-md-4, .flex-md-5, .flex-md-6, .flex-md-7, .flex-md-8, .flex-md-9, .flex-md-10, .flex-md-11, .flex-md-12,
.flex-lg-1, .flex-lg-2, .flex-lg-3, .flex-lg-4, .flex-lg-5, .flex-lg-6, .flex-lg-7, .flex-lg-8, .flex-lg-9, .flex-lg-10, .flex-lg-11, .flex-lg-12 {
  display: block;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
}
.flex-xs-1 figure, .flex-xs-2 figure, .flex-xs-3 figure, .flex-xs-4 figure, .flex-xs-5 figure, .flex-xs-6 figure, .flex-xs-7 figure, .flex-xs-8 figure, .flex-xs-9 figure, .flex-xs-10 figure, .flex-xs-11 figure, .flex-xs-12 figure,
.flex-sm-1 figure, .flex-sm-2 figure, .flex-sm-3 figure, .flex-sm-4 figure, .flex-sm-5 figure, .flex-sm-6 figure, .flex-sm-7 figure, .flex-sm-8 figure, .flex-sm-9 figure, .flex-sm-10 figure, .flex-sm-11 figure, .flex-sm-12 figure,
.flex-md-1 figure, .flex-md-2 figure, .flex-md-3 figure, .flex-md-4 figure, .flex-md-5 figure, .flex-md-6 figure, .flex-md-7 figure, .flex-md-8 figure, .flex-md-9 figure, .flex-md-10 figure, .flex-md-11 figure, .flex-md-12 figure,
.flex-lg-1 figure, .flex-lg-2 figure, .flex-lg-3 figure, .flex-lg-4 figure, .flex-lg-5 figure, .flex-lg-6 figure, .flex-lg-7 figure, .flex-lg-8 figure, .flex-lg-9 figure, .flex-lg-10 figure, .flex-lg-11 figure, .flex-lg-12 figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.flex-xs-1 figure:before, .flex-xs-2 figure:before, .flex-xs-3 figure:before, .flex-xs-4 figure:before, .flex-xs-5 figure:before, .flex-xs-6 figure:before, .flex-xs-7 figure:before, .flex-xs-8 figure:before, .flex-xs-9 figure:before, .flex-xs-10 figure:before, .flex-xs-11 figure:before, .flex-xs-12 figure:before,
.flex-sm-1 figure:before, .flex-sm-2 figure:before, .flex-sm-3 figure:before, .flex-sm-4 figure:before, .flex-sm-5 figure:before, .flex-sm-6 figure:before, .flex-sm-7 figure:before, .flex-sm-8 figure:before, .flex-sm-9 figure:before, .flex-sm-10 figure:before, .flex-sm-11 figure:before, .flex-sm-12 figure:before,
.flex-md-1 figure:before, .flex-md-2 figure:before, .flex-md-3 figure:before, .flex-md-4 figure:before, .flex-md-5 figure:before, .flex-md-6 figure:before, .flex-md-7 figure:before, .flex-md-8 figure:before, .flex-md-9 figure:before, .flex-md-10 figure:before, .flex-md-11 figure:before, .flex-md-12 figure:before,
.flex-lg-1 figure:before, .flex-lg-2 figure:before, .flex-lg-3 figure:before, .flex-lg-4 figure:before, .flex-lg-5 figure:before, .flex-lg-6 figure:before, .flex-lg-7 figure:before, .flex-lg-8 figure:before, .flex-lg-9 figure:before, .flex-lg-10 figure:before, .flex-lg-11 figure:before, .flex-lg-12 figure:before {
  content: '';
  padding-top: 75%;
  width: 100%;
  display: block;
}
.flex-xs-1 figure img, .flex-xs-2 figure img, .flex-xs-3 figure img, .flex-xs-4 figure img, .flex-xs-5 figure img, .flex-xs-6 figure img, .flex-xs-7 figure img, .flex-xs-8 figure img, .flex-xs-9 figure img, .flex-xs-10 figure img, .flex-xs-11 figure img, .flex-xs-12 figure img,
.flex-sm-1 figure img, .flex-sm-2 figure img, .flex-sm-3 figure img, .flex-sm-4 figure img, .flex-sm-5 figure img, .flex-sm-6 figure img, .flex-sm-7 figure img, .flex-sm-8 figure img, .flex-sm-9 figure img, .flex-sm-10 figure img, .flex-sm-11 figure img, .flex-sm-12 figure img,
.flex-md-1 figure img, .flex-md-2 figure img, .flex-md-3 figure img, .flex-md-4 figure img, .flex-md-5 figure img, .flex-md-6 figure img, .flex-md-7 figure img, .flex-md-8 figure img, .flex-md-9 figure img, .flex-md-10 figure img, .flex-md-11 figure img, .flex-md-12 figure img,
.flex-lg-1 figure img, .flex-lg-2 figure img, .flex-lg-3 figure img, .flex-lg-4 figure img, .flex-lg-5 figure img, .flex-lg-6 figure img, .flex-lg-7 figure img, .flex-lg-8 figure img, .flex-lg-9 figure img, .flex-lg-10 figure img, .flex-lg-11 figure img, .flex-lg-12 figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex-xs-1 figure figcaption, .flex-xs-2 figure figcaption, .flex-xs-3 figure figcaption, .flex-xs-4 figure figcaption, .flex-xs-5 figure figcaption, .flex-xs-6 figure figcaption, .flex-xs-7 figure figcaption, .flex-xs-8 figure figcaption, .flex-xs-9 figure figcaption, .flex-xs-10 figure figcaption, .flex-xs-11 figure figcaption, .flex-xs-12 figure figcaption,
.flex-sm-1 figure figcaption, .flex-sm-2 figure figcaption, .flex-sm-3 figure figcaption, .flex-sm-4 figure figcaption, .flex-sm-5 figure figcaption, .flex-sm-6 figure figcaption, .flex-sm-7 figure figcaption, .flex-sm-8 figure figcaption, .flex-sm-9 figure figcaption, .flex-sm-10 figure figcaption, .flex-sm-11 figure figcaption, .flex-sm-12 figure figcaption,
.flex-md-1 figure figcaption, .flex-md-2 figure figcaption, .flex-md-3 figure figcaption, .flex-md-4 figure figcaption, .flex-md-5 figure figcaption, .flex-md-6 figure figcaption, .flex-md-7 figure figcaption, .flex-md-8 figure figcaption, .flex-md-9 figure figcaption, .flex-md-10 figure figcaption, .flex-md-11 figure figcaption, .flex-md-12 figure figcaption,
.flex-lg-1 figure figcaption, .flex-lg-2 figure figcaption, .flex-lg-3 figure figcaption, .flex-lg-4 figure figcaption, .flex-lg-5 figure figcaption, .flex-lg-6 figure figcaption, .flex-lg-7 figure figcaption, .flex-lg-8 figure figcaption, .flex-lg-9 figure figcaption, .flex-lg-10 figure figcaption, .flex-lg-11 figure figcaption, .flex-lg-12 figure figcaption {
  background-color: #e5f5ff;
  /* The Fallback */
  background-color: rgba(229, 245, 255, 0.8);
  z-index: 10;
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  -webkit-transition: ease height 0.5s, ease padding 0.5s;
  -o-transition: ease height 0.5s, ease padding 0.5s;
  transition: ease height 0.5s, ease padding 0.5s;
}
@media (min-width: 992px) {
  .flex-xs-1 figure figcaption, .flex-xs-2 figure figcaption, .flex-xs-3 figure figcaption, .flex-xs-4 figure figcaption, .flex-xs-5 figure figcaption, .flex-xs-6 figure figcaption, .flex-xs-7 figure figcaption, .flex-xs-8 figure figcaption, .flex-xs-9 figure figcaption, .flex-xs-10 figure figcaption, .flex-xs-11 figure figcaption, .flex-xs-12 figure figcaption,
  .flex-sm-1 figure figcaption, .flex-sm-2 figure figcaption, .flex-sm-3 figure figcaption, .flex-sm-4 figure figcaption, .flex-sm-5 figure figcaption, .flex-sm-6 figure figcaption, .flex-sm-7 figure figcaption, .flex-sm-8 figure figcaption, .flex-sm-9 figure figcaption, .flex-sm-10 figure figcaption, .flex-sm-11 figure figcaption, .flex-sm-12 figure figcaption,
  .flex-md-1 figure figcaption, .flex-md-2 figure figcaption, .flex-md-3 figure figcaption, .flex-md-4 figure figcaption, .flex-md-5 figure figcaption, .flex-md-6 figure figcaption, .flex-md-7 figure figcaption, .flex-md-8 figure figcaption, .flex-md-9 figure figcaption, .flex-md-10 figure figcaption, .flex-md-11 figure figcaption, .flex-md-12 figure figcaption,
  .flex-lg-1 figure figcaption, .flex-lg-2 figure figcaption, .flex-lg-3 figure figcaption, .flex-lg-4 figure figcaption, .flex-lg-5 figure figcaption, .flex-lg-6 figure figcaption, .flex-lg-7 figure figcaption, .flex-lg-8 figure figcaption, .flex-lg-9 figure figcaption, .flex-lg-10 figure figcaption, .flex-lg-11 figure figcaption, .flex-lg-12 figure figcaption {
    height: 0;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .flex-xs-1 figure:hover figcaption, .flex-xs-1 figure:focus figcaption, .flex-xs-2 figure:hover figcaption, .flex-xs-2 figure:focus figcaption, .flex-xs-3 figure:hover figcaption, .flex-xs-3 figure:focus figcaption, .flex-xs-4 figure:hover figcaption, .flex-xs-4 figure:focus figcaption, .flex-xs-5 figure:hover figcaption, .flex-xs-5 figure:focus figcaption, .flex-xs-6 figure:hover figcaption, .flex-xs-6 figure:focus figcaption, .flex-xs-7 figure:hover figcaption, .flex-xs-7 figure:focus figcaption, .flex-xs-8 figure:hover figcaption, .flex-xs-8 figure:focus figcaption, .flex-xs-9 figure:hover figcaption, .flex-xs-9 figure:focus figcaption, .flex-xs-10 figure:hover figcaption, .flex-xs-10 figure:focus figcaption, .flex-xs-11 figure:hover figcaption, .flex-xs-11 figure:focus figcaption, .flex-xs-12 figure:hover figcaption, .flex-xs-12 figure:focus figcaption,
  .flex-sm-1 figure:hover figcaption,
  .flex-sm-1 figure:focus figcaption, .flex-sm-2 figure:hover figcaption, .flex-sm-2 figure:focus figcaption, .flex-sm-3 figure:hover figcaption, .flex-sm-3 figure:focus figcaption, .flex-sm-4 figure:hover figcaption, .flex-sm-4 figure:focus figcaption, .flex-sm-5 figure:hover figcaption, .flex-sm-5 figure:focus figcaption, .flex-sm-6 figure:hover figcaption, .flex-sm-6 figure:focus figcaption, .flex-sm-7 figure:hover figcaption, .flex-sm-7 figure:focus figcaption, .flex-sm-8 figure:hover figcaption, .flex-sm-8 figure:focus figcaption, .flex-sm-9 figure:hover figcaption, .flex-sm-9 figure:focus figcaption, .flex-sm-10 figure:hover figcaption, .flex-sm-10 figure:focus figcaption, .flex-sm-11 figure:hover figcaption, .flex-sm-11 figure:focus figcaption, .flex-sm-12 figure:hover figcaption, .flex-sm-12 figure:focus figcaption,
  .flex-md-1 figure:hover figcaption,
  .flex-md-1 figure:focus figcaption, .flex-md-2 figure:hover figcaption, .flex-md-2 figure:focus figcaption, .flex-md-3 figure:hover figcaption, .flex-md-3 figure:focus figcaption, .flex-md-4 figure:hover figcaption, .flex-md-4 figure:focus figcaption, .flex-md-5 figure:hover figcaption, .flex-md-5 figure:focus figcaption, .flex-md-6 figure:hover figcaption, .flex-md-6 figure:focus figcaption, .flex-md-7 figure:hover figcaption, .flex-md-7 figure:focus figcaption, .flex-md-8 figure:hover figcaption, .flex-md-8 figure:focus figcaption, .flex-md-9 figure:hover figcaption, .flex-md-9 figure:focus figcaption, .flex-md-10 figure:hover figcaption, .flex-md-10 figure:focus figcaption, .flex-md-11 figure:hover figcaption, .flex-md-11 figure:focus figcaption, .flex-md-12 figure:hover figcaption, .flex-md-12 figure:focus figcaption,
  .flex-lg-1 figure:hover figcaption,
  .flex-lg-1 figure:focus figcaption, .flex-lg-2 figure:hover figcaption, .flex-lg-2 figure:focus figcaption, .flex-lg-3 figure:hover figcaption, .flex-lg-3 figure:focus figcaption, .flex-lg-4 figure:hover figcaption, .flex-lg-4 figure:focus figcaption, .flex-lg-5 figure:hover figcaption, .flex-lg-5 figure:focus figcaption, .flex-lg-6 figure:hover figcaption, .flex-lg-6 figure:focus figcaption, .flex-lg-7 figure:hover figcaption, .flex-lg-7 figure:focus figcaption, .flex-lg-8 figure:hover figcaption, .flex-lg-8 figure:focus figcaption, .flex-lg-9 figure:hover figcaption, .flex-lg-9 figure:focus figcaption, .flex-lg-10 figure:hover figcaption, .flex-lg-10 figure:focus figcaption, .flex-lg-11 figure:hover figcaption, .flex-lg-11 figure:focus figcaption, .flex-lg-12 figure:hover figcaption, .flex-lg-12 figure:focus figcaption {
    height: auto;
    padding: 10px;
  }
}

.flex-xs-1 {
  /*width: 1/12*100%;*/
  -ms-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
}

.flex-xs-2 {
  /*width: 2/12*100%;*/
  -ms-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
}

.flex-xs-3 {
  /*width: 3/12*100%;*/
  -ms-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.flex-xs-4 {
  /*width: 4/12*100%;*/
  -ms-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
}

.flex-xs-5 {
  /*width: 5/12*100%;*/
  -ms-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
}

.flex-xs-6 {
  /*width: 6/12*100%;*/
  -ms-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.flex-xs-7 {
  /*width: 7/12*100%;*/
  -ms-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
}

.flex-xs-8 {
  /*width: 8/12*100%;*/
  -ms-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
}

.flex-xs-9 {
  /*width: 9/12*100%;*/
  -ms-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.flex-xs-10 {
  /*width: 10/12*100%;*/
  -ms-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
}

.flex-xs-11 {
  /*width: 11/12*100%;*/
  -ms-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
}

.flex-xs-12 {
  /*width: 12/12*100%;*/
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.flex-xs-grow {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .flex-sm-1 {
    /*width: 1/12*100%;*/
    -ms-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }

  .flex-sm-2 {
    /*width: 2/12*100%;*/
    -ms-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }

  .flex-sm-3 {
    /*width: 3/12*100%;*/
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .flex-sm-4 {
    /*width: 4/12*100%;*/
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }

  .flex-sm-5 {
    /*width: 5/12*100%;*/
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }

  .flex-sm-6 {
    /*width: 6/12*100%;*/
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .flex-sm-7 {
    /*width: 7/12*100%;*/
    -ms-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }

  .flex-sm-8 {
    /*width: 8/12*100%;*/
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }

  .flex-sm-9 {
    /*width: 9/12*100%;*/
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }

  .flex-sm-10 {
    /*width: 10/12*100%;*/
    -ms-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }

  .flex-sm-11 {
    /*width: 11/12*100%;*/
    -ms-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }

  .flex-sm-12 {
    /*width: 12/12*100%;*/
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .flex-xs-grow {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .flex-sm-grow {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .flex-md-1 {
    /*width: 1/12*100%;*/
    -ms-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }

  .flex-md-2 {
    /*width: 2/12*100%;*/
    -ms-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }

  .flex-md-3 {
    /*width: 3/12*100%;*/
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .flex-md-4 {
    /*width: 4/12*100%;*/
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }

  .flex-md-5 {
    /*width: 5/12*100%;*/
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }

  .flex-md-6 {
    /*width: 6/12*100%;*/
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .flex-md-7 {
    /*width: 7/12*100%;*/
    -ms-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }

  .flex-md-8 {
    /*width: 8/12*100%;*/
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }

  .flex-md-9 {
    /*width: 9/12*100%;*/
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }

  .flex-md-10 {
    /*width: 10/12*100%;*/
    -ms-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }

  .flex-md-11 {
    /*width: 11/12*100%;*/
    -ms-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }

  .flex-md-12 {
    /*width: 12/12*100%;*/
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .flex-xs-grow, .flex-sm-grow {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .flex-md-grow {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .flex-lg-1 {
    /*width: 1/12*100%;*/
    -ms-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }

  .flex-lg-2 {
    /*width: 2/12*100%;*/
    -ms-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }

  .flex-lg-3 {
    /*width: 3/12*100%;*/
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .flex-lg-4 {
    /*width: 4/12*100%;*/
    -ms-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }

  .flex-lg-5 {
    /*width: 5/12*100%;*/
    -ms-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }

  .flex-lg-6 {
    /*width: 6/12*100%;*/
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .flex-lg-7 {
    /*width: 7/12*100%;*/
    -ms-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }

  .flex-lg-8 {
    /*width: 8/12*100%;*/
    -ms-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }

  .flex-lg-9 {
    /*width: 9/12*100%;*/
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }

  .flex-lg-10 {
    /*width: 10/12*100%;*/
    -ms-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }

  .flex-lg-11 {
    /*width: 11/12*100%;*/
    -ms-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }

  .flex-lg-12 {
    /*width: 12/12*100%;*/
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .flex-xs-grow, .flex-sm-grow, .flex-md-grow {
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .flex-lg-grow {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.flex-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
html, body {
  height: 100%;
  margin: 0;
  /* to avoid scrollbars */
  padding: 0;
  /* to avoid scrollbars */
}

#flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /* use the flex model */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* learn more: http://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/ */
  min-height: 100%;
  height: 100%;
  /* IE fix (height moet onder de min-height!) */
}

#content {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-basis: auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-top: 51px;
}

@media (min-width: 768px) {
  #header {
    min-height: 101px;
  }
  #header.affix {
    min-height: initial;
  }

  #content {
    margin-top: 101px;
  }
}
@media (min-width: 992px) {
  #header {
    min-height: 128px;
  }
  #header.affix {
    min-height: initial;
  }

  #content {
    margin-top: 128px;
  }
}
@media (min-width: 1200px) {
  #header {
    min-height: 128px;
  }
  #header.affix {
    min-height: initial;
  }

  #content {
    margin-top: 128px;
  }
}
#footer {
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-basis: auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 7.5rem 0;
}
.parallax .wall-block {
  background-color: #fff;
  /* The Fallback */
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  padding: 2rem;
  /*text-align: center;*/
}

/*.parallax:last-child {
    margin-bottom: -20px;
    padding-bottom: 20px;
}*/
.para1 {
  background-image: url("../img/wegman-transport-wall01.jpg");
  min-height: 150px;
}
@media (min-width: 768px) {
  .para1 {
    min-height: 300px;
  }
}

.para2 {
  min-height: 200px;
  background-image: url("https://source.unsplash.com/random/1200x500");
}
@media (min-width: 768px) {
  .para2 {
    min-height: 300px;
  }
}

/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
h1, h2, h3, .h1, .h2, .h3 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  /*text-transform: uppercase;*/
  /*    margin-top: .5em;
      margin-bottom: 1em;
      @media (min-width: $md-width-start) {
          margin-top: 1em;
          margin-bottom: 0.8em;
      }*/
}

h1, .h1 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #000;
  margin: 0.67em 0;
  /*    @media (min-width: $sm-width-start) {
          @include font-size(26px);
      }*/
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  margin: 0.83em 0;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  margin: 1em 0;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h2, h3, .h2, .h3 {
  font-weight: 400;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  h4, h5, h6, .h4, .h5, .h6 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

header, .navbar-default {
  background-color: transparent;
  color: #fff;
}

.nav li, .list-unstyled li, .list-group li.list-group-item, .pagination li {
  list-style: none;
}
.nav li:before, .list-unstyled li:before, .list-group li.list-group-item:before, .pagination li:before {
  content: none;
  margin: 0;
}

ul.list-basic {
  list-style: disc;
}
ul.list-basic li:before {
  content: none;
  margin: 0;
}

.bg-wit {
  background-color: #fff;
  padding-bottom: 50px;
  margin-bottom: 20px;
}

.wall.wall-default {
  background-color: inherit;
}
.wall.wall-secondary {
  background-color: #f5f5f5;
}
.wall.wall-sfeer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
}
@media (min-width: 768px) {
  .wall.wall-sfeer {
    min-height: 300px;
  }
}
.wall p {
  font-size: 18px;
  font-size: 1.125rem;
}

#content {
  /*padding-top: $content-padding-top;*/
  padding-bottom: 40px;
}

ul.list-check li {
  list-style: none;
}
ul.list-check li:before {
  content: '\2713';
  list-style: none;
  left: -20px;
  position: relative;
  margin-right: -10px;
}

.fig-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.fig-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

.img-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto !important;
}

.img-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto !important;
}

.media {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .media {
    margin-bottom: 60px;
  }
  .media a img {
    margin-left: 20px;
    float: right;
  }
}

/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
.btn {
  border-radius: 0;
}

.btn-default {
  background-color: #e1e1e1;
  color: #000;
}

.btn-primary {
  color: #fff;
  background-color: #1c4a81;
  border-color: #215696;
}
.btn-primary:hover {
  color: #fff;
  background-color: #215696;
  border-color: #2562ab;
}
.btn-primary:focus {
  border-color: #133257;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #215696;
  border-color: #2562ab;
}

.btn-secondary {
  color: #000;
  background-color: #e5f5ff;
  border-color: #cbebff;
}

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover,
.open > .dropdown-toggle.btn-secondary.focus, .open > .dropdown-toggle.btn-secondary:focus, .open > .dropdown-toggle.btn-secondary:hover {
  color: #000;
  background-color: #cbebff;
  border-color: #b2e1ff;
}

.addon-captcha {
  padding: 3px 6px;
  background-color: #fff;
}

#header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  /*@include background-opacity($header-background-color, 0.95);*/
  /*@include box-shadow-normal(2px,0px,2px,0px,#000);*/
  -webkit-transition: height 0.5s ease, top 0.5s ease;
  -o-transition: height 0.5s ease, top 0.5s ease;
  transition: height 0.5s ease, top 0.5s ease;
  /*border-width: 0;*/
  border-bottom: 1px solid #1c4a81;
}

header a {
  color: #000;
  text-decoration: none;
}
header a:hover, header a:focus {
  text-decoration: underline;
}

.header-banner {
  background-color: #fff;
  overflow: visible;
}
@media (min-width: 768px) {
  .header-banner {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.navbar-banner {
  background-color: #fff;
  overflow: visible;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  display: inline-block;
  padding: 0;
  height: auto;
  -webkit-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar > .container .navbar-brand a, .navbar > .container-fluid .navbar-brand a {
  display: inline-block;
  height: 100%;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand a, .navbar > .container-fluid .navbar-brand a {
    margin-left: 0;
  }
}
.navbar > .container .navbar-brand a img, .navbar > .container-fluid .navbar-brand a img {
  position: relative;
  width: auto;
  z-index: 100;
  -webkit-transition: height 0.5s ease, width 0.5s ease;
  -o-transition: height 0.5s ease, width 0.5s ease;
  transition: height 0.5s ease, width 0.5s ease;
}

.navbar-right img {
  margin-right: 5px;
  margin-left: 5px;
}

.navbar-toggle {
  width: 32px;
  height: 34px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: transparant !important;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0px;
}
.navbar-toggle span, .navbar-toggle .icon-bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  left: 0;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
}
.navbar-toggle span:nth-child(2), .navbar-toggle span:nth-child(5) {
  width: 0%;
  left: 50%;
}
.navbar-toggle span:nth-child(2) {
  top: 10px;
}
.navbar-toggle span:nth-child(3) {
  top: 17px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle span:nth-child(4) {
  top: 17px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle span:nth-child(5) {
  top: 24px;
}
.navbar-toggle.collapsed span {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggle.collapsed span:nth-child(2), .navbar-toggle.collapsed span:nth-child(5) {
  width: 100%;
  left: 0%;
}

/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed;
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px;
}

/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -3px 15px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-weight: bold;
}

.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: '-';
}

.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px;
}

/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: '' !important;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px;
}

/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}

.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
}

.navbar-nav span.scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent;
}

/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px;
}

.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px;
}

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px;
}

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px;
}

/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
  white-space: normal;
}

.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap;
}

.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal;
}

/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
  left: 0;
  right: auto;
}

/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
#navigation {
  position: relative;
  font-family: "Lato", sans-serif;
}

.input-group-btn .glyphicon {
  top: 0;
}

.navbar-form .input-group .input-group-btn {
  width: 1%;
}
@media (min-width: 992px) {
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
}

.navbar-default .navbar-toggle {
  background-color: transparant;
  color: #000;
  border: none;
  border-radius: 1px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #1c4a81;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #1c4a81;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  text-decoration: none;
  /*    @include font-size(16px);*/
  /*    @media (min-width: $lg-width-start) {
          @include font-size(17px);
      }*/
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #000;
  /*text-decoration: underline;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #000;
  font-weight: bold;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

/*.navbar-nav .dropdown-menu {
    @include font-size(16px);
    @media (min-width: $lg-width-start) {
        @include font-size(17px);
    }
}*/
.navbar-nav .open .dropdown-menu {
  background-color: #fff;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
  text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  text-decoration: underline;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .dropdown.open .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .dropdown.open .caret {
  border-top: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px dashed;
  border-left: 4px solid transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  color: #000;
  background-color: transparent;
  font-weight: bold;
  /*    &:focus, &:hover {
          background-color: transparent;
          color: #000;
          font-weight: bold;
      }*/
}

button.to-top {
  position: fixed;
  height: 2rem;
  width: 2rem;
  padding: 0;
  bottom: 3em;
  right: 1em;
  visibility: visible;
  z-index: 100;
  border: none;
  border-radius: 50%;
  -webkit-transition: transform 1s ease, visibility 1s ease;
  -o-transition: transform 1s ease, visibility 1s ease;
  -webkit-transition: visibility 1s ease, -webkit-transform 1s ease;
  transition: visibility 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, visibility 1s ease;
  transition: transform 1s ease, visibility 1s ease, -webkit-transform 1s ease;
}
button.to-top.affix-top {
  visibility: hidden;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 1s ease, visibility 0s ease 1s;
  -o-transition: transform 1s ease, visibility 0s ease 1s;
  -webkit-transition: visibility 0s ease 1s, -webkit-transform 1s ease;
  transition: visibility 0s ease 1s, -webkit-transform 1s ease;
  transition: transform 1s ease, visibility 0s ease 1s;
  transition: transform 1s ease, visibility 0s ease 1s, -webkit-transform 1s ease;
}
button.to-top .glyphicon, button.to-top .fa {
  line-height: inherit;
}

/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
.footercol {
  margin: 20px 0 30px;
}

#footer {
  background-color: #1c4a81;
  /*background-image: image('canvas.png');*/
  background-repeat: repeat;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  #footer {
    text-align: left;
  }
}

#footer ul {
  padding-left: 0;
}

#footer li {
  list-style: none;
}

#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a .fa {
  margin: 0 10px 0 0;
}
#footer a:hover, #footer a:focus {
  text-decoration: underline;
}

#footer h2, #footer h3, #footer .h2, #footer .h3 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1200px) {
  #footer h2, #footer h3, #footer .h2, #footer .h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#footer iframe {
  margin-top: 1.5rem;
}
#footer .important {
  color: #ff0;
}
#footer .footerfigure {
  display: inline-block;
}
@media (min-width: 768px) {
  #footer .footerfigure {
    text-align: left;
  }
}
#footer ul.social {
  overflow: auto;
}
#footer ul.social li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 10px;
}
#footer ul.social li a span.fa {
  background: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  margin-right: 10px;
  padding-top: 15%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*                &.fa-facebook {
                      background:#3b5998;
                  }
                  &.fa-linkedin {
                      background:#007bb6;
                  }
                  &.fa-twitter {
                      background:#00aced;
                  }
                  &.fa-rss {
                      background:#ff9900;
                  }
                  &.google-plus {
                      background:#dd4b39;
                  }*/
}
#footer ul.social li a span.fa:hover {
  opacity: .7;
}

#footer .copyright {
  background-color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
#footer .copyright a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}
#footer .copyright a:hover, #footer .copyright a:focus {
  text-decoration: none;
}

/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
.sitemap li {
  list-style: none !important;
}
.sitemap li:before {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: FontAwesome;
  line-height: 1;
  color: #3361AE;
  content: '\f114' !important;
  margin-right: 12px;
}
.sitemap li a {
  color: #000;
  text-decoration: none;
}
.sitemap li a:hover, .sitemap li a:focus {
  text-decoration: underline;
}
.sitemap li li:before {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: FontAwesome;
  line-height: 1;
  color: #98D62D;
  content: '\f016' !important;
}

/*$color4: #37d8cf;
$color5: #03353c;*/
/* salmon */
.share-container {
  /*.share-heading {
      color: $color2;
  }*/
}
.share-container .list-unstyled .share {
  padding: 16px 0px;
  margin: 0 5px 10px;
  width: 50px;
  height: 50px;
  background-color: #3b5998;
  /* For browsers that do not support gradients */
  background-color: -webkit-linear-gradient(left top, #3b5998, #2d4373);
  /* For Safari 5.1 to 6.0 */
  background-color: -o-linear-gradient(bottom right, #3b5998, #2d4373);
  /* For Opera 11.1 to 12.0 */
  background-color: -moz-linear-gradient(bottom right, #3b5998, #2d4373);
  /* For Firefox 3.6 to 15 */
  background-color: linear-gradient(to bottom right, #3b5998, #2d4373);
  /* Standard syntax */
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 30% auto;
  border-radius: 50%;
  text-align: center;
  /*    &.share-fb {
          background-image: image('svg/icon_social_facebook-white.svg');
      }
      &.share-twitter {
          background-image: image('svg/icon_social_twitter-white.svg');
      }
      &.share-email {
          background-image: image('svg/icon_social_email-white.svg');
      }*/
}
.share-container .list-unstyled .share:before {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
.share-container .list-unstyled .share.fa-twitter {
  background-color: #00aced;
}
.share-container .list-unstyled .share.fa-google-plus {
  background-color: #db4437;
}
.share-container .list-unstyled .share.fa-linkedin {
  background-color: #0177b5;
}

/*///// start kenburns /////*/
/**
 *
 * slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translate(-10%, -30%) scale(1, 1);
            transform: translate(-10%, -30%) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(10%, -10%) scale(1.1, 1.1);
            transform: translate(10%, -10%) scale(1.1, 1.1);
  }
}
@keyframes left-right {
  0% {
    -webkit-transform: translate(-10%, -30%) scale(1, 1);
            transform: translate(-10%, -30%) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(10%, -10%) scale(1.1, 1.1);
            transform: translate(10%, -10%) scale(1.1, 1.1);
  }
}
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translate(10%, -30%) scale(1.1, 1.1);
            transform: translate(10%, -30%) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: translate(-10%, -10%) scale(1, 1);
            transform: translate(-10%, -10%) scale(1, 1);
  }
}
@keyframes right-left {
  0% {
    -webkit-transform: translate(10%, -30%) scale(1.1, 1.1);
            transform: translate(10%, -30%) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: translate(-10%, -10%) scale(1, 1);
            transform: translate(-10%, -10%) scale(1, 1);
  }
}
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("/images/sy-loader.gif") 50% 50% no-repeat;
  background-size: 32px;
  min-height: 40px;
}
.sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
  visibility: hidden;
}

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.sy-slides-wrap:hover .sy-controls {
  display: block;
}

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
.sy-list.horizontal {
  -webkit-transition: left ease;
  -o-transition: left ease;
  transition: left ease;
}
.sy-list.vertical {
  -webkit-transition: top ease;
  -o-transition: top ease;
  transition: top ease;
}

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.sy-slide.kenburns {
  width: 140%;
  left: -20%;
}
.sy-slide.kenburns.useCSS {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
  -webkit-animation-name: left-right;
          animation-name: left-right;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
  -webkit-animation-name: right-left;
          animation-name: right-left;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.sy-slide.sy-active {
  z-index: 3;
}
.sy-slide > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}
.sy-slide > a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.sy-slide > a > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
}
.sy-controls li {
  position: absolute;
  width: 10%;
  min-width: 4.2em;
  height: 100%;
  z-index: 33;
}
.sy-controls li.sy-prev {
  left: 0;
  top: 0;
}
.sy-controls li.sy-prev a:after {
  background-position: -5% 0;
}
.sy-controls li.sy-next {
  right: 0;
  top: 0;
}
.sy-controls li.sy-next a:after {
  background-position: 105% 0;
}
.sy-controls li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.sy-controls li a:link, .sy-controls li a:visited {
  opacity: 0.4;
}
.sy-controls li a:hover, .sy-controls li a:focus {
  opacity: 0.8;
  outline: none;
}
.sy-controls li a:after {
  content: "";
  background-image: url("/images/arrows.svg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  text-indent: 0;
  line-height: 2.8em;
  color: #111;
  font-weight: 800;
  position: absolute;
  background-color: #fff;
  width: 2.8em;
  height: 2.8em;
  left: 50%;
  top: 50%;
  margin-top: -1.4em;
  margin-left: -1.4em;
  border-radius: 50%;
}
@media only screen and (max-device-width: 600px) {
  .sy-controls {
    display: block;
  }
  .sy-controls li {
    min-width: 2.1em;
  }
  .sy-controls li a:after {
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.7em;
    margin-left: -0.7em;
  }
}

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%;
}
.sy-caption-wrap .sy-caption {
  position: relative;
  left: -50%;
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 1.2em;
}
.sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
  color: #e24b70;
  font-weight: 600;
  text-decoration: none;
}
.sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
  text-decoration: underline;
}
@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
  .sy-caption-wrap {
    left: 0;
    bottom: 0.4em;
  }
  .sy-caption-wrap .sy-caption {
    left: 0;
    padding: 0.2em 0.4em;
    font-size: 0.92em;
    border-radius: 0;
  }
}

/* pager bubbles */
.sy-pager {
  clear: both;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.sy-pager li {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 1em 0 0;
  border-radius: 50%;
}
.sy-pager li.sy-active a {
  background-color: #e24b70;
}
.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ccc;
  text-indent: -9999px;
  background-size: 2em;
  border-radius: 50%;
}
.sy-pager li a:link, .sy-pager li a:visited {
  opacity: 1.0;
}
.sy-pager li a:hover, .sy-pager li a:focus {
  opacity: 0.6;
}

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%;
  height: 25%;
  height: 25vw;
}
.sy-filler.ready {
  -webkit-transition: padding 600ms ease;
  -o-transition: padding 600ms ease;
  transition: padding 600ms ease;
}

.bg-hubble {
  margin-top: -20px;
  margin-bottom: 20px;
}
.bg-hubble .sy-slide {
  pointer-events: none;
}
.bg-hubble > .container {
  position: relative;
}
.bg-hubble .slider-caption {
  position: absolute;
  background-color: #e5f5ff;
  /* The Fallback */
  background-color: rgba(229, 245, 255, 0.4);
  margin: 15px;
  left: 0px;
  bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  z-index: 10;
}
.bg-hubble .slider-caption .h1, .bg-hubble .slider-caption .h2, .bg-hubble .slider-caption .h3 {
  text-transform: none;
}

/*///// end kenburns /////*/
#header.affix-top {
  top: 0px;
  -webkit-transition: top 0.5s ease 0s;
  -o-transition: top 0.5s ease 0s;
  transition: top 0.5s ease 0s;
}
@media (min-width: 768px) {
  #header.affix-top {
    top: 0px;
  }
}
@media (min-width: 992px) {
  #header.affix-top {
    border-bottom: 8px solid #1c4a81;
  }
}
#header.affix-top .navbar-brand {
  margin: 4px 15px;
}
#header.affix-top .navbar-brand a img {
  height: 42px;
}
@media (min-width: 768px) {
  #header.affix-top .navbar-brand {
    margin: 10px 15px;
  }
  #header.affix-top .navbar-brand a img {
    height: 80px;
  }
}
@media (min-width: 992px) {
  #header.affix-top .navbar-brand a img {
    height: 100px;
    /*                padding: 10px;
                    border: 4px double #000;
                    display: inline-block;
                    width: auto;
                    height: auto;
                    position: absolute;
                    background-color: #fff;*/
  }
}
@media (min-width: 992px) {
  #header.affix-top #navigation ul.navbar-nav, #header.affix-top #zoekform {
    margin-top: 60px;
    margin-bottom: 10px;
  }
}
#header.affix {
  top: 0px;
  -webkit-transition: top 0.5s ease, z-index 0s 0.5s;
  -o-transition: top 0.5s ease, z-index 0s 0.5s;
  transition: top 0.5s ease, z-index 0s 0.5s;
}
@media (min-width: 768px) {
  #header.affix {
    top: 0px;
    z-index: 1050;
  }
}
@media (min-width: 992px) {
  #header.affix {
    top: 0px;
  }
  #header.affix #navigation ul.navbar-nav, #header.affix #zoekform {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  #header.affix {
    top: 0px;
  }
}
#header.affix .navbar-brand {
  margin: 4px 15px;
}
#header.affix .navbar-brand a img {
  height: 42px;
}
#header .navbar-header {
  height: 50px;
}
@media (min-width: 768px) {
  #header .navbar-header {
    height: auto;
  }
}
#header #navigation ul.navbar-nav {
  -webkit-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}

#breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  #breadcrumbs {
    display: block;
    position: absolute;
    top: -2em;
  }
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  font-size: .8rem;
}
.breadcrumb li:first-child:before {
  content: '';
  margin: 0;
}
.breadcrumb > li + li::before {
  font-family: FontAwesome;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 5px;
  color: #1c4a81;
  content: '\f061';
  list-style: none;
}

.flex-special {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-special .spacer {
  padding: 15px;
}

img.spacer {
  margin-bottom: 15px;
}

.row.spacer, flexrows.spacer {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

figure.event-fig-width:before {
  padding-top: 60%;
}
figure.event-fig-width img {
  height: auto;
}

.block {
  margin-bottom: 20px;
}

#nieuwsberichten ul li a {
  display: inline-block;
  width: 100%;
}
#nieuwsberichten ul li a .thumb {
  max-width: 20%;
}
#nieuwsberichten ul li a .thumb.pull-right {
  margin-left: 10px;
}
#nieuwsberichten ul li a .thumb.pull-left {
  margin-right: 10px;
}

.page-options .list-group-item-inline {
  display: inline;
}
.page-options .list-group-item-inline a {
  color: #e5f5ff;
}
.page-options .list-group-item-inline a:hover, .page-options .list-group-item-inline afocus {
  color: #1c4a81;
}
.page-options .list-group-item-inline a span.fa {
  height: 30px;
  width: 30px;
  margin: 6px 6px 6px 0;
}

.flex-special .item {
  -webkit-box-shadow: 2px 2px 2px 0px #000;
  -ms-box-shadow: 2px 2px 2px 0px #000;
  box-shadow: 2px 2px 2px 0px #000;
}
.flex-special .item:hover, .flex-special .item:focus {
  -webkit-box-shadow: 1px 1px 1px 0px #000;
  -ms-box-shadow: 1px 1px 1px 0px #000;
  box-shadow: 1px 1px 1px 0px #000;
}

.flex-special .flexblock a {
  text-decoration: none;
  position: relative;
  display: block;
}
.flex-special .flexblock a:hover, .flex-special .flexblock a:focus {
  color: #1c4a81;
}
.flex-special .flexblock .item, .flex-special .flexblock > a {
  display: block;
  height: 100%;
  text-align: center;
  margin-top: 20px;
}
.flex-special .flexblock .item time, .flex-special .flexblock > a time {
  position: absolute;
  left: 0px;
  top: -30px;
  padding: 5px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
}
.flex-special .flexblock .item time.start, .flex-special .flexblock > a time.start {
  left: 0px;
  right: auto;
  float: left;
}
.flex-special .flexblock .item time.end, .flex-special .flexblock > a time.end {
  left: auto;
  right: 0px;
  float: right;
}
.flex-special .flexblock .item-arrow {
  background: #fff;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  top: -10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flex-special .flexblock .item-icon-container {
  height: auto;
  width: 60%;
  max-width: 150px;
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 0;
}
.flex-special .flexblock .item-icon-container :before {
  content: '';
  padding-top: calc(80 / 150 * 100%);
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  position: relative;
}
.flex-special .flexblock .item-icon-container .item-icon {
  /*background-image: image('footstep.jpg');*/
  /*            height: 36px;
              width: 100px;*/
  height: 100%;
  width: 100%;
  max-width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.flex-special .flexblock .item-icon-container .event-51 {
  background-image: url("../img/icon-todn.jpg");
  /*            height: 80px;
              width: 150px;*/
  max-width: 150px;
}
.flex-special .flexblock .item-icon-container .event-53 {
  background-image: url("../img/icon-nsw.jpg");
  /*            height: 80px;
              width: 150px;*/
  max-width: 150px;
}
.flex-special .flexblock .item-icon-container .event-54 {
  background-image: url("../img/icon-nrt.jpg");
  /*            height: 80px;
              width: 150px;*/
  max-width: 150px;
}
.flex-special .flexblock .item-content {
  position: relative;
  padding: 10px;
}

#nieuwsberichten {
  background-color: #F3F9FD;
  border: 1px solid #E3E3E3;
}

#home-carousel-news {
  width: 800px;
  max-width: 70%;
  margin-bottom: 50px;
}
#home-carousel-news .carousel-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  #home-carousel-news .carousel-inner {
    padding-bottom: 40%;
  }
}
#home-carousel-news .carousel-inner .item {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#home-carousel-news .carousel-inner .item:focus img, #home-carousel-news .carousel-inner .item:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#home-carousel-news .carousel-inner .item a {
  margin-bottom: 0;
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
#home-carousel-news .carousel-inner .item a:hover, #home-carousel-news .carousel-inner .item a:focus {
  color: #1c4a81;
}
#home-carousel-news .carousel-inner .item a .flexrows {
  margin: 0;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#home-carousel-news .carousel-inner .item a .flexrows > div:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  #home-carousel-news .carousel-inner .item a .flexrows > div:last-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  #home-carousel-news .carousel-inner .item a .flexrows {
    height: auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#home-carousel-news .carousel-inner .item a figure {
  overflow: hidden;
}
#home-carousel-news .carousel-inner .item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
#home-carousel-news .carousel-inner .item a .newsslider-content {
  position: relative;
  padding: 15px;
  max-height: 100%;
  height: auto;
  overflow: hidden;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-basis: auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  #home-carousel-news .carousel-inner .item a .newsslider-content {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
  }
}
#home-carousel-news .carousel-inner .item a .newsslider-content h3 {
  margin-bottom: .5em;
}
#home-carousel-news .carousel-inner .item a .newsslider-content time {
  position: relative;
  top: 0;
}
#home-carousel-news .carousel-inner .item a .newsslider-content .fa {
  margin: 0 10px 0 0;
}
#home-carousel-news .carousel-inner .item a .newsslider-content p {
  position: relative;
  height: 5.6rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  #home-carousel-news .carousel-inner .item a .newsslider-content p {
    height: 5.6rem;
  }
}
@media (min-width: 992px) {
  #home-carousel-news .carousel-inner .item a .newsslider-content p {
    height: 7rem;
  }
}
@media (min-width: 1200px) {
  #home-carousel-news .carousel-inner .item a .newsslider-content p {
    height: 11.2rem;
  }
}
#home-carousel-news .carousel-inner .item a .newsslider-content p:last-child:after {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  font-weight: bold;
  height: 1.4rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
  content: 'Lees meer';
}
#home-carousel-news .carousel-control {
  color: #000;
  top: 20%;
  bottom: 20%;
}
#home-carousel-news .carousel-control.right, #home-carousel-news .carousel-control.left {
  background-image: none;
  color: #e5f5ff;
}
#home-carousel-news .carousel-control.right {
  right: -15%;
}
#home-carousel-news .carousel-control.left {
  left: -15%;
}

.btn {
  text-decoration: none;
}

.btn-default {
  text-decoration: none;
}
.btn-default:hover, .btn-default:focus {
  background-color: #e5f5ff;
}

.btn-link {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
}

.paginaoverzicht > .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.aside-event .list-unstyled li, .aside-parent .list-unstyled li {
  margin-bottom: 6px;
}
.aside-event .list-unstyled li .fa, .aside-parent .list-unstyled li .fa {
  color: #e5f5ff;
  float: left;
  clear: left;
  line-height: 1.1;
  vertical-align: top;
}

aside ul.list-unstyled li span {
  margin: 0 10px;
}

.panel-default {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.panel-default .list-group .list-group-item {
  background-color: #fff;
  border: 1px solid #ddd;
}
.panel-default .list-group .list-group-item.active, .panel-default .list-group .list-group-item.active:focus, .panel-default .list-group .list-group-item.active:hover {
  background-color: #fff;
  border: 1px solid #ddd;
  font-weight: bold;
}
.panel-default .list-group .list-group-item a {
  text-decoration: none;
}
.panel-default > .panel-heading {
  background-color: #e5f5ff;
  color: #000;
  border-bottom: 1px solid transparent;
  /*text-transform: uppercase;*/
  font-family: "PT Sans", sans-serif;
  /*font-weight: bold;*/
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  /*        .panel-title {
              font-weight: bold;
          }*/
}
.panel-default > .panel-heading a {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  color: #000;
}

#nieuwsberichten .panel-heading {
  background-color: #e5f5ff;
  color: #fff;
}

.embed-responsive {
  margin-bottom: 15px;
}

.pageshome {
  padding: 3rem 0 2rem;
}
.pageshome .flexrows .flexblock a {
  display: block;
  height: 100%;
  background-color: #1c4a81;
  text-decoration: none;
}
.pageshome .flexrows .flexblock a h3 {
  color: #fff;
  padding: 0 15px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .pageshome .flexrows .flexblock a h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .pageshome .flexrows .flexblock a h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#content > .container {
  /*box-shadow: 0 0 10px rgba(0,0,0,0.15);*/
  background-color: #fff;
  margin-top: 3rem;
}

#produkt-overzicht figure, #project-overzicht figure, #nieuws-overzicht figure {
  /*    margin-left: 0;
      margin-right: 50px;*/
}
#produkt-overzicht figure a img, #project-overzicht figure a img, #nieuws-overzicht figure a img {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#produkt-overzicht figure a:focus img, #produkt-overzicht figure a:hover img, #project-overzicht figure a:focus img, #project-overzicht figure a:hover img, #nieuws-overzicht figure a:focus img, #nieuws-overzicht figure a:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 992px) {
  #produkt-overzicht figure, #project-overzicht figure, #nieuws-overzicht figure {
    margin-left: 0;
    margin-right: 50px;
  }
}
#produkt-overzicht h2, #project-overzicht h2, #nieuws-overzicht h2 {
  margin-top: 0;
}

.produkt {
  padding: 2em;
}
.produkt .figure-main {
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .produkt .figure-main {
    margin-left: 0;
    margin-right: 50px;
  }
}

.produktinfo h1 {
  margin-top: 0;
}

.blok-gradient {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 16px;
  background: #ACC55B;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #ACC55B, #3A8359);
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(#ACC55B), to(#3A8359));
  background: -o-linear-gradient(top left, #ACC55B, #3A8359);
  background: linear-gradient(to bottom right, #ACC55B, #3A8359);
  /* Standard syntax */
  text-align: center;
}
.blok-gradient h2, .blok-gradient h3, .blok-gradient h4, .blok-gradient .h2, .blok-gradient .h3, .blok-gradient .h4 {
  color: #fff;
  text-transform: uppercase;
}

.fancyboxContainer figure {
  overflow: hidden;
}

a.fancybox img, .pageshome a img {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.fancybox:focus img, a.fancybox:hover img, .pageshome a:focus img, .pageshome a:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

a[href$=".pdf"]:before {
  background-image: url("../img/icon-pdf.png");
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

@supports ((-webkit-clip-path: circle(0%)) or (clip-path: circle(0%))) or (-webkit-clip-path: circle(0%)) {
  #footer .copyright {
    -webkit-clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 60px;
  }
}



/*# sourceMappingURL=basic.css.map */
