@import url('https://fonts.googleapis.com/css2?family=Sen&display=swap');

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?gevz1s');
  src:  url('../fonts/icomoon.eot?gevz1s#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?gevz1s') format('truetype'),
    url('../fonts/icomoon.woff?gevz1s') format('woff'),
    url('../fonts/icomoon.svg?gevz1s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-airplane-2:before {
  content: "\e901";
}
.icon-house:before {
  content: "\e900";
}
.icon-tree:before {
  content: "\e902";
}
.icon-castle:before {
  content: "\e903";
}
.icon-zoom:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e908";
}
.icon-instagram:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e90a";
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-slide .caption {
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  position: absolute;
  bottom: -33px;
  right: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media screen and (min-width: 550px) {
  .slick-active .caption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .4s;
    transition-delay: .4s
  }
}

.slider-wrapper {
  clear: both
}

.slider-content {
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto
}

.slick-slider {
  position: relative
}

.green {
  color: #3b966d;
}

.next-arr, .prev-arr {
  position: absolute;
  bottom: 5vh;
  width: 70px;
  height: 70px;
  z-index: 50;
  right: 50px;
  cursor: pointer
}

.next-arr .bg, .prev-arr .bg {
  fill: #24221F;
  -webkit-transition: fill .3s ease-out;
  transition: fill .3s ease-out
}

.next-arr .arr, .prev-arr .arr {
  stroke: #E5A948;
  -webkit-transition: stroke .3s ease-out;
  transition: stroke .3s ease-out
}

.hover .next-arr:hover .bg, .hover .prev-arr:hover .bg {
  fill: #E5A948
}

.hover .next-arr:hover .arr, .hover .prev-arr:hover .arr {
  stroke: red
}

.prev-arr {
  right: 120px
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: auto
}

.slick-dots li {
  display: inline-block;
  float: none;
  vertical-align: baseline;
  cursor: pointer;
  color: #24221F000;
  border: 1px solid #E5A948;
  padding: 1px;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 4px
}

.slick-dots li button {
  border-radius: 50%;
  overflow: hidden;
  padding: 3px;
  color: transparent;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
  -webkit-transform: none;
  transform: none
}

.slick-dots li.slick-active button {
  background: #FFF
}

ul:after, nav:after, .tripple-points:after {
  content: '';
  display: block;
  clear: both
}

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

.table>div.row {
  display: table-row
}

.table .cell {
  display: table-cell
}

ul, header>div, section>div, footer>div, .modal, nav>div {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  padding-left: 20px;
  padding-right: 20px
}

.modal {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: cover;
  outline: none
}

body, html {
  min-width: 300px;
  background-color: #E7E4DF;
  font-size: 16px;
  line-height: 1.2;

  max-width: 100%
}

body {
  font-family: 'Sen', sans-serif;
  padding-top: 70px
}

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

a:hover, a :active {
  border: none;
  border-color: transparent;
  cursor: pointer
}

a.link {
  vertical-align: baseline;
  text-decoration: underline
}

a.active {
  text-decoration: underline
}

a *, a>* {
  text-decoration: none;
  border: none;
  border-width: 0;
  border-color: transparent
}

mark, strong {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  background-color: transparent
}

h1, .like-h1, .texture-line h2, #landing #top .picture-wrapper span, h2, .like-h2, #landing #gallery h3, h3, h4 {
  font-family: 'Sen', sans-serif;
  font-weight: 300
}

h1, .like-h1, .texture-line h2, #landing #top .picture-wrapper span {
  font-size: 36px;
  letter-spacing: .09em;
  line-height: 1.23;
  padding-bottom: 1.44em
}

@media screen and (max-width: 1450px) {
  h1, .like-h1, .texture-line h2, #landing #top .picture-wrapper span {
    font-size: 30px
  }
}

@media screen and (max-width: 650px) {
  h1, .like-h1, .texture-line h2, #landing #top .picture-wrapper span {
    font-size: 26px;
    padding-bottom: 1.2em
  }
}

h2, .like-h2, #landing #gallery h3 {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.2;
  padding-bottom: .44em;
  color: #24221F;
  position: relative;
}

h2 span, .like-h2 span, #landing #gallery h3 span {
  font-family: 'Sen', sans-serif;
  display: block;
  padding-top: 0.1em
}

@media screen and (max-width: 1450px) {
  h2, .like-h2, #landing #gallery h3 {
    font-size: 25px
  }
}

@media screen and (max-width: 650px) {
  h2, .like-h2, #landing #gallery h3 {
    font-size: 24px;
    padding-bottom: 1.8em
  }
}

h3 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.25em;
  padding-bottom: 1.5em;
  color: #24221F
}

h3.title {
  font-size: 11px;
  letter-spacing: 0.181em;
  text-transform: uppercase
}

@media screen and (max-width: 1450px) {
  h3 {
    font-size: 16px
  }
}

@media screen and (max-width: 650px) {
  h3 {
    padding-bottom: 1em
  }
}

h4, .like-h4, #landing #gallery h2 {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.25
}

@media screen and (max-width: 1450px) {
  h4, .like-h4, #landing #gallery h2 {
    font-size: 15px
  }
}

.color {
  color: #3b966d!important;
}

@media screen and (max-width: 650px) {
  .color {
    color: #3b966d!important;
  }
}

p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.69em;
  padding-bottom: 1.538em;
  color: #24221F
}

p strong, p mark, p em, p a {
  vertical-align: baseline
}

p a {
  text-decoration: underline
}

@media screen and (max-width: 1450px) {
  p {
    font-size: 13px
    
  }
}

span strong, span mark, span a, span span {
  vertical-align: baseline
}

picture {
  display: block
}

picture img:nth-child(2) {
  display: none
}

ul {
  max-width: none;
  padding: 10px
}

ul li {
  float: left;
  display: block;
  padding: 10px
}

ul.inner {
  margin: -20px
}

ul.inner-side {
  margin-left: -20px;
  margin-right: -20px
}

ul.zero {
  padding: 0
}

ul.zero>li {
  padding: 0
}

ul.one>li {
  width: 100%
}

ul.two>li {
  width: 50%
}

ul.two>li:nth-child(2n+1) {
  clear: left
}

@media screen and (max-width: 600px) {
  ul.two>li {
    width: 100%
  }
}

ul.three>li {
  width: 33.333%
}

ul.three>li:nth-child(3n+1) {
  clear: left
}

@media screen and (max-width: 600px) {
  ul.three>li {
    width: 100%
  }
}

@media screen and (max-width: 740px) {
  ul.three.responsive>li {
    width: 50%
  }

  ul.three.responsive>li:nth-child(3n+1) {
    clear: none
  }

  ul.three.responsive>li:nth-child(2n+1) {
    clear: left
  }
}

@media screen and (max-width: 600px) {
  ul.three.responsive>li {
    width: 100%
  }
}

ul.four>li {
  width: 25%
}

ul.four>li:nth-child(4n+1) {
  clear: left
}

@media screen and (max-width: 980px) {
  ul.four>li {
    width: 33.333%
  }

  ul.four>li:nth-child(4n+1) {
    clear: none
  }

  ul.four>li:nth-child(3n+1) {
    clear: left
  }
}

@media screen and (max-width: 740px) {
  ul.four>li {
    width: 50%
  }

  ul.four>li:nth-child(3n+1) {
    clear: none
  }

  ul.four>li:nth-child(2n+1) {
    clear: left
  }
}

@media screen and (max-width: 560px) {
  ul.four>li {
    width: 100%
  }
}

ul.reverse {
  direction: rtl
}

ul.reverse>li {
  direction: ltr;
  text-align: left
}

ul.inline>li {
  display: inline-block;
  float: none
}

ul.inline.top>li {
  vertical-align: top
}

ul.inline.bottom>li {
  vertical-align: bottom
}

ul.inline-layout {
  line-height: 0;
  font-size: 0
}

ul.inline-layout>li {
  line-height: 1.2;
  font-size: 16px;
  display: inline-block;
  float: none
}

ul.list>li {
  display: block;
  float: none
}

section {
  position: relative;
  width: 100%;
  max-width: 2560px;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 770px) {
  section {
    padding-top: 40px
  }
}

@media screen and (max-width: 770px) {
  section {
    padding-bottom: 0px
  }
}

section.no-padding, .no-padding section {
  padding: 0
}

section.no-top-padding, .no-top-padding section {
  padding-top: 0
}

section.no-bottom-padding, .no-bottom-padding section {
  padding-bottom: 0
}

section>div.full-hd {
  max-width: 1920px;
  padding: 0
}

section>div.wider {
  max-width: 1180px;
  overflow: hidden
}

section>div.max {
  max-width: 1440px;
  padding: 0;
  overflow: hidden
}

section>div.full {
  max-width: 100%;
  padding: 0;
  overflow: hidden
}

footer {
  background: #fff
}

footer>div {
  max-width: 1180px
}

footer .project-name {
  opacity: 0.8;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase
}

button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.btn, button, input[type=submit], #scroll-down {
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: #3b966d;
  color: #fff;
  padding: 14px 25px 12px;
  text-align: center;
  min-width: 120px;
  white-space: nowrap;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 99px;
  border: 1px solid #3b966d !important;
}

.hover .btn:hover, .hover button:hover, .hover input:hover[type=submit], .hover #scroll-down:hover {
  background: #E7E4DF;
  opacity: 0.8
}

.btn.secondary, button.secondary, input.secondary[type=submit], .secondary#scroll-down {
  border: 1px solid #E5A948;
  background: transparent;
  color: #E5A948
}

.hover .btn.secondary:hover, .hover button.secondary:hover, .hover input.secondary:hover[type=submit], .hover .secondary#scroll-down:hover {
  border: 1px solid #E5A948;
  background: #E5A948;
  color: #fff
}

.btn.white, button.white, input.white[type=submit], .white#scroll-down {
  color: #E5A948;
  background: #fff
}

.hover .btn.white:hover, .hover button.white:hover, .hover input.white:hover[type=submit], .hover .white#scroll-down:hover {
  background: #d7d7d7
}

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

.hover .btn.white.secondary:hover, .hover button.white.secondary:hover, .hover input.white.secondary:hover[type=submit], .hover .white.secondary#scroll-down:hover {
  border: 1px solid #fff;
  color: #E5A948;
  background: #fff
}

.btn.wide, button.wide, input.wide[type=submit], .wide#scroll-down {
  min-width: 200px
}

.btn.small, button.small, input.small[type=submit], .small#scroll-down {
  padding: 11px 21px 10px;
  font-size: 13px
}

.btn.icon, button.icon, input.icon[type=submit], .icon#scroll-down {
  padding: 10px 15px 11px;
  font-size: 13px;
  min-width: 0
}

.btn.icon i, button.icon i, input.icon[type=submit] i, .icon#scroll-down i {
  vertical-align: baseline
}

.btn.block, button.block, input.block[type=submit], .block#scroll-down {
  display: block
}

@media screen and (max-width: 640px) {
  .btn, button, input[type=submit], #scroll-down {
    max-width: 100%;
    overflow: hidden
  }
}

input[type=text], input[type=email], input[type=tel], input[type=password] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #E7E4DF;
  font-size: 13px;
  color: #FFF;
  letter-spacing: 1px;
  line-height: 18px;
  background: none;
  border-radius: 99px;
  padding: 11px 11px 11px;
  -webkit-transition: padding .3s ease-out;
  transition: padding .3s ease-out
}

input[type=text].active, input[type=email].active, input[type=tel].active, input[type=password].active {
  padding: 16px 11px 6px
}

input[type=text]:focus, input[type=text]:active, input[type=email]:focus, input[type=email]:active, input[type=tel]:focus, input[type=tel]:active, input[type=password]:focus, input[type=password]:active {
  border: 1px solid #24221F
}

input[type=file] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.000001
}

input::placeholder {
    color: white;
}


textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #E7E4DF;
  font-size: 13px;
  color: #FFF;
  letter-spacing: 1px;
  line-height: 18px;
  background: none;
  width: 100%;
  border-radius: 15px;
  padding: 16px 11px 6px
}

textarea::placeholder {
    color: white;
}


textarea:focus, textarea:active {
  border: 1px solid #24221F
}

.select {
  border: 1px solid #FF0;
  position: relative;
  display: block;
  overflow: hidden
}

.select:before {
  content: '';
  width: 0;
  height: 4px;
  border-style: solid;
  border-width: 9px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  right: 10px;
  margin: auto;
  top: 7px;
  bottom: 0
}

.select select {
  background: none;
  border: none;
  width: calc(100% + 15px);
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none
}

label {
  display: block
}

.textbox {
  text-align: left;
  position: relative
}

.textbox label {
  position: absolute;
  top: 3px;
  left: 12px;
  font-size: 8px;
  color: #fff;
  letter-spacing: 1.78px;
  line-height: 18px;
  text-transform: uppercase
}

.textbox span {
  display: block;
  color: #fff;
  font-size: 8px;
  letter-spacing: 1.78px;
  text-transform: uppercase;
  padding-top: 3px;
  display: block
}

.textbox input, .textbox .textarea {
  width: 100%;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 27px
}

.checkbox {
  padding-bottom: 5px
}

.checkbox label {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 14px
}

.checkbox>span {
  display: block;
  color: #fff;
  font-size: 8px;
  letter-spacing: 1.78px;
  text-transform: uppercase;
  padding-top: 3px;
  display: block
}

.checkbox span {
  display: block
}

.checkbox a {
  vertical-align: baseline;
  text-decoration: underline
}

.checkbox input {
  margin-right: 12px;
  position: relative;
  top: -1px
}

.selectbox select {
  display: block
}

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #24221F;
  display: none
}

.modal {
  max-height: 600px;
  height: 99px
}

sup {
  font-size: 70%;
  line-height: 80%;
  vertical-align: top
}

.slider {
  height: 200px;
  position: relative;
  width: 300px;
  margin: auto;
  background: #DDD
}

.slider>div {
  height: 100%;
  width: 300px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: greenyellow;
  will-change: transform
}

.slider>div:nth-child(2n) {
  background: fuchsia
}

.slider>div:nth-child(7n) {
  background: lightseagreen
}

.center {
  text-align: center
}

.center .content {
  margin-left: auto;
  margin-right: auto
}

.left {
  text-align: left;
  font-size: 12px
}

.right {
  text-align: right
}

.picture-wrapper {
  position: relative;
  display: block
}

.picture-wrapper picture, .picture-wrapper img {
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  top: 0
}

.picture-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.picture-wrapper.standardy {
  margin-bottom: 50px;
  margin-top: -200px;
}

.picture-wrapper span {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #24221F;
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden
}

.picture-wrapper span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#24221F));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #24221F)
}

.picture-wrapper span:empty {
  display: none
}

@media screen and (max-width: 770px) {
  .picture-wrapper span {
    padding: 8px 20px;
    display: inline-block;
    font-size: 10px
  }
}

.picture-wrapper.fit picture, .picture-wrapper.fit img {
  position: absolute
}

.picture-wrapper.sixteen-on-nine {
  padding-top: 56.25%
}

.picture-wrapper.sixteen-on-nine picture, .picture-wrapper.sixteen-on-nine img {
  position: absolute;
  top: 0;
  let: 0
}

.picture-wrapper.one-on-one {
  padding-top: 100%
}

.picture-wrapper.one-on-two {
  padding-top: 200%
}

.picture-wrapper.one-on-two--offset {
  padding-top: 200%;
  padding-bottom: 20px
}

.picture-wrapper.two-on-one {
  padding-top: 50%
}

.picture-wrapper.two-on-one--offset {
  padding-top: calc(50% - 10px)
}

.white-text {
  color: #fff
}

.white-text p, .white-text h2, .white-text h3, .white-text .like-h3, .white-text .like-h2, .white-text #landing #gallery h3, #landing #gallery .white-text h3 {
  color: #fff
}

.white-text .btn, .white-text button, .white-text input[type=submit], .white-text #scroll-down {
  background: #3b966d;
  color: #fff
}

.hover .white-text .btn:hover, .hover .white-text button:hover, .hover .white-text input:hover[type=submit], .hover .white-text #scroll-down:hover {
  background: #3b966d;
  color: #fff
}

.flexbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.flexbox-wrapper.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.flexbox-wrapper.baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

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

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

.flexbox-wrapper>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.no-wrap {
  white-space: nowrap
}

.content {
  max-width: 680px
}

#layout-check {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
  z-index: 100;
  display: none
}

#layout-check .line {
  height: 100vh;
  width: 1px;
  background: #F00;
  position: absolute
}

#layout-check .line:nth-child(1) {
  left: 0
}

#layout-check .line:nth-child(2) {
  left: 20px;
  opacity: .2
}

#layout-check .line:nth-child(3) {
  right: 0
}

#layout-check .line:nth-child(4) {
  right: 20px;
  opacity: .2
}

#layout-check>div {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px
}

#layout-check .wrapper-wider {
  width: 1180px
}

#layout-check .wrapper-page {
  width: 980px
}

#layout-check .wrapper-content {
  width: 680px
}

.contact-form {
  background-color: #8F8981;
  padding-bottom: 50px;
}

.contact-form__contact {
  margin-top: 1em;
  opacity: 0.75
}

#scroll-down {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  will-change: transform;
  width: 240px;
  z-index: 100;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  display: none;
}

.cover-slider {
  padding-top: 0
}

nav {
  position: absolute !important;
  white-space: nowrap
}

nav svg {
  height: 100%;
  width: 100%
}

nav .logo {
  height: 100% !important;
  width: 43px
}

@media screen and (max-width: 1450px) {
  nav .logo {
    height: 70% !important;
    width: 30px
  }
}

.texture-line h2 {
  padding-bottom: 1em;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px
}

.texture-line .btn, .texture-line button, .texture-line input[type=submit], .texture-line #scroll-down {
  background: #FFF;
  color: #E5A948
}

.hover .texture-line .btn:hover, .hover .texture-line button:hover, .hover .texture-line input:hover[type=submit], .hover .texture-line #scroll-down:hover {
  background: #e7f0f2
}

.bg-gray {
  background: #f5f5f5
}

.bg-black {
  background: #24221F
}

.text-section--collection>div {
  max-width: 1180px
}

.text-section--collection ul {
  padding: 30px
}

.text-section--collection ul>li {
  padding: 30px
}

.text-section--collection ul.inner {
  margin: -60px
}

.text-section--collection ul.inner-side {
  margin-left: -60px;
  margin-right: -60px
}

@media screen and (max-width: 1000px) {
  .text-section--collection ul {
    padding: 15px
  }

  .text-section--collection ul>li {
    padding: 15px
  }

  .text-section--collection ul.inner {
    margin: -30px
  }

  .text-section--collection ul.inner-side {
    margin-left: -30px;
    margin-right: -30px
  }
}

@media screen and (max-width: 600px) {
  .text-section--collection ul {
    padding: 10px
  }

  .text-section--collection ul>li {
    padding: 10px
  }

  .text-section--collection ul.inner {
    margin: -20px
  }

  .text-section--collection ul.inner-side {
    margin-left: -20px;
    margin-right: -20px
  }
}

.header .content {
  position: absolute;
  top: 160px;
  z-index: 44;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%
}

.header .content .btn, .header .content button, .header .content input[type=submit], .header .content #scroll-down {
  background: #24221F;
  color: #FFF
}

.hover .header .content .btn:hover, .hover .header .content button:hover, .hover .header .content input:hover[type=submit], .hover .header .content #scroll-down:hover {
  background: #222
}

.header .picture-wrapper {
  min-height: 610px
}

.header .picture-wrapper img {
  min-height: 610px
}

.h2-location {
  padding: 70px 20px 0;
  max-width: 1180px;
  margin: auto;
  position: relative;
  color: #FFF
}

.h2-location:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #343434;
  display: block;
  bottom: -24px
}

.tripple-points {
  padding-left: 0 !important
}

.category-section {
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
  background: #222
}

.category-section h1 {
  padding-bottom: .7em;
  font-size: 26px
}

.category-section p, .category-section h1 {
  color: #FFF;
  max-width: 980px;
  margin: auto;
  font-weight: 900
}

#top .content p {
  max-width: 600px;
  margin: auto
}

.hide-gallery-text h2 {
  display: none
}

.pictures {
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  overflow: hidden
}
.pictures:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.pictures .slick-slide {
  width: 100%;
  position: relative
}

.pictures .slider-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 86px;
  width: 86px;
  background: #24221F;
  color: #fff;
  font-size: 0;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.pictures .slider-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.hover .pictures .slider-arrow:hover {
  background: #E5A948
}

.pictures .slider-arrow.slide-arrow-prev, .pictures .slider-arrow--prev {
  right: 86px
}

@media screen and (max-width: 1200px) {
  .pictures .slider-arrow {
    height: 66px;
    width: 66px
  }

  .pictures .slider-arrow.slide-arrow-prev, .pictures .slider-arrow--prev {
    right: 66px
  }
}

@media screen and (max-width: 1000px) {
  .pictures .slider-arrow {
    height: 50px;
    width: 50px
  }

  .pictures .slider-arrow.slide-arrow-prev, .pictures .slider-arrow--prev {
    right: 50px
  }
}

#news {
      border-top: 1px solid #8F8981;
}


.news-grid .btn, .news-grid button, .news-grid input[type=submit], .news-grid #scroll-down {
  display: none
}

#landing {
  font-family: 'Sen', sans-serif;
  font-weight: 300;
  padding-top: 0
}

#landing #top {
  text-align: center;
  margin-top: 200px;
}
@media screen and (max-width: 1000px) {
  #landing #top {
    text-align: center;
    margin-top: 80px;
  }
}



#landing #top .table {
  height: 100vh;
  width: 100vw;
  vertical-align: bottom
}

#landing #top .content {
  color: #d9d1cc;
  max-width: none
}

#landing #top img {
  opacity: 1
}

#landing #top .slider-arrow {
  display: none !important
}

#landing #top .picture-wrapper {
  cursor: default;
  pointer-events: none
}

#landing #top .picture-wrapper span {
  font-family: 'Senlot Normal Book';
  font-size: 42px;
  background: none;
  right: 0;
  text-align: center;
  text-transform: initial;
  letter-spacing: initial;
  overflow: initial;
  white-space: normal
}

#landing #top .picture-wrapper span:after {
  display: none
}

@media screen and (max-width: 770px) {
  #landing #top .cover-slider {
    padding-top: 0px
  }
}

#landing nav {
  color: #fff
}

#landing .logo {
  width: 105px;
  height: auto !important
}

#landing .logo img {
  width: 250px;
  height: auto;
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width: 770px) {

  #landing .logo img {
    width: 130px;
    height: auto;
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}


#landing #gallery h2, #landing #gallery h3 {
  color: #24221F
}

#landing #gallery h2 {
  padding-bottom: 5px;
  padding-top: 10px
}

@media screen and (max-width: 770px) {

  #landing #gallery h2 {
    padding-top: 10px;
padding-bottom: 2.8em;
  }
}


#landing #gallery .two.gallery-content-wrapper>li {
  width: 100%;
  padding-bottom: 0;
  padding-top: 0
}

#landing .house .content {
  max-width: 466px
}

#landing .house .content .btn, #landing .house .content button, #landing .house .content input[type=submit], #landing .house .content #scroll-down {
  background: #3b966d;
  color: #fff;
  border: 1px solid #3b966d !important;
}

.hover #landing .house .content .btn:hover, .hover #landing .house .content button:hover, .hover #landing .house .content input:hover[type=submit], .hover #landing .house .content #scroll-down:hover {
  background: #3b966d;
  border: 1px solid #3b966d !important;
}

#landing .house img {
  max-height: 420px
}

#landing .house .wider {
  max-width: 1440px;
  padding: 0;
  overflow: hidden
}

@media screen and (max-width: 900px) {
  #landing .house .two.reverse .content {
    margin-left: auto
  }
}

@media screen and (max-width: 800px) {
  #landing .house .two>li:last-of-type>div {
    padding: 35px 0
  }
}

@media screen and (max-width: 600px) {
  #landing .house .two>li:last-of-type>div {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  #landing .house .two.reverse>li:last-of-type>div {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  #landing .house .two.reverse .content {
    margin-right: auto
  }

  #landing .house .two .content {
    margin: auto;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0
  }

  #landing .house .two .content p {
    padding-bottom: 10px
  }
}

#landing #news h2 {
  text-align: center
}

#landing .footer-logo {
  max-width: 250px
}

#landing .footer-logo svg {
  width: 100%
}

#landing .cc_container .cc_message {
  width: calc(100% - 120px)
}

#landing .cc_more_info {
  white-space: nowrap
}

@media screen and (min-width: 801px) {
  #landing section.split .content {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media screen and (min-width: 1000px) {
  #landing section.split .content {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media screen and (min-width: 1200px) {
  #landing section.split .content {
    padding-top: 120px;
    padding-bottom: 120px
  }
}

.bg--green {
  background-color: #595946
}

.bg--brown {
  background-color: #E7E4DF
}

body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block
}

.fancybox-slide--next {
  z-index: 99995
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0
}

.fancybox-slide--image::before {
  display: none
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px
}

.fancybox-slide--iframe {
  padding: 44px 44px 0
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
  cursor: text
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #24221F
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px
}

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  vertical-align: top
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
  min-width: 0
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3
}

.fancybox-button--play svg path:nth-child(2) {
  display: none
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor
}

.fancybox-button--share svg path {
  stroke-width: 1
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s
}

.fancybox-close-small:focus {
  outline: none
}

.fancybox-close-small:hover svg {
  opacity: 1
}

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px
}

.fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg, .fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs>ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x>ul {
  overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs>ul>li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1)
}

.fancybox-thumbs>ul>li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.fancybox-thumbs>ul>li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1
}

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px)
  }
}

.cc_banner-wrapper {
  z-index: 9001;
  position: relative
}

.cc_more_info:hover {
  text-decoration: underline
}

.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 15px;
  display: table;
  width: 100%;
  background: white;
  border-top: 1px solid #E5A948;
  font-size: 14px
}

@media screen and (max-with: 600px) {
  .cc_container {
    font-size: 16px;
    padding: 20px
  }
}

.cc_container::-moz-selection {
  color: #fff;
  text-shadow: none
}

.cc_container>a, .cc_container p {
  display: table-cell
}

.cc_container a.cc_logo {
  display: none
}

.cc_container .cc_message {
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  display: block;
  margin: 0;
  padding: 0;
  width: calc(100% - 100px)
}

@media screen and (max-with: 600px) {
  .cc_container .cc_message {
    width: 80%
  }
}

.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
  opacity: 1
}

@media print {
  .cc_banner-wrapper, .cc_container {
    display: none
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.cc_container, .cc_message {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp
}

.cc_btn.cc_btn_accept_all {
  color: black;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 1px;
  padding: 6px 9px 6px 10px;
  font-family: "HK Nova";
  height: 35px;
  line-height: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  border: 1px solid #E5A948;
  font-size: 12px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.hover .cc_btn.cc_btn_accept_all:hover {
  color: white;
  background: #E5A948
}

@media screen and (max-with: 600px) {
  .cc_btn.cc_btn_accept_all {
    padding: 0 20px;
    right: 20px;
    height: 32px;
    line-height: 30px;
    font-size: 14px
  }
}

article h2, article p, article>a, article h3, article h1, article h4, article h4, article h5, article h6, article pre, article blockquote iframe, article video {
  max-width: 680px;
  margin: auto;
  display: block;
  padding-left: 20px;
  padding-right: 20px
}

article img {
  max-width: 680px;
  margin: auto;
  display: block;
  margin-bottom: 50px
}

article img.img-full {
  max-width: 1920px
}

article img.img-middle {
  max-width: 1280px
}

article img.img.content {
  padding-left: 20px;
  padding-right: 20px
}

article pre, article blockquote {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.69em;
  padding-bottom: 1.538em;
  color: #24221F;
  font-weight: 600
}

@media screen and (max-width: 1450px) {
  article pre, article blockquote {
    font-size: 13px
  }
}

article a {
  text-decoration: underline;
  color: #E5A948
}

article>a {
  padding-bottom: 1em
}

article h1 {
  padding-bottom: .7em
}

article h2 {
  padding-bottom: .5em
}

article h3 {
  font-family: Gotham-Book;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.25;
  padding-bottom: 11px
}

article h1, article h2, article h3, article h4, article h5, article h6 {
  color: #E5A948
}

.brokers .card {
  padding: 18px 24px;
  background: #fff;
  -webkit-transform: translate(30px, -30px);
  transform: translate(30px, -30px);
  -webkit-box-shadow: 0 40px 20px -30px rgba(214, 214, 214, 0.5);
  box-shadow: 0 40px 20px -30px rgba(214, 214, 214, 0.5)
}

.brokers .card a, .brokers .card span {
  display: block
}

.brokers .card p {
  padding: 0
}

.brokers .brokers-heading {
  padding-bottom: 35px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width: 1550px) {
  .brokers .brokers-heading {
    padding-bottom: 35px
  }
}

@media screen and (max-width: 1370px) {
  .brokers .brokers-heading {
    padding-bottom: 25px
  }
}

@media screen and (max-width: 1100px) {
  .brokers .brokers-heading {
    padding-bottom: 5px
  }
}

@media screen and (max-width: 770px) {
  .brokers .brokers-heading {
    padding-bottom: -15px
  }
}

.brokers .brokers-cards {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2
}

.brokers li {
  width: 315px;
  padding-right: 40px
}

.brokers .picture-wrapper {
  width: calc(100% - 10px)
}

.brokers .picture-wrapper span {
  display: none
}

.brokers.three .brokers-cards {
  min-width: 100%
}

.brokers h3 {
  padding-bottom: 8px
}

@media screen and (max-width: 1100px) {
  .brokers li {
    width: 300px
  }

  .brokers .picture-wrapper {
    width: calc(100% - 60px)
  }
}

@media screen and (max-width: 900px) {
  .brokers .flexbox-wrapper {
    display: block
  }
}

.form-button {
  min-width: 224px;
  margin-top: 10px
}

@media screen and (max-width: 980px) {
  .form-button {
    min-width: 190px
  }
}

.contact-form__tiny-text {
  font-size: 10px;
  line-height: 1.2;
  color: #fff!important
}
.contact-agent__tiny-text {
  font-size: 12px;
  line-height: 1.2;
  color: #fff!important
}
.form-control {
  padding-top: 10px
}

.form-control>div {
  overflow: hidden
}

.form-control__success {
  height: 0
}

.form-control__success>div {
  padding: 60px 20px
}

.form-control__success.active {
  height: auto
}

.form-button {
  margin-top: 15px
}

.checkbox label span {
  display: inline-block;
  white-space: normal;
  max-width: calc(100% - 50px)
}

.lexusnorton-footer-logo {
  margin-left: 20px;
  display: inline-block
}

footer .project-name {
  display: inline-block;
  padding: 10px 20px 10px 0
}

footer .footer-logo {
  display: inline-block
}

.lexusnorton-footer-logo {
  margin-left: 0 !important
}

section.full-image-section>div {
  max-width: 100%;
  padding: 0
}

section.full-image-section .picture-wrapper {
  width: 100%
}
@media screen and (max-width: 770px) {
section.full-image-section .picture-wrapper {
  width: 100%;
  height: 50vh;
}
}
section.max-image-section>div {
  max-width: 1440px
}

section.wider-image-section>div {
  max-width: 1180px
}

.video {
  padding-top: 56.25%;
  position: relative;
  width: 100%
}

.video_wrapper {
  position: relative;
  width: 100%
}

.video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video__title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #24221F;
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden
}

.video__title:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#24221F));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #24221F)
}

.video__title:empty {
  display: none
}

@media screen and (max-width: 770px) {
  .video__title {
    padding: 8px 20px;
    display: inline-block;
    font-size: 10px
  }
}

.gallery-content-wrapper {
  padding-left: 70px;
  padding-right: 70px
}

.slider-wrapper {
  position: relative
}

.slider-wrapper.full-size .slider {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 56.25%
}

.slider-wrapper.full-size .slider>div {
  width: 100%
}

.slider-wrapper.full-size .slider>div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  z-index: 444
}

.slider-wrapper.full-size .slider .picture-wrapper {
  display: block;
  position: relative;
  height: 100%
}

.picture-footer {
  display: block;
  position: relative;
  height: 100%
}

.picture-footer img {
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
}

.slider-wrapper.full-size .slider-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 86px;
  width: 86px;
  background: #24221F;
  color: #fff;
  font-size: 0;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.slider-wrapper.full-size .slider-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.hover .slider-wrapper.full-size .slider-arrow:hover {
  background: #E5A948
}

.slider-wrapper.full-size .slider-arrow.slide-arrow-prev, .slider-wrapper.full-size .slider-arrow--prev {
  right: 86px
}

@media screen and (max-width: 1200px) {
  .slider-wrapper.full-size .slider-arrow {
    height: 66px;
    width: 66px
  }

  .slider-wrapper.full-size .slider-arrow.slide-arrow-prev, .slider-wrapper.full-size .slider-arrow--prev {
    right: 66px
  }
}

@media screen and (max-width: 1000px) {
  .slider-wrapper.full-size .slider-arrow {
    height: 50px;
    width: 50px
  }

  .slider-wrapper.full-size .slider-arrow.slide-arrow-prev, .slider-wrapper.full-size .slider-arrow--prev {
    right: 50px
  }
}

.gallery--grid__wrapper>li {
  width: 40%
}

.gallery--grid__wrapper>li:last-child {
  width: 20%
}

@media screen and (max-width: 800px) {
  .gallery--grid__wrapper>li {
    width: 50%
  }
}

@media screen and (max-width: 550px) {
  .gallery--grid__wrapper>li {
    width: 100%
  }
}

.gallery--grid a, .gallery--grid img {
  height: 100%;
  width: 100%
}

.gallery--grid ul.gallery--grid--two>li {
  width: 50%
}

.gallery--grid ul.gallery--grid--one>li {
  width: 100%
}

@media screen and (max-width: 800px) {
  .gallery--grid .gallery--grid--hide-on-mobile {
    display: none
  }
}

.more-photos {
  position: relative
}

.gallery-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  font-family: Gotham-Medium;
  font-size: 32px;
  color: white;
  pointer-events: none
}

@media screen and (min-width: 801px) {
  .gallery-info.mobile {
    display: none
  }
}

.gallery-info .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25)
}

.gallery-info .inner>div {
  -ms-flex-item-align: center;
  align-self: center
}

[data-gallery]:not(:first-of-type) {
  display: none
}

.gallery-section {
  color: #fff
}

.gallery-section h3 {
  color: #fff
}

.gallery-section img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.gallery-section__card {
  position: relative
}

.gallery-section__inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px 50px 60px;
  z-index: 1
}

.gallery-section__bg {
  position: relative;
  height: 0;
  padding-bottom: 130%
}

.gallery-section__bg:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(85, 85, 66, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(85, 85, 66, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1
}

.gallery-section__headline {
  padding-bottom: 15px
}

.gallery-section__subheadline {
  color: #fff
}

.gallery-section__btn {
  background: #fff;
  color: #555542;
  white-space: normal
}

.hover .gallery-section__btn:hover {
  background: #e6e6e6
}

@media screen and (max-width: 800px) {
  .gallery-section__inner {
    padding: 20px 20px 30px
  }
}

#gallery {
  position: relative;
}

#map-wrapper, .map-component__wrapper {
  padding: 0;
  max-width: 100%;
  position: relative;
}

#map, .map {
  max-width: 100%;
  height: 100%
}

#map button, .map button {
  background: initial;
  min-width: 0
}

#map-bubble, .map-bubble {
  position: absolute;
  top: 30px;
  right: 30px;
  min-width: 160px;
  max-width: calc(100% - 60px);
  padding: 20px 20px 0px;
  background-color: #E5A948;
  background-image: url("../img/texture.png")
}

@media screen and (max-width: 700px) {
  #map-bubble, .map-bubble {
    top: 20px;
    right: 20px;
    max-width: calc(100% - 40px)
  }
}

#map-bubble p, .map-bubble p {
  max-width: 300px;
  width: 100%
}

nav {
  position: relative;
  top: 20px;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1000
}

@media screen and (max-width: 700px) {
  nav {
    top: 0px;
  }
}

nav ul {
  float: right
}

nav a, nav span {
  display: inline-block;
  color: #24221f;
  vertical-align: baseline;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

nav a span, nav span span {
  display: block;
  vertical-align: baseline
}

nav .logo {
  float: left;
  top: 0;
  bottom: 0;
  left: 20px;
  position: absolute;
  margin: auto;
  height: 70%
}

@media screen and (max-width: 700px) {
  nav .logo {
    bottom: 40px;
  }
}

nav .logo img, nav .logo svg {
  height: 100%
}

nav>div {
  max-width: 1180px;
  position: relative;
  height: 100px
}

nav .navigation-list {
  height: 100%;
  margin-right: -15px
}

nav .navigation-list a {
  line-height: 18px;
  padding: 90px 15px;
  position: relative;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out
}

@media screen and (max-width: 700px) {
  nav .navigation-list a {
    padding: 20px 15px;
  }
}


nav .navigation-list a.active {
  text-decoration: none;
  color: #E5A948
}

.hamburger nav .navigation-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #e7e4df;
  text-align: center;
  padding: 30px;
  overflow: auto;
  display: none;
  height: auto;

  border-bottom: #24221f;
  border-bottom-style: solid;
}

.hamburger nav .navigation-list>li {
  display: block
}

.open .hamburger nav .navigation-list {
  display: block
}

nav .subnav .selected {
  line-height: 18px;
  padding: 26px 15px;
  position: relative;
  cursor: pointer
}

nav .subnav .selected span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: #24221F000 transparent transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px
}

.hamburger nav .subnav .selected:hover span:after {
  display: none
}

nav .subnav__options {
  position: absolute;
  top: 70%;
  opacity: 0
}

nav .subnav__options a {
  padding: 3px 15px
}

.selected .hamburger nav .subnav:hover span:after, .selected .hamburger nav .subnav span:after {
  display: none !important
}

.hamburger nav .subnav__options {
  position: relative;
  line-height: 18px;
  padding: 21px 5px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  visibility: inherit !important;
  opacity: 1 !important;
  float: none;
  -webkit-transform: none !important;
  transform: none !important
}

.hamburger nav .subnav__options li {
  visibility: inherit !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important
}

.hamburger nav .subnav__options a {
  padding: 3px 15px
}

#hamburger {
  height: 27px;
  width: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  right: 25px;
  display: none
}

.hamburger #hamburger {
  display: inline-block
}

#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  will-change: transform;
  background: #3b966d;
  border-radius: 1px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

#hamburger span:nth-child(1) {
  top: 6px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
  top: 12px
}

#hamburger span:nth-child(4) {
  top: 18px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.open #hamburger span:nth-child(1) {
  -webkit-transform: scaleY(0);
  transform: scaleY(0)
}

.open #hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.open #hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.open #hamburger span:nth-child(4) {
  -webkit-transform: scaleY(0);
  transform: scaleY(0)
}

.news {
  display: block;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

.news .content {
  padding: 40px 20px 17px;
  text-align: center;
}

.news time {
  font-size: 11px;
  letter-spacing: 0.181em;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: block;
  color: #9b9b9b
}

.news h3 {
  padding-bottom: 22px
}

.news .picture-wrapper span {
  display: none
}

.news--no-link {
  pointer-events: none
}

.hover .news--no-link:hover {
  cursor: default;
  background: #fff
}

ul.news-grid {
  padding: 16px
}

ul.news-grid>li {
  padding: 16px
}

ul.news-grid.inner {
  margin: -32px
}

ul.news-grid.inner-side {
  margin-left: -32px;
  margin-right: -32px
}

@media screen and (max-width: 600px) {
  ul.news-grid {
    padding: 10px
  }

  ul.news-grid>li {
    padding: 10px
  }

  ul.news-grid.inner {
    margin: -20px
  }

  ul.news-grid.inner-side {
    margin-left: -20px;
    margin-right: -20px
  }
}

.slick-slider--partner {
  padding-right: 50px;
  padding-left: 50px
}

.slick-slider--partner .slick-list {
  overflow: hidden
}

.slick-slider--partner__slide {
  width: 300px;
  padding: 18px 24px;
  background: #fff
}

.slick-slider--partner__slide__img {
  width: 100%
}

.slick-slider--partner__slide__desc {
  display: none;
  padding: 12px 0px;
  display: inline-block;
  font-family: Gotham-Medium;
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  text-align: center;
  -webkit-box-shadow: 0 40px 20px -30px rgba(214, 214, 214, 0.5);
  box-shadow: 0 40px 20px -30px rgba(214, 214, 214, 0.5)
}

.slick-slider--partner .slider-arrow {
  position: absolute;
  bottom: 0;
  height: 48px;
  width: 48px;
  background: #24221F;
  color: #fff;
  font-size: 0;
  z-index: 20;
  top: 0;
  margin: auto;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.slick-slider--partner .slider-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.hover .slick-slider--partner .slider-arrow:hover {
  background: #E5A948
}

.slick-slider--partner .slider-arrow--prev {
  left: 0;
  right: auto
}

.popup {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  padding: 0 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden
}

@media screen and (max-width: 480px) {
  .popup {
    padding: 0
  }
}

.popup__content {
  background-color: #fff;
  margin: 15vh auto;
  max-width: 800px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 5px 22px -4px #24221F;
  box-shadow: 0 5px 22px -4px #24221F
}

@media screen and (min-width: 950px) {
  .popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media screen and (max-width: 480px) {
  .popup__content {
    margin: 15vh auto
  }
}

.popup__link {
  display: block;
  width: 100%
}

.popup__image {
  width: 100%
}

.popup__text {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.69em;
  color: #24221F
}

.popup__headline {
  color: #E5A948;
  padding-bottom: 23px
}

.popup__text-wrapper {
  padding: 50px 40px 20px;
  margin: 0 auto 0 0
}

@media screen and (max-width: 480px) {
  .popup__text-wrapper {
    padding-left: 20px;
    padding-right: 20px
  }
}

.popup__text-wrapper a {
  vertical-align: baseline;
  text-decoration: underline
}

.popup__text-wrapper ol {
  padding-left: 10px
}

.popup__text-wrapper ol li {
  padding: 10px 0
}

.popup__close {
  position: fixed;
  margin-left: 60px;
  cursor: pointer
}

@media screen and (max-width: 950px) {
  .popup__close {
    position: absolute;
    right: 0;
    top: -55px
  }
}

@media screen and (max-width: 480px) {
  .popup__close {
    position: absolute;
    right: 30px;
    top: -55px
  }
}

.popup__close path {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.popup__close:hover path {
  fill: #ccc
}

.pricelist>div {
  max-width: 1180px
}

.pricelist .table {
  width: 100%
}

.pricelist .table .header-row {
  display: table-row;
  font-size: 11px;
  letter-spacing: 0.181em;
  text-transform: uppercase
}

.pricelist .table .header-row .cell {
  padding-bottom: 18px;
  white-space: nowrap;
  border-top: none !important;
  cursor: pointer;
  background-color: transparent;
}

.pricelist .table .header-row .cell span, .pricelist .table .header-row .cell svg {
  white-space: normal;
  display: inline-block
}

.pricelist .table .header-row .cell .up, .pricelist .table .header-row .cell .down {
  fill: #d7d7d7
}

.pricelist .table .header-row .cell.asc .up {
  fill: #E5A948
}

.pricelist .table .header-row .cell.desc .down {
  fill: #E5A948
}

.pricelist .table .row {
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out
}

.hover .pricelist .table .row:hover {
  background: #f5f5f5
}

.pricelist .table .cell {
  border-top: 1px solid #8F8981;
  background-color: transparent;
  font-size: 13px;
  padding: 6px;
  text-align: center
}


.pricelist .table .cell.nowrap {
  white-space: nowrap
}

.pricelist .table .cell.hidden {
  display: none
}

.pricelist .table .cell--gallery a+a {
  display: none !important
}

.pricelist .table__responsive-title {
  display: none
}

.pricelist__filter {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px
}

@media screen and (max-width: 1000px) {
  .pricelist__filter {
    text-align: center
  }
  .table--pricelist--content{
    width: max-content;
    min-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table--pricelist--content{
    display: flex!important;
    height: 100%!important;
    width: 100%!important;
}
}

.pricelist__heading {
}

@media screen and (max-width: 1000px) {
  .pricelist__heading {
    display: block
  }
}

.pricelist__p {
  font-size: 12px;
  padding: 20px 0;
  max-width: 600px
}

@media screen and (max-width: 1000px) {
  .pricelist__p {
    max-width: 400px;
    margin: auto
  }
}

.with-li {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.69em;
  padding-bottom: 1.538em
}

.with-li li {
  display: list-item;
  width: 100%
}

.texture-line {
  background: #E5A948;
  background-image: url("../img/texture.png");
  padding-top: 70px;
  padding-bottom: 70px
}

@media screen and (max-width: 770px) {
  .texture-line {
    padding-top: 40px
  }
}

@media screen and (max-width: 770px) {
  .texture-line {
    padding-bottom: 40px
  }
}

.tripple-points {
  display: block;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  padding-left: 20px;
  position: absolute
}

.tripple-points__point {
  height: 9px;
  width: 9px;
  background: #d7d7d7;
  border-radius: 50%;
  display: block;
  margin-right: 14px;
  float: left
}

@media screen and (max-width: 600px) {
  .tripple-points {
    position: relative;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

.text-section--long-text h2 {
  padding-right: 40px
}

@media screen and (max-width: 600px) {
  .text-section--long-text h2 {
    padding-right: inherit
  }
}

.paragraph {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.69em;
  padding-bottom: 1.538em;
  color: #24221F
}

section.fullscreen .content {
  max-width: 460px;
  margin: auto
}

section.fullscreen .table {
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 70px
}

@media screen and (max-width: 1550px) {
  section.fullscreen .table {
    padding-top: 70px
  }
}

@media screen and (max-width: 1370px) {
  section.fullscreen .table {
    padding-top: 60px
  }
}

@media screen and (max-width: 1100px) {
  section.fullscreen .table {
    padding-top: 40px
  }
}

@media screen and (max-width: 770px) {
  section.fullscreen .table {
    padding-top: 20px
  }
}

@media screen and (max-width: 1550px) {
  section.fullscreen .table {
    padding-bottom: 70px
  }
}

@media screen and (max-width: 1370px) {
  section.fullscreen .table {
    padding-bottom: 60px
  }
}

@media screen and (max-width: 1100px) {
  section.fullscreen .table {
    padding-bottom: 40px
  }
}

@media screen and (max-width: 770px) {
  section.fullscreen .table {
    padding-bottom: 20px
  }
}

@media screen and (min-height: 1440px) {
  section.fullscreen .table {
    min-height: 1440px
  }
}

section.fullscreen .pictures {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  background: #24221F;
  padding: 0
}

section.fullscreen .pictures img {
  opacity: .5
}

section.fullscreen .pictures div {
  height: 100%
}

section.fullscreen>div {
  position: relative;
  z-index: 1
}

section.split .picture-wrapper, section.split .pictures {
  z-index: 1
}

section.split .texture {
  position: relative
}

section.split2 .texture:before {
  background-color: #24221F!important;
  background-image: url("../img/pattern2.png")!important;
}


@media screen and (max-width: 1550px) {
  section.split .texture:before {
    right: -70px
  }
}

@media screen and (max-width: 1370px) {
  section.split .texture:before {
    right: -60px
  }
}

@media screen and (max-width: 1100px) {
  section.split .texture:before {
    right: -40px
  }
}

@media screen and (max-width: 770px) {
  section.split .texture:before {
    right: -20px
  }
}

@media screen and (max-width: 1550px) {
  section.split .texture:before {
    left: -70px
  }
}

@media screen and (max-width: 1370px) {
  section.split .texture:before {
    left: -60px
  }
}

@media screen and (max-width: 1100px) {
  section.split .texture:before {
    left: -40px
  }
}

@media screen and (max-width: 770px) {
  section.split .texture:before {
    left: -20px
  }
}

section.split .texture .content {
  padding-top: 70px;
  padding-bottom: 70px
}

@media screen and (max-width: 1550px) {
  section.split .texture .content {
    padding-top: 70px
  }
}

@media screen and (max-width: 1370px) {
  section.split .texture .content {
    padding-top: 60px
  }
}

@media screen and (max-width: 1100px) {
  section.split .texture .content {
    padding-top: 40px
  }
}

@media screen and (max-width: 770px) {
  section.split .texture .content {
    padding-top: 20px
  }
}

@media screen and (max-width: 1550px) {
  section.split .texture .content {
    padding-bottom: 70px
  }
}

@media screen and (max-width: 1370px) {
  section.split .texture .content {
    padding-bottom: 60px
  }
}

@media screen and (max-width: 1100px) {
  section.split .texture .content {
    padding-bottom: 40px
  }
}

@media screen and (max-width: 770px) {
  section.split .texture .content {
    padding-bottom: 20px
  }
}

@media screen and (max-width: 600px) {
  section.split .texture .content {
    padding-top: 40px;
    padding-left: 20px
  }
}

section.split .content {
  position: relative;
  padding-left: 70px;
  padding-right: 20px;
  max-width: 490px
}

@media screen and (max-width: 1550px) {
  section.split .content {
    padding-left: 70px
  }
}

@media screen and (max-width: 1370px) {
  section.split .content {
    padding-left: 60px
  }
}

@media screen and (max-width: 1100px) {
  section.split .content {
    padding-left: 40px
  }
}

@media screen and (max-width: 770px) {
  section.split .content {
    padding-left: 20px
  }
}

@media screen and (max-width: 600px) {
  section.split .content {
    padding-left: 0px;
    padding-top: 40px
  }
}

section.split ul.reverse .content {
  margin: 0 0 0 auto;
  padding-right: 70px;
  padding-left: 20px
}

@media screen and (max-width: 1550px) {
  section.split ul.reverse .content {
    padding-right: 70px
  }
}

@media screen and (max-width: 1370px) {
  section.split ul.reverse .content {
    padding-right: 60px
  }
}

@media screen and (max-width: 1100px) {
  section.split ul.reverse .content {
    padding-right: 40px
  }
}

@media screen and (max-width: 770px) {
  section.split ul.reverse .content {
    padding-right: 20px
  }
}

@media screen and (max-width: 600px) {
  section.split ul.reverse .content {
    padding-left: 0px;
    padding-right: 20px;
    margin: 0
  }
}

section .popup-video-trigger {
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  -webkit-box-shadow: 0px 0px 100px 43px #fff;
  box-shadow: 0px 0px 100px 43px #fff
}

@media (max-width: 600px) {
  section .popup-video-trigger {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

#standardy {
  margin-top: 0px
}

#standardy  section {
    overflow: visible;
}

#standardy-text li  {
  font-size: 13px;
letter-spacing: 0;
line-height: 1.69em;
padding-bottom: 1.538em;
color: #24221F;
}

#standardy-text span  {
  font-size: 48px;

padding-bottom: 0.538em;
color: #8F8981;
display: block
}

.dg.ac {
    display: none;
}

.bor {
  left: 45px;
  bottom: 85px;
  width: 230px;
  z-index: 99;
  position: absolute;
}

.bor img {
    width: 100%;
    height: auto;
}

@media (max-width: 600px) {
  .bor {
    left: 25px;
    transform: translate(0, 0);
    bottom: auto;
    top: 25px;
    width: 200px;
    z-index: 99;
    position: absolute;
  }
}
