/*  FONTS */
@font-face {
    font-family: 'monica_scriptregular';
    src: url('fonts/monica_script_-webfont.eot');
    src: url('fonts/monica_script_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/monica_script_-webfont.woff2') format('woff2'),
         url('fonts/monica_script_-webfont.woff') format('woff'),
         url('fonts/monica_script_-webfont.ttf') format('truetype'),
         url('fonts/monica_script_-webfont.svg#monica_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oliver_quinregular';
    src: url('fonts/oliver_quin-webfont.woff2') format('woff2'),
         url('fonts/liver_quin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* general styles */
html{
  overflow-x: hidden;
}
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #6d2d16;
}

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

img{
  border: 0;
}

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

.clear{
  display: block;
  clear: both;
}


.textTable{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
div.container{
  width: 100%;
  margin: 0px;
}
div.centerContent{
  position: relative;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/*      HEADER      */
header{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 0px;
  padding-top: 49.5%;
}
header div.headerContent{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
header div.headerContent div.centerContent{
  height: 100%;
}
header div.logoHolder{
  display: block;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header div.logoHolder img{
  width: 100%;
}
header h1{
  height: 100%;
  color: #FFF;
  font-size: 6em;
  line-height: 1em;
  font-family: "oliver_quinregular";
  font-weight: 400;
  padding-top: 20px;
}

div.menuHolder{
  height: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
div.menuHolder nav{
  position: relative;
}
div.menuHolder nav ul{
  margin-top: 40px;
  height: 40px;
  text-align: center;
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  color: #FFF;
  letter-spacing: 1px;
}
div.menuHolder nav ul.rightMenu li{
  padding-left: 60px;
  padding-right: 0px;
}

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.menuButton{
  display: none;
}


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

article, section{
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
div.mainContent article{
  padding-top: 80px;
}
article h1, section h1, section h2{
  line-height: 1em;
  font-size: 1.5em;
  font-weight: 500;
  padding-bottom: 20px;
  color: #6d2d16;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
article h2{
  margin-bottom: 15px;
}
h2.titleLarge{
  text-align: center;
  font-size: 1.5em;
  margin-top: 70px;
  margin-bottom: 50px;
}
h2.titleSmall{
  line-height: 80px;
  padding-top: 25px;
  text-align: center;
  font-size: 2em;
  margin-top: 70px;
  margin-bottom: 50px;
}
/*
h1.fullWidth,
h3.fullWidth{
  color: #FFF;
  background-image: url("../images/pattern.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-family: "monica_scriptregular";
  font-weight: 400;
  font-size: 4.5em;
  line-height: 210px;
  height: 210px;
}
*/

div.divider{
  text-align: center;
  font-size: 0px;
  padding-top: 35px;
  padding-bottom: 10px;
}
div.divider img{
  display: inline-block;
  width: 48px;
}

div.itemOverview{
  padding-bottom: 30px;
  text-align: left;
}
div.itemOverview a{
  width: 350px;
  display: block;
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
}
div.itemOverview a:nth-child(3n){
  margin-right: 0px;
}
div.itemOverview a:nth-child(3n+1){
  clear: both;
}
div.itemOverview a span.imageHolder{
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
}
div.itemOverview a span.imageHolder span.mouseover{
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  background-image: url('../images/arrow-right.png');
  background-position: center center;
  background-size: 53px 53px;
  background-repeat: no-repeat;
}
div.itemOverview a:hover span.imageHolder span.mouseover{
  display: block;
}


div.itemOverview a span.title{
  display: block;
  font-size: 1.8em;
  line-height: 1em;
  margin-top: 20px;
  font-family: "oliver_quinregular";
  text-align: center;
}
div.itemOverview a span.type{
  display: block;
  color: #6d2d16;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.75em;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
}
div.itemOverview a span.date{
  display: block;
  color: #da8c77;
}
div.itemOverview a span.text{
  display: block;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 15px;
}
div.itemOverview a span.readmore,
a.blackButton{
  display: inline-block;
  padding: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 0.85em;
  line-height: 1em;
  letter-spacing: 1px;
}
div.itemOverview a img.divider{
  display: block;
  width: 32px;
}


/*      DEFAULT    */
div.content.default{
  text-align: center; 
  padding-bottom: 60px;
  padding-top: 50px;
}
div.content.default h1.fullWidth{
  line-height: 120px;
  height: 120px;
}


/*      HOME     */
div.slideshowHome{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
div.slideshowHome div.slide{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.content.home{
  text-align: center; 
  padding-bottom: 60px;
}
div.content.home div.mainContent{
  background-color: #dcc9ba;
  color: #000;
}
div.content.home article{
  display: flex;
  align-items: stretch;
  padding-bottom: 50px;
}
div.content.home div.mainText{
  width: 47%;
  margin-right: 15%;
}
div.aboutHolder{
  width: 38%;
  position: relative;
  background-image: url("../images/about.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
div.aboutHolder div.experience{
  width: 410px;
  height: 410px;
  margin-left: 480px;
  box-sizing: border-box;
  border-radius: 204px;
  border: 4px solid #cb738b;
  padding-left: 45px;
  padding-right: 45px;
}
div.aboutHolder div.about{
  position: absolute;
  top: 110px;
  left: 204px;
  width: 330px;
  height: 330px;
  box-sizing: border-box;
  border-radius: 204px;
  border: 12px solid #fff4f0;
  background-color: #ffdbc8;
  padding-left: 60px;
  padding-right: 60px;
}
div.content.home div.mainText h4{
  font-family: "oliver_quinregular";
  color: #FFF;
  font-size: 3em;
  font-weight: 400;
}

div.aboutHolder div.pic{
  position: absolute;
  top: 0px;
  left: -30px;
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  border-radius: 150px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

div.aboutHolder div.aboutText{
  font-family: "oliver_quinregular";
  color: #FFF;
  font-size: 3em;
  position: absolute;
  right: 20px;
  top: 180px;
  text-align: center;
  width: 240px;
  height: 240px;
  border-radius: 120px;
  background-color: #6d2d16;
  box-sizing: border-box;
  padding-top: 110px;
}

div.homeSpacer{
  background-image: url("../images/home-spacer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px;
}
div.homeSpacer img{
  display: block;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

div.content.home div.secondContent div.itemOverview{
  padding-bottom: 60px;
}
div.content.home div.secondContent a.blackButton{
  margin-bottom: 60px;
}

div.thirdContent{
  text-align: center;
  padding-top: 80px;
}

div.priceOverview{
  margin-bottom: 100px;
}
div.priceOverview div.priceGroup{
  width: 45%;
  float: left;
  margin-top: 60px;
}
div.priceOverview div.priceGroup:nth-child(2n){
  margin-left: 10%;
}
div.priceOverview div.priceGroup:nth-child(2n+1){
  clear: both;
}
div.priceOverview div.priceGroup h2{
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px;
  background-color: #dcc9ba;
}
div.priceOverview div.priceHolder{
  text-align: left;
  margin-bottom: 20px;
}  
div.priceOverview div.priceHolder div.price{
  border-bottom: solid 1px #6d2d16;
  padding-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
div.priceOverview div.priceHolder div.price h3{
  font-weight: 500;
  text-transform: uppercase;
}
div.priceOverview div.priceHolder div.price b{
  position: absolute;
  right: 0px;
  top: 25px;
  text-align: right;
  font-weight: 500;
  font-size: 1.2em;
  text-transform: uppercase;
}
div.priceOverview div.priceHolder div.price p,
div.priceOverview div.priceHolder div.price ul{
  width: 80%;
}

div.priceOverview div.priceHolder div.price ul{
    margin-left: 18px;
}
/*
div.priceOverview div.priceHolder div.price ul {
    list-style: none;
}
div.priceOverview div.priceHolder div.price ul li{
    padding-left: 18px;
    position: relative;
}
div.priceOverview div.priceHolder div.price ul li:before {
    content: "\2665";
    position: absolute;
    left: 1px;
}
*/

div.fourthContent{
  background-color: #6d2d16;
  padding-top: 120px;
  padding-bottom: 290px;
}
div.fourthContent h3{
  font-family: "oliver_quinregular";
  color: #FFF;
  font-size: 3em;
  font-weight: 400;
  margin-bottom: 80px;
}
div.leaf{
  background-image: url("../images/blad.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 20px;
  left: -60px;
}
div.leaf.right{
  transform: rotate(130deg);
  left: auto;
  right: -100px;
  top: auto;
  bottom: -250px;
}

div.instagramHolder{
  min-height: 800px;
}
div.instagramHolder a{
  display: block;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
  width: 31%;
  height: 0px;
  padding-top: 31%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
div.instagramHolder a:nth-child(3n){
  margin-right: 0px;
}


/*      CONTACT     */
div.sixthContent div.contactForm{
  background-color: #dcc9ba;
  padding: 70px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -210px; 
  text-align: left;  
}
div.sixthContent div.contactForm h2{
  font-size: 2em;
  padding-bottom: 25px;
  color: #6d2d16;
}
div.formCol{
  float: left;
  width: 48%;
}
div.formCol.first{
  margin-right: 4%;
}

input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #FFF;
  height: 42px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 15px;
  line-height: 42px;
  margin-bottom: 10px;
  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: #FFF;
  height: 198px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  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: #6d2d16 !important;
}
input.submitButton{
  -webkit-appearance: none;
  float: right;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  height: 46px;
  line-height: 40px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  background-color: #6d2d16;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  letter-spacing: 1px;
  font-family: 'PT Sans Narrow', sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6d2d16;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6d2d16;
  opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6d2d16;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6d2d16;
}

.error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
.error::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
  opacity: 1 !important;
}
.error:-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF;
}
.error:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
}


/*       PORTFOLIO & BLOG      */
div.content.portfolio h1{
  font-size: 2em;
  margin-bottom: 50px;
}
div.content.portfolio.info,
div.content.blog.info{
  padding-bottom: 70px;
}
div.content.portfolio article,
div.content.blog article{
  padding-top: 100px;
}
div.pageNavHolder,
div.itemNavHolder{
  box-sizing: border-box;
  background-color: #dcc9ba;
}
div.pageNav{
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 82px;
  text-align: right;
  color: #6d2d16;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.pageNav span{
  display: inline-block;
  padding-right: 10px;
}
div.pageNav a{
  color: #dcc9ba;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  font-size: 1.6em;
  line-height: 36px;
  text-align: center;
  background-color: #6d2d16;
}
div.pageNav a.active{
  opacity: 0.6;
}

div.itemNavHolder div.centerContent{
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
div.itemNavHolder a.back{
  display: inline-block;
  color: #6d2d16;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 6px;
}
div.itemNavHolder a.prev,
div.itemNavHolder span.prev,
div.itemNavHolder a.next,
div.itemNavHolder span.next{
  display: block;
  background-image: url("../images/arrow-left.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 38px;
  height: 38px;
  float: right;
  margin-left: 15px;
}
div.itemNavHolder a.next,
div.itemNavHolder span.next{
  background-image: url("../images/arrow-right.png");
}

div.itemNavHolder span.prev,
div.itemNavHolder span.next{
  opacity: 0.6;
}

div.content.portfolio div.gallery{
  width: 620px;
  float: left;
}
div.content.portfolio div.gallery a{
  display: block;
  width: 610px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
div.content.portfolio div.gallery a.portrait{
  width: 300px;
  height: 390px;
  overflow: hidden;
}
div.content.portfolio div.gallery a img{
  display: block;
  width: 100%;
}

div.content.portfolio div.textHolder,
div.content.blog div.textHolder{
  padding-left: 700px;
}

div.content.portfolio div.textHolder p.date,
div.content.blog div.textHolder p.date{
  color: #da8c77;
}
div.content.portfolio div.textHolder img.divider,
div.content.blog div.textHolder img.divider{
  display: block;
  width: 32px;
  margin-top: 50px;
  margin-bottom: 70px;
}
div.reference{
  background-color: #fff4f0;
  color: #b06f65;
  padding: 55px;
  position: relative;
}
div.reference div.referenceText{
  position: relative;
  font-style: italic;
  font-weight: 300;
}
div.reference p.quote{
  position: absolute;
  font-size: 6.5em;
  font-family: "monica_scriptregular";
  font-weight: 400;
  top: 5px;
  color: #c97f7d;
  font-style: normal;
}
div.reference p.quote.end{
  top: auto;
  right: 0px;
  bottom: -50px;
}
div.reference p.name{
  color: #000;
  margin-top: 30px;
}
div.reference img{
  display: block;
  width: 263px;
  position: absolute;
  bottom: -40px;
  right: -30px;
}

div.slideshowHolder{
  width: 610px;
  height: 510px;
  float: left;
  position: relative;
}
div.slideshow{
  height: 100%;
  width: 100%;
  position: relative;
}
div.slideshow div{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
div.slideshow div img{
  display: block;
  width: 100%;
}
div.arrow{
  position: absolute;
  background-image: url("../images/arrow-left.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 38px;
  height: 38px;
  left: 25px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0.7;
  cursor: pointer;
}
div.arrow.right{
  left: auto;
  right: 25px;
  background-image: url("../images/arrow-right.png");
}
div.content.portfolio div.gallery.new{
  width: 100%;
  float: none;
}
div.gallery.new div.landscape,
div.gallery.new div.portraitlandscape,
div.gallery.new div.threepics,
div.gallery.new div.portrait{
  margin-bottom: 4%;
  display: flex;
  align-items: stretch;
}
div.gallery.new div.landscape a,
div.gallery.new div.portraitlandscape a,
div.gallery.new div.threepics a,
div.gallery.new div.portrait a{
  display: block;
  width: 100%;
  padding-top: 63%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div.gallery.new div.portraitlandscape a:first-child{
  width: 31%;
  padding-top: 38%;
  margin-right: 4%;
}
div.gallery.new div.portraitlandscape a:nth-child(2n){
  width: 65%;
  padding-top: 38%;
}

div.gallery.new div.threepics a.big{
  width: 65%;
  margin-right: 4%;
  padding-top: 81%;
}
div.gallery.new div.threepics div{
  width: 31%;
}
div.gallery.new div.threepics div a{
  padding-top: 125%;
}
div.gallery.new div.threepics div a:first-child{
  margin-bottom: 13%;
}
div.gallery.new div.portrait a{
  padding-top: 120%;
}

/*      FOOTER      */
footer{
  width: 100%;
  color: #FFF;
  background-image: url("../uploads/image/1038_0.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.footerInfo div.centerContent{
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
div.footerInfo div.infoBlock{
  float: left;
  letter-spacing: 1px;
  width: 25%;
}
div.footerInfo div.infoBlock.logo{
  width: 33%;
  padding-left: 30px;
  padding-top: 25px;
  margin-right: 27%;
  box-sizing: border-box;
}
div.footerInfo div.infoBlock.menu{
  width: 15%;
}


div.footerInfo div.infoBlock img{
  width: 100%;
}

div.footerInfo div.infoBlock a[href^="tel:"],
div.footerInfo div.infoBlock a[href^="mailto:"]{
  display: block;
  line-height: 1.2em;
}
div.footerInfo p{
  font-weight: 500;
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 18px;
}
div.socialIcons a{
  display: inline-block;
  font-size: 1.2em;
  padding-left: 15px;
}
div.footerInfo div.infoBlock nav a{
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
div.footerInfo div.infoBlock nav a:last-child{
  display: none;
}


div.copyright{
  padding: 20px;
  text-align: center;
  background-color: #FFF;
}
div.copyright div.legal{
  font-size: 0.7em;
  line-height: 2em;
  color: #333;
  letter-spacing: 1px;
}
div.copyright div.legal p{
  display: inline;
}
div.copyright br{
  display: none;
}