@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* { /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

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

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.wrap {
  text-align: left;
}

input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

.wrap > *:not(*:root) {
  margin-left: -4px;
} /*--- FIx for safari flexibleg grid--*/
*:focus {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

/*---Fix for wow---*/
.wow {
  visibility: hidden;
}

/*---General---*/
#content {
  overflow: hidden;
}

html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto;
}

[class*=_fullcontainer] {
  width: calc(100% - 90px);
  margin: 0px auto;
}

[class*=_largecontainer]:not(.fancybox__container) {
  width: 100%;
  margin: 0px auto;
  max-width: 1366px;
}

[class*=_container]:not(.fancybox__container) {
  width: 100%;
  margin: 0px auto;
  max-width: 1240px;
}

[class*=_medcontainer] {
  width: 100%;
  margin: 0px auto;
  max-width: 1000px;
}

[class*=_smallcontainer] {
  width: 100%;
  margin: 0px auto;
  max-width: 960px;
}

[class*=_smallercontainer] {
  width: 100%;
  margin: 0px auto;
  max-width: 800px;
}

[class*=_narrowcontainer] {
  width: 100%;
  margin: 0px auto;
  max-width: 680px;
}

[class*=col-] {
  transition: 0.2s;
}

/*---Text style---*/
.uppertext {
  text-transform: uppercase;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.lightf {
  font-weight: 400;
}

.mediumf {
  font-weight: 500;
}

.heavyf {
  font-weight: 700;
}

/*---Padding---*/
.padt5 {
  padding-top: 5%;
}

.padb5 {
  padding-bottom: 5%;
}

.padbo35 {
  padding-bottom: 35px;
}

.tbpad5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.tbpad8 {
  padding-top: 8%;
  padding-bottom: 8%;
}

.tbpad10 {
  padding-top: 10%;
  padding-bottom: 10%;
}

.tbpad15 {
  padding-top: 15%;
  padding-bottom: 15%;
}

.padtb35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.padtb45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.padtb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padtb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.lfpad5 {
  padding-left: 5%;
  padding-right: 5%;
}

.padlf0 {
  padding-left: 0px;
  padding-right: 0px;
}

.padlf15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padlf45 {
  padding-left: 45px;
  padding-right: 45px;
}

.padall5 {
  padding: 5%;
}

.padall10 {
  padding: 10%;
}

.pad35 {
  padding: 35px;
}

.pad0 {
  padding: 0px;
}

/*--- Margin---*/
.marb0 {
  margin-bottom: 0px;
}

.marb30 {
  margin-bottom: 30px;
}

.marb40 {
  margin-bottom: 40px;
}

.bheight20 {
  height: 20px;
}

.bheight30 {
  height: 30px;
}

.bheight40 {
  height: 40px;
}

.bheight60 {
  height: 60px;
}

.height_50 {
  height: 50vh;
}

.height_60 {
  height: 60vh;
}

.height_70 {
  height: 70vh;
}

.height_75 {
  height: 75vh;
}

.height_85 {
  height: 85vh;
}

.height_90 {
  height: 90vh;
}

.height_100 {
  height: 100vh;
}

.height_105 {
  height: 105vh;
}

.height_110 {
  height: 110vh;
}

.height_200 {
  height: 200vh;
}

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

.bck_center {
  background-position: center;
}

.bck_bottom {
  background-position: center bottom;
}

.bck_atth {
  overflow: hidden;
}

.bck_parallax {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.bck_botshadow {
  position: relative;
}

@font-face {
  font-family: "Caxton Light";
  src: url("../fonts/Caxton-Light.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Rockwell";
  src: url("../fonts/Rockwell.ttc");
  font-weight: 400;
}
@font-face {
  font-family: "PP";
  src: url("../fonts/PPNeueMachina-InktrapUltrabold.otf");
}
/*---
@font-face{
    font-family: 'Futura Book';
    src:url("../fonts/FuturaPTBook.otf");
}

@font-face{
    font-family: 'Futura Bold';
    src:url("../fonts/FuturaPTBold.otf");
}

@font-face{
    font-family: 'Futura Light';
    src:url("../fonts/FuturaPTLight.otf");
}

@font-face{
    font-family: 'Futura Medium';
    src:url("../fonts/FuturaPTMedium.otf");
}
---*/
html {
  scroll-behavior: smooth;
}

img {
  display: block;
}

/*---Typography---*/
#registration *, p, a, h1, h2, h3, h4, h5, h6, body, input, button, html, select, textarea, table, tr, td, ul, ol, li {
  font-family: "Caxton Light";
}

.font-rockwell {
  font-family: "Rockwell";
}

.font-pp {
  font-family: "PP";
}

.popup-portfolio *, .tab-nav-list a, #headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item ul.sub-menu li a, .gfield_checkbox .gchoice label, .gform_button, .gform_body::after, h5, h4, h4.big, .font-corporate-s, p {
  font-family: corporate-s, sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

.progress-swiper-section .progress-slide .progress-caption p, .floorplan-box .plot-type .plot-type-name, .statistic-box *, .map-agenda-wrapper *, .font-futura-book {
  font-family: "futura-pt" !important;
  font-weight: 400;
}

.floorplan-box .plot-cta, .floorplan-box .plot-type .plot-type-value, .facts-list *, .accordion-title, .cta-outline-carrot, .font-futura-bold {
  font-family: "futura-pt" !important;
  font-weight: 700;
}

.font-futura-light {
  font-family: "futura-pt" !important;
  font-weight: 300;
}

.floorplan-box .plot-area .plot-area-value, .floorplan-box .plot-area .plot-area-name, .font-futura-medium {
  font-family: "futura-pt" !important;
  font-weight: 500;
}

.footer a.footer-social:hover, .footer a.footer-social, .footer a:not(.footer-social):hover, .footer a:not(.footer-social), .gform_button:hover, .gform_button, .floorplan-box:hover .plot-cta .plot-cta-text:after, .floorplan-box:hover .plot-cta .plot-cta-arrow svg polygon, .floorplan-box:hover .plot-area .plot-area-value, .floorplan-box:hover .plot-type .plot-type-value, .floorplan-box:hover, .floorplan-box .plot-cta .plot-cta-text:after, .floorplan-box .plot-cta .plot-cta-arrow svg polygon, .floorplan-box *, .floorplan-box, .accordion-title.active .accordion-title-container span, .accordion-title .accordion-title-container span, .portfolio-grid .portfolio-box:hover, .portfolio-grid, .cta-readmore.active:before, .cta-close.active:before, .cta-readmore, .cta-close, #headerMenu .menu-overlay .menu-item-has-children:hover ul.sub-menu, #headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item ul.sub-menu li a:hover:after, #headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item ul.sub-menu li a:after, #headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item ul.sub-menu, #headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item:hover a:before, #headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item a, #headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu.active span:nth-child(3), #headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu.active span:nth-child(2), #headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu.active span:nth-child(1), #headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu span:nth-child(3), #headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu span:nth-child(2), #headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu span:nth-child(1), .cta-outline-carrot:hover, .cta-outline-carrot, .cta-outline:hover, .cta-outline {
  transition: 0.5s;
}

body {
  font-size: 14px;
  line-height: 1.25em;
  background-color: #ffffff;
  color: #000000;
  height: 100%;
  width: 100%;
}

.font-uppercase {
  text-transform: uppercase;
}

.font-bold {
  font-weight: 700;
}

span {
  font-family: inherit;
}

b, strong {
  font-weight: 700;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  color: unset;
}

/*---Color---*/
.white {
  color: #ffffff !important;
}

.darkgreen {
  color: #15504c;
}

.darkbrown {
  color: #9d592f;
}

.carrot {
  color: #c45852;
}

.brown {
  color: #a85522;
}

.bck-darkgreen {
  background-color: #15504c;
}

h1 {
  font-size: 3.5em;
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

h2 {
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: 25px;
}

h2.biggap {
  line-height: 1.5em;
}

h3 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 25px;
}

h3.small {
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 25px;
}

h4.big {
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 25px;
}

h4 {
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 25px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

p.big {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

p.small {
  font-size: 12px;
  line-height: 16px;
}

#registration input, #registration textarea {
  font-family: corporate-s, sans-serif !important;
  font-size: 20px !important;
  line-height: 26px !important;
}

.gform_heading {
  display: none;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.marb0 {
  margin-bottom: 0px;
}

.marb5 {
  margin-bottom: 5%;
}

.marb15 {
  margin-bottom: 15px;
}

.marb20 {
  margin-bottom: 20px;
}

.marb35 {
  margin-bottom: 35px;
}

.mart5 {
  margin-top: 5%;
}

.lfpad0 {
  padding-left: 0px;
  padding-right: 0px;
}

.tbpad5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.tbpad35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.padb5 {
  padding-bottom: 5%;
}

.padb20 {
  padding-bottom: 20px;
}

.padb35 {
  padding-bottom: 35px;
}

.padall8 {
  padding: 8%;
}

.padall10 {
  padding: 10%;
}

.cta-outline {
  padding: 5px 15px 8px 15px;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-family: corporate-s, sans-serif !important;
}
.cta-outline:hover {
  background-color: #000000;
  color: #ffffff;
}

.cta-outline-carrot {
  padding: 8px 45px 8px 45px;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  color: #c45852 !important;
  border: 1px solid #c45852;
  background-color: #000000;
}
.cta-outline-carrot:hover {
  background-color: #c45852;
  color: #ffffff !important;
}

.cta-center {
  margin: auto;
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.fancybox__container {
  z-index: 100000;
}

/*---Header---*/
#headerMenu {
  position: fixed;
  top: 15px;
  background-color: #ffffff;
  width: 100%;
  z-index: 10000;
  transition: 1s;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#headerMenu.sticky {
  background-color: #ffffff !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
}
#headerMenu.sticky .menu-mobile #mobileMenuToggle .cta-mobile-menu span {
  background-color: #000000 !important;
}
#headerMenu .menu-logo {
  display: block;
  max-width: 200px;
  margin-left: 10px;
}
#headerMenu .menu-mobile {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 2;
}
#headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu {
  display: block;
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
}
#headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu span {
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
}
#headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 250%);
}
#headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
#headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu span:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -350%);
}
#headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu.active span {
  background-color: #000000 !important;
}
#headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu.active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
#headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu.active span:nth-child(2) {
  opacity: 0;
}
#headerMenu .menu-mobile #mobileMenuToggle .cta-mobile-menu.active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#headerMenu .menu-overlay {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 5vw 25vw 5vw 5vw;
  min-height: calc(100vh + 15px);
  position: absolute;
  z-index: 1000;
  top: -15px;
  right: 0;
  width: 50vw;
  max-width: 600px;
  transform: translate(51vw, 0px);
  transition: 1s;
}
#headerMenu .menu-overlay.active {
  transform: translate(0vw, 0px);
  transition: 1s;
}
#headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item {
  transition: 0.5s 0.7s;
  transform: translateX(-20px);
  opacity: 0;
}
#headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item a {
  position: relative;
  display: block;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 36px;
  text-transform: lowercase;
  color: #15504c;
}
#headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item a:before {
  content: " ";
  display: block;
  width: 50px;
  height: 31px;
  position: absolute;
  left: -10px;
  top: 2px;
  background-image: url("/wp-content/themes/scland/images/sc-menu-arrow.png");
  background-size: cover;
  opacity: 0;
  transition: 0.3s;
}
#headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item:hover a {
  padding-left: 55px;
  color: #9d592f;
  transition: 0.3s;
}
#headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item:hover a:before {
  left: 0px;
  opacity: 1;
}
#headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
  width: 465px;
  height: 0;
  overflow: hidden;
  padding-left: 75px;
}
#headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item ul.sub-menu li a {
  position: relative;
  color: #999999;
  padding-left: 0px;
  font-size: 18px !important;
  margin-right: 45px;
  text-transform: uppercase;
}
#headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item ul.sub-menu li a:before {
  display: none !important;
}
#headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item ul.sub-menu li a:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background-color: #9d592f;
}
#headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item ul.sub-menu li a:hover {
  color: #9d592f;
}
#headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item ul.sub-menu li a:hover:after {
  width: 100%;
}
#headerMenu .menu-overlay .menu-item-has-children:hover {
  cursor: pointer;
}
#headerMenu .menu-overlay .menu-item-has-children:hover a {
  margin-bottom: 10px !important;
}
#headerMenu .menu-overlay .menu-item-has-children:hover ul.sub-menu {
  height: 60px !important;
}
#headerMenu .menu-overlay .menu-item-has-children:hover ul.sub-menu li {
  opacity: 1 !important;
}

.window-overlay {
  display: block;
  visibility: hidden;
  background-color: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  opacity: 0;
}
.window-overlay.active {
  opacity: 0.6;
}

/*---General Homepage---*/
.section-title {
  padding-top: 5%;
}

.h2-spanbig {
  font-size: 1.2em;
}

.imagebackground-automoving {
  z-index: 3000;
  top: 0px;
  left: 0px;
  text-align: center;
  padding: 0px;
  background-color: #C0DEED;
  background: url("/wp-content/themes/scland/images/sc-onmi02-shop.jpg");
  background-size: cover;
  padding-bottom: 40%;
  width: 100%;
  animation: large-bg-image-animasi 60s linear infinite;
  -ms-animation: large-bg-image-animasi 60s linear infinite;
  -moz-animation: large-bg-image-animasi 60s linear infinite;
  -webkit-animation: large-bg-image-animasi 60s linear infinite;
}

@keyframes large-bg-image-animasi {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/*---Omni---*/
.omni-title {
  padding-top: 12%;
}

/*---Expand---*/
.cta-readmore, .cta-close {
  position: relative;
  color: #15504c;
  padding: 10px;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.cta-readmore:before, .cta-close:before {
  content: " ";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #15504c;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}
.cta-readmore.white, .cta-close.white {
  color: #ffffff;
}
.cta-readmore.white:before, .cta-close.white:before {
  background-color: #ffffff;
}
.cta-readmore.active:before, .cta-close.active:before {
  width: 100%;
}

.cta-close {
  font-size: 24px;
  padding-top: 20px;
}

button.carousel__button.is-close {
  visibility: hidden;
}

#gravity-thankyou button.carousel__button.is-close {
  visibility: visible;
}

/*---About Expand---*/
.home-icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-icon-list .home-icon-box {
  flex-basis: 50%;
  padding: 0px 5%;
  margin-bottom: 30px;
}
.home-icon-list .home-icon-box * {
  color: #ffffff;
}
.home-icon-list .home-icon-box h4 {
  margin-bottom: 15px;
  line-height: 1.1em;
}
.home-icon-list .home-icon-box img {
  max-width: 80px;
  margin: 0px auto 15px auto;
}

/*---Portfolio listing---*/
.tab-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.tab-nav-list a {
  color: #ffffff;
  border: 1px solid #a85522;
  padding: 5px 25px 8px 25px;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
}
.tab-nav-list a.active {
  background-color: #a85522;
}

/*---.tab-nav-list a[data-filter=".upcoming"] {pointer-events: none;color: grey;}---*/
.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.portfolio-grid .portfolio-box {
  padding-left: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
  flex-basis: 25%;
  width: 100%;
  max-width: 25%;
  border: 1px solid #000000;
  transition: all 0s;
  margin-bottom: 30px;
}
.portfolio-grid .portfolio-box .portfolio-image {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  filter: grayscale(1);
}
.portfolio-grid .portfolio-box h3 {
  margin-bottom: 5px;
  color: #15504c;
  line-height: 1em;
  text-transform: uppercase;
  padding-right: 15px;
  min-height: 50px;
}
.portfolio-grid .portfolio-box h5 {
  margin-bottom: 5px;
  color: #15504c;
}
.portfolio-grid .portfolio-box:before {
  content: "more info";
  color: #ffffff;
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-decoration: underline;
  opacity: 0;
}
.portfolio-grid .portfolio-box:hover {
  background-color: #a85522;
}
.portfolio-grid .portfolio-box:hover * {
  color: #ffffff;
}
.portfolio-grid .portfolio-box:hover .portfolio-image {
  filter: grayscale(0);
}
.portfolio-grid .portfolio-box:hover:before {
  opacity: 1;
}
.portfolio-grid .portfolio-box:nth-child(1), .portfolio-grid .portfolio-box:nth-child(2), .portfolio-grid .portfolio-box:nth-child(3), .portfolio-grid .portfolio-box:nth-child(4) {
  xdisplay: block;
}

.popup-portfolio .popup-portfolio-image {
  margin-top: 45px;
  padding-bottom: 40vh;
  min-height: 450px;
  background-size: cover;
  background-position: center;
}
.popup-portfolio .popup-portfolio-desc {
  padding: 15px 60px 60px 60px;
  color: #ffffff;
}
.popup-portfolio .popup-portfolio-desc p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 30px;
}
.popup-portfolio .popup-portfolio-logo-section {
  min-height: 120px;
  margin-top: 45px;
  position: relative;
}
.popup-portfolio .popup-portfolio-logo-section .popup-portfolio-logo {
  position: absolute;
  left: 15px;
  top: 0;
}
.popup-portfolio .popup-portfolio-logo-section .popup-portfolio-logo h2 {
  font-family: "Caxton Light" !important;
}
.popup-portfolio .popup-portfolio-logo-section .popup-portfolio-logo h5 {
  margin-bottom: 10px;
}
.popup-portfolio .popup-portfolio-details {
  padding: 60px 20px;
}
.popup-portfolio .popup-portfolio-details .details-box p {
  color: #9d592f;
  margin-bottom: 0px;
  font-size: 13px;
}
.popup-portfolio .popup-portfolio-details .details-box h3 {
  font-size: 26px;
  line-height: 26px;
}
.popup-portfolio .popup-portfolio-details.popup-fix-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0px 20px;
  width: 100%;
}

/*---Accordion---*/
#projectDetails {
  background-color: #000000;
  border-top: 1px solid #c45852;
  border-bottom: 1px solid #c45852;
}

.accordion {
  position: relative;
  z-index: 2;
  border-top: 1px solid #c45852;
  border-bottom: 1px solid #c45852;
  font-size: 20px;
}
.accordion * {
  color: #ffffff;
}
.accordion *.carrot {
  color: #c45852;
}

.accordion-title {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: transparent;
  text-align: center;
}
.accordion-title .accordion-title-container {
  max-width: 1366px;
  margin: auto;
  position: relative;
}
.accordion-title .accordion-title-container span {
  color: #c45852;
}
.accordion-title .accordion-title-container .accordion-plus {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
}
.accordion-title .accordion-title-container .accordion-plus span:nth-child(1) {
  background-color: #c45852;
  display: block;
  width: 22px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.accordion-title .accordion-title-container .accordion-plus span:nth-child(2) {
  background-color: #c45852;
  display: block;
  width: 3px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.accordion-title.active .accordion-title-container span {
  color: #ffffff;
}
.accordion-title.active .accordion-title-container .accordion-plus span:nth-child(1) {
  background-color: #ffffff;
  width: 30px;
  height: 3px;
}
.accordion-title.active .accordion-title-container .accordion-plus span:nth-child(2) {
  background-color: #ffffff;
  height: 0px;
}

.accordion-content {
  padding-top: 5%;
  padding-bottom: 5%;
}

/*---Map---*/
.map-agenda-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.map-agenda-wrapper .map-agenda {
  flex-basis: 50%;
}
.map-agenda-wrapper .map-agenda p.big {
  font-size: 16px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 6px;
  max-width: 90%;
}
.map-agenda-wrapper .map-agenda p {
  font-size: 12px;
  line-height: 16px;
}
.map-agenda-wrapper .map-line-box {
  display: flex;
  flex-wrap: wrap;
}
.map-agenda-wrapper .map-line-box .map-line-yellow {
  border: 0.5px dashed #fff000;
  flex-basis: 50px;
  margin-right: 10px;
  margin-top: 10px;
  height: 1px;
  width: 100%;
  max-width: 80px;
}
.map-agenda-wrapper .map-line-box .map-line-pink {
  border: 0.5px dashed #eb008a;
  flex-basis: 50px;
  margin-right: 10px;
  margin-top: 10px;
  height: 1px;
  width: 100%;
  max-width: 80px;
}
.map-agenda-wrapper .map-line-box .map-line-blue {
  border: 0.5px dashed #6bcdf4;
  flex-basis: 50px;
  margin-right: 10px;
  margin-top: 10px;
  height: 1px;
  width: 100%;
  max-width: 80px;
}

/*---Statistic---*/
.statistic-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
  max-width: 250px;
}
.statistic-box .statistic-number {
  font-size: 60px;
  line-height: 50px;
  margin-right: 10px;
  letter-spacing: -3px;
}
.statistic-box .statistic-unit, .statistic-box .statistic-title, .statistic-box .statistic-sf {
  font-size: 14px;
  letter-spacing: 0px;
}
.statistic-box .statistic-title {
  margin-bottom: 5px;
}
.statistic-box:last-child {
  border-bottom: 0px;
}

.facts-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.facts-list .facts-box {
  flex-basis: 150px;
  text-align: center;
}
.facts-list .facts-box img {
  max-width: 60px;
  margin: 0px auto 10px auto;
}
.facts-list .facts-box h6 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

.floorplan-box {
  padding: 20px;
  background-color: #d4d0cf;
  margin-bottom: 30px;
  position: relative;
}
.floorplan-box .plot-type {
  position: relative;
  margin-bottom: 20px;
}
.floorplan-box .plot-type .plot-type-name {
  position: absolute;
  top: 15px;
  left: 27px;
  top: 25px;
  font-size: 34px;
  color: #000000;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  width: 60px;
  height: 40px;
  margin-bottom: 0px;
}
.floorplan-box .plot-type .plot-type-value {
  display: inline-block;
  margin-left: 33px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #c45852;
  border-top: 5px solid #000000;
  border-bottom: 5px solid #000000;
}
.floorplan-box .plot-area {
  display: block;
  margin-bottom: 15px;
}
.floorplan-box .plot-area .plot-area-name {
  display: block;
  font-size: 14px;
  color: #323031;
  margin-bottom: 0px;
}
.floorplan-box .plot-area .plot-area-value {
  display: block;
  font-size: 26px;
  line-height: 32px;
  color: #c45852;
}
.floorplan-box .plot-area:last-of-type {
  margin-bottom: 0px !important;
}
.floorplan-box .plot-cta {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.floorplan-box .plot-cta .plot-cta-arrow {
  max-width: 26px;
  margin-right: 5px;
}
.floorplan-box .plot-cta .plot-cta-arrow svg {
  width: 100%;
}
.floorplan-box .plot-cta .plot-cta-arrow svg polygon {
  fill: #c45852;
}
.floorplan-box .plot-cta .plot-cta-text {
  font-size: 16px;
  color: #000000;
  position: relative;
}
.floorplan-box .plot-cta .plot-cta-text:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 3px;
  background-color: #ffffff;
}
.floorplan-box .plot-cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.floorplan-box:hover {
  background-color: #c45852;
}
.floorplan-box:hover .plot-type .plot-type-value {
  color: #ffffff;
}
.floorplan-box:hover .plot-area .plot-area-value {
  color: #ffffff;
}
.floorplan-box:hover .plot-cta .plot-cta-arrow svg polygon {
  fill: #ffffff;
}
.floorplan-box:hover .plot-cta .plot-cta-text:after {
  width: 100%;
}

/*---Site progress---*/
.progress-swiper-section {
  position: relative;
  padding: 0px 55px 0px 55px;
}
.progress-swiper-section .progress-swiper {
  padding-bottom: 35px;
}
.progress-swiper-section .swiper-pagination-bullet {
  width: 70px;
  border-radius: 0px;
  background-color: #000000;
  border: 1px solid #c45852;
  opacity: 1;
}
.progress-swiper-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c45852;
}
.progress-swiper-section .swiper-button-next:after, .progress-swiper-section .swiper-button-prev:after {
  display: none !important;
}
.progress-swiper-section .progress-slide {
  position: relative;
}
.progress-swiper-section .progress-slide .progress-caption {
  position: absolute;
  right: 0;
  bottom: 0px;
  background-color: #c45852;
  padding: 8px 25px 10px 25px;
  color: #ffffff;
}
.progress-swiper-section .progress-slide .progress-caption p {
  margin-bottom: 0px;
}

/*---Gravity form---*/
.gfield input, .gfield select, .gfield textarea {
  border-radius: 0px !important;
  border-top: 0px !important;
  border: 1px solid #000000;
  padding-top: 5px !important;
  padding-bottom: 4px !important;
}
.gfield .gfield-choice-input {
  position: relative;
  display: inline-block;
  margin-top: 0;
  top: 0;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 0px !important;
  border: 1px solid #000000 !important;
  -webkit-appearance: none;
}
.gfield .gfield-choice-input:after {
  content: "✓";
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gfield .gfield-choice-input:checked:after {
  opacity: 1;
}
.gfield .gchoice {
  margin-bottom: 10px;
}

.gform_button {
  padding: 6px 15px 8px 15px;
  width: 100%;
  margin-bottom: 0px;
  color: #000000;
  border: 1px solid #000000;
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 16px;
  background-color: #ffffff;
  border-radius: 0px;
}
.gform_button:hover {
  background-color: #000000;
  color: #ffffff;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400 !important;
}

.gfield-choice-input {
  margin-bottom: 0px;
  margin-top: 3px !important;
}

.ginput_container.ginput_container_textarea {
  padding-bottom: 0px !important;
}

.gform_body::after {
  content: "Fields marked with * are required";
  font-size: 12px;
}

/*---Footer---*/
.footer {
  background-color: #252324;
}
.footer * {
  color: #ffffff;
}
.footer .copyright {
  color: #919295;
}
.footer h2 {
  font-size: 26px;
}
.footer h5 {
  font-family: "Alegreya", serif !important;
}
.footer .footer-flex {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-flex .footer-flex-box {
  padding-left: 20px;
}
.footer .footer-icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer .footer-icon-list .footer-icon-box {
  display: block;
  flex-basis: 30px;
  margin-right: 10px;
}
.footer .footer-icon-list .footer-icon-box a {
  display: block;
}
.footer a:not(.footer-social) {
  opacity: 1;
}
.footer a:not(.footer-social):hover {
  opacity: 0.6;
}
.footer a.footer-social {
  opacity: 0.6;
}
.footer a.footer-social:hover {
  opacity: 1;
}
.footer .footer-line {
  border-left: 1px solid #ffffff;
  min-height: 80px;
}
.footer .footer-hide {
  visibility: hidden;
}

ul#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
ul#menu-footer-menu li {
  margin-right: 20px;
}
ul#menu-footer-menu li:last-child {
  margin-right: 0px;
}

/*---T&C---*/
.template-tnc {
  padding-top: 5%;
}
.template-tnc h1, .template-tnc h2, .template-tnc h3, .template-tnc h4, .template-tnc h5, .template-tnc h6, .template-tnc p {
  color: #15504c;
}
.template-tnc a {
  color: #9d592f;
}
.template-tnc .section-title {
  color: #000000;
}
.template-tnc ol {
  list-style: decimal;
  color: #9d592f;
  margin-left: 20px;
}
.template-tnc li {
  margin-bottom: 30px;
}
.template-tnc li h4 {
  color: #9d592f;
  margin-bottom: 10px;
}
.template-tnc ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 35px;
}
.template-tnc ul li {
  margin-bottom: 10px;
  color: #15504c;
}
.template-tnc ul li::marker {
  color: #9d592f;
}

@media only screen and (max-width: 1000px) {
  .portfolio-grid .portfolio-box {
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media only screen and (min-width: 768px) {
  .hideindesktop {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #headerMenu .menu-logo {
    max-width: 160px;
  }
  .hideinmobile {
    display: none;
  }
  .section-title {
    padding-top: 35px;
  }
  .tbpad5 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .padt5 {
    padding-top: 45px;
  }
  .omni-title {
    padding-top: 120px;
  }
  .about-background {
    background-size: 500% !important;
  }
  #headerMenu .menu-overlay {
    width: 100vw;
    transform: translate(105vw, 0px);
  }
  h2 {
    font-size: 19px;
    line-height: 26px;
  }
  .h2-mobile {
    font-size: 24px;
    line-height: 36px;
  }
  h4 {
    font-size: 14px;
    line-height: 18px;
  }
  h4.big {
    font-size: 16px;
    line-height: 20px;
  }
  .mobile-header-title {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100%;
  }
  .mobile-header-title div {
    justify-content: center;
  }
  .imagebackground-automoving {
    padding-bottom: 350px;
  }
  .gfield {
    margin-bottom: 10px;
  }
  .footer .footer-line {
    border-left: 0px;
    max-width: 100% !important;
  }
  .footer .footer-hide {
    display: none;
  }
  .footer .footer-flex .footer-flex-box {
    padding-left: 0px;
    margin-bottom: 15px;
    width: 100%;
  }
  ul#menu-footer-menu {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .mobile-background-height {
    min-height: 400px !important;
    height: 100vh !important;
    xheight: -webkit-fill-available !important;
  }
  .mobile-background-right {
    background-position: 65% bottom !important;
  }
  .mobile-background-right:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  #headerMenu .menu-overlay .mobile-overlay-menu li a:hover {
    transition: 0s;
  }
  .template-tnc {
    padding-top: 90px;
  }
  .portfolio-grid .portfolio-box {
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    flex-basis: 50%;
    max-width: 50%;
    transition: all 0s;
  }
  .portfolio-grid .portfolio-box:hover {
    transition: all 0s;
  }
  .portfolio-grid .portfolio-box .portfolio-image {
    min-height: 200px;
  }
  .portfolio-grid .portfolio-box h3 {
    font-size: 16px;
    min-height: 35px;
    padding-right: 1px;
  }
  .portfolio-grid .portfolio-box h5 {
    font-size: 13px;
  }
  .tab-nav-list a {
    flex-basis: 45%;
    margin-bottom: 10px;
    text-align: center;
  }
  .popup-portfolio .col-xs {
    max-width: 100% !important;
    width: 100% !important;
    flex-basis: 100%;
  }
  .popup-portfolio .popup-portfolio-desc {
    padding: 0px 25px 25px 25px;
    margin-top: -10px;
  }
  .popup-portfolio .popup-portfolio-logo-section {
    margin-top: 30px;
    min-height: initial;
    height: initial !important;
  }
  .popup-portfolio .popup-portfolio-logo-section h2 {
    font-size: 30px;
  }
  .popup-portfolio .popup-portfolio-details {
    padding: 20px 10px;
  }
  .popup-portfolio .popup-portfolio-desc p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .popup-portfolio .popup-portfolio-details .details-box h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .popup-portfolio .popup-portfolio-logo-section .popup-portfolio-logo {
    padding-left: 10px;
    position: initial;
  }
  .popup-portfolio .popup-portfolio-details.popup-fix-text {
    position: initial;
    padding: 20px 10px;
  }
  .facts-list {
    justify-content: center;
  }
  .facts-list .facts-box {
    flex-basis: 50%;
  }
  .floorplan-box .plot-type .plot-type-name {
    left: 43px;
  }
  .floorplan-box .plot-type .plot-type-value {
    font-size: 50px;
    line-height: 53px;
  }
  .progress-swiper-section {
    padding: 0px;
  }
  .progress-swiper-section .progress-slide .progress-caption {
    position: initial;
    text-align: center;
    padding: 3px 15px 3px 15px;
  }
  .progress-swiper-section .progress-slide .progress-caption p {
    font-size: 12px;
  }
  .progress-swiper-section .swiper-button-prev, .progress-swiper-section .swiper-rtl .swiper-button-next {
    display: none;
  }
  .progress-swiper-section .swiper-pagination-bullet {
    width: 40px;
  }
  .accordion-title {
    padding: 15px;
  }
  .accordion-title .accordion-title-container span {
    font-size: 16px;
  }
  .accordion-title .accordion-title-container .accordion-plus span:nth-child(1) {
    width: 18px;
    height: 2px;
  }
  .accordion-title .accordion-title-container .accordion-plus span:nth-child(2) {
    height: 18px;
    width: 2px;
  }
  .accordion-title.active .accordion-title-container .accordion-plus span:nth-child(1) {
    width: 20px;
    height: 2px;
  }
  .accordion-content h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .salient-title {
    font-size: 16px !important;
  }
  .map-agenda-wrapper .map-line-box .map-line-pink, .map-agenda-wrapper .map-line-box .map-line-yellow, .map-agenda-wrapper .map-line-box .map-line-blue {
    flex-basis: 40px;
    max-width: 40px;
  }
  .facts-list .facts-box img {
    max-width: 44px;
  }
  .facts-list .facts-box h6 {
    font-size: 11px;
    line-height: 14px;
  }
  #headerMenu .menu-overlay ul.mobile-overlay-menu li.menu-item ul.sub-menu {
    padding-left: 20px;
  }
  .mobile-b25 {
    margin-bottom: 35px !important;
  }
}
@media only screen and (min-width: 601px) {
  .panorama-image-only {
    display: block;
  }
  .mobile-panorama {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .panorama-image-only {
    display: none;
  }
  .mobile-panorama {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */