/*
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.
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

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

a {
  text-decoration: none;
}

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

body {
  margin: 0;
}

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

a:focus {
  outline: none;
}

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

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;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

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

p,
pre {
  margin: 1em 0;
}

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

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

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

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

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="checkbox"],
input[type="radio"] {
  padding: 0;
}

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

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

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

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

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

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

textarea {
  resize: vertical;
}

.row {
  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;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

@media (max-width: 1300px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}

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

@media (max-width: 1300px) {
  .row.big-gutter > [class*="col_"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

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

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

.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_25 {
  width: 25%;
}

.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_75 {
  width: 75%;
}

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

body {
  font-size: 19px;
  font-family: "Jost", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.6;
  font-weight: 300;
  color: #000000;
}

@media (max-width: 1300px) {
  body {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  body {
    font-size: 17px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant", serif;
  color: #000000;
  font-weight: 400;
  line-height: 1.2;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  h1 {
    font-size: 42px;
  }
}

@media (max-width: 960px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 42px;
  margin-bottom: 25px;
}

@media (max-width: 1100px) {
  h2 {
    font-size: 38px;
  }
}

@media (max-width: 960px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  h3 {
    font-size: 26px;
  }
}

@media (max-width: 960px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 1100px) {
  h4 {
    font-size: 22px;
  }
}

@media (max-width: 960px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 1100px) {
  h5 {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 1100px) {
  h6 {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  h6 {
    font-size: 16px;
  }
}

p,
span,
label,
li {
  font-weight: 300;
}

p {
  margin: 15px 0;
  color: #000000;
  line-height: 1.6;
}

p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}

p b,
p strong {
  font-weight: bold;
}

p i,
p em {
  font-style: italic;
}

p a {
  text-decoration: underline;
  color: #000000;
}

p a:hover {
  opacity: 0.8;
}

a {
  color: inherit;
  margin: 0;
}

a:hover {
  text-decoration: underline;
}

a span {
  color: inherit;
  font-weight: inherit;
}

img,
span,
label,
a {
  display: inline-block;
}

blockquote {
  border: none !important;
  position: relative;
  margin: 30px 0;
}

blockquote p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  color: #000000;
  margin: 0;
  z-index: 1;
}

@media (max-width: 640px) {
  blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select {
  vertical-align: middle;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: 18px;
  border: none;
  border: 1px solid #e8e8e8;
  background: transparent;
  color: #000000;
  width: 100%;
  line-height: 1;
  padding: 15px 20px;
  margin-bottom: 20px;
  vertical-align: middle;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 0;
}

input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="url"]:active,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="number"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="time"]:active,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:active,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:active,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="month"]:active,
input[type="month"]:hover,
input[type="month"]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: white;
  border-color: #B58C5F;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="week"]:disabled,
input[type="month"]:disabled,
textarea:disabled,
select:disabled {
  background: #CECECE;
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="month"],
  textarea,
  select {
    font-size: 16px;
  }
}

.select_overlay {
  position: relative;
}

.select_overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 7px;
}

textarea {
  line-height: 1.2;
  padding-top: 15px;
  height: 160px;
}

button[type="submit"],
input[type="submit"] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "Cormorant", serif;
  font-size: 18px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #000000;
  font-weight: 500;
  text-transform: none;
  padding: 14px 42px;
  border-radius: 0;
  line-height: 1;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  button[type="submit"],
  input[type="submit"] {
    font-size: 16px;
  }
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  text-decoration: none;
  background-color: #9a7247;
  color: white;
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

textarea {
  height: 124px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 20px;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  background: #F9F8F6;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #CECECE;
  border-radius: 0;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #B58C5F;
  outline: 0;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
  content: "";
  background-color: #B58C5F;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: white;
}

input[type="checkbox"]:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 0;
}

input[type="radio"]:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.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[type="search"] {
  -webkit-appearance: textfield;
}

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

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

::-webkit-input-placeholder {
  color: #000000;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 15px;
  }
}

:-moz-placeholder {
  color: #000000;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  :-moz-placeholder {
    font-size: 15px;
  }
}

::-moz-placeholder {
  color: #000000;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  ::-moz-placeholder {
    font-size: 15px;
  }
}

:-ms-input-placeholder {
  color: #000000;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  :-ms-input-placeholder {
    font-size: 15px;
  }
}

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

.wpcf7-not-valid {
  border-color: 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;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #B58C5F;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

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

@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #B58C5F;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: red;
  /* Red */
  background: red;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
  background: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: red;
  color: white;
  border-radius: 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #B58C5F;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  color: white;
  border-radius: 0;
}

.button1,
.button2,
.button-line,
.button-line2,
.button-grey {
  color: white;
  display: inline-block;
  padding: 14px 42px 14px 42px;
  font-size: 18px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 400;
  font-family: "Cormorant", serif;
  border-radius: 0;
  border: 2px solid #B58C5F;
  -webkit-box-shadow: inset 0 0 0 2em #B58C5F;
          box-shadow: inset 0 0 0 2em #B58C5F;
  background-color: transparent;
}

@media (max-width: 640px) {
  .button1,
  .button2,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 16px;
    padding: 16px 24px;
  }
}

.button1:hover,
.button2:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

.button-span {
  padding-right: 10px;
}

.button-span span {
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  display: inline-block;
  position: relative;
  padding-right: 24px;
}

.button-span span:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-span:hover {
  text-decoration: none;
}

.button-span:hover span:after {
  opacity: 1;
  right: -10px;
}

.button-grey {
  background-color: #F9F8F6;
  color: #000000;
}

.button-grey:hover {
  background-color: #e5e0d7;
  color: #000000;
}

.button2 {
  -webkit-box-shadow: inset 0 0 0 2em white;
          box-shadow: inset 0 0 0 2em white;
  border-color: white;
  color: #000000 !important;
}

.button2:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: white;
  color: white !important;
}

.button-line {
  border: 2px solid #000000;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  .button-line {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.button-line:hover {
  color: white;
  -webkit-box-shadow: inset 0 0 0 2em #000000;
          box-shadow: inset 0 0 0 2em #000000;
  background-color: transparent;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background-color: transparent;
}

@media (max-width: 767px) {
  .button-line2 {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.button-line2:hover {
  background-color: white;
  color: #000000;
}

.btn-arrow {
  padding-right: 33px;
}

@media (max-width: 640px) {
  .btn-arrow {
    padding-right: 22px;
  }
}

.btn-arrow img {
  width: 30px;
  height: 13px;
  position: relative;
  left: 10px;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 640px) {
  .btn-arrow img {
    left: 8px;
  }
}

.btn-arrow:hover img {
  left: 15px;
}

@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

.button-outline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Cormorant", serif;
  font-size: 22px;
  letter-spacing: 0.035em;
  line-height: 2em;
  font-weight: 400;
  text-decoration: none;
  font-style: italic;
  border-radius: 0;
  outline: 0;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  white-space: nowrap;
  padding: 5px 62px 8px 62px;
  overflow: visible;
  will-change: transform;
  background-color: transparent;
  border: 1px solid #fff;
  will-change: transform;
}

@media (max-width: 960px) {
  .button-outline {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .button-outline {
    font-size: 18px;
  }
}

.button-outline.button-outline-gold {
  color: #B58C5F;
  border-color: #B58C5F;
}

.button-outline.button-outline-gold:after {
  border-color: #EFEAE8;
}

.button-outline.button-outline-gold:hover {
  color: #B58C5F;
  border-color: #EFEAE8;
}

.button-outline.button-outline-gold .border--top-right::before, .button-outline.button-outline-gold .border--top-right:after,
.button-outline.button-outline-gold .border--bottom-left::before,
.button-outline.button-outline-gold .border--bottom-left:after {
  background-color: #B58C5F;
}

.button-outline:after {
  display: inline-block;
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: calc(100% + 2 * 6px);
  height: calc(100% - 2 * 3px);
  top: calc(3px - 0px);
  left: -6px;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  z-index: 0;
}

.button-outline .text {
  white-space: nowrap;
}

.button-outline:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.button-outline:hover .border--top-right::before,
.button-outline:hover .border--bottom-left::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.button-outline:hover .border--top-right:after,
.button-outline:hover .border--bottom-left:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.border--top-right,
.border--bottom-left,
.border-left,
.border-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #836f54;
  z-index: 1;
}

.border--top-right::before, .border--top-right::after,
.border--bottom-left::before,
.border--bottom-left::after,
.border-left::before,
.border-left::after,
.border-right::before,
.border-right::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -6px;
  display: block;
  width: calc(100% + 12px);
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.71, 0.01, 0.51, 0.99);
  transition: -webkit-transform 0.72s cubic-bezier(0.71, 0.01, 0.51, 0.99);
  transition: transform 0.72s cubic-bezier(0.71, 0.01, 0.51, 0.99);
  transition: transform 0.72s cubic-bezier(0.71, 0.01, 0.51, 0.99), -webkit-transform 0.72s cubic-bezier(0.71, 0.01, 0.51, 0.99);
  will-change: transform;
}

.border--top-right::before,
.border--bottom-left::before,
.border-left::before,
.border-right::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.border--top-right:after,
.border--bottom-left:after,
.border-left:after,
.border-right:after {
  width: 1px;
  height: calc(100% - 6px);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.border--bottom-left:before,
.border-left:before {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.border--bottom-left:after,
.border-left:after {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.border--bottom-left:before, .border--bottom-left:after,
.border-left:before,
.border-left:after {
  top: auto;
  right: auto;
  bottom: 3px;
  left: -6px;
}

.border-left .border-right {
  top: -16px;
}

.border-left .border-right::before {
  background-color: #EFEAE8;
}

.image-border {
  position: relative;
}

.image-border .cover {
  z-index: 1;
  position: relative;
}

.image-border::after {
  display: inline-block;
  content: "";
  position: absolute;
  border: 1px solid #EFEAE8;
  width: 100%;
  height: 100%;
  top: -16px;
  right: -16px;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  z-index: 0;
}

.image-border .border-left:after {
  left: 16px;
  bottom: 16px;
}

.image-border .border-left::before,
.image-border .border-left::after,
.image-border .border-right::before,
.image-border .border-right::after {
  background-color: #B58C5F;
  left: auto;
  top: -16px;
  right: -16px;
}

.image-border .border-left::before,
.image-border .border-right::before {
  width: 100%;
}

.image-border:hover {
  color: #fff;
  background-color: transparent;
}

.image-border:hover .border-left::before,
.image-border:hover .border-right::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.image-border:hover .border-left:after,
.image-border:hover .border-right:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.line-btn {
  display: inline;
  text-decoration: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#efeae8), to(#efeae8));
  background: linear-gradient(0deg, #efeae8 0%, #efeae8 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: background-size 0.2s;
  transition: background-size 0.2s;
  color: #B58C5F;
  font-family: "Cormorant", serif;
  padding: 5px;
  display: inline-block;
}

.line-btn:hover {
  background-size: 2px 40px;
  text-decoration: none;
}

ul li {
  list-style: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

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

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

body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background-color: #fff;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
								  not supported by any browser */
}

.big-title {
  font-size: 42px;
}

@media (max-width: 1430px) {
  .big-title {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  .big-title {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .big-title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .big-title {
    font-size: 24px;
  }
}

.big-p {
  font-size: 20px;
  line-height: 1.7;
}

@media (max-width: 1650px) {
  .big-p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .big-p {
    font-size: 16px;
  }
}

.container-huge {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1550px) {
  .container-huge {
    padding: 0 60px;
  }
}

@media (max-width: 640px) {
  .container-huge {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-big {
  width: 100%;
  padding: 0 80px;
}

@media (max-width: 1550px) {
  .container-big {
    padding: 0 60px;
  }
}

@media (max-width: 960px) {
  .container-big {
    padding: 0 30px;
  }
}

@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1550px) {
  .container {
    padding: 0 60px;
    max-width: 1260px;
  }
}

@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}

@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}

@media (max-width: 640px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}

.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.section-titles p:first-child {
  color: #B58C5F;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .section-titles p:first-child {
    font-size: 12px;
  }
}

.section-titles h2:first-of-type {
  margin-top: 0;
  font-size: 42px;
  margin-bottom: 10px;
}

@media (max-width: 1300px) {
  .section-titles h2:first-of-type {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  .section-titles h2:first-of-type {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .section-titles h2:first-of-type {
    font-size: 22px;
  }
}

.section-titles p {
  font-size: 18px;
}

@media (max-width: 1300px) {
  .section-titles p {
    font-size: 16px;
  }
}

.small-section {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
}

.page-content {
  padding-bottom: 130px;
}

@media (max-width: 1430px) {
  .page-content {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .page-content {
    padding-bottom: 60px;
  }
}

.the-content img {
  max-height: 100%;
  height: auto;
}

.the-content table td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border: 1px solid #e1e1e1;
}

.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 30px;
}

@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}

.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}

.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}

.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}

.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 700;
}

.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: inherit;
}

.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#feeae7), to(#feeae7));
  background: linear-gradient(0deg, #feeae7 0%, #feeae7 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: background-size 0.2s;
  transition: background-size 0.2s;
  color: #000000;
}

.the-content li a:hover,
.the-content p a:hover {
  background-size: 2px 40px;
}

.the-content blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0 30px;
}

.the-content blockquote p {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  color: #000000;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}

@media (max-width: 1300px) {
  .the-content blockquote p {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .the-content blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

.the-content ul,
.the-content ol {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  clear: both;
  display: block;
}

@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}

.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}

.the-content li {
  margin: 2px 0;
  display: block;
  position: relative;
}

.the-content li strong {
  font-weight: bold;
}

.the-content li em {
  font-style: italic;
}

.the-content iframe {
  width: 100%;
  height: 553px;
}

@media (max-width: 1430px) {
  .the-content iframe {
    height: 400px;
  }
}

@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}

.the-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  .the-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 960px) {
  .the-content h1 {
    font-size: 30px;
  }
}

.the-content ul {
  margin: 0;
  list-style-type: none;
}

.the-content ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("images/svg/check.svg");
  background-size: contain;
  background-position: center;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 5px;
}

@media (max-width: 767px) {
  .the-content ul li:before {
    width: 20px;
    height: 20px;
  }
}

.the-content ul li {
  margin: 10px 0;
}

.the-content ol li {
  color: #000000;
  counter-increment: my-counter;
  margin: 10px 0;
}

.the-content ol li:before {
  content: counter(my-counter) ".";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

.title-style p:first-child {
  color: #B58C5F;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 0 5px;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .title-style p:first-child {
    font-size: 11px;
    letter-spacing: 0.1em;
    display: block;
  }
}

.title-style p:first-child::before, .title-style p:first-child:after {
  content: "";
  width: 34px;
  height: 1px;
  background-color: #B58C5F;
  display: block;
}

@media (max-width: 767px) {
  .title-style p:first-child::before, .title-style p:first-child:after {
    display: none !important;
  }
}

.title-style p:first-child::before {
  left: 0;
  margin-right: 5px;
}

.title-style p:first-child:after {
  display: none;
  margin-left: 5px;
}

.title-style.tac p:first-child, .title-style.centered-text p:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title-style.tac p:first-child:after, .title-style.centered-text p:first-child:after {
  display: block;
}

.title-style.title-line-top p:first-child {
  display: block;
}

.title-style.title-line-top p:first-child::before {
  width: 1px;
  height: 34px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.title-style.title-line-top p:first-child:after {
  display: none;
}

.title-style h2:first-of-type,
.title-style h3:first-child {
  margin-top: 0;
}

.title-small {
  color: #FFF9F3;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4em;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .title-small {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.title-small.yellow-text {
  color: #B58C5F;
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

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

.show {
  display: block !important;
}

.hide {
  display: none;
}

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 960px) {
  .box-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-t-xxl {
  padding-top: 110px;
}

@media screen and (max-width: 1550px) {
  .p-t-xxl {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-t-xxl {
    padding-top: 50px;
  }
}

.p-t-xl {
  padding-top: 90px;
}

@media screen and (max-width: 960px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .p-b-xl {
    padding-bottom: 50px;
  }
}

.p-b-xxl {
  padding-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .p-b-xxl {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-b-xxl {
    padding-bottom: 50px;
  }
}

.p-v-xxl {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 960px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-v-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-l-ml {
  padding-left: 25px;
}

.p-r-ml {
  padding-right: 25px;
}

.p-l-lm {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-l-lm {
    padding-left: 30px;
  }
}

@media screen and (max-width: 730px) {
  .p-l-lm {
    padding-left: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .p-r-lm {
    padding-right: 30px;
  }
}

@media screen and (max-width: 730px) {
  .p-r-lm {
    padding-right: 0;
  }
}

.p-t-m {
  padding-top: 20px;
}

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 110px;
  margin-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .m-v-xxl {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-v-xxl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-v-xl {
  margin-top: 90px;
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .m-v-l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .m-v-60 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .m-b-70 {
    margin-bottom: 90px;
  }
}

.m-t-xxl {
  margin-top: 110px;
}

@media screen and (max-width: 1550px) {
  .m-t-xxl {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-t-xxl {
    margin-top: 50px;
  }
}

.m-t-100 {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

.m-t-xl {
  margin-top: 90px;
}

@media screen and (max-width: 960px) {
  .m-t-xl {
    margin-top: 50px;
  }
}

.m-b-xl {
  margin-bottom: 90px;
}

@media screen and (max-width: 960px) {
  .m-b-xl {
    margin-bottom: 30px;
  }
}

.m-b-xxl {
  margin-bottom: 110px;
}

@media screen and (max-width: 1550px) {
  .m-b-xxl {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-b-xxl {
    margin-bottom: 50px;
  }
}

.m-t-lm {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

.m-b-lm {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .m-b-lm {
    margin-bottom: 30px;
  }
}

.m-t-l {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .m-t-l {
    margin-top: 20px;
  }
}

.m-t-m {
  margin-top: 20px;
}

.m-b-m {
  margin-bottom: 20px;
}

.m-b-l {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .m-b-l {
    margin-bottom: 20px;
  }
}

.m-t-0 {
  margin-top: 0;
}

.m-0 {
  margin: 0;
}

.m-0 a,
.m-0 p {
  margin: 0;
}

.a-tdu {
  text-decoration: underline;
}

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

.ovh:after {
  clear: both;
}

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

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

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

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

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.blue-bck {
  background-color: #000000;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-bck {
  background-color: #fcfefe;
}

.grey-box {
  background-color: #F9F8F6;
}

.grey-box2 {
  background-color: #fbfbfb;
}

.grey-box3 {
  background-color: #fafafa;
}

.green-text {
  color: #B58C5F;
}

.blue-box {
  background-color: #B58C5F;
}

.dark-blue {
  background-color: #FFF9F3;
}

.white-box {
  background-color: white;
}

.shadow-left {
  -webkit-box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}

.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}

.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.ml-auto {
  margin-left: auto;
}

.error-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  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;
  background-position: left;
}

@media (max-width: 767px) {
  .error-wrap {
    display: block;
    overflow-y: auto;
  }
}

.error-wrap .the-content p,
.error-wrap .the-content span,
.error-wrap .the-content label,
.error-wrap .the-content li {
  font-size: 16px;
}

.error-center {
  background-color: white;
  padding: 60px 40px;
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .error-center {
    padding: 50px 20px;
  }
}

.error-center .the-content {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.error-center .button-outline {
  text-align: center;
  margin-top: 20px;
}

.maintenance-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
}

.maintenance-flex {
  width: 100%;
  height: 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;
}

@media (max-width: 767px) {
  .maintenance-flex {
    display: block;
    width: 100%;
  }
}

.maintenance-left {
  width: 50%;
  height: 100%;
  padding-right: 100px;
  overflow-y: auto;
}

@media (max-width: 1430px) {
  .maintenance-left {
    padding-right: 50px;
  }
}

@media (max-width: 1300px) {
  .maintenance-left {
    padding: 0 30px;
  }
}

@media (max-width: 960px) {
  .maintenance-left {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .maintenance-left {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
  }
}

.only-tablet {
  display: none;
}

@media (max-width: 960px) {
  .only-tablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.only-mobile {
  display: none;
}

@media (max-width: 767px) {
  .only-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.maintenance-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  max-width: 568px;
  margin-left: auto;
  padding: 50px 30px 100px;
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .maintenance-text {
    margin-right: auto;
  }
  .maintenance-text h1 {
    color: white;
  }
}

@media (max-width: 767px) and (max-width: 640px) {
  .maintenance-text h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .maintenance-text .the-content {
    color: white;
  }
  .maintenance-text .the-content p,
  .maintenance-text .the-content span,
  .maintenance-text .the-content a,
  .maintenance-text .the-content li,
  .maintenance-text .the-content h1,
  .maintenance-text .the-content h2,
  .maintenance-text .the-content h3,
  .maintenance-text .the-content h4,
  .maintenance-text .the-content h5,
  .maintenance-text .the-content h6 {
    color: white;
  }
  .maintenance-text .the-content p:first-child {
    margin-top: 10px;
  }
}

.maintenance-text input {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1300px) {
  .maintenance-text input {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .maintenance-text .mc4wp-form-fields {
    display: block;
    width: 100%;
  }
}

.maintenance-text input[type="email"] {
  margin-right: 10px;
}

@media (max-width: 1300px) {
  .maintenance-text input[type="email"] {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.maintenance-logo {
  margin-bottom: 200px;
}

@media (max-width: 1300px) {
  .maintenance-logo {
    margin-bottom: 100px;
  }
}

@media (max-width: 640px) {
  .maintenance-logo {
    margin-bottom: 50px;
  }
  .maintenance-logo img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.icon-error {
  width: 452px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 640px) {
  .icon-error {
    width: 300px;
  }
}

@media screen and (max-width: 340px) {
  .icon-error {
    width: 280px;
    right: -30px;
  }
}

.search-error {
  position: relative;
}

.search-error input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.error-image {
  position: absolute;
  width: 780px;
  height: 900px;
  z-index: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 1550px) {
  .error-image {
    left: -90px;
    width: 595px;
    height: 694px;
  }
}

@media (max-width: 1100px) {
  .error-image {
    opacity: 0.2;
  }
}

.page-error-centered {
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  padding: 50px;
  text-align: center;
}

@media (max-width: 640px) {
  .page-error-centered {
    padding-top: 100px;
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 340px) {
  .page-error-centered {
    max-width: 100%;
    padding-right: 0;
  }
}

.page-error-centered button[type="submit"],
.page-error-centered input[type="submit"] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  background-color: transparent;
  width: 40px;
  padding: 0;
}

.page-error-centered button[type="submit"] img,
.page-error-centered input[type="submit"] img {
  width: 20px;
  height: 20px;
  display: block;
}

.page-error-centered #yith-ajaxsearchform .search-navigation input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

@media (max-width: 640px) {
  .page-error-centered .button1 {
    margin-bottom: 40px;
  }
}

.logo-error {
  margin-bottom: 30px;
}

@media (max-width: 1430px) {
  .logo-error {
    margin-bottom: 50px;
  }
}

.logo-error a {
  height: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1430px) {
  .logo-error a {
    height: 100px;
  }
}

.logo-error a img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.error-main {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  z-index: 1;
  position: relative;
  overflow-x: hidden;
}

.error-main .container {
  position: relative;
  z-index: 1;
}

.title-hero {
  font-size: 120px;
  line-height: 0.7;
  margin-bottom: 20px;
  font-weight: 700;
}

@media (max-width: 1430px) {
  .title-hero {
    font-size: 80px;
  }
}

@media (max-width: 640px) {
  .title-hero {
    font-size: 80px;
  }
}

.error-text {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .error-text {
    margin-bottom: 20px;
  }
}

.subtitle-error {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Jost", sans-serif;
  font-size: 24px;
}

@media (max-width: 1430px) {
  .subtitle-error {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .subtitle-error {
    margin-bottom: 20px;
  }
}

.error-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  position: relative;
}

@media (max-width: 767px) {
  .error-flex {
    display: block;
    position: relative;
  }
}

.error-title h1 {
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 0.7;
  margin: 0;
  color: #B58C5F;
}

@media (max-width: 767px) {
  .error-title h1 {
    font-size: 42px;
  }
}

.error-button {
  margin-top: 35px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block !important;
  margin-left: 10px;
}

.comment-form-cookies-consent input[type="radio"],
.comment-form-cookies-consent input[type="checkbox"] {
  margin-top: 6px;
}

.commentlist li {
  margin-bottom: 20px;
}

.commentlist .children {
  margin-top: 20px;
}

.commentlist .children li {
  padding-left: 20px;
}

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #20449d;
}

.comment .comment-form-email,
.comment .comment-form-author,
.comment .comment-form-comment {
  margin: 0;
}

.comment .comment-notes {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.slider-timeline:not(.slick-slider) {
  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;
  height: 200px;
  overflow: hidden;
}

.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}

@media (max-width: 767px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 !important;
  border: none !important;
  height: auto !important;
  margin: 0 !important;
  background: #fff;
  font-size: 15px;
  color: #000;
}

.book-meeting-form .back {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  z-index: 2;
}

body #cookie-law-info-bar {
  z-index: 99999999 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #000000d4;
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}

@media (max-width: 767px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

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

.wpcf7-acceptance.wpcf7-not-valid * {
  color: red;
}

.accordion {
  overflow: hidden;
  background: #f7f7f7;
  width: 80%;
  display: block;
  margin: 50px auto 0 auto;
}

@media (max-width: 960px) {
  .accordion {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
}

.accordion .accordion-section {
  border-top: 1px solid #eeee;
}

.accordion .accordion-section:last-child {
  border-bottom: 1px solid #eeee;
}

.accordion .accordion-section .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  padding: 20px 40px 20px 30px;
  position: relative;
  background: #f1f7fb;
}

@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title {
    padding: 15px 20px 15px 30px;
  }
}

.accordion .accordion-section .accordion-section-title:hover, .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}

.accordion .accordion-section .accordion-section-title:after {
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  -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;
  font-size: 1.4rem;
  color: #B58C5F;
  position: absolute;
  right: 30px;
  top: 25px;
}

@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}

@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}

.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}

.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}

.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid #eeee;
  background: #fdfdfd;
}

@media screen and (max-width: 1100px) {
  .admin-bar .header-main {
    top: 32px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .header-main {
    top: 46px;
  }
}

.section {
  padding: 120px 0;
}

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

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

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

.tab-wrapper {
  width: 100%;
}

.tab-wrapper .tab {
  margin-bottom: 20px;
  display: none;
}

.tab-wrapper .tab.active {
  display: block;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  width: 100%;
}

form.checkout.woocommerce-checkout .create-account label {
  color: #111111;
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.woocommerce ul#shipping_method li .shipping-method-description {
  color: #111111;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0;
  font-size: 16px;
}

.woocommerce ul#shipping_method li label {
  font-weight: 500;
}

.woocommerce ul#shipping_method li label[for="shipping_method_0_flexible_shipping_single3"] {
  font-size: 0;
  display: block;
}

.woocommerce ul#shipping_method li label[for="shipping_method_0_flexible_shipping_single2"] {
  font-size: 0;
}

.woocommerce-shipping-destination {
  display: none;
}

.woocommerce ul#shipping_method .amount {
  font-weight: 500;
}

.woocommerce table.shop_table td small.shipped_via {
  display: none;
}

.woocommerce-MyAccount-content .order_details th:last-child,
.woocommerce-MyAccount-content .order_details td:last-child {
  text-align: right;
}

.wpfda-delete-account-container button[type="submit"] {
  margin-top: 0;
}

.wpfda-error span {
  display: inherit;
}

.mc4wp-alert {
  padding: 16px;
  text-align: center;
  margin-top: 20px;
  border-radius: 5px;
}

@media (max-width: 960px) {
  .mc4wp-alert {
    padding: 12px;
  }
}

.mc4wp-alert p {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .mc4wp-alert p {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .mc4wp-alert p {
    font-size: 14px;
  }
}

.mc4wp-alert.mc4wp-error {
  border: 1px solid red;
  background: #ffc1c1;
  border-radius: 0;
}

.mc4wp-alert.mc4wp-success {
  border: none;
  background: #65bc51;
  color: white;
}

.mc4wp-alert.mc4wp-success p {
  color: white;
  padding-left: 30px;
  position: relative;
}

.mc4wp-alert.mc4wp-success p::before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.mc4wp-alert {
  padding: 8px;
  border-radius: 0;
  text-align: left;
}

.mc4wp-alert p {
  margin-bottom: 0;
  margin-top: 0 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}

.mc4wp-alert.mc4wp-notice {
  background: #c9ccdc;
  border: 1px solid #acb2d0;
}

.discount_box {
  width: 57px;
  height: 57px;
  position: absolute;
  bottom: 68px;
  right: 0;
  display: inline-block;
  text-align: center;
}

.discount_box .save {
  background-color: #7e888e;
  border-radius: 500px;
  font-size: 15px;
  font-size: 15px;
  margin: 0;
  line-height: 57px;
  width: 100%;
  display: block;
  color: #fff;
}

.discount_box .save b {
  font-weight: 300;
}

.xt_woovs-swatches-wrap.xt_woovs-align-left ~ div .woocommerce-variation.single_variation .woocommerce-variation-availability {
  margin-bottom: 20px;
}

#add_payment_method #payment ul.payment_methods li label img,
.woocommerce-cart #payment ul.payment_methods li label img,
.woocommerce-checkout #payment ul.payment_methods li label img {
  display: none;
}

#add_payment_method #payment ul.payment_methods li.payment_method_mobilpay label::before,
.woocommerce-cart #payment ul.payment_methods li.payment_method_mobilpay label::before,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_mobilpay label::before {
  background-image: url(images/svg/card.svg);
}

body .cli-style-v2 .cli-bar-message {
  color: #fff;
}

body #cookie-law-info-bar[data-cli-style="cli-style-v2"] {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.heading-large h2 {
  font-size: 42px;
}

@media (max-width: 1430px) {
  .heading-large h2 {
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  .heading-large h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .heading-large h2 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .heading-large h2 {
    font-size: 24px;
  }
}

.heading-large h2 span {
  font-style: italic;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  content: none !important;
}

html.filter-open,
body.filter-open {
  overflow: hidden !important;
}

.woocommerce form .form-row .optional {
  display: none;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  content: "\f0d8" !important;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  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: 9px;
  font-weight: 900;
  color: #2b2b2b;
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  content: "\f0dd" !important;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  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: 9px;
  font-weight: 900;
  color: #2b2b2b;
}

.search-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.no-results {
  max-width: 700px;
  padding: 40px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
}

@media (max-width: 480px) {
  .no-results {
    padding: 30px 20px;
  }
}

.no-results p {
  margin: 0;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .no-results p {
    font-size: 16px;
  }
}

.no-results h3 {
  text-align: center;
}

.no-results .search-header {
  margin-left: 0;
  margin-top: 20px;
}

@media (max-width: 960px) {
  .no-results .search-header {
    padding: 0;
    background-color: transparent;
  }
}

.no-results .search-header button {
  right: 0;
  left: auto;
}

.no-results .search-header input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 50px;
  border: 1px solid #CECECE;
}

.no-results .search-header input:hover, .no-results .search-header input:focus, .no-results .search-header input:active {
  border-color: #B58C5F;
}

.search-item {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #F0E9DF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-item:first-child {
  padding-top: 0;
  border-top: none;
}

.search-item .cover {
  width: 180px;
  height: 180px;
  border: 1px solid #F0E9DF;
}

@media (max-width: 767px) {
  .search-item .cover {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .search-item .cover {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 350px) {
  .search-item .cover {
    width: 60px;
    height: 60px;
  }
}

.search-item .text-content {
  width: calc(100% - 180px);
  padding-left: 20px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .search-item .text-content {
    width: calc(100% - 120px);
  }
}

@media (max-width: 480px) {
  .search-item .text-content {
    width: calc(100% - 90px);
    padding-left: 10px;
    padding-top: 10px;
  }
}

@media (max-width: 350px) {
  .search-item .text-content {
    width: calc(100% - 70px);
    padding-left: 5px;
    padding-top: 5px;
  }
}

.search-item h3 {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .search-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media (max-width: 350px) {
  .search-item p {
    margin-top: 0;
  }
}

body .dataTables_wrapper .dataTables_info {
  display: none;
}

body .cc-close.cc-closeXcustomText {
  text-decoration: none !important;
}

.decoration {
  width: 380px;
  height: 40px;
  display: block;
  margin: 12px auto 0 auto;
  background-image: url(images/svg/frame2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 767px) {
  .decoration {
    width: 240px;
    height: 24px;
  }
}

.flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  position: relative;
  z-index: 333;
}

@media (max-width: 1300px) {
  .flex-header {
    padding: 10px 0;
  }
}

@media (max-width: 960px) {
  .flex-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .flex-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 960px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 13333;
  }
  .header.scroll, .header.on-scroll-up {
    background-color: #f8f3ef;
  }
}

.header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-btn {
  display: none;
  position: relative;
  z-index: 333;
  margin-left: 0;
  width: calc(50% - 60px);
}

@media (max-width: 960px) {
  .menu-btn {
    display: block;
  }
}

@media (max-width: 480px) {
  .menu-btn a {
    width: 24px;
    display: block;
  }
}

.menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 480px) {
  .menu-trigger {
    margin-right: 0;
  }
}

.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.menu-trigger:hover {
  text-decoration: none;
}

.hamburger {
  width: 20px;
  height: 2px;
  background: #B58C5F;
  -webkit-transition: 0.2s ease-out all 0.2s;
  transition: 0.2s ease-out all 0.2s;
  position: relative;
  margin-right: 14px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  width: 24px;
  border-bottom: 2px solid #B58C5F;
  left: 0;
  -webkit-transition: 0.2s top 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.2s -webkit-transform;
  transition: 0.2s top 0.2s, 0.2s transform;
  transition: 0.2s top 0.2s, 0.2s transform, 0.2s -webkit-transform;
}

.hamburger:before {
  top: -7px;
}

.hamburger:after {
  top: 7px;
}

.logo-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-header img {
  width: 120px;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .logo-header img {
    width: 85px;
    height: auto;
  }
}

@media (max-width: 960px) {
  .header-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.header-left,
.header-right {
  width: calc(50% - 50px);
}

@media (max-width: 960px) {
  .header-left,
  .header-right {
    display: none;
  }
}

.header-left .menu,
.header-right .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-left .menu li,
.header-right .menu li {
  padding: 10px 20px;
}

@media (max-width: 1300px) {
  .header-left .menu li,
  .header-right .menu li {
    padding: 10px 15px;
  }
}

.header-left .menu li.current-menu-item a,
.header-right .menu li.current-menu-item a {
  color: #B58C5F;
}

.header-left .menu a,
.header-right .menu a {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media (max-width: 1430px) {
  .header-left .menu a,
  .header-right .menu a {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.header-left a:hover,
.header-right a:hover {
  text-decoration: none;
  color: #B58C5F;
}

.header-left .flex,
.header-right .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-center {
  width: 120px;
}

@media (max-width: 960px) {
  .header-center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.phone-header-menu {
  display: none;
  width: calc(50% - 60px);
}

@media (max-width: 960px) {
  .phone-header-menu {
    display: block;
  }
}

.phone-header-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
  font-size: 17px;
}

@media (max-width: 767px) {
  .phone-header-menu a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .phone-header-menu span {
    display: none;
  }
}

.header-left {
  padding-right: 100px;
}

@media (max-width: 1300px) {
  .header-left {
    padding-right: 50px;
  }
}

@media (max-width: 1100px) {
  .header-left {
    padding-right: 20px;
  }
}

.header-right {
  padding-left: 100px;
}

@media (max-width: 1300px) {
  .header-right {
    padding-left: 50px;
  }
}

@media (max-width: 1100px) {
  .header-right {
    padding-left: 20px;
  }
}

.phone-header a {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}

@media (max-width: 1430px) {
  .phone-header a {
    font-size: 16px;
    letter-spacing: 0.01em;
  }
}

.phone-header a img {
  margin-right: 10px;
}

.header .wpml-ls-legacy-dropdown {
  width: 52px;
}

@media (max-width: 960px) {
  .header .wpml-ls-legacy-dropdown {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
}

.header .wpml-ls-legacy-dropdown a {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px 0;
  background-color: transparent;
}

.header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: 0;
}

@media (max-width: 960px) {
  .header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 20px;
  }
}

.header-mobile {
  display: none;
}

.menu-open {
  right: -280px;
  position: relative;
}

.menu-open .header-mobile {
  left: 0;
}

.menu-open .close-menu {
  z-index: 222;
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.menu-open .hamburger3 {
  background-color: rgba(0, 0, 0, 0) !important;
}

.menu-open .hamburger3:before, .menu-open .hamburger3:after {
  top: 50%;
  bottom: auto;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform 0.2s;
  transition: 0.2s top, 0.2s -webkit-transform 0.2s;
  transition: 0.2s top, 0.2s transform 0.2s;
  transition: 0.2s top, 0.2s transform 0.2s, 0.2s -webkit-transform 0.2s;
  left: 0;
}

.menu-open .hamburger3::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-open .hamburger3:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-mobile {
  position: fixed;
  left: -280px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  height: 100%;
  width: 280px;
  z-index: 999999;
  top: 0;
  background-color: #F8F3EF;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.header-mobile .menu ul a {
  color: #000000;
}

.header-mobile .sub-menu {
  margin-bottom: 0;
}

.header-mobile-top ul {
  margin-bottom: 30px;
  margin-top: 30px;
}

.header-mobile-top ul li {
  border-top: 1px solid #EFEAE8;
}

.header-mobile-top ul li a {
  display: inline-block;
  width: 100%;
  color: #000000;
  padding: 15px 30px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.037);
}

.header-mobile-top ul li a:hover {
  text-decoration: none;
}

.header-mobile-top ul li .sub-menu {
  display: none;
  background: #031b31;
}

.header-mobile-top ul li .toggle-submenu {
  width: 40px;
  height: 50px;
  position: absolute;
  right: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}

.logo-mobile {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.037);
}

.logo-mobile img {
  width: 100px;
  height: auto;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.header-mobile .header-language-selector a {
  margin: 4px;
}

.header-mobile .header-language-selector a img {
  width: 25px;
  height: 25px;
}

.footer {
  background-color: #F8F3EF;
  padding: 120px 0 40px;
}

@media (max-width: 1430px) {
  .footer {
    padding: 80px 0 20px;
  }
}

@media (max-width: 1300px) {
  .footer {
    padding: 70px 0 10px;
  }
}

@media (max-width: 960px) {
  .footer {
    padding: 50px 0 10px;
  }
}

.footer input, .footer textarea {
  font-size: 18px;
}

@media (max-width: 767px) {
  .footer input, .footer textarea {
    font-size: 16px;
  }
}

.mla {
  margin-left: auto;
}

.wcmd_content {
  max-width: 100%;
}

.footer-bottom-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .footer-bottom-left ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-bottom-left ul li {
  padding: 0 15px;
  margin: 0;
}

.about-company p {
  margin-bottom: 0;
}

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

@media screen and (min-width: 1220px) {
  .footer-flex > [class*="col_"] {
    width: auto;
  }
}

.footer-flex p,
.footer-flex a {
  font-size: 18px;
  color: #000000;
}

@media (max-width: 767px) {
  .footer-flex p,
  .footer-flex a {
    font-size: 16px;
  }
}

.footer-flex li {
  margin-top: 10px;
}

.footer-flex li:first-child {
  margin-top: 0;
}

.footer-flex a:hover {
  text-decoration: none;
  color: #B58C5F;
}

@media (max-width: 767px) {
  .footer-flex .menu li {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
  }
}

.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media (max-width: 960px) {
  .social-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}

.social-footer li {
  margin-left: 10px;
}

@media (max-width: 1430px) {
  .social-footer li {
    margin: 0 5px;
  }
}

.social-footer li:first-child {
  margin-left: 0;
}

@media (max-width: 960px) {
  .social-footer li:first-child {
    margin-left: 5px;
  }
}

@media (max-width: 960px) {
  .social-footer li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.social-footer a {
  width: 52px;
  height: 52px;
  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;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 960px) {
  .social-footer a {
    width: 44px;
    height: 44px;
  }
}

.social-footer a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
}

.social-footer a i {
  font-size: 18px;
}

@media (max-width: 960px) {
  .social-footer a i {
    font-size: 16px;
  }
}

p.title-footer {
  text-transform: none;
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  font-family: "Cormorant", serif;
  line-height: 1;
  margin-top: 0;
}

@media (max-width: 1430px) {
  p.title-footer {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  p.title-footer {
    font-size: 18px;
  }
}

.footer-logo .logo-header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-logo .logo-header img {
  width: 110px;
}

@media (max-width: 960px) {
  .footer-logo .logo-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
}

@media (max-width: 767px) {
  .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.footer-social a {
  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;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

@media (max-width: 767px) {
  .footer-social a {
    width: 38px;
    height: 38px;
  }
}

.footer-social a:hover {
  background-color: #B58C5F;
  text-decoration: none;
}

.footer-social li {
  margin: 5px;
}

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

.footer-flex-bottom {
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid #EFEAE8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .footer-flex-bottom {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer-flex-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.col_25.col-company {
  padding-right: 40px;
}

@media (max-width: 960px) {
  .col_25.col-company {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .col_25.col-company {
    margin-bottom: 0;
    text-align: center;
  }
}

@media (max-width: 960px) {
  .col-menu,
  .col-contact {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .col-menu,
  .col-contact {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}

.newsletter-footer input {
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 0;
  padding-left: 0;
}

.newsletter-footer button {
  background-color: transparent;
  background-image: url("images/svg/send.svg");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  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;
  background-color: transparent;
}

.newsletter-footer button:hover {
  background-color: transparent;
}

.footer-bottom-left a,
.footer-bottom-left p,
.footer-bottom-right a,
.footer-bottom-right p {
  font-size: 18px;
}

@media (max-width: 767px) {
  .footer-bottom-left a,
  .footer-bottom-left p,
  .footer-bottom-right a,
  .footer-bottom-right p {
    font-size: 16px;
  }
}

.newsletter-footer .wpcf7 form .wpcf7-response-output {
  font-size: 13px;
}

@media (max-width: 767px) {
  .newsletter-footer .wpcf7 form .wpcf7-response-output {
    font-size: 11px;
  }
}

.newsletter-footer .form-row {
  margin-bottom: 10px;
}

.newsletter-footer input[type="email"],
.newsletter-footer textarea {
  background-color: transparent;
  padding-left: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  padding-right: 0;
}

@media (max-width: 767px) {
  .newsletter-footer input[type="email"],
  .newsletter-footer textarea {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .newsletter-footer input[type="email"]::-webkit-input-placeholder,
  .newsletter-footer textarea::-webkit-input-placeholder {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .newsletter-footer input[type="email"]:-moz-placeholder,
  .newsletter-footer textarea:-moz-placeholder {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .newsletter-footer input[type="email"]::-moz-placeholder,
  .newsletter-footer textarea::-moz-placeholder {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .newsletter-footer input[type="email"]:-ms-input-placeholder,
  .newsletter-footer textarea:-ms-input-placeholder {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .newsletter-footer .wpcf7-spinner {
    display: none;
  }
}

.newsletter-footer textarea {
  height: 90px;
}

.newsletter-footer .form-row input[type="submit"] {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .newsletter-footer .form-row input[type="submit"] {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .map-col {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.map-col .map {
  margin-top: 0;
  width: 100%;
}

@media (max-width: 960px) {
  .map-col .map {
    margin-right: 0;
  }
}

.map-col iframe {
  height: 300px;
}

@media (max-width: 960px) {
  .map-col iframe {
    height: 240px;
  }
}

.slick-dotted {
  margin-bottom: 0 !important;
}

@media (max-width: 960px) {
  .hero-section {
    padding-top: 160px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding-top: 120px;
  }
}

@media (max-width: 640px) {
  .hero-section .container-big {
    padding-left: 0;
    padding-right: 0;
  }
}

.pattern-top {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1200px;
  top: -120px;
}

.pattern-top::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 395px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.pattern-top .cover {
  width: 100%;
  height: 100%;
}

.pattern-top-inner {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 500px;
  top: -120px;
}

.pattern-top-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 125px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.pattern-top-inner .cover {
  width: 100%;
  height: 100%;
}

.hero-social-right {
  position: absolute;
  right: 30px;
  width: 20px;
  top: 0;
  height: 100%;
}

@media (max-width: 1550px) {
  .hero-social-right {
    right: -30px;
  }
}

@media (max-width: 1100px) {
  .hero-social-right {
    display: none;
  }
}

.hero-slider {
  position: relative;
}

@media (max-width: 767px) {
  .hero-slider {
    padding-bottom: 0;
  }
}

.hero-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 767px) {
  .hero-slider .flex {
    display: block;
  }
}

.hero-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  bottom: 20px;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-slider .slick-dots li {
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
}

.hero-slider .slick-dots li:first-child:last-child {
  display: none;
}

.hero-slider .slick-dots li button {
  padding: 0;
  margin: 0;
  background-color: white;
  opacity: 0.1;
  width: 100%;
  height: 1px;
  position: relative;
}

.hero-slider .slick-dots li button:before {
  display: none;
}

.hero-slider .slick-dots li.slick-active button {
  opacity: 1;
  height: 3px;
  top: -1px;
  background-color: #B58C5F;
}

.hero-slider:not(.slick-slider) {
  height: 700px;
  overflow: hidden;
}

@media (max-width: 1650px) {
  .hero-slider:not(.slick-slider) {
    height: 600px;
  }
}

@media (max-width: 1100px) {
  .hero-slider:not(.slick-slider) {
    height: 540px;
  }
}

@media (max-width: 960px) {
  .hero-slider:not(.slick-slider) {
    height: 500px;
  }
}

@media (max-width: 640px) {
  .hero-slider:not(.slick-slider) {
    height: 350px;
  }
}

.hero-slider.slider-long-arrows .slick-prev,
.hero-slider.slider-long-arrows .slick-next {
  width: 120px;
  height: 100%;
  -webkit-transform: none;
          transform: none;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.hero-slider.slider-long-arrows .slick-prev {
  left: 0;
  background: black;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.798779)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.798779) 100%);
}

.hero-slider.slider-long-arrows .slick-next {
  right: 0;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.798779)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.798779) 100%);
}

.hero-slide {
  height: 700px;
  position: relative;
}

@media (max-width: 1650px) {
  .hero-slide {
    height: 600px;
  }
}

@media (max-width: 1100px) {
  .hero-slide {
    height: 540px;
  }
}

@media (max-width: 960px) {
  .hero-slide {
    height: auto;
  }
}

.hero-slide .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

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

.hero-text {
  width: 100%;
  height: 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;
  position: relative;
  z-index: 1;
}

@media (max-width: 960px) {
  .hero-text {
    padding: 160px 30px;
  }
}

@media (max-width: 767px) {
  .hero-text {
    padding: 120px 30px;
  }
}

@media (max-width: 480px) {
  .hero-text {
    padding: 80px 20px;
  }
}

.hero-text .title-style {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 1300px) {
  .hero-text .title-style {
    max-width: 500px;
  }
}

.hero-text .title-style p:first-child {
  color: #EFEAE8;
}

.hero-text h2 {
  font-size: 50px;
}

@media (max-width: 1430px) {
  .hero-text h2 {
    font-size: 48px;
  }
}

@media (max-width: 1300px) {
  .hero-text h2 {
    font-size: 42px;
  }
}

@media (max-width: 960px) {
  .hero-text h2 {
    font-size: 36px;
  }
}

.hero-social {
  width: 30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}

.hero-social li {
  padding: 20px 0;
  display: block;
  position: relative;
}

.hero-social li::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  width: 8px;
  height: 1px;
  background-color: #bbbbbb;
  top: 0;
}

.hero-social li:first-child:before {
  display: none;
}

.hero-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.5;
  color: #B58C5F;
}

@media (max-width: 1300px) {
  .hero-social a {
    font-size: 13px;
  }
}

.hero-social a:hover {
  text-decoration: none;
  color: #B58C5F;
  opacity: 1;
}

.hero-social a i {
  margin-bottom: 9px;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}

.hero-social p {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}

.scroll-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
}

@media (max-width: 1430px) {
  .scroll-down {
    left: 20px;
    padding-bottom: 0;
  }
}

@media (max-width: 1300px) {
  .scroll-down {
    display: none;
  }
}

@media (max-width: 1100px) {
  .scroll-down {
    display: none;
  }
}

.scroll-down a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  width: 46px;
  height: 78px;
  background-color: #fdf6eb;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  bottom: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.scroll-down a:hover {
  text-decoration: none;
  bottom: -10px;
}

.scroll-down a img {
  display: block;
}

.slider-arrows-down .slick-prev,
.slider-arrows-down .slick-next {
  bottom: 1px;
  height: 20px;
  cursor: pointer;
  opacity: 0.5;
  top: auto;
  z-index: 2;
}

.slider-arrows-down .slick-prev:hover,
.slider-arrows-down .slick-next:hover {
  opacity: 1;
}

.slider-arrows-down .slick-prev::before,
.slider-arrows-down .slick-next::before {
  content: "";
  display: block;
  width: 11px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}

.slider-arrows-down .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  bottom: 20px;
  z-index: 2;
}

@media (max-width: 1100px) {
  .slider-arrows-down .slick-dots {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .slider-arrows-down .slick-dots {
    width: calc(100% - 80px);
  }
}

.slider-arrows-down .slick-dots li {
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
}

.slider-arrows-down .slick-dots li:first-child:last-child {
  display: none;
}

.slider-arrows-down .slick-dots li button {
  padding: 0;
  margin: 0;
  background-color: #B58C5F;
  opacity: 0.1;
  width: 100%;
  height: 1px;
  position: relative;
}

.slider-arrows-down .slick-dots li button:before {
  display: none;
}

.slider-arrows-down .slick-dots li.slick-active button {
  opacity: 1;
  height: 3px;
  top: -1px;
}

.slider-arrows-down .slick-prev {
  left: 340px;
}

@media (max-width: 1100px) {
  .slider-arrows-down .slick-prev {
    left: 220px;
  }
}

@media (max-width: 767px) {
  .slider-arrows-down .slick-prev {
    left: auto;
    right: 40px;
  }
}

.slider-arrows-down .slick-prev:before {
  background-image: url("images/svg/left-arrow.svg");
}

.slider-arrows-down .slick-next {
  left: 420px;
}

@media (max-width: 1100px) {
  .slider-arrows-down .slick-next {
    left: 290px;
  }
}

@media (max-width: 767px) {
  .slider-arrows-down .slick-next {
    left: auto;
    right: 0;
  }
}

.slider-arrows-down .slick-next:before {
  background-image: url("images/svg/right-arrow.svg");
}

.slider-horizontal {
  position: relative;
  height: 100%;
}

@media (max-width: 1300px) {
  .slider-horizontal {
    z-index: 1;
  }
}

.slider-horizontal .slick-dots {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .slider-horizontal .slick-dots {
    width: calc(100% - 80px);
    bottom: 6px;
  }
}

.slider-horizontal .slider-arrows {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 2;
}

.slider-horizontal .slider-arrows span {
  background-color: transparent;
  margin: 0;
  text-align: center;
}

.slider-horizontal .slider-arrows span:hover {
  opacity: 1;
}

.slider-horizontal .slider-arrows span.next-btn1 {
  margin-left: 40px;
}

.slider-controls {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 50%;
  padding-right: 50px;
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}

.slider-arrows span {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fbfbf9;
  margin: 8px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .slider-arrows span {
    width: 26px;
    height: 26px;
    background-color: transparent;
  }
}

.slider-count01 {
  position: absolute;
  bottom: 11px;
  width: 70px;
  text-align: center;
  left: 0;
}

@media (max-width: 767px) {
  .slider-count01 {
    display: none;
  }
}

.slider-count01 p,
.slider-count01 span {
  font-family: "Cormorant", serif;
  color: white;
  line-height: 1;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.slider-count01 #current001 {
  font-size: 30px;
  font-weight: 500;
}

.slider-long-arrows .slick-prev,
.slider-long-arrows .slick-next {
  width: 62px;
  height: 16px;
}

.slider-long-arrows .slick-prev:before,
.slider-long-arrows .slick-next:before {
  content: "";
  display: block;
  width: 62px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.slider-long-arrows .slick-prev:before {
  background-image: url("images/svg/long-arrow-left.svg");
}

.slider-long-arrows .slick-next:before {
  background-image: url("images/svg/long-arrow-right.svg");
}

.flex-icons {
  margin: 60px 0;
}

@media (max-width: 1300px) {
  .flex-icons {
    margin: 40px 0;
  }
}

@media (max-width: 960px) {
  .flex-icons {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .flex-icons {
    display: block;
  }
  .flex-icons .col_33 {
    width: 100%;
  }
}

.flex-icons .icon {
  text-align: center;
  width: 92px;
  height: 92px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
  background: #fdf6eb;
  border-radius: 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;
  padding: 25px;
  /*&::before{
			content: '';
			width: 43px;
			height: 48px;
			background-image: url('images/svg/abstract-shape.svg');
			background-size: contain;
			background-position: center;
			position: absolute;
			right: -20px;
			top: 0;
			@include rotate(180deg);
			@include tablet-l{
				width: 36px;
				height: 36px;
			}
		}*/
}

@media (max-width: 960px) {
  .flex-icons .icon {
    width: 52px;
    height: 52px;
    padding: 14px;
    margin-bottom: 10px;
  }
}

.flex-icons .icon img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 960px) {
  .flex-icons .col_33 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.flex-icons .col_33:nth-child(odd) .icon::before {
  left: -20px;
  -ms-transform: rotate(0);
  /* IE 9 */
  -moz-transform: rotate(0);
  /* Firefox */
  -webkit-transform: rotate(0);
  /* Safari and Chrome */
  -o-transform: rotate(0);
  /* Opera */
}

.icon-text {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.icon-text .title {
  font-family: "Cormorant", serif;
  font-size: 26px;
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .icon-text .title {
    font-size: 24px;
  }
}

.icon-text .text {
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .flex-image {
    display: block;
  }
  .flex-image .col_50 {
    width: 100%;
  }
}

.flex-image .about-image {
  height: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .flex-image .about-image {
    max-width: 100%;
    height: auto;
  }
}

.flex-image .the-content {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 960px) {
  .flex-image .the-content {
    padding: 30px 0 30px 30px;
  }
}

@media (max-width: 767px) {
  .flex-image .the-content {
    padding: 0;
    max-width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .flex-image .the-content p:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-image .the-content p:first-child:after {
    display: block;
  }
}

.flex-image .button-outline {
  margin-top: 40px;
}

@media (max-width: 1300px) {
  .flex-image .button-outline {
    margin-top: 20px;
  }
}

.flex-image .cover {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .flex-image .cover {
    height: 0;
    padding-bottom: 120%;
  }
}

.centered-text {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.section-services .title-style h2 {
  font-size: 44px;
  font-style: italic;
}

@media (max-width: 1430px) {
  .section-services .title-style h2 {
    font-size: 40px;
  }
}

@media (max-width: 1300px) {
  .section-services .title-style h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .section-services .title-style h2 {
    font-size: 20px;
  }
}

.section-services .centered-text {
  max-width: 450px;
}

.service-image .cover {
  width: 100%;
  height: 422px;
  background-color: #ececec;
}

@media (max-width: 1300px) {
  .service-image .cover {
    height: 0;
    padding-bottom: 120%;
  }
}

@media (max-width: 767px) {
  .slider-services {
    padding-right: 0;
    margin-top: 20px;
    margin-left: -20px;
  }
  .slider-services .slick-list {
    overflow: visible;
  }
}

@media (max-width: 640px) {
  .slider-services .slick-next, .slider-services .slick-prev {
    top: 50%;
    margin-top: -30px;
    -webkit-transform: none;
            transform: none;
    height: 30px;
    z-index: 222;
    background-color: rgba(255, 255, 255, 0.66);
  }
  .slider-services .slick-next::before, .slider-services .slick-prev::before {
    width: 42px;
    height: 12px;
    top: 10px;
    position: absolute;
    left: 10px;
  }
  .slider-services .slick-prev {
    left: 35px !important;
  }
  .slider-services .slick-next {
    right: 20px !important;
    left: auto !important;
  }
}

.slider-services:not(.slick-slider) {
  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;
  overflow: hidden;
  height: 603px;
}

@media (max-width: 767px) {
  .slider-services:not(.slick-slider) {
    height: 400px;
  }
}

@media (max-width: 640px) {
  .slider-services:not(.slick-slider) {
    height: 350px;
  }
}

.slider-services:not(.slick-slider) .slide-service {
  width: 33.33%;
}

@media (max-width: 767px) {
  .slider-services:not(.slick-slider) .slide-service {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .slider-services:not(.slick-slider) .slide-service {
    width: 100%;
  }
}

.slide-service {
  padding: 40px;
  text-align: center;
  /*
	&:nth-child(even) {
		transition: all, 0.3s;
		@media screen and (min-width: 768px) {
			&:hover {
				margin-top: 40px;
			}
		}
	}*/
}

@media (max-width: 960px) {
  .slide-service {
    padding: 20px 0 20px 20px;
  }
}

.slide-service:nth-child(odd) {
  margin-top: 40px;
  /*transition: all, 0.3s;
		@media screen and (min-width: 768px) {
			&:hover {
				margin-top: 0;
			}
		}
		*/
}

@media (max-width: 767px) {
  .slide-service:nth-child(odd) {
    margin-top: 0;
  }
}

.slide-service .text {
  font-size: 24px;
  font-family: "Cormorant", serif;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
  color: #000000;
}

.section-services .slider-long-arrows .slick-prev {
  left: -50px;
}

.section-services .slider-long-arrows .slick-prev:before {
  background-image: url("images/svg/long-arrow-left-gold.svg");
}

.section-services .slider-long-arrows .slick-next {
  right: -50px;
}

.section-services .slider-long-arrows .slick-next:before {
  background-image: url("images/svg/long-arrow-right-gold.svg");
}

@media (max-width: 767px) {
  .projects-slider-flex {
    display: block;
  }
  .projects-slider-flex .col_33,
  .projects-slider-flex .col_66 {
    width: 100%;
  }
}

.projects-slider-flex .title-style {
  padding-top: 50px;
  padding-bottom: 77px;
}

@media (max-width: 767px) {
  .projects-slider-flex .title-style {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .projects-slider-flex .title-style p:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .projects-slider-flex .title-style p:first-child:after {
    display: block;
  }
}

.blue-background {
  background-color: #120a28;
}

.slider-counter-bottom .slick-dots {
  bottom: 0;
  margin: 0;
  top: auto;
  right: 50px;
  left: auto;
}

.slider-projects {
  width: calc(100% + 500px);
}

@media (max-width: 1100px) {
  .slider-projects {
    width: calc(100% + 200px);
  }
}

@media (max-width: 767px) {
  .slider-projects {
    width: 100%;
    padding-right: 100px;
    margin-top: 30px;
    margin-left: -10px;
  }
  .slider-projects .slick-list {
    overflow: visible;
  }
}

@media (max-width: 480px) {
  .slider-projects {
    padding-right: 40px;
  }
}

.slide-projects {
  padding: 0 20px;
}

@media (max-width: 1100px) {
  .slide-projects {
    padding: 0 10px;
  }
}

.slide-projects .project-item {
  display: block;
  width: 100%;
  position: relative;
}

.slide-projects .project-item:hover .arrow {
  right: 30px;
}

.slide-projects .cover {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
}

@media (max-width: 640px) {
  .slide-projects .cover {
    padding-bottom: 120%;
  }
}

.slide-projects .cover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80%;
  width: 100%;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

.slide-project-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px 84px 20px 20px;
  z-index: 1;
}

@media (max-width: 767px) {
  .slide-project-text {
    padding: 20px;
  }
}

.slide-project-text .title {
  font-size: 24px;
  font-family: "Cormorant", serif;
  margin: 0;
  line-height: 1.3;
  color: white;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media (max-width: 1650px) {
  .slide-project-text .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .slide-project-text .title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.slide-project-text .title img {
  margin-right: auto;
  margin-left: auto;
}

.slide-project-text .arrow {
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 48px;
  height: 16px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media (max-width: 767px) {
  .slide-project-text .arrow {
    display: none;
  }
}

.slide-project-text .arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.logo-project {
  width: 74px;
  margin-right: 10px;
  line-height: 0;
  font-size: 0;
}

@media (max-width: 767px) {
  .logo-project {
    margin-right: 0;
    margin-bottom: 10px;
    width: 55px;
  }
}

.logo-project img {
  width: 100%;
  height: auto;
  max-width: 100%;
  height: 65px;
  display: block;
  min-width: 65px;
}

.advantages-section {
  position: relative;
}

.advantages-section .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.advantages-section .container {
  z-index: 1;
  position: relative;
}

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

.advantages-flex .col_33 {
  margin-top: 50px;
}

@media (max-width: 1100px) {
  .advantages-flex .col_33 {
    width: 50%;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .advantages-flex .col_33 {
    width: 100%;
  }
  .advantages-flex .col_33:first-child {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .advantages-flex .col_33 .title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.advantage-item {
  position: relative;
  text-align: center;
}

.advantage-item img {
  width: auto;
  height: auto;
}

.advantage-item .title {
  font-size: 26px;
  font-family: "Cormorant", serif;
  margin-top: 0;
  line-height: 1.3;
  color: #000000;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .advantage-item .title {
    font-size: 24px;
  }
}

.advantage-item p {
  margin: 0;
}

.blog-slider {
  margin-top: 50px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .blog-slider {
    margin-top: 30px;
    padding-right: 40px;
  }
  .blog-slider .slick-list {
    overflow: visible;
  }
}

.blog-slider.blog-slider-media {
  margin-top: 0;
  margin-bottom: 80px !important;
}

@media (max-width: 960px) {
  .blog-slider.blog-slider-media {
    padding-bottom: 20px;
    margin-bottom: 50px !important;
  }
}

.blog-slider:not(.slick-slider) {
  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;
  height: 400px;
  overflow: hidden;
}

@media (max-width: 960px) {
  .blog-slider:not(.slick-slider) {
    height: 350px;
  }
}

@media (max-width: 640px) {
  .blog-slider:not(.slick-slider) {
    height: 270px;
  }
}

.blog-slider:not(.slick-slider) .slide-news {
  width: 33.33%;
}

@media (max-width: 960px) {
  .blog-slider:not(.slick-slider) .slide-news {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .blog-slider:not(.slick-slider) .slide-news {
    width: 100%;
  }
}

.blog-slider .slick-prev {
  left: -70px;
}

@media (max-width: 1300px) {
  .blog-slider .slick-prev {
    left: -20px;
  }
}

.blog-slider .slick-next {
  right: -70px;
}

@media (max-width: 1300px) {
  .blog-slider .slick-next {
    right: -20px;
  }
}

.blog-slider .slick-prev,
.blog-slider .slick-next {
  width: 62px;
  height: 16px;
  position: absolute;
  z-index: 2;
}

.blog-slider .slick-prev:before,
.blog-slider .slick-next:before {
  content: "";
  display: block;
  width: 62px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.blog-slider .slick-prev:before {
  background-image: url("images/svg/long-arrow-left-gold.svg");
}

.blog-slider .slick-next:before {
  background-image: url("images/svg/long-arrow-right-gold.svg");
}

.slide-news {
  padding: 0 10px;
  text-align: center;
}

.slide-news .blog-date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #B58C5F;
}

.slide-news .title {
  font-size: 26px;
  font-family: "Cormorant", serif;
  margin-top: 0;
  line-height: 1.3;
  color: #000000;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .slide-news .title {
    font-size: 24px;
  }
}

.news-item {
  display: block;
}

.news-item .ovh {
  margin-bottom: 20px;
}

.news-item .cover,
.news-item .ovh {
  width: 100%;
  height: 100%;
}

.news-item .cover {
  height: 0;
  padding-bottom: 65%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}

.news-item:hover {
  text-decoration: none;
}

.news-item:hover .cover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ovh {
  overflow: hidden;
}

.contact-bottom {
  position: relative;
}

.contact-bottom .cover {
  position: relative;
}

.contact-bottom .cover::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.contact-bottom .centered-text {
  position: relative;
  z-index: 1;
  padding-top: 240px;
  padding-bottom: 240px;
}

@media (max-width: 1300px) {
  .contact-bottom .centered-text {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

@media (max-width: 640px) {
  .contact-bottom .centered-text {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.title-mobile {
  display: none;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .title-mobile {
    display: block;
  }
}

.map {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .map {
    margin-top: 30px;
  }
}

.map iframe {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media (max-width: 960px) {
  .map iframe {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .map iframe {
    height: 250px;
  }
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  width: calc(100% - 28px);
}

.wpcf7-acceptance .wpcf7-list-item-label a {
  display: inline;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 16px;
}

@media (max-width: 640px) {
  .form-row .col_50 {
    width: 100%;
  }
}

.form-row span,
.form-row label,
.form-row li,
.form-row p {
  font-size: 16px;
}

.form-row .accept-terms {
  width: 100%;
  padding: 0 10px;
}

.form-row input[type="submit"] {
  background-color: #B58C5F;
  margin-top: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-list-item {
  display: block;
  position: relative;
  padding-left: 30px;
}

.wpcf7-list-item label {
  display: block;
  width: 100%;
}

.wpcf7-acceptance {
  display: block;
  position: relative;
}

.wpcf7-acceptance input[type="radio"],
.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-left {
  max-width: 340px;
}

@media (max-width: 767px) {
  .contact-left {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.contact-left .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}

.contact-left .cover {
  height: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.contact-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px 30px 100px;
  min-height: 450px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 960px) {
  .contact-overlay {
    padding: 20px 20px;
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .contact-overlay {
    min-height: 240px;
  }
}

.contact-overlay li, .contact-overlay a, .contact-overlay p {
  color: white;
}

.contact-overlay i {
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 4px;
}

.contact-overlay li {
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
}

.contact-overlay a:hover {
  opacity: 0.6;
  text-decoration: none;
}

@media (max-width: 767px) {
  .flex-contact {
    display: block;
    margin: 0;
  }
}

@media (max-width: 960px) {
  .flex-contact .col_66 {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .flex-contact .col_66 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .flex-contact .col_33, .flex-contact .col_66 {
    width: 100%;
    padding: 0;
  }
}

.breadcrumbs-section span,
.breadcrumbs-section a {
  display: inline;
}

.breadcrumbs-section p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}

@media (max-width: 960px) {
  .breadcrumbs-section p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs-section p {
    font-size: 13px;
  }
}

.breadcrumbs-section a {
  text-decoration: none;
}

.breadcrumbs-section i {
  margin: 0 10px;
  color: #000000;
  line-height: 1;
  position: relative;
  top: 1px;
  font-size: 10px;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .breadcrumbs-section i {
    font-size: 9px;
    margin: 0 5px;
  }
}

.breadcrumbs-section .breadcrumb_last {
  text-decoration: underline;
  color: #B58C5F;
}

.fancybox-button svg {
  color: black;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  margin-right: 10px;
  margin-top: 10px;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.section-about1 .button-outline {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .section-about1 .button-outline {
    margin-top: 10px;
  }
}

.section-about1 .flex-icons {
  margin: 0;
}

.section-about1 .col_50 {
  margin-bottom: 28px;
}

@media (max-width: 960px) {
  .section-about1 .col_50 {
    position: relative;
    padding-left: 60px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .section-about1 .col_50 {
    padding-left: 0;
  }
}

.section-about1 .icon,
.section-about1 .icon-text {
  text-align: left;
}

.section-about1 .icon {
  margin-left: 0;
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .section-about1 .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 640px) {
  .section-about1 .icon {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 960px) {
  .section-about1 .icon-text {
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .section-about1 .icon-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-about1 p {
  font-size: 19px;
  color: #000;
  line-height: 1.67;
}

@media (max-width: 960px) {
  .section-about1 p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .flex-text-icons {
    display: block;
  }
  .flex-text-icons .col_40,
  .flex-text-icons .col_60 {
    width: 100%;
  }
  .flex-text-icons .col_40 {
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .flex-text-icons {
    text-align: center;
  }
  .flex-text-icons .the-content p:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-about2 {
  background-color: #fef8f3;
  position: relative;
}

.section-about2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/png/pattern1.png");
  background-size: cover;
  background-position: center;
}

.about-image-left {
  position: absolute;
  right: 90%;
  height: 100%;
  width: 34%;
  top: 0;
}

@media (max-width: 1430px) {
  .about-image-left {
    right: 85%;
  }
}

@media (max-width: 767px) {
  .about-image-left {
    width: 100%;
    height: 320px;
    position: relative;
    right: 0;
  }
}

@media (max-width: 480px) {
  .about-image-left {
    height: 240px;
  }
}

.about-image-left .cover {
  width: 100%;
  height: 100%;
  background-position: left;
}

@media (max-width: 640px) {
  .about-image-left .cover {
    background-position: center;
  }
}

.about-image2 {
  width: calc(100% + 250px);
  height: 100%;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .about-image2 {
    margin-top: 30px;
    width: 100%;
  }
}

.about-image2 .cover {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .about-image2 .cover {
    height: 240px;
  }
}

.about-flex {
  padding-top: 130px;
  padding-left: 15%;
  position: relative;
  z-index: 1;
}

@media (max-width: 1430px) {
  .about-flex {
    padding-top: 100px;
  }
}

@media (max-width: 960px) {
  .about-flex {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .about-flex {
    padding: 0;
    margin-top: 30px;
    display: block;
  }
}

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

.about-flex .col_50:first-child {
  padding-bottom: 195px;
}

@media (max-width: 1430px) {
  .about-flex .col_50:first-child {
    padding-bottom: 120px;
  }
}

@media (max-width: 960px) {
  .about-flex .col_50:first-child {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about-flex .col_50:first-child {
    padding-bottom: 30px;
  }
}

.about-flex .col_50:last-child {
  padding-left: 100px;
}

@media (max-width: 1430px) {
  .about-flex .col_50:last-child {
    padding-left: 50px;
  }
}

@media (max-width: 960px) {
  .about-flex .col_50:last-child {
    padding-left: 30px;
  }
}

@media (max-width: 640px) {
  .about-flex .col_50:last-child {
    padding-left: 0;
  }
}

.flex-numbers {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .flex-numbers {
    margin-top: 10px;
  }
}

.number-item {
  text-align: center;
  padding: 35px 25px;
  width: 50%;
}

@media (max-width: 1430px) {
  .number-item {
    padding: 25px;
  }
}

@media (max-width: 960px) {
  .number-item {
    padding: 20px;
  }
}

.number-item:first-child,
.number-item:first-child + .number-item + .number-item + .number-item {
  background-color: #f8eee4;
}

.number-item .text {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Cormorant", serif;
  color: #000000;
}

@media (max-width: 1430px) {
  .number-item .text {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .number-item .text {
    font-size: 18px;
  }
}

.counter-slow,
.counter {
  font-family: "Cormorant", serif;
  color: #B58C5F;
  font-size: 48px;
}

@media (max-width: 1430px) {
  .counter-slow,
  .counter {
    font-size: 42px;
  }
}

@media (max-width: 960px) {
  .counter-slow,
  .counter {
    font-size: 36px;
  }
}

.slide-testimonials-bottom p {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .slide-testimonials-bottom p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flex-textimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media (max-width: 767px) {
  .flex-textimonials {
    text-align: center;
  }
}

.about-flex-left .the-content {
  max-width: 320px;
}

@media (max-width: 767px) {
  .about-flex-left .the-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.inner-hero {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
}

@media (max-width: 1100px) {
  .inner-hero {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

@media (max-width: 960px) {
  .inner-hero {
    padding-top: 160px;
  }
}

@media (max-width: 767px) {
  .inner-hero {
    padding-top: 120px;
  }
}

.inner-hero h1 {
  margin: 0;
}

.blog-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.blog-flex .article {
  margin-bottom: 30px;
}

@media (max-width: 960px) {
  .blog-flex .article {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .blog-flex .article {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .blog-flex .article {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 960px) {
  .blog-flex .blog-slide {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .blog-flex .blog-slide {
    width: 100%;
  }
  .blog-flex .blog-slide .blog-box {
    height: 280px;
  }
}

.blog-flex .cover {
  height: 213px;
}

@media (max-width: 480px) {
  .blog-flex .cover {
    height: 160px;
  }
}

.wp-pagenavi {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 25px;
  }
}

.wp-pagenavi .page-numbers {
  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;
}

.wp-pagenavi li {
  margin: 1px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-family: "Cormorant", serif;
  background-color: #FDFCFB;
  margin: 0;
}

@media (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 36px;
    font-size: 15px;
    height: 36px;
  }
}

.wp-pagenavi span {
  background-color: #B58C5F;
  color: white;
  font-weight: 500;
}

.wp-pagenavi a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.wp-pagenavi .next,
.wp-pagenavi .prev {
  font-size: 0;
}

.blog-single-text {
  margin-top: 80px;
}

.blog-share {
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1430px) {
  .blog-share {
    padding: 30px 0;
    margin: 30px 0;
  }
}

@media (max-width: 960px) {
  .blog-share {
    display: block;
    padding: 25px 0;
  }
}

.blog-share h4 {
  margin: 0;
}

.flex-blog-search {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .flex-blog-search {
    display: block;
  }
}

.flex-blog-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
}

@media (max-width: 767px) {
  .flex-blog-search form {
    width: 100%;
  }
}

.flex-blog-search form input,
.flex-blog-search form button {
  margin: 0;
  height: 43px;
}

.flex-blog-search button {
  background-color: transparent;
  padding: 0;
  width: 40px;
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-align: center;
}

.flex-blog-search button:hover {
  text-decoration: none;
}

.body-article {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.body-article .the-content {
  font-size: 16px;
}

.article-main {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.article-main h1 {
  text-align: center;
}

.article-top-infos {
  opacity: 0.6;
  font-size: 14px;
}

@media (max-width: 767px) {
  .article-top-infos {
    font-size: 12px;
  }
}

.article-top h1 {
  margin: 0;
}

.article-top span,
.article-top a {
  margin: 0;
  font-size: 14px;
  line-height: 1;
}

.share-buttons-single {
  text-align: center;
}

.reply {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 640px) {
  .reply {
    position: relative;
    text-align: right;
  }
  .reply a {
    margin-left: auto;
  }
}

.reply a {
  display: inline-block;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Cormorant", serif;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  border: 1px solid #000000;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0;
}

.reply a:hover {
  text-decoration: none;
  background-color: #000000;
  color: #FDFCFB;
}

.share-buttons-single {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.share-buttons-single p {
  margin-bottom: 0;
  font-size: 30px;
  font-family: "Cormorant", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

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

@media (max-width: 640px) {
  .share-buttons {
    margin-top: 15px;
  }
}

.share-buttons a {
  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;
  width: 28px;
  height: 28px;
  text-align: center;
  background-color: #F9F8F6;
  border-radius: 50%;
}

.share-buttons a:hover {
  background-color: #B58C5F;
  color: white;
  text-decoration: none;
}

.share-buttons i {
  font-size: 14px;
}

@media (max-width: 960px) {
  .share-buttons i {
    font-size: 15px;
  }
}

.share-buttons li {
  margin-right: 10px;
}

@media (max-width: 640px) {
  .share-buttons li {
    margin-left: 0;
    margin-right: 10px;
  }
}

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

.blog-info-box a {
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Cormorant", serif;
}

.blog-info-box li {
  line-height: 1.3;
}

.blog-info-box li::before {
  content: ",";
  margin: 0 2px;
}

.blog-info-box li:first-child::before {
  display: none;
}

.blog-info-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.3;
}

.blog-single-categories {
  line-height: 1.3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-single-categories a {
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Cormorant", serif;
}

.blog-single-categories li {
  line-height: 1.3;
}

.blog-single-categories li::before {
  content: ",";
  margin: 0 2px;
}

.blog-single-categories li:first-child::before {
  display: none;
}

.blog-single-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.title-infos,
.title-infos-2 {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  margin-right: 6px;
}

.section-article {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .section-article {
    padding-bottom: 50px;
  }
}

.hero-article {
  margin: 60px 0 25px 0;
}

@media (max-width: 767px) {
  .hero-article {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .hero-article {
    margin-bottom: 10px;
  }
}

.hero-article img {
  max-width: 100%;
}

@media (max-width: 480px) {
  .blog-content h1 {
    font-size: 30px;
  }
}

.blog-comments {
  margin-top: 30px;
  background-color: #FDFCFB;
  padding: 50px;
}

@media (max-width: 1100px) {
  .blog-comments {
    padding: 35px;
  }
}

@media (max-width: 640px) {
  .blog-comments {
    padding: 0;
    background-color: transparent;
  }
}

.blog-comments label {
  font-size: 15px;
}

.blog-comments input[type="text"],
.blog-comments input[type="email"],
.blog-comments input[type="password"],
.blog-comments input[type="search"],
.blog-comments input[type="tel"],
.blog-comments input[type="url"],
.blog-comments input[type="number"],
.blog-comments input[type="date"],
.blog-comments input[type="time"],
.blog-comments input[type="datetime"],
.blog-comments input[type="datetime-local"],
.blog-comments input[type="week"],
.blog-comments input[type="month"],
.blog-comments textarea,
.blog-comments select {
  margin-bottom: 10px;
}

.comment-respond .comment-reply-title {
  text-align: left;
  display: inline-block;
  width: 100%;
}

.comment-respond p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 960px) {
  .comment-respond p {
    font-size: 15px;
  }
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.comment-form p {
  padding: 0 10px;
  width: 100%;
}

.comment-form p.comment-form-author, .comment-form p.comment-form-email {
  width: 50%;
}

@media (max-width: 640px) {
  .comment-form p.comment-form-author, .comment-form p.comment-form-email {
    width: 100%;
  }
}

.comment-form p.comment-notes {
  margin-bottom: 5px;
}

.comment-form-cookies-consent {
  padding-left: 25px;
  position: relative;
}

.comment-form-cookies-consent label {
  padding-left: 25px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1300px) {
  .comment-form-cookies-consent label {
    line-height: 1.6;
  }
}

@media (max-width: 960px) {
  .comment-form-cookies-consent label {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .comment-form-cookies-consent label {
    font-size: 14px;
  }
}

.comment-form-cookies-consent input {
  position: absolute;
  left: 10px;
  top: 0;
}

.comment-notes span {
  display: block;
}

span.required {
  color: red;
  display: inline;
}

.required-field-message {
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
}

#comments {
  font-size: 24px;
}

@media (max-width: 767px) {
  #comments {
    font-size: 24px;
  }
}

.comment-body {
  position: relative;
}

.commentlist {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 40px;
}

@media (max-width: 1430px) {
  .commentlist {
    margin-bottom: 20px;
  }
}

.commentlist li {
  position: relative;
  padding: 15px;
  margin: 15px 0;
  background-color: white;
  border-radius: 0;
  font-size: 15px;
}

.comment-awaiting-moderation {
  font-size: 12px;
  padding-left: 50px;
}

.comment-author {
  position: relative;
  padding-left: 50px;
}

.comment-author img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.comment-author cite {
  font-style: normal;
  font-weight: 700;
  padding-right: 75px;
}

.comment-body br {
  display: none;
}

.comment-body p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  margin-bottom: 0;
}

.says {
  display: none;
}

.comment-meta.commentmetadata {
  padding-left: 50px;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-meta.commentmetadata a {
  font-size: 12px;
  color: #949494;
}

.date-blog-post {
  display: block;
  color: #585858;
  font-size: 14px;
  margin-top: 4px;
}

.share-article-title {
  font-family: "Cormorant", serif;
  color: #000000;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.btn-more {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}

.section-blog-news {
  position: relative;
}

.section-blog-news .container {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  border-top: 1px solid #F0E9DF;
}

.event-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -10px;
  left: 20px;
  background-color: white;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #070b11;
  padding: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 640px) {
  .event-info-top {
    left: 10px;
    bottom: -5px;
    font-size: 12px;
  }
  .event-info-top img {
    height: 10px;
  }
}

.event-info-top div {
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-info-top img {
  margin-right: 2px;
}

.blog-text {
  position: relative;
}

.event-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.event-top-info .event-icon {
  width: 44px;
  height: 44px;
  background-color: white;
  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;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -2px;
}

.event-top-item {
  padding-left: 50px;
  position: relative;
  margin: 20px;
}

.event-top-item span,
.event-top-item strong,
.event-top-item a {
  display: block;
  line-height: 1.2;
}

.event-top-item .text span {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Cormorant", serif;
  opacity: 0.4;
}

.event-top-item a,
.event-top-item strong {
  font-weight: 700;
}

.map-location iframe {
  width: 100%;
  display: block;
  height: 370px;
}

@media (max-width: 640px) {
  .map-location iframe {
    height: 210px;
  }
}

.event-location {
  margin: 40px 0;
}

@media (max-width: 640px) {
  .event-location {
    margin: 25px 0;
  }
}

.event-join {
  margin: 40px 0;
}

@media (max-width: 640px) {
  .event-join {
    margin: 25px 0;
  }
}

.event-join h3,
.event-join p {
  margin: 0;
}

.event-join a.button1 {
  margin-top: 20px;
}

.button-article {
  margin-top: 50px;
}

@media (max-width: 960px) {
  .button-article {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .button-article {
    margin-top: 30px;
  }
}

.projects-section-flex .col_33 {
  margin-bottom: 30px;
}

@media (max-width: 960px) {
  .projects-section-flex .col_33 {
    width: 50%;
    margin-bottom: 20px;
  }
}

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

.projects-section-flex .slide-projects {
  padding: 0;
}

.projects-section-flex .slide-projects .cover {
  padding-bottom: 110%;
}
/*# sourceMappingURL=style.css.map */