@import url("https://use.typekit.net/tqs5nse.css");
@font-face {
  font-family: "MinionProRegular";
  src: url("/fonts/MinionProRegular.eot");
  src: url("/fonts/MinionProRegular.eot") format("embedded-opentype"), url("/fonts/MinionProRegular.woff2") format("woff2"), url("/fonts/MinionProRegular.woff") format("woff"), url("/fonts/MinionProRegular.ttf") format("truetype"), url("/fonts/MinionProRegular.svg#MinionProRegular") format("svg");
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 35px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 10;
  font-size: 0;
  overflow: hidden;
  background-size: cover;
  cursor: pointer;
  opacity: 0.75;
}

.flex-direction-nav .flex-prev {
  background-image: url(/images/icons/prev.png);
  left: 30px;
}

.flex-direction-nav .flex-next {
  background-image: url(/images/icons/next.png);
  right: 30px;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 2;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 40px;
  height: 4px;
  display: block;
  background: #eeece8;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0.75;
  border: 1px solid #000;
}

.flex-control-paging li a:hover {
  background: #000;
}

.flex-control-paging li a.flex-active {
  background: #000;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
/* ------ venobox.css --------*/
.flexslider .slides img.overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

body {
  -webkit-overflow-scrolling: touch;
}

/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
  background: #181818;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.relativo {
  float: left;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader {
  position: fixed;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-image: url(/images/buttons/preload-circle.png);
  text-indent: -100px;
  overflow: hidden;
  animation: playload 1.4s steps(18) infinite;
}
@keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
/* IOS preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(/images/buttons/preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* dots preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:11px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(/images/buttons/preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/
/* quads preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:10px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(/images/buttons/preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 46px;
  height: 40px;
  padding: 10px 20px 10px 0;
  display: block;
  background: url(/images/buttons/close.gif) no-repeat #161617;
  background-position: 10px center;
  color: #fff;
  text-indent: -100px;
  overflow: hidden;
}

.vbox-next, .vbox-prev {
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-indent: -100px;
  overflow: hidden;
}

.vbox-prev {
  left: 10px;
  background: url(/images/buttons/prev.gif) center center no-repeat;
}

.vbox-next {
  right: 10px;
  background: url(/images/buttons/next.gif) center center no-repeat;
}

.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  padding: 6px 40px;
  overflow: hidden;
  background: #161617;
  position: fixed;
  display: none;
  top: -1px;
  left: 0;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  top: -1px;
  left: 0;
  height: 40px;
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  background: #161617;
  display: none;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  border: none;
  width: 960px;
  height: 720px;
}

@media (max-width: 992px) {
  .venoframe {
    width: 640px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .venoframe {
    width: 420px;
    height: 315px;
  }
}
@media (max-width: 460px) {
  .vbox-inline {
    width: 100%;
  }
  .venoframe {
    width: 100%;
    height: 260px;
  }
}
/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container {
  position: relative;
  background: #000;
  width: 98%;
  max-width: 1024px;
  margin: 0 auto;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vwrap {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

/* CSS Document */
.watermarkify-wrap {
  position: relative;
  overflow: hidden;
}

.watermarkify-watermark {
  position: absolute;
  left: 10px;
  display: block;
  color: #999;
  padding-left: 2px;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}

.watermarkify-watermark-blurred {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.grid_1 {
  width: 6.5%;
  display: flex;
  position: relative;
}

.grid_2 {
  width: 15%;
  display: flex;
  position: relative;
}

.grid_3 {
  width: 23.5%;
  display: flex;
  position: relative;
}

.grid_4 {
  width: 32%;
  display: flex;
  position: relative;
}

.grid_5 {
  width: 40.5%;
  display: flex;
  position: relative;
}

.grid_6 {
  width: 48%;
  display: flex;
  position: relative;
}

.grid_7 {
  width: 57.5%;
  display: flex;
  position: relative;
}

.grid_8 {
  width: 64%;
  display: flex;
  position: relative;
}

.grid_9 {
  width: 74.5%;
  display: flex;
  position: relative;
}

.grid_10 {
  width: 83%;
  display: flex;
  position: relative;
}

.grid_11 {
  width: 91.5%;
  display: flex;
  position: relative;
}

.grid_12 {
  width: 100%;
  display: flex;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

img {
  display: block;
  border: none;
  max-width: 100%;
  align-self: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea {
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 auto 20px auto;
  padding: 8px 10px;
  width: 100%;
  color: #000;
  background-color: #ffffff;
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: center;
  min-height: 100px;
}
textarea:focus {
  outline: none;
}
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
textarea:-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  opacity: 1;
}

input {
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 auto 20px auto;
  padding: 8px 10px;
  width: 100%;
  color: #000;
  background-color: #ffffff;
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: center;
}
input:focus {
  outline: none;
}
input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
input:focus:-moz-placeholder {
  opacity: 0.5;
}
input:focus::-moz-placeholder {
  opacity: 0.5;
}
input:focus:-ms-input-placeholder {
  opacity: 0.5;
}
input:-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:-ms-input-placeholder {
  opacity: 1;
}

select {
  font-family: montserrat, sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 auto 20px auto;
  padding: 8px 10px;
  width: 100%;
  color: #000;
  background-color: #ffffff;
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: center;
}
select:focus {
  outline: none;
}
select option {
  padding: 7px 5px;
  background: #fff;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  text-align-last: center;
}

html {
  height: 100%;
}

body {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  background-color: #eeece8;
  color: #000;
  margin: 0;
  padding: 80px 0 0 0;
  line-height: 1.3;
  height: 100%;
}

h1,
h2 {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
}
h1 span,
h2 span {
  font-style: italic;
}

h1,
.h1 {
  font-size: 80px;
  text-align: center;
  text-transform: capitalize;
}
h1.medium,
.h1.medium {
  font-size: 60px;
}

h2 {
  font-size: 60px;
  text-align: center;
  text-transform: capitalize;
}

h3,
.h3 {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
}

p {
  font-size: 14px;
}
p.large {
  font-size: 20px;
  letter-spacing: 0.15em;
}
p .pobox {
  font-size: 12px;
  display: block;
  line-height: 1;
}
p.uppercase {
  text-transform: uppercase;
}

span.text {
  font-size: 14px;
  padding-bottom: 0.7em;
}
span.text .pobox {
  font-size: 12px;
  display: block;
  line-height: 1;
}

span.text.large {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

p.w400 {
  max-width: 100%;
  width: 400px;
}

span.text.w400 {
  max-width: 100%;
  width: 400px;
}

.w500 {
  max-width: 100%;
  width: 500px;
}

p.w600 {
  max-width: 100%;
  width: 600px;
}

span.text.w600 {
  max-width: 100%;
  width: 600px;
}

.w820 {
  max-width: 100%;
  width: 820px;
}

p.projectname {
  font-size: 16px;
  letter-spacing: 0.05em;
  display: block;
  text-align: right;
  color: #000;
  padding: 10px 0;
  font-weight: normal;
}

span.text.projectname {
  font-size: 16px;
  letter-spacing: 0.05em;
  display: block;
  text-align: right;
  color: #000;
  padding: 10px 0;
  font-weight: normal;
}

span.projectname {
  display: block;
  text-align: center;
  color: #000;
  padding: 10px 0;
}

p.projectname.centeralign.uppercase {
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
}

span.text.projectname.centeralign.uppercase {
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
}

p.articleheadline {
  font-size: 14px;
  text-align: center;
}

span.text.articleheadline {
  font-size: 14px;
  text-align: center;
}

p.suburb {
  font-size: 12px;
  text-transform: uppercase;
}

span.text.suburb {
  font-size: 12px;
  text-transform: uppercase;
}

p.date {
  font-size: 12px;
}

span.text.date {
  font-size: 12px;
}

p.author {
  font-size: 10px;
  text-align: left;
  margin: 0;
}

span.text.author {
  font-size: 10px;
  text-align: left;
  margin: 0;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2vw;
  z-index: 10;
  height: 80px;
  background-color: #eeece8;
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  margin: 0;
  width: 40%;
}
header nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: auto;
}
header nav ul Li {
  list-style: none;
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}
header nav ul Li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 6px;
  z-index: 3;
}
@media (hover: hover) {
  header nav ul Li a:hover {
    font-weight: bold;
  }
}
header nav ul Li ol {
  display: block;
  position: absolute;
  text-align: left;
  padding: 34px 6px 10px;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  background-color: #eeece8;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
header nav ul Li ol li {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}
@media (hover: hover) {
  header nav ul Li:hover ol {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    pointer-events: initial;
  }
}
header .logo {
  margin: 0 auto;
  display: block;
  width: 140px;
}
header .logo svg {
  width: 100% !important;
  height: auto;
}
header .logo svg path {
  fill: #000 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#page-home {
  padding: 0;
}
#page-home header {
  background-color: transparent;
  background-color: transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#page-home header nav ul li a {
  color: #eeece8;
}
#page-home header nav ul li a.home {
  text-decoration: underline;
  cursor: default;
}
#page-home header nav ul li ol {
  background-color: transparent;
}
#page-home header .logo {
  margin: 0 auto;
  display: block;
  width: 140px;
}
#page-home header .logo svg path {
  fill: #eeece8 !important;
}
#page-home header._bg {
  background-color: #eeece8;
}
#page-home header._bg nav ul li a {
  color: #000;
}
#page-home header._bg nav ul li ol {
  background-color: #eeece8;
}
#page-home header._bg .logo svg path {
  fill: #000 !important;
}

#page-aboutus header nav ul li a.about {
  text-decoration: underline;
  cursor: default;
}
#page-collection header nav ul li a.collection {
  text-decoration: underline;
  cursor: default;
}
#page-collection .register h2 {
  color: #ffffff;
}
#page-collection .register .b_submit {
  background-color: #eeece8;
  color: #000;
}

#page-reverie header nav ul li a.reverie {
  text-decoration: underline;
  cursor: default;
}

#page-invest header nav ul li a.invest {
  text-decoration: underline;
  cursor: default;
}

#page-news header nav ul li a.news {
  text-decoration: underline;
  cursor: default;
}

#page-contact header nav ul li a.contact {
  text-decoration: underline;
  cursor: default;
}

footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
footer > div {
  width: calc(100% - 80px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
footer > div a {
  margin-right: 20px;
  font-size: 12px;
  text-transform: initial !important;
  margin-bottom: 10px;
}
footer > div p {
  font-size: 12px;
  margin-right: 20px;
}

#nav-toggle {
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 21px;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: none;
}
#nav-toggle span {
  cursor: pointer;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #000;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}
#nav-toggle span:after {
  cursor: pointer;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #000;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
  top: 10px;
}
#nav-toggle span:before {
  cursor: pointer;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #000;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
  top: -10px;
}

#nav-toggle.active span {
  border-color: transparent;
}
#nav-toggle.active span:after {
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}
#nav-toggle.active span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

form.subscribe {
  width: 400px;
  max-width: 100%;
  margin: auto;
}

form.formEnquiry {
  width: 400px;
  max-width: 100%;
  margin: auto;
}

input.b_submit {
  color: #fff;
  background-color: #d2cfc7;
  cursor: pointer;
}

select.b_submit {
  color: #fff;
  background-color: #d2cfc7;
  cursor: pointer;
}

textarea.b_submit {
  color: #fff;
  background-color: #d2cfc7;
  cursor: pointer;
}

.privacy {
  font-size: 10px;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}
#chkInternational + label {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: #fff;
  padding: 2px 0 2px 26px;
}
#chkInternational:checked + label {
  background: url(/images/buttons/check.png) no-repeat left center;
}

ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}
ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}
li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
}
div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}
div.token-input-dropdown-project ul li {
  background-color: #ffffff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}
div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #ffffff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #ffffff;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

ul.parsley-errors-list.filled {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}
ul.parsley-errors-list.filled li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
}

ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
}

section {
  display: block;
  position: relative;
  width: calc(100% - 80px);
  margin: auto;
}
section.landing {
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
section.landing .flexslider,
section.landing .slides,
section.landing .li,
section.landing img {
  width: 100%;
  height: 100%;
}

.container {
  width: 1024px;
  max-width: 100%;
  margin: auto;
  flex-flow: wrap;
}

.container.small {
  width: 768px;
}

.container.large {
  width: 1280px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
}
#preloader > div {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 4s width;
  -webkit-transition: 4s width;
  -moz-transition: 4s width;
  -ms-transition: 4s width;
  -o-transition: 4s width;
}
#preloader > div img {
  margin: auto;
  max-width: 80vw;
  width: 500px;
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#preloader .dark {
  background-color: #000;
}
#preloader .light {
  background-color: #eeece8;
}

.light {
  color: #eeece8;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.btn {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
}

.btn2 {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  color: #eeece8;
  background-color: #ccc;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 24px;
  display: block;
  margin: auto;
}

#service {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
#service .service-holder {
  padding: 0 50px;
}
#service .service-holder h2 {
  padding: 20px 0;
}

.slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  color: transparent;
  font-size: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
  background-image: url(/images/icons/left_arrow.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-arrow.slick-next {
  right: 0;
  background-image: url(/images/icons/right_arrow.svg);
}

.name {
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 0.3em;
}

.title {
  font-weight: normal;
  margin-bottom: 1em;
}

.tiles {
  background-color: #d2cfc7;
  transition: 0.3s opacity;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
}

.readmore {
  position: relative;
}
.readmore span {
  position: relative;
  overflow: hidden;
}
.readmore span::after {
  content: "READ MORE";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  background-color: #d2cfc7;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 100%;
}
.readmore:hover span:last-child:after {
  top: 0;
}

.project_website {
  text-transform: uppercase;
}

.visit {
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.visit span {
  font-weight: normal;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.lastupdate {
  font-size: 10px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

#TandC * {
  font-size: 12px;
  line-height: normal;
}

.middle-center-position {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.ratio1by1 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg .bg-bottom {
  background-position: bottom;
}

.partner-logo {
  width: 150px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.fullwidth,
.full-width {
  width: 100%;
}

.logoImg {
  width: 220px;
  display: block;
  margin: auto;
}

.fullheight,
.full-height {
  height: 100%;
}

.row {
  display: flex;
  flex-flow: wrap;
}

.column {
  display: flex;
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

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

.dark-layer {
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.light-layer {
  background-color: rgba(237, 235, 232, 0.8);
  pointer-events: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.grid_4:hover .light-layer {
  background-color: rgba(237, 235, 232, 0.2);
}

.bg-sikkens {
  background-color: #d2cfc7;
}

.spacebetween {
  justify-content: space-between;
}

.spacearound {
  justify-content: space-around;
}

.centeralign {
  text-align: center;
}

.wrap {
  flex-flow: wrap;
}

.h-center {
  justify-content: center;
}

.v-center {
  align-items: center;
}

.ptl {
  padding-top: 100px;
}

.pbl {
  padding-bottom: 100px;
}

.ptm {
  padding-top: 50px;
}

.pbm {
  padding-bottom: 50px;
}

.pts {
  padding-top: 20px;
}

.pbs {
  padding-bottom: 20px;
}

.ptxs {
  padding-top: 10px;
}

.pbxs {
  padding-bottom: 10px;
}

.mbs {
  margin-bottom: 30px;
}

.mbm {
  margin-bottom: 50px;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.pb20 {
  padding-bottom: 10px;
}

.upperacse {
  text-transform: uppercase;
}

.hampton-img {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.fully-video {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hampton-gallery {
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-wrap: nowrap;
}
.hampton-gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 38%;
  aspect-ratio: 4/2;
}
.hampton-gallery img:last-child {
  width: 19%;
  aspect-ratio: 1/1;
}

.project-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project-gallery img {
  margin-bottom: 8px;
}
.project-gallery img:nth-child(1) {
  width: calc(60% - 4px);
  aspect-ratio: 3/2;
}
.project-gallery img:nth-child(2) {
  width: calc(40% - 4px);
  aspect-ratio: 1/1;
}
.project-gallery img:nth-child(3) {
  width: calc(33.3333333333% - 5.3px);
  aspect-ratio: 2/3;
}
.project-gallery img:nth-child(4) {
  width: calc(33.3333333333% - 5.3px);
  aspect-ratio: 2/3;
}
.project-gallery img:nth-child(5) {
  width: calc(33.3333333333% - 5.3px);
  aspect-ratio: 2/3;
}
.project-gallery img:nth-child(6) {
  width: calc(40% - 4px);
  aspect-ratio: 1/1;
}
.project-gallery img:nth-child(7) {
  width: calc(60% - 4px);
  aspect-ratio: 3/2;
}

.just-mobile {
  display: none;
}

.lazy-fade {
  opacity: 0;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}
.lazy-fade.fadeIn {
  opacity: 1;
}

.spyre-capital h2 {
  display: flex;
  align-items: flex-end;
}
.spyre-capital h2 img {
  height: 1em;
}

.fs50 {
  font-size: 50px;
}

@media screen and (max-width: 1100px) {
  .ptl {
    padding-top: 100px;
  }
  .pbl {
    padding-bottom: 100px;
  }
  .ptm {
    padding-top: 35px;
  }
  .pbm {
    padding-bottom: 35px;
  }
  .pts {
    padding-top: 18px;
  }
  .pbs {
    padding-bottom: 18px;
  }
  .mbs {
    margin-bottom: 18px;
  }
  .mbm {
    margin-bottom: 35px;
  }
  body {
    padding-top: 65px;
  }
  #service .service-holder {
    padding: 0 20px;
  }
  h1,
  .h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 30px !important;
  }
  p.large {
    font-size: 18px;
  }
  .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .just-mobile {
    display: block;
  }
  .just-mobile.flex {
    display: flex;
  }
  .just-desktop {
    display: none !important;
  }
  header {
    background-color: #eeece8;
    z-index: 10;
  }
  header nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    left: 0;
    top: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  header nav:last-child {
    bottom: 0;
    top: auto;
  }
  header nav ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: auto;
  }
  header nav ul Li {
    list-style: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto !important;
  }
  header nav ul Li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000 !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    padding: 6px 10px;
    border: 1px solid transparent;
    border-radius: 6px;
    margin: 6px auto;
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }
  header nav ul Li ol {
    display: block;
    position: relative;
    text-align: center;
    padding: 0 0;
    list-style: none;
    opacity: 1;
    background-color: transparent !important;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    pointer-events: initial;
  }
  header nav ul Li ol li {
    text-align: center;
  }
  header.active_nav nav {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .hampton-gallery {
    flex-wrap: wrap;
    gap: 0;
  }
  .hampton-gallery img {
    width: 100% !important;
    padding: 20px;
    padding-top: 0;
  }
  .hampton-gallery img:last-child {
    aspect-ratio: initial;
  }
  .light-layer {
    background-color: rgba(237, 235, 232, 0);
  }
  .ptl {
    padding-top: 100px;
  }
  .pbl {
    padding-bottom: 100px;
  }
  .ptm {
    padding-top: 35px;
  }
  .pbm {
    padding-bottom: 35px;
  }
  .pts {
    padding-top: 18px;
  }
  .pbs {
    padding-bottom: 18px;
  }
  .mbs {
    margin-bottom: 18px;
  }
  .mbm {
    margin-bottom: 35px;
  }
  .m-mbm {
    margin-bottom: 35px;
  }
  .no-last-child.m-mbm:last-child {
    margin-bottom: 0;
  }
  .grid_6,
  .grid_7 {
    width: 100%;
  }
  .grid_4 {
    width: 100%;
  }
  .grid_3 {
    width: 100%;
  }
  .grid_5 {
    width: 100%;
  }
  .m-column {
    flex-flow: column;
  }
  .m-column-reverse {
    flex-flow: column-reverse;
  }
  footer div {
    flex-flow: wrap;
    width: calc(100% - 40px);
  }
  footer div a {
    width: 25%;
  }
  footer > div:last-child {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
  }
  footer > div:last-child p {
    padding-bottom: 20px;
  }
  #nav-toggle {
    right: 20px;
    display: block;
  }
  section {
    width: calc(100% - 40px);
  }
  .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-size: contain;
  }
  .slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }
  #service .service-holder {
    padding: 0;
  }
  #page-collection.details section.landing {
    height: initial;
  }
  .register {
    width: 100%;
  }
  .m-gap20 {
    gap: 20px;
  }
  .m-fullwidth {
    max-width: 100%;
    width: 100%;
  }
  .m-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}/*# sourceMappingURL=style.css.map */