body{
    background-color: white;
}

.logo img{
    max-width: 200px;
}

.mainnav.mainnav-floating a.logo, .mainnav a.logo{left: 0px;}

.mainnav.mainnav-floating .logo, .mainnav .logo{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mainnav{
    color: #453111;
}
.mainnav a{
    color: #453111 !important;
}
.mainnav, .newsitem-img .date, .mainnav.mainnav-floating{
    background-color: white;
}
.langs, .langs a, .newsitem-txt div h3{
    color: #5b571b;
}
#contact{
clear: both;
}

.footer, .footer .bg-fig{
    background-image: none;
}

.project-item .fig {
    overflow: hidden;
}

.project-item .fig img {
    display: block;
    height: 200px;
    margin: 0px auto;
}

.paard-item .fig img {
    display: block;
    height: 200px;
    width: 100%;
    margin: 0px auto;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
}
.carousel-control.left {
  left: 75px;
  right: auto;
  bottom: 125px;
}
.carousel-control.right {
  right: 75px;
  left: auto;
  bottom: 125px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.pedigree, .uitleg{
    font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    bottom: 90px;
   
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@media screen and (max-width: 768px){
.carousel-control.left {
  left: 0px;
  right: auto;
  bottom: 75px;
}
.carousel-control.right {
  right: 0px;
  left: auto;
  bottom: 75px;
}
.carousel-caption {
    bottom: 60px;
}
}
@media screen and (max-width: 500px){
.carousel-control.left {
  left: 0px;
  right: auto;
  bottom: 20px;
}
.carousel-control.right {
  right: 0px;
  left: auto;
  bottom: 20px;
}
.pedigree, .uitleg{
    font-size: 0.7em;
}
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
#referenties{
padding-top: 100px;
}

.carousel-caption {
	background-color: rgba(255,255,255,0.8);
        color: black;
        font-weight: bold;
}

.circle { 
   width: 50px;
   height: 50px;
   background: #596d7e; 
   -moz-border-radius: 25px; 
   -webkit-border-radius: 25px; 
   border-radius: 25px;
   padding-top: 7px;
}

/* LIGHTBOX  -  version 2.8.2 */

/* Preload images */
body:after {
  content: url(../lightbox/images/close.png) url(../lightbox/images/loading.gif) url(../lightbox/images/prev.png) url(../lightbox/images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../lightbox/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../lightbox/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../lightbox/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../lightbox/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.langs{
    position: absolute;
    right: 0px;
    z-index: 200;

    padding: 0px 0px 0px 0px;
    font-size: 0.8em;
}

.langs .active{
    font-weight: 400;
}

.langs span, .langs a{
    padding-right: 10px;
    padding-left: 10px;
}

.project-item .fig img{
    width: inherit;
}

.dark .overlay-color, .dark .hr{
    background: #2f4d5f;
}
.dark .overlay-content{
    color: #e6d79e;
}
.dark .overlay-content .hr{
    background: #e6d79e;
}
.light .overlay-color{
    background: #e6d79e;
}
.light .overlay-content{
    color: #2f4d5f;
}
.light .overlay-content .hr{
    background: #2f4d5f;
}

.paarden-grid .grid-col-33 h4{
   font-size: 0.6em;
}

#pedigree{
    text-align: center;
    width: 100%;
}
#pedigree tr td{
    border: 2px solid white;
}

#pedigree .blue{
    color: #5b571b;
    background-image: url("https://www.hetgoudenbit.be/uploads/images/raster.png");
    line-height: 2.5em;
    position: relative;
}

#pedigree .rightblue:after{
    content: ' ';
    width: 100%;
    height: 100%; 
    border-right: 4px solid #5b571b;
    border-radius: 5px;
    display: block;
right: 0px;
position: absolute;
top: 0px;
}

#pedigree .gray{
    color: #6c6c6c;
    line-height: 2.5em;
    position: relative;
}

#pedigree .grayright:after{
    content: ' ';
    width: 100%;
    height: 100%; 
    border-right: 4px solid #6c6c6c;
    border-radius: 5px;
    display: block;
right: 0px;
position: absolute;
top: 0px;
}

.paardprofiel-small{
    display: none;
}

@media screen and (max-width: 768px){
    .grid-col-70, .grid-col-30{ 
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    .profielpaard{
        display: none;
    }
.paardprofiel-small{
    display: block;
}
}

.paarddetail header h3, .paarddetail a{
    color: #5b571b
}

.news-articles{
    background-color: white;
}

.btn-more, .btn-more:hover, .btn-more:visited{
    background-color: #453111;
    color: white;
    display: block;
    text-transform: uppercase;
    border-radius: 15px;
    text-decoration: none !important;
    padding: 10px 20px 10px 20px;
    width: 120px;
    text-align: center;
}

.newsitem-txt div h3{
    padding-left: 0px;
    font-size: 0.9em;
    color: #453111;
    margin: 0px;
    text-transform: uppercase;
}

.newsitem-img {
    padding-top: 23px;
    padding-right: 18px;
    padding-bottom: 23px;
}

.newsitem-txt{
    color: #453111;
}

.newsitem-txt div p{
    line-height: 1.2em;
}

.grid-col-25 {
    width: 25%;
    min-height: 1px;
}

.summary{
    color: #453111;
}
.summary h1{
     margin: 0px;
     text-transform: uppercase;
     padding: 0px;
     font-size: 2em;
}
.summary h2{
    margin: 0px 0px 50px 0px !important;
     padding: 0px;
    line-height: 1.0em !important;
    font-size: 1.2em !important;
    font-style: italic;
}
.summary p{
    text-align: justify
}

.fig-hover-item .caption {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0 18px 23px;
    text-transform: uppercase;
    font-family: "Playfair Display";
    font-size: 0.7222222222em;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    top: 200px;
    text-align: center;
    font-size: 2em;
}
.map{ height: 300px;}
.footer{
    background-color: #5c4b43
}

.footer-plus{
    background-color: #fdb000;
    color: #453111;
    text-align: center;
    
}

.footer-plus ul{
    margin: 0px;
   padding: 0px;
}

.footer.large{ background-image: none;}
.footer-plus ul li{
    list-style-type: none;
    font-size: 0.8em;
    padding: 10px;
    margin: 0px;
}

.tablet{display: block}
.mobile{display: none}

.news-articles{
    -webkit-box-shadow: 0px 0px 30px black;
    -moz-box-shadow: 0px 0px 30px black;
    box-shadow: 0px 0px 30px black;
}

@media screen and (max-width: 480px){
    .tablet{
        display: none;
    }
    .mobile{ display: block}

.footer-plus ul li {
    font-size: 0.6em;
}
.home-header{
    background: none !important;
}
}

.shortlinks li{
    list-style-type: none;
    text-align: left;
}

@media (max-width: 1023px){
.home-portfolio-text .grid-col-50 {
    float: left;
}
}

@media (max-width: 767px){
.footer.large {
    padding-top: 25px;
}
}

.fig-hover-item:hover{
/*filter: sepia(100%);
-webkit-filter: sepia(100%);
color: black;*/
cursor: pointer;
}


footer.footer.small{
    padding: 25px 0px 25px 0px;
}

.tbl-fokprogramma{
    background-color: white;
    text-align: center;
    width: 100%;
}

.tbl-fokprogramma tr td, .tbl-fokprogramma tr th{
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    padding: 5px;
}

.tbl-fokprogramma tr td:first-child, .tbl-fokprogramma tr th:first-child{
    border-left: none;
}

.tbl-fokprogramma tr td:last-child, .tbl-fokprogramma tr th:last-child{
    border-right: none;
}

.tbl-fokprogramma tr.paard:hover +tr
{
    cursor: pointer;
    background-color: #fdf6e5;
}
.tbl-fokprogramma tr.paard2:hover{
    cursor: pointer;
    background-color: #fdf6e5;
}

.tbl-fokprogramma tr.paard-name{
    background-color: gray;
    color: white;
}
.tbl-fokprogramma tr.paard-name:hover{
    cursor: pointer;
}

.mom, .dad{
    color: green
}

#pedigree .blue{
    background-color: lightgray;
    background-image: none;
    color: black;
}
#pedigree .gray{
    background-color: #fdf6e5;
    background-image: none;
    color: black;
}

#pedigree .rightblue:after,
#pedigree .grayright:after{
     display: none;
}
#pedigree tr td{ border: none; }

.paard-detail h2, .paard-detail h3{
    text-align: center;
   font-size: 1em;
}
.paard-detail h2{
     color: #89141b;
}

.footer .address{
    font-size: 1em;
}

#stoeterij .content{
    padding-top: 0px;
}

.paard-detail, #omschrijving{
    padding-top: 25px;
    padding-bottom: 25px;
}

.project-item h3{
font-size: 1em;
}
.project-item h4{
font-size: 0.8em;
}

#headerimg .content{
    padding: 250px 0px 250px 0px;
}

.paarddetail header h3{
    padding-top: 50px;
    font-size: 1em;
    text-transform: none;
    font-weight: bold;
    color: #695a41;
}

.newsdate{
    text-align: center;
    background-color: #f1b33e;
    color: white;
    font-style: italic
}

.project-item h3, .project-item .link{
    color: #695a41;
}
.project-item .link:after{
    background: #695a41;
}

.project-item{
    background-color: #fdf6e5;
    height: 410px;
}

.circle{
    background-color: #5c4b43;
}

.currentpage{
    text-decoration: underline;
}

.height-600{ height: 600px}
.height-300{ height: 300px}

.page-container{ height: auto;}

.home .page-container,
.home-en .page-container,
.home-fr .page-container{ height: 100%;}

.home-portfolio{ background: white;}


.mainnav a.yellow{
    color: #fdb000 !important;
}

.mainnav a.yellow {
    background-color: #fdb000 !important;
    padding: 5px;
    color: white !important;
    margin-top: 5px;
}

.mainnav a.yellow:hover{
    text-decoration: none;
}

.scroll-down{
   width: 200px;
   cursor: pointer;
   color: #453111 !important;
}
.scroll-down.svg .scroller{
   fill: #453111 !important;
}
.scroll-down.svg .stroke{
   stroke: #453111 !important;
}

@media (min-width: 768px) and (max-width: 1024px){
    .scroll-down{ padding-top: 25px;}
    #headerimg .content {
        padding: 100px 0px 100px 0px;
    }
    #headerimg{
        min-height: auto !important;
    }
    #stoeterij{
        min-height: auto;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .logo img{max-height: 70px;}
.fig-hover-item .caption{
    font-size: 1em;
    top: 150px;
}
}

@media (orientation: portrait){
    .home-header{max-height: 800px;}
}

@media (max-width: 480px){
    .project-item div figure{
        height: auto !important;
    }
.home .page-container,
.home-en .page-container
.home-fr .page-container {
    height: 100%;
}

footer{
    text-align: center;
}
}

@media (max-width: 767px){
    .scroll-down{ padding-top: 25px;}
    #headerimg .content {
        padding: 50px 0px 50px 0px;
    }
    #headerimg{
        min-height: auto !important;
    }
    #stoeterij{
        min-height: auto;
    }
.footer .intro .btn, .footer .intro .socials{
    display: block;
    margin: 0px auto;
}

.fig-hover-item .caption{
    font-size: 1em;
    top: 150px;
}
}

.clear{
    clear: both
}

#jcl-demo {
    overflow: hidden
}

#paardenoverzicht{
width: 100%;
}

.home-portfolio-text{
    width: 100%
}

.row .col-1,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-10,
.row .col-11,
.row .col-12{
    float: left;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 3em;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#nakomelingen{
    background-color: transparent;
}

nav.mosaic{
   width: 100%;
   text-align: center;
}

nav.mosaic a{
    background-color: #fdb000 !important;
    padding: 15px;
    color: white !important;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 0.8em;
}

.height-250{
    height: 300px;
}

.bg-1{
    background-color: #fff6e3;
}

.grid-openeningsuren{
    font-size: 0.7em;
    line-height: 1.7em;
}
.grid-openeningsuren table td:first-child{
    width:100px;
}
.grid-openeningsuren tr td{
    vertical-align: top;
}

.socials a{
    margin: 0px auto;
}

@media (min-width: 1025px){
.home-header .content{
    padding-bottom: 25px;
}
.scroll-down{
    padding-bottom: 75px;
}
}

@media (max-width: 991px){
.hidden-md-down{display: none;}
}

.nieuwsbericht{
    padding-right: 0px;
}
.paarddetail{
    width:100%;
}

.paard-name a:hover{
    color: white;
}
.paard2 a:hover{
    color: green
}

.tbl-fokprogramma td{
    vertical-align: top
}

@media (max-width: 767px){
.fig-hover-item {
    height: 200px !important;
}
}

@media (max-width: 480px){
.news-articles{
    margin-top: 100px !important;
}
.newsitem-img div{
    height: 100px !important;
}
.fig.cover .caption{
    top: 80px !important;
}
.grid-col-33{
   width: 100%;
}
.carousel-caption{
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 250px;
}
.carousel-image{
    padding-bottom: 60% !important;
}
.pedigree-ref{float: left;
    clear: both;
    width: 100%;
    padding: 15px;
    font-size: 0.6em;}
}

.uitleg{float: left;
    clear: both;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.ref-name{
    font-size: 0.8em;
}
.no-mobile{ display: none;}
}

/* Stylesheet: HetGoudenBitCSS Modified On 2018-08-02 08:36:45 */
