* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  background: RoyalBlue;
  color: #fff;
}
::selection {
  background: RoyalBlue;
  color: #fff;
}
::-moz-selection {
  background: RoyalBlue;
  color: #fff;
}
#privacypolicy {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #eeeeee;
  color: RoyalBlue;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  max-width: 400px;
  font-size: 12px;
  line-height: 22px;
  margin-left: 30px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
#privacypolicy.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#privacypolicy a {
  color: RoyalBlue;
  text-transform: none;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.erroneous {
  border-color: crimson !important;
}
.error {
  color: crimson;
}
.success {
  color: green;
}
/* PLUGINS ===================================================================== */
/* SLICK ===================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 2;
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  /*font-family: @slick-font-family;
    font-size: 20px;
    line-height: 1;
    color: @slick-arrow-color;
    opacity: @slick-opacity-default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
*/
  /*& when ( @slick-font-family = 'slick' ) {*/
  /* Icons */
  /*@font-face {
            font-family: 'slick';
            font-weight: normal;
            font-style: normal;
            src: url('@{slick-font-path}slick.eot');
            src: url('@{slick-font-path}slick.eot?#iefix') format('embedded-opentype'), url('@{slick-font-path}slick.woff') format('woff'), url('@{slick-font-path}slick.ttf') format('truetype'), url('@{slick-font-path}slick.svg#slick') format('svg');
        }
    }*/
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.slick-prev {
  left: -40px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  /*content: @slick-prev-character;
        [dir="rtl"] & {
            content: @slick-next-character;
        }*/
  background-image: url('../images/arrow_left.svg');
}
.slick-next {
  right: -40px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  /*content: @slick-next-character;
        [dir="rtl"] & {
            content: @slick-prev-character;
        }*/
  background-image: url('../images/arrow_right.svg');
}
.project .slick-prev {
  left: 25px;
}
.project .slick-next {
  right: 25px;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* SIMPLE LIGHTBOX ===================================================================== */
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 22px;
  width: 22px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
  background-image: url('../images/close.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 10px;
  font-size: 2rem;
  background-image: url('../images/arrow_right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 10px;
  font-size: 2rem;
  background-image: url('../images/arrow_left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -ms-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  -o-transition: transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
/* VARIABLES =================================================================== */
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaThin.woff2') format('woff2'), url('../fonts/NexaThin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaLight.woff2') format('woff2'), url('../fonts/NexaLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaBook.woff2') format('woff2'), url('../fonts/NexaBook.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaBold.woff2') format('woff2'), url('../fonts/NexaBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaBlack.woff2') format('woff2'), url('../fonts/NexaBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'ChelseaIII';
  src: url('../fonts/ChelseaIII.woff2') format('woff2'), url('../fonts/ChelseaIII.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
/* STYLES ====================================================================== */
#main {
  display: none;
}
html {
  height: 100%;
}
p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
body {
  font-family: 'Nexa', sans-serif;
  font-weight: 400;
  font-size: 13px;
  max-width: 3000px;
  margin: 0 auto;
  height: 100%;
  background-color: #fff;
}
body a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
body.fixed {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
}
h1 {
  /*font-family: @fontchel;
    font-size: 25px;
    letter-spacing: 3px;*/
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
h2 {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
}
.plg-container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 30px;
}
.plg-container-small {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 30px;
}
section {
  padding-top: 160px;
}
.plg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#privacypolicy {
  color: #000;
  background: #d1d1d1;
}
#privacypolicy a {
  color: #000;
}
#plg-header {
  z-index: 99;
  width: 100%;
  padding: 90px 0;
  background-color: #fff;
  -webkit-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  /* &.sticky{
        position: fixed;
        top: 0; 
        left: 0;
    } */
}
#plg-header.longscroll {
  padding: 30px 0px;
  -webkit-transition: padding 0.5s ease-in-out;
  -o-transition: padding 0.5s ease-in-out;
  transition: padding 0.5s ease-in-out;
}
#plg-header.longscroll .plg-container nav ul li .submenu-container.active .submenu {
  opacity: 0;
  pointer-events: none;
}
#plg-header.longscroll .plg-container nav ul li .submenu-container:hover .submenu {
  opacity: 0;
  pointer-events: none;
}
#plg-header.black {
  background-color: black;
}
#plg-header .plg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#plg-header .plg-container img {
  width: 200px;
  height: 100%;
}
#plg-header .plg-container nav ul {
  padding: 0;
}
#plg-header .plg-container nav ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 12px;
}
#plg-header .plg-container nav ul li:last-child {
  margin-right: 0;
}
#plg-header .plg-container nav ul li a:not(.submenu-item) {
  padding-bottom: 30px;
  text-decoration: none;
  text-transform: capitalize;
  color: #000;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: border-color 0.5s ease-in-out;
  -o-transition: border-color 0.5s ease-in-out;
  transition: border-color 0.5s ease-in-out;
  font-weight: normal;
}
#plg-header .plg-container nav ul li a:not(.submenu-item).active,
#plg-header .plg-container nav ul li a:not(.submenu-item):hover {
  border-bottom: 1px solid #000000;
}
#plg-header .plg-container nav ul li .submenu-container {
  position: relative;
  display: block;
}
#plg-header .plg-container nav ul li .submenu-container .submenu {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0;
  pointer-events: none;
  padding-top: 50px;
  z-index: -1;
}
#plg-header .plg-container nav ul li .submenu-container .submenu:before {
  content: '';
  height: 1px;
  width: 60px;
  background-color: #000;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
}
#plg-header .plg-container nav ul li .submenu-container .submenu a {
  font-weight: normal;
  text-transform: capitalize;
  margin-right: 30px;
  position: relative;
  color: #fff;
  font-weight: bold;
}
#plg-header .plg-container nav ul li .submenu-container .submenu a:last-of-type {
  margin-right: 0;
}
#plg-header .plg-container nav ul li .submenu-container .submenu a.active:before {
  font-weight: bold;
}
#plg-header .plg-container nav ul li .submenu-container .submenu a:before {
  display: block;
  content: attr(title);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
  font-weight: normal;
  -webkit-transition: font-weight 0.2s ease-in-out;
  -o-transition: font-weight 0.2s ease-in-out;
  transition: font-weight 0.2s ease-in-out;
}
#plg-header .plg-container nav ul li .submenu-container:hover .submenu,
#plg-header .plg-container nav ul li .submenu-container.active .submenu {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  pointer-events: auto;
}
#plg-header .plg-container nav.black ul li a {
  padding-bottom: 30px;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  border-color: rgba(255, 255, 255, 0);
  -webkit-transition: border-color 0.5s ease-in-out;
  -o-transition: border-color 0.5s ease-in-out;
  transition: border-color 0.5s ease-in-out;
  font-weight: normal;
}
#plg-header .plg-container nav.black ul li a.active,
#plg-header .plg-container nav.black ul li a:hover {
  border-bottom: 1px solid #ffffff;
}
#plg-header .plg-container nav.black ul li .submenu-container .submenu a {
  color: #000;
}
#plg-header .plg-container nav.black ul li .submenu-container .submenu a:before {
  color: #fff;
}
#plg-header .plg-container #plg-hamburger {
  width: 30px;
  height: 22.5px;
  z-index: 100;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
#plg-header .plg-container #plg-hamburger.open {
  position: fixed;
  right: 30px;
}
#plg-header .plg-container #plg-hamburger.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  background: black;
}
#plg-header .plg-container #plg-hamburger.open span:nth-child(2) {
  opacity: 0;
  background: black;
}
#plg-header .plg-container #plg-hamburger.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background: black;
}
#plg-header .plg-container #plg-hamburger.black span {
  background: #fff;
}
#plg-header .plg-container #plg-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#plg-header .plg-container #plg-hamburger span:nth-child(1) {
  top: 3px;
}
#plg-header .plg-container #plg-hamburger span:nth-child(2) {
  top: 9px;
}
#plg-header .plg-container #plg-hamburger span:nth-child(3) {
  top: 15px;
}
.project-image svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.project-image polygon {
  fill: transparent;
  stroke: none;
  opacity: 0.6;
  position: relative;
  cursor: pointer;
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  /*title{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }*/
}
.project-image polygon:hover {
  fill: #90b7a2;
}
.project-image polygon:hover.sold {
  fill: #d58388;
  cursor: default;
}
.project-image polygon:hover.option {
  fill: #f4efb7;
}
#plg-headsection {
  position: relative;
  padding-top: 0;
}
#plg-headsection .plg-variable-container {
  width: 100%;
  height: 0;
  position: relative;
}
#plg-headsection .plg-variable-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#plg-headsection .plg-h-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  position: relative;
  /*position: relative;
        overflow: visible;
        .plg-caption{
            position: absolute;
            right: 0;
            bottom: 0;
            color: #904425;
            z-index: 99;
        }*/
}
#plg-headsection .plg-h-image.project-image {
  height: 0;
  width: 100%;
}
#plg-headsection .plg-h-image .plg-h-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#plg-headsection .plg-h-image .plg-h-inner img {
  width: 14vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#plg-headsection .plg-h-image.dream .design {
  display: none;
}
#plg-headsection .plg-h-image.dream .develop {
  display: none;
}
#plg-headsection .plg-h-image.design .develop {
  display: none;
}
#plg-headsection .plg-h-image.design .dream {
  display: none;
}
#plg-headsection .plg-h-image.develope .design {
  display: none;
}
#plg-headsection .plg-h-image.develope .dream {
  display: none;
}
#plg-headsection:not(.project-headsection) .slick-list {
  height: 600px !important;
}
#plg-headsection:not(.project-headsection) .slick-list .slick-track {
  height: 600px !important;
}
#plg-headsection:not(.project-headsection) .slick-list .slick-track .slick-slide {
  height: 600px !important;
}
#plg-headsection .plg-h-slider {
  height: 600px;
  background-color: #d1d1d1;
  /*visibility: hidden;
        &.slick-initialized{
            visibility: visible;
        }*/
}
#plg-headsection.project-headsection .plg-h-image {
  height: 0 !important;
}
#plg-headsection.project-headsection .plg-h-slider {
  height: auto !important;
  background-color: transparent;
}
#plg-headsection .plg-container {
  position: relative;
  /*.project-info{
            margin-top: 10px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }*/
}
#plg-headsection .plg-container .plg-logo-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 64px;
  height: 61.94px;
  position: absolute;
  bottom: -31px;
  left: 98px;
}
#plg-headsection .plg-container .plg-baseline {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*width: 300px;
            height: 15px;*/
  /*bottom: -7.5px;*/
  position: absolute;
  width: 236px;
  height: 11px;
  bottom: -31px;
  right: 30px;
}
#plg-headsection .plg-container-small {
  position: relative;
}
#plg-headsection .plg-project-title {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#plg-headsection .plg-project-title h1 {
  color: #bb6f48;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
#plg-headsection .plg-project-title.logistics {
  top: 16px;
}
#plg-headsection .plg-project-title.logistics h1 {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#plg-headsection .plg-project-title .plg-project-logo {
  width: 120px;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}
.plg-project-legend {
  margin-top: 10px;
}
.plg-project-legend ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plg-project-legend ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.plg-project-legend ul li .color {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.plg-project-legend ul li .color.green {
  background-color: #90b7a2;
}
.plg-project-legend ul li .color.yellow {
  background-color: #f4efb7;
}
.plg-project-legend ul li .color.red {
  background-color: #d58388;
}
.plg-project-legend ul li:last-of-type {
  margin: 0;
}
#plg-footer {
  font-size: 12px;
  padding: 145px 0;
  /*margin-bottom: 50px;*/
}
#plg-footer .plg-container-small {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#plg-footer .plg-container-small .plg-logo-icon {
  width: 120px;
  height: 84px;
  position: absolute;
  bottom: 0;
  left: -2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
#plg-footer .plg-container-small .plg-footer-text ul {
  padding: 0;
  margin: 0;
}
#plg-footer .plg-container-small .plg-footer-text ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 8px;
}
#plg-footer .plg-container-small .plg-footer-text ul li:last-child {
  margin-right: 0;
}
#plg-footer .plg-container-small .plg-footer-text ul li a {
  text-transform: none;
  font-weight: 400;
}
#plg-footer .plg-container-small .plg-footer-text ul li a .social-icon {
  width: 14px;
  height: 100%;
  margin-right: 4px;
}
#plg-footer .plg-container-small .plg-footer-text ul li a:last-of-type .social-icon {
  margin-right: 0;
}
#plg-footer .plg-container-small .plg-footer-text ul li a.pinterest .social-icon {
  margin-right: 0;
}
#plg-aboutsection2 {
  /*.plg-container{
        .plg-blockquote{
            max-width: 400px;
            margin: 0 auto;
            text-transform: uppercase;
            text-align: center;
            font-size: 20px;
            font-weight: 200;
            &:before{
                content: ' " ';
                display: block;
            }
            &:after{
                content: ' " ';
                display: block;
                margin-top: 10px;
            }
            .plg-blockquote-textline{
                line-height: 1.8;
                letter-spacing: 1.5px;

                &:nth-child(1){
                    margin-left: 20%;
                }
                &:nth-child(2){
                    margin-left: 30%;
                }
                &:nth-child(3){
                    margin-left: -10%;
                }
            }
        }
    }*/
}
#plg-aboutsection2 .plg-container-small .a2-text {
  text-align: center;
  letter-spacing: 0;
  line-height: 1.81;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#plg-aboutsection2 .plg-a2-collapsibles {
  margin: 0 auto;
  width: 100%;
  margin-top: -12.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-collaps {
  max-width: 470px;
  margin: 12.5px 0;
}
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-collapsible {
  display: block;
  border: none;
  margin: 0 auto;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.8;
  letter-spacing: 1.5px;
  position: relative;
}
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-collapsible img {
  width: 20px;
  height: 100%;
  -webkit-transform: translateY(18%);
      -ms-transform: translateY(18%);
          transform: translateY(18%);
}
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-collapsible:after {
  content: '';
  height: 20px;
  width: 20px;
  background-image: url('../images/arrow_small.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: 0;
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-collapsible:hover,
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-collapsible:focus {
  color: #000000;
}
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-collapsible:hover:after,
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-collapsible:focus:after {
  opacity: 1;
}
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-collapsible.active {
  color: #000000;
}
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-collapsible.active:after {
  opacity: 1;
  -webkit-transform: rotate(-180deg) translateY(-60%);
      -ms-transform: rotate(-180deg) translateY(-60%);
          transform: rotate(-180deg) translateY(-60%);
}
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-content {
  padding: 12px;
  display: none;
  overflow: hidden;
  text-align: center;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-content.showme {
  display: block;
}
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-content p:first-of-type {
  margin-top: 0;
}
#plg-aboutsection2 .plg-a2-collapsibles .plg-a2-content p::last-of-type {
  margin-bottom: 0;
}
.plg-aboutsection3 .plg-container-small .a2-text {
  text-align: center;
  letter-spacing: 0;
  line-height: 1.81;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.plg-aboutsection3 .plg-container-small .plg-a3-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% + 25px);
  margin-left: -12.5px;
}
.plg-aboutsection3 .plg-container-small .plg-a3-grid .plg-a3-grid-item {
  position: relative;
  width: calc(33.333% - 25px);
  margin: 0 12.5px 30px 12.5px;
  text-decoration: none;
}
.plg-aboutsection3 .plg-container-small .plg-a3-grid .plg-a3-grid-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.plg-aboutsection3 .plg-container-small .plg-a3-grid .plg-a3-grid-item .plg-a3-item-image-container {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.plg-aboutsection3 .plg-container-small .plg-a3-grid .plg-a3-grid-item .plg-a3-item-image-container .plg-a3-item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.plg-aboutsection3 .plg-container-small .plg-a3-grid .plg-a3-grid-item .a3-text {
  text-align: center;
  color: #000;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.81;
  letter-spacing: 0;
}
.plg-aboutsection3 .plg-container-small .plg-a3-grid .plg-a3-grid-item .a3-text a {
  font-weight: 400;
  text-transform: lowercase;
}
/* CONTACT =============================================== */
#plg-contactsection2 .plg-container-small {
  position: relative;
  text-align: center;
}
#plg-contactsection2 .plg-container-small p {
  font-family: 'Nexa', sans-serif;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}
#plg-contactsection2 .plg-container-small p:first-child {
  margin-top: 0;
  margin-bottom: 40px;
}
#plg-contactsection2 .plg-container-small .otherstyling {
  font-family: 'Nexa', sans-serif;
  color: #000;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}
#plg-contactsection2 .plg-container-small .otherstyling:first-child {
  margin-top: 0;
  margin-bottom: 40px;
}
#plg-contactsection2 .plg-container-small #plg-maps-button,
#plg-contactsection2 .plg-container-small #plg-form-button {
  display: block;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
#plg-contactsection2 .plg-container-small #plg-maps-button:hover,
#plg-contactsection2 .plg-container-small #plg-form-button:hover {
  text-decoration: underline;
}
#plg-contactsection2 .plg-container-small #plg-maps-button {
  margin: 30px auto 45px auto;
}
#plg-contactsection2 .plg-container-small #plg-form-button {
  margin: 30px auto 0 auto;
}
#plg-contactsection2 .plg-container-small .plg-follow {
  margin-top: 45px;
  margin-bottom: 40px;
}
#plg-contactsection2 .plg-container-small .social {
  display: block;
  margin-bottom: 30px;
}
#plg-contactsection2 .plg-container-small .social:last-of-type {
  margin-bottom: 0;
}
#plg-contactsection2 .plg-container-small .social:hover {
  text-decoration: underline;
}
.form,
.form-subscribe {
  display: none;
}
.form .form-frame,
.form-subscribe .form-frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
}
.form .form-frame .frame,
.form-subscribe .form-frame .frame {
  background-color: #000;
  max-width: 300px;
  margin: auto;
  padding: 70px 60px 60px;
  position: relative;
}
.form .form-frame .frame .form-close,
.form-subscribe .form-frame .frame .form-close {
  width: 20px;
  height: auto;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.form .form-frame .frame .form-close span:nth-child(1),
.form-subscribe .form-frame .frame .form-close span:nth-child(1) {
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 9px;
}
.form .form-frame .frame .form-close span:nth-child(2),
.form-subscribe .form-frame .frame .form-close span:nth-child(2) {
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 9px;
}
.form .form-frame .frame input[type="text"],
.form-subscribe .form-frame .frame input[type="text"],
.form .form-frame .frame input[type="email"],
.form-subscribe .form-frame .frame input[type="email"],
.form .form-frame .frame textarea,
.form-subscribe .form-frame .frame textarea {
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  padding: 4px 0;
  margin-bottom: 20px;
  color: #fff;
}
.form .form-frame .frame input[type="text"]::-webkit-input-placeholder, .form-subscribe .form-frame .frame input[type="text"]::-webkit-input-placeholder, .form .form-frame .frame input[type="email"]::-webkit-input-placeholder, .form-subscribe .form-frame .frame input[type="email"]::-webkit-input-placeholder, .form .form-frame .frame textarea::-webkit-input-placeholder, .form-subscribe .form-frame .frame textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #000;
  font-family: 'Nexa', sans-serif;
  color: #fff;
}
.form .form-frame .frame input[type="text"]::-moz-placeholder, .form-subscribe .form-frame .frame input[type="text"]::-moz-placeholder, .form .form-frame .frame input[type="email"]::-moz-placeholder, .form-subscribe .form-frame .frame input[type="email"]::-moz-placeholder, .form .form-frame .frame textarea::-moz-placeholder, .form-subscribe .form-frame .frame textarea::-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #000;
  font-family: 'Nexa', sans-serif;
  color: #fff;
}
.form .form-frame .frame input[type="text"]:-ms-input-placeholder, .form-subscribe .form-frame .frame input[type="text"]:-ms-input-placeholder, .form .form-frame .frame input[type="email"]:-ms-input-placeholder, .form-subscribe .form-frame .frame input[type="email"]:-ms-input-placeholder, .form .form-frame .frame textarea:-ms-input-placeholder, .form-subscribe .form-frame .frame textarea:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #000;
  font-family: 'Nexa', sans-serif;
  color: #fff;
}
.form .form-frame .frame input[type="text"]::-ms-input-placeholder, .form-subscribe .form-frame .frame input[type="text"]::-ms-input-placeholder, .form .form-frame .frame input[type="email"]::-ms-input-placeholder, .form-subscribe .form-frame .frame input[type="email"]::-ms-input-placeholder, .form .form-frame .frame textarea::-ms-input-placeholder, .form-subscribe .form-frame .frame textarea::-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #000;
  font-family: 'Nexa', sans-serif;
  color: #fff;
}
.form .form-frame .frame input[type="text"]::placeholder,
.form-subscribe .form-frame .frame input[type="text"]::placeholder,
.form .form-frame .frame input[type="email"]::placeholder,
.form-subscribe .form-frame .frame input[type="email"]::placeholder,
.form .form-frame .frame textarea::placeholder,
.form-subscribe .form-frame .frame textarea::placeholder {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #000;
  font-family: 'Nexa', sans-serif;
  color: #fff;
}
.form .form-frame .frame .policy,
.form-subscribe .form-frame .frame .policy,
.form .form-frame .frame .policy-subscribe,
.form-subscribe .form-frame .frame .policy-subscribe {
  margin: 0 0 20px 0;
  color: #fff;
}
.form .form-frame .frame .policy label,
.form-subscribe .form-frame .frame .policy label,
.form .form-frame .frame .policy-subscribe label,
.form-subscribe .form-frame .frame .policy-subscribe label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}
.form .form-frame .frame .policy label a,
.form-subscribe .form-frame .frame .policy label a,
.form .form-frame .frame .policy-subscribe label a,
.form-subscribe .form-frame .frame .policy-subscribe label a {
  color: white;
  text-decoration: underline;
  font-weight: 400;
  text-transform: lowercase;
}
.form .form-frame .frame .policy.erroneous,
.form-subscribe .form-frame .frame .policy.erroneous,
.form .form-frame .frame .policy-subscribe.erroneous,
.form-subscribe .form-frame .frame .policy-subscribe.erroneous {
  color: crimson;
}
.form .form-frame .frame .policy.erroneous a,
.form-subscribe .form-frame .frame .policy.erroneous a,
.form .form-frame .frame .policy-subscribe.erroneous a,
.form-subscribe .form-frame .frame .policy-subscribe.erroneous a {
  color: crimson;
}
.form .form-frame .frame .policy.erroneous:not(#IE8) label:before,
.form-subscribe .form-frame .frame .policy.erroneous:not(#IE8) label:before,
.form .form-frame .frame .policy-subscribe.erroneous:not(#IE8) label:before,
.form-subscribe .form-frame .frame .policy-subscribe.erroneous:not(#IE8) label:before {
  border-color: crimson;
}
.form .form-frame .frame .policy:not(#IE8) label:before,
.form-subscribe .form-frame .frame .policy:not(#IE8) label:before,
.form .form-frame .frame .policy-subscribe:not(#IE8) label:before,
.form-subscribe .form-frame .frame .policy-subscribe:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border: 1px solid #fff;
}
.form .form-frame .frame .policy:not(#IE8) input[type=checkbox],
.form-subscribe .form-frame .frame .policy:not(#IE8) input[type=checkbox],
.form .form-frame .frame .policy-subscribe:not(#IE8) input[type=checkbox],
.form-subscribe .form-frame .frame .policy-subscribe:not(#IE8) input[type=checkbox] {
  display: none;
}
.form .form-frame .frame .policy:not(#IE8) input[type=checkbox]:checked + label:before,
.form-subscribe .form-frame .frame .policy:not(#IE8) input[type=checkbox]:checked + label:before,
.form .form-frame .frame .policy-subscribe:not(#IE8) input[type=checkbox]:checked + label:before,
.form-subscribe .form-frame .frame .policy-subscribe:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2573";
  text-align: center;
  line-height: 18px;
  font-size: 17px;
  color: #fff;
}
.form .form-frame .frame #form-submit,
.form-subscribe .form-frame .frame #form-submit,
.form .form-frame .frame #subscribe-form-submit,
.form-subscribe .form-frame .frame #subscribe-form-submit {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #fff;
  margin: 0;
  padding: 8px 18px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Nexa', sans-serif;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.form .form-frame .frame #form-submit.disabled,
.form-subscribe .form-frame .frame #form-submit.disabled,
.form .form-frame .frame #subscribe-form-submit.disabled,
.form-subscribe .form-frame .frame #subscribe-form-submit.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
.form #feedback,
.form-subscribe #feedback,
.form #feedback-success,
.form-subscribe #feedback-success,
.form #subscribe-feedback,
.form-subscribe #subscribe-feedback,
.form #subscribe-feedback-success,
.form-subscribe #subscribe-feedback-success {
  font-size: 11px;
  color: #fff;
}
.form #feedback.success,
.form-subscribe #feedback.success,
.form #feedback-success.success,
.form-subscribe #feedback-success.success,
.form #subscribe-feedback.success,
.form-subscribe #subscribe-feedback.success,
.form #subscribe-feedback-success.success,
.form-subscribe #subscribe-feedback-success.success {
  color: #fff;
  text-align: center;
}
.form #feedback.error,
.form-subscribe #feedback.error,
.form #feedback-success.error,
.form-subscribe #feedback-success.error,
.form #subscribe-feedback.error,
.form-subscribe #subscribe-feedback.error,
.form #subscribe-feedback-success.error,
.form-subscribe #subscribe-feedback-success.error {
  text-align: center;
  color: #fff;
  background: crimson;
  padding: 20px 10px;
}
.form #feedback-success,
.form-subscribe #feedback-success,
.form #subscribe-feedback-success,
.form-subscribe #subscribe-feedback-success {
  font-size: 13px;
}
/* PRIVACY =============================================== */
#plg-privacysection1 h2 {
  margin: 30px 0 15px 0;
}
/* DEFAULT =============================================== */
#default-page {
  margin-top: 226px;
}
/* TEKOOP =============================================== */
/*.plg-tekoopintrosection{
    
}*/
.plg-tekoopsection .plg-container-small .plg-tki-text {
  text-align: center;
  letter-spacing: 0;
  line-height: 1.81;
  max-width: 470px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.plg-tekoopsection .plg-container-small h2 {
  font-family: 'ChelseaIII', sans-serif;
  font-size: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 120px;
  margin-top: 0;
}
.plg-tekoopsection .plg-container-small .plg-tk-filterbtn {
  display: none;
  pointer-events: none;
}
.plg-tekoopsection .plg-container-small .plg-tk-filters {
  display: block;
}
.plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter {
  margin-bottom: 12.5px;
}
.plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter ul li {
  display: inline-block;
  margin-right: 30px;
}
.plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter ul li.negativeleft {
  margin-left: -9px;
}
.plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter ul li a {
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}
.plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter ul li a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -4px;
  background-color: #000;
  height: 2px;
  width: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter ul li a.active:after,
.plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter ul li a:hover:after {
  width: 100%;
  left: 0;
  right: 0;
}
.plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter:last-of-type {
  margin-bottom: 20px;
}
.plg-tekoopsection .plg-container-small .plg-tk-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 25px);
  margin-left: -12.5px;
}
.plg-tekoopsection .plg-container-small .plg-tk-grid .no-projects {
  margin: 50px 0;
}
.plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item {
  position: relative;
  width: calc(33.333% - 25px);
  margin: 0 12.5px 30px 12.5px;
  text-decoration: none;
  /*&:nth-last-child(-n+3){
                    margin-bottom: 0;
                }*/
  /*display: flex;
                flex-direction: column;*/
}
.plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item .plg-tk-item-image-container {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item .plg-tk-item-image-container .plg-tk-item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item h3 {
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item .available {
  font-size: 10px;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #90b7a2;
  padding: 4px;
}
.plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item .available.red {
  background-color: #d58388;
}
.plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item .available.transparent {
  background-color: transparent;
}
.plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item.no-detail {
  /*h3{
                        margin: auto auto 0 auto;
                    }*/
}
.plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item.no-detail .plg-tk-item-image-container {
  position: relative;
}
.plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item.no-detail .plg-tk-item-image-container:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
/* PROJECT =============================================== */
/*#projectsection2{
    .plg-container{
        .plg-p2-grid{
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            
            .plg-p2-grid-item{
                width: 50%;
                position: relative;

                .plg-p2-item-text{
                    width: 50%;
                    margin-right: 50%;
                    margin-bottom: 40px;
                    line-height: 1.6;

                    p:first-of-type{
                        margin-top: 0;
                    }
                    p:last-of-type{
                        margin-bottom: 0;
                    }
                }
                .plg-p2-item-buttons{
                    width: 50%;
                    margin-right: 50%;

                    a{
                        display: inline-block;
                        color: @black;
                        margin: 0 0 15px 0;
                        padding: 12px 0;
                        width: 50%;
                        text-align: center;
                        text-decoration: none;
                        text-transform: uppercase;
                        border: 1px solid @black;
                    }
                }
                .plg-p2-item-images{
                    a{
                        img{
                            width: 100%;
                            height: auto;
                            margin-bottom: 15px;
    
                        }

                        &::last-child{
                            img{
                                margin-bottom: 0;
                            }
                        }
                    }
                }
            }
        }
    }
}*/
.template-project h2 {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 0 30px 0;
}
.moreproject-info,
.btn {
  text-transform: lowercase;
  border: 1px solid #000;
  padding: 12.5px 30px;
  display: inline-block;
  margin-top: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2;
}
.moreproject-info:hover,
.btn:hover {
  border: 1px solid #bb6f48;
  color: #bb6f48;
}
#projectsection2 {
  margin-top: -40px;
}
#projectsection2 .plg-p2-grid {
  width: calc(100% + 30px);
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#projectsection2 .plg-p2-grid .plg-p2-item {
  width: calc(33.3333% - 30px);
  margin: 0 15px;
}
#projectsection2 .plg-p2-grid .plg-p2-item .plg-p2-imagecontainer {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  display: block;
}
#projectsection2 .plg-p2-grid .plg-p2-item.hideme {
  display: none;
}
#projectsection2 .plg-p2-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#projectsection2 .more-images-btn {
  position: relative;
  display: inline-block;
  text-transform: lowercase;
  margin: 20px 0 0 auto;
}
#projectsection3 .plg-p3-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(100% + 30px);
  margin-left: -15px;
}
#projectsection3 .plg-p3-grid .plg-p3-item {
  width: calc(50% - 30px);
  margin: 0 15px;
}
#projectsection3 .plg-p3-grid .plg-p3-item.fullwidth {
  width: 100%;
}
#projectsection3 .plg-p3-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#projectsection3 .plg-p3-buttons .plg-p3-buttonsgrid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
}
#projectsection3 .plg-p3-buttons a {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 0;
  min-width: 140px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#projectsection3 .plg-p3-buttons a:first-of-type {
  margin-top: 50px;
}
#projectsection3 .plg-p3-buttons a:last-of-type {
  margin-bottom: 0;
}
#projectsection4 .plg-project-legend {
  display: none;
}
#projectsection4 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  white-space: nowrap;
  empty-cells: show;
}
#projectsection4 table tr {
  border-bottom: 1px solid #000;
}
#projectsection4 table tr.projecttablerow {
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  /*&:hover{
                    background-color: @legendgreen;
                    &.sold{
                        background-color: @legendred;
                    }
                    &.option{
                        background-color: @legendyellow;
                    }
                }*/
}
#projectsection4 table tr.projecttablerow.sold,
#projectsection4 table tr.projecttablerow.option {
  color: #d1d1d1;
  cursor: default;
}
#projectsection4 table tr th {
  text-align: center;
  padding-bottom: 4px;
  /*&:nth-of-type(1), &:nth-of-type(2){
                    text-align: left;
                }*/
}
#projectsection4 table tr th.alignleft {
  text-align: left;
}
#projectsection4 table tr td {
  padding: 8px 0;
  text-align: center;
  /*&:nth-of-type(1), &:nth-of-type(2){
                    text-align: left;
                }*/
}
#projectsection4 table tr td.alignleft {
  text-align: left;
}
#projectsection4 table tr:first-of-type {
  border-bottom: none;
}
#projectsection4 table tr:last-of-type {
  border-bottom: none;
}
#projectsection4 table.residential tr.projecttablerow:hover {
  background-color: #90b7a2;
}
#projectsection4 table.residential tr.projecttablerow:hover.sold {
  background-color: #d58388;
}
#projectsection4 table.residential tr.projecttablerow:hover.option {
  background-color: #f4efb7;
}
#projectsection4 small {
  display: block;
  margin-top: 20px;
}
#projectsection5 .plg-p5-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#projectsection5 .plg-p5-grid .plg-p5-item.text {
  width: 48%;
}
#projectsection5 .plg-p5-grid .plg-p5-item.image {
  width: 26%;
}
#projectsection5 .plg-p5-grid .plg-p5-item.image .plg-imagecontainer {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
#projectsection5 .plg-p5-grid.textfullwidth .plg-p5-item.text {
  width: 100%;
}
#projectsection5 .plg-p5-grid.textfullwidth .plg-p5-item.image {
  display: none;
}
#projectsection5 .plg-p5-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
}
#projectsection5 .plg-p5-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#projectsection6 .plg-p6-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 30px 0;
}
#projectsection6 .plg-p6-title h2 {
  margin: 0;
}
#projectsection6 .plg-p6-title p {
  font-weight: bold;
  margin: 0;
}
#projectsection6 .plg-p6-mapcontainer {
  width: 100%;
  height: 0;
  padding-bottom: 48.4%;
  position: relative;
}
#projectsection6 .plg-p6-mapcontainer #map {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#projectsection7 {
  display: none;
}
#projectsection7 .plg-p7-grid .plg-p7-item {
  display: none;
  /*&:first-of-type{
                display: block;
            }*/
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid {
  width: calc(100% + 25px);
  margin-left: -12.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem {
  width: calc(50% - 25px);
  margin: 0 12.5px;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem.image a {
  display: block;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem.image img {
  display: block;
  height: auto;
  max-width: 100%;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem table {
  border-spacing: 0 10px;
  border-collapse: separate;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem table tr td {
  font-size: 12px;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem table tr td.titlepadding {
  padding-right: 20px;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem table tr td.titlepadding-small {
  padding-right: 10px;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem table tr td.spacingcell {
  padding: 10px 0;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem h3 {
  font-weight: 900;
  font-size: 12px;
  margin: 0;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem p {
  font-size: 12px;
  margin: 0;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem .monthlybtn {
  margin: 20px 0 40px 0;
  width: 225px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem .plg-p7-extrabuttons {
  margin: 40px 0 0 0;
  width: 225px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem .plg-p7-extrabuttons .btn {
  margin: 0 0 5px 0;
  display: block;
  text-align: center;
}
#projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem .plg-p7-extrabuttons .btn:last-of-type {
  margin-bottom: 0;
}
#projectsection8 h2 {
  margin-bottom: 0;
}
#projectsection8 .plg-p8-grid {
  width: calc(100% + 70px);
  margin-left: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#projectsection8 .plg-p8-grid .plg-p8-item {
  width: calc(25% - 70px);
  margin: 30px 35px 0 35px;
}
#projectsection8 .plg-p8-grid .plg-p8-item .plg-imagecontainer {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
#projectsection8 .plg-p8-grid .plg-p8-item .plg-imagecontainer .plg-img {
  background-size: contain;
}
/* INTRO =============================================== */
#intro-container {
  display: none;
  z-index: 101;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}
#intro-container .intro-content {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#intro-container img {
  width: 25%;
  min-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* VACATURES =============================================== */
.plg-jobsection .plg-row-grid .plg-grid-item h1 {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
.plg-jobsection .plg-row-grid .plg-grid-item h2 {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
.plg-jobsection .plg-row-grid .plg-grid-item .button {
  display: block;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
}
.plg-jobsection .plg-row-grid .plg-grid-item .button:hover {
  text-decoration: underline;
}
.plg-jobsection .plg-row-grid .plg-grid-item ul {
  margin: 0;
  padding: 0 0 0 16px;
}
.plg-jobsection .plg-row-grid .plg-grid-item ul li {
  margin: 0 0 12px 0;
}
.plg-row-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  position: relative;
}
.plg-small-item {
  width: 38%;
  min-width: 360px;
}
.plg-small-item h1,
.plg-small-item h2 {
  width: 100%;
}
.plg-big-item {
  width: 62%;
}
.plg-column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plg-grid-item {
  position: relative;
  /*.plg-extra-buttons{
        position: absolute;
        bottom: 25px;
        left: 0;
        transform: translateX(-50%);
        z-index: 3;
        .plg-extra-button{
            display: block;
            font-weight: bold;
            font-size: 18px;
            padding: 9px;
            color: #fff;
            background-color: @color;
            text-decoration: none;
            text-align: center;
            margin-bottom: 10px;
            box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.40);
            transition: .5s ease-in-out all;
            &:last-of-type{
                margin-bottom: 0;
            }
            &:hover{
                background-color: darken(@color, 10%);
            }
        }
        &.plg-buttons-left{
            right: 0;
            transform: translateX(50%);
            left: auto;
        }
    }*/
}
.plg-grid-item h2 {
  line-height: 1.15;
}
.plg-grid-item .full-image {
  position: relative;
}
.plg-grid-item .full-image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.plg-grid-item .plg-banner-extra {
  position: absolute;
  top: 0;
  right: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 15px;
  color: #fff;
  background-color: RoyalBlue;
  text-align: center;
  margin-bottom: 10px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
}
.plg-grid-item.padding-right {
  padding-right: 2vw;
}
.plg-grid-item .plg-renson {
  display: inline-block;
  line-height: 1;
  -webkit-transform: translateY(12%);
      -ms-transform: translateY(12%);
          transform: translateY(12%);
}
.plg-grid-item .plg-renson img {
  width: 40px;
  height: 100%;
}
/* NEWS =============================================== */
.newssection1 .plg-n1-text {
  text-align: center;
  letter-spacing: 0;
  line-height: 1.81;
  max-width: 470px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.newssection1 h2 {
  font-family: 'ChelseaIII', sans-serif;
  font-size: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 120px;
  margin-top: 0;
}
.newssection1 .plg-n1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 25px);
  margin-left: -12.5px;
}
.newssection1 .plg-n1-grid .no-projects {
  margin: 50px 0;
}
.newssection1 .plg-n1-grid .plg-n1-grid-item {
  position: relative;
  width: calc(33.333% - 25px);
  margin: 0 12.5px 30px 12.5px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newssection1 .plg-n1-grid .plg-n1-grid-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.newssection1 .plg-n1-grid .plg-n1-grid-item .plg-n1-item-image-container {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.newssection1 .plg-n1-grid .plg-n1-grid-item .plg-n1-item-image-container .plg-n1-item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.newssection1 .plg-n1-grid .plg-n1-grid-item h3 {
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-top: 30px;
  margin-bottom: 0;
}
.newssection1 .plg-n1-grid .plg-n1-grid-item .plg-n1-btn {
  cursor: pointer;
}
/* NEWS ITEM =============================================== */
#newsitemsection1 .plg-ni1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.images {
  width: 31%;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.images .plg-ni1-slideshowcontainer {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  position: relative;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.images .plg-ni1-slideshow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.images .plg-ni1-slideshow .slick-list {
  height: 100%;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.images .plg-ni1-slideshow .slick-list .slick-track {
  height: 100%;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.images .plg-ni1-slideshow .slick-list .slick-track .slick-slide {
  height: 100%;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.images .plg-ni1-slideshow .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.images .plg-ni1-slideshow .plg-ni1-slide {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.images .plg-ni1-slideshow .plg-ni1-slide .plg-ni1-imagecontainer {
  width: 100%;
  height: 0;
  position: relative;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.text {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.text h1 {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.text h1.fullwidth {
  margin-top: 0;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.text.fullwidth {
  width: 100%;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.text .btn {
  margin: auto auto 15px 0;
}
#newsitemsection1 .plg-ni1-grid .plg-ni1-item.text .btn.fullwidth {
  margin-top: 30px;
}
#newsitemsection1 .plg-ni1-video {
  width: 100%;
  margin-top: 160px;
  position: relative;
}
#newsitemsection1 .plg-ni1-video.noplay .embed--Vimeo .embed__thumb img {
  display: none;
}
/* DEFAULT =============================================== */
#plg-defaultsection1 .plg-container-small {
  text-align: center;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (max-width: 1100px) {
  section {
    padding-top: 110px;
  }
  h1 {
    margin-bottom: 30px;
  }
  #plg-headsection {
    padding-top: 0;
  }
  #plg-headsection .plg-container .plg-logo-icon {
    left: 30px;
  }
  #intro-container {
    height: 100%;
  }
  /*#plg-footer{
        padding: 85px 0;

        .plg-container-small{
            .plg-logo-icon{
                left: 30px;
            }
        }
    }*/
  #plg-headsection .plg-h-image .plg-h-inner img {
    width: 20vw;
  }
  #plg-footer .plg-container-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #plg-footer .plg-container-small .plg-logo-icon {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 30px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  #plg-footer .plg-container-small .plg-footer-text ul li {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  #plg-footer .plg-container-small .plg-footer-text ul li:last-child {
    margin-bottom: 0;
  }
  /* TEKOOP =============================================== */
  .plg-tekoopsection .plg-container-small .plg-tk-grid {
    width: 100%;
    margin: 0 auto;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item {
    width: 100%;
    margin: 0 0 30px 0 !important;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item:last-child {
    margin: 0 !important;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item .plg-tk-item-image-container {
    height: 60vh;
  }
  /* PROJECT =============================================== */
  /*projectsection2{
        .plg-container{
            .plg-p2-grid{
                .plg-p2-grid-item{
                    .plg-p2-item-text{
                        width: 75%;
                        margin-right: 25%;
                    }
                }
            }
        }
    }*/
  /* VACATURES =============================================== */
  .plg-jobsection:nth-of-type(odd) .plg-row-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plg-row-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .plg-grid-item.padding-right {
    padding: 0;
  }
  .plg-grid-item .full-image img {
    height: 60vh;
  }
  .plg-small-item {
    width: 100%;
    margin-top: 30px;
  }
  .plg-big-item {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .sl-overlay {
    opacity: 1;
  }
  #plg-headsection .plg-h-image .plg-h-inner img {
    width: 20vw;
  }
  #plg-headsection .plg-container-small {
    display: none;
  }
  #plg-headsection .plg-container-small.title {
    display: inline-block;
  }
  #plg-headsection .plg-container-small.title {
    width: calc(100% - 60px);
  }
  #plg-headsection .plg-container-small.title .plg-project-title {
    margin-top: 16px;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #plg-headsection .plg-container-small.title .plg-project-title h1 {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #plg-headsection .plg-container-small.title .plg-project-logo {
    margin: 0 0 0 auto;
  }
  #plg-header {
    padding: 30px 0px;
  }
  #plg-header .plg-container nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* visibility: hidden;*/
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  #plg-header .plg-container nav.show {
    opacity: 1;
    pointer-events: auto;
    /* visibility: visible; */
  }
  #plg-header .plg-container nav ul {
    margin: auto auto;
  }
  #plg-header .plg-container nav ul li {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
  #plg-header .plg-container nav ul li a {
    padding-bottom: 5px;
    /* font: @font;
                            font-weight: 300; */
  }
  #plg-header .plg-container nav ul li a.active,
  #plg-header .plg-container nav ul li a:hover {
    border-bottom: none;
    font-weight: bold;
  }
  #plg-header .plg-container nav ul li a:not(.submenu-item) {
    padding: 0;
  }
  #plg-header .plg-container nav ul li a:not(.submenu-item).active,
  #plg-header .plg-container nav ul li a:not(.submenu-item):hover {
    border-bottom: none;
  }
  #plg-header .plg-container nav ul li .submenu-container,
  #plg-header .plg-container nav ul li .submenu-container.active,
  #plg-header .plg-container nav ul li .submenu-container:hover {
    margin: 0;
    padding: 0;
    height: auto;
  }
  #plg-header .plg-container nav ul li .submenu-container .submenu,
  #plg-header .plg-container nav ul li .submenu-container.active .submenu,
  #plg-header .plg-container nav ul li .submenu-container:hover .submenu {
    position: relative;
    bottom: unset;
    left: unset;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    padding: 0;
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 5px;
  }
  #plg-header .plg-container nav ul li .submenu-container .submenu:before,
  #plg-header .plg-container nav ul li .submenu-container.active .submenu:before,
  #plg-header .plg-container nav ul li .submenu-container:hover .submenu:before {
    display: none;
  }
  #plg-header .plg-container nav ul li .submenu-container .submenu .submenu-item,
  #plg-header .plg-container nav ul li .submenu-container.active .submenu .submenu-item,
  #plg-header .plg-container nav ul li .submenu-container:hover .submenu .submenu-item {
    margin: 0 0 5px;
    color: #000;
    padding: 0;
    font-weight: normal;
    display: block;
    font-size: 12px;
  }
  #plg-header .plg-container nav ul li .submenu-container .submenu .submenu-item:before,
  #plg-header .plg-container nav ul li .submenu-container.active .submenu .submenu-item:before,
  #plg-header .plg-container nav ul li .submenu-container:hover .submenu .submenu-item:before {
    display: none;
  }
  #plg-header .plg-container nav ul li .submenu-container .submenu .submenu-item.active,
  #plg-header .plg-container nav ul li .submenu-container.active .submenu .submenu-item.active,
  #plg-header .plg-container nav ul li .submenu-container:hover .submenu .submenu-item.active {
    font-weight: bold;
  }
  #plg-header .plg-container #plg-hamburger {
    display: block;
  }
  #plg-header.longscroll .plg-container nav ul li .submenu-container,
  #plg-header.longscroll .plg-container nav ul li .submenu-container.active,
  #plg-header.longscroll .plg-container nav ul li .submenu-container:hover {
    margin: 0;
    padding: 0;
    height: auto;
  }
  #plg-header.longscroll .plg-container nav ul li .submenu-container .submenu,
  #plg-header.longscroll .plg-container nav ul li .submenu-container.active .submenu,
  #plg-header.longscroll .plg-container nav ul li .submenu-container:hover .submenu {
    position: relative;
    bottom: unset;
    left: unset;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    padding: 0;
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 5px;
  }
  #plg-header.longscroll .plg-container nav ul li .submenu-container .submenu:before,
  #plg-header.longscroll .plg-container nav ul li .submenu-container.active .submenu:before,
  #plg-header.longscroll .plg-container nav ul li .submenu-container:hover .submenu:before {
    display: none;
  }
  #plg-header.longscroll .plg-container nav ul li .submenu-container .submenu .submenu-item,
  #plg-header.longscroll .plg-container nav ul li .submenu-container.active .submenu .submenu-item,
  #plg-header.longscroll .plg-container nav ul li .submenu-container:hover .submenu .submenu-item {
    margin: 0 0 5px;
    color: #000;
    padding: 0;
    font-weight: normal;
    display: block;
    font-size: 12px;
  }
  #plg-header.longscroll .plg-container nav ul li .submenu-container .submenu .submenu-item:before,
  #plg-header.longscroll .plg-container nav ul li .submenu-container.active .submenu .submenu-item:before,
  #plg-header.longscroll .plg-container nav ul li .submenu-container:hover .submenu .submenu-item:before {
    display: none;
  }
  #plg-header.longscroll .plg-container nav ul li .submenu-container .submenu .submenu-item.active,
  #plg-header.longscroll .plg-container nav ul li .submenu-container.active .submenu .submenu-item.active,
  #plg-header.longscroll .plg-container nav ul li .submenu-container:hover .submenu .submenu-item.active {
    font-weight: bold;
  }
  #plg-header.black .plg-container nav {
    background-color: rgba(0, 0, 0, 0.9);
  }
  #plg-header.black .plg-container nav ul {
    margin: auto auto;
  }
  #plg-header.black .plg-container nav ul li {
    display: block;
    margin: 30px 0;
    text-align: center;
  }
  #plg-header.black .plg-container nav ul li a {
    padding-bottom: 5px;
    /* font: @font;
                                font-weight: 300; */
  }
  #plg-header.black .plg-container nav ul li a.active,
  #plg-header.black .plg-container nav ul li a:hover {
    border-bottom: none;
  }
  #plg-header .plg-container img {
    width: 180px;
  }
  #plg-headsection:not(.project-headsection) {
    /*.plg-container{
            .plg-baseline{
                width: 230.7px;
                height: 12px;
                bottom: -6px;
            }
        }*/
  }
  #plg-headsection:not(.project-headsection) .plg-h-slider {
    height: 300px !important;
  }
  #plg-headsection:not(.project-headsection) .slick-list {
    height: 300px !important;
  }
  #plg-headsection:not(.project-headsection) .slick-list .slick-track {
    height: 300px !important;
  }
  #plg-headsection:not(.project-headsection) .slick-list .slick-track .slick-slide {
    height: 300px !important;
  }
  #plg-headsection:not(.project-headsection) .plg-h-image {
    height: 300px;
  }
  #plg-headsection:not(.project-headsection) .plg-container .plg-logo-icon {
    width: 45px;
    height: 43.6px;
    bottom: unset;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #plg-footer .plg-container-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #plg-footer .plg-container-small .plg-logo-icon {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 30px;
  }
  #plg-footer .plg-container-small .plg-footer-text ul li {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  #plg-footer .plg-container-small .plg-footer-text ul li:last-child {
    margin-bottom: 0;
  }
  #plg-aboutsection2 .plg-container-small .plg-a2-collapsibles {
    width: 100%;
    margin-left: 0;
  }
  #plg-aboutsection2 .plg-container-small .plg-a2-collapsibles .plg-a2-collaps {
    width: 100%;
    margin: 0 0 12.5px 0;
  }
  #plg-aboutsection2 .plg-container-small .plg-a2-collapsibles .plg-a2-collapsible {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: unset;
  }
  #plg-aboutsection2 .plg-container-small .plg-a2-collapsibles .plg-a2-collapsible:after {
    content: '';
    height: 14px;
    width: 14px;
    right: -12px;
    top: 0;
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%);
  }
  #plg-aboutsection2 .plg-container-small .plg-a2-collapsibles .plg-a2-collapsible.active:after {
    -webkit-transform: rotate(-180deg) translateY(-60%);
        -ms-transform: rotate(-180deg) translateY(-60%);
            transform: rotate(-180deg) translateY(-60%);
  }
  .plg-aboutsection3 .plg-container-small .plg-a3-grid {
    width: 100%;
    margin: 0 auto;
  }
  .plg-aboutsection3 .plg-container-small .plg-a3-grid .plg-a3-grid-item {
    width: 100%;
    margin: 0 0 30px 0 !important;
  }
  .plg-aboutsection3 .plg-container-small .plg-a3-grid .plg-a3-grid-item:last-child {
    margin: 0 !important;
  }
  .plg-aboutsection3 .plg-container-small .plg-a3-grid .plg-a3-grid-item .plg-a3-item-image-container {
    height: 70vh;
  }
  .plg-aboutsection3 .plg-container-small .plg-a3-grid .plg-a3-grid-item .plg-a3-item-image-container .plg-a3-item-image {
    background-position: top;
  }
  /* TEKOOP =============================================== */
  .plg-tekoopsection .plg-container-small .plg-tk-offercontent {
    position: relative;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-filterbtn {
    display: block;
    pointer-events: auto;
    font-weight: bold;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-filterbtn .min {
    display: none;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-filterbtn.active .plus {
    display: none;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-filterbtn.active .min {
    display: inline-block;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-filters {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10;
    position: absolute;
    top: 30px;
    left: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    pointer-events: none;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter ul li {
    margin: 7.5px 0;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter ul li.negativeleft {
    margin: 7.5px 0;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-filters .plg-tk-filter ul li:last-of-type {
    margin-bottom: 0;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-filters.active {
    pointer-events: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-grid {
    width: 100%;
    margin: 0 auto;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item {
    width: 100%;
    margin: 0 0 30px 0 !important;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item:last-child {
    margin: 0 !important;
  }
  .plg-tekoopsection .plg-container-small .plg-tk-grid .plg-tk-grid-item .plg-tk-item-image-container {
    height: 60vh;
  }
  /* PROJECT =============================================== */
  #projectsection4 .plg-project-legend {
    display: block;
    margin: 0 0 30px 0;
  }
  #projectsection4 table.residential tr.projecttablerow.sold {
    background-color: #d58388;
  }
  #projectsection4 table.residential tr.projecttablerow.option {
    background-color: #f4efb7;
  }
  #projectsection4 table.residential tr.projecttablerow:hover {
    background-color: transparent;
  }
  #projectsection6 .plg-p6-mapcontainer {
    padding-bottom: 66%;
  }
  /*#projectsection2{
        .plg-container{
            .plg-p2-grid{
                flex-direction: column;
                
                .plg-p2-grid-item{
                    width: 100%;
                    
                    .plg-p2-item-text{
                        width: 75%;
                        margin: 0 auto 60px auto;
                    }
                    .plg-p2-item-images{
                        .plg-p2-item-image{
                            width: 100%;
                            height: auto;
    
                            &:first-child{
                                margin-bottom: 15px;
                            }
                        }
                    }
                    .plg-p2-item-buttons{
                        margin: 0 auto;
                        text-align: center;
                    }
                    &:nth-child(2){
                        padding-top: 60px;
                    }
                }
            }
        }
    }*/
  .newssection1 .plg-n1-grid {
    width: 100%;
    margin: 0;
  }
  .newssection1 .plg-n1-grid .plg-n1-grid-item {
    width: 100%;
    margin: 0 0 30px 0 !important;
  }
  .newssection1 .plg-n1-grid .plg-n1-grid-item:last-of-type {
    margin: 0 !important;
  }
  .newssection1 .plg-n1-grid .plg-n1-grid-item .plg-n1-item-image-container {
    height: 60vh;
  }
  #newsitemsection1 .plg-ni1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #newsitemsection1 .plg-ni1-grid .plg-ni1-item.images {
    width: 100%;
    margin: 60px auto 0 auto;
  }
  #newsitemsection1 .plg-ni1-grid .plg-ni1-item.images .plg-ni1-slideshowcontainer {
    padding-bottom: 100%;
  }
  #newsitemsection1 .plg-ni1-grid .plg-ni1-item.images .plg-ni1-slideshowcontainer .slick-next {
    right: 10px;
  }
  #newsitemsection1 .plg-ni1-grid .plg-ni1-item.images .plg-ni1-slideshowcontainer .slick-prev {
    left: 10px;
    z-index: 2;
  }
  #newsitemsection1 .plg-ni1-grid .plg-ni1-item.text {
    width: 100%;
  }
  #newsitemsection1 .plg-ni1-grid .plg-ni1-item.text .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 650px) {
  #projectsection2 .plg-p2-grid .plg-p2-item {
    width: calc(50% - 30px);
  }
  #projectsection2 .plg-p2-grid .plg-p2-item:nth-of-type(3) {
    display: none;
  }
  #projectsection3 .plg-p3-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
  }
  #projectsection3 .plg-p3-grid .plg-p3-item {
    width: 100%;
    margin: 0;
  }
  #projectsection3 .plg-p3-grid .plg-p3-item:last-of-type {
    margin: 0;
  }
  #projectsection4 .plg-container-small .plg-p4-tablecontainer {
    overflow-x: auto;
    width: 100%;
  }
  #projectsection4 .plg-container-small table {
    min-width: 560px;
  }
  #projectsection5 .plg-p5-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #projectsection5 .plg-p5-grid .plg-p5-item.text {
    width: 100%;
  }
  #projectsection5 .plg-p5-grid .plg-p5-item.image {
    width: 100%;
    margin-top: 60px;
  }
  #projectsection6 .plg-p6-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #projectsection6 .plg-p6-title h2 {
    margin: 0;
  }
  #projectsection6 .plg-p6-title p {
    font-weight: bold;
    margin: 15px 0 0 0;
  }
  #projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
  }
  #projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem {
    width: 100%;
    margin: 0;
  }
  #projectsection7 .plg-p7-grid .plg-p7-item .plg-p7-innergrid .plg-p7-inneritem.image {
    margin-top: 60px;
  }
  #projectsection8 .plg-p8-grid {
    width: calc(100% + 35px);
    margin-left: -17.5px;
  }
  #projectsection8 .plg-p8-grid .plg-p8-item {
    width: calc(50% - 35px);
    margin: 30px 17.5px 0 17.5px;
  }
}
@media only screen and (max-width: 400px) {
  .plg-container {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 15px;
  }
  #plg-headsection .plg-h-image .plg-h-inner img {
    width: 36vw;
  }
  .plg-container-small {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 15px;
  }
  #plg-hamburger.open {
    right: 15px !important;
  }
  #plg-headsection .plg-container .plg-logo-icon {
    left: 15px;
  }
  #plg-headsection .plg-container .plg-baseline {
    right: 15px;
  }
}
