html {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  background: #fff;
  color: #c3613e;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
  background: #f7f3ed;
  font-weight: 300;
}

p {
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.35px;
}

.dark {
  color: #1D3F50;
}

.relative {
  position: relative;
}

.container {
  width: 1290px;
  max-width: calc(100% - 70px);
  margin: 0 auto;
  position: relative;
}

.container.sml {
  width: 1046px;
}

.container.big {
  width: 1360px;
}

#main {
  padding: 0 0 0 0;
  position: relative;
  z-index: 1;
}

#main.fixed {
  position: fixed;
  height: 1px;
  overflow: hidden;
}

#background {
  top: 0;
  left: 0;
  right: 0;
  background: #b98e6c;
  z-index: 4;
  position: fixed !important;
  display: none;
  opacity: 0;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

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

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.realtive {
  position: relative;
}

.grid_8 {
  width: 66.66%;
}

.grid_4 {
  width: 33.33%;
}

.grid_33 {
  width: 33.33%;
}

.grid_7 {
  width: 62%;
}

.grid_5 {
  width: 38%;
}

.grid_6 {
  width: 50%;
  background-size: cover;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_33 {
  float: left;
  display: block;
  position: relative;
}

.rightfloat {
  float: right;
}

.leftalign {
  text-align: left;
}

.rightalign {
  text-align: right;
}

.absright {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}

*.right {
  margin-right: 0;
}

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

img {
  border: none;
  max-width: 100%;
}

a, img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

textarea:focus, input:focus, select:focus {
  outline: none;
}

/* General */
.fullimage {
  width: 100%;
  margin: 0;
  display: block;
}

.fullHeight {
  height: 100%;
}

.hero-height {
  height: calc(100vh - 285px);
  background-size: cover;
  min-height: 300px;
}

.fullH {
  height: calc(100vh - 105px);
  min-height: 655px;
}

.space {
  height: 105px;
}

.middle-h {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.w460 {
  width: 460px;
  max-width: 100%;
  position: absolute;
  left: 0;
  color: #1D3F50;
  height: 100%;
}

.abs-b {
  position: absolute;
  width: 310px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: right;
  bottom: 0;
}

#map {
  float: right;
  width: calc(100% - 460px);
  height: calc(100vh - 250px);
}

.w545 {
  width: 545px;
  max-width: calc(100% - 100px);
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.parallexHolder {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}

.caption {
  position: absolute;
  text-align: right;
  top: 15px;
  right: 15px;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  z-index: 2;
}

.mainImage {
  opacity: 0;
  display: block;
  width: 100%;
}

.parallex {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Headings */
h1, h2, h4, h5 {
  font-family: "Spectral", serif;
  margin: 0;
  line-height: 1;
  font-weight: normal;
}

h1 {
  font-size: 40px;
  margin-bottom: 0.9em;
  letter-spacing: 0.02em;
}

h2 {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

h4 {
  font-size: 28px;
  line-height: 1.35;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
}

h6 {
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 2.2em;
  font-weight: 400;
}

.mb {
  margin-bottom: 25px;
}

.artist {
  position: relative;
}

.artist:after {
  content: "artist impression";
  text-transform: uppercase;
  position: absolute;
  right: 12px;
  bottom: 10px;
  text-align: right;
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  z-index: 2;
}

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  height: 107px;
  background: #f7f3ed;
  z-index: 105;
  transition: height 0.4s;
  width: 100%;
}

#header.fixed {
  height: 80px;
}

.logo {
  left: 34px;
  width: 297px;
  height: 57px;
  overflow: hidden;
  z-index: 2;
  transition: all 0.4s;
}

.fixed .logo {
  width: 290px;
  height: 31px;
}

.logo svg {
  width: 100%;
  display: block;
}

.fixed .nav {
  transform: translateY(-50%);
}

.call-top {
  position: absolute;
  right: 32px;
  display: block;
  bottom: 14px;
  color: #1D3F50;
  letter-spacing: 2px;
  font-size: 11px;
  transition: bottom 0.4s;
}

.fixed .call-top {
  bottom: 6px;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s;
  right: 34px;
  text-align: right;
  z-index: 1;
}

.nav li {
  display: inline-block;
  margin: 0 65px 0 0;
  list-style: none;
  color: #1D3F50;
  text-align: center;
}

.nav li.enq {
  margin: 0;
}

.nav li.enq a {
  margin-right: 0;
  padding: 7px 0;
  color: #1D3F50;
  border: 1px solid #1D3F50;
  width: 155px;
  line-height: 1;
  transition: all 0.35s;
}

.nav li.enq a:hover {
  background: #1D3F50;
  color: #f7f3ed;
}

.nav li a {
  display: block;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: inherit;
  text-transform: uppercase;
  position: relative;
}

#page-contact a.contact,
#page-team a.team,
#page-location a.location,
#page-amenities a.amenities,
#page-residence a.residence,
#page-news a.news {
  text-decoration: underline;
}

/* nav-toggle */
#nav-toggle {
  position: absolute;
  left: 20px;
  z-index: 10000;
  cursor: pointer;
  width: 26px;
  height: 18px;
  display: none;
  text-transform: uppercase;
  overflow: hidden;
}

#nav-toggle span {
  position: absolute;
  display: block;
  height: 2px;
  background: #1D3F50;
  transition: all 0.5s;
}

#nav-toggle .sp1 {
  width: 100%;
  top: 0;
  transform-origin: left;
  left: 0;
}

#nav-toggle .sp2 {
  width: 100%;
  top: calc(50% - 1px);
  left: 0;
}

#nav-toggle .sp3 {
  width: 100%;
  bottom: 0;
  left: 0;
  transform-origin: left;
}

#nav-toggle.active .sp1 {
  width: 150%;
  top: 0;
  left: 0;
  transform: rotate(45deg) translate(0.5px, -0.5px);
}

#nav-toggle.active .sp2 {
  opacity: 0;
}

#nav-toggle.active .sp3 {
  width: 100%;
  transform: rotate(0);
  -webkit-transform: rotate(-45deg) translate(-0.5px, 1px);
  left: 0;
}

/*Home */
.wrapperholder {
  position: relative;
  overflow: hidden;
}

.ctrlZoom {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #1D3F50;
  width: 100px;
  z-index: 3;
  padding: 8px 0 6px 0;
  fill: #fff;
}

.ctrlZoom a {
  display: inline-block;
  margin: 0 5px;
}

#wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.todrag {
  max-width: 500%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: width 0.35s;
}

.builder {
  width: 100%;
  z-index: 0;
  position: relative;
  opacity: 0;
}

.deactive {
  opacity: 0.5;
}

.poi {
  padding: 5px 0;
  background-position: left center;
  background-repeat: no-repeat;
}

.poi span {
  display: inline-block;
  width: 35px;
  font-size: 19px;
  font-weight: 500;
}

.poi.west {
  transform: translateX(-13px);
}

.poi.west span {
  width: 48px;
}

#brochure {
  position: fixed;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  background: #b98e6c;
  transform: rotate(90deg);
  transform-origin: left bottom;
  top: calc(100vh - 350px);
  width: 220px;
  z-index: 3;
  color: #fff;
  display: block;
  padding: 8px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.link {
  display: block;
  float: left;
  width: calc(33.33% - 36.66px);
  margin-right: 55px;
}

.link a {
  display: block;
  position: relative;
}

.link.last {
  margin-right: 0;
}

.roll-over {
  background: rgba(38, 67, 84, 0.7);
  opacity: 0;
  transition: opacity 0.35s;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link:hover .roll-over {
  opacity: 1;
}

.title {
  display: block;
  font-family: "Spectral", serif;
  font-size: 26px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #c3613e;
  text-align: left;
  line-height: 1;
}

.locationtitle {
  color: #1D3F50;
  border-top: 1px solid #1D3F50;
}

.newsctl {
  font-size: 13px;
  letter-spacing: 1.3px;
}

.newscontent p, .newscontent ol {
  margin-bottom: 25px;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.newscontent li {
  margin-bottom: 25px;
}

.newscontent a {
  text-decoration: underline;
}

.section_content img {
  max-height: 650px;
}

.newstitle {
  display: block;
  font-size: 17px;
  padding-top: 25px;
  border-top: 1px solid #c3613e;
  text-align: left;
  line-height: 1.4;
  font-weight: 500;
}

.newstitle span {
  display: block;
  padding: 15px 0 0 0;
  font-weight: 300;
  font-size: 15px;
}

.title span, .locationtitle span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  display: block;
  padding-top: 36px;
  line-height: 1.7;
  font-weight: 300;
}

.title span.tt {
  padding: 0 0 15px 0;
  font-size: 16px;
}

.text {
  display: block;
  position: absolute;
  color: #fff;
  right: 25px;
  bottom: 25px;
  z-index: 2;
  transform: translateX(-15px);
  opacity: 0;
  transition: opacity 0.35s, transform 0.25s;
}

.link:hover .text {
  transform: translateX(0);
  opacity: 1;
}

.filter {
  padding: 15px 0;
  border-bottom: 1px solid #A75C3B;
  margin-bottom: 40px;
}

.filter a {
  display: inline-block;
  margin: 0 30px;
  text-transform: uppercase;
}

.filter a:first-child {
  margin-left: 0;
}

.filter a:last-child {
  margin-right: 0;
}

.filter a.active {
  text-decoration: underline;
}

.w1, .w2 {
  position: absolute;
  display: block;
  width: 15px;
  top: 0;
  height: 100%;
  z-index: 5;
  background: #f7f3ed;
}

.w1 {
  left: calc(33.33% - 7.5px);
}

.w2 {
  left: calc(66.66% - 7.5px);
}

.w523 {
  width: 523px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.clogo {
  width: 185px;
  display: block;
  margin: 0 auto 45px auto;
  -webkit-animation: spin 30s linear infinite;
  animation: spin 30s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.arrowDown {
  width: 31px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
  display: block;
  background-image: url(/images/arrowDown.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#page-contact .arrowDown {
  background-image: url(/images/arrowDownG.png);
}

#privacypolicy .close {
  position: fixed;
}

.close {
  position: absolute;
  top: -80px;
  right: 20px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
  z-index: 50;
}

.close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 25px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

.close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 25px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

#viewDis {
  font-size: 9px;
  margin: 8px 0;
  text-decoration: underline;
  text-align: right;
}

#viewDis:after {
  content: "View disclaimer";
}

#viewDis.active:after {
  content: "Close disclaimer";
}

#dism {
  display: none;
  width: 100%;
  max-width: 100%;
}

#th {
  /*padding: 180px 0;*/
  padding-bottom: 20px;
  margin: 0;
}

#enquire {
  color: #fff;
  background: #b98e6c;
  padding: 50px 0;
  margin-bottom: 50px;
  z-index: 5;
  position: relative;
}

#enquirepop {
  color: #fff;
  background: #b98e6c;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  display: none;
  transition: opacity 0.7s;
  padding-top: 200px;
}

#privacypolicy {
  color: #fff;
  background: #1D3F50;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  opacity: 0;
  display: none;
  transition: opacity 0.7s;
  padding-top: 100px;
  text-align: left;
}

#privacypolicy .close {
  top: 50px;
}

#privacypolicy .f17 {
  font-weight: 500;
}

.w320 {
  width: 320px;
  float: left;
  max-width: 100%;
}

.w_320 {
  width: calc(100% - 320px);
  float: left;
  max-width: 100%;
}

.displaysuit {
  background: #f7f3ed;
  padding: 80px;
  color: #c3613e;
}

input, select {
  margin: 0 0 19px;
  padding: 7px 0 7px 0;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  text-align: left;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}

#contact input, #contact select {
  color: #c3613e;
  border-bottom: 1px solid #c3613e;
}

select {
  border: 1px solid #fff;
  padding: 11px 5px;
  margin-top: 5px;
  background-image: url(/images/down.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 16px 9px;
}

select option {
  color: #000;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #b98e6c inset;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
}

input textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.b_submit {
  padding: 10px 0 0 0;
  margin: 15px 0 0 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #b98e6c;
  padding: 13px 0;
  background: #fff;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  transition: background 0.3s;
}

.b_submit:hover {
  background: #fff;
  color: #b98e6c;
}

#contact .b_submit {
  background: #b98e6c;
  color: #fff;
  border: none;
}

.chk_holder {
  text-align: left;
}

.checkbox {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}

.checkbox + label {
  padding: 10px 0 10px 35px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.checkbox + label:before {
  position: absolute;
  left: 5px;
  width: 19px;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #fff;
  content: "";
  display: block;
}

.checkbox + label:after {
  position: absolute;
  left: 7.5px;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  background: #fff;
  content: "";
  display: block;
  transition: all 0.2s ease-in-out;
  transform-origin: center;
}

.checkbox:checked + label:after {
  transform: translateY(-50%) scale(1) translateX(0.5px);
}

.parsley-errors-list {
  list-style: none;
  text-align: left;
}

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

#contact input:-webkit-input-placeholder, #contact textarea:-webkit-input-placeholder {
  color: #c3613e;
  opacity: 1;
}

#contact input::-webkit-input-placeholder, #contact textarea::-webkit-input-placeholder {
  color: #c3613e;
  opacity: 1;
}

#contact input:-moz-placeholder, #contact textarea:-moz-placeholder {
  color: #c3613e;
  opacity: 1;
}

#contact input::-moz-placeholder, #contact textarea::-moz-placeholder {
  color: #c3613e;
  opacity: 1;
}

#contact input:-ms-input-placeholder, #contact textarea:-ms-input-placeholder {
  color: #c3613e;
  opacity: 1;
}

/*footer*/
footer {
  position: relative;
  z-index: 5;
  padding: 50px 0 0 0;
  background: #fff;
  color: #1D3F50;
}

.liny {
  padding: 20px 0;
  border-top: 1px solid #1D3F50;
  font-size: 12px;
  margin-top: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.follow {
  font-size: 12px;
  margin-bottom: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.footerlogo {
  width: 86px;
  float: left;
  margin-right: 40px;
}

.footerp {
  width: 505px;
  float: left;
  max-width: calc(100% - 230px);
  text-align: left;
  font-size: 10px;
}

.w240 {
  float: right;
  text-align: right;
  width: 240px;
}

.w240 a {
  display: block;
  font-weight: 500;
  line-height: 1.7;
}

.logos, .follow {
  width: calc(100% - 260px);
  float: left;
  text-align: right;
  padding: 0 0 0 13px;
}

.logos img {
  height: 35px;
}

.logos a {
  display: inline-block;
}

.colliers {
  margin-left: 55px;
}

.links {
  text-align: right;
}

.links a {
  display: inline-block;
  margin-left: 47px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.links a:first-child {
  margin-left: 0;
}

/*Genteral*/
.fbb {
  display: inline-block;
  margin: 0 0 0 34px;
  width: 9px;
  height: 20px;
  background-size: 9px 20px;
  background-repeat: no-repeat;
  transform: translateY(8px);
}

.insta {
  display: inline-block;
  margin: 0 25px;
  background-image: url(/images/insta.png);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  transform: translateY(10px);
}

.abs-bottom {
  position: absolute;
  bottom: 0;
  max-width: 410px;
  left: 45px;
}

.btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #1D3F50;
  padding: 9px 0;
  letter-spacing: 1px;
  width: 250px;
  transition: all 0.35s;
  text-align: center;
}

.btn:hover {
  background: #1D3F50;
  color: #f7f3ed;
}

.btn.r-btn {
  margin-left: 0;
  border: 1px solid #A75C3B;
  text-align: center;
  margin-right: 0;
}

.btn.r-btn:hover {
  background: #A75C3B;
  color: #f7f3ed;
}

.btn.lefty {
  margin-left: 0;
  margin-right: 0;
}

.unerline {
  text-decoration: underline;
  padding-top: 25px;
  display: block;
  text-align: right;
  font-size: 12px;
}

.pt100 {
  padding-top: 92px;
}

.pb130 {
  padding-bottom: 130px;
}

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

.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb35 {
  margin-bottom: 37px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb200 {
  margin-bottom: 200px;
}

.f13 {
  font-size: 13px;
}

.f17 {
  font-size: 17px;
}

.call {
  font-size: 18px;
  margin-bottom: 25px;
  padding: 10px 0 0 0;
}

.w570 {
  width: 595px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 40px);
}

.max350 {
  width: 350px;
  max-width: calc(100% - 78px);
}

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

.max250 {
  width: 300px;
  max-width: 95%;
}

.max380 {
  width: 380px;
  max-width: calc(100% - 78px);
}

.max475 {
  width: 475px;
  max-width: calc(100% - 40px);
}

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

.trans80 {
  transform: translateY(-80px);
}

.trans160 {
  transform: translateY(-160px);
}

.pr80 {
  padding-right: 80px;
}

.pr60 {
  padding-right: 60px;
}

.pl60 {
  padding-left: 60px;
}

.fullyvideo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-size: cover !important;
}

.content-video {
  position: relative;
  width: 100%;
  height: calc(100vh - 107px);
  left: 0;
  top: 0;
  overflow: hidden;
}

.m {
  display: none !important;
}

.BrochureHolder {
  width: 30%;
  display: inline-block;
  margin-left: 20px;
}

.brochure_title {
  display: inline-block;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.BrochureHolder img {
  border: 4px solid #F7F3ED;
}

.factsheet-popup {
  color: #1D3F50;
  text-transform: uppercase;
  margin: 30px 0 0;
}

.bg-dark::before {
  opacity: 0;
  pointer-events: none;
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#factSheet {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#factSheet img {
  display: block;
}
#factSheet .closebtn {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 99;
}
#factSheet .fact-container {
  max-width: calc(100% - 40px);
  margin: 0 auto;
  width: 1000px;
  background-color: #f9f6f0;
  z-index: 1;
}
#factSheet .fact-container .wrapper {
  position: relative;
  top: 0;
  width: 100%;
}
#factSheet .fact-container .wrapper h2 {
  padding: 30px 0 20px;
  line-height: 1.2em;
}
#factSheet .fact-container .wrapper .fact-logo {
  width: 500px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}
#factSheet .fact-container .wrapper .bold {
  font-weight: bold;
}
#factSheet .fact-container .wrapper .nobold {
  font-weight: normal;
}
#factSheet .fact-container .wrapper .brownrect {
  height: 180px;
  width: 10px;
  background-color: #a75625;
}
#factSheet .fact-container .wrapper:nth-child(1) {
  padding: 50px 0 30px;
  border-bottom: 2px solid #000;
}
#factSheet .fact-container .wrapper:nth-child(2) .wrapper-1 {
  padding: 0 40px 20px;
  gap: 5px;
  display: flex;
  max-width: 100%;
}
#factSheet .fact-container .wrapper:nth-child(3) {
  display: flex;
}
#factSheet .fact-container .wrapper:nth-child(3) .wrapper-1 {
  width: 50%;
  position: relative;
  top: 0;
  aspect-ratio: 1/1;
}
#factSheet .fact-container .wrapper:nth-child(3) .wrapper-1:nth-child(1) {
  background-color: #ba8f5c;
}
#factSheet .fact-container .wrapper:nth-child(3) .wrapper-1:nth-child(1) h2 {
  color: #fff;
}
#factSheet .fact-container .wrapper:nth-child(3) .wrapper-1:nth-child(1) .wrapper-2 {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
#factSheet .fact-container .wrapper:nth-child(3) .wrapper-1:nth-child(1) .wrapper-2 span {
  font-size: 70px;
  color: #fff;
}
#factSheet .fact-container .wrapper:nth-child(3) .wrapper-1:nth-child(1) .wrapper-2 .icon-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px 0;
}
#factSheet .fact-container .wrapper:nth-child(3) .wrapper-1:nth-child(1) .wrapper-2 .icon-wrapper .icon {
  height: 60px;
}
#factSheet .fact-container .wrapper:nth-child(3) .wrapper-1:nth-child(1) .wrapper-2 .icon-wrapper .icon-text {
  font-size: 16px;
}
#factSheet .fact-container .wrapper:nth-child(3) .wrapper-1:nth-child(2) {
  background-image: url("/images/factsheet/3.jpg");
  background-size: cover;
}
#factSheet .fact-container .wrapper .sub-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
}
#factSheet .fact-container .wrapper .sub-wrapper .whitebg {
  position: absolute;
  background-color: #fff;
  z-index: -3;
  width: 100%;
  height: 100%;
}
#factSheet .fact-container .wrapper .sub-wrapper .small-text {
  font-size: 11px;
  line-height: 1.2em;
  text-align: left;
  padding: 10px 50px 20px 25px;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 {
  width: 100%;
  display: flex;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a {
  width: 50%;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a h3 {
  color: #1D3F50;
  padding-bottom: 5px;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a p {
  font-size: 16px;
  padding-bottom: 5px;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a .bold {
  font-weight: bold;
  padding-bottom: 0;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a:nth-child(1) {
  align-items: center;
  gap: 10px 0;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a:nth-child(1) .text-wrapper {
  text-align: left;
  padding: 15px;
  width: calc(100% - 50px);
  background-color: #eaddcc;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a:nth-child(1) .text-wrapper ol {
  padding-left: 15px;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a:nth-child(2) .wrapper-b {
  padding: 15px;
  width: calc(100% - 50px);
  height: 100%;
  background-color: #eaddcc;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a:nth-child(2) .wrapper-b .border {
  border: 2px solid #a75625;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 3px 8px;
  margin: 10px auto 0;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a:nth-child(2) .wrapper-b .text-wrapper {
  display: flex;
  width: 100%;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a:nth-child(2) .wrapper-b .text-wrapper p {
  font-size: 15px;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a:nth-child(2) .wrapper-b .text-wrapper .icon-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a:nth-child(2) .wrapper-b .text-wrapper .icon-wrapper .arrow {
  height: 40px;
}
#factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a:nth-child(2) .wrapper-b .text-wrapper .icon-wrapper .icon {
  height: 30px;
  margin: 10px 0;
}
#factSheet .fact-container .wrapper:nth-child(4) {
  padding-top: 120px;
}
#factSheet .fact-container .wrapper:nth-child(4) h3 {
  padding-bottom: 30px;
}
#factSheet .fact-container .wrapper:nth-child(4) .wrapper-1 {
  display: flex;
}
#factSheet .fact-container .wrapper:nth-child(4) .wrapper-1 .quarter {
  position: relative;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#factSheet .fact-container .wrapper:nth-child(4) .wrapper-1 .quarter .image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#factSheet .fact-container .wrapper:nth-child(4) .wrapper-1 .quarter .text-wrapper {
  gap: 10px 0;
  background-color: #eaddcc;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 20px 15px;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}
#factSheet .fact-container .wrapper:nth-child(4) .wrapper-1 .quarter .text-wrapper .icon {
  height: 25px;
}
#factSheet .fact-container .wrapper:nth-child(5) {
  position: relative;
  background-color: #ba8f5c;
  padding-bottom: 100px;
  margin-bottom: 60px;
}
#factSheet .fact-container .wrapper:nth-child(5) .whitebg {
  position: absolute;
  top: 60px;
  background-color: #fff;
  z-index: -3;
  width: 100%;
  height: 100%;
}
#factSheet .fact-container .wrapper:nth-child(5) h2, #factSheet .fact-container .wrapper:nth-child(5) h3 {
  color: #fff;
}
#factSheet .fact-container .wrapper:nth-child(5) h3 {
  padding: 0 0 30px;
}
#factSheet .fact-container .wrapper:nth-child(5) .wrapper-2 {
  position: absolute;
  display: flex;
  gap: 0 20px;
  justify-content: center;
}
#factSheet .fact-container .wrapper:nth-child(5) .wrapper-2 .text-wrapper {
  padding: 10px 20px;
  width: 25%;
  display: flex;
  flex-direction: column;
  background-color: #eaddcc;
  gap: 10px 0;
}
#factSheet .fact-container .wrapper:nth-child(5) .wrapper-2 .text-wrapper .icon {
  height: 50px;
}
#factSheet .fact-container .wrapper:nth-child(5) .wrapper-2 .text-wrapper p {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}
#factSheet .fact-container .wrapper:nth-child(6) {
  display: flex;
}
#factSheet .fact-container .wrapper:nth-child(6) .wrapper-1 {
  width: 50%;
}
#factSheet .fact-container .wrapper:nth-child(6) .wrapper-1:nth-child(1) {
  display: flex;
  justify-content: right;
  align-items: flex-end;
}
#factSheet .fact-container .wrapper:nth-child(6) .wrapper-1:nth-child(1) .img-wrapper {
  display: flex;
  justify-content: right;
  width: calc(100% - 60px);
}
#factSheet .fact-container .wrapper:nth-child(6) .wrapper-1:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
#factSheet .fact-container .wrapper:nth-child(6) .wrapper-1:nth-child(2) .text-wrapper {
  padding: 0 50px 0 30px;
}
#factSheet .fact-container .wrapper:nth-child(6) .wrapper-1:nth-child(2) .text-wrapper p {
  padding-bottom: 20px;
}
#factSheet .fact-container .wrapper:nth-child(6) .wrapper-1:nth-child(2) .text-wrapper .bold {
  font-size: 20px;
  padding: 0;
}
#factSheet .fact-container .wrapper:nth-child(7) {
  background-color: #1D3F50;
  color: #fff;
  text-align: left;
}
#factSheet .fact-container .wrapper:nth-child(7) .wrapper-1:nth-child(1) {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  padding: 0 40px 30px;
}
#factSheet .fact-container .wrapper:nth-child(7) .wrapper-1:nth-child(1) .text-wrapper {
  padding-top: 30px;
}
#factSheet .fact-container .wrapper:nth-child(7) .wrapper-1:nth-child(1) .text-wrapper p {
  font-size: 16px;
}
#factSheet .fact-container .wrapper:nth-child(7) .wrapper-1:nth-child(1) .text-wrapper .large {
  font-size: 20px;
}
#factSheet .fact-container .wrapper:nth-child(7) .wrapper-1:nth-child(1) .img-wrapper {
  display: flex;
  gap: 0 30px;
  align-items: flex-end;
}
#factSheet .fact-container .wrapper:nth-child(7) .wrapper-1:nth-child(1) .img-wrapper img:nth-child(1) {
  width: 60px;
}
#factSheet .fact-container .wrapper:nth-child(7) .wrapper-1:nth-child(1) .img-wrapper img:nth-child(2) {
  width: 150px;
}
#factSheet .fact-container .wrapper:nth-child(7) .wrapper-1:nth-child(2) p {
  font-size: 11px;
  line-height: 1.2em;
  padding: 10px 40px 20px;
}

.displayFactsheet {
  opacity: 1 !important;
  pointer-events: all !important;
}
.displayFactsheet::before {
  opacity: 1 !important;
  pointer-events: all !important;
}

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

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

@media screen and (max-aspect-ratio: 1620/1080) {
  .fullyvideo {
    height: 100%;
  }
}
@media screen and (min-aspect-ratio: 1620/1080) {
  .fullyvideo {
    width: 100%;
  }
}
@media screen and (max-width: 1310px) {
  .nav li {
    margin: 0 45px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .nav li {
    margin: 0 20px 0 0;
  }
  .logo {
    width: 250px;
    height: 56px;
  }
  .fixed .logo {
    width: 225px;
  }
  .fb {
    margin: 0 20px;
  }
  .trans160 {
    transform: translateY(-50px);
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1000px) {
  #factSheet .closebtn {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  #factSheet .fact-container {
    width: 500px;
  }
  #factSheet .fact-container h2 {
    font-size: 22px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #factSheet .fact-container h2 br {
    display: none;
  }
  #factSheet .fact-container h3 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center;
  }
  #factSheet .fact-container h3 br {
    display: none;
  }
  #factSheet .fact-container .wrapper .brownrect {
    display: none;
  }
  #factSheet .fact-container .wrapper:nth-child(2) .wrapper-1 {
    flex-direction: column;
  }
  #factSheet .fact-container .wrapper:nth-child(3) {
    flex-direction: column;
  }
  #factSheet .fact-container .wrapper:nth-child(3) .wrapper-1 {
    width: 100%;
    padding-bottom: 30px;
    aspect-ratio: inherit;
  }
  #factSheet .fact-container .wrapper:nth-child(3) .wrapper-1:nth-child(1) .wrapper-2 {
    gap: 0 10px;
  }
  #factSheet .fact-container .wrapper:nth-child(3) .wrapper-1:nth-child(1) .wrapper-2 .icon-wrapper .icon {
    height: 40px;
  }
  #factSheet .fact-container .wrapper:nth-child(3) .wrapper-1:nth-child(1) .wrapper-2 .icon-wrapper span {
    font-size: 40px;
  }
  #factSheet .fact-container .wrapper:nth-child(3) .wrapper-1:nth-child(1) .wrapper-2 .icon-wrapper .icon-text {
    font-size: 14px;
  }
  #factSheet .fact-container .wrapper .sub-wrapper {
    position: relative;
    padding-top: 20px;
  }
  #factSheet .fact-container .wrapper .sub-wrapper .container-1 {
    flex-direction: column;
    gap: 10px 0;
  }
  #factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a {
    width: 100%;
  }
  #factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a p {
    font-size: 15px;
  }
  #factSheet .fact-container .wrapper .sub-wrapper .container-1 .wrapper-a:nth-child(2) .wrapper-b {
    margin: 0 auto;
  }
  #factSheet .fact-container .wrapper:nth-child(4) {
    padding-top: 0;
  }
  #factSheet .fact-container .wrapper:nth-child(4) .wrapper-1 {
    flex-direction: column;
    padding-bottom: 30px;
  }
  #factSheet .fact-container .wrapper:nth-child(4) .wrapper-1 .quarter {
    margin: 0 auto;
    padding: 0 25px;
    width: 100%;
  }
  #factSheet .fact-container .wrapper:nth-child(5) {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  #factSheet .fact-container .wrapper:nth-child(5) .wrapper-2 {
    position: relative;
    top: 0;
    flex-direction: column;
    gap: 10px 0;
  }
  #factSheet .fact-container .wrapper:nth-child(5) .wrapper-2 .text-wrapper {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  #factSheet .fact-container .wrapper:nth-child(6) {
    flex-direction: column-reverse;
  }
  #factSheet .fact-container .wrapper:nth-child(6) .wrapper-1 {
    width: 100%;
  }
  #factSheet .fact-container .wrapper:nth-child(6) .wrapper-1:nth-child(1) {
    justify-content: center;
  }
  #factSheet .fact-container .wrapper:nth-child(6) .wrapper-1:nth-child(1) .img-wrapper {
    width: calc(100% - 50px);
    margin-bottom: 20px;
  }
  #factSheet .fact-container .wrapper:nth-child(6) .wrapper-1:nth-child(2) .text-wrapper {
    padding: 0 25px 20px;
  }
  #factSheet .fact-container .wrapper:nth-child(6) .wrapper-1:nth-child(2) .text-wrapper h2 {
    padding-left: 0 !important;
  }
  #factSheet .fact-container .wrapper:nth-child(7) {
    margin-bottom: 100px;
  }
  #factSheet .fact-container .wrapper:nth-child(7) .wrapper-1:nth-child(1) {
    flex-direction: column;
    padding: 0 25px 20px;
    gap: 20px 0;
  }
  #factSheet .fact-container .wrapper:nth-child(7) .wrapper-1:nth-child(1) .text-wrapper p {
    font-size: 15px;
  }
  #factSheet .fact-container .wrapper:nth-child(7) .wrapper-1:nth-child(1) .text-wrapper .large {
    font-size: 16px;
  }
  #factSheet .fact-container .wrapper:nth-child(7) .wrapper-1:nth-child(2) p {
    padding: 10px 25px 30px;
    font-size: 9px;
  }
  .m-dnone {
    display: none;
  }
  .BrochureHolder {
    width: 100%;
    margin-left: initial !important;
  }
  .m {
    display: block !important;
  }
  .d {
    display: none !important;
  }
  body {
    font-size: 14px;
  }
  .grid_6, .grid_7, .grid_5, .grid_8, .grid_4 {
    width: 100%;
  }
  h1 {
    font-size: 30px;
  }
  h2, .title {
    font-size: 25px;
    line-height: 1.56;
  }
  h4 {
    font-size: 19px;
  }
  #page-residence h4 {
    margin-bottom: 15px;
  }
  h6 {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .nomb {
    margin-bottom: 0 !important;
  }
  .noptm {
    padding-top: 0 !important;
  }
  .mb60 {
    margin-bottom: 25px;
  }
  .pt75 {
    padding-top: 45px;
  }
  .ptb75 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pt80 {
    padding-top: 45px;
  }
  .pt100 {
    padding-top: 40px;
  }
  .abs-bottom {
    position: relative;
    bottom: 0;
    left: auto;
  }
  .maxM {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .max350 {
    margin: 0 auto;
    max-width: calc(100% - 40px);
  }
  .centerM {
    text-align: center !important;
  }
  .fullH {
    height: 100vw;
    min-height: 300px;
  }
  .w570 {
    max-width: 100%;
  }
  .max250 {
    padding: 0 15px;
    width: auto;
  }
  .clogo {
    margin: 0 auto;
  }
  .content-video {
    height: 100vw;
  }
  .trans160 {
    transform: translateY(0);
    margin-bottom: 0;
  }
  .trans80 {
    transform: translateY(0);
  }
  .ptb80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .nopb {
    padding-bottom: 0 !important;
  }
  .nopt {
    padding-top: 0 !important;
  }
  .mb {
    margin-bottom: 15px;
  }
  .p20m {
    padding-top: 23px;
  }
  .pr80 {
    padding-right: 0;
  }
  .pb130 {
    padding-bottom: 40px;
  }
  .max350m {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .link {
    display: block;
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .rightalignM .title {
    text-align: right;
  }
  .title span, .locationtitle span {
    padding-top: 15px;
    padding-right: 40px;
  }
  .rightalignM .title span, .rightalignM locationtitle span {
    padding-left: 40px;
    padding-right: 0;
  }
  .w1, .w2 {
    width: 6px;
  }
  .w1 {
    left: calc(33.33% - 3px);
  }
  .w2 {
    left: calc(66.66% - 3px);
  }
  .rightM {
    padding-right: 40px;
  }
  .leftM {
    padding-left: 40px;
  }
  .rightM .max350 {
    max-width: 100%;
    float: right;
    padding-top: 30px;
    width: 285px;
    text-align: right;
  }
  .leftM .max350 {
    max-width: 100%;
    float: left;
    padding-top: 30px;
    width: 285px;
    text-align: left;
  }
  .pr60 {
    padding-right: 0;
  }
  .pl60 {
    padding-left: 0;
  }
  .artist:after {
    left: 5px;
    right: auto;
    bottom: 5px;
    font-size: 7px;
    letter-spacing: 0.7px;
  }
  .mbm {
    margin-bottom: 50px;
  }
  .pt20m {
    padding-top: 20px;
  }
  .mbm30 {
    margin-bottom: 30px;
  }
  .absright {
    position: relative;
    padding: 50px 0;
  }
  .absright .middle, .absleft .middle, .autoH .middle {
    position: relative;
    transform: translate(0);
    top: auto;
    left: auto;
  }
  #page-home #enquire {
    margin-bottom: 0;
  }
  #header {
    height: 86px;
    border-bottom: 1px solid #1D3F50;
  }
  #header.fixed {
    height: 60px;
  }
  .call-top {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 25px;
    height: 25px;
    background-image: url(/images/tel.png);
    background-size: cover;
  }
  .call-top span {
    display: none;
  }
  #nav-toggle {
    display: block;
  }
  .logo {
    width: 250px;
    height: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .nav {
    position: absolute;
    top: 100%;
    transform: translate(0, 0) !important;
    transition: left 0.4s;
    left: -100%;
    text-align: right;
    z-index: 1;
    bottom: 0;
    height: 100vh;
    background: #f7f3ed;
    width: 100%;
    right: auto;
  }
  .space {
    height: 86px;
  }
  .activeMenu .nav {
    left: 0;
  }
  .nav li {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #1D3F50;
    margin: 0;
  }
  .nav li:first-child {
    border-top: 1px solid #1D3F50;
  }
  .nav li a {
    display: block;
    font-size: 17px;
    line-height: 1;
  }
  .w460 {
    width: 100%;
    max-width: 100%;
    position: relative;
    height: auto;
    padding: 40px 0 0 0;
    float: left;
  }
  #map {
    width: 100%;
    height: 100vw;
  }
  .absright {
    height: auto;
  }
  .w320 {
    width: 100%;
    margin-bottom: 30px;
  }
  .w_320 {
    width: 100%;
  }
  .w545 {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .abs-b {
    position: relative;
    width: 100%;
    padding-right: 20px;
    margin: 0;
    text-align: right;
  }
  #brochure {
    margin: 0 auto;
    left: 0;
    transform: none;
    top: auto;
    bottom: 35px;
    padding: 8px 0;
    right: 0;
    width: 300px;
    letter-spacing: 2px;
  }
  .w100m {
    width: 100px;
  }
  .w_100m {
    width: calc(100% - 100px);
  }
  .follow {
    width: 100%;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .fb {
    transform: translateY(7px);
  }
  .links a {
    margin-left: 0;
    display: block;
    margin-bottom: 12px;
  }
  .insta {
    transform: translateY(7px);
    margin: 0;
  }
  #logos a {
    display: inline-block;
    margin: 0 20px;
  }
  #logos {
    padding: 15px 0;
    border-top: 1px solid #1D3F50;
    margin-top: 25px;
  }
  #logos img {
    height: 40px;
  }
  .btn.r-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .liny {
    padding: 15px 0;
    border-top: 1px solid #1D3F50;
    margin-top: 0;
    line-height: 1.8;
  }
  #page-news .pb80 {
    padding: 0;
  }
  .filter a {
    margin: 0px 6px;
    font-size: 10px;
    line-height: 1.7;
  }
  .pl20m {
    padding-left: 20px;
  }
}/*# sourceMappingURL=style.css.map */