/* 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: 'Cairo', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7em;
  color: #000;
  background-color: #2d2d2d;
}

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

div.container{
  width: 100%;
  margin: 0px;
}
div.centerContent{
  width: 1116px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*      HEADER      */
header{
  height: 331px;
  width: 100%;
}
div.menuHolder{
  position: relative;
  height: 61px;
  background-image: url("../images/menu-bg.jpg");
  background-position: center center;
  z-index: 2;
}
div.menuHolder nav{
  position: relative;
}
div.menuHolder nav>ul{
  height: 61px;
  text-align: center; 
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 0.95em;
  height: 61px;
  line-height: 61px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  margin: 0px;
  color: #000;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}

div.menuHolder nav ul li:nth-child(2) img{
  display: inline-block;
  width: 22px;
  vertical-align: middle;
}
div.menuHolder nav ul li:nth-child(3){
  display: none;
}

div.menuHolder nav ul li.menuButton{
  display: none;
}

div.visual{
  height: 270px;
  width: 100%;
  background-position: center center;
}

header div.logoHolder{
  display: block;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  position: relative;
  z-index: 3;
}
header div.logoHolder img{
  display: block;
  width: 100%;
}


/*      CONTENT      */
div.content{
  background-color: #FFF;
}


div.mainContent{
}
div.watermerk{
  background-image: url("../images/watermerk.svg");
  background-position: top center;
  background-size: 1300px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -200px;
  left: 0px;
  width: 100%;
  height: 1000px;
  opacity: 0.08;
}
article{
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
  text-align: center;
}
article div.centerContent{
  z-index: 2;
}
article h1{
  line-height: 1.2em;
  font-size: 1.5em;
  padding-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

article p{
}
article p strong{
  font-weight: 600;
}
article p a, article ul a, article ol a, div.textHolder a{
  color: #ab8652;
  text-decoration: underline;
  font-weight: 600;
}

/*      DEFAULT     */
div.gallery{
  background-color: #FFF;
  z-index: 2;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
div.gallery div.picHolder,
div.gallery a.picHolder{
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
}
div.gallery div.picHolder.pic1{
  width: 75%;
  height: 0px;
  padding-top: 49.9%;
}
div.gallery div.picHolder.pic1 div.slideShow{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
div.gallery div.picHolder.pic1 div.slideShow a{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


div.gallery a.picHolder.pic2,
div.gallery a.picHolder.pic3,
div.gallery a.picHolder.pic4,
div.gallery a.picHolder.pic5,
div.gallery a.picHolder.pic6{
  width: 25%;
  height: 0px;
  padding-top: 25%;
}
div.gallery a.picHolder.pic7,
div.gallery a.picHolder.pic8{
  width: 50%;
  height: 0px;
  padding-top: 25%;
}
div.gallery a.picHolder.pic3{
  clear: both;
}
div.gallery div.textHolder.text1{
  width: 25%;
  height: 278px;
  font-size: 0.9em;
  line-height: 1.4em;
  font-style: italic;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
  box-sizing: border-box;
}
div.gallery div.textHolder div.vertText{
  display: table;
  width: 100%;
  height: 100%;
}
div.gallery div.textHolder div.vertText div.vertTextHolder{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

div.gallery div.textHolder.text2{
  width: 100%;
  line-height: 1.4em;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 55px;
  padding-bottom: 55px;
  clear: both;
}
div.gallery div.textHolder.text2 h2{
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  padding-bottom: 5px;
}


/*      HOME     */
div.homeBlocks{
  background-color: #FFF;
  z-index: 2;
  position: relative;
  padding-top: 90px;
}
div.homeBlocks a{
  display: block;
  float: left;
  width: 50%;
  height: 279px;
  position: relative;
}
div.homeBlocks a img.pic{
  display: block;
  float: left;
  width: 50%;
}
div.homeBlocks a:nth-child(3) img.pic,
div.homeBlocks a:nth-child(4) img.pic{
  float: right;
}

div.homeBlocks a span.arrow{
  display: block;
  height: 4px;
  width: 0px;
  border-right: solid 20px #FFF;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
  position: absolute;
  left: 259px;
  top: 125px;
}
div.homeBlocks a:nth-child(3) span.arrow,
div.homeBlocks a:nth-child(4) span.arrow{
  border-left: solid 20px #FFF;
  border-right: none;
  left: 279px;
}


div.homeBlocks a span.textHolder{
  display: block;
  padding-left: 309px;
  margin-right: 30px;
}
div.homeBlocks a:nth-child(3) span.textHolder,
div.homeBlocks a:nth-child(4) span.textHolder{
  padding-left: 30px;
  width: 249px;
  float: left;
  box-sizing: border-box;
}


div.homeBlocks a span.textHolder span{
  display: block;
  font-size: 0.85em;
  line-height: 1.45em;
}

div.homeBlocks a span.textHolder span.title{
  padding-top: 35px;
  padding-bottom: 20px;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 400;
}
div.homeBlocks a img.icon{
  display: block;
  padding-top: 20px;
  width: 25px;
}


div.homeBlocks div.centerContent{
  border-bottom: solid 2px #a7a7a7;
  padding-bottom: 70px;
}
div.content.home div.formHolder{
  padding-top: 50px;
}

/*      CONTACT     */
div.content.contact article a.picHolder{
  display: block;
  float: left;
  width: 332px;
  height: 0px;
  padding-top: 280px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
div.content.contact article div.textHolder{
  float: left;
  width: 350px;
  margin-left: 51px;
  margin-right: 51px;
  font-size: 0.9em;
  line-height: 1.45em;
}

div.content.contact article div.textHolder p.info{
  display: inline-block;
  font-weight: 400;
}
div.content.contact article div.textHolder p.info span:first-child{
  font-weight: 600;
  float: left;
  color: #ab8652;
  display: block;
}
div.content.contact article div.textHolder p.info span:last-child{
  padding-left: 65px;
  display: block;
}

div.content.contact article div.textHolder a{
  display: inline-block;
  text-decoration: none;
  font-size: 0.95em;
  margin-top: 10px;
}
div.content.contact article div.textHolder p.head{
  font-weight: 600;
  color: #ab8652;
  margin-top: 10px;
}
div.content.contact article div.textHolder p.text{
  font-weight: 400;
}

div.formHolder{
  background-color: #FFF;
  z-index: 2;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
div.formHolder h1{
  padding-bottom: 50px;
  font-size: 1.8em;
  font-weight: 600;
}
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-color: #f2f2f2;
  color: #000;
  height: 42px;
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #f2f2f2;
  color: #000;
  height: 141px;
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #ab8652 !important;
}
input.submitButton{
  -webkit-appearance: none;
  float: right;
  color: #FFF;
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 70px;
  box-sizing: border-box;
  background-color: #000;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  letter-spacing: 1px;
  background-image: url("../images/submit.svg");
  background-size: auto 42px;
  background-position: right center;
  background-repeat: no-repeat;
}

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


/*      FOOTER      */
footer{
  width: 100%;
  color: #cac7c8;
  line-height: 1em;
  background-color: #262626;
}
div.footerInfo{
  width: 100%;
  background-image: url("../images/footer-bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 210px;
}
div.footerInfo div.infoBlock{
  float: left;
  width: 25%;
  height: 210px;
  box-sizing: border-box;
  background-color: #262626;
}
div.footerInfo h3{
  line-height: 1em;
  font-size: 1em;
  color: #cac7c8;
  font-weight: 600;
}
div.footerInfo div.infoBlock:first-child{
  background: none;
  width: 22%;
}
div.footerInfo div.infoBlock:nth-child(2){
  width: 27%;
}
div.footerInfo div.infoBlock:nth-child(3){
  width: 34%;
}
div.footerInfo div.infoBlock:nth-child(4){
  width: 17%;
}
div.footerInfo div.infoBlock img{
  display: block;
  width: auto;
  height: 90px;
  margin-left: 25px;
  padding-top: 60px;
}
div.footerInfo div.infoBlock div.textHolder{
  padding-top: 50px;
  padding-left: 36px;
  border-left: solid 1px #cac7c8;
}
div.footerInfo div.infoBlock:nth-child(3) div.textHolder h3{
  float: left;
}
div.footerInfo div.infoBlock:nth-child(3) div.textHolder p,
div.footerInfo div.infoBlock:nth-child(3) div.textHolder a{
  display: block;
  padding-left: 160px;
}
div.footerInfo div.infoBlock div.textHolder h3,
div.footerInfo div.infoBlock div.textHolder p,
div.footerInfo div.infoBlock div.textHolder a{
  padding-top: 10px;
}

div.copyright{
  background-color: #2d2d2d;
  line-height: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
div.copyright div.legal{
  font-size: 0.75em;
  color: #9a9a9a;
}
div.copyright div.legal br{
  display: none;
}
div.copyright div.legal p{
  display: inline;
}
div.copyright div.legal a{
  color: #cac7c8;
}