@CHARSET "UTF-8";

/* RESET */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1.33;
}
ol, ul {
  list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
table.standard td {
  padding: 3px;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
img {
  border: 0;
}

.clear {
  clear:both;
}
strong {
  font-weight: bold;
}

/* MAIN STYLES */
body {
  background: url(../images/new/background.jpg) fixed top center;
}
td {
  vertical-align: top;
}
body,td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0D5085;
}
.titels {
  font-size: 12px;
  font-weight: bold;
  color: #0D5085;
}
.body_txt {
  font-size: 11px;
}
.nav {
  font-size: 12px;
  font-weight: bold;
}
.divcontent {
  background: url('../images/content_geel.jpg') no-repeat bottom right;
  padding-left:50px;
  padding-right:40px;
  height: 500px;
}
.divcontent[class] {
  height: 500px;
}
h1, h2, h3, h4 {
  color: #0D5085;
}
h1 {
  font-family: "Oswald";
  font-size: 19px;
  padding: 12px 0;
}
h2 {
  font-family: "Oswald";
  font-size: 16px;
  padding: 12px 0;
}
h3 {
  font-size: 14px;
  padding: 12px 0;
}
h4 {
  font-size: 12px;
  padding: 12px 0;
}

a:link{
  color: #0D5085;
}

a:visited{
  color: #0D5085;
}

a:hover{
  color: black;
  text-decoration: none;
}
p, ul, li
{
  margin-top: 0;
  margin-bottom: 0;
}

.error, .asterix {
  color: Red;
}
.image {
  float: left;
  padding: 0 2px 0 2px;
}
table.nextprev {
  margin-top:5px;
  margin-bottom:5px;
  width:100%;
}
td.nextprev {
  border:1px;
  border-color: white;
  border-style:solid;
  vertical-align: middle;
}
.nextprevactive {
  color: #02207A;
  font-weight:bold;
}

.content {
  margin: 0;
  text-align:left;
  background-color: white;
  padding: 20px 30px;
  min-height: 936px;
}

.foto {
  margin-left: 75px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
  height: 375px;
  width: 749px;
}
.kop {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #0D5085;
  font-variant: normal;
}
.tekst {
  font-size: 12px;
  color: #888787;
}
.adresgegevens {
  font-size: 11px;
  color: #525252;
  font-weight: bold;
}
.pagina {
  overflow: hidden;
}
#gallery {
  clear:both;
  padding: 20px 0;
}
#gallery td {
  padding: 15px 15px 5px 0;
  vertical-align: top;
}
.producten tr td {
  color:#0D5085;
  font-weight:normal;
}
.producten tr td span.tirimage {
  padding-right: 5px;
}
ul.pagelinks
{
  line-height: 22px;
  color: #0D5085;
  list-style-type: none;
  padding:10px 0 0 0;
  margin:20px 0 0 0;
  border-top: solid 1px #A3A29E;
}
ul.pagelinks li
{
  padding: 0 0 0 5px;
  background-image: url("../images/favicon.ico");
  background-position:0px 4px;
  background-repeat:no-repeat;
  padding: 0 0 0 30px;
}
ul.pagelinks a {
  text-decoration: none;
}
#files {
  margin: 20px 0 0 0;
}

/* BLOG */
div.blog {
  background-color: #496a9b;
  padding: 30px 30px 5px 30px;
  color: white;
}
div.blog h1, div.blog h2 {
  font-size: 15px;
  padding: 3px 0 17px 0;
  float: left;
  color: white;
  text-transform:uppercase;
}
div.date {
  font-family: "Oswald";
  font-size: 15px;
  margin: 3px 0 5px 0;
  float: right;
  text-transform:uppercase;
}
div.blog_left {
  width: 200px;
  float: left;
  margin-right: 10px;
}

div.blog h1 a {
  text-decoration: none;
  color: white;
  text-transform:uppercase;
}
div.blog div.teaser {
  margin-bottom: 10px;
}
div.blog a.readmore, div.blog a.shoutmore {
  text-decoration: none;
  display: block;
  color: #e87113;
  font-weight: bold;
  padding-top: 5px;
}
div.blog a:hover {
  color: #77ABD3;
}

/* NEWS*/

div.news h1.pagetitle {
  width: 100%;
  display:block;
}
div.news{
}
div.pagedate {
  float: right;
  font-weight: normal;
}
.backtooverview {
  font-family: "Oswald";
  margin: 20px 0;
  font-size: 16px;
}


/* TAGS */
div.tags {
  margin-top:20px;
}


.clear {
  clear:both;
}
/* ------------ begin mod_socialmedia.php socialmedia --------- */
#socialmedia {
  margin: 0;
  padding: 0 10px 10px 0;
  width: 100%;
}
#socialmedia div {
  margin: 0 10px 10px 0;
}

/* ------------ einde mod_socialmedia.php socialmedia --------- */

#maincontainer {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #86a2c4;
}
#header {
  position: relative;
  max-width: 1200px;
  min-height: 213px;
  background: url(../images/new/header-2.jpg) no-repeat;
}
.header-quote {
  position: absolute;
  top: 58px;
  left: 525px;
}
#logo {
  max-width: 1200px;
  height: 184px;
  display: block;
}
#breadcrumbs {
  padding: 5px 0 4px 40px;
  font-weight: bold;
  text-transform:uppercase;
  font-size: 11px;
  background: url(../images/new/breadcrumb-bg.jpg);
  margin: 2px 0 0 0;
  background-size: cover;
}
#breadcrumbs a {
  text-decoration: none;
}

#breadcrumbs ol{
  margin:0;
  padding-left:0;
}

#breadcrumbs ol li {
  display:inline;
  list-style-type: none;
  padding-left: 0;
}

#breadcrumbs li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: relative;
  margin: 0 5px;
}

.content-container {
  padding: 6px;
}

#menu {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e689b+0,174471+100 */
  background: #2e689b; /* Old browsers */
  background: -moz-linear-gradient(top,  #2e689b 0%, #174471 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #2e689b 0%,#174471 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #2e689b 0%,#174471 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e689b', endColorstr='#174471',GradientType=0 ); /* IE6-9 */
  background-size: cover;
  border: 3px solid #3b5987;
  margin-bottom: 6px;
  min-height: 433px;
}
.menu p {
  margin-top: 16px;
}

#inducook {
  border: 3px solid #3b5987;
  display: block;
  margin: 6px 0;
}
#inducook img {
  width: 100%;
  display: block;
}


/* NEWSLETTER */
#newsletter {
  margin: 6px 0 6px 0;
  border-top: 1px solid grey;
  border: 3px solid #3b5987;
  background-color: #5288b6;
}
#newsletter img {
  max-width: 100%;
}

.newsletter-content {
  padding: 15px 0 5px 10px;
  background-color: #32699f;
}

#newsletter input {
  margin: 0 0 10px 0;
  width: 90%;
  border: 2px solid #6588b2;
  padding: 4px;
  color: grey;
  background-color: #eaeff2;
}
#newsbrief_go {
  margin: 0;
  max-width: 100%;
  cursor: hand;
  display: block;
  text-align: center;
}
#newsbrief_go img {
  margin: 0 auto;
  max-width: 100%;
}

#logos {
  height: 60px;
  margin: 0 6px 6px 6px;
  background-color: white;
}
#logos img {
  opacity: 0.7;
}
#logos img:hover {
  opacity: 1;
}
#footer {
  background: url(../images/new/footer.jpg);
  background-size: cover;
  padding: 20px 30px;
}
#footer h2 {
  padding: 10px 0;
  font-size: 18px;
}

#footer table td {
  padding: 30px;
}

#contact_container {
  font-family: "Oswald";
  margin: 6px;
  background-color: #30405e;
  color: white;
  text-align: center;
  padding: 15px;
  text-transform:uppercase;
  font-weight: bold;
  float: left;
  width: calc(100% - 12px);
}

/* TAG CLOUD*/
#tags {
  margin: 0 1em 0 0;
}
#tags li {
  margin:0;
  padding:0;
  list-style:none;
  display:inline;
}
#footer a {
  text-decoration:none;
  padding:0 2px;
}
#footer a:hover{

}

#prods td {
  padding: 4px 4px 4px 0;
}
.adp-text {
  padding: 12px;
}
#slider {
  margin-bottom: 6px;
  width: 100%;
  height: 433px;
}


.theme-default .nivoSlider {
  box-shadow: none !important;
}

div.spotlight {
  background-color: white;
  padding: 30px 30px;
  color: #32527f;
  height: 263px;
}
div.spotlight h1 {
  font-size: 15px;
  padding: 3px 0 17px 0;
  float: left;
}
div.spotlight h1 a {
  text-decoration: none;
  color: #32527f;
  text-transform:uppercase;
}
div.spotlight div.teaser {
  height: 120px;
  overflow: hidden;
  float:left;
}
div.spotimage {
  width: 167px;
  height: 167px;
  float:left;
  overflow: hidden;
}
div.spotimage img {
  width: 180px;
  max-height: 180px;
}
div.spotlight_left {
  width: 200px;
  float: left;
  margin-right: 10px;
}

div.spotlight a.readmore {
  text-decoration: none;
  float: left;
  color: #b51717;
  font-weight: bold;
}
div.spotlight a:hover {
  color: #77ABD3;
}

.simply-scroll .simply-scroll-clip {
  width: 100%;
}
.simply-scroll .simply-scroll-list li, .simply-scroll, .simply-scroll .simply-scroll-clip {
  height: 60px;
}

.content ul {
  list-style: circle;
  margin-left: 20px;
}


a.imagegallery {
  border: 1px solid #d3d3d3;
  padding: 10px;
  background-color: white;
  height: 134px;
  width: 175px;
  display: table-cell;
  text-align: center;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}

a.imagegallery img {
  max-height: 134px;
  max-width: 150px;
  -moz-backface-visibility: hidden;
}
div.imageshadow {
  background: url(../images/shadow.png) no-repeat center bottom;
  height: 4px;
  width: 100%;
  max-width: 175px;
}
a.imagegallery:hover {
  border-color: #32699F;
}
a.imagegallery:hover img {
  opacity: 0.9;
  -moz-backface-visibility: hidden;
}

.socialsprite {
  background-color: transparent;
  background-image: url("../images/social.png");
  background-repeat: no-repeat;
  display: block;
  height: 28px;
  width: 28px;
  float: left;
}
.facebook_icon {
  background-position: 0 0;
}
.twitter_icon {
  background-position: -43px 0;
}
.youtube_icon {
  background-position: -78px 0;
  width: 70px;
}



.yuimenu {
  border: 0;
  padding: 10px 0;
  background-image: url(../images/rvs1.jpg);
  position: relative;
  z-index: 10000;
}
.yuimenu ul {
  padding: 0 0 0 0;
}

.trans_box1 {
  /* background-image:url(../images/blue.png); */
  background:none;
}
.yuimenubar ul, .yuimenu ul  {
  background-color:transparent;
}
.yuimenubar li, .yuimenu li {
  /* width: 127px; */
  background-color:transparent;
}

.yuimenubar {
  background-color: transparent;
  border: 0;
}

.yuimenubaritem {
  display: block;
  font-size:12px;
}
.yuimenuitem {
  border-color: transparent;
}
li.yuimenubaritem {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

li.yuimenubaritem a  {
  font-size: 22px;
  cursor: pointer;
}

li.yuimenubaritem a  {
  display: block;
  color: white;
  font-weight: 300;
  text-transform:uppercase;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  padding: 4px 0 4px 10px;
}
li.yuimenubaritem li.yuimenuitem a  {
  color: white;
  font-weight: 300;
  border: 0;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 0;
  padding-top: 6px;
  padding-right: 6px;
}
li.yuimenubaritem li.yuimenuitem.parentlink a:first-child {
  padding-top: 12px;
}
li.yuimenubaritem li.yuimenuitem.childlink a:last-child  {
  padding-bottom: 12px;
}
li.yuimenubaritem a.has-submenu {
  background: url(../images/arrow-down.gif) no-repeat right 13px;
  padding-right: 8px;
}
li.yuimenubaritem li.yuimenuitem a.has-submenu {
  background: url(../images/arrow-down.gif) no-repeat right 7px;
  padding-right: 12px;
}
li.yuimenuitem ul {
  background: #2f6da3;
}
li.yuimenuitem li.yuimenuitem ul {
  background: #327cbc;
}
li.yuimenubaritem li.yuimenuitem a  {
  font-size: 14px;
  text-transform: none;
  line-height: 16px;
}
li.yuimenubaritem.yuimenuitem-hassubmenu {
  background-position: right 11px;
}

li.yuimenubaritem a:hover, li.yuimenuitem a:hover,
li.yuimenubaritem a:focus, li.yuimenuitem a:focus {
  background-color: transparent;
  color:#77abd3;
}
li.yuimenubaritem li.yuimenuitem a:hover {
  color:black;
}
li.yuimenubaritem a:active, li.yuimenuitem a:active {

}

.yuimenubaritemlabel, .yuimenuitemlabel {
  font-size: 100%;
  font-family: "Oswald";
}
.bd li {
  /*border: 0;*/
}


/*
.yuimenubaritem-selected,
.yuimenuitem-selected {
  background: transparent url(../images/nav_on.png) top center no-repeat;
}
.yuimenuitem-hassubmenu {
  background: transparent url(../images/nav_of_sub.png) top center no-repeat;
}
.yuimenuitem-hassubmenu-disabled {
  background: transparent url(../images/nav_of_sub.png) top center no-repeat;
}
.yuimenuitem-hassubmenu-selected {
  background: transparent url(../images/nav_on_sub.png) top center no-repeat;
}
.yuimenubaritemlabel-selected,
.yuimenuitemlabel-selected {

}
*/

#tabnav
{
  height: 20px;
  margin: -3px 0 0 0;
  padding-left: 4px;
  background: url(../images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

#tabnav a
{
  font-family: "Oswald";
  float: left;
  background: #f3f3f3;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
  margin-right: 3px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #666;
}


#tabnav A.here0,
#tabnav A.here1,
#tabnav A.here2,
#tabnav a.active {
  border-bottom: 1px solid #bbb;
  background: #24a8df;
  color: White;
}
#tabnav #tabnav a:visited.here {
  border-bottom: 1px solid #bbb;
  background: #24a8df;
  color: White;
}
#tabnav a:link.disabled, #tabnav a:visited.disabled {
  border-bottom: 1px solid #bbb;
  background: #f3f3f3;
  color: White;
}
#tabnav a:hover {
  border-bottom: 1px solid #bbb;
  color: Black;
}
#tabnav_wiz {
}
#tabnav_wiz ol {
}
#tabnav_wiz span.here0,
#tabnav_wiz span.here1,
#tabnav_wiz span.here2,
#tabnav_wiz span.active {
  color: #000;
  font-weight:bold;
}

#newsitemdate {
  float: right;
  margin: -30px 0 0 0;
  font-size: 12px;
  font-weight: bold;
}


.messagered {
  padding: 10px;
  margin: 10px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  border-radius: 4px;
  color: #B94A48;
  font-size: 11px;
}
.message {
  padding: 10px;
  margin: 10px 0;
  background-color: #E6F1F6;
  border: 1px solid #BCE8F1;
  border-radius: 4px;
  color: #29235C;
  font-size: 11px;
}


.row-6-gutter {
  margin-left: -6px;
  margin-right: -6px;
}
.col-6-gutter {
  padding-left: 6px;
  padding-right: 6px;
}


.mb-6 {
  margin-bottom: 6px;
}

.fontfamily1 {
  font-family: "Oswald";
}

/** responsive fix */
.simply-scroll {
  width: auto !important;
}
.navbar {
  margin: 0;
}
.navbar-default {
  background: none;
  border: none;

}
.navbar-toggle {
  background: #2e689b;
  border: 1px solid white;
}

.navbar-toggle span {
  background: white;
}

#navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

/********************* CONTACT MAP *********************/
#gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#gmap iframe,
#gmap object,
#gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gdirections {
  width:100%;
}

.contact_item {
  margin: 0;
  padding: 0;
  /*list-style: none;*/
  display: inline;
}

li.contact_item:not(:first-child):before {
  content: "-";
  padding-left: 10px;
  padding-right: 12px;
}

.merken_div {
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 15px;
  min-height: 270px;
  margin-bottom: 25px;
  text-align: center;
}
.merken_div:hover{
  border-color: #2e689b;
  transition: border-color 0.3s ease 0s;
}
.merken_img {
  padding-top: 35px;
  height: 150px;
}
/*.merken_img > img {*/
/*display: inline;*/
/*margin-left: auto;*/
/*margin-right: auto;*/
/*vertical-align: middle;*/
/*}*/
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.merk-titel {
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
}

/* -------------------------------------------------------------------
COOCKIES
------------------------------------------------------------------- */
.c-cookies {
  bottom: 30px;
  position: fixed;
  width: 100%;
  z-index: 100;
  display: none;
}
.cookies {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cookies .cookies__wrapper {
  background-color: rgba(44,51,54,.8);
  color: #fff;
  padding: 30px;
  display: block;
  margin-right: .84034%;
  width: 66.38655%;
  margin-left: 16.80672%;
}
.cookies p {
  color: #fff;
  position: relative;
  padding-right: 10px;
  margin: 0;
}
.CookieConsent-infotext a {
  color: #e87113;
}

#portfolio {
  margin-top: 15px;
}
.portfolio-item {
  position: relative;
  margin-bottom: 15px;
}
.portfolio-item a {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  max-height: 200px;
}
.portfolio-item .thumb-info-wrapper {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  margin: 4px;
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-item .thumb-info-wrapper:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

.portfolio-item  img {
  width: 100%;
  min-height: 190px;
  border-radius: 4px;
}

.portfolio-item .thumb-info-title {
  transition: all 0.3s;
  background: rgba(23, 23, 23, 0.8);
  bottom: 10%;
  color: #FFF;
  font-size: 15px;
  left: 0;
  padding: 9px 11px 9px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 2;
  max-width: 90%;
}
.portfolio-item:hover .thumb-info-title{
  background: #353535;
}

#portfolio_filter {
  margin: 15px 0;
  border: 1px solid #86a2c4;
  border-radius: 5px;
  padding: 10px 15px 5px 15px;
}
.portfolio_filter {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.portfolio_filter.portoselected, .portfolio_filter:hover {
  background: #125181;
  color: white;
  text-decoration: none;
}


@media (min-width: 990px) {
  .blog {
    min-height: 270px;
  }
}

@media (max-width: 767px) {
  #slider {
    height: auto;
  }
  #menu {
    min-height: auto;
  }
  .content {
    min-height: auto;
  }
  .portfolio-item a {
    max-height: unset;
  }
  #portfolio_filter label {
    display: block;
  }

}
@media (max-width: 1200px) {
  div.spotlight {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .contact_item {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  li.contact_item:before{
    content: none !important;
  }
}

@media (min-width: 767px) {
  .no-gutter-left-md {
    padding-left: 0;
  }
}

@media (min-width: 990px) {
  .no-gutter-left-lg {
    padding-left: 0;
  }
  div.blog {
    min-height: 229px;
  }
}
