


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fader {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
} 

	
.fader.one {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.fader.two {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.fader.three {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.transition-fade {
  transition: 2.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}




@media screen and (max-width: 39.9375em) {
    
/* ------------ global ------------ */
    
    .down_arrow_icon polygon.st0 {
    fill: #fff;
}

.homepage .down_arrow_icon polygon.st0 {
    fill: #918350;
}

body{
    background: #ded9ce;
}

    .intro_text{position: absolute;z-index: 2;top: 50%;left: 50%;transform: translate(-50%,-40%);}
    
a{
    color: inherit;
    text-decoration: none;
}

a:focus, a:visited, a:hover, a:active{
    color: inherit;
    text-decoration: none;
}

.mb{}

.mt{
    margin-top: 100px;
}

.pb{
    padding-bottom: 40px;
}

.pt{
    padding-top: 50px;
}

.pl{padding-left: 0vw !important;}

.pr{ padding-right: 40px;}

.grid-x{}

.subpage_section{
    background: #fff;
    position: relative;
    z-index: 2;
}

.subpage_section .grid-x{
    max-width: 90vw;
    margin: 0 auto;
    position: relative;
}

.fullWidth{
    max-width: calc(100vw - 0px) !important;
}

.bg-init,
    .animsition-overlay-slide {
      background-color: #ded9ce;
    }


.fullWidth .grid-x{}

.fullWidth .cell{}

.container{
    max-width: inherit;
    font-size: 11px;
    padding-left: 0;
    padding-right: 0;
    line-height: 150%;
    overflow-x: hidden;
}

.desktop_logo .cls-1{fill: #918350;}

.scrolled .desktop_logo .cls-1{fill: #918350;}

.fade img{
    min-width: 100%;
}

.grid-padding-x > .cell {
    padding-right: 0;
    padding-left: 0;
}

.grid-padding-x .grid-padding-x {
    margin-right: 0;
    margin-left: 0;
}

.white_block{
    position: absolute;
    width: calc(50vw + 1px);
    height: 100%;
    background: transparent;
    right: 0;
    top: 0;
    z-index: 1;
}

.right_white{}

.left_white{}

 .homepage  .mobile_logo{
    opacity: 0;
}
          
        .mobile_logo .cls-1{
    fill: #fff;
}

          .scrolled .mobile_logo .cls-1{}

.down_arrow_icon .st0{fill: #fff;}

#home .down_arrow_icon .st0{fill:#918350;}

.homepage .desktop_logo{ display: none;}

.homepage .fixed_register_btn{display: none;}

.fixed_stamp_row{
    position: fixed;
    z-index: 10;
    width: 55px;
    right: 15px;
    display: none;
    top: 25px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    /* transition-delay: 2s; */
}

.scrolled .fixed_stamp_row{
    opacity: 1;
    transition-delay: 1s;
}

.fixed_stamp{}

.scrolled .fixed_stamp{}

.fixed_stamp .cls-1{fill:#918350;}

.scrolled .fixed_stamp .cls-1{fill:#918350;}

.arrow_row{
    position: relative;
    z-index: 19;
    width: 100% !important;
    left: 0;
    height: auto;
    bottom: 12vh;
    text-align: center;
    margin: 0 auto;
}

.arrow_row .down_arrow{
    max-width: inherit !important;
    position: relative !important;
    margin: 0 auto !important;
    opacity: inherit !important;
    text-align: center;
}

.down_arrow_icon{
    width: 60px;
    margin: 0 auto;
    display: block;
}

/* ------------ mobile navigation ------------ */

.mobile_nav_row{
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mobile_logo{
    margin: 17px auto 0;
    display: block;
    width: 200px;
}

.mobile_nav_icon{}

.menu_icon{
    position: fixed;
    right: 0px;
    left: inherit;
    top: 0px;
    z-index: 999;
    padding: 14px 15px 14px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background-color: #fff;
}

.scrolled .menu_icon{
    top: 0px;
    left: inherit;
    right: 0;
    background-color: #fff;
    border-radius: 0px;
}

.hamburger-box{
    position: relative;
    display: inline-block;
    width: 35px;
    height: 25px;
    line-height: 100%;
}

.hamburger h5{
    position: absolute;
    color: #918350;
    margin: 0 auto 0px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    top: 24px;
    right: -40px;
    opacity: 1;
}

.scrolled .hamburger h5{
    opacity: 0;
}

.is-active.menu_icon h5{
    opacity: 0;
    display: none;
}

.scrolled .hamburger-box{}

.hamburger-inner{
    width: 40px;
    height: 2px;
    background-color: #ece2d7;
}

.is-active{background-color: rgba(0,0,0,0.05) !important;left: inherit;right: 0;top: 0;}


.scrolled .hamburger-inner{
     background-color: #3b4e22;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{background-color: #918350;width: 35px;}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.scrolled .hamburger-inner, .scrolled .hamburger-inner:after, .scrolled .hamburger-inner:before{
    background-color: #A29679;
}

.scrolled .hamburger.is-active .hamburger-inner, .scrolled .hamburger.is-active .hamburger-inner:after, .scrolled .hamburger.is-active .hamburger-inner:before {
    background-color: #ece2d7;
}

.scrolled .hamburger-inner{}


.scrolled .mobile_nav_row{}

.scrolled .mobile_logo{}

.scrolled .mobile_nav_icon{}

.fixed_register{
    text-align: center;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: -66px;
    width: 100%;
    -webkit-transition: bottom 1s ease-out;
    -moz-transition: bottom 1s ease-out;
    -o-transition: bottom 1s ease-out;
    transition: bottom 1s ease-out;
}

.fixed_register h5{}

.mobile_register{
    position: relative;
    top: inherit;
    /* bottom: 0; */
    margin: auto;
    background: #A29679;
    border: none;
    border-width: 0;
    display: inline-block;
    z-index: 9;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    outline: none;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.4em;
    font-family: "MaisonNeue-Book";
    color: #fff !important;
    padding: 13px 23px 15px 23px;
    letter-spacing: 0.08em;
    height: auto;
    text-transform: uppercase;
    border: solid rgba(0,0,0,0.1);
    border-width: 1px 1px 0 1px;
}

.scrolled .fixed_register{
    bottom: 0;
}

.mobile_register:hover{/* bottom: 0; */background: #6F6346;}

/* ------------ navigation modal ------------ */

#Menu_Modal{
    padding: 0;
    height: 100vh;
    width: 100%;
    margin: 0 0 0 0;
    /* background: #ded9ce; */
    background: #918350;
    background: url('../img/hero_texture_gold.jpg');
    background-repeat: repeat;
    border-right: 1px solid rgba(0,0,0,0.2);
    max-width: inherit;
    background-position: top center;
    background-size: cover;
}

.menu_overlay{
    z-index: 98;
    background-image: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(222,217,206,0.6);
}

.menu_content{
    height: 100vh;
}

.menu_row{
    height: 100vh;
}

.menu_row hr{
    clear: both;
    max-width: 90%;
    margin: 0px auto 10px 0;
    border-right: 0;
    border-left: 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(20, 20, 20, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

.menu_col{}

.menu_col nav{}

.menu_col ul{
    list-style: none;
    color: #fff;
    margin: 0px auto 50px;
    max-width: 75%;
    line-height: 140%;
    font-weight: normal;
    font-size: 4.8vh;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.menu_col li{
    height: auto;
    min-height: 10vh;
}

.menu_col li a{
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    outline: none;
}
    
.menu_col li a:hover{
    opacity: 0.6;
}

.menu_col li a span {
  position: relative;
}

.menu_col li a span::before {
  content: '';
  position: absolute;
  bottom: 1.2vh;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ece2d7;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

 .menu_col li a span:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}


.desktop_nav_row{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    z-index: 10;
}

.desktop_nav_column{
    text-align: center;
}

.desktop_logo{
    max-width: 350px;
    margin: 40px auto;
    position: relative;
}

.desktop_nav{
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    max-width: inherit;
    left: 0;
    z-index: 20;
    background: transparent;
    display: none;
}

.desktop_nav li{
    display: inline;
}

.desktop_nav a{}

.fixed_register_btn{
    outline: none;
    color: #ded9ce !important;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.3em;
    font-family: "MaisonNeue-Book";
    padding: 16px 30px 15px;
    letter-spacing: 0.08em;
    border: solid #786A3A;
    background: #918353;
    border-width: 0;
    text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.4);
    -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    right: 25px;
    top: 20px;
    text-transform: uppercase;
}


/* ------------ form modal ------------ */

#Form_Modal{}

.reveal{
    background-color: transparent;
    border: none;
    padding: 1rem;
    font-size: 11px;
    overflow: visible;
}

.reveal .grid-x{
    position: relative;
    z-index: 2;
}

.Form_Overlay{
    background: #ded9ce;
}

.modal_text_row{}

.reveal h1 {
    color: #918350;
    margin: 20px auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.1em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}


.reveal h2{
    color: #918350;
    margin: 0px auto 15px;
    max-width: 700px;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.8em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    text-align: center;
    letter-spacing: 0.02em;
}

.form_row{
    max-width: 275px;
    margin: 0 auto;
}

#JotFormIFrame-91491545506460{}

.client_logos{
    text-align: center;
    margin: 0 auto 10px;
}

.cl{
    height: 35px;
    margin: 0 5px;
    min-width: inherit !important;
}

.cl1{}

.cl2{}

.cl3{}

.copyright_text{
    margin: 20px auto 50px;
}

.copyright_text h3{
    color: #918350;
    margin: 0px auto 0;
    max-width: 700px;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.5em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    text-align: center;
    letter-spacing: 0.02em;
}

.copyright_text h4{
    color: #918350;
    margin: 10px auto 50px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.75em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.close-button{
    width: 25px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99;
}

.close-button .cls-1{
    fill: #918350;
}

/* ------------ homepage section ------------ */

#home{
    min-height: 100vh;
    max-width: inherit;
}

#home .grid-x{}

.homepage_wrap{
    position: relative;
    z-index: 2;
    height: 100vh;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.home_logo_row{
}

.home_logo{
    max-width: 280px;
    margin: 100px auto 40px;
    display: block;
}

.home_text_row{}

.home_text{
    height: calc(100% - 80px);
}

.home_text_col{
    text-align: center;
    padding: 0 5% 12vh;
}

.home_text_col h1{
    color: #918350;
    margin: 0 auto 35px;
    max-width: 270px;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.6em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
}

.home_text_col h2{
    color: #918350;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    display: none;
}

.divider{
    clear: both;
    max-width: 180px;
    margin: 15px auto 20px;
    border-right: 0;
    border-left: 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(145, 131, 80, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home_text_col h3{
    color: #918350;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.9em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
}

.home_text_col h4{
    color: #918350;
    margin: 0 auto 35px;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.6em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.04em;
}

.home_text_col h5{
    margin: 0 auto 30px;
    
}

.register_btn{
    outline: none;
    color: #ded9ce !important;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "MaisonNeue-Book";
    padding: 16px 30px 15px;
    letter-spacing: 0.08em;
    border: solid #786A3A;
    background: #918353;
    border-width: 0;
    text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.4);
    -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.register_btn:hover{ background: #786A3A; }

.homepage_gallery{
    position: fixed;
    width: calc(50vw - 0vh);
    top: 0vh;
    left: 0vh;
    height: 100vh;
    background-color: rgba(0,0,0,0.05);
    background-image: url('../img/hero_texture.jpg');
    background-size: cover;
    background-position: center center;
    opacity: 1;
    background-repeat: no-repeat;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.stamp{
    max-width: 50px;
    min-width: inherit !important;
    margin: 10px auto 0;
    display: block;
}

.home_logo_row .cls-1{fill:#918350;}

/* ------------ lifestyle carousel ------------ */

.carousel_row .slick-slide img {
       display: block;
       opacity: 0.7;
       -webkit-transition: opacity .5s ease-out;
       -moz-transition: opacity .5s ease-out;
       -o-transition: opacity .5s ease-out;
       transition: opacity .5s ease-out;
       -webkit-filter: grayscale(66%); /* Safari 6.0 - 9.0 */
       filter: grayscale(66%);
}

.carousel_row .slick-current img{ opacity: 1; -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: none;
}



.carousel_row .slick-slide {
    padding: 0px 2px 0 2px;
    outline: none;
}

.carousel_row{
    z-index: 12;
    position: relative;
}

.carousel_columns{}

.gallery_wrap{
    line-height: 0;
    position: relative;
    z-index: 9;
}

.slider-for{
    background: #fff;
}

.slider-nav{
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto;
}

.caption_wrap{
    margin-bottom: 30px;
    text-align: left;
    margin-left: -2px;
}

.caption_wrap h4{font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 135%;
    font-size: 0.85em;
    margin: 7px 0 30px 0;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted;
    border-color: rgba(0,0,0,0.4);
    padding: 0px 0 10px;
    text-transform: uppercase;
    max-width: 95%;}

.caption_wrap h3{
    font-style: normal;
    margin: 0px auto 0;
    color: #918350;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.7em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.18em;
    text-align: center;
    position: relative;
    border: solid #918350;
    border-width: 0 1px 1px 0px;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
}

.caption_wrap p{
    font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 170%;
    font-size: 1em;
    margin: 0 0 0px 0;
    max-width: 95%;
    letter-spacing: 0.015em;
}

.carousel_row {
    z-index: 12;
    position: relative;
    max-width: inherit !important;
    background: transparent;
}



.carousel_row .slick-prev {
    left: 0px !important;
}

.carousel_row  .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.carousel_row  .slick-prev, .slick-next {
	z-index: 99 !important;
	}

.carousel_row  .slick-prev:before, .carousel_row  .slick-next:before {font-size: 35px;line-height: 95%;opacity: 1;color: #918350;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: transparent !important;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: -5px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: 10px;
}
.slick-dots li {
  margin: 0 10px;
  width: 12px;
  height: 12px;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.5) !important;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: rgba(255,255,255,0.8) !important;
  width: 12px;
  height: 12px;
  padding: 5px;
}

.carousel_row .slick-slide img {
    display: block;
    max-height: inherit;
    max-width: 66vw;
    opacity: 0.3;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -webkit-filter: grayscale(66%);
    filter: grayscale(66%);
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 0 !important;
}

.carousel_row .slick-current img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: none;
}

/* ------------ subpages styles ------------ */

#design{
    padding: 100px 0 0;
}

#lifestyle{}

#location{}

#team{}

#footer{
    background: #222;
    background: url('../img/footer_texture.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 60px 0 80px;
    position: relative;
    z-index: 9;
}

.footer_register{ outline: none;}

.middle_line{
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    top: 0px;
    opacity: 1;
    z-index: 9;
    background-color: rgba(137,125,96,0.8);
    background-blend-mode: multiply;
    display: none;
}


.middle_line_gold{
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    background: rgba(0,0,0,0.1);
    top: unset;
    display: none;
}

.intro_text_row{
    /* padding: 100px 0; */
}

.intro_text_row h1{
    color: #918350;
    margin: 0 auto 0 0;
    max-width: 50%;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.4em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row h2{
    color: #918350;
    margin: 12px auto 50px;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row p{
    color: #918350;
    margin: 40px auto 40px;
    max-width: 90%;
    line-height: 115%;
    font-weight: 400;
    font-size: 1.6em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.gold_wrap .intro_text_row p{
    color: #fff;
}

.intro_text_row h3{
    color: #918350;
    margin: 40px auto 0;
    max-width: inherit;
    line-height: 130%;
    font-weight: normal;
    font-size: 2.1em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.gold_wrap .intro_text_row h3{
    color: #fff;
}

.intro_text_row h3 em{}

.intro_text_row h5{
    color: #918350;
    margin: 12px auto 50px;
    max-width: 75%;
    line-height: 140%;
    font-weight: normal;
    font-size: 2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row .cell{}

.gold_wrap{
    background: #afa386;
    padding: 0px 0 0;
}

.dark_gold{background: #A29679;}

.intro_img{
    max-width: 200px;
    position: relative;
}

.intro_img1{
    float: right;
}

.intro_img2{
    float: right;
    max-width: 180px;
}

.spacer{}

.beige_wrap{
    padding: 0vh 0;
    background: #A29679;
    position: relative;
    min-height: 100vh;
    z-index: 9;
}

.section_intro{
    height: 100vh;
    position: relative;
    z-index: 2;
}

.section_intro_col{}

.section_intro_col img{
    max-width: 280px;
    margin: 0 auto;
    display: block;
    opacity: 0.7;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.section_intro .cell{
    /* position: relative; */
}

.section_intro h4{
    color: #fff;
    margin: 20px auto 100px;
    max-width: 290px;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: center;
    z-index: 2;
    text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.2);
}

.section_intro h5{
    color: #fff;
    margin: 0 auto 0px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.18em;
    text-align: center;
    position: relative;
    text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.2);
}

.split_row, .nature_split_row{
    padding: 0px 20px 40px;
    max-width: 95rem !important;
}

.split_img_col{}

.split_img_col img{
    padding: 40px 0 0 0;
    float: none;
}

.split_text_col{}

.split_text_col h3{
    color: #444;
    max-width: 100%;
    margin: 40px auto 15px 0;
    line-height: 110%;
    font-weight: normal;
    font-size: 1.9em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.06em;
    text-align: left;
}
    
    .split_text_col h4{
    color: #444;
    max-width: 100%;
    margin: 40px auto 15px 0;
    line-height: 110%;
    font-weight: normal;
    font-size: 1.6em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
}

.split_text_col p{
    color: #444;
    margin: 0 auto 30px 0;
    max-width: 95%;
    line-height: 120%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.nature_split_row{}

.nature_split_col{}

.nature_split_col img{
    padding: 0 20%;
}

.port_img{
    max-width: 150px;
    position: relative;
    float: right;
    margin: 20px 0 30px;
}

.port_img1{}

.interview_text{}

.interview_text h5{
    color: #fff;
    font-size: 1.5em;
    max-width: inherit;
}

.interview_text p{
    font-size: 1.4em;
    max-width: 95%;
    line-height: 120%;
    margin: 0 0 20px;
}

.interview_text h6{
    color: #63573A;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.interview_text h6 a{opacity: 0.8;-webkit-transition: opacity .25s ease-out;-moz-transition: opacity .25s ease-out;-o-transition: opacity .25s ease-out;transition: opacity .25s ease-out;line-height: 150%;transition-delay: 0s;}

.interview_text h6 a[aria-expanded="true"]{
    opacity: 0;
}

#interview_more_row:last-child{
    padding-bottom: 150px;
}

.interview_nested_row {
    padding: 0 0 0 8.33333%;
    display: none;
}

.arrow_down_line{fill: #63573A;}

.down_arrow {
    max-width: 20px;
    margin: 0px 0 0 8px;
    opacity: 1;
    position: absolute;
}

.sketch{
    float: none;
    margin: 30px 0px 0px 0;
    max-width: 70%;
}

.sketch1{}

.sketch2{
    max-width: 75%;
}

.offset_img{
    max-width: 100%;
}

.aerial_row{
    position: relative;
    z-index: 10;
}

.aerial_row img{
    min-width: 100%;
}

.map_row{
    background: #b0a486;
    z-index: 9;
    max-width: inherit !important;
    display: none;
}

.map_col{
}

.map_legend_col{
    padding: 50px;
    padding-left: 100px !important;
    padding-right: 10% !important;
}

.map_legend_col h2{
    color: #fff;
    margin: 12px auto 50px 0;
    max-width: 90%;
    line-height: 120%;
    font-weight: normal;
    font-size: 1.7em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.legend_nested_row{}

.legend_nested_row h1{
    color: #fff;
    margin: 0 auto 0 0;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.6em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.04em;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    max-width: 90%;
}

.legend_nested_row ol{
    color: #fff;
    margin: 20px 0 30px;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.35em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
}

.legend_nested_row li{}

.life_text_row{
    display: none;
}

.life_text_row p{
    color: #444;
    margin: 0 auto;
    max-width: 80%;
    line-height: 125%;
    font-weight: normal;
    font-size: 1.5em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.team_row{
    padding-bottom: 0;
    padding-top: 0;
}

.team_row img{}

.team_row h4{
    color: #918350;
    margin: 0px auto 20px;
    max-width: 90%;
    line-height: 125%;
    font-weight: 400;
    font-size: 2.1em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.team_row p{
    color: #918350;
    margin: 0 10% 30px 10%;
    max-width: 75%;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.4em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.life_spacer{}

.split_text_spacer{}

.team_spacer{}

.footer_content_row{}

.footer_content_row .cell{
    text-align: center;
}

.footer_stamp{
    max-width: 180px;
    margin: 0 auto;
    display: block;
}

.footer_content_row h5{
    color: #fff;
    margin: 30px auto 5px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.8em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.6;
}

.footer_content_row h6{
    color: #fff;
    margin: 0 auto;
    max-width: inherit;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.2em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: center;
}

.footer_content_row p{
    color: #fff;
    margin: 0 auto 15px;
    max-width: inherit;
    line-height: 115%;
    font-weight: 400;
    font-size: 2.0em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: center;
}


.slick-prev {
    left: 0px !important;
}

 .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.slick-prev, .slick-next {
	z-index: 99 !important;
	}

.slick-prev:before, .slick-next:before {font-size: 60px;line-height: 95%;opacity: 1;color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: transparent;
    width: inherit;
    height: auto;
    overflow: hidden;
    bottom: 0;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: 0px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 50px;
    line-height: 1;
    opacity: .9;
    color: #918350;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(0,0,0,0.7);
    background-color: #fff;
}


.slick-dots{}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
    
.moments_wrap{background:#ddd9d0;padding: 50px 0;}

.moments_row{}

.moments_row h6{
    color: #444;
    margin: 30px auto 50px 0;
    max-width: 90%;
    line-height: 115%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.moment_nested_row{}

.moment_nested_row1{
    margin-bottom: -40px !important;
}

.moment_nested_row2{}

.moment_nested_row3{}
    
}
@media screen and (min-width: 40em) {
    
/* ------------ global ------------ */
    
       .down_arrow_icon polygon.st0 {
    fill: #918350;
}

.homepage .down_arrow_icon polygon.st0 {
    fill: #918350;
}
    
body{
    background: #ded9ce;
}

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

a:focus, a:visited, a:hover, a:active{
    color: inherit;
    text-decoration: none;
}

.mb{}

.mt{
    margin-top: 100px;
}

.pb{
    padding-bottom: 60px;
}

.pt{
    padding-top: 60px;
}

.pl{padding-left: 5vw !important;}

.pr{ padding-right: 40px;}

.grid-x{}

.subpage_section{
    background: #fff;
    position: relative;
    z-index: 2;
}

.subpage_section .grid-x{
    max-width: calc(100vw - 50px);
    margin: 0 auto;
    position: relative;
}

.fullWidth{
    max-width: calc(100vw - 0px) !important;
}

.bg-init,
    .animsition-overlay-slide {
      background-color: #ded9ce;
    }


.fullWidth .grid-x{}

.fullWidth .cell{}

.container{
    max-width: inherit;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    line-height: 150%;
    overflow-x: hidden;
}

.desktop_logo .cls-1{fill: #918350;}

.scrolled .desktop_logo .cls-1{fill: #918350;}

.fade img{
    min-width: 100%;
}

.grid-padding-x > .cell {
    padding-right: 0;
    padding-left: 0;
}

.grid-padding-x .grid-padding-x {
    margin-right: 0;
    margin-left: 0;
}

.white_block{
    position: absolute;
    width: calc(50vw + 1px);
    height: 100vh;
    background: rgba(255,255,255,0.2);
    right: 0;
    top: 0;
    z-index: 1;
}

.right_white{}

.left_white{}

 .homepage  .mobile_logo{}
          
        .mobile_logo .cls-1{}

          .scrolled .mobile_logo .cls-1{}

.down_arrow_icon .st0{fill:#918350;}

#home .down_arrow_icon .st0{fill:#918350;}

.homepage .desktop_logo{ display: none;}

.homepage .fixed_register_btn{display: none;}

.fixed_stamp_row{
    position: fixed;
    z-index: 10;
    width: 45px;
    right: 15px;
    top: 15px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    /* transition-delay: 2s; */
}

.scrolled .fixed_stamp_row{
    opacity: 0;
    transition-delay: 1s;
}

.fixed_stamp{}

.scrolled .fixed_stamp{}

.fixed_stamp .cls-1{fill:#918350;}

.scrolled .fixed_stamp .cls-1{fill:#918350;}

.arrow_row{
    position: absolute;
    z-index: 19;
    width: 100% !important;
    left: 0;
    height: auto;
    bottom: 5vh;
    text-align: center;
    margin: 0 auto;
}

.arrow_row .down_arrow{
    max-width: inherit !important;
    position: relative !important;
    margin: 0 auto !important;
    opacity: inherit !important;
    text-align: center;
}

.down_arrow_icon{
    width: 60px;
    margin: 0 auto;
    display: block;
}

/* ------------ mobile navigation ------------ */

.mobile_nav_row{}

.mobile_logo{}

.mobile_nav_icon{}

.menu_icon{
    position: fixed;
    left: 10px;
    top: 0px;
    z-index: 888;
    padding: 14px 15px 18px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.scrolled .menu_icon{
    top: 0px;
    left: inherit;
    right: 0;
    background-color: #fff;
    border-radius: 0px;
}

.hamburger-box{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 100%;
}

.hamburger h5{
    position: absolute;
    color: #918350;
    margin: 0 auto 0px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.1em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    top: 26px;
    right: -40px;
    opacity: 1;
}

.scrolled .hamburger h5{
    opacity: 0;
}

.is-active.menu_icon h5{
    opacity: 0;
    display: none;
}

.scrolled .hamburger-box{}

.hamburger-inner{
    width: 40px;
    height: 2px;
    background-color: #ece2d7;
}

.is-active{background-color: transparent !important;left: 0;top: 0;}


.scrolled .hamburger-inner{
     background-color: #3b4e22;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{background-color: #918350;}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.scrolled .hamburger-inner, .scrolled .hamburger-inner:after, .scrolled .hamburger-inner:before{
    background-color: #A29679;
}

.scrolled .hamburger.is-active .hamburger-inner, .scrolled .hamburger.is-active .hamburger-inner:after, .scrolled .hamburger.is-active .hamburger-inner:before {
    background-color: #ece2d7;
}

.scrolled .hamburger-inner{}


.scrolled .mobile_nav_row{}

.scrolled .mobile_logo{}

.scrolled .mobile_nav_icon{}

.fixed_register{
    text-align: center;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: -66px;
    width: 100%;
    -webkit-transition: bottom 1s ease-out;
    -moz-transition: bottom 1s ease-out;
    -o-transition: bottom 1s ease-out;
    transition: bottom 1s ease-out;
}

.fixed_register h5{}

.mobile_register{
    position: relative;
    top: inherit;
    /* bottom: 0; */
    margin: auto;
    background: #A29679;
    border: none;
    border-width: 0;
    display: inline-block;
    z-index: 9;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    outline: none;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.3em;
    font-family: "MaisonNeue-Book";
    color: #fff !important;
    padding: 15px 23px 12px 23px;
    letter-spacing: 0.08em;
    height: auto;
    text-transform: uppercase;
    border: solid rgba(0,0,0,0.1);
    border-width: 1px 1px 0 1px;
}

.scrolled .fixed_register{
    bottom: 0;
}

.mobile_register:hover{/* bottom: 0; */background: #6F6346;}

/* ------------ navigation modal ------------ */

#Menu_Modal{
    padding: 0;
    height: 100vh;
    width: 50%;
    margin: 0 0 0 0;
    /* background: #ded9ce; */
    background: #918350;
    background: url('../img/hero_texture_gold.jpg');
    background-repeat: no-repeat;
    border-right: 1px solid rgba(0,0,0,0.2);
    max-width: inherit;
    background-position: center center;
}

.menu_overlay{
    z-index: 98;
    background-image: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(20,20,20,0.7);
}

.menu_content{
    height: 100vh;
}

.menu_row{
    height: 100vh;
}

.menu_row hr{
    clear: both;
    max-width: 100%;
    margin: 5px auto 20px 0;
    border-right: 0;
    border-left: 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(20, 20, 20, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

.menu_col{}

.menu_col nav{}

.menu_col ul{
    list-style: none;
    color: #fff;
    margin: 12px auto 50px 10%;
    max-width: 90%;
    line-height: 140%;
    font-weight: normal;
    font-size: 4.2vh;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.menu_col li{
    height: auto;
    min-height: 40px;
}

.menu_col li a{
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    outline: none;
}
    
.menu_col li a:hover{
    opacity: 0.6;
}

.menu_col li a span {
  position: relative;
}

.menu_col li a span::before {
  content: '';
  position: absolute;
  bottom: 1.2vh;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ece2d7;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

 .menu_col li a span:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}


.desktop_nav_row{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    z-index: 10;
}

.desktop_nav_column{
    text-align: center;
}

.desktop_logo{
    max-width: 250px;
    margin: 30px auto;
    position: relative;
}

.desktop_nav{
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    max-width: inherit;
    left: 0;
    z-index: 20;
    background: transparent;
}

.desktop_nav li{
    display: inline;
}

.desktop_nav a{}

.fixed_register_btn{
    outline: none;
    color: #ded9ce !important;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.3em;
    font-family: "MaisonNeue-Book";
    padding: 16px 30px 15px;
    letter-spacing: 0.08em;
    border: solid #786A3A;
    background: #918353;
    border-width: 0;
    text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.4);
    -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    right: 15px;
    top: 20px;
    text-transform: uppercase;
}


/* ------------ form modal ------------ */

#Form_Modal{
    overflow: visible;
}

.reveal{
    background-color: transparent;
    border: none;
    padding: 1rem;
    font-size: 11px;
}

.reveal .grid-x{
    position: relative;
    z-index: 2;
}

.Form_Overlay{
    background: #ded9ce;
}

.modal_text_row{}

.reveal h1 {
    color: #918350;
    margin: 20px auto 25px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.2em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}


.reveal h2{
    color: #918350;
    margin: 0px auto 25px;
    max-width: 700px;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.4em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    text-align: center;
    letter-spacing: 0.02em;
}

.form_row{
    max-width: 400px;
    margin: 0 auto;
}

#JotFormIFrame-91491545506460{}

.client_logos{
    text-align: center;
    margin: 0 auto 10px;
}

.cl{
    height: 45px;
    margin: 0 10px;
    min-width: inherit !important;
}

.cl1{}

.cl2{}

.cl3{}

.copyright_text{
    margin: 20px auto 50px;
}

.copyright_text h3{
    color: #918350;
    margin: 10px auto 0;
    max-width: 700px;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.9em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    text-align: center;
    letter-spacing: 0.02em;
}

.copyright_text h4{
    color: #918350;
    margin: 10px auto 50px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.95em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.close-button{
    width: 30px;
    position: fixed;
    top: 20px;
    right: 25px;
}

.close-button .cls-1{
    fill: #918350;
}

/* ------------ homepage section ------------ */

#home{
    min-height: 100vh;
    max-width: inherit;
}

#home .grid-x{}

.homepage_wrap{
    position: relative;
    z-index: 2;
    height: 100vh;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.home_logo_row{
}

.home_logo{
    max-width: 320px;
    margin: 15vh auto 5vh;
    display: block;
}

.home_text_row{}

.home_text{
    height: calc(100% - 80px);
}

.home_text_col{
    text-align: center;
    padding: 0 30px 5vh;
}

.home_text_col h1{
    color: #918350;
    margin: 0 auto 30px;
    max-width: 700px;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.8em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
}

.home_text_col h2{
    color: #918350;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    display: none;
}

.divider{
    clear: both;
    max-width: 200px;
    margin: 15px auto 20px;
    border-right: 0;
    border-left: 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(145, 131, 80, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home_text_col h3{
    color: #918350;
    margin: 0 auto 5px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.8em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
}

.home_text_col h4{
    color: #918350;
    margin: 0 auto 35px;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.6em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.02em;
}

.home_text_col h5{
    margin: 0 auto 30px;
    
}

.register_btn{
    outline: none;
    color: #ded9ce !important;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "MaisonNeue-Book";
    padding: 16px 30px 15px;
    letter-spacing: 0.08em;
    border: solid #786A3A;
    background: #918353;
    border-width: 0;
    text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.4);
    -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.register_btn:hover{ background: #786A3A; }

.homepage_gallery{
    position: fixed;
    width: calc(50vw - 0vh);
    top: 0vh;
    left: 0vh;
    height: 100vh;
    background-color: rgba(0,0,0,0.05);
    background-image: url('../img/hero_texture.jpg');
    background-size: cover;
    background-position: center center;
    opacity: 1;
    background-repeat: no-repeat;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.stamp{
    max-width: 50px;
    min-width: inherit !important;
    margin: 20px auto 0;
    display: block;
}

.home_logo_row .cls-1{fill:#918350;}

/* ------------ lifestyle carousel ------------ */

.carousel_row .slick-slide img {
       display: block;
       opacity: 0.7;
       -webkit-transition: opacity .5s ease-out;
       -moz-transition: opacity .5s ease-out;
       -o-transition: opacity .5s ease-out;
       transition: opacity .5s ease-out;
       -webkit-filter: grayscale(66%); /* Safari 6.0 - 9.0 */
       filter: grayscale(66%);
}

.carousel_row .slick-current img{ opacity: 1; -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: none;
}



.carousel_row .slick-slide {
    padding: 0px 10px 0 10px;
    outline: none;
}

.carousel_row{
    z-index: 12;
    position: relative;
}

.carousel_columns{}

.gallery_wrap{
    line-height: 0;
    position: relative;
    z-index: 9;
}

.slider-for{
    background: #fff;
}

.slider-nav{
    font-size: 12px;
    max-width: 650px;
    margin: 0 auto;
}

.caption_wrap{
    margin-bottom: 60px;
    text-align: center;
}

.caption_wrap h4{font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 135%;
    font-size: 0.85em;
    margin: 7px 0 30px 0;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted;
    border-color: rgba(0,0,0,0.4);
    padding: 0px 0 10px;
    text-transform: uppercase;
    max-width: 95%;}

.caption_wrap h3{
    font-style: normal;
    margin: 30px auto 0;
    color: #918350;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.18em;
    text-align: center;
    position: relative;
    border: 1px solid #918350;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
}

.caption_wrap p{
    font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 170%;
    font-size: 1em;
    margin: 0 0 0px 0;
    max-width: 95%;
    letter-spacing: 0.015em;
}

.carousel_row {
    z-index: 12;
    position: relative;
    max-width: inherit !important;
    background: transparent;
}



.carousel_row .slick-prev {
    left: 0px !important;
}

.carousel_row  .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.carousel_row  .slick-prev, .slick-next {
	z-index: 99 !important;
	}

.carousel_row  .slick-prev:before, .carousel_row  .slick-next:before {font-size: 40px;line-height: 95%;opacity: 1;color: #918350;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: transparent !important;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: -5px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: 10px;
}
.slick-dots li {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.5) !important;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: rgba(255,255,255,0.8) !important;
  width: 12px;
  height: 12px;
  padding: 5px;
}

.carousel_row .slick-slide img {
    display: block;
    max-height: inherit;
    max-width: 33vw;
    opacity: 1;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -webkit-filter: grayscale(66%);
    filter: grayscale(66%);
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 0 !important;
}

.carousel_row .slick-current img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: none;
}

/* ------------ subpages styles ------------ */

#design{
    padding: 120px 0 0;
}

#lifestyle{}

#location{}

#team{}

#footer{
    background: #222;
    background: url('../img/footer_texture.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 60px 0 80px;
    position: relative;
    z-index: 9;
}

.footer_register{ outline: none;}

.middle_line{
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    top: 0px;
    opacity: 0.7;
    z-index: 9;
    background-color: rgba(137,125,96,0.8);
    background-blend-mode: multiply;
}


.middle_line_gold{
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    background: rgba(0,0,0,0.1);
    top: unset;
    display: none;
}

.intro_text_row{
    /* padding: 100px 0; */
}

.intro_text_row h1{
    color: #918350;
    margin: 0 auto;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.3em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row h2{
    color: #918350;
    margin: 6px auto 60px 10%;
    max-width: 90%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.3em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row p{
    color: #918350;
    margin: 0 auto 60px;
    max-width: 90%;
    line-height: 110%;
    font-weight: 400;
    font-size: 1.5em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.gold_wrap .intro_text_row p{
    color: #fff;
}

.intro_text_row h3{
    color: #918350;
    margin: 0px auto;
    max-width: inherit;
    line-height: 110%;
    font-weight: normal;
    font-size: 2.2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.gold_wrap .intro_text_row h3{
    color: #fff;
}

.intro_text_row h3 em{}

.intro_text_row h5{
    color: #918350;
    margin: 0px auto 50px;
    max-width: 75%;
    line-height: 140%;
    font-weight: normal;
    font-size: 2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row .cell{}

.gold_wrap{
    background: #afa386;
    padding: 60px 0 0;
}

.dark_gold{background: #A29679;}

.intro_img{
    max-width: 200px;
    position: relative;
}

.intro_img1{
    float: right;
    margin: 60px 0 0;
}

.intro_img2{
    float: right;
    max-width: 200px;
    margin: 60px 0 0 0;
}

.spacer{}

.beige_wrap{
    padding: 0vh 0;
    background: #ded9ce;
    position: relative;
    min-height: 100vh;
    z-index: 9;
}

.section_intro{
    height: 100vh;
    position: relative;
    z-index: 2;
    max-width: inherit !important;
}

.section_intro_col{}

.section_intro_col img{
    /* padding: 50%; */
    max-width: 66%;
    margin: 0 auto;
    display: block;
}

.section_intro .cell{}

.section_intro h4{
    color: #918350;
    margin: 20px auto 0px;
    max-width: 270px;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.0em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: center;
}

.section_intro h5{
    color: #918350;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.9em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.18em;
    text-align: center;
    position: relative;
}

.split_row, .nature_split_row{
    padding: 60px 40px;
    max-width: 95rem !important;
}

.split_img_col{}

.split_img_col img{
    padding: 0;
}

.split_text_col{}

.split_text_col h3{
    color: #444;
    max-width: 95%;
    margin: 0px auto 15px 0;
    line-height: 110%;
    font-weight: normal;
    font-size: 1.5em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.06em;
    text-align: left;
}
    
    .split_text_col h4{
    color: #444;
    max-width: 95%;
    margin: 0px auto 15px 0;
    line-height: 150%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
}

.split_text_col p{
    color: #444;
    margin: 0 auto 0 0;
    max-width: 95%;
    line-height: 125%;
    font-weight: normal;
    font-size: 1.3em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.nature_split_row{}

.nature_split_col{}

.nature_split_col img{
    padding: 0 20%;
}

.port_img{
    max-width: 150px;
    position: relative;
    float: right;
    margin: 20px 0 60px;
}

.port_img1{}

.interview_text{}

.interview_text h5{
    color: #fff;
    font-size: 1.3em;
    max-width: inherit;
}

.interview_text p{
    font-size: 1.4em;
    max-width: 95%;
    line-height: 120%;
    margin: 0 0 20px;
}

.interview_text h6{
    color: #63573A;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.interview_text h6 a{opacity: 0.8;-webkit-transition: opacity .25s ease-out;-moz-transition: opacity .25s ease-out;-o-transition: opacity .25s ease-out;transition: opacity .25s ease-out;line-height: 150%;transition-delay: 0s;}

.interview_text h6 a[aria-expanded="true"]{
    opacity: 0;
}

#interview_more_row:last-child{
    padding-bottom: 150px;
}

.interview_nested_row {
    padding: 0 0 0 8.33333%;
    display: none;
}

.arrow_down_line{fill: #63573A;}

.down_arrow {
    max-width: 20px;
    margin: 0px 0 0 8px;
    opacity: 1;
    position: absolute;
}

.sketch{
    float: left;
    margin: 30px 0px 30px 0;
    max-width: 90%;
    display: block;
}

.sketch1{}

.sketch2{
    max-width: 50%;
}

.offset_img{
    max-width: 100%;
}

.aerial_row{
    position: relative;
    z-index: 10;
}

.aerial_row img{
    min-width: 100%;
}

.map_row{
    background: #b0a486;
    z-index: 9;
    max-width: inherit !important;
    display: none;
}

.map_col{}

.map_legend_col{
    padding: 50px;
    padding-left: 100px !important;
    padding-right: 10% !important;
}

.map_legend_col h2{
    color: #fff;
    margin: 12px auto 50px 0;
    max-width: 90%;
    line-height: 120%;
    font-weight: normal;
    font-size: 1.7em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.legend_nested_row{}

.legend_nested_row h1{
    color: #fff;
    margin: 0 auto 0 0;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.6em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.04em;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    max-width: 90%;
}

.legend_nested_row ol{
    color: #fff;
    margin: 20px 0 30px;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.35em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
}

.legend_nested_row li{}

.life_text_row{}

.life_text_row p{
    color: #444;
    margin: 0 auto;
    max-width: 90%;
    line-height: 125%;
    font-weight: normal;
    font-size: 1.3em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.team_row{}

.team_row img{}

.team_row h4{
    color: #918350;
    margin: -60px auto 20px;
    max-width: 85%;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.9em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.team_row p{
    color: #918350;
    margin: 0 auto;
    max-width: 85%;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.3em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.life_spacer{}

.split_text_spacer{}

.team_spacer{}

.footer_content_row{}

.footer_content_row .cell{}

.footer_stamp{
    max-width: 200px;
}

.footer_content_row h5{
    color: #918350;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.8em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 1;
}

.footer_content_row h6{
    color: #fff;
    margin: 0 auto;
    max-width: inherit;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.3em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.footer_content_row p{
    color: #fff;
    margin: 0 auto 15px;
    max-width: inherit;
    line-height: 115%;
    font-weight: 400;
    font-size: 1.95em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}


.slick-prev {
    left: 0px !important;
}

 .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.slick-prev, .slick-next {
	z-index: 99 !important;
	}

.slick-prev:before, .slick-next:before {font-size: 60px;line-height: 95%;opacity: 1;color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: transparent;
    width: inherit;
    height: auto;
    overflow: hidden;
    bottom: 0;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: 0px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 50px;
    line-height: 1;
    opacity: .9;
    color: #918350;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(0,0,0,0.7);
    background-color: #fff;
}


.slick-dots{}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
    
.moments_wrap{background:#ddd9d0;padding: 100px 0;}

.moments_row{}

.moments_row h6{
    color: #444;
    margin: 40px auto 0 0;
    max-width: 90%;
    line-height: 125%;
    font-weight: normal;
    font-size: 1.3em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.moment_nested_row{}

.moment_nested_row1{
    margin-bottom: -50px !important;
}

.moment_nested_row2{}

.moment_nested_row3{}
    
}
@media screen and (min-width: 64em) {
    
/* ------------ global ------------ */
body{
    background: #ded9ce;
}

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

a:focus, a:visited, a:hover, a:active{
    color: inherit;
    text-decoration: none;
}

.mb{}

.mt{
    margin-top: 100px;
}

.pb{
    padding-bottom: 100px;
}

.pt{
    padding-top: 100px;
}

.pl{padding-left: 5vw !important;}

.pr{ padding-right: 40px;}

.grid-x{}

.subpage_section{
    background: #fff;
    position: relative;
    z-index: 2;
}

.subpage_section .grid-x{
    max-width: calc(100vw - 140px);
    margin: 0 auto;
    position: relative;
}

.fullWidth{
    max-width: calc(100vw - 0px) !important;
}

.bg-init,
    .animsition-overlay-slide {
      background-color: #ded9ce;
    }


.fullWidth .grid-x{}

.fullWidth .cell{}

.container{
    max-width: inherit;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
    line-height: 150%;
    overflow-x: hidden;
}

.desktop_logo .cls-1{fill: #918350;}

.scrolled .desktop_logo .cls-1{fill: #918350;}

.fade img{
    min-width: 100%;
}

.grid-padding-x > .cell {
    padding-right: 0;
    padding-left: 0;
}

.grid-padding-x .grid-padding-x {
    margin-right: 0;
    margin-left: 0;
}

.white_block{
    position: absolute;
    width: calc(50vw + 1px);
    height: 100vh;
    background: rgba(255,255,255,0.2);
    right: 0;
    top: 0;
    z-index: 1;
}

.right_white{}

.left_white{}

 .homepage  .mobile_logo{}
          
        .mobile_logo .cls-1{}

          .scrolled .mobile_logo .cls-1{}

.down_arrow_icon .st0{fill:#918350;}

#home .down_arrow_icon .st0{fill:#918350;}

.homepage .desktop_logo{ display: none;}

.homepage .fixed_register_btn{display: none;}

.fixed_stamp_row{
    position: fixed;
    z-index: 10;
    width: 45px;
    right: 15px;
    top: 20px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    /* transition-delay: 2s; */
}

.scrolled .fixed_stamp_row{
    opacity: 1;
    transition-delay: 1s;
}

.fixed_stamp{}

.scrolled .fixed_stamp{}

.fixed_stamp .cls-1{fill:#918350;}

.scrolled .fixed_stamp .cls-1{fill:#918350;}

.arrow_row{
    position: absolute;
    z-index: 19;
    width: 100% !important;
    left: 0;
    height: auto;
    bottom: 5vh;
    text-align: center;
    margin: 0 auto;
}

.arrow_row .down_arrow{
    max-width: inherit !important;
    position: relative !important;
    margin: 0 auto !important;
    opacity: inherit !important;
    text-align: center;
}

.down_arrow_icon{
    width: 70px;
    margin: 0 auto;
    display: block;
}

/* ------------ mobile navigation ------------ */

.mobile_nav_row{}

.mobile_logo{}

.mobile_nav_icon{}

.menu_icon{
    position: fixed;
    left: 20px;
    top: 15px;
    z-index: 888;
    padding: 14px 15px 18px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.scrolled .menu_icon{
    top: 0px;
    left: 0;
    right: inherit;
    background-color: #fff;
    border-radius: 0px;
}

.hamburger-box{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 100%;
}

.hamburger h5{
    position: absolute;
    color: #918350;
    margin: 0 auto 0px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.2em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    top: 24px;
    right: -45px;
    opacity: 1;
}

.scrolled .hamburger h5{
    opacity: 0;
}

.is-active.menu_icon h5{
    opacity: 0;
    display: none;
}

.scrolled .hamburger-box{}

.hamburger-inner{
    width: 40px;
    height: 2px;
    background-color: #ece2d7;
}

.is-active{background-color: rgba(0,0,0,0.15) !important;left: 0;top: 0;}


.scrolled .hamburger-inner{
     background-color: #3b4e22;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{background-color: #918350;}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.scrolled .hamburger-inner, .scrolled .hamburger-inner:after, .scrolled .hamburger-inner:before{
    background-color: #A29679;
}

.scrolled .hamburger.is-active .hamburger-inner, .scrolled .hamburger.is-active .hamburger-inner:after, .scrolled .hamburger.is-active .hamburger-inner:before {
    background-color: #ece2d7;
}

.scrolled .hamburger-inner{}


.scrolled .mobile_nav_row{}

.scrolled .mobile_logo{}

.scrolled .mobile_nav_icon{}

.fixed_register{
    text-align: center;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: -66px;
    width: 100%;
    -webkit-transition: bottom 1s ease-out;
    -moz-transition: bottom 1s ease-out;
    -o-transition: bottom 1s ease-out;
    transition: bottom 1s ease-out;
}

.fixed_register h5{}

.mobile_register{
    position: relative;
    top: inherit;
    /* bottom: 0; */
    margin: auto;
    background: #A29679;
    border: none;
    border-width: 0;
    display: inline-block;
    z-index: 9;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    outline: none;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.3em;
    font-family: "MaisonNeue-Book";
    color: #fff !important;
    padding: 15px 23px 12px 23px;
    letter-spacing: 0.08em;
    height: auto;
    text-transform: uppercase;
    border: solid rgba(0,0,0,0.1);
    border-width: 1px 1px 0 1px;
}

.scrolled .fixed_register{
    bottom: 0;
}

.mobile_register:hover{/* bottom: 0; */background: #6F6346;}

/* ------------ navigation modal ------------ */

#Menu_Modal{
    padding: 0;
    height: 100vh;
    width: 50%;
    margin: 0 0 0 0;
    /* background: #ded9ce; */
    background: #918350;
    background: url('../img/hero_texture_gold.jpg');
    background-repeat: no-repeat;
    border-right: 1px solid rgba(0,0,0,0.2);
    max-width: inherit;
    background-position: center center;
}

.menu_overlay{
    z-index: 98;
    background-image: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(222,217,206,0.6);
}

.menu_content{
    height: 100vh;
}

.menu_row{
    height: 100vh;
}

.menu_row hr{
    clear: both;
    max-width: 90%;
    margin: 10px auto 20px 0;
    border-right: 0;
    border-left: 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(20, 20, 20, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

.menu_col{}

.menu_col nav{}

.menu_col ul{
    list-style: none;
  color: #fff;
    margin: 12px auto 50px;
    max-width: 80%;
    line-height: 140%;
    font-weight: normal;
    font-size: 4.8vh;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.menu_col li{
    height: auto;
    min-height: 50px;
}

.menu_col li a{
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    outline: none;
}
    
.menu_col li a:hover{
    opacity: 0.6;
}

.menu_col li a span {
  position: relative;
}

.menu_col li a span::before {
  content: '';
  position: absolute;
  bottom: 1.2vh;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ece2d7;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

 .menu_col li a span:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}


.desktop_nav_row{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    z-index: 10;
}

.desktop_nav_column{
    text-align: center;
}

.desktop_logo{
    max-width: 300px;
    margin: 30px auto;
    position: relative;
}

.desktop_nav{
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    max-width: inherit;
    left: 0;
    z-index: 20;
    background: transparent;
}

.desktop_nav li{
    display: inline;
}

.desktop_nav a{}

.fixed_register_btn{
    outline: none;
    color: #ded9ce !important;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.3em;
    font-family: "MaisonNeue-Book";
    padding: 16px 30px 15px;
    letter-spacing: 0.08em;
    border: solid #786A3A;
    background: #918353;
    border-width: 0;
    text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.4);
    -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    right: 25px;
    top: 20px;
    text-transform: uppercase;
}


/* ------------ form modal ------------ */

#Form_Modal{}

.reveal{
    background-color: transparent;
    border: none;
    padding: 1rem;
    font-size: 12px;
}

.reveal .grid-x{
    position: relative;
    z-index: 2;
}

.Form_Overlay{
    background: #ded9ce;
}

.modal_text_row{}

.reveal h1 {
    color: #918350;
    margin: 20px auto 25px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.2em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}


.reveal h2{
    color: #918350;
    margin: 0px auto 25px;
    max-width: 700px;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.4em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    text-align: center;
    letter-spacing: 0.02em;
}

.form_row{
    max-width: 450px;
    margin: 0 auto;
}

#JotFormIFrame-91491545506460{}

.client_logos{
    text-align: center;
    margin: 0 auto 10px;
}

.cl{
    height: 47px;
    margin: 0 13px;
    min-width: inherit !important;
}

.cl1{}

.cl2{}

.cl3{}

.copyright_text{
    margin: 10px auto 50px;
}

.copyright_text h3{
    color: #918350;
    margin: 10px auto 0;
    max-width: 700px;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.8em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    text-align: center;
    letter-spacing: 0.02em;
}

.copyright_text h4{
    color: #918350;
    margin: 10px auto 0px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.9em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.close-button{
    width: 35px;
    position: fixed;
    top: 20px;
    right: 30px;
}

.close-button .cls-1{
    fill: #918350;
}

/* ------------ homepage section ------------ */

#home{
    min-height: 100vh;
    max-width: inherit;
}

#home .grid-x{}

.homepage_wrap{
    position: relative;
    z-index: 2;
    height: 100vh;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.home_logo_row{
}

.home_logo{
    max-width: 400px;
    margin: 12vh auto 5vh;
    display: block;
}

.home_text_row{}

.home_text{
    height: calc(100% - 80px);
}

.home_text_col{
    text-align: center;
    padding: 0 5% 5vh;
}

.home_text_col h1{
    color: #918350;
    margin: 0 auto 30px;
    max-width: 380px;
    line-height: 140%;
    font-weight: normal;
    font-size: 2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
}

.home_text_col h2{
    color: #918350;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    display: none;
}

.divider{
    clear: both;
    max-width: 220px;
    margin: 20px auto 30px;
    border-right: 0;
    border-left: 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(145, 131, 80, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home_text_col h3{
    color: #918350;
    margin: 0 auto 5px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.9em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
}

.home_text_col h4{
    color: #918350;
    margin: 0 auto 35px;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.8em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.04em;
}

.home_text_col h5{
    margin: 0 auto 30px;
    
}

.register_btn{
    outline: none;
    color: #ded9ce !important;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "MaisonNeue-Book";
    padding: 16px 30px 15px;
    letter-spacing: 0.08em;
    border: solid #786A3A;
    background: #918353;
    border-width: 0;
    text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.4);
    -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.register_btn:hover{ background: #786A3A; }

.homepage_gallery{
    position: fixed;
    width: calc(50vw - 0vh);
    top: 0vh;
    left: 0vh;
    height: 100vh;
    background-color: rgba(0,0,0,0.05);
    background-image: url('../img/hero_texture.jpg');
    background-size: cover;
    background-position: center center;
    opacity: 1;
    background-repeat: no-repeat;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.stamp{
    max-width: 60px;
    min-width: inherit !important;
    margin: 20px auto 0;
    display: block;
}

.home_logo_row .cls-1{fill:#918350;}

/* ------------ lifestyle carousel ------------ */

.carousel_row .slick-slide img {
       display: block;
       opacity: 0.7;
       -webkit-transition: opacity .5s ease-out;
       -moz-transition: opacity .5s ease-out;
       -o-transition: opacity .5s ease-out;
       transition: opacity .5s ease-out;
       -webkit-filter: grayscale(66%); /* Safari 6.0 - 9.0 */
       filter: grayscale(66%);
}

.carousel_row .slick-current img{ opacity: 1; -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: none;
}



.carousel_row .slick-slide {
    padding: 0px 25px 0 25px;
    outline: none;
}

.carousel_row{
    z-index: 12;
    position: relative;
}

.carousel_columns{}

.gallery_wrap{
    line-height: 0;
    position: relative;
    z-index: 9;
}

.slider-for{
    background: #fff;
}

.slider-nav{
    font-size: 14px;
    max-width: 650px;
    margin: 0 auto;
}

.caption_wrap{
    margin-bottom: 100px;
    text-align: center;
}

.caption_wrap h4{font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 135%;
    font-size: 0.85em;
    margin: 7px 0 30px 0;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted;
    border-color: rgba(0,0,0,0.4);
    padding: 0px 0 10px;
    text-transform: uppercase;
    max-width: 95%;}

.caption_wrap h3{
    font-style: normal;
    margin: 50px auto 0;
    color: #918350;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.18em;
    text-align: center;
    position: relative;
    border: 1px solid #918350;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
}

.caption_wrap p{
    font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 170%;
    font-size: 1em;
    margin: 0 0 0px 0;
    max-width: 95%;
    letter-spacing: 0.015em;
}

.carousel_row {
    z-index: 12;
    position: relative;
    max-width: inherit !important;
    background: transparent;
}



.carousel_row .slick-prev {
    left: 0px !important;
}

.carousel_row  .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.carousel_row  .slick-prev, .slick-next {
	z-index: 99 !important;
	}

.carousel_row  .slick-prev:before, .carousel_row  .slick-next:before {font-size: 50px;line-height: 95%;opacity: 1;color: #918350;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: transparent !important;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: -5px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: 10px;
}
.slick-dots li {
  margin: 0 10px;
  width: 12px;
  height: 12px;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.5) !important;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: rgba(255,255,255,0.8) !important;
  width: 12px;
  height: 12px;
  padding: 5px;
}

.carousel_row .slick-slide img {
    display: block;
    max-height: inherit;
    max-width: 33vw;
    opacity: 1;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -webkit-filter: grayscale(66%);
    filter: grayscale(66%);
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 0 !important;
}

.carousel_row .slick-current img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: none;
}

/* ------------ subpages styles ------------ */

#design{
    padding: 100px 0 0;
}

#lifestyle{}

#location{}

#team{}

#footer{
    background: #222;
    background: url('../img/footer_texture.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 60px 0 80px;
    position: relative;
    z-index: 9;
}

.footer_register{ outline: none;}

.middle_line{
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    top: 0px;
    opacity: 1;
    z-index: 9;
    background-color: rgba(137,125,96,0.8);
    background-blend-mode: multiply;
}


.middle_line_gold{
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    background: rgba(0,0,0,0.1);
    top: unset;
    display: none;
}

.intro_text_row{
    padding: 0px 0 80px;
}

.intro_text_row h1{
    color: #918350;
    margin: 0 auto;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.4em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row h2{
    color: #918350;
    margin: 6px auto 100px;
    max-width: 85%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.6em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row p{
    color: #918350;
    margin: 0 auto 50px;
    max-width: 90%;
    line-height: 115%;
    font-weight: 400;
    font-size: 1.6em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.gold_wrap .intro_text_row p{
    color: #fff;
}

.intro_text_row h3{
    color: #918350;
    margin: 0px auto;
    max-width: inherit;
    line-height: 110%;
    font-weight: normal;
    font-size: 2.4em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.gold_wrap .intro_text_row h3{
    color: #fff;
}

.intro_text_row h3 em{}

.intro_text_row h5{
    color: #918350;
    margin: 6px auto 40px;
    max-width: 75%;
    line-height: 140%;
    font-weight: normal;
    font-size: 2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row .cell{}

.gold_wrap{
    background: #afa386;
    padding: 100px 0 0;
}

.dark_gold{background: #A29679;}

.intro_img{
    max-width: 300px;
    position: relative;
}

.intro_img1{
    float: right;
}

.intro_img2{
    float: right;
    max-width: 300px;
    margin: 0px 0 0 0;
}

.spacer{}

.beige_wrap{
    padding: 0vh 0;
    background: #ded9ce;
    position: relative;
    min-height: 100vh;
    z-index: 9;
}

.section_intro{
    height: 100vh;
    position: relative;
    z-index: 2;
}

.section_intro_col{}

.section_intro_col img{
    /* padding: 50%; */
    max-width: 60%;
    margin: 0 auto;
    display: block;
    max-height: 66vh;
}

.section_intro .cell{}

.section_intro h4{
    color: #918350;
    margin: 20px auto 50px;
    max-width: 400px;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.6em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: center;
}

.section_intro h5{
    color: #918350;
    margin: 0 auto 0px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.18em;
    text-align: center;
    position: relative;
}

.split_row, .nature_split_row{
    padding: 100px 38px;
    max-width: 95rem !important;
}

.split_img_col{}

.split_img_col img{
    padding: 0;
}

.split_text_col{}

.split_text_col h3{
    color: #444;
    max-width: 80%;
    margin: 0px auto 35px 0;
    line-height: 110%;
    font-weight: normal;
    font-size: 2.0em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.06em;
    text-align: left;
}
    
    .split_text_col h4{
    color: #444;
    max-width: 95%;
    margin: 0px auto 35px 0;
    line-height: 110%;
    font-weight: normal;
    font-size: 1.5em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.06em;
    text-align: left;
}

.split_text_col p{
    color: #444;
    margin: 0 auto 0 0;
    max-width: 85%;
    line-height: 125%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.nature_split_row{}

.nature_split_col{}

.nature_split_col img{
    padding: 0 20%;
}

.port_img{
    max-width: 300px;
    position: relative;
    float: right;
    margin: 80px 0 150px;
}

.port_img1{}

.interview_text{}

.interview_text h5{
    color: #fff;
    font-size: 1.5em;
    max-width: inherit;
}

.interview_text p{
    font-size: 1.4em;
    max-width: 95%;
    line-height: 110%;
    margin: 0 0 20px;
}

.interview_text h6{
    color: #63573A;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.interview_text h6 a{opacity: 0.8;-webkit-transition: opacity .25s ease-out;-moz-transition: opacity .25s ease-out;-o-transition: opacity .25s ease-out;transition: opacity .25s ease-out;line-height: 150%;transition-delay: 0s;}

.interview_text h6 a[aria-expanded="true"]{
    opacity: 0;
}

#interview_more_row:last-child{
    padding-bottom: 150px;
}

.interview_nested_row {
    padding: 0 0 0 8.33333%;
    display: inline-flex;
}

.arrow_down_line{fill: #63573A;}

.down_arrow {
    max-width: 20px;
    margin: 0px 0 0 8px;
    opacity: 1;
    position: absolute;
}

.sketch{
    float: none;
    margin: 60px 0px 0px 0;
    max-width: 80%;
}

.sketch1{}

.sketch2{
    max-width: 50%;
}

.offset_img{
    max-width: 100%;
}

.aerial_row{
    position: relative;
    z-index: 10;
}

.aerial_row img{
    min-width: 100%;
}

.map_row{
    background: #b0a486;
    z-index: 9;
    max-width: inherit !important;
    display: none;
}

.map_col{}

.map_legend_col{
    padding: 50px;
    padding-left: 100px !important;
    padding-right: 10% !important;
}

.map_legend_col h2{
    color: #fff;
    margin: 12px auto 50px 0;
    max-width: 90%;
    line-height: 120%;
    font-weight: normal;
    font-size: 1.7em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.legend_nested_row{}

.legend_nested_row h1{
    color: #fff;
    margin: 0 auto 0 0;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.6em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.04em;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    max-width: 90%;
}

.legend_nested_row ol{
    color: #fff;
    margin: 20px 0 30px;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.35em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
}

.legend_nested_row li{}

.life_text_row{}

.life_text_row p{
    color: #444;
    margin: 0 auto;
    max-width: 90%;
    line-height: 125%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.team_row{}

.team_row img{}

.team_row h4{
    color: #918350;
    margin: -50px auto 40px;
    max-width: 80%;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.9em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.team_row p{
    color: #918350;
    margin: 0 auto;
    max-width: 70%;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.4em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.life_spacer{}

.split_text_spacer{}

.team_spacer{}

.footer_content_row{}

.footer_content_row .cell{}

.footer_stamp{
    max-width: 220px;
}

.footer_content_row h5{
    color: #918350;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.8em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 1;
}

.footer_content_row h6{
    color: #fff;
    margin: 0 auto;
    max-width: inherit;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.3em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.footer_content_row p{
    color: #fff;
    margin: 0 auto 15px;
    max-width: inherit;
    line-height: 115%;
    font-weight: 400;
    font-size: 1.95em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}


.slick-prev {
    left: 0px !important;
}

 .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.slick-prev, .slick-next {
	z-index: 99 !important;
	}

.slick-prev:before, .slick-next:before {font-size: 60px;line-height: 95%;opacity: 1;color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: transparent;
    width: inherit;
    height: auto;
    overflow: hidden;
    bottom: 0;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: 0px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 50px;
    line-height: 1;
    opacity: .9;
    color: #918350;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(0,0,0,0.7);
    background-color: #fff;
}


.slick-dots{}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
    
.moments_wrap{background:#ddd9d0;padding: 80px 0;}

.moments_row{}

.moments_row h6{
    color: #444;
    margin: 40px auto 0 0;
    max-width: 95%;
    line-height: 125%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.moment_nested_row{}

.moment_nested_row1{
    margin-bottom: -100px !important;
}

.moment_nested_row2{}

.moment_nested_row3{}
    
}
@media screen and (min-width: 90em) {
    
/* ------------ global ------------ */
body{
    background: #ded9ce;
}

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

a:focus, a:visited, a:hover, a:active{
    color: inherit;
    text-decoration: none;
}

.mb{}

.mt{
    margin-top: 100px;
}

.pb{
    padding-bottom: 100px;
}

.pt{
    padding-top: 100px;
}

.pl{padding-left: 5vw !important;}

.pr{ padding-right: 40px;}

.grid-x{}

.subpage_section{
    background: #fff;
    position: relative;
    z-index: 2;
}

.subpage_section .grid-x{
    max-width: calc(100vw - 180px);
    margin: 0 auto;
    position: relative;
}

.fullWidth{
    max-width: calc(100vw - 0px) !important;
}

.bg-init,
    .animsition-overlay-slide {
      background-color: #ded9ce;
    }


.fullWidth .grid-x{}

.fullWidth .cell{}

.container{
    max-width: inherit;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    line-height: 150%;
    overflow-x: hidden;
}

.desktop_logo .cls-1{fill: #918350;}

.scrolled .desktop_logo .cls-1{fill: #918350;}

.fade img{
    min-width: 100%;
}

.grid-padding-x > .cell {
    padding-right: 0;
    padding-left: 0;
}

.grid-padding-x .grid-padding-x {
    margin-right: 0;
    margin-left: 0;
}

.white_block{
    position: absolute;
    width: calc(50vw + 1px);
    height: 100vh;
    background: rgba(255,255,255,0.2);
    right: 0;
    top: 0;
    z-index: 1;
}

.right_white{}

.left_white{}

 .homepage  .mobile_logo{}
          
        .mobile_logo .cls-1{}

          .scrolled .mobile_logo .cls-1{}

.down_arrow_icon .st0{fill:#918350;}

#home .down_arrow_icon .st0{fill:#918350;}

.homepage .desktop_logo{ display: none;}

.homepage .fixed_register_btn{display: none;}

.fixed_stamp_row{
    position: fixed;
    z-index: 10;
    width: 50px;
    right: 15px;
    top: 25px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    /* transition-delay: 2s; */
}

.scrolled .fixed_stamp_row{
    opacity: 1;
    transition-delay: 1s;
}

.fixed_stamp{}

.scrolled .fixed_stamp{}

.fixed_stamp .cls-1{fill:#918350;}

.scrolled .fixed_stamp .cls-1{fill:#918350;}

.arrow_row{
    position: absolute;
    z-index: 19;
    width: 100% !important;
    left: 0;
    height: auto;
    bottom: 5vh;
    text-align: center;
    margin: 0 auto;
}

.arrow_row .down_arrow{
    max-width: inherit !important;
    position: relative !important;
    margin: 0 auto !important;
    opacity: inherit !important;
    text-align: center;
}

.down_arrow_icon{
    width: 80px;
    margin: 0 auto;
    display: block;
}

/* ------------ mobile navigation ------------ */

.mobile_nav_row{}

.mobile_logo{}

.mobile_nav_icon{}

.menu_icon{
    position: fixed;
    left: 25px;
    top: 15px;
    z-index: 888;
    padding: 14px 15px 18px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.scrolled .menu_icon{
    top: 0px;
    left: 0;
    background-color: #fff;
    border-radius: 0px;
}

.hamburger-box{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 100%;
}

.hamburger h5{
    position: absolute;
    color: #918350;
    margin: 0 auto 0px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    top: 24px;
    right: -40px;
    opacity: 1;
}

.scrolled .hamburger h5{
    opacity: 0;
}

.is-active.menu_icon h5{
    opacity: 0;
    display: none;
}

.scrolled .hamburger-box{}

.hamburger-inner{
    width: 40px;
    height: 2px;
    background-color: #ece2d7;
}

.is-active{background-color: rgba(0,0,0,0.15) !important;left: 0;top: 0;}


.scrolled .hamburger-inner{
     background-color: #3b4e22;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{background-color: #918350;}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.scrolled .hamburger-inner, .scrolled .hamburger-inner:after, .scrolled .hamburger-inner:before{
    background-color: #A29679;
}

.scrolled .hamburger.is-active .hamburger-inner, .scrolled .hamburger.is-active .hamburger-inner:after, .scrolled .hamburger.is-active .hamburger-inner:before {
    background-color: #ece2d7;
}

.scrolled .hamburger-inner{}


.scrolled .mobile_nav_row{}

.scrolled .mobile_logo{}

.scrolled .mobile_nav_icon{}

.fixed_register{
    text-align: center;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: -66px;
    width: 100%;
    -webkit-transition: bottom 1s ease-out;
    -moz-transition: bottom 1s ease-out;
    -o-transition: bottom 1s ease-out;
    transition: bottom 1s ease-out;
}

.fixed_register h5{}

.mobile_register{
    position: relative;
    top: inherit;
    /* bottom: 0; */
    margin: auto;
    background: #A29679;
    border: none;
    border-width: 0;
    display: inline-block;
    z-index: 9;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    outline: none;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.3em;
    font-family: "MaisonNeue-Book";
    color: #fff !important;
    padding: 15px 23px 12px 23px;
    letter-spacing: 0.08em;
    height: auto;
    text-transform: uppercase;
    border: solid rgba(0,0,0,0.1);
    border-width: 1px 1px 0 1px;
}

.scrolled .fixed_register{
    bottom: 0;
}

.mobile_register:hover{/* bottom: 0; */background: #6F6346;}

/* ------------ navigation modal ------------ */

#Menu_Modal{
    padding: 0;
    height: 100vh;
    width: 50%;
    margin: 0 0 0 0;
    /* background: #ded9ce; */
    background: #918350;
    background: url('../img/hero_texture_gold.jpg');
    background-repeat: no-repeat;
    border-right: 1px solid rgba(0,0,0,0.2);
    max-width: inherit;
    background-position: center center;
}

.menu_overlay{
    z-index: 98;
    background-image: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(222,217,206,0.6);
}

.menu_content{
    height: 100vh;
}

.menu_row{
    height: 100vh;
}

.menu_row hr{
    clear: both;
    max-width: 90%;
    margin: 0px auto 20px 0;
    border-right: 0;
    border-left: 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(20, 20, 20, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

.menu_col{}

.menu_col nav{}

.menu_col ul{
    list-style: none;
  color: #fff;
    margin: 12px auto 50px;
    max-width: 80%;
    line-height: 140%;
    font-weight: normal;
    font-size: 4.8vh;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.menu_col li{
    height: auto;
    min-height: 50px;
}

.menu_col li a{
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    outline: none;
}
    
.menu_col li a:hover{
    opacity: 0.6;
}

.menu_col li a span {
  position: relative;
}

.menu_col li a span::before {
  content: '';
  position: absolute;
  bottom: 1.2vh;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ece2d7;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

 .menu_col li a span:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}


.desktop_nav_row{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    z-index: 10;
}

.desktop_nav_column{
    text-align: center;
}

.desktop_logo{
    max-width: 300px;
    margin: 40px auto;
    position: relative;
}

.desktop_nav{
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    max-width: inherit;
    left: 0;
    z-index: 20;
    background: transparent;
}

.desktop_nav li{
    display: inline;
}

.desktop_nav a{}

.fixed_register_btn{
    outline: none;
    color: #ded9ce !important;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.3em;
    font-family: "MaisonNeue-Book";
    padding: 16px 30px 15px;
    letter-spacing: 0.08em;
    border: solid #786A3A;
    background: #918353;
    border-width: 0;
    text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.4);
    -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    right: 25px;
    top: 20px;
    text-transform: uppercase;
}


/* ------------ form modal ------------ */

#Form_Modal{}

.reveal{
    background-color: transparent;
    border: none;
    padding: 1rem;
    font-size: 13px;
}

.reveal .grid-x{
    position: relative;
    z-index: 2;
}

.Form_Overlay{
    background: #ded9ce;
}

.modal_text_row{}

.reveal h1 {
    color: #918350;
    margin: 20px auto 25px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.2em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}


.reveal h2{
    color: #918350;
    margin: 0px auto 25px;
    max-width: 700px;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.4em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    text-align: center;
    letter-spacing: 0.02em;
}

.form_row{
    max-width: 500px;
    margin: 0 auto;
}

#JotFormIFrame-91491545506460{}

.client_logos{
    text-align: center;
    margin: 0 auto 10px;
}

.cl{
    height: 50px;
    margin: 0 10px;
    min-width: inherit !important;
}

.cl1{}

.cl2{}

.cl3{}

.copyright_text{
    margin: 20px auto 50px;
}

.copyright_text h3{
    color: #918350;
    margin: 10px auto 0;
    max-width: 700px;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.7em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    text-align: center;
    letter-spacing: 0.02em;
}

.copyright_text h4{
    color: #918350;
    margin: 10px auto 50px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.75em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.close-button{
    width: 40px;
    position: fixed;
    top: 20px;
    right: 20px;
}

.close-button .cls-1{
    fill: #918350;
}

/* ------------ homepage section ------------ */

#home{
    min-height: 100vh;
    max-width: inherit;
}

#home .grid-x{}

.homepage_wrap{
    position: relative;
    z-index: 2;
    height: 100vh;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.home_logo_row{
}

.home_logo{
    max-width: 450px;
    margin: 12vh auto 5vh;
    display: block;
}

.home_text_row{}

.home_text{
    height: calc(100% - 80px);
}

.home_text_col{
    text-align: center;
    padding: 0 5% 5vh;
}

.home_text_col h1{
    color: #918350;
    margin: 0 auto 40px;
    max-width: 450px;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.3em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
}

.home_text_col h2{
    color: #918350;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    display: none;
}

.divider{
    clear: both;
    max-width: 240px;
    margin: 15px auto 30px;
    border-right: 0;
    border-left: 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(145, 131, 80, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home_text_col h3{
    color: #918350;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.9em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
}

.home_text_col h4{
    color: #918350;
    margin: 0 auto 35px;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.8em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.04em;
}

.home_text_col h5{
    margin: 0 auto 30px;
    
}

.register_btn{
    outline: none;
    color: #ded9ce !important;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "MaisonNeue-Book";
    padding: 16px 30px 15px;
    letter-spacing: 0.08em;
    border: solid #786A3A;
    background: #918353;
    border-width: 0;
    text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.4);
    -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.register_btn:hover{ background: #786A3A; }

.homepage_gallery{
    position: fixed;
    width: calc(50vw - 0vh);
    top: 0vh;
    left: 0vh;
    height: 100vh;
    background-color: rgba(0,0,0,0.05);
    background-image: url('../img/hero_texture.jpg');
    background-size: cover;
    background-position: center center;
    opacity: 1;
    background-repeat: no-repeat;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.stamp{
    max-width: 70px;
    min-width: inherit !important;
    margin: 0px auto 0;
    display: block;
}

.home_logo_row .cls-1{fill:#918350;}

/* ------------ lifestyle carousel ------------ */

.carousel_row .slick-slide img {
       display: block;
       opacity: 0.7;
       -webkit-transition: opacity .5s ease-out;
       -moz-transition: opacity .5s ease-out;
       -o-transition: opacity .5s ease-out;
       transition: opacity .5s ease-out;
       -webkit-filter: grayscale(66%); /* Safari 6.0 - 9.0 */
       filter: grayscale(66%);
}

.carousel_row .slick-current img{ opacity: 1; -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: none;
}



.carousel_row .slick-slide {
    padding: 0px 50px 0 50px;
    outline: none;
}

.carousel_row{
    z-index: 12;
    position: relative;
}

.carousel_columns{}

.gallery_wrap{
    line-height: 0;
    position: relative;
    z-index: 9;
}

.slider-for{
    background: transparent;
}

.slider-nav{
    font-size: 14px;
    max-width: 650px;
    margin: 0 auto;
}

.caption_wrap{
    margin-bottom: 100px;
    text-align: center;
}

.caption_wrap h4{font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 135%;
    font-size: 0.85em;
    margin: 7px 0 30px 0;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted;
    border-color: rgba(0,0,0,0.4);
    padding: 0px 0 10px;
    text-transform: uppercase;
    max-width: 95%;}

.caption_wrap h3{
    font-style: normal;
    margin: 60px auto 0;
    color: #918350;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.18em;
    text-align: center;
    position: relative;
    border: 1px solid #918350;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
}

.caption_wrap p{
    font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 170%;
    font-size: 1em;
    margin: 0 0 0px 0;
    max-width: 95%;
    letter-spacing: 0.015em;
}

.carousel_row {
    z-index: 12;
    position: relative;
    max-width: inherit !important;
    background: transparent;
}



.carousel_row .slick-prev {
    left: 0px !important;
}

.carousel_row  .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.carousel_row  .slick-prev, .slick-next {
	z-index: 99 !important;
	}

.carousel_row  .slick-prev:before, .carousel_row  .slick-next:before {font-size: 50px;line-height: 95%;opacity: 1;color: #918350;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: transparent !important;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: -5px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: 10px;
}
.slick-dots li {
  margin: 0 10px;
  width: 12px;
  height: 12px;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(255,255,255,0.5) !important;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: rgba(255,255,255,0.8) !important;
  width: 12px;
  height: 12px;
  padding: 5px;
}

.carousel_row .slick-slide img {
    display: block;
    max-height: inherit;
    max-width: 33vw;
    opacity: 1;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -webkit-filter: grayscale(66%);
    filter: grayscale(66%);
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 0 !important;
}

.carousel_row .slick-current img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: none;
}

/* ------------ subpages styles ------------ */

#design{
    padding: 100px 0 0;
}

#lifestyle{}

#location{}

#team{}

#footer{
    background: #222;
    background: url('../img/footer_texture.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 60px 0 80px;
    position: relative;
    z-index: 9;
}

.footer_register{ outline: none;}

.middle_line{
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    top: 0px;
    opacity: 1;
    z-index: 9;
    background-color: rgba(137,125,96,0.8);
    background-blend-mode: multiply;
}


.middle_line_gold{
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    background: rgba(0,0,0,0.1);
    top: unset;
    display: none;
}

.intro_text_row{
    /* padding: 100px 0; */
    padding: 0px 0 0px;
}

.intro_text_row h1{
    color: #918350;
    margin: 0 auto;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.8em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row h2{
    color: #918350;
    margin: 12px auto 80px;
    max-width: 90%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.8em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row p{
    color: #918350;
    margin: 0 auto;
    max-width: 90%;
    line-height: 120%;
    font-weight: 400;
    font-size: 1.6em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.gold_wrap .intro_text_row p{
    color: #fff;
}

.intro_text_row h3{
    color: #918350;
    margin: 0px auto;
    max-width: inherit;
    line-height: 110%;
    font-weight: normal;
    font-size: 2.8em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.gold_wrap .intro_text_row h3{
    color: #fff;
}

.intro_text_row h3 em{}

.intro_text_row h5{
    color: #918350;
    margin: 12px auto 50px;
    max-width: 75%;
    line-height: 140%;
    font-weight: normal;
    font-size: 2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row .cell{}

.gold_wrap{
    background: #afa386;
    padding: 150px 0 0;
}

.dark_gold{background: #A29679;}

.intro_img{
    max-width: 450px;
    position: relative;
}

.intro_img1{
    float: right;
}

.intro_img2{
    float: right;
    max-width: 400px;
    margin: 70px 0 0 0;
}

.spacer{}

.beige_wrap{
    padding: 0vh 0;
    background: #ded9ce;
    position: relative;
    min-height: 100vh;
    z-index: 9;
}

.section_intro{
    height: 100vh;
    position: relative;
    z-index: 2;
}

.section_intro_col{}

.section_intro_col img{
    /* padding: 50%; */
    max-width: 50%;
    margin: 0 auto;
    display: block;
    max-height: 66vh;
}

.section_intro .cell{}

.section_intro h4{
    color: #918350;
    margin: 30px auto 100px;
    max-width: 540px;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.7em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: center;
}

.section_intro h5{
    color: #918350;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.18em;
    text-align: center;
    position: relative;
}

.split_row, .nature_split_row{
    padding: 100px 80px;
    max-width: 95rem !important;
}

.split_img_col{}

.split_img_col img{
    padding: 0;
}

.split_text_col{}

.split_text_col h3{
    color: #444;
    max-width: 80%;
    margin: 0px auto 55px 0;
    line-height: 110%;
    font-weight: normal;
    font-size: 2.2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.06em;
    text-align: left;
}
    
    .split_text_col h4{
    color: #444;
    max-width: 95%;
    margin: 0px auto 55px 0;
    line-height: 110%;
    font-weight: normal;
    font-size: 1.7em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.06em;
    text-align: left;
}

.split_text_col p{
    color: #444;
    margin: 0 auto 0 0;
    max-width: 85%;
    line-height: 125%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.nature_split_row{}

.nature_split_col{}

.nature_split_col img{
    padding: 0 20%;
}

.port_img{
    max-width: 400px;
    position: relative;
    float: right;
    margin: 80px 0 150px;
}

.port_img1{}

.interview_text{}

.interview_text h5{
    color: #fff;
    font-size: 1.6em;
    max-width: inherit;
}

.interview_text p{
    font-size: 1.4em;
    max-width: 95%;
    line-height: 120%;
    margin: 0 0 20px;
}

.interview_text h6{
    color: #63573A;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.interview_text h6 a{opacity: 0.8;-webkit-transition: opacity .25s ease-out;-moz-transition: opacity .25s ease-out;-o-transition: opacity .25s ease-out;transition: opacity .25s ease-out;line-height: 150%;transition-delay: 0s;}

.interview_text h6 a[aria-expanded="true"]{
    opacity: 0;
}

#interview_more_row:last-child{
    padding-bottom: 150px;
}

.interview_nested_row {
    padding: 0 0 0 8.33333%;
}

.arrow_down_line{fill: #63573A;}

.down_arrow {
    max-width: 20px;
    margin: 0px 0 0 8px;
    opacity: 1;
    position: absolute;
}

.sketch{
    float: left;
    margin: 80px 0px 30px 0;
    max-width: 90%;
    display: block;
}

.sketch1{}

.sketch2{
    max-width: 50%;
}

.offset_img{
    max-width: 100%;
}

.aerial_row{
    position: relative;
    z-index: 10;
}

.aerial_row img{
    min-width: 100%;
}

.map_row{
    background: #b0a486;
    z-index: 9;
    max-width: inherit !important;
    display: inline-flex;
}

.map_col{
}

.map_legend_col{
    padding: 50px;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.map_legend_col h2{
    color: #fff;
    margin: 12px auto 50px 0;
    max-width: 100%;
    line-height: 120%;
    font-weight: normal;
    font-size: 1.7em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.legend_nested_row{}

.legend_nested_row h1{
    color: #fff;
    margin: 0 auto 0 0;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.6em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.04em;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    max-width: 90%;
}

.legend_nested_row ol{
    color: #fff;
    margin: 20px 0 30px;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.25em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
}

.legend_nested_row li{}

.life_text_row{}

.life_text_row p{
    color: #444;
    margin: 0 auto;
    max-width: 80%;
    line-height: 125%;
    font-weight: normal;
    font-size: 1.5em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.team_row{}

.team_row img{}

.team_row h4{
    color: #918350;
    margin: -40px auto 40px;
    max-width: 80%;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.9em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.team_row p{
    color: #918350;
    margin: 0 auto;
    max-width: 70%;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.4em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.life_spacer{}

.split_text_spacer{}

.team_spacer{}

.footer_content_row{}

.footer_content_row .cell{}

.footer_stamp{
    max-width: 260px;
}

.footer_content_row h5{
    color: #918350;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.8em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 1;
}

.footer_content_row h6{
    color: #fff;
    margin: 0 auto;
    max-width: inherit;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.1em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.footer_content_row p{
    color: #fff;
    margin: 0 auto 15px;
    max-width: inherit;
    line-height: 115%;
    font-weight: 400;
    font-size: 1.95em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}


.slick-prev {
    left: 0px !important;
}

 .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.slick-prev, .slick-next {
	z-index: 99 !important;
	}

.slick-prev:before, .slick-next:before {font-size: 60px;line-height: 95%;opacity: 1;color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: transparent;
    width: inherit;
    height: auto;
    overflow: hidden;
    bottom: 0;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: 0px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 50px;
    line-height: 1;
    opacity: .9;
    color: #918350;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(0,0,0,0.7);
    background-color: #fff;
}


.slick-dots{}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
    
.moments_wrap{background:#ddd9d0;padding: 100px 0;}

.moments_row{}

.moments_row h6{
    color: #444;
    margin: 60px auto 0 0;
    max-width: 90%;
    line-height: 125%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.moment_nested_row{}

.moment_nested_row1{
    margin-bottom: -100px !important;
}

.moment_nested_row2{}

.moment_nested_row3{}
    
}
@media screen and (min-width: 120em) {
    
/* ------------ global ------------ */
body{
    background: #ded9ce;
}

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

a:focus, a:visited, a:hover, a:active{
    color: inherit;
    text-decoration: none;
}

.mb{}

.mt{
    margin-top: 100px;
}

.pb{
    padding-bottom: 100px;
}

.pt{
    padding-top: 100px;
}

.pl{padding-left: 5vw !important;}

.pr{ padding-right: 40px;}

.grid-x{}

.subpage_section{
    background: #fff;
    position: relative;
    z-index: 2;
}

.subpage_section .grid-x{
    max-width: calc(100vw - 300px);
    margin: 0 auto;
    position: relative;
}

.fullWidth{
    max-width: calc(100vw - 180px) !important;
}

.bg-init,
    .animsition-overlay-slide {
      background-color: #ded9ce;
    }


.fullWidth .grid-x{}

.fullWidth .cell{}

.container{
    max-width: inherit;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    line-height: 150%;
    overflow-x: hidden;
}

.desktop_logo .cls-1{fill: #918350;}

.scrolled .desktop_logo .cls-1{fill: #918350;}

.fade img{
    min-width: 100%;
}

.grid-padding-x > .cell {
    padding-right: 0;
    padding-left: 0;
}

.grid-padding-x .grid-padding-x {
    margin-right: 0;
    margin-left: 0;
}

.white_block{
    position: absolute;
    width: calc(50vw + 1px);
    height: 100vh;
    background: rgba(255,255,255,0.2);
    right: 0;
    top: 0;
    z-index: 1;
}

.right_white{}

.left_white{}

 .homepage  .mobile_logo{}
          
        .mobile_logo .cls-1{}

          .scrolled .mobile_logo .cls-1{}

.down_arrow_icon .st0{fill:#918350;}

#home .down_arrow_icon .st0{fill:#918350;}

.homepage .desktop_logo{ display: none;}

.homepage .fixed_register_btn{display: none;}

.fixed_stamp_row{
    position: fixed;
    z-index: 10;
    width: 55px;
    right: 15px;
    top: 25px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    /* transition-delay: 2s; */
}

.scrolled .fixed_stamp_row{
    opacity: 1;
    transition-delay: 1s;
}

.fixed_stamp{}

.scrolled .fixed_stamp{}

.fixed_stamp .cls-1{fill:#918350;}

.scrolled .fixed_stamp .cls-1{fill:#918350;}

.arrow_row{
    position: absolute;
    z-index: 19;
    width: 100% !important;
    left: 0;
    height: auto;
    bottom: 5vh;
    text-align: center;
    margin: 0 auto;
}

.arrow_row .down_arrow{
    max-width: inherit !important;
    position: relative !important;
    margin: 0 auto !important;
    opacity: inherit !important;
    text-align: center;
}

.down_arrow_icon{
    width: 110px;
    margin: 0 auto;
    display: block;
}

/* ------------ mobile navigation ------------ */

.mobile_nav_row{}

.mobile_logo{}

.mobile_nav_icon{}

.menu_icon{
    position: fixed;
    left: 25px;
    top: 15px;
    z-index: 888;
    padding: 14px 25px 18px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.scrolled .menu_icon{
    top: 0px;
    left: 0;
    background-color: #fff;
    border-radius: 0px;
}

.hamburger-box{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 100%;
}

.hamburger h5{
    position: absolute;
    color: #918350;
    margin: 0 auto 0px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    top: 24px;
    right: -40px;
    opacity: 1;
}

.scrolled .hamburger h5{
    opacity: 0;
}

.is-active.menu_icon h5{
    opacity: 0;
    display: none;
}

.scrolled .hamburger-box{}

.hamburger-inner{
    width: 40px;
    height: 2px;
    background-color: #ece2d7;
}

.is-active{background-color: rgba(0,0,0,0.15) !important;left: 0;top: 0;}


.scrolled .hamburger-inner{
     background-color: #3b4e22;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{background-color: #918350;}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.scrolled .hamburger-inner, .scrolled .hamburger-inner:after, .scrolled .hamburger-inner:before{
    background-color: #A29679;
}

.scrolled .hamburger.is-active .hamburger-inner, .scrolled .hamburger.is-active .hamburger-inner:after, .scrolled .hamburger.is-active .hamburger-inner:before {
    background-color: #ece2d7;
}

.scrolled .hamburger-inner{}


.scrolled .mobile_nav_row{}

.scrolled .mobile_logo{}

.scrolled .mobile_nav_icon{}

.fixed_register{
    text-align: center;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: -66px;
    width: 100%;
    -webkit-transition: bottom 1s ease-out;
    -moz-transition: bottom 1s ease-out;
    -o-transition: bottom 1s ease-out;
    transition: bottom 1s ease-out;
}

.fixed_register h5{}

.mobile_register{
    position: relative;
    top: inherit;
    /* bottom: 0; */
    margin: auto;
    background: #A29679;
    border: none;
    border-width: 0;
    display: inline-block;
    z-index: 9;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    outline: none;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.3em;
    font-family: "MaisonNeue-Book";
    color: #fff !important;
    padding: 15px 23px 12px 23px;
    letter-spacing: 0.08em;
    height: auto;
    text-transform: uppercase;
    border: solid rgba(0,0,0,0.1);
    border-width: 1px 1px 0 1px;
}

.scrolled .fixed_register{
    bottom: 0;
}

.mobile_register:hover{/* bottom: 0; */background: #6F6346;}

/* ------------ navigation modal ------------ */

#Menu_Modal{
    padding: 0;
    height: 100vh;
    width: 50%;
    margin: 0 0 0 0;
    /* background: #ded9ce; */
    background: #918350;
    background: url('../img/hero_texture_gold.jpg');
    background-repeat: no-repeat;
    border-right: 1px solid rgba(0,0,0,0.2);
    max-width: inherit;
    background-position: center center;
}

.menu_overlay{
    z-index: 98;
    background-image: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(222,217,206,0.6);
}

.menu_content{
    height: 100vh;
}

.menu_row{
    height: 100vh;
}

.menu_row hr{
    clear: both;
    max-width: 90%;
    margin: 10px auto 20px 0;
    border-right: 0;
    border-left: 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(20, 20, 20, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

.menu_col{}

.menu_col nav{}

.menu_col ul{
    list-style: none;
  color: #fff;
    margin: 12px auto 50px;
    max-width: 80%;
    line-height: 140%;
    font-weight: normal;
    font-size: 4.8vh;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.menu_col li{
    height: auto;
    min-height: 8vh;
}

.menu_col li a{
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    outline: none;
}
    
.menu_col li a:hover{
    opacity: 0.6;
}

.menu_col li a span {
  position: relative;
}

.menu_col li a span::before {
  content: '';
  position: absolute;
  bottom: 1.2vh;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ece2d7;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

 .menu_col li a span:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}


.desktop_nav_row{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    z-index: 10;
}

.desktop_nav_column{
    text-align: center;
}

.desktop_logo{
    max-width: 350px;
    margin: 40px auto;
    position: relative;
}

.desktop_nav{
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    max-width: inherit;
    left: 0;
    z-index: 20;
    background: transparent;
}

.desktop_nav li{
    display: inline;
}

.desktop_nav a{}

.fixed_register_btn{
    outline: none;
    color: #ded9ce !important;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.3em;
    font-family: "MaisonNeue-Book";
    padding: 16px 30px 15px;
    letter-spacing: 0.08em;
    border: solid #786A3A;
    background: #918353;
    border-width: 0;
    text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.4);
    -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    right: 25px;
    top: 20px;
    text-transform: uppercase;
}


/* ------------ form modal ------------ */

#Form_Modal{}

.reveal{
    background-color: transparent;
    border: none;
    padding: 1rem;
}

.reveal .grid-x{
    position: relative;
    z-index: 2;
}

.Form_Overlay{
    background: #ded9ce;
}

.modal_text_row{}

.reveal h1 {
    color: #918350;
    margin: 20px auto 25px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.2em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}


.reveal h2{
    color: #918350;
    margin: 0px auto 25px;
    max-width: 700px;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.4em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    text-align: center;
    letter-spacing: 0.02em;
}

.form_row{
    max-width: 550px;
    margin: 0 auto;
}

#JotFormIFrame-91491545506460{}

.client_logos{
    text-align: center;
    margin: 0 auto 10px;
}

.cl{
    height: 55px;
    margin: 0 10px;
    min-width: inherit !important;
}

.cl1{}

.cl2{}

.cl3{}

.copyright_text{
    margin: 20px auto 50px;
}

.copyright_text h3{
    color: #918350;
    margin: 10px auto 0;
    max-width: 700px;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.7em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    text-align: center;
    letter-spacing: 0.02em;
}

.copyright_text h4{
    color: #918350;
    margin: 10px auto 50px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.75em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.close-button{
    width: 40px;
    position: fixed;
    top: 30px;
    right: 50px;
}

.close-button .cls-1{
    fill: #918350;
}

/* ------------ homepage section ------------ */

#home{
    min-height: 100vh;
    max-width: inherit;
}

#home .grid-x{}

.homepage_wrap{
    position: relative;
    z-index: 2;
    height: 100vh;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.home_logo_row{
}

.home_logo{
    max-width: 600px;
    margin: 12vh auto 5vh;
    display: block;
}

.home_text_row{}

.home_text{
    height: calc(100% - 80px);
}

.home_text_col{
    text-align: center;
    padding: 0 5% 7vh;
}

.home_text_col h1{
    color: #918350;
    margin: 0 auto 40px;
    max-width: 650px;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.8em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
}

.home_text_col h2{
    color: #918350;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    display: none;
}

.divider{
    clear: both;
    max-width: 320px;
    margin: 25px auto 40px;
    border-right: 0;
    border-left: 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(145, 131, 80, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home_text_col h3{
    color: #918350;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
}

.home_text_col h4{
    color: #918350;
    margin: 0 auto 35px;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.04em;
}

.home_text_col h5{
    margin: 0 auto 30px;
    
}

.register_btn{
    outline: none;
    color: #ded9ce !important;
    margin: 0 auto;
    max-width: 100%;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "MaisonNeue-Book";
    padding: 16px 30px 15px;
    letter-spacing: 0.08em;
    border: solid #786A3A;
    background: #918353;
    border-width: 0;
    text-shadow: 0px 1px 1px rgba(20, 20, 20, 0.4);
    -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.15);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.register_btn:hover{ background: #786A3A; }

.homepage_gallery{
    position: fixed;
    width: calc(50vw - 0vh);
    top: 0vh;
    left: 0vh;
    height: 100vh;
    background-color: rgba(0,0,0,0.05);
    background-image: url('../img/hero_texture.jpg');
    background-size: cover;
    background-position: center center;
    opacity: 1;
    background-repeat: no-repeat;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.stamp{
    max-width: 70px;
    min-width: inherit !important;
    margin: 20px auto 0;
    display: block;
}

.home_logo_row .cls-1{fill:#918350;}

/* ------------ lifestyle carousel ------------ */

.carousel_row .slick-slide img {
       display: block;
       opacity: 0.7;
       -webkit-transition: opacity .5s ease-out;
       -moz-transition: opacity .5s ease-out;
       -o-transition: opacity .5s ease-out;
       transition: opacity .5s ease-out;
       -webkit-filter: grayscale(66%); /* Safari 6.0 - 9.0 */
       filter: grayscale(66%);
}

.carousel_row .slick-current img{ opacity: 1; -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: none;
}



.carousel_row .slick-slide {
    padding: 0px 50px 0 50px;
    outline: none;
}

.carousel_row{
    z-index: 12;
    position: relative;
}

.carousel_columns{}

.gallery_wrap{
    line-height: 0;
    position: relative;
    z-index: 9;
}

.slider-for{
    background: #fff;
}

.slider-nav{
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto;
}

.caption_wrap{
    margin-bottom: 100px;
    text-align: center;
}

.caption_wrap h4{font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 135%;
    font-size: 0.85em;
    margin: 7px 0 30px 0;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted;
    border-color: rgba(0,0,0,0.4);
    padding: 0px 0 10px;
    text-transform: uppercase;
    max-width: 95%;}

.caption_wrap h3{
    font-style: normal;
    margin: 60px auto 0;
    color: #918350;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.18em;
    text-align: center;
    position: relative;
    border: 1px solid #918350;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
}

.caption_wrap p{
    font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 170%;
    font-size: 1em;
    margin: 0 0 0px 0;
    max-width: 95%;
    letter-spacing: 0.015em;
}

.carousel_row {
    z-index: 12;
    position: relative;
    max-width: inherit !important;
    background: transparent;
}



.carousel_row .slick-prev {
    left: 0px !important;
}

.carousel_row  .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.carousel_row  .slick-prev, .slick-next {
	z-index: 99 !important;
	}

.carousel_row  .slick-prev:before, .carousel_row  .slick-next:before {font-size: 60px;line-height: 95%;opacity: 1;color: #918350;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: transparent !important;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: -5px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: 10px;
}
.slick-dots li {
  margin: 0 10px;
  width: 12px;
  height: 12px;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.5) !important;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: rgba(255,255,255,0.8) !important;
  width: 12px;
  height: 12px;
  padding: 5px;
}

.carousel_row .slick-slide img {
    display: block;
    max-height: inherit;
    max-width: 25vw;
    opacity: 1;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -webkit-filter: grayscale(66%);
    filter: grayscale(66%);
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 0 !important;
}

.carousel_row .slick-current img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: none;
}

/* ------------ subpages styles ------------ */

#design{
    padding: 100px 0 0;
}

#lifestyle{}

#location{}

#team{}

#footer{
    background: #222;
    background: url('../img/footer_texture.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 60px 0 80px;
    position: relative;
    z-index: 9;
}

.footer_register{ outline: none;}

.middle_line{
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    top: 0px;
    opacity: 1;
    z-index: 9;
    background-color: rgba(137,125,96,0.8);
    background-blend-mode: multiply;
}


.middle_line_gold{
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    background: rgba(0,0,0,0.1);
    top: unset;
    display: none;
}

.intro_text_row{
    /* padding: 100px 0; */
}

.intro_text_row h1{
    color: #918350;
    margin: 0 auto;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 2.8em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row h2{
    color: #918350;
    margin: 12px auto 100px;
    max-width: 80%;
    line-height: 140%;
    font-weight: normal;
    font-size: 2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row p{
    color: #918350;
    margin: 0 auto;
    max-width: 82%;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.6em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.gold_wrap .intro_text_row p{
    color: #fff;
}

.intro_text_row h3{
    color: #918350;
    margin: 0px auto;
    max-width: inherit;
    line-height: 110%;
    font-weight: normal;
    font-size: 2.8em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.gold_wrap .intro_text_row h3{
    color: #fff;
}

.intro_text_row h3 em{}

.intro_text_row h5{
    color: #918350;
    margin: 12px auto 50px;
    max-width: 75%;
    line-height: 140%;
    font-weight: normal;
    font-size: 2em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.intro_text_row .cell{}

.gold_wrap{
    background: #afa386;
    padding: 150px 0 0;
}

.dark_gold{background: #A29679;}

.intro_img{
    max-width: 550px;
    position: relative;
}

.intro_img1{
    float: right;
}

.intro_img2{
    float: right;
    max-width: 500px;
}

.spacer{}

.beige_wrap{
    padding: 0vh 0;
    background: #ded9ce;
    position: relative;
    min-height: 100vh;
    z-index: 9;
}

.section_intro{
    height: 100vh;
    position: relative;
    z-index: 2;
}

.section_intro_col{}

.section_intro_col img{
    /* padding: 50%; */
    max-width: 60%;
    max-height: 70vh;
    margin: 0 auto;
    display: block;
}

.section_intro .cell{}

.section_intro h4{
    color: #918350;
    margin: 30px auto 100px;
    max-width: 680px;
    line-height: 140%;
    font-weight: normal;
    font-size: 3.3em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.01em;
    text-align: center;
}

.section_intro h5{
    color: #918350;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.18em;
    text-align: center;
    position: relative;
}

.split_row, .nature_split_row{
    padding: 150px 0;
    max-width: 95rem !important;
}

.split_img_col{}

.split_img_col img{
    padding: 0;
}

.split_text_col{}

.split_text_col h3{
    color: #444;
    max-width: 80%;
    margin: 0px auto 55px 0;
    line-height: 110%;
    font-weight: normal;
    font-size: 2.3em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.06em;
    text-align: left;
}
    
    .split_text_col h4{
    color: #444;
    max-width: 90%;
    margin: 0px auto 55px 0;
    line-height: 110%;
    font-weight: normal;
    font-size: 1.7em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.06em;
    text-align: left;
}

.split_text_col p{
    color: #444;
    margin: 0 auto 0 0;
    max-width: 85%;
    line-height: 125%;
    font-weight: normal;
    font-size: 1.5em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.nature_split_row{}

.nature_split_col{}

.nature_split_col img{
    padding: 0 20%;
}

.port_img{
    max-width: 450px;
    position: relative;
    float: right;
    margin: 80px 0 150px;
}

.port_img1{}

.interview_text{}

.interview_text h5{
    color: #fff;
    font-size: 1.8em;
    max-width: inherit;
}

.interview_text p{
    font-size: 1.4em;
    max-width: 95%;
    line-height: 120%;
    margin: 0 0 20px;
}

.interview_text h6{
    color: #63573A;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 1.0em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.interview_text h6 a{opacity: 0.8;-webkit-transition: opacity .25s ease-out;-moz-transition: opacity .25s ease-out;-o-transition: opacity .25s ease-out;transition: opacity .25s ease-out;line-height: 150%;transition-delay: 0s;}

.interview_text h6 a[aria-expanded="true"]{
    opacity: 0;
}

#interview_more_row:last-child{
    padding-bottom: 150px;
}

.interview_nested_row {
    padding: 0 0 0 8.33333%;
}

.arrow_down_line{fill: #63573A;}

.down_arrow {
    max-width: 20px;
    margin: 0px 0 0 8px;
    opacity: 1;
    position: absolute;
}

.sketch{
    float: left;
    margin: 60px 0px 20px 0;
    max-width: 75%;
    display: block;
}

.sketch1{}

.sketch2{
    max-width: 50%;
}

.offset_img{
    max-width: 90%;
}

.aerial_row{
    position: relative;
    z-index: 10;
}

.aerial_row img{
    min-width: 100%;
}

.map_row{
    background: #b0a486;
    z-index: 9;
    max-width: inherit !important;
}

.map_col{
}

.map_legend_col{
    padding: 50px;
    padding-left: 100px !important;
    padding-right: 5% !important;
}

.map_legend_col h2{
    color: #fff;
    margin: 12px auto 50px 0;
    max-width: 90%;
    line-height: 120%;
    font-weight: normal;
    font-size: 1.7em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.legend_nested_row{}

.legend_nested_row h1{
    color: #fff;
    margin: 0 auto 0 0;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.6em;
    font-family: 'wulkan_displayregular';
    padding: 0;
    letter-spacing: 0.04em;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    max-width: 90%;
}

.legend_nested_row ol{
    color: #fff;
    margin: 20px 0 30px;
    max-width: inherit;
    line-height: 140%;
    font-weight: normal;
    font-size: 1.25em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
}

.legend_nested_row li{}

.life_text_row{}

.life_text_row p{
    color: #444;
    margin: 0 auto;
    max-width: 80%;
    line-height: 125%;
    font-weight: normal;
    font-size: 1.5em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.team_row{}

.team_row img{}

.team_row h4{
    color: #918350;
    margin: 0px auto 40px;
    max-width: 80%;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.9em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.team_row p{
    color: #918350;
    margin: 0 auto;
    max-width: 70%;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.5em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.life_spacer{}

.split_text_spacer{}

.team_spacer{}

.footer_content_row{}

.footer_content_row .cell{}

.footer_stamp{
    max-width: 260px;
}

.footer_content_row h5{
    color: #918350;
    margin: 0 auto 10px;
    max-width: 100%;
    line-height: 140%;
    font-weight: 400;
    font-size: 0.8em;
    font-family: "MaisonNeue-Book";
    padding: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 1;
}

.footer_content_row h6{
    color: #fff;
    margin: 0 auto;
    max-width: inherit;
    line-height: 125%;
    font-weight: 400;
    font-size: 1.1em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}

.footer_content_row p{
    color: #fff;
    margin: 0 auto 15px;
    max-width: inherit;
    line-height: 115%;
    font-weight: 400;
    font-size: 1.95em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.01em;
    text-align: left;
}


.slick-prev {
    left: 0px !important;
}

 .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.slick-prev, .slick-next {
	z-index: 99 !important;
	}

.slick-prev:before, .slick-next:before {font-size: 60px;line-height: 95%;opacity: 1;color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: transparent;
    width: inherit;
    height: auto;
    overflow: hidden;
    bottom: 0;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: 0px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 50px;
    line-height: 1;
    opacity: .9;
    color: #918350;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(0,0,0,0.7);
    background-color: #fff;
}


.slick-dots{}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
    
.moments_wrap{background:#ddd9d0;padding: 100px 0;}

.moments_row{}

.moments_row h6{
    color: #444;
    margin: 60px auto 0 0;
    max-width: 70%;
    line-height: 125%;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "ArnhemFine-Normal";
    padding: 0;
    letter-spacing: 0.02em;
    text-align: left;
}

.moment_nested_row{}

.moment_nested_row1{
    margin-bottom: -100px !important;
}

.moment_nested_row2{}

.moment_nested_row3{}
    
}



       




