@font-face {
  font-family: flexslider-icon;
  src: url(fonts/flexslider-icon.eot);
  src: url(fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(fonts/flexslider-icon.woff) format("woff"), url(fonts/flexslider-icon.ttf) format("truetype"), url(fonts/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: 400;
  font-style: normal;
}
.flex-container a:hover,
.flex-slider a:hover {
  outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  width: 100%;
  margin: 0 0 ;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;

}
.flexslider .slides img {
  width:100%;
  display: block;
  margin-left: auto; margin-right: auto;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider, .flexslider div { border-radius: 0!important;}
.flexslider {
  border-radius:0;
  margin: 0 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 1000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav .flex-next:after,
.flex-direction-nav .flex-prev:after {
  font-family: FontAwesome;
  display: inline;
  color: #fff;
  font-size: 60px;
  position: sticky;
}
.flex-direction-nav .flex-next:after {
  content: "\f0da";
}
.flex-direction-nav .flex-prev:after {
  content: "\f0d9";
}
.flex-direction-nav .flex-next {
  height: 50px;
  width: 50px;
  padding: 30px 0 0;
  right: 0;
  text-align: right;
}
.flex-direction-nav .flex-prev {
  height: 50px;
  width: 40px;
  padding: 30px 0 0;
  left: -15px;
  text-align: right;
}
.flex-direction-nav li {
  height: 100px;
  display: inline;
}
.flex-direction-nav a {
  margin: 0 15px 0 20px;
}
.flex-direction-nav a {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 45%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  font-size: 1px!important;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 2;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 2;
  right: 20px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-nav.flex-control-paging {
  position: absolute;
  z-index: 100000;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 5%;
  float: left;
  margin: 0;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
a {
  color: #fff;
  text-decoration: none;
}
.flex-control-thumbs img {
  width: 20px;
  height: 20px;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
  }
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}


li.css a {
  border-radius: 0;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 0;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  cursor: default;
}
.flex-control-nav {
  width: 950px;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  display: none;
  margin: 0 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 0;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 0;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.wrap_text_photo_data {
  display: block;
  position: absolute;
  text-align: left;
  z-index: 10000;
}

.photo-data:before {
  content: "\f00c";
  font-size: 18px;
  font-weight: 400;
  padding-right: 10px;
}
.slider_text_verder:after {
  font-family: fontawesome;
  content: "\f105";
  display: inline;
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 59.9999em) {
  .flex-caption {
    width: 85%;
    padding: 0 8% 0 7%;
    height: 120px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: -120px;
    line-height: 35px;
    text-shadow: 1px 1px 10px black;
  }
  .wrap_flexslider.referenties flexslider. .slides img {
    max-width: 90%;
    max-height: 50px;
  }

  .flexslider .slides img {
    min-height: 175px;
    max-height: 175px;
    min-width: 120%;
    height: auto;
  }

  .photo_data_wrap {
    background-color: #005363;
    width: 63%;
    padding: 0 2% 1%;
    margin: 0 auto 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.8;
  }
  .photo_data_text {
    line-height: 29px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    -ms-filter: none !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  .slider_text_verder:after {
    font-size: 20px;
    padding-left: 5px;
  }
  .flex-direction-nav,
  .wrap_naarbeneden {
    display: none;
  }
}
/*@media screen and (min-width: 40em) and (max-width: 59.9999em) {*/
/*  .flexslider {*/
/*    height: 310px;*/
/*  }*/
/*  .flexslider .slides img {*/
/*    height: 310px;*/
/*  }*/
/*  .wrap_text_photo_data {*/
/*    width: 96%;*/
/*    margin-top: -50%;*/
/*    padding: 5% 2% 0;*/
/*    height: 90%;*/
/*  }*/
/*  .wrap_text_photo_data a {*/
/*    color: #fff;*/
/*    width: 90%;*/
/*  }*/
/*  .photo_data_wrap {*/
/*    background-color: #005363;*/
/*    width: 50%;*/
/*    padding: 3% 6%;*/
/*    margin: auto;*/
/*    margin-bottom: 10px;*/
/*    -webkit-border-radius: 10px;*/
/*    -moz-border-radius: 10px;*/
/*    -o-border-radius: 10px;*/
/*    border-radius: 10px;*/
/*    opacity: 0.8;*/
/*  }*/
/*  .photo_data_text {*/
/*    line-height: 29px;*/
/*    color: #fff;*/
/*    font-size: 25px;*/
/*    font-weight: 700;*/
/*    text-align: center;*/
/*    -ms-filter: none !important;*/
/*    -webkit-border-radius: 6px;*/
/*    -moz-border-radius: 6px;*/
/*    -o-border-radius: 6px;*/
/*    border-radius: 6px;*/
/*  }*/
/*  .slider_text_verder:after {*/
/*    font-size: 30px;*/
/*    padding-left: 5px;*/
/*  }*/
/*  .flex-direction-nav,*/
/*  .wrap_naarbeneden {*/
/*    display: none;*/
/*  }*/
/*}*/


@media screen and (min-width: 60em) {
  .flexslider {  height: 370px;}
  .flex-caption {
    width: 100%;
    height: 200px;
    color: #fff;
    font-size: 46px;
    text-shadow: 2px 2px 3px #000;
    font-weight: bold;
    text-align: center;
    margin-top: -235px;
    margin-bottom: 100px;
    line-height: 65px;
  }
  .flexslider .slides img {  height: 370px;  }
  .wrap_text_photo_data {    width: 86%;    margin: -22% 7% 0;    padding: 0;  }
  .photo_data_wrap.last {    margin-right: 0 !important;  }
  .wrap_text_photo_data a {    color: #fff;  }
  .photo_data_wrap {
    width: 17%;
    margin-right: 4%;
    float: left;
    padding: 40px 27px;
    background-color: #005363;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.8;
  }
  .photo_data_text {
    line-height: 31px;
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
    -ms-filter: none !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  .slider_text_verder:after {
    font-size: 30px;
    padding-left: 4px;
  }
  .flex-direction-nav .flex-next,
  .flex-direction-nav .flex-prev {
    top: 38%;
  }
}
