/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

iframe {
  border-style: none;
  border: none;
  display: block;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  color: #000;
  background: #ff0;
}

p,
pre {
  margin: 1em 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}

q {
  quotes: none;
}

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

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;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

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

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
}

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;
}

input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="reset"], input[type="button"], input[type="submit"], button {
  cursor: pointer;
  border-style: none;
  -webkit-appearance: button;
}

input[type="checkbox"].styled:checked + label, input[type="checkbox"].styled:not(:checked) + label, input[type="radio"].styled:checked + label, input[type="radio"].styled:not(:checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

input[type="checkbox"].styled:checked + label:before, input[type="checkbox"].styled:not(:checked) + label:before, input[type="radio"].styled:checked + label:before, input[type="radio"].styled:not(:checked) + label:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #d8d8db;
  background: white;
}

input[type="checkbox"].styled:checked + label:before, input[type="checkbox"].styled:not(:checked) + label:before {
  border-radius: 3px;
}

input[type="radio"].styled:checked + label:before, input[type="radio"].styled:not(:checked) + label:before {
  border-radius: 50%;
}

input[type="checkbox"].styled:checked + label:after, input[type="checkbox"].styled:not(:checked) + label:after, input[type="radio"].styled:checked + label:after, input[type="radio"].styled:not(:checked) + label:after {
  position: absolute;
  top: 12px;
  left: 4px;
  content: "";
  width: 8px;
  height: 8px;
  line-height: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #0096db;
}

input[type="checkbox"].styled:checked + label:after, input[type="checkbox"].styled:not(:checked) + label:after {
  border-radius: 2px;
}

input[type="radio"].styled:checked + label:after, input[type="radio"].styled:not(:checked) + label:after {
  border-radius: 50%;
}

textarea, input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  height: 40px;
  color: #8b8b8b;
  font-size: 1.4rem;
  font-family: "Montserrat";
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 15px;
  margin-bottom: 45px;
}

table, th, td {
  vertical-align: top;
  line-height: 1;
  border-spacing: 0;
  border: 1px solid #d8d8db;
  padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
  color: #4b4b4b;
  font-family: "Fahkwang", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: none;
  margin: 0;
  margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: -1px;
}

.container {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.container:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.container-small {
  position: relative;
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}

.container-small:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container-small:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.container-big {
  position: relative;
  max-width: 1700px;
  width: 90%;
  margin: 0 auto;
}

.container-big:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container-big:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.row {
  font-size: 0;
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}

.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row > [class*="col_"] {
  display: inline-block;
  vertical-align: top;
  /*float: left;*/
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 15px;
}

.row > [class*="col_"].right {
  float: right;
}

.row.big-gutter {
  margin-left: -71px;
  margin-right: -71px;
}

.row.big-gutter > [class*="col_"] {
  padding-left: 71px;
  padding-right: 71px;
}

.row.small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row.small-gutter > [class*="col_"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > [class*="col_"] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

.row-flex > [class*="col_"] {
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex > [class*="col_"].right {
  float: right;
}

@media (max-width: 1480px) {
  .row,
  .row-flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*="col_"],
  .row-flex > [class*="col_"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter,
  .row-flex.big-gutter {
    margin-left: -90px;
    margin-right: -90px;
  }
  .row.big-gutter > [class*="col_"],
  .row-flex.big-gutter > [class*="col_"] {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1100px) {
  .row,
  .row-flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*="col_"],
  .row-flex > [class*="col_"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter,
  .row-flex.big-gutter {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.big-gutter > [class*="col_"],
  .row-flex.big-gutter > [class*="col_"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_23 {
  width: 23%;
}

.col_25 {
  width: 25%;
}

.col_27 {
  width: 27%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_73 {
  width: 73%;
}

.col_75 {
  width: 75%;
}

.col_77 {
  width: 77%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html {
  font-size: 10px;
}

h1 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 15px;
}

h1 * b,
h1 strong {
  font-weight: 700;
}

h2 {
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 15px;
}

h2 b,
h2 strong {
  font-weight: 700;
}

h3 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 15px;
}

h3 b,
h3 strong {
  font-weight: 700;
}

h4 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

h4 b,
h4 strong {
  font-weight: 700;
}

h5 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
}

h5 b,
h5 strong {
  font-weight: 700;
}

h6 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2em;
}

h6 b,
h6 strong {
  font-weight: 700;
}

@media (max-width: 1100px) {
  h1 {
    font-size: 3.5rem;
    line-height: 1.2em;
  }
  h2 {
    font-size: 3.5rem;
    line-height: 1.2em;
  }
  h3 {
    font-size: 2.1rem;
    line-height: 1.2em;
  }
  h4 {
    font-size: 2rem;
    line-height: 1.2em;
  }
  h5 {
    font-size: 1.6rem;
    line-height: 1.2em;
  }
  h6 {
    font-size: 1.2rem;
    line-height: 1.2em;
  }
  p {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1.2em;
  }
  h2 {
    font-size: 3rem;
    line-height: 1.2em;
  }
  h3 {
    font-size: 2rem;
    line-height: 1.2em;
  }
  h4 {
    font-size: 1.9rem;
    line-height: 1.2em;
  }
  h5 {
    font-size: 1.5rem;
    line-height: 1.2em;
  }
  h6 {
    letter-spacing: 0;
    line-height: 1.2em;
  }
}

p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #515151;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0 0 25px;
}

@media (max-width: 1100px) {
  p {
    font-size: 1.5rem;
  }
}

p:empty {
  display: none;
  margin: 0;
}

p a {
  font-size: 100%;
  margin: 0;
  color: #183f3d;
  text-decoration: none;
}

p a:hover {
  color: #bd9e76;
}

p span {
  font-size: 100%;
  margin: 0;
}

p label {
  font-size: 100%;
  margin: 0;
}

p i {
  font-style: italic;
}

p b {
  font-style: italic;
  font-weight: 700;
}

a {
  display: inline;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #183f3d;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a p {
  font-size: 100%;
  margin: 0;
}

a a {
  font-size: 100%;
  margin: 0;
}

a span {
  font-size: 100%;
  margin: 0;
}

a label {
  font-size: 100%;
  margin: 0;
}

a:hover {
  color: #bd9e76;
  outline: 0;
}

a:focus {
  outline: none;
}

a:active {
  outline: 0;
}

div {
  font-family: "Montserrat";
}

span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

span p {
  font-size: 100%;
  margin: 0;
}

span a {
  font-size: 100%;
  margin: 0;
}

span span {
  font-size: 100%;
  margin: 0;
}

span label {
  font-size: 100%;
  margin: 0;
}

label {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

label p {
  font-size: 100%;
  margin: 0;
}

label a {
  font-size: 100%;
  margin: 0;
}

label span {
  font-size: 100%;
  margin: 0;
}

label label {
  font-size: 100%;
  margin: 0;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 700;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  margin: 40px 0;
}

blockquote:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  content: "";
  height: 100%;
  width: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #d7d7d7;
}

blockquote p {
  color: #515151;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

@media (max-width: 1100px) {
  blockquote {
    padding: 5px 0 5px 15px;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}

li {
  font-size: 1.6rem;
  font-weight: 400;
  list-style-type: none;
  margin: 0 0 7px;
}

.the-content ul li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #515151;
  font-size: 7px;
  width: 1em;
  vertical-align: middle;
  margin-right: 5px;
}

.the-content ol {
  list-style-type: none;
  padding-right: 0;
  margin-left: 0;
}

.the-content ol li {
  counter-increment: step-counter;
}

.the-content ol li:before {
  color: #515151;
  content: counter(step-counter) ".";
  margin-right: 5px;
}

.white-txt h1 {
  color: white;
}

.white-txt h2 {
  color: white;
}

.white-txt h3 {
  color: white;
}

.white-txt h4 {
  color: white;
}

.white-txt h5 {
  color: white;
}

.white-txt h6 {
  color: white;
}

.white-txt p {
  color: white;
}

.white-txt a {
  color: white;
}

.white-txt span {
  color: white;
}

.white-txt li {
  color: white;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input {
  vertical-align: baseline;
  line-height: normal;
  margin: 0 0 25px;
}

@media (max-width: 1100px) {
  input {
    margin: 0 0 15px;
  }
}

@media (max-width: 768px) {
  input {
    margin: 0 0 10px;
  }
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

input[type="checkbox"].styled:checked {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"].styled:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="checkbox"].styled:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"].styled:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type="radio"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

input[type="radio"].styled:checked {
  position: absolute;
  left: -9999px;
}

input[type="radio"].styled:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="radio"].styled:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="radio"].styled:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

select {
  vertical-align: baseline;
  text-transform: none;
  padding-right: 0;
  margin: 0;
}

select.styled {
  width: 100% !important;
  height: 100% !important;
}

textarea {
  vertical-align: baseline;
  margin: 0;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  height: auto;
  min-height: 110px;
  line-height: normal;
  padding: 15px 17px;
}

button {
  vertical-align: baseline;
  line-height: normal;
  text-transform: none;
  margin: 0;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[disabled] {
  cursor: default;
}

button[disabled] {
  cursor: default;
}

label {
  display: block;
  color: #515151;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 7px;
}

::-webkit-input-placeholder {
  color: #515151;
  font-size: 1.6rem;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #515151;
  font-size: 1.6rem;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #515151;
  font-size: 1.6rem;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #515151;
  font-size: 1.6rem;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: normal;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  vertical-align: top;
  border-radius: 4px;
  background: #bd9e76;
  line-height: normal;
  cursor: pointer;
  color: #183f3d;
  margin-top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #e3d8ca;
  margin-top: 0;
  margin-right: 4px;
}

input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  font-size: 8px;
  left: 3px;
  top: 3px;
  text-align: center;
  width: 12px;
  height: 12px;
  line-height: 1.6em;
  background: #183f3d;
  border-radius: 4px;
}

input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 10px 15px;
  font-size: 1.4rem;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
  background: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
  background: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
  background: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
  background: #ffb900;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
  font-weight: normal;
}

.btn,
button,
input[type="submit"] {
  color: #fff;
  font-family: "Fahkwang", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #4b4b4b;
  padding: 16px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .btn,
  button,
  input[type="submit"] {
    font-size: 1.2rem;
    padding: 10px 21px;
  }
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  color: #fff;
  background-color: #44a2f6;
}

.btn.rounded,
button.rounded,
input[type="submit"].rounded {
  border-radius: 500px;
}

.btn.striped,
button.striped,
input[type="submit"].striped {
  border: 2px solid #4b4b4b;
  background-color: transparent;
}

.btn.striped:hover,
button.striped:hover,
input[type="submit"].striped:hover {
  border: 2px solid #44a2f6;
  background-color: transparent;
}

.btn.green,
button.green,
input[type="submit"].green {
  color: #fff;
  background-color: #183f3d;
}

.btn.white,
button.white,
input[type="submit"].white {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  position: relative;
}

.btn.white:before,
button.white:before,
input[type="submit"].white:before {
  content: "";
  position: absolute;
  background: #bd9e76;
  left: 0;
  width: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}

.btn.white:hover:before,
button.white:hover:before,
input[type="submit"].white:hover:before {
  width: 100%;
}

.btn.upper,
button.upper,
input[type="submit"].upper {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn.yellow,
button.yellow,
input[type="submit"].yellow {
  color: #bd9e76;
  border: 1px solid #bd9e76;
  background: transparent;
}

.btn.yellow:hover,
button.yellow:hover,
input[type="submit"].yellow:hover {
  background-color: #bd9e76;
  color: #fff;
}

.btn.black,
button.black,
input[type="submit"].black {
  color: #131313;
  border: 1px solid #505055;
  background-color: transparent;
  position: relative;
}

.btn.black:hover,
button.black:hover,
input[type="submit"].black:hover {
  color: #fff;
  background-color: #bd9e76;
  border: 1px solid #bd9e76;
}

body,
html {
  background: #fff;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #515151;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: "Montserrat";
  line-height: 20px;
}

body {
  -webkit-text-size-adjust: 100%;
  /* stop ios zooming text  on orientation change */
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

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

img {
  max-width: 100%;
}

*:focus {
  outline: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.t-left {
  display: table;
  margin: 0 auto 0 0;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.floating-objects {
  clear: both;
  zoom: 1;
}

.floating-objects:after {
  display: table;
  content: "";
  clear: both;
}

.floating-objects:before {
  display: table;
  content: "";
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.sep {
  display: block;
  width: 100%;
  height: 1px;
  background: #f6f6f6;
  clear: both;
  margin-top: 50px;
  margin-bottom: 30px;
}

.sep:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.sep:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

.ovh:before {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
}

.ovh:after {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

@media (max-width: 768px) {
  .alignleft {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

@media (max-width: 768px) {
  .alignright {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.no-p {
  padding: 0;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

.m0a {
  margin: 0 auto;
}

.no-m {
  margin: 0;
}

.full-height {
  height: 100vh;
}

@media (max-width: 1100px) {
  .hide_tablet {
    display: none !important;
  }
}

.display_tablet {
  display: none !important;
}

@media (max-width: 1100px) {
  .display_tablet {
    display: block !important;
  }
}

.section_grey {
  background: #f2f2f2;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.65%;
  padding-top: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper object {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper embed {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.general_content table {
  margin-bottom: 20px;
}

.general_content table td {
  line-height: 1.6em;
}

@media (max-width: 768px) {
  .general_content .gallery {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .general_content .gallery .gallery-item {
    margin-bottom: 0;
    padding: 10px 0;
    margin-top: 0 !important;
    width: 100% !important;
  }
}

.section {
  padding: 80px 0;
}

@media (max-width: 1480px) {
  .section {
    padding: 60px 0;
  }
}

@media (max-width: 1100px) {
  .section {
    padding: 40px 0;
  }
}

.section.section_small {
  padding: 10px 0;
}

@media (max-width: 1100px) {
  .section.section_small {
    padding: 0;
  }
}

.relative {
  position: relative;
}

.vertical_align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.no-relative {
  position: initial;
}

.fancybox-button:focus,
.fancybox-button:hover {
  background-color: transparent !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.t-left {
  display: table;
  margin: 0 auto 0 0;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.no-scroll {
  overflow: hidden !important;
}

.floating-objects {
  clear: both;
  zoom: 1;
}

.floating-objects:after {
  display: table;
  content: "";
  clear: both;
}

.floating-objects:before {
  display: table;
  content: "";
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.sep {
  display: block;
  width: 100%;
  height: 1px;
  background: #f6f6f6;
  clear: both;
  margin-top: 50px;
  margin-bottom: 30px;
}

.sep:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.sep:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

.ovh:before {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
}

.ovh:after {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

@media (max-width: 768px) {
  .alignleft {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

@media (max-width: 768px) {
  .alignright {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.no-p {
  padding: 0;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

.m0a {
  margin: 0 auto;
}

.no-m {
  margin: 0;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.65%;
  padding-top: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper object {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper embed {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.section-title {
  color: #183f3d;
  font-size: 4rem;
}

@media (max-width: 1240px) {
  .section-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 1100px) {
  .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .section-title {
    font-size: 2rem;
  }
}

.general_content ol {
  margin-top: 15px;
}

.general_content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
  margin-bottom: 15px;
}

.general_content ol ul,
.general_content ol ol {
  margin-left: 20px;
}

.general_content ul {
  margin-top: 15px;
}

.general_content ul li {
  list-style: disc inside none;
  display: list-item;
  margin-bottom: 15px;
}

.general_content ul ul,
.general_content ul ol {
  margin-left: 20px;
}

.general_content table {
  font-size: 1.6rem;
  padding: 10px 0;
}

.general_content table td,
.general_content table th {
  font-size: 1.6rem;
}

.alignleft {
  text-align: left;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

.alignright {
  float: right;
  text-align: right;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.aligncenter {
  display: block;
  float: none;
  margin: 10px auto;
  text-align: center;
}

.wpcf7-acceptance.wpcf7-not-valid {
  border-bottom: none !important;
  color: red;
}

.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label {
  color: red;
}

.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label a {
  color: red;
}

.grid .grid-item {
  width: calc(50% - 60px);
}

.wp-pagenavi ul {
  padding: 0 0 30px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .wp-pagenavi ul {
    padding: 0 0 20px 0;
  }
}

@media (max-width: 680px) {
  .wp-pagenavi ul {
    padding: 0 0 10px 0;
  }
}

.wp-pagenavi ul li {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}

@media (max-width: 1100px) {
  .wp-pagenavi ul li {
    margin: 0 5px;
  }
}

.wp-pagenavi ul li a,
.wp-pagenavi ul li span {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 500px;
  background-color: #183f3d;
  color: #fff;
  line-height: 50px;
}

@media (max-width: 1100px) {
  .wp-pagenavi ul li a,
  .wp-pagenavi ul li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
  }
}

.wp-pagenavi ul li a i,
.wp-pagenavi ul li span i {
  font-size: 14px;
}

@media (max-width: 1100px) {
  .wp-pagenavi ul li a i,
  .wp-pagenavi ul li span i {
    font-size: 12px;
  }
}

.wp-pagenavi ul li a:hover,
.wp-pagenavi ul li span {
  background-color: #bd9e76;
}

h1.elementor-heading-title {
  position: relative;
}

h1.elementor-heading-title:after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.elementor-blockquote .elementor-blockquote__content {
  color: #183f3d;
  font-size: 2.5rem;
  letter-spacing: 0.25rem;
  font-style: italic;
  line-height: 4rem;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1240px) {
  .elementor-blockquote .elementor-blockquote__content {
    line-height: 3.5rem;
    font-size: 2.2rem;
  }
}

@media (max-width: 1100px) {
  .elementor-blockquote .elementor-blockquote__content {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  .elementor-blockquote .elementor-blockquote__content {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

body .elementor-blockquote--skin-border .elementor-blockquote {
  border-color: transparent;
  border-left: none;
  border-style: none;
  padding-left: 0;
}

.margin_container .elementor-container {
  width: 90%;
  margin: 0 auto;
}

.general_content_custom h1 {
  font-size: 5.5rem;
  color: #183f3d;
  position: relative;
  margin-bottom: 45px;
}

.general_content_custom h1:after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -12px;
  left: 0;
}

.general_content_custom p {
  line-height: 1.9em;
}

.general_content_custom .read-more {
  position: relative;
  color: #183f3d;
}

.general_content_custom .read-more:after {
  content: "";
  width: 29px;
  height: 10px;
  display: inline-block;
  background-image: url(images/svg/green-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.general_content_custom .read-more:hover:after {
  margin-left: 15px;
}

body .picker__select--month,
body .picker__select--year {
  padding: 0;
}

.booking-top {
  background: #f8f5f1;
  padding: 25px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.booking-top.shadow {
  position: fixed;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.booking-top .container {
  max-width: 100%;
}

.booking-top .trigger-form {
  display: none;
  color: #bd9e76;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Fahkwang";
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .booking-top .trigger-form {
    display: block;
  }
}

@media (max-width: 768px) {
  .booking-top .appointment {
    display: none;
  }
}

.booking-top .appointment.active {
  display: block;
}

.booking-top .appointment .box-form.label {
  text-align: center;
}

@media (max-width: 1100px) {
  .booking-top .appointment .box-form.label {
    width: 100%;
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .booking-top .appointment .box-form.label {
    display: none;
  }
}

.booking-top .appointment .box-form .big {
  color: #bd9e76;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Fahkwang";
}

@media (max-width: 1100px) {
  .booking-top .appointment .box-form.box-item {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .booking-top .appointment .box-form.box-item {
    margin: 10px 0;
    width: 50%;
  }
}

@media (max-width: 680px) {
  .booking-top .appointment .box-form.box-item {
    width: 100%;
  }
}

.booking-top .appointment .box-form input[type="submit"] {
  margin-bottom: 0;
  min-width: 250px;
  padding: 10px 20px;
  font-size: 1.4rem;
}

@media (max-width: 1100px) {
  .booking-top .appointment .box-form input[type="submit"] {
    min-width: 100%;
  }
}

.booking-top .appointment .box-form input[type="text"] {
  margin-bottom: 0;
  background-color: #f8f5f1;
  border: none;
  border-bottom: 1px solid #343434;
  padding-left: 0;
  background-image: url(images/svg/custom-arrow-book.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 13px;
  padding-right: 30px;
}

.booking-top .appointment .box-form input[type="text"]::-webkit-input-placeholder {
  font-size: 1.4rem;
}

.booking-top .appointment .box-form input[type="text"]::-moz-placeholder {
  font-size: 1.4rem;
}

.booking-top .appointment .box-form input[type="text"]:-ms-input-placeholder {
  font-size: 1.4rem;
}

.booking-top .appointment .box-form input[type="text"]:-moz-placeholder {
  font-size: 1.4rem;
}

.booking-top .appointment .box-form .selectric {
  border: none;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  background-color: #f8f5f1;
  border: none;
  border-bottom: 1px solid #343434;
  padding-left: 0;
  padding-right: 30px;
}

.booking-top .appointment .box-form .selectric .label {
  padding-left: 0;
  margin-left: 0;
  font-size: 1.4rem;
}

.booking-top .appointment .box-form .selectric .button {
  background-color: #f8f5f1;
  background-image: url(images/svg/custom-arrow-book.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 13px;
  color: transparent;
}

.booking-top .appointment .box-form .selectric .button:after {
  content: none;
}

.booking-top .appointment .box-form .selectric-items {
  background: #f8f5f1;
}

.booking-top .appointment .box-form .selectric-items li {
  color: #131313;
  font-size: 1.4rem;
}

.elementor-slideshow__title {
  display: none !important;
}

.page-id-63 .fancybox-bg {
  background: #ffffff;
  opacity: 0.8;
}

#form {
  background-color: #183f3d;
  max-width: 600px;
  width: 100%;
}

#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form textarea {
  border: none;
  border-bottom: 1px solid #3d605e;
  background-color: #183f3d;
  margin-bottom: 0;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

#form input[type="text"]::-webkit-input-placeholder,
#form input[type="email"]::-webkit-input-placeholder,
#form input[type="tel"]::-webkit-input-placeholder,
#form textarea::-webkit-input-placeholder {
  color: #fff;
}

#form input[type="text"]::-moz-placeholder,
#form input[type="email"]::-moz-placeholder,
#form input[type="tel"]::-moz-placeholder,
#form textarea::-moz-placeholder {
  color: #fff;
}

#form input[type="text"]:-ms-input-placeholder,
#form input[type="email"]:-ms-input-placeholder,
#form input[type="tel"]:-ms-input-placeholder,
#form textarea:-ms-input-placeholder {
  color: #fff;
}

#form input[type="text"]:-moz-placeholder,
#form input[type="email"]:-moz-placeholder,
#form input[type="tel"]:-moz-placeholder,
#form textarea:-moz-placeholder {
  color: #fff;
}

#form textarea {
  height: 100px;
}

#form .input_block {
  margin-bottom: 20px;
}

#form .input_block:last-of-type {
  margin-bottom: 0;
}

#form input[type="submit"] {
  margin-bottom: 0;
}

#form .fancybox-close-small {
  color: #fff;
}

.input_item {
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: 40px;
}

.input_item:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  opacity: 0.3;
}

.input_item span {
  display: inline-block;
  /* width: 100%; */
  color: #fff;
  text-transform: uppercase;
  background: #183f3d;
  padding: 0 20px;
  position: relative;
}

.input_item p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

.input_item p a {
  color: #fff;
  text-decoration: underline;
}

.page-id-419 .fancybox-bg,
.page-id-63 .fancybox-bg {
  background: #ffffff;
  opacity: 0.8;
}

.hero_slider .main_slider {
  height: 750px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .hero_slider .main_slider {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .hero_slider .main_slider {
    height: 400px;
  }
}

.hero_slider .main_slider.slick-dotted {
  margin-bottom: 0;
}

.hero_slider .main_slider .item {
  height: 750px;
}

@media (max-width: 1480px) {
  .hero_slider .main_slider .item {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .hero_slider .main_slider .item {
    height: 400px;
  }
}

.hero_slider .main_slider .item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .hero_slider .main_slider .item:before {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.hero_slider .main_slider .item .vertical_align {
  padding: 0 100px;
}

@media (max-width: 680px) {
  .hero_slider .main_slider .item .vertical_align {
    padding: 0;
  }
}

.hero_slider .main_slider .item p {
  font-family: "Montserrat";
  text-align: center;
  color: #fff;
}

@media (max-width: 460px) {
  .hero_slider .main_slider .item p {
    font-size: 1.4rem;
  }
}

.hero_slider .main_slider .item p.subtitle {
  position: relative;
  font-weight: 400;
  letter-spacing: 7px;
  padding-bottom: 16px;
}

@media (max-width: 768px) {
  .hero_slider .main_slider .item p.subtitle {
    padding-bottom: 11px;
    margin-bottom: 10px;
  }
}

.hero_slider .main_slider .item p.subtitle:after {
  content: "";
  height: 2px;
  width: 100%;
  max-width: 245px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: calc((100% - 245px) / 2);
}

@media (max-width: 768px) {
  .hero_slider .main_slider .item p.subtitle:after {
    max-width: 150px;
    left: calc((100% - 150px) / 2);
  }
}

.hero_slider .main_slider .item p.large {
  font-size: 6.6rem;
  font-family: "Fahkwang";
}

@media (max-width: 1480px) {
  .hero_slider .main_slider .item p.large {
    font-size: 4rem;
  }
}

@media (max-width: 1100px) {
  .hero_slider .main_slider .item p.large {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .hero_slider .main_slider .item p.large {
    font-size: 3rem;
  }
}

@media (max-width: 680px) {
  .hero_slider .main_slider .item p.large {
    font-size: 2.8rem;
  }
}

.hero_slider .main_slider .item .wrap_button {
  text-align: center;
}

@media (max-width: 1100px) {
  .hero_slider .main_slider .item .wrap_button .btn {
    padding-top: 12px;
  }
}

@media (max-width: 768px) {
  .hero_slider .main_slider .item .wrap_button .btn {
    font-size: 1.5rem;
  }
}

.hero_slider .main_slider .slick-arrow {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 45px;
  height: 18px;
  z-index: 2;
  font-size: 0;
}

.hero_slider .main_slider .slick-arrow:before {
  content: none;
}

.hero_slider .main_slider .slick-arrow.slick-prev {
  background-image: url(images/svg/hero-arrow-left.svg);
  left: 100px;
}

@media (max-width: 1100px) {
  .hero_slider .main_slider .slick-arrow.slick-prev {
    left: 20px;
  }
}

.hero_slider .main_slider .slick-arrow.slick-prev:hover {
  left: 90px;
}

@media (max-width: 1100px) {
  .hero_slider .main_slider .slick-arrow.slick-prev:hover {
    left: 10px;
  }
}

.hero_slider .main_slider .slick-arrow.slick-next {
  background-image: url(images/svg/hero-arrow-right.svg);
  right: 100px;
}

@media (max-width: 1100px) {
  .hero_slider .main_slider .slick-arrow.slick-next {
    right: 20px;
  }
}

.hero_slider .main_slider .slick-arrow.slick-next:hover {
  right: 90px;
}

@media (max-width: 1100px) {
  .hero_slider .main_slider .slick-arrow.slick-next:hover {
    right: 10px;
  }
}

.hero_slider .main_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
}

.hero_slider .main_slider .slick-dots li {
  width: auto;
}

.hero_slider .main_slider .slick-dots li button {
  border: 1px solid #fff;
  width: 25px;
  height: 2px;
  opacity: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 2px;
  background-color: transparent;
  position: relative;
}

.hero_slider .main_slider .slick-dots li button:before {
  content: "";
  background-color: #bd9e76;
  width: 0;
  height: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.hero_slider .main_slider .slick-dots .slick-active button {
  width: 50px;
}

.hero_slider .main_slider .slick-dots .slick-active button:before {
  width: 100%;
}

.appartments {
  padding-top: 124px;
  margin-bottom: 39px;
}

@media (max-width: 1240px) {
  .appartments {
    padding-top: 80px;
  }
}

@media (max-width: 1100px) {
  .appartments {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .appartments {
    margin-bottom: 0;
  }
}

.appartments .container-big {
  position: relative;
}

.appartments .container-big .section-title {
  text-align: left;
  padding-right: 643px;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .appartments .container-big .section-title {
    padding-right: 0;
    margin-bottom: 8px;
  }
}

@media (max-width: 680px) {
  .appartments .container-big .section-title {
    font-size: 2rem;
  }
}

.appartments .container-big .picture-big {
  position: relative;
  z-index: 3;
}

.appartments .container-big .picture-big:before {
  content: "";
  display: none;
  width: 50%;
  height: 186px;
  background-color: rgba(189, 158, 118, 0.1);
  position: absolute;
  top: -40px;
  right: -20px;
  z-index: -1;
}

@media (max-width: 1100px) {
  .appartments .container-big .picture-big:before {
    display: block;
  }
}

@media (max-width: 500px) {
  .appartments .container-big .picture-big:before {
    height: 100px;
  }
}

.appartments .container-big .picture-big img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.appartments .container-big .links {
  background-color: rgba(189, 158, 118, 0.1);
  width: 100%;
  max-width: 56%;
  height: 584px;
  padding: 59px 72px 0 54px;
  position: absolute;
  top: -100px;
  right: -71px;
  z-index: 1;
  text-align: right;
}

@media (max-width: 1480px) {
  .appartments .container-big .links {
    max-width: 66%;
  }
}

@media (max-width: 1240px) {
  .appartments .container-big .links {
    padding: 59px 35px 0 25px;
    right: -35px;
    top: -80px;
    padding-top: 32px;
    height: 300px;
  }
}

@media (max-width: 1100px) {
  .appartments .container-big .links {
    right: 0;
    width: 100%;
    max-width: initial;
    top: 0;
    position: relative;
    height: auto;
    padding: 20px 0px;
    background-color: transparent;
    text-align: center;
  }
}

.appartments .container-big .links a {
  font-size: 1.6rem;
  opacity: 100%;
  font-weight: 400;
  width: initial;
  position: relative;
  padding-right: 16px;
  margin-right: 13px;
  color: #7e7e7e;
}

@media (max-width: 1240px) {
  .appartments .container-big .links a {
    font-size: 1.4rem;
  }
}

@media (max-width: 680px) {
  .appartments .container-big .links a {
    font-size: 1.4rem;
  }
}

@media (max-width: 500px) {
  .appartments .container-big .links a {
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .appartments .container-big .links a {
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
}

@media (max-width: 460px) {
  .appartments .container-big .links a {
    text-align: center;
  }
}

.appartments .container-big .links a:hover {
  color: #183f3d;
}

.appartments .container-big .links a:after {
  content: "/";
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  color: #748584;
}

@media (max-width: 1100px) {
  .appartments .container-big .links a:after {
    content: none;
    content: "";
  }
}

@media (max-width: 768px) {
  .appartments .container-big .links a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.appartments .container-big .links a:last-child {
  padding-right: 0;
}

@media (max-width: 768px) {
  .appartments .container-big .links a:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.appartments .container-big .links a:last-child:after {
  content: none;
}

.second {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .second {
    margin-bottom: 50px;
  }
}

@media (max-width: 680px) {
  .second {
    margin-bottom: 30px;
  }
}

.second .wrap-image {
  z-index: 5;
  padding-bottom: 30px;
  position: relative;
}

.second .wrap-image a {
  width: 100%;
}

@media (max-width: 1100px) {
  .second .wrap-image a {
    color: #183f3d;
    text-align: left;
    display: block;
  }
}

.second .wrap-image a img {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.second .wrap-image a:hover img {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.second .wrap-image.stories {
  padding-bottom: 39px;
  padding-right: 0;
  padding-left: 100px;
}

@media (max-width: 1100px) {
  .second .wrap-image.stories {
    padding-left: 0;
  }
}

.second .wrap-image .relative {
  padding-top: 60px;
}

@media (max-width: 1100px) {
  .second .wrap-image .relative {
    padding-top: 10px;
  }
}

.second .wrap-image .relative .section-title.vertical-text {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  padding-right: 0;
  width: 100%;
  position: absolute;
  top: 38%;
  left: calc(-50% - 30px);
  text-align: center;
  z-index: 999;
}

@media (max-width: 1100px) {
  .second .wrap-image .relative .section-title.vertical-text {
    -webkit-transform: none;
    transform: none;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
  }
}

.second .wrap-image.green-box {
  padding-top: 0;
  z-index: 2;
}

.second .wrap-image.green-box .relative {
  padding-top: 0;
}

.second .wrap-image.green-box .relative .item_title:after {
  content: "";
  background-color: #183f3d;
  width: 535px;
  height: 535px;
  position: absolute;
  top: -70px;
  right: -55px;
}

@media (max-width: 1100px) {
  .second .wrap-image.green-box .relative .item_title:after {
    content: none;
  }
}

.second .wrap-image.green-box .relative .section-title.white-txt {
  color: #fff;
  position: relative;
  text-align: right;
  z-index: 3;
}

@media (max-width: 1100px) {
  .second .wrap-image.green-box .relative .section-title.white-txt {
    color: #183f3d;
    text-align: left;
  }
}

.second .wrap-image.form {
  padding-top: 0;
  padding-left: 100px;
}

@media (max-width: 1480px) {
  .second .wrap-image.form {
    padding-bottom: 0;
  }
}

@media (max-width: 1240px) {
  .second .wrap-image.form {
    padding-left: 10px;
  }
}

@media (max-width: 1100px) {
  .second .wrap-image.form {
    padding-left: 0;
  }
}

.second .wrap-image.form .col_100.accept {
  margin-bottom: 30px;
}

.second .wrap-image.form .section-title.contact-title {
  text-align: right;
}

@media (max-width: 1100px) {
  .second .wrap-image.form .section-title.contact-title {
    text-align: left;
  }
}

.second .wrap-image.form .relative {
  padding: 0;
  background-color: #bd9e76;
  width: 100%;
  max-width: 795px;
  padding: 40px 80px 20px 80px;
}

@media (max-width: 1600px) {
  .second .wrap-image.form .relative {
    padding: 40px 60px 20px 60px;
  }
}

@media (max-width: 1480px) {
  .second .wrap-image.form .relative {
    padding: 40px 40px 20px 40px;
  }
}

@media (max-width: 1100px) {
  .second .wrap-image.form .relative {
    max-width: 100%;
  }
}

@media (max-width: 680px) {
  .second .wrap-image.form .relative {
    padding: 30px 30px 20px 20px;
  }
}

.second .wrap-image.form .relative h2 {
  font-size: 4rem;
  color: #183f3d;
}

@media (max-width: 1480px) {
  .second .wrap-image.form .relative h2 {
    font-size: 3rem;
  }
}

@media (max-width: 1100px) {
  .second .wrap-image.form .relative h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .second .wrap-image.form .relative h2 {
    font-size: 2rem;
  }
}

.second .wrap-image.form .relative p {
  margin-bottom: 17px;
  font-size: 1.8rem;
  color: #183f3d;
}

@media (max-width: 1480px) {
  .second .wrap-image.form .relative p {
    font-size: 1.6rem;
  }
}

.second .wrap-image.form .relative p:last-of-type {
  margin-bottom: 57px;
}

@media (max-width: 1480px) {
  .second .wrap-image.form .relative p:last-of-type {
    margin-bottom: 30px;
  }
}

.second .wrap-image.form .input input,
.second .wrap-image.form .input textarea {
  border: none;
  border-bottom: 1px solid #e3d8ca;
  background-color: #bd9e76;
  margin-bottom: 30px;
}

@media (max-width: 1240px) {
  .second .wrap-image.form .input input,
  .second .wrap-image.form .input textarea {
    margin-bottom: 20px;
  }
}

.second .wrap-image.form textarea {
  height: 80px;
  min-height: initial;
}

.second .wrap-image.form input[type="submit"] {
  padding: 16px 30px;
  margin-top: 30px;
  width: 100%;
}

.second .wrap-image.form input,
.second .wrap-image.form textarea {
  padding: 0;
  color: #fff;
  font-size: 1.6rem;
}

@media (max-width: 1100px) {
  .second .wrap-image.form input,
  .second .wrap-image.form textarea {
    font-size: 1.5rem;
  }
}

.second .wrap-image.form input::-webkit-input-placeholder,
.second .wrap-image.form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 1.6rem;
  opacity: 1;
}

@media (max-width: 1100px) {
  .second .wrap-image.form input::-webkit-input-placeholder,
  .second .wrap-image.form textarea::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
}

.second .wrap-image.form input::-moz-placeholder,
.second .wrap-image.form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 1.6rem;
  opacity: 1;
}

@media (max-width: 1100px) {
  .second .wrap-image.form input::-moz-placeholder,
  .second .wrap-image.form textarea::-moz-placeholder {
    font-size: 1.5rem;
  }
}

.second .wrap-image.form input:-ms-input-placeholder,
.second .wrap-image.form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 1.6rem;
  opacity: 1;
}

@media (max-width: 1100px) {
  .second .wrap-image.form input:-ms-input-placeholder,
  .second .wrap-image.form textarea:-ms-input-placeholder {
    font-size: 1.5rem;
  }
}

.second .wrap-image.form input:-moz-placeholder,
.second .wrap-image.form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 1.6rem;
  opacity: 1;
}

@media (max-width: 1100px) {
  .second .wrap-image.form input:-moz-placeholder,
  .second .wrap-image.form textarea:-moz-placeholder {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .second .wrap-image.form .intro_form {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .second .wrap-image.form .intro_form p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.second .wrap-image.form input[type="submit"]:hover {
  background: #183f3d;
  border-color: #183f3d;
}

@media (max-width: 680px) {
  .second .wrap-image.form .col_50 {
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .second .wrap-image.form .accept .wpcf7-list-item-label {
    font-size: 1.6rem;
  }
}

@media (max-width: 1480px) {
  .second .wrap-image.form .accept .wpcf7-list-item-label {
    font-size: 1.5rem;
  }
}

.second .wrap-image.form .wpcf7-list-item {
  margin: 0 0 0 0;
  padding-left: 30px;
}

.second .wrap-image.form .wpcf7-list-item label {
  text-indent: -30px;
  color: #fff;
  font-size: 1.6rem;
}

.second .wrap-image.form .wpcf7-list-item .wpcf7-list-item-label a {
  display: inline;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 1480px) {
  .second .wrap-image.form .wpcf7-list-item .wpcf7-list-item-label a {
    font-size: 1.6rem;
  }
}

@media (max-width: 1480px) {
  .second .wrap-image.form .wpcf7-list-item .wpcf7-list-item-label a {
    font-size: 1.5rem;
  }
}

.second .wrap-image.form .wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
  width: 100%;
}

.second .wrap-image.form .rc-anchor-light {
  background: #f9f9f9;
  color: #000;
  width: 100%;
}

.second .wrap-image.form .rc-anchor-normal-footer {
  display: inline-block;
  height: 74px;
  vertical-align: top;
  width: 70px;
  /* float: right; */
  position: absolute;
  /* margin-left: 50px; */
  top: 0;
  right: 50px;
}

.second .wrap-image.form .wpcf7-response-output {
  font-size: 1.6rem;
  font-family: "Montserrat";
}

@media (max-width: 1480px) {
  .second .wrap-image.form .wpcf7-response-output {
    font-size: 1.5rem;
  }
}

@media (max-width: 1240px) {
  .second .wrap-image.form .wpcf7-response-output {
    font-size: 1.4rem;
  }
}

@media (max-width: 1100px) {
  .second .inner_boxes > .col_50 {
    width: 100%;
  }
}

.elementor-widget-container h2.elementor-heading-title {
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #183f3d;
  /* margin-top: 25px; */
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 15px;
  line-height: 1.4em;
}

@media (max-width: 1480px) {
  .elementor-widget-container h2.elementor-heading-title {
    font-size: 2.7rem;
  }
}

@media (max-width: 1100px) {
  .elementor-widget-container h2.elementor-heading-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .elementor-widget-container h2.elementor-heading-title {
    font-size: 2.2rem;
  }
}

.elementor-widget-container h2.elementor-heading-title:after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -13px;
  left: 0;
}

.elementor-widget-container h2.elementor-heading-title a:hover {
  color: #bd9e76;
}

.elementor-widget-image a {
  width: 100%;
}

.contact {
  padding-top: 122px;
  padding-bottom: 122px;
}

@media (max-width: 1600px) {
  .contact {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (max-width: 1480px) {
  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 1240px) {
  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1100px) {
  .contact {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .contact {
    padding: 40px 0;
  }
}

.contact .container-big .contact-title {
  text-align: center;
  padding: 0 500px;
}

@media (max-width: 1600px) {
  .contact .container-big .contact-title {
    padding: 0 400px;
  }
}

@media (max-width: 1480px) {
  .contact .container-big .contact-title {
    padding: 0 300px;
  }
}

@media (max-width: 1240px) {
  .contact .container-big .contact-title {
    padding: 0 200px;
  }
}

@media (max-width: 1100px) {
  .contact .container-big .contact-title {
    padding: 0 100px;
  }
}

@media (max-width: 768px) {
  .contact .container-big .contact-title {
    padding: 0 50px;
  }
}

@media (max-width: 680px) {
  .contact .container-big .contact-title {
    padding: 0 25px;
  }
}

@media (max-width: 500px) {
  .contact .container-big .contact-title {
    padding: 0 0px;
  }
}

.contact .container-big .contact-title h1 {
  font-size: 4rem;
  color: #183f3d;
  margin-bottom: 35px;
}

@media (max-width: 1240px) {
  .contact .container-big .contact-title h1 {
    font-size: 3.8rem;
  }
}

@media (max-width: 1100px) {
  .contact .container-big .contact-title h1 {
    font-size: 3.6rem;
  }
}

@media (max-width: 768px) {
  .contact .container-big .contact-title h1 {
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .contact .container-big .contact-title h1 {
    font-size: 3rem;
  }
}

.contact .container-big .contact-title p {
  font-size: 1.8rem;
  color: #212121;
  line-height: 2em;
}

@media (max-width: 1100px) {
  .contact .container-big .contact-title p {
    font-size: 1.6rem;
    line-height: 1.6em;
  }
}

.contact .container-big .row {
  padding-top: 10px;
}

@media (max-width: 1480px) {
  .contact .container-big .row .col_30 {
    width: 40%;
  }
}

@media (max-width: 1100px) {
  .contact .container-big .row .col_30 {
    width: 100%;
  }
}

.contact .container-big .row .col_30 .contact-box-left {
  padding: 44px 100px;
  text-align: center;
  background-color: rgba(189, 158, 118, 0.1);
}

@media (max-width: 1600px) {
  .contact .container-big .row .col_30 .contact-box-left {
    padding: 44px 70px;
  }
}

@media (max-width: 1240px) {
  .contact .container-big .row .col_30 .contact-box-left {
    padding: 44px 40px;
  }
}

@media (max-width: 1100px) {
  .contact .container-big .row .col_30 .contact-box-left {
    padding: 44px 50px;
  }
}

@media (max-width: 768px) {
  .contact .container-big .row .col_30 .contact-box-left {
    padding: 44px 80px;
  }
}

@media (max-width: 680px) {
  .contact .container-big .row .col_30 .contact-box-left {
    padding: 25px 35px;
  }
}

.contact .container-big .row .col_30 .contact-box-left img {
  margin-bottom: 5px;
}

@media (max-width: 1100px) {
  .contact .container-big .row .col_30 .contact-box-left img {
    width: 25px;
  }
}

@media (max-width: 768px) {
  .contact .container-big .row .col_30 .contact-box-left img {
    width: 20px;
  }
}

.contact .container-big .row .col_30 .contact-info {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
}

.contact .container-big .row .col_30 .contact-info:last-child {
  padding-bottom: 0;
}

@media (max-width: 1100px) {
  .contact .container-big .row .col_30 .contact-info {
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .contact .container-big .row .col_30 .contact-info {
    padding-bottom: 20px;
  }
}

.contact .container-big .row .col_30 .contact-info a {
  font-size: 2.1rem;
  line-height: 1.6em;
  margin-right: 10px;
}

@media (max-width: 1480px) {
  .contact .container-big .row .col_30 .contact-info a {
    font-size: 1.8rem;
  }
}

@media (max-width: 1100px) {
  .contact .container-big .row .col_30 .contact-info a {
    font-size: 1.6rem;
  }
}

@media (max-width: 1480px) {
  .contact .container-big .row .col_70 {
    width: 60%;
  }
}

@media (max-width: 1100px) {
  .contact .container-big .row .col_70 {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .contact .container-big .row .col_70.form {
    padding-top: 35px;
  }
}

.contact .container-big .row .col_70.form input,
.contact .container-big .row .col_70.form textarea {
  border: none;
  border-bottom: 1px solid #d8d8db;
  color: #212121;
  font-size: 1.6rem;
}

@media (max-width: 1100px) {
  .contact .container-big .row .col_70.form input,
  .contact .container-big .row .col_70.form textarea {
    margin-bottom: 20px;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .contact .container-big .row .col_70.form input,
  .contact .container-big .row .col_70.form textarea {
    margin-bottom: 15px;
  }
}

.contact .container-big .row .col_70.form input::-webkit-input-placeholder,
.contact .container-big .row .col_70.form textarea::-webkit-input-placeholder {
  color: #212121;
  font-size: 1.6rem;
}

.contact .container-big .row .col_70.form input:-ms-input-placeholder,
.contact .container-big .row .col_70.form textarea:-ms-input-placeholder {
  color: #212121;
  font-size: 1.6rem;
}

.contact .container-big .row .col_70.form input::-ms-input-placeholder,
.contact .container-big .row .col_70.form textarea::-ms-input-placeholder {
  color: #212121;
  font-size: 1.6rem;
}

.contact .container-big .row .col_70.form input::placeholder,
.contact .container-big .row .col_70.form textarea::placeholder {
  color: #212121;
  font-size: 1.6rem;
}

@media (max-width: 680px) {
  .contact .container-big .row .col_70.form input::-webkit-input-placeholder,
  .contact .container-big .row .col_70.form textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .contact .container-big .row .col_70.form input:-ms-input-placeholder,
  .contact .container-big .row .col_70.form textarea:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .contact .container-big .row .col_70.form input::-ms-input-placeholder,
  .contact .container-big .row .col_70.form textarea::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .contact .container-big .row .col_70.form input::placeholder,
  .contact .container-big .row .col_70.form textarea::placeholder {
    font-size: 1.4rem;
  }
}

.contact .container-big .row .col_70.form textarea {
  height: 100px;
}

.contact .container-big .row .col_70.form input[type="checkbox"]:checked:before {
  width: 13px;
  height: 13px;
}

@media (max-width: 768px) {
  .contact .container-big .row .col_70.form .col_50 {
    width: 100%;
  }
}

.contact .container-big .row .col_70.form .row {
  padding-top: 0;
}

.contact .container-big .row .col_70.form .accept .wpcf7-form-control-wrap {
  color: #212121;
  margin-top: 45px;
  margin-bottom: 45px;
  width: 100%;
  display: inline-block;
}

@media (max-width: 1100px) {
  .contact .container-big .row .col_70.form .accept .wpcf7-form-control-wrap {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 680px) {
  .contact .container-big .row .col_70.form .accept .wpcf7-form-control-wrap {
    font-size: 1.4rem;
  }
}

.contact .container-big .row .col_70.form .accept .wpcf7-form-control-wrap .wpcf7-acceptance {
  width: 100%;
  display: inline-block;
}

.contact .container-big .row .col_70.form .accept .wpcf7-form-control-wrap a {
  text-decoration: underline;
}

@media (max-width: 680px) {
  .contact .container-big .row .col_70.form .accept .wpcf7-form-control-wrap a {
    font-size: 1.4rem;
  }
}

.contact .container-big .row .col_70.form .accept .wpcf7-form-control-wrap .wpcf7-list-item {
  width: 100%;
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
}

.contact .container-big .row .col_70.form .accept .wpcf7-form-control-wrap .wpcf7-list-item-label {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  padding-left: 9px;
}

.contact .container-big .row .col_70.form .submit input {
  border: 1px solid #707070;
  margin-top: 45px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 1100px) {
  .contact .container-big .row .col_70.form .submit input {
    padding: 12px 18px;
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .contact .container-big .row .col_70.form .submit input {
    width: 100%;
    display: block;
  }
}

.contact .container-big .row .col_70.form .submit input:hover {
  background-color: #bd9e76;
  color: #fff;
  border: 1px solid #bd9e76;
}

.contact .container-big .row .col_70.form .wpcf7 form .wpcf7-response-output {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .contact .container-big .row .col_70.form .wpcf7 form .wpcf7-response-output {
    font-size: 1.4rem;
  }
}

.hero {
  width: 100%;
  height: 500px;
  text-align: center;
  padding: 0 150px;
  position: relative;
}

@media (max-width: 1480px) {
  .hero {
    height: 450px;
  }
}

@media (max-width: 1240px) {
  .hero {
    height: 400px;
  }
}

@media (max-width: 1100px) {
  .hero {
    height: initial;
    padding: 100px 30px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 70px 30px;
  }
}

.hero:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .hero:before {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.hero h1 {
  font-family: "Fahkwang";
  font-size: 6.6rem;
  color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: 0;
}

@media (max-width: 1240px) {
  .hero h1 {
    font-size: 5rem;
  }
}

@media (max-width: 1100px) {
  .hero h1 {
    font-size: 4rem;
    -webkit-transform: initial;
    transform: initial;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 680px) {
  .hero h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1100px) {
  .section-big {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .section-big .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-big .item-story {
  margin-bottom: 50px;
}

@media (max-width: 1240px) {
  .section-big .item-story {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-big .item-story {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .section-big .item-story {
    margin-bottom: 10px;
  }
}

.section-big .item-story .wrap-box {
  position: relative;
  padding: 0 55px;
}

@media (max-width: 1480px) {
  .section-big .item-story .wrap-box {
    padding: 0 20px;
  }
}

@media (max-width: 1240px) {
  .section-big .item-story .wrap-box {
    padding: 0;
  }
}

.section-big .item-story .wrap-box.left {
  padding-left: 0;
}

@media (max-width: 1240px) {
  .section-big .item-story .wrap-box.left {
    padding-right: 0;
  }
}

.section-big .item-story .wrap-box.right {
  padding-right: 0;
}

@media (max-width: 1240px) {
  .section-big .item-story .wrap-box.right {
    padding-left: 0;
  }
}

.section-big .item-story .wrap-box .no-scroll {
  margin-bottom: 20px;
}

@media (max-width: 1480px) {
  .section-big .item-story .wrap-box .no-scroll {
    margin-bottom: 10px;
  }
}

.section-big .item-story .wrap-box h2 {
  position: relative;
  margin-bottom: 32px;
}

.section-big .item-story .wrap-box h2 a {
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #183f3d;
  margin-top: 25px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 1480px) {
  .section-big .item-story .wrap-box h2 a {
    font-size: 2.6rem;
  }
}

@media (max-width: 1100px) {
  .section-big .item-story .wrap-box h2 a {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}

.section-big .item-story .wrap-box h2 a:hover {
  color: #bd9e76;
}

.section-big .item-story .wrap-box h2::after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -12px;
  left: 0;
}

.section-big .item-story .wrap-box p {
  color: #212121;
}

.section-big .item-story .wrap-box .stories-pic {
  width: 100%;
  height: 577px;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  display: block;
  background-color: #dfdfdf;
}

@media (max-width: 1480px) {
  .section-big .item-story .wrap-box .stories-pic {
    height: 400px;
  }
}

@media (max-width: 1240px) {
  .section-big .item-story .wrap-box .stories-pic {
    height: 350px;
  }
}

@media (max-width: 1100px) {
  .section-big .item-story .wrap-box .stories-pic {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .section-big .item-story .wrap-box .stories-pic {
    height: 250px;
  }
}

.section-big .item-story .wrap-box .stories-pic::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.section-big .item-story .wrap-box .stories-pic:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.section-big .item-story .wrap-box .stories-pic:hover::before {
  opacity: 0.7;
}

@media (max-width: 1100px) {
  .section-big .item-story .wrap-box .stories-pic:hover::before {
    opacity: 0;
  }
}

@media (max-width: 1100px) {
  .section-big .item-story .wrap-box .stories-pic:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section-about {
  padding: 100px 0;
}

@media (max-width: 1480px) {
  .section-about {
    padding: 60px 0;
  }
}

@media (max-width: 1100px) {
  .section-about {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .section-about {
    padding: 40px 0;
  }
}

@media (max-width: 1100px) {
  .section-about .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .section-about .flex .col_50 {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .section-about .flex .col_50.image {
    text-align: center;
  }
}

.section-about .flex .col_50 .wrap-box {
  width: 100%;
  /* &.right {
                   .about-pic {
                        width: 100%;
                        height: 800px;
                        @include big-desktop {
                            height: 750px;
                        }
                        @include middle-desktop {
                            height: 700px;
                        }
                        @include tablet {
                            height: 700px;
                        }
                        @include mobile {
                            height: 600px;
                        }
                        @include big-mobile {
                            height: 500px;
                        }
                        @include large-mobile {
                            height: 400px;
                        }
                        @include medium-mobile {
                            height: 300px;
                        }
                    }
                }*/
}

.section-about .flex .col_50 .wrap-box.left {
  padding-right: 70px;
}

@media (max-width: 1480px) {
  .section-about .flex .col_50 .wrap-box.left {
    padding-right: 0;
  }
}

.section-about .flex .col_50 .wrap-box.left h2 {
  font-size: 5rem;
  color: #183f3d;
  letter-spacing: 0.5rem;
  margin-bottom: 60px;
  line-height: 1.6em;
  position: relative;
}

@media (max-width: 1600px) {
  .section-about .flex .col_50 .wrap-box.left h2 {
    font-size: 4.5rem;
    margin-bottom: 50px;
  }
}

@media (max-width: 1480px) {
  .section-about .flex .col_50 .wrap-box.left h2 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 1240px) {
  .section-about .flex .col_50 .wrap-box.left h2 {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 1100px) {
  .section-about .flex .col_50 .wrap-box.left h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  .section-about .flex .col_50 .wrap-box.left h2 {
    font-size: 2.6rem;
  }
}

.section-about .flex .col_50 .wrap-box.left h2::after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -10px;
  left: 0;
}

@media (max-width: 1100px) {
  .section-about .flex .col_50 .wrap-box.left h2::after {
    bottom: -5px;
  }
}

.section-about .flex .col_50 .wrap-box.left p {
  color: #212121;
  line-height: 1.9em;
}

@media (max-width: 768px) {
  .section-about .flex .col_50 .wrap-box.left p {
    line-height: 1.6em;
    font-size: 1.5rem;
  }
}

.section-quote {
  background-color: #183f3d;
  padding: 84px 150px;
  text-align: center;
}

@media (max-width: 1600px) {
  .section-quote {
    padding: 70px 125px;
  }
}

@media (max-width: 1480px) {
  .section-quote {
    padding: 60px 100px;
  }
}

@media (max-width: 1240px) {
  .section-quote {
    padding: 55px 80px;
  }
}

@media (max-width: 1100px) {
  .section-quote {
    padding: 50px 60px;
  }
}

@media (max-width: 680px) {
  .section-quote {
    padding: 45px 40px 50px 40px;
  }
}

.section-quote h2 {
  color: #fff;
  font-size: 6rem;
  letter-spacing: 0.5rem;
  margin-bottom: 40px;
}

@media (max-width: 1600px) {
  .section-quote h2 {
    font-size: 5.5rem;
  }
}

@media (max-width: 1480px) {
  .section-quote h2 {
    font-size: 5rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 1240px) {
  .section-quote h2 {
    font-size: 4.5rem;
  }
}

@media (max-width: 1100px) {
  .section-quote h2 {
    font-size: 4rem;
    letter-spacing: 0;
  }
}

@media (max-width: 680px) {
  .section-quote h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 500px) {
  .section-quote h2 {
    font-size: 3rem;
  }
}

.section-quote p {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.25rem;
  font-style: italic;
  line-height: 4rem;
  margin-bottom: 0;
}

@media (max-width: 1240px) {
  .section-quote p {
    line-height: 3.5rem;
    font-size: 2.2rem;
  }
}

@media (max-width: 1100px) {
  .section-quote p {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  .section-quote p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.section-links {
  padding-top: 80px;
  padding-top: 80px;
}

@media (max-width: 1600px) {
  .section-links {
    padding-top: 70px;
    padding-top: 70px;
  }
}

@media (max-width: 1480px) {
  .section-links {
    padding-top: 60px;
    padding-top: 60px;
  }
}

@media (max-width: 1240px) {
  .section-links {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1100px) {
  .section-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-links {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1100px) {
  .section-links .flex .col_33 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .section-links .flex .col_33 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .section-links .flex .col_33 {
    line-height: 2.5rem;
  }
}

.section-links .flex .col_33 .section-pic {
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 1600px) {
  .section-links .flex .col_33 .section-pic {
    height: 400px;
  }
}

@media (max-width: 1480px) {
  .section-links .flex .col_33 .section-pic {
    height: 350px;
  }
}

@media (max-width: 1100px) {
  .section-links .flex .col_33 .section-pic {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .section-links .flex .col_33 .section-pic {
    height: 650px;
  }
}

@media (max-width: 680px) {
  .section-links .flex .col_33 .section-pic {
    height: 450px;
  }
}

@media (max-width: 500px) {
  .section-links .flex .col_33 .section-pic {
    height: 350px;
  }
}

.section-links .flex .col_33 .section-pic::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.section-links .flex .col_33 .section-pic:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.section-links .flex .col_33 .section-pic:hover::before {
  opacity: 0.7;
}

@media (max-width: 1100px) {
  .section-links .flex .col_33 .section-pic:hover::before {
    opacity: 0;
  }
}

@media (max-width: 1100px) {
  .section-links .flex .col_33 .section-pic:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section-links .flex .col_33 .text-box {
  margin-top: 38px;
  margin-bottom: 100px;
}

@media (max-width: 1600px) {
  .section-links .flex .col_33 .text-box {
    margin-bottom: 80px;
  }
}

@media (max-width: 1480px) {
  .section-links .flex .col_33 .text-box {
    margin-bottom: 60px;
  }
}

@media (max-width: 1240px) {
  .section-links .flex .col_33 .text-box {
    margin-bottom: 50px;
  }
}

@media (max-width: 1100px) {
  .section-links .flex .col_33 .text-box {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.section-links .flex .col_33 .text-box h3 {
  position: relative;
  margin-bottom: 40px;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  color: #183f3d;
}

@media (max-width: 1480px) {
  .section-links .flex .col_33 .text-box h3 {
    letter-spacing: 0.15rem;
  }
}

@media (max-width: 1100px) {
  .section-links .flex .col_33 .text-box h3 {
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

@media (max-width: 460px) {
  .section-links .flex .col_33 .text-box h3 {
    font-size: 2.4rem;
  }
}

.section-links .flex .col_33 .text-box h3 a {
  position: relative;
  color: #183f3d;
  margin-bottom: 0;
  text-transform: capitalize;
}

.section-links .flex .col_33 .text-box h3 a:hover {
  color: #bd9e76;
}

.section-links .flex .col_33 .text-box h3::after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.section-links .flex .col_33 .text-box p {
  line-height: 3rem;
  font-size: 1.6rem;
  color: #212121;
}

@media (max-width: 1100px) {
  .section-links .flex .col_33 .text-box p {
    line-height: 1.6em;
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .section-links .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-links.single-location .container-big {
  padding-top: 100px;
  border-top: 1px solid #707070;
}

@media (max-width: 1480px) {
  .section-links.single-location .container-big {
    padding-top: 80px;
  }
}

@media (max-width: 1100px) {
  .section-links.single-location .container-big {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .section-links.single-location .container-big {
    padding-top: 40px;
  }
}

.section-links.single-location .container-big h2 {
  font-size: 4rem;
  letter-spacing: 0.2em;
  color: #183f3d;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1480px) {
  .section-links.single-location .container-big h2 {
    font-size: 3rem;
  }
}

@media (max-width: 1100px) {
  .section-links.single-location .container-big h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .section-links.single-location .container-big h2 {
    font-size: 2.5rem;
  }
}

/*.hero-container {
    margin-bottom: 145px;
    .hero {
        width: 100%;
        height: 558px;
        text-align: center;
        padding: 0 300px;
        position: relative;
        &:before {
            content: "";
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            top: 0;
            left: 0;
            @include mobile {
                background-color: rgba(0, 0, 0, 0.4);
            }
        }
        @include big-desktop {}
        @include middle-desktop {
            height: 450px;
        }
        @include small-desktop {
            height: 400px;
        }
        @include tablet {
            height: 0px;
            padding: 150px 50px;
        }
        @include large-mobile {
            padding: 100px 50px;
        }
        h1 {
            font-family: $headings-font;
            font-size: 6.6rem;
            color: $white;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            margin-bottom: 0;
            text-transform: uppercase;
            @include small-desktop {
                font-size: 5rem;
            }
            @include tablet {
                font-size: 4rem;
            }
            @include large-mobile {
                font-size: 4rem;
            }
            @include medium-mobile {
                font-size: 3rem;
            }
        }
    }
    @include big-desktop {
        margin-bottom: 100px;
    }
    @include middle-desktop {
        margin-bottom: 80px;
    }
    @include small-desktop {
        margin-bottom: 50px;
    }
    @include tablet {
        margin-bottom: 30px;
    }
    @include large-mobile {
        margin-bottom: 20px;
    }
}*/
.error404 div[data-elementor-type="header"],
.error404 div[data-elementor-type="footer"] {
  display: none !important;
}

.error-404 {
  padding: 80px 0;
}

@media (max-width: 1100px) {
  .error-404 .col_50.left {
    display: none;
  }
}

@media (max-width: 1100px) {
  .error-404 .col_50.right {
    width: 100%;
  }
}

.error-404 .col_50.left .big-pic {
  width: 100%;
  height: 650px;
}

@media (max-width: 1480px) {
  .error-404 .col_50.left .big-pic {
    height: 500px;
  }
}

.error-404 .col_50.left .small-pic {
  width: 100%;
  max-width: 456px;
  position: absolute;
  height: 280px;
  bottom: -92px;
  right: -160px;
  z-index: 2;
}

@media (max-width: 1480px) {
  .error-404 .col_50.left .small-pic {
    max-width: 400px;
    height: 230px;
    right: -20px;
  }
}

.error-404 .col_50.right {
  text-align: center;
}

.error-404 .col_50.right a {
  margin-bottom: 24px;
}

.error-404 .col_50.right h1 {
  font-size: 5rem;
  position: relative;
  padding: 24px 20px 0 20px;
}

@media (max-width: 1480px) {
  .error-404 .col_50.right h1 {
    font-size: 4rem;
  }
}

@media (max-width: 1240px) {
  .error-404 .col_50.right h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .error-404 .col_50.right h1 {
    font-size: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.error-404 .col_50.right h1::after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -25px;
  left: calc((100% - 38px) / 2);
}

@media (max-width: 768px) {
  .error-404 .col_50.right h1::after {
    bottom: -17px;
  }
}

.error-404 .col_50.right .paragraph {
  padding: 68px 180px 53px 180px;
}

@media (max-width: 1480px) {
  .error-404 .col_50.right .paragraph {
    padding: 40px 20px 30px 20px;
  }
}

@media (max-width: 1100px) {
  .error-404 .col_50.right .paragraph {
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .error-404 .col_50.right .paragraph {
    padding-left: 0;
    padding-right: 0;
  }
}

.error-404 .col_50.right .paragraph p {
  font-size: 1.8rem;
  color: #212121;
  line-height: 2em;
}

@media (max-width: 768px) {
  .error-404 .col_50.right .paragraph p {
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.6em;
  }
}

.error-404 .col_50.right .error-pic {
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: -165px;
  right: -260px;
  z-index: -1;
}

@media (max-width: 1480px) {
  .error-404 .col_50.right .error-pic {
    height: 300px;
    right: -150px;
  }
}

@media (max-width: 1100px) {
  .error-404 .col_50.right .error-pic {
    height: 400px;
    right: 0;
    top: calc(100% - 400px);
    display: none;
  }
}

.error-404 .col_50.right .btn.home {
  border: 1px solid #212121;
  background-color: transparent;
  color: #212121;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

.error-404 .col_50.right .btn.home:before {
  content: "";
  position: absolute;
  background: #bd9e76;
  left: 0;
  width: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}

.error-404 .col_50.right .btn.home:hover:before {
  width: 100%;
}

.error-404 .col_50.right .btn.home:hover {
  border: 1px solid #bd9e76;
  color: #fff;
}

.error-404 .col_50.right img {
  width: 20%;
}

@media (max-width: 1480px) {
  .error-404 .col_50.right img {
    width: 30%;
  }
}

@media (max-width: 1100px) {
  .error-404 .col_50.right img {
    width: 100%;
    max-width: 160px;
  }
}

@media (max-width: 768px) {
  .error-404 .col_50.right img {
    max-width: 120px;
  }
}

@media (max-width: 768px) {
  .app-container {
    padding-bottom: 40px;
  }
}

.container-big .tabs-nav {
  text-align: center;
  padding-top: 110px;
}

@media (max-width: 1480px) {
  .container-big .tabs-nav {
    padding-top: 80px;
  }
}

@media (max-width: 1100px) {
  .container-big .tabs-nav {
    padding-top: 60px;
  }
}

@media (max-width: 900px) {
  .container-big .tabs-nav {
    padding-top: 40px;
  }
}

.container-big .tabs-nav ul {
  margin-bottom: 30px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}

@media (max-width: 1100px) {
  .container-big .tabs-nav ul {
    max-width: initial;
  }
}

@media (max-width: 900px) {
  .container-big .tabs-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(189, 158, 118, 0.1);
    padding: 50px 20px;
  }
}

.container-big .tabs-nav ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1100px) {
  .container-big .tabs-nav ul li {
    margin: 0 20px 20px 20px;
  }
}

.container-big .tabs-nav ul li::after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: rgba(24, 63, 61, 0.3);
  position: absolute;
  bottom: -10px;
  left: calc((100% - 200px) / 2);
  display: none;
}

@media (max-width: 900px) {
  .container-big .tabs-nav ul li::after {
    display: block;
  }
}

@media (max-width: 900px) {
  .container-big .tabs-nav ul li:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .container-big .tabs-nav ul li {
    margin-bottom: 20px;
  }
}

.container-big .tabs-nav ul li a {
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #CCCCCC;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 1480px) {
  .container-big .tabs-nav ul li a {
    font-size: 2.6rem;
  }
}

@media (max-width: 1100px) {
  .container-big .tabs-nav ul li a {
    font-size: 2.4rem;
  }
}

@media (max-width: 900px) {
  .container-big .tabs-nav ul li a {
    line-height: 1.5em;
  }
}

@media (max-width: 768px) {
  .container-big .tabs-nav ul li a {
    font-size: 1.8rem;
  }
}

.container-big .tabs-nav ul li a:hover {
  color: #183f3d;
}

.container-big .tabs-nav ul li a::after {
  content: "/";
  color: #CCCCCC;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1100px) {
  .container-big .tabs-nav ul li a::after {
    display: none;
  }
}

.container-big .tabs-nav ul li:last-child a::after {
  display: none;
}

.container-big .tabs-nav ul .active a {
  color: #183f3d;
}

.container-big .tabs-nav .title-paragraph {
  padding: 0 400px;
  padding-bottom: 20px;
  padding-top: 30px;
}

@media (max-width: 1600px) {
  .container-big .tabs-nav .title-paragraph {
    padding-left: 300px;
    padding-right: 300px;
  }
}

@media (max-width: 1480px) {
  .container-big .tabs-nav .title-paragraph {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media (max-width: 1100px) {
  .container-big .tabs-nav .title-paragraph {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.container-big .tabs-nav .title-paragraph p {
  font-size: 1.8rem;
  color: #212121;
  line-height: 2em;
}

@media (max-width: 1480px) {
  .container-big .tabs-nav .title-paragraph p {
    font-size: 1.6rem;
  }
}

.tabs-content .tab-content {
  display: none;
}

.tabs-content .tab-content .row {
  padding-top: 77px;
  padding-bottom: 77px;
}

@media (max-width: 1600px) {
  .tabs-content .tab-content .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1240px) {
  .tabs-content .tab-content .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 900px) {
  .tabs-content .tab-content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

.tabs-content .tab-content .row:nth-child(odd) .general_content {
  padding-left: 50px;
}

@media (max-width: 900px) {
  .tabs-content .tab-content .row:nth-child(odd) .general_content {
    padding: 0;
  }
}

.tabs-content .tab-content .row:nth-child(even) .general_content {
  padding-right: 50px;
}

@media (max-width: 900px) {
  .tabs-content .tab-content .row:nth-child(even) .general_content {
    padding: 0;
  }
}

.tabs-content .tab-content .col_60 {
  position: relative;
}

@media (max-width: 1100px) {
  .tabs-content .tab-content .col_60 {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .tabs-content .tab-content .col_60 {
    width: 100%;
  }
}

.tabs-content .tab-content .col_60.gold-box::before {
  content: "";
  width: 80%;
  height: 400px;
  background-color: rgba(189, 158, 118, 0.1);
  position: absolute;
  top: -60px;
  right: -65px;
}

@media (max-width: 1100px) {
  .tabs-content .tab-content .col_60.gold-box::before {
    right: -60px;
  }
}

@media (max-width: 900px) {
  .tabs-content .tab-content .col_60.gold-box::before {
    width: 50%;
  }
}

@media (max-width: 680px) {
  .tabs-content .tab-content .col_60.gold-box::before {
    height: 200px;
  }
}

@media (max-width: 500px) {
  .tabs-content .tab-content .col_60.gold-box::before {
    top: -30px;
  }
}

.tabs-content .tab-content .col_60 .app-slider {
  height: 730px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .tabs-content .tab-content .col_60 .app-slider {
    height: 600px;
  }
}

@media (max-width: 1240px) {
  .tabs-content .tab-content .col_60 .app-slider {
    height: 550px;
  }
}

@media (max-width: 1100px) {
  .tabs-content .tab-content .col_60 .app-slider {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .tabs-content .tab-content .col_60 .app-slider {
    height: 380px;
  }
}

@media (max-width: 680px) {
  .tabs-content .tab-content .col_60 .app-slider {
    height: 300px;
  }
}

.tabs-content .tab-content .col_60 .app-slider:not(.slick-slider) {
  height: 730px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .tabs-content .tab-content .col_60 .app-slider:not(.slick-slider) {
    height: 600px;
  }
}

@media (max-width: 1240px) {
  .tabs-content .tab-content .col_60 .app-slider:not(.slick-slider) {
    height: 550px;
  }
}

@media (max-width: 1100px) {
  .tabs-content .tab-content .col_60 .app-slider:not(.slick-slider) {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .tabs-content .tab-content .col_60 .app-slider:not(.slick-slider) {
    height: 380px;
  }
}

@media (max-width: 680px) {
  .tabs-content .tab-content .col_60 .app-slider:not(.slick-slider) {
    height: 300px;
  }
}

.tabs-content .tab-content .col_60 .app-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 15px;
}

.tabs-content .tab-content .col_60 .app-slider .slick-dots li {
  width: auto;
}

.tabs-content .tab-content .col_60 .app-slider .slick-dots li button {
  width: 15px;
  height: 10px;
  opacity: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 2px;
  background-color: #c7c7c7;
  position: relative;
  border-radius: 29px;
}

.tabs-content .tab-content .col_60 .app-slider .slick-dots li button:before {
  width: 100%;
  display: none;
}

.tabs-content .tab-content .col_60 .app-slider .slick-dots .slick-active button {
  width: 30px;
  height: 10px;
  background-color: #183f3d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabs-content .tab-content .col_60 .app-slider .slick-dots .slick-active button:before {
  width: 100%;
  display: none;
}

.tabs-content .tab-content .col_60 .app-slider .container-picture {
  width: 100%;
  height: 730px;
}

@media (max-width: 1480px) {
  .tabs-content .tab-content .col_60 .app-slider .container-picture {
    height: 600px;
  }
}

@media (max-width: 1240px) {
  .tabs-content .tab-content .col_60 .app-slider .container-picture {
    height: 550px;
  }
}

@media (max-width: 1100px) {
  .tabs-content .tab-content .col_60 .app-slider .container-picture {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .tabs-content .tab-content .col_60 .app-slider .container-picture {
    height: 380px;
  }
}

@media (max-width: 680px) {
  .tabs-content .tab-content .col_60 .app-slider .container-picture {
    height: 300px;
  }
}

@media (max-width: 1100px) {
  .tabs-content .tab-content .col_40 {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .tabs-content .tab-content .col_40 {
    width: 100%;
  }
}

.tabs-content .tab-content .col_40 .general_content h6 {
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  color: #bd9e76;
}

@media (max-width: 1100px) {
  .tabs-content .tab-content .col_40 .general_content h6 {
    font-size: 1.4rem;
  }
}

.tabs-content .tab-content .col_40 .general_content .heading {
  font-size: 4rem;
  color: #183f3d;
  position: relative;
}

@media (max-width: 1480px) {
  .tabs-content .tab-content .col_40 .general_content .heading {
    font-size: 3rem;
  }
}

@media (max-width: 1100px) {
  .tabs-content .tab-content .col_40 .general_content .heading {
    font-size: 2.6rem;
  }
}

@media (max-width: 768px) {
  .tabs-content .tab-content .col_40 .general_content .heading {
    font-size: 2.4rem;
  }
}

.tabs-content .tab-content .col_40 .general_content .heading::after {
  content: "";
  width: 21px;
  height: 2px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -20px;
  left: 0;
}

@media (max-width: 768px) {
  .tabs-content .tab-content .col_40 .general_content .heading::after {
    bottom: -10px;
  }
}

.tabs-content .tab-content .col_40 .general_content .apartment-info {
  padding: 40px 0;
}

@media (max-width: 900px) {
  .tabs-content .tab-content .col_40 .general_content .apartment-info {
    padding: 20px 0;
  }
}

@media (max-width: 680px) {
  .tabs-content .tab-content .col_40 .general_content .apartment-info {
    padding: 10px 0;
  }
}

.tabs-content .tab-content .col_40 .general_content .apartment-info p {
  font-size: 1.6rem;
  line-height: 2em;
  color: #212121;
}

@media (max-width: 1100px) {
  .tabs-content .tab-content .col_40 .general_content .apartment-info p {
    font-size: 1.5rem;
  }
}

.tabs-content .tab-content .view-more {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 100px;
}

@media (max-width: 900px) {
  .tabs-content .tab-content .view-more {
    padding: 50px 20px;
  }
}

.tabs-content .tab-content .view-more a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #bd9e76;
}

.tabs-content .tab-content .view-more a:hover {
  color: #183f3d;
}

.apartment-slider {
  padding-top: 25px;
  padding-bottom: 57px;
}

.apartment-slider:not(.slick-slider) {
  height: 754px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .apartment-slider:not(.slick-slider) {
    height: 600px;
  }
}

@media (max-width: 1100px) {
  .apartment-slider:not(.slick-slider) {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .apartment-slider:not(.slick-slider) {
    height: 400px;
  }
}

@media (max-width: 680px) {
  .apartment-slider:not(.slick-slider) {
    height: 300px;
  }
}

.apartment-slider .slider-picture {
  width: 100%;
  height: 754px;
}

@media (max-width: 1480px) {
  .apartment-slider .slider-picture {
    height: 600px;
  }
}

@media (max-width: 1100px) {
  .apartment-slider .slider-picture {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .apartment-slider .slider-picture {
    height: 400px;
  }
}

@media (max-width: 680px) {
  .apartment-slider .slider-picture {
    height: 300px;
  }
}

.apartment-slider .slick-arrow {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 45px;
  height: 18px;
  z-index: 2;
  font-size: 0;
}

.apartment-slider .slick-arrow:before {
  content: none;
}

.apartment-slider .slick-arrow.slick-prev {
  background-image: url(images/svg/hero-arrow-left.svg);
  left: 100px;
}

@media (max-width: 1100px) {
  .apartment-slider .slick-arrow.slick-prev {
    left: 20px;
  }
}

.apartment-slider .slick-arrow.slick-prev:hover {
  left: 90px;
}

@media (max-width: 1100px) {
  .apartment-slider .slick-arrow.slick-prev:hover {
    left: 10px;
  }
}

.apartment-slider .slick-arrow.slick-next {
  background-image: url(images/svg/hero-arrow-right.svg);
  right: 100px;
}

@media (max-width: 1100px) {
  .apartment-slider .slick-arrow.slick-next {
    right: 20px;
  }
}

.apartment-slider .slick-arrow.slick-next:hover {
  right: 90px;
}

@media (max-width: 1100px) {
  .apartment-slider .slick-arrow.slick-next:hover {
    right: 10px;
  }
}

.tabs-slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  overflow: hidden;
  padding-top: 57px;
}

.tabs-slider:not(.slick-slider) .item {
  width: 17%;
}

@media (max-width: 1480px) {
  .tabs-slider:not(.slick-slider) .item {
    width: 16%;
  }
}

@media (max-width: 1100px) {
  .tabs-slider:not(.slick-slider) .item {
    width: 20%;
  }
}

@media (max-width: 900px) {
  .tabs-slider:not(.slick-slider) .item {
    width: 33.33%;
  }
}

@media (max-width: 680px) {
  .tabs-slider:not(.slick-slider) .item {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .tabs-slider:not(.slick-slider) .item {
    width: 100%;
  }
}

.tabs-slider .slick-list {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.tabs-slider .slick-list .slick-current.slick-active {
  color: #183f3d;
}

.tabs-slider div {
  text-align: center;
  cursor: pointer;
  font-size: 1.6rem;
  color: rgba(189, 158, 118, 0.5);
}

.tabs-slider .slick-arrow {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 45px;
  height: 18px;
  z-index: 2;
  font-size: 0;
}

.tabs-slider .slick-arrow:before {
  content: none;
}

.tabs-slider .slick-arrow.slick-prev {
  background-image: url(images/svg/hero-arrow-left.svg);
  left: 0px;
}

.tabs-slider .slick-arrow.slick-next {
  background-image: url(images/svg/hero-arrow-right.svg);
  right: 0px;
}

.section-reasons .container-big {
  padding: 0 350px;
  padding-top: 120px;
  padding-bottom: 163px;
  text-align: center;
}

@media (max-width: 1600px) {
  .section-reasons .container-big {
    padding: 0 250px;
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

@media (max-width: 1480px) {
  .section-reasons .container-big {
    padding: 0 200px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media (max-width: 1240px) {
  .section-reasons .container-big {
    padding: 60px 150px;
  }
}

@media (max-width: 1100px) {
  .section-reasons .container-big {
    padding: 40px 100px 80px;
  }
}

@media (max-width: 768px) {
  .section-reasons .container-big {
    padding: 40px 50px 60px;
  }
}

@media (max-width: 680px) {
  .section-reasons .container-big {
    padding: 40px 0 60px;
  }
}

.section-reasons .container-big h1 {
  font-size: 4rem;
  color: #183f3d;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 1480px) {
  .section-reasons .container-big h1 {
    font-size: 3rem;
  }
}

@media (max-width: 1100px) {
  .section-reasons .container-big h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .section-reasons .container-big h1 {
    font-size: 2.5rem;
  }
}

.section-reasons .container-big h1::after {
  content: "";
  width: 21px;
  height: 2px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -20px;
  left: calc((100% - 21px) / 2);
}

.section-reasons .container-big .row {
  padding: 50px 0;
}

@media (max-width: 1100px) {
  .section-reasons .container-big .row {
    padding: 30px 0 10px;
  }
}

@media (max-width: 500px) {
  .section-reasons .container-big .row .col_33 {
    width: 100%;
  }
}

.section-reasons .container-big .row .col_33 p {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  color: #212121;
}

@media (max-width: 768px) {
  .section-reasons .container-big .row .col_33 p {
    font-size: 1.6rem;
  }
}

.section-reasons .container-big .row .col_33 p.counter {
  font-size: 6rem;
  font-family: "Fahkwang";
  color: #bd9e76;
  letter-spacing: 0;
  margin-bottom: 0;
}

@media (max-width: 1480px) {
  .section-reasons .container-big .row .col_33 p.counter {
    font-size: 5rem;
  }
}

@media (max-width: 1100px) {
  .section-reasons .container-big .row .col_33 p.counter {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .section-reasons .container-big .row .col_33 p.counter {
    font-size: 3rem;
  }
}

.section-reasons .container-big .paragraph {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .section-reasons .container-big .paragraph {
    padding-bottom: 35px;
  }
}

.section-reasons .container-big .paragraph p {
  font-size: 1.8rem;
  line-height: 2em;
  color: #6a6a6a;
}

@media (max-width: 768px) {
  .section-reasons .container-big .paragraph p {
    font-size: 1.6rem;
  }
}

.section-green {
  background-color: #f7f5f0;
  padding: 100px 0;
}

@media (max-width: 1480px) {
  .section-green {
    padding: 80px 0;
  }
}

@media (max-width: 1100px) {
  .section-green {
    padding: 50px 0;
  }
}

@media (max-width: 900px) {
  .section-green {
    padding: 30px 0;
  }
}

@media (max-width: 1100px) {
  .section-green .row .col_25,
  .section-green .row .col_33 {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
}

@media (max-width: 680px) {
  .section-green .row .col_25,
  .section-green .row .col_33 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section-green .row .col_25 .img-svg,
.section-green .row .col_33 .img-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 33px;
}

@media (max-width: 460px) {
  .section-green .row .col_25 .img-svg,
  .section-green .row .col_33 .img-svg {
    padding-bottom: 20px;
  }
}

.section-green .row .col_25 .img-svg img,
.section-green .row .col_33 .img-svg img {
  height: 100px;
}

@media (max-width: 1480px) {
  .section-green .row .col_25 .img-svg img,
  .section-green .row .col_33 .img-svg img {
    height: 60px;
  }
}

@media (max-width: 1100px) {
  .section-green .row .col_25 .img-svg img,
  .section-green .row .col_33 .img-svg img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 900px) {
  .section-green .row .col_25 .img-svg img,
  .section-green .row .col_33 .img-svg img {
    height: 70px;
  }
}

@media (max-width: 460px) {
  .section-green .row .col_25 .img-svg img,
  .section-green .row .col_33 .img-svg img {
    height: 60px;
  }
}

.section-green .row .col_25 h3,
.section-green .row .col_33 h3 {
  font-size: 3rem;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1480px) {
  .section-green .row .col_25 h3,
  .section-green .row .col_33 h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1100px) {
  .section-green .row .col_25 h3,
  .section-green .row .col_33 h3 {
    font-size: 2.3rem;
  }
}

.section-green .row .col_25 h3::after,
.section-green .row .col_33 h3::after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -16px;
  left: 0;
}

@media (max-width: 1100px) {
  .section-green .row .col_25 h3::after,
  .section-green .row .col_33 h3::after {
    left: calc((100% - 38px) / 2);
  }
}

.section-green .row .col_25 .list p,
.section-green .row .col_33 .list p {
  line-height: 2em;
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media (max-width: 1240px) {
  .section-green .row .col_25 .list p,
  .section-green .row .col_33 .list p {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .section-green .row .col_25 .list p,
  .section-green .row .col_33 .list p {
    font-size: 1.4rem;
  }
}

@media (max-width: 900px) {
  .section-green .row .col_25 .list p,
  .section-green .row .col_33 .list p {
    margin-bottom: 0px;
  }
}

.section-video .container-big {
  padding: 100px 0;
}

@media (max-width: 1480px) {
  .section-video .container-big {
    padding: 80px 0;
  }
}

@media (max-width: 900px) {
  .section-video .container-big {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .section-video .container-big {
    padding: 40px 0;
  }
}

.section-video .container-big a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.section-video .container-big a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.section-video .container-big a .video-image {
  width: 100%;
  height: 900px;
  margin: 0 auto;
}

@media (max-width: 1480px) {
  .section-video .container-big a .video-image {
    height: 700px;
  }
}

@media (max-width: 1100px) {
  .section-video .container-big a .video-image {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .section-video .container-big a .video-image {
    height: 500px;
  }
}

@media (max-width: 680px) {
  .section-video .container-big a .video-image {
    height: 400px;
  }
}

.section-video .container-big a .video-play {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-video .container-big a .video-play h4 {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  padding-bottom: 147px;
}

.section-video .container-big a .video-play .play-btn {
  background: #bd9e76;
  border-radius: 50%;
  text-align: center;
  -webkit-animation: animate 2s linear infinite;
          animation: animate 2s linear infinite;
  cursor: pointer;
  width: 65px;
  height: 65px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.section-video .container-big a .video-play .play-btn img {
  text-align: center;
}

@-webkit-keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(189, 158, 118, 0.7);
            box-shadow: 0 0 0 0 rgba(189, 158, 118, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 rgba(255, 193, 7, 0);
  }
}

@keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(189, 158, 118, 0.7);
            box-shadow: 0 0 0 0 rgba(189, 158, 118, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 rgba(255, 193, 7, 0);
  }
}

.section-video .container-big a .video-play p {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding-top: 39px;
}

.section-links.single-apartment {
  padding-top: 20px;
  padding-bottom: 0;
}

@media (max-width: 1480px) {
  .section-links.single-apartment {
    padding: 20px 0 0;
  }
}

@media (max-width: 1100px) {
  .section-links.single-apartment {
    padding: 20px 0 0;
  }
}

@media (max-width: 768px) {
  .section-links.single-apartment {
    padding: 20px 0 0;
  }
}

.section-links h6 {
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  color: #bd9e76;
  position: relative;
  padding-bottom: 17px;
}

@media (max-width: 768px) {
  .section-links h6 {
    font-size: 1.4rem;
  }
}

.section-links h6::after {
  content: "";
  width: 21px;
  height: 2px;
  background-color: #bd9e76;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.section-links h4 {
  font-size: 4rem;
  color: #183f3d;
}

@media (max-width: 1480px) {
  .section-links h4 {
    font-size: 3rem;
  }
}

@media (max-width: 1100px) {
  .section-links h4 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .section-links h4 {
    font-size: 2.5rem;
  }
}

.single-apartment .section-green {
  background-color: #183F3D;
}

.single-apartment .section-green h3, .single-apartment .section-green p {
  color: white;
}

.single-apartment .section-green .container-big {
  max-width: 1520px;
}

.single-apartment .apartment-divider {
  display: none;
}

.single-apartment .container-big h1:after {
  display: none;
}

.single-apartment .divider {
  margin: 30px 0 60px;
}

.section-interest {
  text-align: center;
  padding: 50px 0;
  background-color: rgba(189, 158, 118, 0.1);
  /*.interest-slider {
        &:not(.slick-slider) {
            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;
            height: 500px;
            overflow: hidden;

            .card-container {
                width: 20%;

                @include small-desktop {
                    width: 25%;
                }

                @include tablet {
                    width: 50%;
                }

                @include big-mobile {
                    width: 100%;
                }
            }
        }
    }

    .card-container {
        .card-wrapper {
            width: 94%;
            margin: 20px auto;
            background-color: $grey;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            min-height: 510px;
            transition: all 0.3s ease-out;
            cursor: pointer;
            -webkit-box-shadow: 0 20px 20px rgba(255, 255, 255, 0.01%);
            box-shadow: 0 20px 20px rgba(255, 255, 255, 0.01%);
            .content {
                -webkit-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
                h4 {
                    font-size: 1.9rem;
                    text-transform: uppercase;
                    color: $links-color;
                    letter-spacing: 0.05em;
                    position: relative;
                    @include mobile {
                        font-size: 1.6rem;
                    }
                    &::after {
                        content: "";
                        width: 25px;
                        height: 2px;
                        background-color: $orange;
                        position: absolute;
                        bottom: -18px;
                        left: calc((100% - 25px) / 2);
                    }
                }
                .logo-company {
                    padding-top: 70px;
                    padding-bottom: 40px;

                    @include tablet {
                        padding-top: 30px;
                        padding-bottom: 30px;
                    }

                    img {
                        height: 70px;
                        width: auto;
                        display: inline;
                    }
                }
                .location-pin {
                    img {
                        display: inline;
                        width: 25px;
                        margin-bottom: 10px;
                    }
                }
                p {
                    // font-size: 1.9rem;
                    margin-bottom: 0;
                    // @include mobile {
                    //     font-size: 1.6rem;
                    // }
                }
                &.show-content {
                    padding: 40px 15px 130px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    @include tablet {
                        display: none;
                    }
                }
                &.hide-content {
                    opacity: 0;
                    visibility: hidden;
                    padding: 40px 15px 30px;
                    @include tablet {
                        opacity: 1;
                        visibility: inherit;
                        z-index: 2;
                    }
                    p {
                        font-size: 1.5rem;
                    }
                    .location-hidden {
                        display: none;
                        @include tablet {
                            display: block;
                            padding-bottom: 20px;
                        }
                    }
                }
            }
            &:hover {
                box-shadow: 0 15px 15px rgba(0, 0, 0, 0.12);
                -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
                @include tablet {
                    box-shadow: none;
                    -webkit-transform: translateY(0px);
                    transform: translateY(0px);
                }
                .content {
                    &.show-content {
                        opacity: 0;
                        visibility: hidden;
                    }
                    &.hide-content {
                        opacity: 1;
                        visibility: inherit;
                        z-index: 2;
                    }
                }
            }
        }
    }
    .slick-arrow {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 45px;
        height: 18px;
        z-index: 2;
        font-size: 0;
        &:before {
            content: none;
        }
        &.slick-prev {
            background-image: url(images/svg/hero-arrow-left.svg);
            left: -65px;
            @include middle-desktop {
                left: -50px;
            }
        }
        &.slick-next {
            background-image: url(images/svg/hero-arrow-right.svg);
            right: -65px;
            @include middle-desktop {
                right: -50px;
            }
        }
    }
    .slick-dots {
        display: flex;
        justify-content: center;
        bottom: -40px;
        li {
            width: auto;
            button {
                width: 15px;
                height: 10px;
                opacity: 100%;
                transition: all 0.3s ease-in-out;
                padding: 2px;
                background-color: $slider-dot;
                position: relative;
                border-radius: 29px;
                &:before {
                    width: 100%;
                    display: none;
                }
            }
        }
        .slick-active {
            button {
                width: 30px;
                height: 10px;
                background-color: $slider-dot-active;
                transition: all 0.3s ease-in-out;
                &:before {
                    width: 100%;
                    display: none;
                }
            }
        }
    } */
}

.section-interest h3 {
  color: #183f3d;
  font-size: 4rem;
  letter-spacing: 0.03em;
  position: relative;
  margin-bottom: 63px;
}

@media (max-width: 1100px) {
  .section-interest h3 {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .section-interest h3 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.section-interest h3::after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -20px;
  left: calc((100% - 38px) / 2);
}

@media (max-width: 768px) {
  .section-interest .wrap-list {
    padding-top: 30px;
  }
}

.section-interest .wrap-list .wrap-list-item {
  margin-bottom: 35px;
}

@media (max-width: 1480px) {
  .section-interest .wrap-list .wrap-list-item {
    width: 33.33%;
  }
}

@media (max-width: 1100px) {
  .section-interest .wrap-list .wrap-list-item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .section-interest .wrap-list .wrap-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.section-interest .wrap-list .wrap-list-item .wrap-list-item-white {
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 28px;
  height: 100%;
}

@media (max-width: 768px) {
  .section-interest .wrap-list .wrap-list-item .wrap-list-item-white {
    padding: 22px;
  }
}

.section-interest .wrap-list .wrap-list-item .title {
  margin-bottom: 25px;
}

.section-interest .wrap-list .wrap-list-item .title .image {
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 500px;
  border: 2px solid #bd9e76;
}

.section-interest .wrap-list .wrap-list-item .title .image img {
  height: 27px;
}

.section-interest .wrap-list .wrap-list-item .title .words {
  font-family: "Fahkwang";
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: #183f3d;
  position: relative;
  padding-left: 18px;
  text-align: left;
  width: calc(100% - 50px);
}

@media (max-width: 1480px) {
  .section-interest .wrap-list .wrap-list-item .title .words {
    font-size: 2rem;
  }
}

@media (max-width: 1100px) {
  .section-interest .wrap-list .wrap-list-item .title .words {
    font-size: 1.8rem;
  }
}

.section-interest .wrap-list .wrap-list-item .text {
  text-align: left;
}

.section-interest .wrap-list .wrap-list-item .text span {
  display: inline-block;
  width: 100%;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}

.section-interest .wrap-list .wrap-list-item .text span:last-child {
  margin-bottom: 0;
}

.section-interest .wrap-list .wrap-list-item .text span:before {
  content: "";
  width: 33px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left center;
  position: absolute;
  left: 0;
  top: -5px;
}

.section-interest .wrap-list .wrap-list-item .text span.distance:before {
  background-image: url(images/svg/map_navigation.svg);
}

.section-interest .wrap-list .wrap-list-item .text span.walk:before {
  background-image: url(images/svg/directions_walk_icon.svg);
}

.iframe {
  padding: 110px 0;
}

@media (max-width: 1480px) {
  .iframe {
    padding: 80px 0;
  }
}

@media (max-width: 1100px) {
  .iframe {
    padding: 50px 0;
  }
}

.iframe iframe {
  width: 100%;
  height: 750px;
}

@media (max-width: 1480px) {
  .iframe iframe {
    height: 600px;
  }
}

@media (max-width: 1100px) {
  .iframe iframe {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .iframe iframe {
    height: 400px;
  }
}

.tabs-content .wrap-grid {
  padding-top: 50px;
}

@media (max-width: 1100px) {
  .tabs-content .wrap-grid {
    padding-top: 40px;
  }
}

@media (max-width: 900px) {
  .tabs-content .wrap-grid .grid {
    height: auto !important;
    top: 0 !important;
  }
}

@media (max-width: 900px) {
  .tabs-content .wrap-grid .grid-item {
    width: 100%;
    position: relative !important;
    top: 0 !important;
    margin-top: 30px;
  }
  .tabs-content .wrap-grid .grid-item:first-child {
    margin-top: 0;
  }
}

.tabs-content .wrap-grid .grid-item .wrap-item .masonry-img {
  padding-bottom: 36px;
}

@media (max-width: 1100px) {
  .tabs-content .wrap-grid .grid-item .wrap-item .masonry-img {
    padding-bottom: 20px;
  }
}

.tabs-content .wrap-grid .grid-item .wrap-item h3 {
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #183f3d;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 1100px) {
  .tabs-content .wrap-grid .grid-item .wrap-item h3 {
    font-size: 2.6rem;
  }
}

@media (max-width: 768px) {
  .tabs-content .wrap-grid .grid-item .wrap-item h3 {
    font-size: 2.4rem;
  }
}

.tabs-content .wrap-grid .grid-item .wrap-item h3:hover {
  color: #bd9e76;
}

.tabs-content .wrap-grid .grid-item .wrap-item h3::after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.tabs-content .wrap-grid .grid-item .wrap-item .masonry-content {
  padding-top: 30px;
  padding-bottom: 80px;
}

@media (max-width: 1480px) {
  .tabs-content .wrap-grid .grid-item .wrap-item .masonry-content {
    padding: 20px 0 60px;
  }
}

@media (max-width: 1100px) {
  .tabs-content .wrap-grid .grid-item .wrap-item .masonry-content {
    padding: 20px 0 20px;
  }
}

.tabs-content .wrap-grid .grid-item .wrap-item .masonry-content p {
  line-height: 2em;
  font-size: 1.6rem;
  color: #212121;
}

@media (max-width: 1100px) {
  .tabs-content .wrap-grid .grid-item .wrap-item .masonry-content p {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}

@media (max-width: 768px) {
  .tabs-content .wrap-grid .grid-item .wrap-item .masonry-content p {
    font-size: 1.5rem;
    line-height: 1.7em;
  }
}

.tabs-content .wrap-grid .view-more.neighborhood-page {
  padding-bottom: 70px;
  text-align: center;
}

@media (max-width: 1480px) {
  .tabs-content .wrap-grid .view-more.neighborhood-page {
    padding: 60px 0;
  }
}

@media (max-width: 1100px) {
  .tabs-content .wrap-grid .view-more.neighborhood-page {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .tabs-content .wrap-grid .view-more.neighborhood-page {
    padding: 30px 0;
  }
}

.tabs-content .wrap-grid .view-more.neighborhood-page a {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #bd9e76;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.tabs-content .wrap-grid .view-more.neighborhood-page a:hover {
  color: #183f3d;
}

/*
.tabs-nav {
    .flex {
        &.neighborhood {
            li {
                a {
                    &::after {
                        padding-left: 60px;
                        @include middle-desktop {
                            padding-left: 80px;
                        }
                    }
                }
            }
        }
    }
}*/
.tab-desc {
  display: none;
}

.amenities {
  padding: 100px 0 200px;
}

@media (max-width: 1480px) {
  .amenities {
    padding: 100px 0 100px;
  }
}

@media (max-width: 1100px) {
  .amenities {
    padding: 100px 0 50px;
  }
}

@media (max-width: 768px) {
  .amenities {
    padding: 100px 0 20px;
  }
}

.amenities .img-height {
  margin-top: -50px;
  margin-bottom: -50px;
}

.amenities .relative.orange-box::after {
  content: "";
  width: 70%;
  height: 512px;
  background-color: rgba(189, 158, 118, 0.1);
  position: absolute;
  top: -100px;
  left: -86px;
  z-index: 2;
}

@media (max-width: 1480px) {
  .amenities .relative.orange-box::after {
    top: -70px;
    left: -70px;
    height: 450px;
  }
}

@media (max-width: 1240px) {
  .amenities .relative.orange-box::after {
    top: -50px;
    left: -50px;
    height: 400px;
  }
}

@media (max-width: 768px) {
  .amenities .relative.orange-box::after {
    top: -25px;
    left: -25px;
    height: 250px;
  }
}

.amenities .relative.green-box::after {
  content: "";
  width: 70%;
  height: 512px;
  background-color: rgba(24, 63, 61, 0.1);
  position: absolute;
  bottom: -50px;
  right: -62px;
  z-index: 2;
}

@media (max-width: 1240px) {
  .amenities .relative.green-box::after {
    height: 400px;
    right: -40px;
  }
}

@media (max-width: 1100px) {
  .amenities .relative.green-box::after {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .amenities .relative.green-box::after {
    bottom: -25px;
    right: -25px;
  }
}

@media (max-width: 500px) {
  .amenities .relative.green-box::after {
    height: 200px;
  }
}

.amenities .relative .amenitites-picture {
  width: 100%;
  height: 850px;
  z-index: 6;
  position: relative;
}

@media (max-width: 1600px) {
  .amenities .relative .amenitites-picture {
    height: 800px;
  }
}

@media (max-width: 1480px) {
  .amenities .relative .amenitites-picture {
    height: 700px;
  }
}

@media (max-width: 1240px) {
  .amenities .relative .amenitites-picture {
    height: 600px;
  }
}

@media (max-width: 1100px) {
  .amenities .relative .amenitites-picture {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .amenities .relative .amenitites-picture {
    height: 250px;
  }
}

.amenities .amenities-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1500px) {
  .amenities .amenities-content {
    padding-top: 90px;
  }
}

@media (max-width: 1100px) {
  .amenities .amenities-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 900px) {
  .amenities .amenities-content {
    padding: 50px 0 100px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .amenities .amenities-content {
    padding: 30px 0 60px;
  }
}

.amenities .amenities-content .amenity-svg {
  margin-bottom: 30px;
}

@media (max-width: 1100px) {
  .amenities .amenities-content .amenity-svg {
    margin-bottom: 20px;
  }
}

.amenities .amenities-content .amenity-svg img {
  width: 80px;
}

@media (max-width: 1100px) {
  .amenities .amenities-content .amenity-svg img {
    width: 80px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .amenities .amenities-content .amenity-svg img {
    width: 50px;
  }
}

.amenities .amenities-content h3 {
  font-size: 4rem;
  color: #183f3d;
  position: relative;
  margin-bottom: 35px;
}

@media (max-width: 1480px) {
  .amenities .amenities-content h3 {
    font-size: 3rem;
  }
}

@media (max-width: 1100px) {
  .amenities .amenities-content h3 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .amenities .amenities-content h3 {
    font-size: 2.3rem;
  }
}

.amenities .amenities-content h3::after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -12px;
  left: 0;
}

@media (max-width: 900px) {
  .amenities .amenities-content h3::after {
    left: calc((100% - 38px) / 2);
  }
}

.amenities .amenities-content p {
  font-size: 1.8rem;
  line-height: 2em;
  color: #212121;
}

@media (max-width: 1100px) {
  .amenities .amenities-content p {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .amenities .amenities-content p {
    font-size: 1.5rem;
  }
}

.amenities .amenities-content .wrapp_buttons {
  padding-top: 20px;
  margin-bottom: 30px;
}

.amenities .amenities-content .wrapp_buttons .btn {
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px 30px;
}

@media (max-width: 768px) {
  .amenities .amenities-content .wrapp_buttons .btn {
    padding: 15px 25px;
  }
}

.amenities .amenities-content .wrapp_buttons .btn i {
  margin-right: 5px;
}

.amenities .row-reverse .amenities-content {
  padding-left: 100px;
}

@media (max-width: 1480px) {
  .amenities .row-reverse .amenities-content {
    padding-left: 50px;
  }
}

@media (max-width: 900px) {
  .amenities .row-reverse .amenities-content {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .amenities .col_50 {
    width: 100%;
  }
}

.amenities .img-height:nth-child(2) .image .relative:before {
  content: "";
  width: 512px;
  height: 512px;
  display: block;
  position: absolute;
  left: -90px;
  top: -90px;
  background-color: #bd9e76;
  opacity: 0.1;
}

@media (max-width: 1480px) {
  .amenities .img-height:nth-child(2) .image .relative:before {
    left: -50px;
    top: -50px;
  }
}

@media (max-width: 1100px) {
  .amenities .img-height:nth-child(2) .image .relative:before {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .amenities .img-height:nth-child(2) .image .relative:before {
    content: none;
  }
}

body {
  left: auto;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

body.menu-open {
  position: relative;
  right: 260px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header_logo img {
  width: 100px !important;
}

@media (max-width: 1600px) {
  .header_logo img {
    width: 85px !important;
  }
}

@media (max-width: 1240px) {
  .header_logo img {
    width: 65px !important;
  }
}

@media (max-width: 1100px) {
  .header_logo img {
    width: 76px !important;
  }
}

body .elementor-menu-toggle {
  background: transparent;
  font-size: 27px;
  color: #212121;
}

.main_header .elementor-container {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 1480px) {
  .main_header .elementor-container {
    width: 96%;
  }
}

@media (max-width: 1100px) {
  .main_header .elementor-container {
    width: 90%;
  }
}

.header_languages .wpml-ls-legacy-list-horizontal li {
  position: relative;
  margin-right: 10px;
  padding-right: 3px;
}

@media (max-width: 1240px) {
  .header_languages .wpml-ls-legacy-list-horizontal li {
    margin-right: 2px;
    padding-right: 0;
  }
}

.header_languages .wpml-ls-legacy-list-horizontal li::after {
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  background-color: #c8c8c8;
}

@media (max-width: 1240px) {
  .header_languages .wpml-ls-legacy-list-horizontal li::after {
    right: 3px;
    top: 7px;
    height: 9px;
  }
}

.header_languages .wpml-ls-legacy-list-horizontal li:last-child:after {
  content: none;
}

.header_languages .wpml-ls-legacy-list-horizontal li a {
  padding-left: 0;
  font-size: 1.4rem;
  color: #dcdcdc;
}

@media (max-width: 1600px) {
  .header_languages .wpml-ls-legacy-list-horizontal li a {
    font-size: 1.3rem;
  }
}

@media (max-width: 1480px) {
  .header_languages .wpml-ls-legacy-list-horizontal li a {
    font-size: 1.2rem;
  }
}

.header_languages .wpml-ls-legacy-list-horizontal li a:hover {
  color: #212121;
}

.header_languages .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a {
  color: #212121;
}

.main_header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_header .menu li {
  padding: 0 10px;
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .main_header .menu li {
    padding: 0 1px;
  }
}

.main_header .menu li a {
  font-family: "Fahkwang";
  color: #212121;
  text-transform: uppercase;
  position: relative;
  font-size: 1.4rem;
}

@media (max-width: 1600px) {
  .main_header .menu li a {
    font-size: 1.3rem;
  }
}

@media (max-width: 1480px) {
  .main_header .menu li a {
    font-size: 1.2rem;
  }
}

.main_header .menu li a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #bd9e76;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main_header .menu li a:hover {
  color: #bd9e76;
}

.main_header .menu li a:hover::after {
  width: 100%;
}

.main_header .menu li.current_page_item a {
  color: #bd9e76;
}

.main_header .menu li.current_page_item a::after {
  width: 100%;
}

.social_short {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social_short .item {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

@media (max-width: 1480px) {
  .social_short .item {
    margin-left: 5px;
    padding-left: 5px;
  }
}

.social_short .item::before {
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #c8c8c8;
}

.social_short .item a {
  color: #212121;
  padding-left: 5px;
  padding-right: 5px;
}

.social_short .item a:hover {
  color: #bd9e76;
}

@media (max-width: 1600px) {
  .social_short .item a {
    font-size: 1.3rem;
  }
}

@media (max-width: 1480px) {
  .social_short .item a {
    font-size: 1.2rem;
  }
}

.social_short .item:first-child:before {
  content: none;
}

.social_short .item.telegram a {
  background: #2aabee;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 28px;
}

@media (max-width: 1480px) {
  .social_short .item.telegram a {
    width: 23px;
    height: 23px;
    line-height: 23px;
  }
}

.social_short .item.telegram a:hover {
  background-color: #229ed9;
}

.social_short .item.whatsapp a {
  background: #25d366;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 28px;
}

.social_short .item.whatsapp a:hover {
  background-color: #128c7e;
}

@media (max-width: 1480px) {
  .social_short .item.whatsapp a {
    width: 23px;
    height: 23px;
    line-height: 23px;
  }
}

body .elementor-nav-menu--dropdown.elementor-nav-menu__container {
  margin-top: 20px;
}

@media screen and (min-width: 1101px) {
  .sub-menu {
    position: absolute;
    top: 22px;
    padding: 15px 5px;
    display: none;
    background-color: #f8f5f1;
    z-index: 33;
  }
  .sub-menu li {
    padding: 10px !important;
  }
  .sub-menu li a {
    color: #212121 !important;
  }
  .sub-menu li a:after {
    width: 0 !important;
  }
  .sub-menu li:hover a {
    color: #bd9e76 !important;
  }
  .sub-menu li:hover a:after {
    width: 100% !important;
  }
}

@media screen and (min-width: 1101px) {
  .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}

.elementor-location-header .menu li.menu-item-has-children > a:before {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: -16px;
  top: 5px;
  height: 10px;
  width: 10px;
  font-size: 1.2rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #212121;
}

@media (max-width: 1100px) {
  .footer_site .greyscale iframe {
    height: 300px !important;
  }
}

.footer_site .elementor-container {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .footer_site .elementor-container {
    width: 100%;
  }
}

.footer_site .newsletter {
  padding: 0 90px;
}

@media (max-width: 1480px) {
  .footer_site .newsletter {
    padding: 0 70px;
  }
}

@media (max-width: 1100px) {
  .footer_site .newsletter {
    padding: 0;
  }
}

.footer_site .newsletter * {
  color: #fff;
}

.footer_site .newsletter h5 {
  font-size: 3rem;
  margin-bottom: 10px;
}

@media (max-width: 1480px) {
  .footer_site .newsletter h5 {
    font-size: 2.7rem;
  }
}

@media (max-width: 1480px) {
  .footer_site .newsletter h5 {
    font-size: 2rem;
  }
}

.footer_site .newsletter p {
  line-height: 1.8em;
}

@media (max-width: 1600px) {
  .footer_site .newsletter p {
    line-height: 1.4em;
    opacity: 0.7;
    font-size: 1.4em;
  }
}

.footer_site .newsletter input[type="text"],
.footer_site .newsletter input[type="email"] {
  border: none;
  border-bottom: 1px solid #3d605e;
  background-color: #183f3d;
  margin-bottom: 0;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.footer_site .newsletter input[type="text"]::-webkit-input-placeholder,
.footer_site .newsletter input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

.footer_site .newsletter input[type="text"]::-moz-placeholder,
.footer_site .newsletter input[type="email"]::-moz-placeholder {
  color: #fff;
}

.footer_site .newsletter input[type="text"]:-ms-input-placeholder,
.footer_site .newsletter input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

.footer_site .newsletter input[type="text"]:-moz-placeholder,
.footer_site .newsletter input[type="email"]:-moz-placeholder {
  color: #fff;
}

.footer_site .newsletter .input_block {
  margin-bottom: 20px;
}

.footer_site .newsletter .input_block:last-of-type {
  margin-bottom: 0;
}

.footer_site .newsletter input[type="submit"] {
  margin-bottom: 0;
}

.footer_site .newsletter .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.footer_site .newsletter .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  border: 1px solid #3d605e;
  background: #183f3d;
}

.footer_site .newsletter .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked:before {
  background: #bd9e76;
}

.footer_site .newsletter .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  width: calc(100% - 30px);
  display: inline-block;
  padding-left: 7px;
  font-size: 12px;
}

.footer_site .newsletter .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
  display: inline;
  text-decoration: underline;
}

.footer_site .newsletter .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover {
  color: #bd9e76;
}

.footer_site .footer_menu * {
  color: #fff;
}

.footer_site .footer_menu h5 {
  font-size: 2rem;
  margin-bottom: 36px;
}

.footer_site .footer_menu ul li {
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 17px;
}

.footer_site .footer_menu ul li:after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: #3d605e;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer_site .footer_menu ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer_site .footer_menu ul li:last-child:after {
  content: none;
}

.footer_site .footer_menu ul li a:hover {
  color: #bd9e76;
}

.footer_site .logo_footer img {
  max-width: 100px;
}

.footer_site .to_top {
  position: absolute;
  color: #fff;
  top: 85px;
  left: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding-left: 38px;
  min-width: 160px;
}

@media (max-width: 1600px) {
  .footer_site .to_top {
    left: 0;
  }
}

@media (max-width: 1100px) {
  .footer_site .to_top {
    display: none;
  }
}

.footer_site .to_top:before {
  content: "";
  width: 17px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/svg/arrow-top.svg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer_site .to_top:hover:before {
  left: -2px;
}

.copyright .elementor-container {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .copyright .elementor-container {
    width: 100%;
  }
}

.copyright p {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0;
}

.social .col_50 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.social a {
  width: 100%;
  font-size: 1.4rem;
}

.social a .icon {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  border-radius: 500px;
  text-align: center;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.social a .text {
  padding-left: 12px;
  width: calc(100% - 31px);
}

.social a:hover {
  color: #bd9e76;
}

.social a:hover .icon {
  color: #bd9e76;
  border-color: #bd9e76;
}

.social a:hover .icon i {
  color: #bd9e76;
}

.social a:hover .text {
  color: #bd9e76;
}

@media (max-width: 1600px) {
  .elementor-42 .elementor-element.elementor-element-c837cb0 img {
    position: relative;
    right: 50px;
  }
}

@media (max-width: 1100px) {
  .elementor-42 .elementor-element.elementor-element-c837cb0 img {
    right: 0;
  }
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}
/*# sourceMappingURL=style.css.map */