/* 
Oranje: #f07d00
Grijs: #3c3c3b
*/


/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
html{
  overflow-x: hidden;
}
body{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  color: #3c3c3b;
  background-color: #FFF;
}

a,
a:hover{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}

.bgOrange{
  background-color: #f07d00;
  color: #FFF;
}

div.centerContent{
  width: 1400px;
  padding-left: 74px;
  padding-right: 74px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}
.textCenter{
  text-align: center;
}

.textTable{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/*      HEADER      */
header{
  width: 100%;
  position: absolute;
  z-index: 5;
  background-color: #f07d00;
  color: #FFF;
  height: 100px;
}
header div.centerContent,
div.videoWrapper div.centerContent{
  padding-left: 0px;
  padding-right: 0px;
}

header a.logoHolder{
  display: block;
  float: left;
  height: 120px;
}
header a.logoHolder img{
  display: block;
  height: 100%;
}
nav{
  float: left;
  position: relative;
  box-sizing: border-box;
  margin-left: 30px;
}
nav ul{
  display: block;
  width: 100%;
  text-align: left;
  padding-top: 20px;
}
header nav ul li{
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  font-size: 1.4em;
  font-family: 'Bitter', serif;    
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  letter-spacing: 1px;
  margin-right: 30px;
}
nav ul li:hover{
  color: #3c3c3b;
}
nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
header nav ul li:nth-child(2){
  display: none;
}
header nav ul li.menuButton{
  display: none;
}
div.socialHolder{
  position: absolute;
  right: 0px;
  top: 2px;
}
header div.socialHolder{
  top: 40px;
  right: 74px;
}

div.socialHolder a{
  display: inline-block;
  margin-left: 10px;
  color: #FFF;
  font-size: 1.2em;
}

/*      CONTENT      */
div.greyBar,
div.slideOverlay{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 140px;
  z-index: 2;
  background-color: #3c3c3b;
}
div.content{
  position: relative;
  padding-top: 190px;
  padding-bottom: 60px;
}
div.textContent{
  width: 55%;
  float: left;
}
div.content.financing div.textContent{
  width: 100%;
  float: none;
}

div.imageHolder,
div.contactForm,
div.finance{
  width: 40%;
  margin-left: 5%;
  float: left;
}
div.textContent div.contactForm{
  width: 100%;
  margin-left: 0px;
  float: none;
  margin-top: 40px;
}

div.imageHolder img{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

h1{
  font-family: 'Bitter', serif;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 15px;
}
h2{
  font-family: 'Bitter', serif;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 3px;
}
h3{
  font-family: 'Bitter', serif;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
}

div.textContent a,
div.slideHolder div.slide article div.homeText a{
  color: #f07d00;
  font-weight: 700;
}
div.textContent a:hover{
  text-decoration: underline;
}
div.textContent ul{
  margin-left: 20px;
}
div.textContent span.fa{
  padding-right: 5px;
}


/*      HOME      */
div.pageHeader{
  width: 100%;
  height: 100%;
  position: relative
}
div.pageHeader.occasions{
  height: 0px;
  padding-top: 66%;
  overflow: hidden;
}

div.slideOverlay{
  background-color: #FFF;
  opacity: 0.8;
}
div.videoHolder,
div.slideHolder{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
}
div.videoWrapper{
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 56.25%;
}

div.videoWrapper iframe,
div.videoWrapper video,
div.slideHolder div.slide,
div.videoWrapper div.videoOverlay{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div.videoWrapper div.videoOverlay article,
div.slideHolder div.slide article{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;      
}
div.videoWrapper div.videoOverlay article div.homeText,
div.slideHolder div.slide article div.homeText{  
  width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;    
  font-size: 1.5em;
  line-height: 1.4em;    
}
div.videoWrapper div.bannerHolder{
  position: absolute;
  left:0px;
  top: 100px;
  width: 100%;
  z-index: 4;
}
div.videoWrapper a.banner{
  width: 333px;
  display: block;
  margin-top: 50px;
}
div.videoWrapper a.banner img{
  display: block;
  width: 100%;
}

div.pageHeader div.arrow{
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,0.2);
  background-image: url('../images/arrow-left.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  cursor: pointer;
}
div.pageHeader div.arrow.right{
  right: 0px;
  background-image: url('../images/arrow-right.svg');
  background-position: center center;
}
div.pageHeader div.arrow:hover{
  background-color: rgba(255,255,255,0.4);
}


div.content.home{
  padding-top: 0px;
}


/*      OCCASIONS   */
div.occMenu{
  position: absolute;
  z-index: 100;
  left: 0px;
  margin-top: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2em;
  width: 100%;
  color: #FFF;
  font-family: 'Bitter', serif;
  font-weight: 700;
  text-align: right;
}
div.occMenu a{
  display: inline-block;
  margin-left: 40px;  
}
div.occMenu a:hover{
  color: #f07d00;
}
div.occMenu a span{
  padding-right: 10px;
}

div.finderHolder,
div.filterHolder,
div.sortHolder{
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

div.finderHolder a.finderBanner{
  background-color: #f07d00;
  color: #FFF;
  display: block;
}
div.finderHolder a.finderBanner:hover{
  background-color: #3c3c3b;
}
div.finderHolder h2{
  display: block;
}
div.finderHolder p{
  display: block;
}


a.occasion{
  display: block;
  background-color: #e3e3e3;
  margin-bottom: 30px;
}
a.occasion span.imageHolder{
  display: block;
  float: left;
  width: 50%;
  padding-top: 32%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
a.occasion span.textHolder{
  display: block;
  float: left;
  width: 50%;
  padding: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
a.occasion span.textHolder span.title{
  display: block;
  font-size: 2em;
  line-height: 1em;
  font-family: 'Bitter', serif;
  font-weight: 700;
  margin-bottom: 5px;
}
a.occasion span.textHolder span.subtitle{
  display: block;
  font-size: 1.6em;
  line-height: 1em;
  font-family: 'Bitter', serif;
  font-weight: 700;
  margin-bottom: 20px;
}
a.occasion span.textHolder span.subtitle span{
  font-size: 0.7em;
  display: block;
}
a.occasion span.textHolder span.specs{
  display: block;
  width: 40%;
  float: left;
  margin-bottom: 10px;
}
a.occasion span.textHolder span.specs span.spec{
  display: block;
  margin-bottom: 5px;
  font-size: 1.2em;
  line-height: 1.4em;
  
}
a.occasion span.textHolder span.thumbsHolder{
  display: block;
  width: 50%;
  float: left;
  margin-left: 10%;
  margin-bottom: 10px;
}
a.occasion span.textHolder span.thumbsHolder span.thumb{
  display: block;
  float: left;
  width: 48%;
  height: 0px;
  padding-top: 32%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 4%;
  margin-bottom: 4%;
}
a.occasion span.textHolder span.thumbsHolder span.thumb:nth-child(2n){
  margin-right: 0px;
}

div.orangeBar{
  background-color: #f07d00;
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0px;
}
div.content.occasions{
  padding-top: 110px;
  -padding-top: 0px;
}

div.content.occasions h1{
  letter-spacing: 1px;
  float: left;
  margin: 0px;
  position: relative;
  width: 75%;
}
div.content.occasions h1 span{
  font-size: 0.7em;
  font-weight: 400;
  display: inline-block;
  padding-left: 20px;
}
div.content.occasions h1 span.titleAdd{
  display: block;
  position: absolute;
  left: 0px;
  padding-left: 0px;
  bottom: -15px;
  right: 0px;
}

div.content.occasions h2{
  float: right;
  font-size: 2em;
  margin: 0px;
}
div.content div.darkBar{
  background-color: #3c3c3b;
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.content.occasions div.textContent{
  padding-top: 50px;
  padding-bottom: 50px;
}
div.finance{
  margin-top: 50px;
  margin-bottom: 50px;
}
div.finance div.financeBanner{
  background-color: #3c3c3b;
  color: #fff;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.3em;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}
div.finance div.financeBanner span{
  color: #f07d00;
}

a.orangeButton{
  margin-top: 20px;
}
ul.optionHolder:not(.noCols){
  column-count: 3;
  column-gap: 40px;
}
ul.optionHolder{
  margin-top: 50px;
}
ul.optionHolder.noCols ul.optionHolder{
  margin-top: 0px;
}
ul.optionHolder li{
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  list-style: none;
}
ul.optionHolder li h3{
  margin-bottom: 5px;
}
ul.optionHolder li ul{
  margin-bottom: 30px;
}
ul.optionHolder li ul li{
  margin-bottom: 3px;
}
ul.optionHolder li span{
  color: #f07d00;
  padding-right: 5px;
}


/*      GARANTIE      */
.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.pricing hr {
  margin: 1.5rem 0;
}
.pricing .card-title {
  margin: 0px;
  font-size: 1.2em;
  letter-spacing: .1rem;
  font-family: 'Bitter', serif;
  font-weight: 700;
  color: #f07d00;
}
.pricing .card-price {
  font-size: 3rem;
  margin: 0;
  font-family: 'Bitter', serif;
  font-weight: 700;
}
.pricing .card-price span.text-small {
  font-size: 0.6em;
  font-weight: 400;
}
.pricing ul li {
  margin-bottom: 1rem;
}
.pricing .text-muted {
  opacity: 0.5;
}
.pricing .fa-check {
  color: #f07d00;
}
.pricing div.banner{
  position: absolute;
  top: 12px;
  right: -55px;
  background-color: #f07d00;
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 1.5em;
  z-index: 4;
  transform: rotate(45deg);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}


/*      CONTACT    */
div.contactForm{
}

input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background: none;
  color: #3c3c3b;
  background-color: #FFF;
  height: 40px;
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: solid 1px #3c3c3b;
  text-align: left;
  letter-spacing: 1px;
}
textarea.inputArea{
  display: block;
  position: relative;
  background: none;
  border: solid 1px #3c3c3b;
  color: #3c3c3b;
  background-color: #FFF;
  height: 120px;
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 1em;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #f07d00;
  color: #FFF;
}
input.submitButton,
a.occasion span.textHolder span.readmore,
.orangeButton{
  -webkit-appearance: none;
  display: inline-block;
  background-color: #f07d00;
  color: #FFF;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-family: 'Bitter', serif;
}
input.submitButton:hover,
a.occasion span.textHolder span.readmore:hover,
.orangeButton:hover{
  background-color: #f04f00;
}
div.pagination{
  text-align: center;
}
div.pagination span{
  line-height: 30px;
}
div.paginationButton{
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #f04f00;
  border: #f04f00 1px solid;
  color: #FFF;
  cursor: pointer;
  margin-left: 10px;
  font-size: 1.3em;
  box-sizing: border-box;
}
div.paginationButton:hover,
div.paginationButton.active{
  background-color: #FFF;
  color: #f04f00;

}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #3c3c3b;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #3c3c3b;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #3c3c3b;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #3c3c3b;
}

input.inputText.error::-webkit-input-placeholder,
textarea.inputArea.error::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
}
input.inputText.error::-moz-placeholder,
textarea.inputArea.error::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
}
input.inputText.error:-ms-input-placeholder,
textarea.inputArea.error:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
}
input.inputText.error:-moz-placeholder,
textarea.inputArea.error:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
}


/*      FOOTER      */
footer{
  background-color: #3c3c3b;
  color: #FFF;
}
div.footerCol{
  padding-top: 70px;
  padding-bottom: 40px;
  width: 33%;
  float: left;
  box-sizing: border-box;
}
div.footerCol:first-child{
}
div.footerCol:nth-child(2){
  text-align: center;
}
div.footerCol:nth-child(3),
div.footerCol:nth-child(4){
  width: 17%;
  line-height: 2em;
}

div.footerCol h3{
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-size: 1em;
  line-height: 1em;
  font-family: 'Bitter', serif;
  font-weight: 700;
  position: relative;
}

div.footerCol p{
  line-height: 2em;
}
div.footerCol p b{
  font-family: 'Bitter', serif;
  font-weight: 700;
}
div.footerCol a span,
div.contactInfo a span{
  vertical-align: middle;
}
div.footerCol a span.fa{
  padding-right: 5px;
}
div.instagramHolder a{
  display: block;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 23.5%;
  height: 0px;
  padding-top: 23.5%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
div.instagramHolder a:hover{
  opacity: 0.7;
}
div.instagramHolder a:nth-child(4n){
  margin-right: 0px;
}
div.instagramHolder a:nth-child(5),
div.instagramHolder a:nth-child(6),
div.instagramHolder a:nth-child(7),
div.instagramHolder a:nth-child(8){
  margin-bottom: 0px;
}

div.footerCol a.logoHolder,
div.footerCol a.bovagHolder{
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 20px;
}
div.footerCol a.bovagHolder{
  width: 25%;
  margin-top: 20px;
  margin-bottom: 0px;
}

div.footerCol a.logoHolder img,
div.footerCol a.bovagHolder img{
  display: block;
  width: 100%;
}


footer nav{
  margin-left: 0px;
}
footer nav ul{
  padding: 0px;
}
footer nav ul li{
  position: relative;
  display: block;
  list-style-type: none;
  cursor: pointer;
  box-sizing: border-box;
}
footer nav ul li:hover,
footer a:hover{
  color: #f07d00;
  text-decoration: none;
}
footer nav ul li a{
  height: auto;
}
div.copyright{
  background-color: #FFF;
  font-size: 0.8em;
  line-height: 30px;
  text-align: center;
  color: #3c3c3b;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.copyright br{
  display: none;
}
div.copyright p{
  display: inline;
}
div.copyright a:hover{
  text-decoration: underline;
}
div.copyright div.footerLogos{
  position: absolute;
  right: 74px;
  top: 0px;
}
div.copyright a.rdw{
  display: inline-block;
  height: 30px;
  margin-left: 5px;
}
div.copyright a.rdw img{
  display: block;
  height: 100%;
}

.calsty{ border: 0; width: 100%; height: 1100px; background: transparent; }
@media (max-width: 679.98px) {
.calsty{ height: 1900px;}
}
