/* 
Geel: #d6ac40
Groen: #42795d
Goud: #a9883c
Grijs: #f4f4f4
Antraciet: #161616
*/

@font-face{ 
	font-family: 'Tantinotes';
	src: url('fonts/Tantinotes.woff') format('woff'),
	     url('fonts/Tantinotes.woff2') format('woff2'),
	     url('fonts/Tantinotes.ttf') format('truetype'),
       url('fonts/Tantinotes.otf') format('opentype');
  font-weight: 400;
}

/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5em;
  color: #000;
}

a{
  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;
}

.mobileOnly{
  display: none !important;
}


div.container{
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
div.centerContent{
  width: 1280px;
  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: 100;
  color: #000;
}
header.fixed,
header.forceFixed{
  position: fixed;
  top: 0px;
  background-color: #FFF;
  color: #000 !important;
}

header a.logoHolder{
  display: block;
  z-index: 10;
  float: left;
  width: 330px;
  height: 153px;
  position: relative;
  box-sizing: border-box;
}
header.fixed a.logoHolder,
header.forceFixed a.logoHolder{
  width: 250px;
  height: 95px;  
}
header a.logoHolder img{
  display: block;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 40px;
  bottom: 40px;
}
header a.logoHolder img#logoWhite{
  opacity: 0;
}
header.fixed a.logoHolder img,
header.forceFixed a.logoHolder img{
  top: 20px;
}
header.fixed img#logoBlack{
  opacity: 1 !important;
}
header.fixed img#logoWhite{
  opacity: 0 !important;
}


header nav{
  position: relative;
  box-sizing: border-box;
  float: right;
  
}
header nav ul{
  display: block;
  width: 100%;
  text-align: right;
}
header nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  padding-right: 45px;
  padding-top: 40px;
  padding-bottom: 20px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0px;
  box-sizing: border-box;
}
header nav>ul>li:nth-child(2){
  display: none;
}
header nav ul li:last-child{
  margin-right: 20px;
}
header nav ul li:hover,
header nav ul li.active{
}
header nav ul li:hover ul{
  display: block;
}
header nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
header nav ul li a span{
  padding-left: 5px;
}
header nav ul li ul{
  position: absolute;
  left: -15px;
  top: 75px;
  background-color: rgba(255,255,255,1);
  text-align: left;
  padding: 15px;
  display: none;
  width: auto;
}
header.fixed nav ul li ul,
header.forceFixed nav ul li ul{
  background-color: rgba(255,255,255,1);
}
header nav ul li ul li{
  display: block;
  white-space: nowrap;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
  border-bottom: solid 1px #f3f3f3;
  letter-spacing: 0px;
  color: #000;
  font-weight: 300;
}
header.fixed nav ul li ul li,
header.forceFixed nav ul li ul li{
  border-bottom: solid 1px #f4f4f4;
}
header nav ul li ul li:hover{
  color: #444;
}
header nav ul li ul li:first-child{
  padding-top: 0px;
}
header.fixed nav ul li ul li:last-child,
header.forceFixed nav ul li ul li:last-child,
header nav ul li ul li:last-child{
  padding-bottom: 0px;
  border: none;
}
header nav ul li.menuButton{
  display: none;
}

div.socialHolder{
  float: right;
  padding-top: 35px;
}

div.socialHolder a{
  display: inline-block;
  margin-left: 7px;
}
div.socialHolder a.fa-instagram{
  font-size: 1.1em;
}
header.fixed div.socialHolder #waBlack{
  opacity: 1 !important;
}
header.fixed div.socialHolder #waWhite{
  opacity: 0 !important;
}

/*      CONTENT      */
div.content{

}
div.greyContent,
div.blackContent{
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
div.blackContent{
  background-color: #161616;
  color: #FFF;
  text-align: center;
}
div.blackContent div.arrow{
  position: absolute;
  bottom: -25px;
  left: 50%;
  border-top: 25px solid #161616;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

div.pageHeader{
  width: 100%;
  padding-top: 95px;
  box-sizing: border-box;
}
div.pageHeader div.pageVisual{
  height: 470px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.pageHeader div.pageVisual h3{
  position: absolute;
  right: 0px;
  top: 350px;
  text-align: right;
  color: #FFF;
  padding-right: 5px; 
  font-family: 'Heebo', sans-serif;
  font-weight: 900;
  font-size: 2em;
  line-height: 1.25em;
  letter-spacing: 7px;
  text-transform: uppercase;
}
div.pageHeader div.pageVisual h3 span{
  position: relative;
  z-index: 2;
}
div.pageHeader div.pageVisual h3 div.triangle{
  width: 0px;
  height: 0px;
  border-top: solid 25px #42795d;
  border-right: solid 25px #42795d;
  border-bottom: solid 25px transparent;
  border-left: solid 25px transparent;
  position: absolute;
  right: 0px;
  top: -8px;
  z-index: 1;
}


aside{
  width: 25%;
  margin-right: 5%;
  float: left;
  padding-top: 10px;
}
aside nav ul li{
  list-style: none;
  font-size: 1.2em;
  line-height: 1.25em;
  font-family: 'Heebo', sans-serif;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #bababa;
  margin-bottom: 15px;
}
aside nav ul li.active,
aside nav ul li:hover{
  color: #000;
}

article{
  width: 70%;
  float: left;
}
article h1,
article h3.asH1,
div.recent h3{
  font-size: 4em;
  line-height: 1em;
  font-family: 'Bentham', serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 400;
}
div.content article h2,
div.content article h4.asH2{
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.4em;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
article ul{
  margin-left: 20px;
}
div.content h2{
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.25em;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
div.textHolder a,
div.contactForm p a{
  text-decoration: underline;
}


/*      DOTS      */
div.dotHolder{
  position: absolute;
  top: 0px;  
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
div.dotHolder div.centerContent{
  height: 100%;
}
div.dotHolder div.centerContent div.dots{
  width: 508px;
  height: 1050px;
  position: absolute;
  left: 90%;
  top: 0px;
  background-image: url('../images/arrow-dots-white.png');
  background-size: auto 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
div.map div.dotHolder div.centerContent div.dots,
div.brandHolder div.dotHolder div.centerContent div.dots{
  width: 508px;
  height: 1050px;
  position: absolute;
  left: 90%;
  top: 0px;
  background-image: url('../images/arrow-dots-black-bottom.png');
  background-size: auto 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
div.greyContent div.dotHolder div.centerContent div.dots,
div.magazine div.dotHolder div.centerContent div.dots{
  width: 508px;
  height: 383px;
  position: absolute;
  left: 90%;
  top: auto;
  bottom: 0px;
  background-image: url('../images/arrow-dots-black.png');
  background-size: auto 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}


/*      WINKEL    */
div.gallery{
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
div.galleryPics{
  margin-top: 70px;  
}
div.galleryPics a{
  display: block;
  float: left;
  width: 15%;
  height: 0px;
  padding-top: 15%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.galleryPics a:nth-child(6n){
  margin-right: 0px;
}


/*      VACATURES   */
div.content.vacatures div.greyContent{
  padding-bottom: 70px;
}
div.jobs div.job{
  margin-left: 30%;
  padding-bottom: 70px;
  padding-top: 70px;
}
div.jobHolder:nth-child(even){
  background-color: #f4f4f4;
}
div.job img{
  display: block;
  width: 237px;
  float: left;
}
div.job div.jobInfo{
  padding-left: 318px;
  box-sizing: border-box;
}
div.content div.job div.jobInfo h2{
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1.2em;
  letter-spacing: 4px;
  margin-bottom: 25px;
}



/*      HOME    */
div.content.home{
  background-image: url('../images/bg.jpg');
  background-size: 2560px auto;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #FFF;
}
div.content.home div.pageHeader{
  padding-top: 0px;
}
div.content.home div.pageHeader div.pageVisual h3{
  top: 300px;
}


@media screen and (min-width: 1701px) {
  div.pageHeader.slides{
    width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }
}

div.pageHeader div.slideshowHolder{
  position: relative;
}
div.pageHeader div.slideshow{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 48%;
  position: relative;
 
}
div.pageHeader div.slideshow div.slide{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.pageHeader div.slideshowHolder div.dots{
  width: 100%;
  height: 1515px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url('../images/dots.png');
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

div.content.home article{
  width: 100%;
  float: none;
}
div.homeContent{
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/grey.png');
  background-size: 100% 630px;
  background-position: center top;
  background-repeat: no-repeat;
}
.upcoming{
  display: block;
  float: left;
  width: 575px;
  margin-right: 165px;
  padding-left: 75px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.upcoming img{
  display: block;
  width: 100%;
}
.upcoming span.date{
  display: block;
  position: absolute;
  top: 535px;
  left: -230px;
  width: 500px;
  height: 40px;
  transform: rotate(-90deg);
}
.upcoming span.date span.text{
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 15px;
  font-family: 'Heebo', sans-serif;
  font-weight: 900;
  font-size: 1.2em;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: #575a49;
  height: 40px;
  line-height: 40px;
}
.upcoming span.date span.triangle{
  width: 0px;
  height: 0px;
  border-top: solid 20px #42795d;
  border-left: solid 20px #42795d;
  border-bottom: solid 20px transparent;
  border-right: solid 20px transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.upcoming span.heading,
.upcoming span.title,
div.eventHolder a span.title{
  display: block;
  font-family: 'Heebo', sans-serif;
  font-weight: 900;
  font-size: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  min-height: 45px;
}

.upcoming span.heading{
  margin-top: 30px;
  margin-bottom: 5px;
  letter-spacing: 4px;
}
.upcoming span.title{
  font-size: 1.4em;
  min-height: 0px;
  margin-bottom: 0px;
  letter-spacing: 5px;
}
div.eventHolder a span.subtitle{
  display: block;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.upcoming span.text,
div.eventHolder a span.text{
  display: block;
}
.upcoming span.text.mobile,
div.eventHolder a span.text.mobile{
  display: none;
}

div.eventHolder a span.text{
  min-height: 200px;
}
.upcoming span.more,
div.eventHolder a span.more{
  display: inline-block;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 0.8em;
  line-height: 1em; 
  color: #FFF;
  background-color: #000;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.eventHolder a span.ctaButton{
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  padding-right: 50px; 
}

article div.mainText{
  width: 540px;
  float: left;
}
div.content.home article div.mainText div.textCol{
  float: left;
  width: 46%;
  margin-right: 8%;
}
div.content.home article div.mainText div.textCol:nth-child(2){
  margin: 0px;
}

div.eventHolder{
  margin-top: 60px;
}
div.eventHolder a,
div.content.events div.eventHolder.blogs a{
  float: left;
  display: block;
  width: 30%;
  margin-right: 5%;
  text-align: left;
}
div.content.events div.eventHolder a{
  width: 21.25%;
  margin-right: 3%;
  text-align: left;
  margin-bottom: 3%;
}
div.eventHolder a:nth-child(4n){
  margin-right: 0px;
}
div.content.events div.eventHolder.blogs a:nth-child(4n){
  margin-right: 3%;
}
div.content.events div.eventHolder.blogs a:nth-child(3n){
  margin-right: 0px;
}
div.eventHolder a img{
  display: block;
  width: 100%;
  margin-bottom: 25px;
}


div.times{
  padding-bottom: 100px;
  padding-top: 100px;
}
div.content article div.times h2{
  font-family: 'Bentham', serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-size: 1.3em;
  font-weight: 400;
}
div.timeHolder{
  width: 300px;
  float: left;
  line-height: 2em;
}

div.googleMaps{
  width: 818px;
  height: 300px;
  float: right;
  display: block;
}
div.googleMaps.large{
  width: 1180px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
  padding-bottom: 85px;
}
div.googleMaps div#map{
  width: 100%;
  height: 100%;
}

/*      EVENTS      */
div.content.events article{
  width: 100%;
  float: none;
  text-align: center;
}
div.content.events article h2,
div.content article h4.asH2{
  margin-bottom: 0px;
}
div.eventContent{
  padding-top: 85px;
  padding-bottom: 85px;
}
div.eventContent div.eventHolder{
  margin-top: 85px;
}
div.eventContent div.eventHolder a span.title,
div.eventContent div.eventHolder a span.subtitle{
  padding-right: 20%;
}
div.eventContent div.eventHolder a span.title,
div.eventContent div.eventHolder a span.subtitle{
  min-height: 44px;
}
div.eventContent div.eventHolder.blogs a span.subtitle{
  font-size: 0.9em;
  letter-spacing: 2px;
  min-height: 22px;
}

div.eventContent div.eventHolder a span.text{
  min-height: 88px;
}
div.pageNav{
  text-align: center;
  padding-top: 85px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 1.25em;
}
div.pageNav a{
  font-weight: 300;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
div.pageNav a.active,
div.pageNav a:hover{
  color: #42795d;
}
div.pageNav a:first-of-type{
  padding-left: 20px;
}
div.content.events div.mainText{
  text-align: left;
  position: relative;
  padding-bottom: 60px;
}
div.content.events div.mainText h1{
  font-family: 'Heebo', sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1.25em;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
div.content.events div.mainText h2{
  margin-bottom: 20px;
  font-size: 1.125em
}
div.content.events div.mainText p.intro{
  font-weight: 700;
  font-size: 1.125;
  margin-bottom: 30px;
}
div.eventDetails{
  display: flex;
  align-items: stretch;
}
div.eventPics{
  margin-top: 50px;
}
div.eventPics a{
  display: block;
  float: left;
  width: 30%;
  margin-right: 5%;
}
div.eventPics a:nth-child(3n){
  margin-right: 0px;
}
div.eventPics a img{
  display: block;
  width: 100%;
}

a.backLink{
  display: block;
  text-align: right;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: solid 1px #000;
  padding-top: 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
a.backLink span{
  padding-left: 10px;
  font-size: 0.8em;
}

/*       BLOGS      */
div.eventDetails.blog div.recent{
  width: 30%;
  margin-right: 5%;
  text-align: left;
}
div.recent h3{
  font-size: 2em;
  margin-bottom: 30px;
}
div.eventDetails.blog div.recent a.recentLink{
  font-size: 1.2em;
  margin-bottom: 10px;
  display: block;
}
div.eventDetails.blog div.recent a.ctaButton{
  margin-top: 50px;
}


div.eventDetails.blog div.mainText{
  width: 65%;
}
div.eventDetails.blog div.mainText a.blogImage{
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
div.eventDetails.blog div.mainText a.blogImage img{
  display: block;
  width: 100%;
}

div.eventDetails.blog div.mainText a.blogImage.small{
  width: 21.25%; 
}
div.eventDetails.blog div.mainText a.blogImage.medium{
  width: 47.5%; 
}
div.eventDetails.blog div.mainText div.blogImages a.blogImage{
  margin-right: 5%;
  float: left;
}
div.eventDetails.blog div.mainText div.blogImages a.blogImage:nth-child(3){
  margin-right: 0px;
}

div.eventDetails.blog div.mainText p{
  clear: both;
}


/*      MAGAZINE    */
div.magazine{
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
  overflow: hidden;
}
div.magazine img{
  display: block;
  float: left;
  width: 22%;
}
div.magazineText{
  float: left;
  width: 56%;
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
  text-align: center;
}
div.magazineText a.ctaButton{
  margin-top: 40px;
}

/*      TEAM      */
div.employees{
  text-align: center;
  padding-top: 85px;
  padding-bottom: 60px;
}
div.employeeHolder{
  padding-top: 60px;
  text-align: center;
}
div.employee{
  display: inline-block;
  -float: left;
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2.5%;
}
div.employee:nth-child(5n){
  margin-right: 0px;
}
div.employee img{
  display: block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
div.employee h3{
  font-weight: 400;
  font-family: 'Tantinotes', 'Heebo', sans-serif;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
div.employee p{
  font-size: 0.875em;
  line-height: 1.5em;
  position: relative;
  z-index: 2;
}
div.employee div.employeePic{
  position: relative;
}
div.employee div.triangle{
  width: 0px;
  height: 0px;
  border-top: solid 25px transparent;
  border-left: solid 25px #000;
  border-bottom: solid 25px #000;
  border-right: solid 25px transparent;
  position: absolute;
  left: -8px;
  bottom: -8px;
  z-index: 1;
}
div.employee:nth-child(10n-8) div.triangle,
div.employee:nth-child(10n-5) div.triangle,
div.employee:nth-child(10n-4) div.triangle{
  border-top: solid 25px #000;
  border-left: solid 25px #000;
  border-bottom: solid 25px transparent;
  border-right: solid 25px transparent;
  top: -8px;
  bottom: auto;
}
div.employee:nth-child(10n-2) div.triangle{
  border-top: solid 25px transparent;
  border-left: solid 25px transparent;
  border-bottom: solid 25px #d6ac40;
  border-right: solid 25px #d6ac40;
  right: -8px;
  left: auto;
}
div.employee:nth-child(10n-1) div.triangle{
  border-top: solid 25px #000;
  border-left: solid 25px transparent;
  border-bottom: solid 25px transparent;
  border-right: solid 25px #000;
  right: -8px;
  top: -8px;
  left: auto;
  bottom: auto;
}

div.employee:nth-child(10n-8) div.triangle{
  border-top-color: #69462d;
  border-left-color: #69462d;
}
div.employee:nth-child(10n-7) div.triangle{
  border-bottom-color: #42795d;
  border-left-color: #42795d;
}
div.employee:nth-child(10n-5) div.triangle{
  border-top-color: #d6ac40;
  border-left-color: #d6ac40;
}
div.employee:nth-child(10n-4) div.triangle{
  border-top-color: #42795d;
  border-left-color: #42795d;
}
div.employee:nth-child(10n) div.triangle{
  border-left-color: #69462d;
  border-bottom-color: #69462d;
}


/*      AFDELINGEN    */
div.map{
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
div.map img{
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}


/*      BRANDS      */
div.brandHolder{
  position: relative;
  text-align: center;
  padding-top: 85px;
  padding-bottom: 25px;
}
div.content div.brands h2{
  margin-bottom: 60px;
}
div.brandSection{
  display: flex;
  align-items: stretch;
  margin-bottom: 80px;
}
div.brand{
  width: 30%;
  margin-right: 5%;
  float: left;
  position: relative;
  border: solid 1px #000;
  box-sizing: border-box;
}
div.brand:nth-child(3n){
  margin-right: 0px;
}
div.brand div.imageHolder{
  height: 0px;
  padding-top: 78%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
}
div.brand div.imageHolder div.textTable{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
div.brand div.imageHolder h3{
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
  letter-spacing: 5px;
  padding: 30px;
  font-size: 1.4em;
}
div.brand div.brandText{
  padding: 40px;
  padding-top: 78%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
div.brand div.brandText div.textTable{
  padding-top: 40px;
}


/*      OPENINNGHOURS   */
div.content.open article,
div.ctaMap{
  width: 100%;
  float: none;
  text-align: center;
}


/*      NEWSLETTER      */
div.newsletter{
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
div.content article div.newsletter h2{
  letter-spacing: 5px;
  font-weight: 900;
  margin-bottom: 35px;
}
.newsletterThanks{
  display: none;
}
div.newsletterForm{
  margin-top: 35px;
  margin-bottom: 35px;
}
div.newsletter p.note{
  font-size: 0.8em;
  color: #8a8a8a;
}


/*      USPs    */
div.uspHolder{
  background-color: #274938;
  color: #FFF;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  /*overflow: hidden;*/
}
div.uspHolder div.arrow{
  position: absolute;
  bottom: -25px;
  left: 50%;
  border-top: 25px solid #274938;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

div.uspHolder h2,
div.uspHolder h3{
  text-align: center;
}
div.content.team div.uspHolder h2 {
  margin-bottom: 0px;
}
div.uspHolder h3{
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 7px;
  font-weight: 300;
  margin-bottom: 15px;
}
div.footerBar{
  background-image: url("../images/footer-bg.jpg");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: repeat-x;
  color: #FFF;
}
div.footerBar div.usp,
div.uspHolder div.usp{
  width: 20%;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  float: left;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 0.8em;
  line-height: 1.4em;
}
div.uspHolder div.usp{
  width: 25%;
  padding-bottom: 0px;
  font-size: 1em;
  line-height: 1.4em;
}
div.uspHolder div.usp:nth-child(5){
  clear: both;
}
div.footerBar div.usp img,
div.uspHolder div.usp img{
  display: inline-block;
  height: 28px; 
  margin-bottom: 15px;
}


/*      CONTACT    */
div.content.contact aside h2{
  font-size: 1.8em;
  line-height: 1em;
  font-family: 'Bentham', serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}
div.content.contact aside p{
  line-height: 2em;
}
div.content.contact aside p.socialLinks{
  margin-top: 40px;
}
div.content.contact aside p.socialLinks span:first-child{
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}
.whatsapp,
.whatsappWhite{
  display: inline-block;
  height: 14px;
  width: 14px;
  background-image: url('../images/whatsapp.svg');
  background-size: 14px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
a.whatsappHolder{
  display: inline-block;
  height: 14px;
  width: 14px;
  position: relative;
}
a.whatsappHolder .whatsapp{
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0px;
  bottom: 0px;
  opacity: 1;
}
a.whatsappHolder .whatsapp#waWhite{
  background-image: url('../images/whatsapp-wit.svg');
  opacity: 0;
}

div.content.contact aside p.socialLinks span:last-child{
  text-decoration: underline;
}
div.content.contact aside div.timeHolder{
  margin-top: 85px;
}

div.contactForm{
  padding-top: 40px;
}
div.formCol{
  width: 49%;
  float: left;
}
div.formCol.last{
  margin-left: 2%;
}
input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background: none;
  color: #114848;
  height: 60px;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 60px;
  margin-bottom: 15px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: #9f9f9f solid 1px;
  text-align: left;
}
div.newsletterForm input.inputText{
  display: inline-block;
  width: 300px;
  margin-right: 5px;
  margin-bottom: 0px;
}

input.inputText:last-of-type{
  margin-bottom: 0px;
}
textarea.inputArea{
  display: block;
  position: relative;
  background: none;
  border: #9f9f9f solid 1px;
  color: #114848;
  height: 140px;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 1em;
  border-radius: 0px;
  box-sizing: border-box;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #114848;
  color: #FFF;
}
div.formCol p{
  font-size: 0.6em;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
}
input.submitButton,
button.submitButton,
.ctaButton,
div.ctaMap a{
  -webkit-appearance: none;
  display: inline-block;
  background-color: #161616;
  color: #FFF;
  border: none;
  cursor: pointer;
  margin-top: 0px;
  height: 60px;
  line-height: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: 'Heebo', sans-serif;
  font-weight: 900;
  letter-spacing: 4px;
  font-size: 0.8em;
  text-transform: uppercase;
}
.ctaButton.small{
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

div.contactForm input.submitButton{
  float: right;
}
div.contactForm p{
  float: left;
  width: 56%;
  font-size: 0.8em;
  color: #8a8a8a;
}

div.checkBoxHolder{margin-bottom:15px;color:#000; margin-top: 20px;}
div.checkBoxHolder input{display:none;}
div.checkBoxHolder span.title{display:inline-block;line-height:20px;padding-right:20px;}
div.checkBoxHolder div.checkBox{position:relative;display:inline-block;line-height:20px;padding-right:20px;cursor:pointer;}
div.checkBoxHolder div.checkBox div.box{width:20px;height:20px;text-align:center;line-height:20px;position:absolute; border: solid 1px #9f9f9f;}
div.checkBoxHolder div.checkBox div.box span{color:#114848;padding-left:0px;display:none;}
div.checkBoxHolder div.checkBox div.box span.active{display:inline;}
div.checkBoxHolder div.checkBox span{padding-left:28px;display:inline-block;}


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

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{
  color: #FFF;
}

div.footerInfo{
  background-color: #161616
}
div.footerInfo div.centerContent{
  padding-left: 100px;
  padding-right: 100px;
}
div.footerCol{
  padding-top: 50px;
  width: 33%;
  float: left;
  padding-bottom: 30px;
  font-size: 0.8em;
}
div.footerCol:nth-child(3),
div.footerCol:nth-child(4){
  width: 17%;
}
div.footerCol:first-child{
  margin-left: 0px;
}

div.instagramHolder{
  width: 238px;
  position: relative;
  margin-left: 50px;
}
div.instagramHolder div.triangle{
  width: 0px;
  height: 0px;
  border-top: solid 20px #FFF;
  border-left: solid 20px #FFF;
  border-bottom: solid 20px transparent;
  border-right: solid 20px transparent;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
}
div.instagramHolder div.triangle:nth-child(2){
  border-top: solid 20px transparent;
  border-left: solid 20px transparent;
  border-bottom: solid 20px #FFF;
  border-right: solid 20px #FFF;
  left: auto;
  top: auto;
  right: -5px;
  bottom: 5px;
}

div.instagramHolder a{
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 52px;
  height: 52px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
div.instagramHolder a:nth-of-type(4n){
  margin-right: 0px;
}
div.instagramHolder a:nth-of-type(4n+1){
  clear: both;
}

div.footerCol a.logoHolder{
  display: block;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
div.footerCol a.logoHolder img{
  display: block;
  width: 100%;
}

div.footerCol h3{
  font-family: 'Bentham', serif;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 2px;
  font-size: 1.3em;
  font-weight: 400;
}
div.footerCol h3 a{
  padding-top: 4px;
  display: inline-block;
  float: right;
  padding-right: 7px;
  font-size: 0.8em;
}
div.footerCol h3 a:first-child{
  padding-right: 30px;
}

div.footerCol p{
  line-height: 2em;
  font-weight: 400;
}
div.footerCol p b{
  font-weight: 700;
}
p.time span{
  display: inline-block;
  width: 50%;
}

div.copyright{
  border-top: solid 1px #f4f1f1;
  background-color: #161616;
  font-size: 0.6em;
  line-height: 1em;
  text-align: center;
  color: #a2a2a2;
  padding-top: 40px;
  padding-bottom: 40px;
}
div.copyright a{
  color: #FFF;
}
div.copyright br{
  display: none;
}
div.copyright p{
  display: inline;
}
div.copyright a:hover{
  text-decoration: underline;
}