/* 
Lichtgroen: #b0d18f
Donkergroen: #008c54
Lichtblauw: #ebf5f5
off-white: #f7fbfb
*/
* {
    -webkit-overflow-scrolling: touch;
}

/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6em;
  color: #545c61;
  background-color: #FFF;
}

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; 
}
b{
  font-weight: 700;
}

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

.green{
  background-color: #b0d18f;
  color: #008c54;
}
.darkgreen,
.sideContent a.ctaButton.darkgreen{
  background-color: #008c54;
  color: #FFF;
}
.lightblue,
.lightblue.noCta{
  background-color: #ebf5f5;
}
.offwhite,
.offwhite.noCta{
  background-color: #f7fbfb;
}


div.container{
  width: 100%;
  margin: 0px;
  padding: 0px;
}
div.centerContent{
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}
.text-center{
  text-align: center;
}

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

div.bar{
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.bar.lightblue{
  color: #008c54;
}

div.bar h2{
  font-weight: 300;
  font-size: 1em;
}

.ctaButton,
article.home div.textHolder div.textCol a,
div.sideContent a:not(.noCta),
div.overviewHolder div.overviewItem a{
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  display: inline-block;
}
div.sideContent a:not(.noCta),
div.overviewHolder div.overviewItem a,
input.ctaButton{
  padding-left: 30px;
  padding-right: 30px;
}
a span.ctaButton,
article div.textHolder a.ctaButton,
article.home div.textHolder div.textCol a,
div.sideContent a:not(.noCta),
div.overviewHolder div.overviewItem a,
input.ctaButton{
  display: inline-block;
  font-size: 0.7em;
  line-height: 1em;
  letter-spacing: 2px;
}
article.newsDetail div.textHolder a.ctaButton{
  margin-top: 30px;
}

article .ctaButton.green:hover,
article div.sideContent a:hover{
  background-color: #008c54;
  color: #FFF;
}
div.sideContent a.noCta:hover{
  background: none;
  color: inherit;
}
article.prices div.sideContent a.noCta:hover{
  background-color: #f7fbfb;
}

article.home div.textHolder div.textCol a{
  background-color: #008c54;
  color: #FFF;
}
article.home div.textHolder div.textCol a:hover,
div.sideContent a:not(.noCta),
.sideContent a.ctaButton.darkgreen:hover{
  background-color: #b0d18f;
  color: #008c54;
  text-decoration: none;
}





/*      HEADER      */
header{
  z-index: 2;
  position: relative;
  background-color: #FFF;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  padding-top: 66px;
  padding-bottom: 25px;
}
header a.logoHolder{
  display: block;
  width: 290px;
  position: absolute;
  top: 18px;
  left: 15px;
  z-index: 10;
}
header a.logoHolder img{
  display: block;
  width: 100%;
}
header div.centerContent{
  position: static;
}
header nav{
  box-sizing: border-box;
  
}
header nav ul{
  display: block;
  width: 100%;
  min-width: 200px;
  text-align: right;
  line-height: 1em;
}
header nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  font-size: 0.8em;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 40px;
  box-sizing: border-box;
}
header nav ul li.active>a{
  font-weight: 700;
  border-bottom: solid 2px #008c54;
}
header nav ul li:hover>a{
  border-bottom: solid 2px #008c54;
}
header nav ul li a{        
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
  padding-bottom: 8px;
  border-bottom: solid 2px #b0d18f;
}
header nav ul li:hover ul{
  display: block;
}
header nav ul li ul{
  display: none;
  text-align: left;
  position: absolute;
  left: -20px;
  top: 25px;
  background-color: #FFF;
  padding: 20px;
  padding-top: 15px;
}
header nav ul li ul li{
  display: block;
  font-size: 1em;
  margin-left: 0px;
  border-bottom: none;
  white-space: nowrap;
  font-weight: 300;
}
header nav ul li ul li a{
  border-bottom: solid 1px #b0d18f;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 10px;
}

header nav ul li ul li.active a{
  font-weight: 700;
  border-bottom: solid 1px #008c54;
}
header nav ul li ul li:hover a{
  border-bottom: solid 1px #008c54;
}

nav ul li.menuButton{
  width: 290px;
  display: none;
}
nav ul li.cta{
  position: absolute;
  right: 30px;
  top: 56px;
  border: none;
}
nav ul li.cta a{
  border: none;
}
nav ul li.cta:hover a{
  border: none;
  background-color: #b0d18f;
  color: #008c54;
}


/*      CONTENT      */
div.headerImage{
  background-image: url("../images/header-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 0px;
  padding-top: 24.2%;
  position: relative;
}
div.headerImage.small{
  padding-top: 10%;
}
div.headerImage div.centerContent{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

div.headerImage div.headerSubImage{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  left: 34%;
  right: -400px;
  top: 23%;
  bottom: -7%;
  position: absolute;
}

div.headerImage div.headerText{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #FFF;
  line-height: 1.5em;
  border-left: none;
  padding-left: 0px;
  margin-bottom: 0px;
  text-shadow: 4px 4px 5px rgba(0,0,0,0.75);
  font-size: 4em;
  letter-spacing: 10px;
  text-transform: uppercase;
}
div.headerImage div.headerText div.centerContent{
  height: 100%;
}
div.headerImage div.headerText div.textTable{
  text-align: right;
}
div.headerImage a.headerButton{
  display: block;
  position: absolute;
  left: 20px;
  bottom: -80px;
  font-size: 0.30em;
  line-height: 1.4em;
  background-color: #008c54;
  text-align: center;
  letter-spacing: 1px;
  width: 250px;
  height: 250px;
  border-radius: 125px;
  transform: rotate(-15deg);
  z-index: 2;
}
div.headerImage a.headerButton strong{
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 700;
}
div.headerImage a.headerButton.alt{
  font-size: 0.27em;
  left: 0px;
  bottom: -250px;
  background-color: #688f41;
  width: 220px;
  height: 220px;
  border-radius: 120px;
  transform: rotate(-15deg);
  z-index: 1;
}
div.headerImage a.headerButton.right{
  left: auto;
  right: 0px;
  bottom: -180px;
  transform: rotate(15deg);
}

div.headerImage a.headerButton.alt strong{
  font-size: 1.8em;
}

article h1,
article h2{
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  color: #008c54;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
article h2{
  font-size: 1.15em;
  color: #b0d18f;
  margin-bottom: 20px;
}
article div.textHolder b,
article div.textHolder strong,
article:(.prices) div.sideContent strong,
article div.bannerHolder span.text strong{
  color: #008c54;
}
article ul,
article ol{
  margin-left: 20px;
}
article ul{
  list-style: none;  
}
article ul li{
  position: relative;
}
article ul li:before {   
    content: "";  
    border-color: transparent #545c61;  
    border-style: solid;  
    border-width: 3px 0px 3px 6px;  
    display: block;  
    height: 0;  
    width: 0;  
    left: -15px;  
    top: 9px;  
    position: absolute;
} 

div.sideContent{
  width: 32%;
  min-height: 50px;
  margin-right: 2%;
  float: left;
  margin-top: 100px;
  margin-bottom: 100px;
}
div.sideContent div.sideBanner{
  background-color: #f7fbfb;
  padding: 30px;
  box-sizing: border-box;
}
div.sideContent a{
  margin-top: 30px;
}
div.mainContent{
  width: 66%;
  float: left;
  margin-top: 100px;
  margin-bottom: 100px;
}

article div.textHolder a:hover{
  text-decoration: underline;
}
article div.crosslinks a:hover,
article div.newsHolder a:hover,
div.overviewHolder div.overviewItem a:hover{
  text-decoration: none;
}



/*      HOME    */
article.home div.textHolder,
article.news div.textHolder,
article.overview div.textHolder,
article.prices div.textHolder{
  margin-top: 100px;
  margin-bottom: 100px;
}
article.home h1,
article.news h1,
article.team h1,
article.overview h1,
article.contact h1,
article.prices h1{
  text-align: center;
}
div.textCol{
  width: 32%;
  float: left;
  margin-right: 2%;
}
div.textCol:nth-of-type(3){
  margin-right: 0px;
}

div.crosslinks{
  display: flex;
  align-items: stretch;
}
div.crosslinks a{
  display: block;
  background-color: #f7fbfb;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 30px;
  box-sizing: border-box;
}
div.crosslinks a:nth-child(4),
div.crosslinks a:nth-child(8){
  margin-right: 0px;
}
div.crosslinks a span.imageHolder,
div.sideContent div.imageHolder,
div.overviewItem div.imageHolder{
  display: block;
  height: 0px;
  width: 100%;
  padding-top: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
div.sideContent div.imageHolder,
div.overviewItem div.imageHolder{
  width: 70%;
  padding-top: 49%;
}

div.crosslinks a span:not(.ctaButton){
  display: block;
}
div.crosslinks a span.title{
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
div.crosslinks a span.text{
  min-height: 192px;
}

article.home div.newsBlock h2{
  background-image: url("../images/header-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFF;
  padding: 110px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.15em;
  letter-spacing: 2px;
  margin: 0px;
}
article.home div.newsHolder{
  margin-top: -55px;
}

div.bannerHolder{
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
article.contact div.bannerHolder{
  padding-bottom: 0px;
}
article.prices div.bannerHolder{
  padding: 0px;
}

div.bannerHolder a{
  display: block;
  border: 1px solid #008c54;
  width: 32%;
  float: left;
  margin-right: 2%;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}
article.contact div.bannerHolder a{
  border: none;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 48.5%;
  margin-right: 3%;
}
article.contact div.bannerHolder a:nth-child(2){
  margin-right: 0px;
}
article.prices div.bannerHolder a{
  border: none;
  padding: 0px;
  padding-bottom: 30px;
  float: none;
  width: 100%;
}
div.bannerHolder a img{
  width: 100%;
  display: block;
}
div.bannerHolder a span:not(.ctaButton){
  display: block;
}
article.prices div.bannerHolder a span:not(.ctaButton){
  padding-left: 30px;
  padding-right: 30px;
}

div.bannerHolder a span.title{
  left: 15%;
  right: 15%;
  top: 0px;
  position: absolute;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
article.contact div.bannerHolder a span.title,
article.prices div.bannerHolder a span.title{
  left: auto;
  right: auto;
  top: auto;
  position: relative;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
article.prices div.bannerHolder a span.title{
  padding-top: 30px;
  font-size: 1.1em;
}

div.bannerHolder a span.heading{
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 1.3em;
  line-height: 1.65em;
  letter-spacing: 4px;
  margin-bottom: 20px;
  min-height: 160px;
}
article.contact div.bannerHolder a span.heading,
article.prices div.bannerHolder a span.heading{
  font-size: 1em;
  line-height: 1.8em;
  letter-spacing: 3px;
  margin-top: 25px;
  margin-bottom: 20px;
  min-height: 81px;
}
article.prices div.bannerHolder a span.heading{
  min-height: 0px;
}

div.bannerHolder a span.text{
  min-height: 96px;
}
article.prices div.bannerHolder a span.text{
  min-height: 0px;
}
div.bannerHolder a span.ctaButton{
  margin-top: 30px;
}
article.prices div.bannerHolder a span.ctaButton{
  margin-left: 30px;
}

div.bannerHolder div.bannerImage{
  position: absolute;
  left: 68%;
  right: -400px;
  top: 0px;
  bottom: -100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


/*      OVERVIEW    */
article.overview div.textHolder{
  margin-bottom: 0px;
}
div.overviewHolder{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
div.overviewHolder div.overviewItem,
div.overviewHolder div.overviewImage{
  width: 32%;
  margin-bottom: 2%;
  margin-right: 2%;
  background-color: #f7fbfb;
  padding: 30px;
  padding-bottom: 140px;
  box-sizing: border-box;
  position: relative;
}
div.overviewHolder div.overviewItem:nth-child(3n),
div.overviewHolder div.overviewImage:nth-child(3n){
  margin-right: 0px;
}
div.overviewHolder div.overviewImage{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 0px;
  padding: 0px;
}
div.overviewHolder div.overviewItem:nth-last-child(1),
div.overviewHolder div.overviewItem:nth-last-child(2){
  margin-bottom: 100px;
}
div.overviewHolder div.overviewItem a{
  position: absolute;
  bottom: 50px;
  left: 30px;
  display: block;
}

article.overview div.overviewItem h2{
  color: #008c54;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/*      TEAM    */
article.team h1{
  margin-top: 100px;
}
article.team div.bar{
  padding-top: 50px;
  padding-bottom: 280px;
}
article.team div.bar div.centerContent{
  padding-left: 6%;
  padding-right: 6%;
}
article.team div.textHolder img{
  margin-bottom: 50px;
}

div.owner{
  margin-top: -180px;
  width: 66%;
  background-color: #f7fbfb;
  padding: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  margin-bottom: 100px;
}
article.team div.imageHolder{
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
article.team div.imageHolder img{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 125px;
  height: 125px;
}
article.team div.owner h2{
  text-align: left;
  color: #545c61;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

div.ownerImage{
  left: 68%;
  right: 0px;
  top: 180px;
  bottom: 0px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
article.team h2{
  text-align: center;
  color: #008c54;
}
div.teamHolder{
  margin-bottom: 100px;
}
div.teamHolder div.teamItem{
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  background-color: #f7fbfb;
  color: #545c61;
  letter-spacing: 1px;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
  padding: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
div.teamHolder div.teamItem:nth-child(4n){
  margin-right: 0px;
}
div.teamHolder div.teamItem div.imageHolder{
  margin-bottom: 50px;
}



/*      NEWS    */
div.newsHolder{
  margin-bottom: 100px;
}

div.newsHolder a{
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
div.newsHolder a:nth-child(3n){
  margin-right: 0px;
}
div.newsHolder a img{
  display: block;
  width: 100%;
}
div.newsHolder a span:not(.ctaButton){
  display: block;
}
div.newsHolder a span.title{
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 0px;
  line-height: 1.5em;
  min-height: 64px;
}
div.newsHolder a span.text{
  min-height: 122px;
}
div.newsHolder a span.ctaButton{
  min-width: 125px;
  box-sizing: border-box;
  text-align: center;
}

div.pageNav{
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
}
div.pageNav a{
  font-weight: 300;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
div.pageNav a.active,
div.pageNav a:hover{
  color: #702283;
  font-weight: 800;
}
div.pageNav a:first-of-type{
  padding-left: 20px;
}
article.newsDetail div.sideContent h2{
  margin-bottom: 20px;
}
div.sideContent a.newsShort{
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: solid 1px #b0d18f;
  padding-bottom: 20px;
}
div.sideContent a.newsShort:last-of-type{
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
div.sideContent a.newsShort span{
  display: block;
}
div.sideContent a.newsShort span.title{
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
}
div.sideContent a.newsShort:hover{
  background: none;
  color: inherit;
}
div.sideContent a.newsShort:hover span.text strong{
  color: #b0d18f;
}


/*      PRICES      */
article.prices div.mainContent{
  margin-top: 0px;
  margin-bottom: 0px;
}
article.prices div.sideContent{
  margin-right: 0px;
  margin-left: 2%;
  margin-top: 115px;
  background: none;
  padding: 0px;
}
article.prices h1{
}
div.extraText{
  margin-top: 20px;
}
div.priceGroup{
  clear: both;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #ebf5f5;
}
div.priceCol p{
  margin-bottom: 20px;
}
div.priceCol p:last-of-type{
  margin-bottom: 0px;
}
div.priceCol{
  width: 48.5%;
  float: left;
}
div.priceCol:first-child{
  margin-right: 3%;
}
div.priceCol p.price{
  clear: both;
  margin: 0px;
  line-height: 2em;
}
p.price span:not(.clear){
  display: block;
  float: left;
  width: 40%;
  box-sizing: border-box;
  padding-left: 5px;
}
p.price.cols2 span:nth-child(3){
  display: none;
}
p.price.cols3 span:not(.clear){
  width: 20%;
}
div.priceCol p.price span:first-child,
p.price.cols3 span:first-child{
  width: 60%;
  border: none;
  padding: 0px;
}
p.price.cols2 span:first-child{
  width: 80%;
}
p.price.cols2 span:nth-child(2){
  width: 20%;
}
div.priceCol p.price.cols2 span:nth-child(2){
  width: 40%;
}

/*      CONTACT    */
article.contact{
  margin-top: 100px;
  margin-bottom: 100px;
}
article.contact div.sideContent{
  background: none;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
article.contact div.sideContent.reserve{
  margin-top: 0px;
}
article.contact div.sideContent a.noCta:hover{
  text-decoration: underline;
}
article.contact div.sideContent h2{
  margin-bottom: 30px;
  margin-top: 50px;
}
article.contact div.sideContent h2:first-of-type{
  margin-top: 0px;
}
article.contact div.sideContent p.time{
  clear: both
}
article.contact div.sideContent p.time span{
  display: block;
  float: left;
  width: 37%;
  border-left: solid 1px #ebf5f5;
  box-sizing: border-box;
  padding-left: 15px;
}
article.contact div.sideContent p.time span:first-child{
  width: 26%;
  border: none;
  padding: 0px;
}


article.contact div.mainContent{
  margin-top: 0px;
  margin-bottom: 10px;
}
article.contact div.mainContent.borderTop{
  border-top: solid 1px #ebf5f5;
}
div.formCol{
  width: 48.5%;
  float: left;
}
div.formCol.last{
  margin-left: 3%;
}
input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #ebf5f5;
  color: #545c61;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
  text-align: left;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #ebf5f5;
  border: none;
  color: #545c61;
  height: 90px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
}
article.news textarea.inputArea{
  height: 140px;
}


input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #008c54;
  color: #FFF;
}
div.formCol p{
  font-size: 0.6em;
  text-align: left;
  font-weight: 400;
}
input.submitButton{
  -webkit-appearance: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  margin-top: 40px;
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #545c61;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #545c61;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #545c61;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #545c61;
}
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;
}

div.checkBoxHolder{margin-bottom:10px;color:#334c53;}
div.checkBoxHolder span.radioTitle{padding-right: 5px;display: inline-block;  }
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.forced{cursor:default;}
div.checkBoxHolder.error, div.checkBoxHolder.error span.radioTitle, p.label.error{color:#fc3e33;}
div.checkBoxHolder div.checkBox div.box{width:20px;height:20px;border-radius:3px;background-color:#ebf5f5;text-align:center;line-height:20px;position:absolute;}
div.checkBoxHolder div.checkBox div.box span{color:#b0d18f;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;}



/*      FOOTER      */
footer{
  text-align: left;
}
div.footerInfo{
  padding-top: 100px;
  padding-bottom: 100px;
}
div.footerCol{
  width: 18%;
  box-sizing: border-box;
  margin-right: 6%;
  float: left;
  line-height: 2em;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
div.footerCol:nth-child(1){
  width: 32%;
  margin: 0px;
  margin-right: 2%;
}
/*
div.footerCol:nth-child(2){
  line-height: 1.8em;
  font-size: 0.75em;
  padding-top: 2px;
}
*/
div.footerCol:nth-child(4){
  margin-right: 0px;
}
div.footerCol a.logoHolder,
div.footerCol a.logoHolder img{
  display: block;
  width: 100%;
}
div.footerCol nav ul li{
  position: relative;
  display: block;
  list-style-type: none;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  box-sizing: border-box;
}
div.footerCol p .fa{
  font-size: 0.7em;
  padding-top: 7px;
  margin-right: 10px;
  vertical-align: top;
}
div.footerCol p a:hover,
div.footerCol li a:hover,
div.copyright a:hover{
  text-decoration: underline;
}
div.copyright{
  font-size: 0.6em;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
}
div.copyright br{
  display: none;
}
div.copyright p{
  display: inline;
}

.vg-date-picker-slider--body{
  overflow: hidden;
  height: 120px;
}
.vg-date-picker-slider--dates{
  overflow: hidden;
}
