body{ font-family: 'Kurale', serif;}
h2{font-family:'Kaushan Script', cursive; text-align: center; }
hr{max-width: 150px; border-color: #e48301;}
h4{text-align: center; color: #1a1a1a; font-family: 'Medula One', cursive; letter-spacing: 2px; font-size: 24px;}
section{padding: 5% 0;}
.img-hide{display: none;}
.toon{opacity:1;}
/*------ nav ----*/
.navbar-default .navbar-brand{color: #1a1a1a;}
.navbar-default{ background: rgba(255, 255, 255, 1); padding: 15px; border: none;}
.navbar-default .navbar-nav > li > a{color: #1a1a1a; letter-spacing: 3px; text-align: center; text-transform: uppercase; border-bottom: 2px solid #fff;}
.navbar-default .navbar-nav > li > a:hover{
    color: #e48301;
    border-color: #e48301;
     transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{color: #e48301; background: none; border-bottom: 2px solid #e48301;}
/*------ /nav END ----*/
/*---- hader ----*/
.main-banner .carousel {height: 100%;}
.main-banner .carousel .item,
    .main-banner .carousel .item.active,
    .main-banner .carousel .carousel-inner {height: 100%;}
.main-banner .carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
/*----- /Page Carousel END ---- */
.main-banner{
    height: 650px;
    background: #efefef;
    padding: 0;
      
}
.carousel-caption{top: 40%;}
.main-banner h2{
    font-family:'Kaushan Script', cursive;
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    top: 40%;
}
/*---- /header END ------*/
/*---- about ----*/
.about .fa{color: #e48301; text-align: center;}
/*---- /about END ---*/
/*------- verwerking ------*/
.verwerking ul {
  list-style-type: none;
  padding-left: 20px;
}
.verwerking li {
  position: relative;
  padding-left: 20px;
}
.verwerking li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f105";
  color: rgb(228, 131, 1);
}
/*------- /verwerking END ------*/
/*------- gallery ------*/
.gallery{
    padding: 0 5px;
    margin: 0;
    overflow: hidden;

}
.gallery a:hover{
  cursor: pointer;
  color: transparent;
  text-shadow: 0 0 4vh rgba(255, 255, 255, 0.5);
  transition: .2s ease;
}
.gallery a:after{
  content: "Meer...";
  color: #1a1a1a;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 40%;
  position: absolute;
  height: 0;
  width: 0;
  top: 100%;
  left: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
  vertical-align: top;
}
.gallery a:hover:after{
  opacity: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/*------- /gallery END ------*/
/*------- verwerking ------*/

/*------- /verwerking END ------*/

/*------- map ------*/
#map{height: 400px;}
.map{height: 400px; padding: 0;}
.map p{color: #000;}
/*------- /map END ------*/
/*------ contact ----*/
.contact{
    background: #1a1a1a url("../img/test.jpg") repeat fixed center top;
    background-size:cover;
    background-repeat:no-repeat;
    color: #fff;
}
.contact h1{
    text-transform: uppercase;
    font-size: 20px;
    writing-mode: vertical-rl;
    text-orientation: sideways-right;
    letter-spacing: 2px;
}
.contact a{color: #fff;}
.contact a:hover{text-decoration: none; color: #e48301;}
.contact .form-control{
    background: none;
    border-color: #fff;
    color: #fff;
}
.contact-form{text-align: center;}
.contact .ico{
    font-size: 86px;
    line-height: 119px;
}
.media-left, .media > .pull-left {
    padding-right: 35px;
}
.media_mod .media-body {
    vertical-align: middle;
}
.more-btn{color: #fff; padding: 10px 45px; background: none; border: 1px #fff solid; font-size: 16px; text-transform: uppercase; font-weight: 700;}
.more-btn:hover{
  background: #fff;
  color: #1a1a1a;
   transition: 0.6s all;
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  -ms-transition: 0.6s all;
  -moz-transition: 0.6s all;
}
/*------ /contact END ----*/
footer{padding: 10px 0;}
footer p{text-align: center; padding: 20px;}
footer p span{color: #e48301;}
/*--- footer-social-icons ----*/
.align-center {text-align: center;}
.social-network a.icoFacebook:hover { background-color:#3B5998;}
.social-network a.icoTwitter:hover {background-color:#33ccff;}
.social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i{color:#fff;}
a.socialIcon:hover, .socialHoverClass { color:#44BCDD;}
.social-circle li a {
  background:#1a1a1a;
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 50px;
  height: 50px;
  font-size:20px;
}
.social-circle li i {
  margin:0;
  line-height:50px;
  text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
/* footer menu */
ul.footer-menu {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.footer-menu li {
  display: inline;
  margin: 0 5px;
}
a.scrollup{
  height:32px;
  width:32px;
  color:#fff;
  font-size:18px;
  line-height:32px;
  text-align:center;
  text-decoration:none;
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:9999;
  opacity:0.5;
}
a.scrollup:hover{
  opacity:1;
  color:#fff;
}
  /*--- /footer-social-icons END ----*/
/*----- Back-to-top ---*/
.scrollToTop{
    display: none;
    position: fixed;
    bottom: 100px;
    right: 40px;
}
.scrollToTop .ico{font-size: 48px; color: #e48301; opacity: 0.6; }
.scrollToTop .ico:hover{opacity: 1;}
/*----- /Back-to-top END ---*/
/*------- @media's ------*/
@media (max-width: 768px){
    body{margin-top: 40px;}
    .about .content-holder::before {top: -122px;}
    .media-left, .media > .pull-left {
        padding-right: 20px;
    }
    .contact h1{
        text-align: center;
        font-size: 20px;
        writing-mode: horizontal-tb;
        text-orientation: sideways-right;
    }
    .contact .ico{
        font-size: 66px;
        line-height: 119px;
    }
    .scrollToTop{
        bottom: 15px;
        right: 15px;
        z-index: 9999;
    }
    .scrollToTop .ico{font-size: 36px;}
}