/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition{position:relative;opacity:0;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in{-webkit-animation-name:fade-in;animation-name:fade-in}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.fade-out{-webkit-animation-name:fade-out;animation-name:fade-out}html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,img,s,small,strong,var,center,ol,ul,li,form,label,table,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0}html,html a{-webkit-font-smoothing:antialiased!important;text-shadow:1px 1px 1px rgba(0,0,0,.004)}html,body{overflow-x:hidden!important;overflow-y:hidden}html.scroll,body.scroll{overflow-y:scroll}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{color:#000;background-color:#fff;text-rendering:optimizeLegibility;font-family:"brandon-grotesque",sans-serif;font-style:normal;font-weight:300;-webkit-text-size-adjust:100%;margin:0;padding:0}body.coloured{background-color:#fcfaf8}body a{color:#000;text-decoration:none}.master-content-wrap{opacity:0;-webkit-transition:-webkit-transform 1750ms cubic-bezier(.23,1,.32,1) 250ms;transition:opacity 1750ms cubic-bezier(.23,1,.32,1) 250ms;transition:opacity 1750ms cubic-bezier(.23,1,.32,1) 250ms,-webkit-transform 1750ms cubic-bezier(.23,1,.32,1) 250ms;overflow:hidden}.master-content-wrap.loaded{opacity:1}.content-wrap{position:relative;width:100%;max-width:1440px;margin:0 auto}.inner-padding{padding-left:50px;padding-right:50px}@media only screen and (max-width:1100px){.inner-padding{padding-left:0;padding-right:0}}textarea:focus,input:focus,select:focus{outline:0}p{font-family:"brandon-grotesque",sans-serif;font-style:normal;font-weight:300;font-size:22px;line-height:1.4em;letter-spacing:.04em;margin-bottom:1.5em;color:#000}@media only screen and (max-width:700px){p{text-align:left}}@media only screen and (max-width:600px){p{font-size:24px}}li{font-family:"brandon-grotesque",sans-serif;font-style:normal;font-weight:300;font-size:20px;line-height:1.4em;letter-spacing:.04em;margin-bottom:.3em;color:#000}@media only screen and (max-width:600px){li{font-size:22px}}p a,p .sub-page-load-button{position:relative;color:#c39a6b;white-space:nowrap;display:inline-block;margin-bottom:5px;cursor:pointer}p a:after,p .sub-page-load-button:after{content:"";display:block;position:absolute;bottom:-1px;left:50%;width:100%;height:1px;background:#000;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:width .3s cubic-bezier(.55,.085,.68,.53);transition:width .3s cubic-bezier(.55,.085,.68,.53)}p a:hover:after,p .sub-page-load-button:hover:after{width:0%}strong{font-family:"brandon-grotesque",sans-serif;font-style:normal;font-weight:500}ul{list-style-position:outside;list-style-image:url(/assets/img/5d90fdece9b9.svg);margin-bottom:1.5em;padding-left:15px}@media only screen and (max-width:700px){ul{margin-bottom:2.5em}}.out-of-view{-webkit-transition:-webkit-transform 1750ms cubic-bezier(.23,1,.32,1) 400ms;transition:all 1750ms cubic-bezier(.23,1,.32,1) 400ms;transition:all 1750ms cubic-bezier(.23,1,.32,1) 400ms,-webkit-transform 1750ms cubic-bezier(.23,1,.32,1) 400ms;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0);opacity:0}@media only screen and (max-width:700px){.out-of-view{-webkit-transform:translate3d(0,3%,0);transform:translate3d(0,3%,0)}}::selection{background:0 0;color:#c39a6b}::-webkit-scrollbar{display:none}::-webkit-scrollbar{width:0;background:0 0}.sub-page-load{display:block}.loading-page{position:relative;width:100%;height:auto;background-color:#fff;-webkit-transition:-webkit-transform 500ms cubic-bezier(.23,1,.32,1) 0ms;transition:opacity 500ms cubic-bezier(.23,1,.32,1) 0ms;transition:opacity 500ms cubic-bezier(.23,1,.32,1) 0ms,-webkit-transform 500ms cubic-bezier(.23,1,.32,1) 0ms}.loading-page .loading-icon{position:absolute;width:30px;height:30px;top:50%;left:50%;margin-right:-50%;-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url(/assets/img/b5df6a3d7d03.webp)center no-repeat!important;-webkit-background-size:30px 30px!important;-moz-background-size:30px 30px!important;-o-background-size:30px 30px!important;background-size:30px 30px!important}.homepage-splash-wrap{position:fixed;width:100%;height:100%;top:0;left:0;z-index:9999;-webkit-transition:-webkit-transform 1750ms cubic-bezier(.23,1,.32,1) 250ms;transition:top 1750ms cubic-bezier(.23,1,.32,1) 250ms;transition:top 1750ms cubic-bezier(.23,1,.32,1) 250ms,-webkit-transform 1750ms cubic-bezier(.23,1,.32,1) 250ms}.homepage-splash-wrap.hidden{top:-webkit-calc(-100% + 100px);top:-moz-calc(-100% + 100px);top:-ms-calc(-100% + 100px);top:-o-calc(-100% + 100px);top:calc(-100% + 100px)}@media only screen and (max-width:700px){.homepage-splash-wrap.hidden{top:-webkit-calc(-100% + 60px);top:-moz-calc(-100% + 60px);top:-ms-calc(-100% + 60px);top:-o-calc(-100% + 60px);top:calc(-100% + 60px)}}.homepage-splash-wrap .image{position:relative;width:100%;height:-webkit-calc(100% - 100px);height:-moz-calc(100% - 100px);height:-webkit-calc(100% - 100px);height:-o-calc(100% - 100px);height:calc(100% - 100px);background:no-repeat 50% 50%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;-webkit-transition:-webkit-transform 1750ms cubic-bezier(.23,1,.32,1) 250ms;transition:all 1750ms cubic-bezier(.23,1,.32,1) 250ms;transition:all 1750ms cubic-bezier(.23,1,.32,1) 250ms,-webkit-transform 1750ms cubic-bezier(.23,1,.32,1) 250ms}@media only screen and (max-width:700px){.homepage-splash-wrap .image{height:-webkit-calc(100% - 60px);height:-moz-calc(100% - 60px);height:-webkit-calc(100% - 60px);height:-o-calc(100% - 60px);height:calc(100% - 60px)}}.homepage-splash-wrap.hidden .image{opacity:0}.homepage-splash-wrap .top-strip{position:relative;width:100%;height:100px;background-color:#fcfaf8;-webkit-transition:all 500ms ease-in-out;-moz-transition:all 500ms ease-in-out;-ms-transition:all 500ms ease-in-out;-o-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out}@media only screen and (max-width:700px){.homepage-splash-wrap .top-strip{height:60px!important}}.homepage-splash-wrap .top-strip .logo{position:absolute;width:258px;height:34px;top:50%;left:50%;margin-right:-50%;-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all 500ms ease-in-out;-moz-transition:all 500ms ease-in-out;-ms-transition:all 500ms ease-in-out;-o-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out}.homepage-splash-wrap .top-strip .logo.left{left:30px;margin-right:0;-ms-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}@media only screen and (max-width:700px){.homepage-splash-wrap .top-strip .logo{width:210px;height:27px}}.homepage-splash-wrap .top-strip .logo svg{width:100%;height:auto}.homepage-splash-wrap .top-strip .menu-open{position:absolute;width:auto;height:auto;top:50%;right:0;padding:50px;padding-top:15px;padding-bottom:15px;-ms-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);opacity:0;-webkit-transition:-webkit-transform 1750ms cubic-bezier(.23,1,.32,1) 250ms;transition:all 1750ms cubic-bezier(.23,1,.32,1) 250ms;transition:all 1750ms cubic-bezier(.23,1,.32,1) 250ms,-webkit-transform 1750ms cubic-bezier(.23,1,.32,1) 250ms;font-family:"brandon-grotesque",sans-serif;font-style:normal;font-weight:300;font-size:20px;text-transform:uppercase;letter-spacing:.04em;color:#c39a6b;cursor:pointer}@media only screen and (max-width:600px){.homepage-splash-wrap .top-strip .menu-open{padding:30px;padding-top:34px;font-size:18px}}.homepage-splash-wrap.hidden .top-strip .menu-open{opacity:1}.homepage-splash-wrap .top-strip .menu-close{position:absolute;width:28px;height:28px;top:50%;right:50px;-ms-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;display:none}@media only screen and (max-width:600px){.homepage-splash-wrap .top-strip .menu-close{right:30px}}.menu-overlay-wrap{position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgba(249,245,240,.95);z-index:9998;display:none}.menu-overlay-wrap.open .main-menu{opacity:1}.menu-overlay-wrap .main-menu .main-menu-item span:hover,.menu-overlay-wrap .main-menu .main-menu-item a:hover{border-color:#000}.side-booking-tab{position:fixed;display:block;width:180px;height:60px;right:-70px;top:50%;margin-top:-45px;transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform-origin:50% 50%;-o-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-webkit-transform-origin:50% 50%;text-align:center;background-color:#c39a6b;font-family:"brandon-grotesque",sans-serif;font-style:normal;font-weight:500;text-transform:uppercase;font-size:20px;line-height:50px;letter-spacing:.04em;color:#fff;cursor:pointer;-webkit-transition:-webkit-transform 1250ms cubic-bezier(.23,1,.32,1) 0ms;transition:all 1250ms cubic-bezier(.23,1,.32,1) 0ms;transition:all 1250ms cubic-bezier(.23,1,.32,1) 0ms,-webkit-transform 1250ms cubic-bezier(.23,1,.32,1) 0ms;z-index:999}@media only screen and (max-width:700px){.side-booking-tab{display:none}}.side-booking-tab:hover{right:-60px}.main-slideshow-screen{position:relative;width:100%;height:auto;background-color:#fcfaf8}@media only screen and (max-width:700px){.main-slideshow-screen.homepage{height:auto!important;padding-bottom:60px;padding-top:100px}}.sub-page-section .flickity-viewport{overflow:visible!important}.main-slideshow{position:absolute;width:-moz-calc(100% - 320px);width:-webkit-calc(100% - 320px);width:-o-calc(100% - 320px);width:calc(100% - 320px);max-width:1110px;height:100%;top:0;left:50%;margin-right:-50%;-ms-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}@media only screen and (max-width:1100px){.main-slideshow{width:-moz-calc(100% - 200px);width:-webkit-calc(100% - 200px);width:-o-calc(100% - 200px);width:calc(100% - 200px)}}@media only screen and (max-width:700px){.main-slideshow{width:-moz-calc(100% - 100px);width:-webkit-calc(100% - 100px);width:-o-calc(100% - 100px);width:calc(100% - 100px)}.homepage .main-slideshow{position:relative}}@media only screen and (max-width:600px){.main-slideshow{width:-moz-calc(100% - 60px);width:-webkit-calc(100% - 60px);width:-o-calc(100% - 60px);width:calc(100% - 60px)}}.main-slideshow .slideshow-slide{width:100%;height:auto;margin-left:10px;margin-right:10px;cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab;top:50%;-ms-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}@media only screen and (max-width:700px){.homepage .main-slideshow .slideshow-slide{top:0;-ms-transform:translate(0,0);-moz-transform:translate(0,0);-webkit-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}.main-slideshow .slideshow-slide.full{width:100%!important}.main-slideshow .slideshow-slide.forty{width:40%!important}.main-slideshow .slideshow-slide.sixty{width:60%!important}.main-slideshow .slideshow-slide:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.main-slideshow .flickity-slider{height:100%!important}.main-slideshow .flickity-viewport{overflow:hidden;position:absolute;width:100%;top:50%;-ms-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}@media only screen and (max-width:700px){.homepage .main-slideshow .flickity-viewport{position:relative;top:0;-ms-transform:translate(0,0);-moz-transform:translate(0,0);-webkit-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}.main-slideshow .flickity-page-dots{display:none!important}.main-slideshow .flickity-prev-next-button{position:absolute;width:95px;height:38px;top:50%;-ms-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);background:0 0!important;outline:0!important;border:0!important;z-index:99;cursor:pointer;-webkit-transition:-webkit-transform 1250ms cubic-bezier(.23,1,.32,1) 0ms;transition:all 1250ms cubic-bezier(.23,1,.32,1) 0ms;transition:all 1250ms cubic-bezier(.23,1,.32,1) 0ms,-webkit-transform 1250ms cubic-bezier(.23,1,.32,1) 0ms}@media only screen and (max-width:1100px){.main-slideshow .flickity-prev-next-button{display:none}}.main-slideshow .flickity-prev-next-button svg{display:none!important}.main-slideshow .flickity-prev-next-button.previous{left:-50px;float:left;background:url(/assets/img/f721e4836293.svg)no-repeat 50% 50%!important;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.main-slideshow .flickity-prev-next-button.previous:hover{left:-60px}.main-slideshow .flickity-prev-next-button.next{right:-50px;float:right;background:url(/assets/img/50b8ca865b19.svg)no-repeat 50% 50%!important;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.main-slideshow .flickity-prev-next-button.next:hover{right:-60px}.main-slideshow-screen .gallery-status{position:absolute;bottom:0;right:50px;font-family:"brandon-grotesque",sans-serif;font-style:normal;font-weight:300;font-size:20px;color:#000}@media only screen and (max-width:600px){.main-slideshow-screen .gallery-status{right:30px;font-size:22px}}.sub-pages-nav-wrap{position:fixed;width:100%;height:56px;bottom:0;left:0;background-color:#fcfaf8;z-index:999}@media only screen and (max-width:1100px){.sub-pages-nav-wrap{height:112px}}@media only screen and (max-width:850px){.sub-pages-nav-wrap{height:224px}}@media only screen and (max-width:600px){.sub-pages-nav-wrap{display:none!important}}.sub-pages-nav{position:relative;width:100%;height:56px;padding-left:0;list-style:none}@media only screen and (max-width:1100px){.sub-pages-nav{height:112px}}@media only screen and (max-width:850px){.sub-pages-nav{height:224px}}.sub-pages-nav .sub-pages-nav-item{float:left;width:25%;height:56px;margin-bottom:0;background-color:#fcfaf8;font-family:"brandon-grotesque",sans-serif;font-style:normal;font-weight:400;text-transform:uppercase;font-size:20px;line-height:56px;letter-spacing:.04em;text-align:center;color:#c39a6b;cursor:pointer;-webkit-transition:background-color 300ms ease-in-out;-moz-transition:background-color 300ms ease-in-out;-ms-transition:background-color 300ms ease-in-out;-o-transition:background-color 300ms ease-in-out;transition:background-color 300ms ease-in-out}@media only screen and (max-width:1100px){.sub-pages-nav .sub-pages-nav-item{width:50%}}@media only screen and (max-width:850px){.sub-pages-nav .sub-pages-nav-item{width:100%}}.sub-pages-nav .sub-pages-nav-item:hover{background-color:#fff}.sub-pages-nav .sub-pages-nav-item.active{background-color:#fff}.sub-pages-sub-nav{position:relative;width:100%;height:auto;margin-top:55px;text-align:center;list-style:none;font-size:0;padding-left:0}.sub-pages-sub-nav .sub-pages-sub-nav-item{display:inline-block;vertical-align:text-top;margin-left:50px;margin-right:50px;border-bottom:1px solid;border-color:transparent;font-family:"brandon-grotesque",sans-serif;font-style:normal;font-weight:300;text-transform:uppercase;font-size:20px;line-height:1.2em;letter-spacing:.04em;text-align:center;color:#000;cursor:pointer;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}@media only screen and (max-width:700px){.sub-pages-sub-nav .sub-pages-sub-nav-item{margin-left:20px;margin-right:20px}}@media only screen and (max-width:600px){.sub-pages-sub-nav .sub-pages-sub-nav-item{display:block;font-size:22px;font-weight:400;margin-bottom:.5em}}.sub-pages-sub-nav .sub-pages-sub-nav-item:hover{border-color:#c39a6b}.sub-pages-sub-nav .sub-pages-sub-nav-item.active{border-color:#c39a6b}@media only screen and (max-width:600px){.sub-pages-sub-nav .sub-pages-sub-nav-item:hover{border-color:transparent;color:#c39a6b}.sub-pages-sub-nav .sub-pages-sub-nav-item.active{border-color:transparent;color:#c39a6b}}.sub-page-section{display:none}.sub-page-section:first-child{display:block}.sub-page-wrap{position:relative;width:100%;height:auto;background-color:#fff;padding-top:100px}.sub-page-wrap#the-apartment{padding-top:150px}@media only screen and (max-width:700px){.sub-page-wrap{padding-top:60px!important}}.sub-page-wrap .full-image{position:relative;width:100%;height:auto;display:block}.main-grid-wrapper{position:relative;width:100%;height:auto;margin-top:75px;margin-bottom:100px}@media only screen and (max-width:700px){.main-grid-wrapper{margin-top:60px;margin-bottom:60px}}.main-grid-wrapper .main-grid{position:relative;width:100%;height:auto}.main-grid-wrapper .main-grid .main-grid-block{position:relative;width:550px;height:auto;text-align:justify}@media only screen and (max-width:700px){.main-grid-wrapper .main-grid .main-grid-block{text-align:left}}.main-grid-wrapper .main-grid .main-grid-block.small-width{width:38.2%}.main-grid-wrapper .main-grid .main-grid-block.large-width{width:46.1%}.main-grid-wrapper .main-grid .stamp{position:absolute;height:auto}.main-grid-wrapper .main-grid .stamp.small{width:34%}.main-grid-wrapper .main-grid .stamp.large{width:41.7%}@media only screen and (max-width:1100px){.main-grid-wrapper .main-grid .main-grid-block{width:-moz-calc(100% - 200px)!important;width:-webkit-calc(100% - 200px)!important;width:-o-calc(100% - 200px)!important;width:calc(100% - 200px)!important;margin-left:100px!important;margin-top:0!important;left:initial!important;right:initial!important}.main-grid-wrapper .main-grid .main-grid-block.image{margin-bottom:50px!important}}@media only screen and (max-width:700px){.main-grid-wrapper .main-grid .main-grid-block{width:-moz-calc(100% - 100px)!important;width:-webkit-calc(100% - 100px)!important;width:-o-calc(100% - 100px)!important;width:calc(100% - 100px)!important;margin-left:50px!important}}@media only screen and (max-width:600px){.main-grid-wrapper .main-grid .main-grid-block{width:-moz-calc(100% - 60px)!important;width:-webkit-calc(100% - 60px)!important;width:-o-calc(100% - 60px)!important;width:calc(100% - 60px)!important;margin-left:30px!important}}.floorplan-slideshow{position:relative;width:-moz-calc(100% - 320px);width:-webkit-calc(100% - 320px);width:-o-calc(100% - 320px);width:calc(100% - 320px);max-width:1110px;margin:0 auto;margin-top:100px;margin-bottom:100px}@media only screen and (max-width:1100px){.floorplan-slideshow{width:-moz-calc(100% - 100px);width:-webkit-calc(100% - 100px);width:-o-calc(100% - 100px);width:calc(100% - 100px)}}@media only screen and (max-width:700px){.floorplan-slideshow{margin-top:60px}}@media only screen and (max-width:600px){.floorplan-slideshow{width:-moz-calc(100% - 60px);width:-webkit-calc(100% - 60px);width:-o-calc(100% - 60px);width:calc(100% - 60px)}}.floorplan-slideshow .floorplan-slide{width:100%;height:auto;margin-left:50px;margin-right:50px;cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.floorplan-slideshow .floorplan-slide:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.floorplan-slideshow .flickity-viewport,.floorplan-slideshow .flickity-slider{overflow:visible}.column-wrap{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding-top:50px}.text-page-wrap .column-wrap,#reservations .column-wrap{-webkit-justify-content:space-around;justify-content:space-around}@media only screen and (max-width:1100px){.column-wrap{display:block}}@media only screen and (max-width:700px){.column-wrap{padding-top:0}}.column-wrap .column.large{width:551px}.column-wrap .column.small{width:438px}@media only screen and (max-width:1100px){.column-wrap .column{width:-moz-calc(100% - 200px)!important;width:-webkit-calc(100% - 200px)!important;width:-o-calc(100% - 200px)!important;width:calc(100% - 200px)!important;display:block;height:auto;margin-left:100px;margin-bottom:100px}}@media only screen and (max-width:700px){.column-wrap .column{width:-moz-calc(100% - 100px)!important;width:-webkit-calc(100% - 100px)!important;width:-o-calc(100% - 100px)!important;width:calc(100% - 100px)!important;margin-left:50px!important;margin-bottom:60px}}@media only screen and (max-width:600px){.column-wrap .column{width:-moz-calc(100% - 60px)!important;width:-webkit-calc(100% - 60px)!important;width:-o-calc(100% - 60px)!important;width:calc(100% - 60px)!important;margin-left:30px!important}}.column-wrap .column img{position:relative;width:100%;height:auto;display:block}.column-wrap .column .text-page-images-wrap{position:relative;display:block;width:100%;height:auto}.column-wrap .column .text-page-images-wrap .text-page-image{display:none}.column-wrap .column .text-page-images-wrap .text-page-image:first-child{display:block}.text-page-wrap{position:relative;width:100%;height:auto;padding-top:100px;padding-bottom:200px}@media only screen and (max-width:700px){.text-page-wrap{padding-bottom:0}}.text-page-title{position:relative;margin-bottom:1.8em;font-family:"brandon-grotesque",sans-serif;font-style:normal;font-weight:500;font-size:20px;text-transform:uppercase;letter-spacing:.04em;color:#c39a6b}@media only screen and (max-width:700px){.text-page-title{margin-bottom:2.5em}}@media only screen and (max-width:600px){.text-page-title{font-size:22px}}.text-page-title span{border-bottom:1px solid #c39a6b}.text-page-sub-menu-item{display:inline-block;vertical-align:text-top;color:#000;border-bottom:1px solid;border-color:transparent;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;cursor:pointer}@media only screen and (max-width:700px){.text-page-sub-menu-item{display:block}}.text-page-sub-menu-item:hover{border-color:#c39a6b}.text-page-sub-menu-item.active{border-color:#c39a6b;color:#c39a6b}@media only screen and (max-width:700px){.text-page-sub-menu-item{margin-bottom:5px}.text-page-sub-menu-item:hover{border-color:transparent}.text-page-sub-menu-item.active{border-color:transparent}}.text-page-title div.divider{display:inline-block;vertical-align:text-top;margin-left:9px;margin-right:4px;color:#c39a6b}@media only screen and (max-width:700px){.text-page-title div.divider{display:none}}.text-page-title .divider:last-child{display:none!important}.text-page-content-section{display:none}.text-page-content-section:first-of-type{display:block}.footer-wrap{position:relative;width:100%;height:50px;background-color:#c39a6b}@media only screen and (max-width:850px){.footer-wrap{height:auto;padding-top:20px;padding-bottom:20px}}@media only screen and (max-width:600px){.footer-wrap{padding-top:30px;padding-bottom:30px}}.footer-wrap .footer-menu{position:absolute;list-style:none;top:0;font-size:0;padding-left:0}@media only screen and (max-width:850px){.footer-wrap .footer-menu{position:relative}}.footer-wrap .footer-menu.left{left:50px;text-align:left}@media only screen and (max-width:600px){.footer-wrap .footer-menu.left{left:30px}}.footer-wrap .footer-menu.center{left:50%;margin-right:-50%;-ms-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0);text-align:center}@media only screen and (max-width:850px){.footer-wrap .footer-menu.center{left:50px;margin-right:0;-ms-transform:translate(0,0);-moz-transform:translate(0,0);-webkit-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);text-align:left}}@media only screen and (max-width:600px){.footer-wrap .footer-menu.center{left:30px}}.footer-wrap .footer-menu.right{right:50px;text-align:right}@media only screen and (max-width:850px){.footer-wrap .footer-menu.right{right:initial;left:50px;text-align:left}}@media only screen and (max-width:600px){.footer-wrap .footer-menu.right{left:30px}}.footer-wrap .footer-menu .footer-menu-item{display:inline-block;font-family:"brandon-grotesque",sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:50px;color:#fff}@media only screen and (max-width:600px){.footer-wrap .footer-menu .footer-menu-item{font-size:18px}}.footer-wrap .footer-menu .footer-menu-item a{color:#fff}.footer-wrap .footer-menu.left .footer-menu-item{margin-right:40px}.footer-wrap .footer-menu.center .footer-menu-item{margin-left:20px;margin-right:20px}.footer-wrap .footer-menu.right .footer-menu-item{margin-left:40px}@media only screen and (max-width:850px){.footer-wrap .footer-menu .footer-menu-item{line-height:35px;margin-right:20px!important;margin-left:0!important}}