/* ----------- algemeen ----------- */
body { 
    color: #101212;
  font-family: 'Lato', sans-serif;
}

span, p, h1, h2, h3, h4 class="blue", div, ul, li, {
    font-family: 'Lato', sans-serif;
    list-style: none;
}

i {
  color:#FFF;
}

.fa {
    display: inline-block; 
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.footer-social-header {
    width: 18px;
    height: 18px;
    background-color: #a68f3d;
    color: #101212;
    padding: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    border-radius: 20px;
    margin: 0px;
}

h1 {
  font-weight: bolder;
  color: #101212;
  font-size: 26px;
}

h2 {
  font-weight: bolder;
  color: #101212;
  font-size: 26px;
}

h3 {
  font-weight: bolder;
  font-size: 22px;
  color: #101212;
  margin-top: 40px;
}$

h4 {
  font-weight: bolder;
  color: #101212;
  font-size: 20px;
  margin-top: 40px;
}

.wit {
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
}

.blauw {
    color: #101212;
    font-family: 'Lato', sans-serif;
}

.groen{
    color: #101212;
    font-family: 'Lato', sans-serif;
}

.viva-content a {
  color:#101212;
  text-decoration: underline;
}

.viva-content a:hover {
    color: #101212;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}


a {
  color:#101212;
  text-decoration: none;
}

a:hover {
    color: #101212;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.btn-default {
    color: #FFFFFF;
    background-color: #101212;
    border: 0px;
    border-radius: 8px;
    float: right; 
}

.btn-default:hover {
    color: #FFFFFF;
    background-color: #101212;
    border: 0px;
    border-radius: 8px;
    float: right;
}

.btn-actie {
    color: #FFFFFF;
    background-color: #101212;
    border: 0px;
    border-radius: 8px;
}

.btn-actie:hover {
    color: #FFFFFF;
    background-color: #101212;
    border: 0px;
    border-radius: 8px;
}

.btn-default-black {
    color: #FFFFFF;
    background-color: #a68f3d;
    border: 0px;
    border-radius: 8px;
    float: left;
    
}

.btn-default-black:hover {
    color: #FFFFFF;
    background-color: #101212;
    border: 0px;
    border-radius: 8px;
    float: left;
}
.no-padding {
  padding: 0px;
  margin: 0px;
}
.margin-bottom {

	margin-bottom: 15px;
}

.padding {
  padding-left: 30px;
  padding-right: 30px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
.form-control :-moz-placeholder { /* Firefox 18- */
  color: #999999;
}

.viva-radius {

  border-radius: 8px;
}

.viva-radius-top {

  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.viva-radius-bottom {

  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.viva-fixed-social {
  background-color: rgba(255,255,255,1.0);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: fixed;
  z-index: 9999; 
  right: 0px;
  top: 20vh;
}
}

/* ----------- end algemeen  ----------- */


/* ----------- Nav ----------- */
.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #e2001a;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #ca0414;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
    background-color: #2d2d2d;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #2d2d2d;
}

.navbar-default .nav li a {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    color: #fff;
    text-transform: none;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #a68f3d;
    background-color: #101212;
    height: 100%;
    border-radius: 8px;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #a68f3d;
    background-color: #101212;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #a68f3d;
    background-color: #101212;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
    background-color: #fff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #ca0414;
    color: #fff;
    text-decoration: none;
      display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #ca0414;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777;
}
 
    .navbar-default {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
        border: 0;
        background-color: #101212;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color:#101212;
    }

    .nav-margin-top{
   		margin-top:30px;

	}     
    .nav-margin-top-logo{
    	margin-top:-0px;
    	width: 160px;
    	transition: 4s;
	}     

	#nav-logo {
		 width: 120px;
		 margin-top: -30px;
	} 

	.padding-logo {
		float: left;
		height: 50px;
		padding: 5px 40px 5px 5px;
		font-size: 18px;
		line-height: 20px;
	}
	    
	.nav-margin-top{
	    margin-top:30px;
	}

	h1#logo {
	    display: inline-block;
	    height: 200px;
	    width: 200px;
	    line-height: 160px;
	    float: left;
	    text-align: center;
	    font-size: 60px;
	    border-radius: 250px;
	    position: fixed;
	    top: -60px;
	    font-weight: 200;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s; 
	}

	.smaller h1#logo {
	    width: 160px;
	    height: 160px;
	    line-height: 160px;
	    border-radius: 250px;
	    text-align: center;
	    position: fixed;
	    top: -70px;
	}

/* ----------- Nav ----------- */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: center;
  font-weight:200;
  cursor: pointer;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);

}

.hovereffect .overlay:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(44, 41, 45, 0.4);
  content: '';
  opacity: 0;
  border-radius: 0px;
  font-weight: 200;
  cursor: pointer;
}     

.hovereffect a, .hovereffect p, .hovereffect span {
  color: #FFF;
  opacity: 0;
  z-index:500;
    font-family: Lato, Helvetica, sans-serif;
    font-weight:400;
}

.hovereffect:hover img {
  opacity: 1.0;
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover span  {
  opacity: 1;
  z-index: 500;
     font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #FFF
       display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
}

.no-padding {
padding: 0px;


}
.footer-bottom{
    padding: 10px;
    color: #ffffff;
}

/* --------------------------------------- */
/* ----------- Desktop version ----------- */
/* --------------------------------------- */


@media (min-width: 1024px ){

/* ----------- header ----------- */
header {
  background-size: cover;
  background-position:  top;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.header-tekst {
    background-color: rgba(255,255,255,0.57);
    padding: 0px;
    padding-left: 20px;
    padding-right:20px; 
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
}


/* ----------- end header ----------- */


/* ----------- vierpunten section ----------- */
.vierpunten-fluid {
  padding-bottom:80px;
  padding-top: 60px;
  background-color: #101212;
}

.vierpunten {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #101212;
    font-family: 'Lato', sans-serif;
}

.vierpunten-area {
    padding: 10px;
    border-radius: 8px;
    background-color: #FFF;
    z-index: 100;
    font-family: 'Lato', sans-serif;
}

/* ----------- end vierpunten section ----------- */
    
/* ----------- testimonials (referentie) ----------- */
 .blocktwotext{
  height: 100%;
  padding-top:30px;
  padding-bottom:30px;
  background-size: cover;
  background-position: center;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blocktwotext-tekst {
    background-color: rgba(255,255,255,0.57);
    font-family: 'Lato', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    }

    
 /* ----------- testimonials (referentie) ----------- */

 .blockquote{
  height: 400px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

 .blockquote:after{
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}


.blockquote-tekst {
    background-color: rgba(255,255,255,0.57);
    font-family: 'Lato', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    }

    .quote-tekst {
      padding-bottom:10px;
      font-size:24px;
    }
/* -----------  (referentie) ----------- */
 .referentie {
  height: 370px;
  background-color: #101212;
  background-size: cover;
  background-position: 0px 700px;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.referentie-tekst {
    font-family: 'Lato', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    }

.carousel-indicators .active { 
    background: #FFF; 
} 

.content { 
    margin-top:20px; 
    width: 100%;
} 

.carousel-inner {
    position: relative;
    width: 80%;
    left: 10%;
    overflow: hidden;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFF\9;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
}

.adjust1 { 
    float:left;
    width: 100%;
    margin-bottom:0; 
    background-color: transparent;
    border:none;
    
} 
.adjust2{ 
    margin:0; 
    width: 100%;
    background-color: transparent;
    border:none;
} 
.carousel-indicators li { 
    border :0px solid #FFF; 
    background-color: rgba(255,255,255,0.57);
} 
.carousel-control { 
    color:#101212; 
    width:5%; 
} 
.carousel-control:hover, .carousel-control:focus { 
    color:#101212; 
    font-family: 'Lato', sans-serif;
} 
.carousel-control.left, .carousel-control.right { 
    background-color: #FFF;
    height: 40px;
    width: 40px;
    top:  20px;
    border-radius: 8px;
} 
    .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: 20px;
    color:#101212;
}

        .carousel-control.left, .carousel-control.right  {
    background-image: -webkit-linear-gradient(left, rgb(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 1.0) 100%); */
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 1.0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1.0)), to(rgba(255, 255, 255, 1.0)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 1.0) 100%);
    background-repeat: repeat-x;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    filter: alpha(opacity=0);
   opacity: .5; */
}

.media-object { 
    margin:auto; 
    margin-top:15%; 
} 

.text-info {
    color: #FFF;
    font-family: 'Lato', sans-serif;
}

    .thumbnail .caption {
    padding: 9px;
    color: #FFF;

}
    
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0px solid #eee;
    
    
}

.carousel-indicators {
    bottom: 0px;
    
}
footer a {
    color:#FFFFFF;
}

footer a:hover {
    color:#ffffff;
    text-decoration: underline;
}
.fa {
    display: inline-block; 
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.footer-social {
    width: 22px;
    height: 22px;
    background-color: #FFF;
    color: #101212;
    padding: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 20px;
    margin: 2px;
}
.footer-social-header {
    width: 18px;
    height: 18px;
    background-color: #a68f3d;
    color: #101212;
    padding: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    border-radius: 20px;
    margin: 0px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFF;
    background-color: rgba(255,255,255,0.20);
    background-image: none;
    border: 0px solid #ccc; */
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: transparent;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0), 0 0 0px rgba(255, 0, 0, 0.6);
}

textarea:focus, input:focus {
    color: #FFFFFF;
}

input, select, textarea{
    color: #FFFFFF;
}
/* ----------- end testimonials ----------- */

/* ----------- footer section ----------- */
.footer-base{
    padding-top: 30px;
    padding-bottom: 30px;
    border:none;
    background-color: #101212;
}

.img-cover {
    height: 630px;
    width: 100%;
    object-fit: cover;

}

.img-position {
    
    margin-left:-15px; padding:0px;  

}

   .personal-padding {
       padding-left: 50px;
       padding-right: 0px;
       padding-top: 50px;
    padding-bottom: 50px;

}
}


/* ------------------------------------------- */
/* ----------- end Desktop version ----------- */
/* ------------------------------------------- */


/* ------------------------------------------- */
/* ------------- Tablet version -------------- */
/* ------------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {

    
/* ----------- header ----------- */

/* ----------- header ----------- */
header {
  height: 650px;
  background-size: cover;
  background-position:  top;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;

}

.header-tekst {
    background-color: rgba(255,255,255,0.57);
    padding: 0px;
    padding-left: 20px;
    padding-right:20px; 
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
}
/* ----------- end header ----------- */

/* ----------- vierpunten section ----------- */

/* ----------- vierpunten section ----------- */
.vierpunten-fluid {
  padding-top: 60px;
  padding-bottom:0px;
  background-color: #101212;

}

.vierpunten {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;

    background-color: #101212;
    font-family: 'Lato', sans-serif;
}

.vierpunten-area {
    padding: 10px;
    border-radius: 8px;
    background-color: #FFF;
    z-index: 100;
    font-family: 'Lato', sans-serif;
}

/* ----------- end vierpunten section ----------- */
 .blocktwotext{
  height: 100%;
  padding-top:50px;
  padding-bottom:50px;
  background-size: cover;
  background-position: 0px 700px;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blocktwotext-tekst {
    background-color: rgba(255,255,255,0.57);
    font-family: 'Lato', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
}
  
/* ----------- testimonials (referentie) ----------- */
 .referentie {
  height: 370px;
  background-color: #101212;
  background-size: cover;
  background-position: 0px 700px;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.referentie-tekst {
    font-family: 'Lato', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
}

.carousel-indicators .active { 
    background: #FFF; 
} 

.content { 
    margin-top:20px; 
    width: 100%;
} 

.carousel-inner {
    position: relative;
    width: 80%;
    left: 10%;
    overflow: hidden;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFF\9;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
}

.adjust1 { 
    float:left;
    width: 100%;
    margin-bottom:0;
    background-color: transparent;
    border:none;
    
} 
.adjust2{ 
    margin:0; 
    width: 100%;\
    background-color: transparent;
    border:none;
} 
.carousel-indicators li { 
    border :0px solid #FFF; 
    background-color: rgba(255,255,255,0.57);
} 
.carousel-control { 
    color:#101212; 
    width:5%; 
} 
.carousel-control:hover, .carousel-control:focus { 
    color:#101212; 
    font-family: 'Lato', sans-serif;
} 
.carousel-control.left, .carousel-control.right { 
    background-color: #FFF;
    height: 40px;
    width: 40px;
    top:  20px;
    border-radius: 8px;
} 
    .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: 20px;
    color:#101212;
}

        .carousel-control.left, .carousel-control.right  {
    background-image: -webkit-linear-gradient(left, rgb(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 1.0) 100%); */
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 1.0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1.0)), to(rgba(255, 255, 255, 1.0)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 1.0) 100%);
    background-repeat: repeat-x;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    filter: alpha(opacity=0);
   opacity: .5; */
}

.media-object { 
    margin:auto; 
    margin-top:15%; 
} 

.text-info {
    color: #FFF;
    font-family: 'Lato', sans-serif;
}

    .thumbnail .caption {
    padding: 9px;
    color: #FFF;

}
    
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0px solid #eee;
    
    
}

.carousel-indicators {
    bottom: 0px;
}

 .blockquote{
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

 .blockquote:after{
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.blockquote-div {
  margin-top:50px;
  margin-bottom:50px;
}

.blockquote-tekst {
    background-color: rgba(255,255,255,0.57);
    font-family: 'Lato', sans-serif;
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
    }

.quote-tekst {
    padding:20px;
    font-size:30px
}

footer a {
    color:#FFFFFF;
}

footer a:hover {
    color:#ffffff;
    text-decoration: underline;
}


.fa {
    display: inline-block; 
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.footer-social {
    width: 22px;
    height: 22px;
    background-color: #FFF;
    color: #101212;
    padding: 5px;
    border-radius: 20px;
    margin: 2px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFF;
    background-color: rgba(255,255,255,0.20);
    background-image: none;
    border: 0px solid #ccc; */
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: transparent;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0), 0 0 0px rgba(255, 0, 0, 0.6);
}

textarea:focus, input:focus {
    color: #FFFFFF;
}

input, select, textarea{
    color: #FFFFFF;
}
/* ----------- end testimonials ----------- */


/* ----------- personal trainer section ----------- */
.footer-base{
    padding: 0px;
    background-color: #101212;

}

.img-cover {
    height: 630px;
    width: 100%;
    object-fit: cover;

}

.img-position {
    
    margin-left:-15px; padding:0px;  

}

   .personal-padding {
       padding-left: 50px;
       padding-right: 0px;
       padding-top: 50px;
    padding-bottom: 50px;

}

}

/* ------------------------------------------- */
/* ------------ end Tablet version ----------- */
/* ------------------------------------------- */


/* ----------------------------------------------- */
/* ----------------- Mobile size ----------------- */
/* ----------------------------------------------- */

@media (max-width: 768px ){

.contact-tekst > p {
    margin: 0px;
    padding:0px;
    font-family: 'Lato', sans-serif;
}
/* ----------- header ----------- */
header {
  height: 650px;
  background-size: cover;
  background-position:  top;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.cd-gallery {
    padding: 50px 0%;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.header-tekst {
    background-color: rgba(255,255,255,0.57);
    padding: 0px;
    padding-left: 20px;
    padding-right:20px; 
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
}
/* ----------- end header ----------- */

/* ----------- vierpunten section ----------- */
.vierpunten-fluid {
  padding-top: 60px;
  padding-bottom:0px;
  background-color: #101212;
}

.vierpunten {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;

    background-color: #101212;
    font-family: 'Lato', sans-serif;
}

.vierpunten-area {
    padding: 10px;
    border-radius: 8px;
    background-color: #FFF;
    z-index: 100;
    font-family: 'Lato', sans-serif;
}

/* ----------- end vierpunten section ----------- */
    
 .blocktwotext{
  height: 100%;
  padding-top:50px;
  padding-bottom:50px;
  background-size: cover;
  background-position: 0px 700px;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blocktwotext-tekst {
    background-color: rgba(255,255,255,0.57);
    font-family: 'Lato', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    }
    

 .blockquote{
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

 .blockquote:after{
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.blockquote-div {
  margin-top:50px;
  margin-bottom:50px;
}

.blockquote-tekst {
    background-color: rgba(255,255,255,0.57);
    font-family: 'Lato', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    }

    .quote-tekst {
      padding-bottom:10px;
      font-size:22px
    }
/* ----------- testimonials (referentie) ----------- */
 .referentie {
  height: 370px;
  background-color: #101212;
  background-size: cover;
  background-position: 0px 700px;
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.referentie-tekst {
    font-family: 'Lato', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    }

.carousel-indicators .active { 
    background: #FFF; 
} 

.content { 
    margin-top:20px; 
    width: 100%;
} 

.carousel-inner {
    position: relative;
    width: 80%;
    left: 10%;
    overflow: hidden;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
}

.adjust1 { 
    float:left;
     width: 100%;
    margin-bottom:0; 
    background-color: transparent;
    border:none;
} 
.adjust2{ 
    margin:0; 
    width: 100%;
    background-color: transparent;
    border:none;
} 
.carousel-indicators li { 
    border :0px solid #FFF; 
    background-color: rgba(255,255,255,0.57);
} 
.carousel-control { 
    color:#101212; 
    width:5%; 
} 
.carousel-control:hover, .carousel-control:focus { 
    color:#101212; 
    font-family: 'Lato', sans-serif;
} 
.carousel-control.left, .carousel-control.right { 
    background-color: #FFF;
    height: 40px;
    width: 40px;
    top:  20px;
    border-radius: 8px;
} 
    .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: 20px;
    color:#101212;
}

        .carousel-control.left, .carousel-control.right  {
    background-image: -webkit-linear-gradient(left, rgb(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 1.0) 100%); */
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 1.0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1.0)), to(rgba(255, 255, 255, 1.0)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 1.0) 100%);
    background-repeat: repeat-x;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    filter: alpha(opacity=0);
   opacity: .5; */
}

.media-object { 
    margin:auto; 
    margin-top:15%; 
} 

.text-info {
    color: #FFF;
    font-family: 'Lato', sans-serif;
}

    .thumbnail .caption {
    padding: 9px;
    color: #FFF;

}
    
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0px solid #eee;
    
    
}

.carousel-indicators {
    bottom: 0px;
    
}
footer a {
    color:#FFFFFF;
}

footer a:hover {
    color:#ffffff;
    text-decoration: underline;
}
.fa {
    display: inline-block; 
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.footer-social {
    width: 22px;
    height: 22px;
    background-color: #FFF;
    color: #101212;
    padding: 5px;
    border-radius: 20px;
    margin: 2px;
}
.form-padding {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFF;
    background-color: rgba(255,255,255,0.20);
    background-image: none;
    border: 0px solid #ccc; */
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: transparent;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0), 0 0 0px rgba(255, 0, 0, 0.6);
}

textarea:focus, input:focus {
    color: #FFFFFF;
}

input, select, textarea{
    color: #FFFFFF;
}
/* ----------- end testimonials ----------- */

/* ----------- personal trainer section ----------- */
.footer-base{
    padding: 0px;
    background-color: #101212;
}

.footer-bottom{
    padding: 10px;
    background-color: #2d2d2d;
}

.img-cover {
    height: 630px;
    width: 100%;
    object-fit: cover;

}

.img-position {
    margin-left:-15px; padding:0px;  

}

   .personal-padding {
       padding-left: 50px;
       padding-right: 0px;
       padding-top: 50px;
    padding-bottom: 50px;

}
}


/* ---- button ---- */

@media (min-width: 600px ){
    .button {
      text-align: center;
      border-radius: 0px;
      background-color: #ffffff;
      color: #101212;
      border: 0px solid #ffffff;
      line-height: 1.5;
      padding: 20px 20px;
      font-size: 18px;
      font-weight: bolder;
      margin-right: 0px;
    }
}

@media (max-width: 600px ){
    .button {
      text-align: center;
      border-radius: 0px;
      background-color: #ffffff;
      color: #101212;
      border: 0px solid #ffffff;
      line-height: 1.5;
      padding: 0px 10px;
      font-size: 12px;
      font-weight: bolder;
      margin-right: 0px;
    }
}

.button:hover {
  background-color: #ffffff;
  color: #a68f3d;
  border-radius: 0px;
  border: 0px solid #ffffff;
}

.button:active,
.button.is-checked {
  background-color: #ffffff;
  color: #a68f3d;
  border-radius: 0px;
  border: 0px solid #fff;
}

.button.is-checked {
  color:#a68f3d;
}

.button:active {
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  border-radius: 0px;
}

.button-group .button:first-child { border-radius: 0px; }
.button-group .button:last-child { border-radius: 0px; }

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
      transform: rotate(0deg);
  }

  to {
      transform: rotate(360deg);
  }
}

.jssorb031 {position:absolute;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#101212;fill-opacity:1;stroke:#a68f3d;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:1;}
.jssorb031 .i:hover .b {fill:#a68f3d;fill-opacity:1;stroke:#a68f3d;stroke-opacity:1;}
.jssorb031 .iav .b {fill:#a68f3d;stroke:#a68f3d;fill-opacity:1;}
.jssorb031 .i.idn {opacity:1;}

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:1;}
.jssora051.jssora051dn {opacity:1;}
.jssora051.jssora051ds {opacity:1;pointer-events:none;}



.img-cover {
    background-position: cover;
}

.carousel-showmanymoveone .carousel-control {
  width: 10%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 1024px ){
    .sliderswipe {
        visibility: hidden; position: relative; margin: 0 auto; margin-bottom: 60px; top: 60px; left: 0px; width: 1300px; height: 500px; overflow: hidden;
    }

    .sliderswipe2 {
        position: absolute; left: 0px; top: 0px; width: 1400px; height:600px; overflow: hidden; cursor: grab; cursor: move; cursor: -moz-grab; cursor: -webkit-grab;
    }
}

@media (max-width: 1024px ){
    .sliderswipe {
        visibility: hidden; position: relative; margin: 0 auto; margin-bottom: 60px; top: 60px; left: 0px; width: 1300px; height:1000px; overflow: hidden;
    }

    .sliderswipe2 {
        position: absolute; left: 0px; top: 0px; width: 1400px; height:1100px; overflow: hidden; cursor: grab; cursor: move; cursor: -moz-grab; cursor: -webkit-grab;
    }
}

@media (min-width: 600px ){
    .img-height {
        object-fit: cover;
        height: 250px;
    }
    
    .subpage {
        background-size: cover;
        background-position: center center;
        height: 800px;
    }
}

@media (max-width: 600px ){
    .img-height {
        object-fit: cover;
        height: 150px;
    }
    .subpage {
        background-size: cover;
        background-position: center center;
        height: 350px;
    }
}

/*.img-cover-grayscale {
    background-position: cover;
    filter: grayscale(100);
    transition-duration: 500ms;
}

.img-cover-grayscale:hover {
    background-position: cover;
    filter: grayscale(0);
    transition-duration: 500ms; 
}*/