body {
  color: black;
  min-width: 768px;
  max-width: 1024px;
  margin: 0 auto !important;
  text-align: center;
  font-family: 'Lato', Arial;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
body > * {
  text-align: left;
}
a:hover {
  text-decoration: underline;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.clear {
  line-height: 0px;
  clear: both;
}
/*Fonts*/
/*Colors*/
/*transitions*/
.white {
  color: white;
}
a.white:hover,
#left-content a.white:hover {
  color: white;
}
/*Navigatie*/

.position-menu {
  margin-top: 25px;
}
.navbar #SM-buttons .navbar-nav {
  margin-top: 0px;
  margin-left: 10px;
}
.navbar .no-tablet {
  display: none;
}
.navbar.only-tablet {
  display: block;
}
.navbar.only-tablet .collapse.in {
  min-height: 0px !important;
  border: 0px;
}
.navbar .navbar-collapse {
  float: right;
}
.navbar .navbar-collapse form {
  margin-top: 0px;
}
.navbar form {
  padding: 0px !important;
}
.navbar .navbar-toggle {
  display: block;
  margin-top: 0px;
  background: #007ac3;
}
.navbar .navbar-toggle:hover {
  background: #be1c1e;
  transition: background 0.4s;
}
.navbar.custom-navbar-white ul {
  float: right;
}
.navbar.custom-navbar-white ul.links {
  margin-right: 10px;
}
.navbar.custom-navbar-white ul.links li a {
  padding: 0px 10px;
  margin-top: 15px;
}
.navbar.custom-navbar-white ul li {
  float: right;
}
.navbar.only-tablet {
  display: block;
  background: white;
  min-height: 0px;
  padding-bottom: 10px;
}
.navbar.only-tablet.custom-navbar-socialmedia {
  border: 0px;
  position: absolute;
  right: 0px;
  top: 80px;
  z-index: 1000;
}
.navbar.navbar-default .navbar-collapse,
.navbar .navbar-default .navbar-form {
  border: 0px;
}
@media screen and (max-width: 992px) {
  .navbar .no-tablet {
    display: none;
  }
  .navbar .navbar-collapse {
    float: right;
  }
  .navbar .navbar-collapse form {
    margin-top: 0px;
  }
  .navbar form {
    padding: 0px !important;
  }
}
@media screen and (min-width: 992px) {
  .navbar .no-tablet {
    display: block;
  }
  .navbar .only-tablet,
  .navbar.only-tablet {
    display: none;
  }
  .navbar .collapse.in {
    display: none;
  }
}
.navbar.custom-navbar-white {
  background: white;
  height: 100px;
  margin-bottom: 0px;
  border: 0px;
}
.navbar.custom-navbar-white .container {
  position: relative;
}
.navbar.custom-navbar-white .navbar-form {
  padding: 0px 0px 10px 15px;
  margin-right: 5px;
}
.navbar.custom-navbar-white .navbar-form input {
  border-radius: 0px;
  border-right: 0px;
  box-shadow: none;
}
.navbar.custom-navbar-white .navbar-form input.form-control:focus {
  border-color: #cccccc;
}
.navbar.custom-navbar-white .navbar-form button {
  border-radius: 0px;
  border-left: 0px;
  padding: 0px;
}
.navbar.custom-navbar-white .navbar-form button img {
  height: 32px;
}
.navbar.custom-navbar-white .navbar-form button:hover {
  border-color: #cccccc;
}
.navbar.custom-navbar-white .container ul li a {
  color: #007ac3;
  font-family: 'Lato', Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.navbar.custom-navbar-white .container ul li a:hover {
  text-decoration: underline;
}
.navbar .custom-navbar-socialmedia {
  margin-top: 7px;
}
.navbar .custom-navbar-socialmedia li a {
  padding: 7px;
  height: 39px;
  width: 39px;
  margin-left: 17px;
}
.navbar .custom-navbar-socialmedia li a.twitter {
  background: url('Images/SM-icons/twitter.png');
}
.navbar .custom-navbar-socialmedia li a.facebook {
  background: url('Images/SM-icons/facebook.png');
}
.navbar .custom-navbar-socialmedia li a.flickr {
  background: url('Images/SM-icons/flickr.png');
}
.navbar .custom-navbar-socialmedia li a.youtube {
  background: url('Images/SM-icons/youtube.png');
}
.navbar .custom-navbar-socialmedia li a.twitter:hover {
  background: url('Images/SM-icons/twitter-hover.png');
  transition: background 0.4s;
}
.navbar .custom-navbar-socialmedia li a.facebook:hover {
  background: url('Images/SM-icons/facebook-hover.png');
  transition: background 0.4s;
}
.navbar .custom-navbar-socialmedia li a.flickr:hover {
  background: url('Images/SM-icons/flickr-hover.png');
  transition: background 0.4s;
}
.navbar .custom-navbar-socialmedia li a.youtube:hover {
  background: url('Images/SM-icons/youtube-hover.png');
  transition: background 0.4s;
}
.navbar.custom-navbar-red {
  background: #be1c1e;
  height: 50px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
  /*menu*/

}
.navbar.custom-navbar-red .container {
  overflow: visible;
}
.navbar.custom-navbar-red ul {
  overflow: visible;
  text-align: center;
  z-index: 1001;
}
.navbar.custom-navbar-red ul .dropdown-menu {
  text-align: left;
}
.navbar.custom-navbar-red ul .dropdown-menu li {
  display: block;
  margin: 0px;
}
.navbar.custom-navbar-red ul .dropdown-menu a {
  display: block;
}
.navbar.custom-navbar-red ul .dropdown-menu a:hover {
  color: #007ac3;
  text-decoration: underline;
}
.navbar.custom-navbar-red ul li {
  display: inline;
  margin-right: 40px;
  text-align: left;
  /*submenu*/

}
.navbar.custom-navbar-red ul li ul li a {
  text-align: left;
  color: black;
  font-family: 'Lato', Arial;
  font-size: 14px;
  line-height: 35px;
  font-weight: 700;
}
.navbar.custom-navbar-red ul li a {
  color: white;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Lato', Arial;
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
}
.navbar.custom-navbar-blue {
  border-radius: 0px;
  /*title*/

}
.navbar.custom-navbar-blue .page-title {
  color: #be1c1e;
  line-height: 36px;
  font-size: 24px;
  padding: 7px 0px 27px 0px;
  margin: 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar.custom-navbar-blue ul {
  margin: 0px;
  padding: 0px;
}
.navbar.custom-navbar-blue ul li {
  list-style-type: none;
}
.navbar.custom-navbar-blue ul li a {
  text-decoration: none;
  display: block;
  line-height: 26px;
  color: black;
  font-weight: bold;
}
.navbar.custom-navbar-blue ul .dropdown {
  position: relative;
  padding: 0px;
  margin: 0px;
  background-color: #d9ebf5;
  border-bottom: solid 1px white;
}
.navbar.custom-navbar-blue ul .dropdown a {
  padding: 15px 10px 15px 22px;
}
.navbar.custom-navbar-blue ul .dropdown div {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 22px;
  width: 12px;
  height: 12px;
  background-image: url('Images/menu-open-close.gif');
  background-position: left center;
}
.navbar.custom-navbar-blue ul .dropdown ul {
  display: block;
}
.navbar.custom-navbar-blue ul .dropdown.subbed.selected a {
  color: #007ac3;
}
.navbar.custom-navbar-blue ul .dropdown.subbed ul {
  height: 0px;
  overflow: hidden;
}
.navbar.custom-navbar-blue ul .dropdown.subbed .dropdown-submenu a {
  padding: 5px 10px 5px 32px;
  color: black;
}
.navbar.custom-navbar-blue ul .dropdown.subbed .dropdown-submenu .selected a,
.navbar.custom-navbar-blue ul .dropdown.subbed .dropdown-submenu .selected a {
  color: #007ac3;
}
.navbar.custom-navbar-blue ul .dropdown.subbed.opened div {
  background-position: right center;
}
#SM-buttons a {
  border-radius: 4px;
}
.first-container {
  padding-top: 25px;
}
.banner-bottom {
  border-top: solid 1px #bbcdd7;
  padding: 25px 0px 0px 0px;
}
.banner-bottom .row {
  font-size: 0px;
  text-align: center;
}
.banner-bottom .row div {
  display: inline-block;
  float: none;
  text-align: left;
  vertical-align: top;
}
.banner-bottom a {
  display: block;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
}
.banner-bottom a:hover {
  text-decoration: none;
}
.banner-bottom a span {
  display: block;
}
.banner-bottom a .holder {
  background-image: url('Images/gray.png');
  padding: 15px 5px;
}
.banner-bottom a .holder span {
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Lato', Arial;
  font-size: 18px;
  line-height: 24px;
}
.banner-bottom a .holder .blue {
  color: #007ac3;
}
.banner-bottom a .holder .red {
  color: #be1c1e;
}
.center {
  text-align: center;
}
.centered {
  text-align: center;
  margin: 3px auto;
}
/*Footer*/

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #007ac3;
}
footer div.row {
  text-align: center;
  color: white;
}
footer div.row a {
  color: white;
}
article.news-item {
  cursor: pointer;
  margin-bottom: 45px;
  height: 175px;
  overflow: hidden;
}
article.news-item h1 {
  margin: 0px;
}
article.news-item h1 a {
  color: #007ac3;
  text-decoration: none;
  font-family: 'Lato', Arial;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
article.news-item .img-container {
  float: left;
  margin: 0px 15px 0px 0px;
  max-width: 40%;
  position: relative;
}
article.news-item .img-container .tag-date-container {
  background-color: #007ac3;
  bottom: 0px;
  color: white;
  left: 0px;
  padding: 5px 10px;
  position: absolute;
  font-family: 'Lato', Arial;
  font-size: 11px;
  line-height: 25px;
  font-weight: 700;
}
article.news-item .img-container .tag-date-container div {
  display: inline-block;
}
article.news-item .img-container .tag-date-container div:first-child {
  margin-right: 15px;
}
article.news-item .content-container {
  font-size: 16px;
  line-height: 28px;
  text-overflow: ellipsis;
}
article.news-item .content-container:hover a,
article.news-item .content-container a:hover {
  text-decoration: underline;
}
.button {
  background-color: #007ac3;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px;
  font-family: 'Lato', Arial;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.button:hover,
#left-content a.button:hover {
  color: white;
}
#left-content a.button.custom {
  margin-bottom: 30px;
  padding: 10px 20px;
  max-width: 100%;
}
.gutter {
  margin-bottom: 45px;
}
.paging {
  padding: 20px;
  text-align: center;
}
.paging a {
  display: inline-block;
  color: #007ac3;
  margin-left: 9px;
  padding: 3px 0px;
  text-decoration: none;
}
.paging .Volgende,
.paging .Vorige {
  background-color: #007ac3;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
.paging .Current {
  font-weight: bold;
}
/*newsletter*/
#newsletter {
  background: #be1c1e url('Images/bg-newsletter.jpg') no-repeat left center;
  background-size: cover;
  color: white;
  padding: 60px 70px;
}
#newsletter h1 {
  font-size: 22px;
  margin: 0px;
  text-align: center;
}
#newsletter .left {
  padding-right: 20px;
}
#newsletter .left .subscribe {
  float: right;
}
#newsletter .right {
  padding-left: 20px;
}
#newsletter .right .tweet {
  margin-bottom: 15px;
}
#newsletter .right .followUs {
  float: left;
}
#newsletter .right .followUs a {
  color: white;
  text-decoration: none;
}
#newsletter .left,
#newsletter .right {
  float: left;
  width: 50%;
}
#newsletter .left span.title,
#newsletter .right span.title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
#newsletter .notify-link {
  margin-top: 5px;
  text-align: left;
}
#newsletter #form {
  margin: 0px;
  padding: 0px;
}
#newsletter ul {
  list-style-type: none;
  padding-left: 0px;
}
#newsletter ul li {
  display: block;
  margin-top: 10px;
}
#newsletter ul li:last-child {
  margin-bottom: 10px;
}
#newsletter ul li input {
  border: 1px solid #6d0607;
  color: #be1c1e;
  height: 50px;
  padding: 0px 20px;
  width: 100%;
  /* WebKit browsers */

  /* Mozilla Firefox 4 to 18 */

  /* Mozilla Firefox 19+ */

  /* Internet Explorer 10+ */

}
#newsletter ul li input::-webkit-input-placeholder {
  color: #6d0607;
  font-style: italic;
  font-family: 'Lato', Arial;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
}
#newsletter ul li input:-moz-placeholder {
  color: #6d0607;
  font-style: italic;
  font-family: 'Lato', Arial;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
}
#newsletter ul li input::-moz-placeholder {
  color: #6d0607;
  font-style: italic;
  font-family: 'Lato', Arial;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
}
#newsletter ul li input:-ms-input-placeholder {
  color: #6d0607;
  font-style: italic;
  font-family: 'Lato', Arial;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
}
#newsletter button {
  background-color: #be1c1e;
  border: 1px solid white;
  color: white;
  height: 50px;
  outline: none;
  padding: 0px 20px;
  font-family: 'Lato', Arial;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
}
#newsletter button:hover {
  text-decoration: underline;
}
#newsletter h1 {
  color: white;
  margin-bottom: 30px;
  font-family: 'Lato', Arial;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
#newsletter .error {
  color: white;
  display: inline-block;
  font-style: italic;
  font-weight: 700;
}
#newsletter .center {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-header-tablet {
    display: inline-block !important;
    margin: 0px 20px 0px 0px;
    position: relative;
    top: 4px;
    visibility: visible !important;
  }
  .navbar-header-tablet .bar {
    background-color: white;
    border-radius: 2px;
    display: block;
    height: 4px;
    margin: 0px 0px 3px 0px;
    width: 22px;
  }
  #custom-navbar-blue .page-title {
    display: inline-block;
  }
  #left-content .page-title {
    color: white !important;
    font-size: 20px !important;
    padding: 7px 0px 7px 0px !important;
  }
  .header-button {
    background-color: #007ac3;
    padding-left: 20px;
  }
  #left-content {
    margin-bottom: 30px;
  }
}
.panel.panel-custom,
.panel-group .panel + .panel.panel-custom {
  background-color: #d9ebf5;
  border: 0px;
  border-radius: 0px;
  margin: 1px 0px 0px 0px;
  padding: 15px 10px 15px 20px;
  position: relative;
}
.panel.panel-custom .glyphicon-plus,
.panel.panel-custom .glyphicon-minus {
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 16px;
}
.panel.panel-custom .glyphicon-plus ~ ul.row {
  display: none;
}
.panel.panel-custom a {
  color: black;
  font-family: 'Lato', Arial;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.panel.panel-custom a.selected,
.panel.panel-custom .selected a {
  color: #007ac3;
}
.panel.panel-custom ul {
  list-style-type: none;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
.panel.panel-custom ul li a:first-child {
  margin-top: 5px;
}
.panel.panel-custom ul li a {
  line-height: 24px;
}
.panel.panel-custom ul li {
  margin: 0px;
  padding: 0px;
}
#left-content a:hover {
  color: #007ac3;
}
#left-content a:first-of-type {
  display: block;
  max-width: 260px;
}
#left-content .page-title {
  color: #be1c1e;
  line-height: 36px;
  font-size: 24px;
  padding: 7px 0px 27px 0px;
  margin: 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.w3s {
  font-size: 12px;
}
.sm-block {
  border-bottom: 1px solid #bbcdd7;
  border-top: 1px solid #bbcdd7;
  margin: 30px 0px;
  padding: 30px 0px;
}
.box-title {
  color: #be1c1e;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'Lato', Arial;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.form-control {
  border-radius: 0px;
  outline: none;
  transition: none;
}
input,
input:focus,
select {
  outline: none;
  transition: none;
}
@media screen and (max-width: 1024px) {
  .navbar.custom-navbar-red ul li {
    margin-right: 19px;
  }
  .navbar-form .form-control {
    width: 300px;
  }
}
.notify-link {
  text-align: center;
}
.notify-link a {
  color: white;
  text-decoration: underline;
}
#sm-buttons {
  background-color: white;
  display: none;
  position: absolute;
  top: 50px;
  right: 0px;
  width: 220px;
  z-index: 100;
}
#sm-buttons ul {
  margin: 0px;
  padding: 0px;
}
#sm-buttons ul li a {
  border-radius: 3px;
  display: inline-block;
  height: 36px;
  margin: 0px 15px 5px 0px;
  width: 36px;
}
#google-map-holder {
  position: relative;
}
#google-map-holder .richmarker {
  width: 38px;
  height: 50px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  overflow: visible;
}
#google-map-holder .richmarker .richmarker-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 71px;
  height: 65px;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 140;
}
#google-map-holder .richmarker .richmarker-count {
  position: absolute;
  font-family: Arial;
  text-align: center;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 50px;
  z-index: 141;
}
#google-map-holder .richmarker .richmarker-content {
  display: none;
  position: absolute;
  text-align: left;
  left: 40px;
  top: 0px;
  width: 270px;
  z-index: 149;
}
#google-map-holder .richmarker .richmarker-close {
  position: absolute;
  z-index: 151;
  right: 10px;
  top: 10px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#google-map-holder .red .google-map-title,
#google-map-holder .red .richmarker-count {
  color: #be1c1e;
}
#google-map-holder .red .richmarker-close {
  background-image: url('Images/close-marker-red.gif');
}
#google-map-holder .blue .google-map-title,
#google-map-holder .blue .richmarker-count {
  color: #007ac3;
}
#google-map-holder .blue .richmarker-close {
  background-image: url('Images/close-marker-blue.gif');
}
#google-map-holder .richmarker-arrow {
  position: absolute;
  left: 0px;
  height: 29px;
  width: 24px;
  background-image: url(Images/marker-arrow.png);
}
#google-map-holder #work-menu {
  position: absolute;
  height: 1px;
  z-index: 1000;
  top: 30px;
  display: inline-block;
  margin: 0px auto;
  overflow: visible;
}
#google-map-holder #work-menu .menu-item {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  font-weight: bold;
  color: white;
  padding: 0px 12px;
  margin: 0px 5px;
  cursor: pointer;
}
#google-map-holder #work-menu .menu-item.red {
  background-color: #be1c1e;
}
#google-map-holder #work-menu .menu-item.blue {
  background-color: #007ac3;
}
#google-map-holder #work-menu .work-item-holder {
  padding-bottom: 10px;
  text-align: center;
  display: inline-block;
  margin: 0px auto;
  clear: both;
}
#google-map-holder #work-menu .menu-item.red.selected {
  background-color: #871516;
}
#google-map-holder #work-menu .menu-item.blue.selected {
  background-color: #004b78;
}
#google-map-holder #google-map {
  border: solid 1px #e2dbd5;
  height: 700px;
  margin: 0px;
}
#google-map-holder .richmarker-text {
  padding-top: 20px;
  border: solid 1px #acacac;
  padding: 20px 10px 0px 15px;
  background-color: white;
  margin-left: 16px;
}
#google-map-holder .google-map-title {
  color: #be1c1e;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  line-height: 24px;
}
#google-map-holder .google-map-text {
  color: black;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 14px;
  font-weight: normal;
}