/**
 * Zoom Slider Stylesheet
 */
.color-main {
  color: #B7A26D;
  color: var(--main);
}
.color-second {
  color: #B7A26D;
  color: var(--second);
}
.color-black {
  color: #101010;
  color: var(--black);
}
.color-gray {
  color: #F6F4EF;
  color: var(--gray);
}
.color-white {
  color: #FFFFFF;
  color: var(--white);
}
.color-red {
  color: #D12323;
  color: var(--red);
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
}
.lte-quote-char {
  font-family: 'Marcellus SC', serif;
  font-family: var(--font-headers), serif;
  font-weight: 400;
  content: "‘’";
  font-size: 160px;
  line-height: 1em;
  height: 80px;
  font-style: normal;
  display: block;
  overflow: hidden;
}
.zs-enabled {
  position: relative;
}
.zs-enabled.zoom-margin-top {
  padding-top: 100px;
}
.zs-enabled .lte-zs-slider-inner {
  position: absolute;
  display: block;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  -moz-transition: opacity 0s, -moz-transform 0s;
  -o-transition: opacity 0s, -o-transform 0s;
  transition: opacity 0s,-webkit-transform 0s,-moz-transform 0s,-o-transform 0s,transform 0s;
}
.zs-enabled.zoom-content-effect-static .lte-zs-slider-inner {
  left: 50%;
  opacity: 0;
}
.zs-enabled.zoom-content-effect-fade-left .lte-zs-slider-inner {
  left: 50%;
  opacity: 0;
}
.zs-enabled.zoom-content-effect-fade-top .lte-zs-slider-inner {
  opacity: 0;
}
.zs-enabled.zoom-content-effect-fade-in .lte-zs-slider-inner {
  opacity: 0;
}
.zs-enabled .lte-zs-slider-inner.inited {
  position: absolute;
}
.zs-enabled .lte-zs-slider-inner.visible {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  transition: opacity 2s,-webkit-transform 1.5s,-moz-transform 1.5s,-o-transform 1.5s,transform 1.5s;
}
.zs-enabled .zs-slideshow,
.zs-enabled .zs-slides,
.zs-enabled .zs-slide,
.zs-enabled .zs-layer-2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zs-enabled .zs-layer-2 {
  z-index: 2;
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide {
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.zs-enabled.zoom-origin-top-left .zs-slideshow .zs-slides .zs-slide {
  transform-origin: top left;
}
.zs-enabled.zoom-origin-top-center .zs-slideshow .zs-slides .zs-slide {
  transform-origin: top center;
}
.zs-enabled.zoom-origin-top-right .zs-slideshow .zs-slides .zs-slide {
  transform-origin: top right;
}
.zs-enabled.zoom-origin-center-left .zs-slideshow .zs-slides .zs-slide {
  transform-origin: center left;
}
.zs-enabled.zoom-origin-center-right .zs-slideshow .zs-slides .zs-slide {
  transform-origin: center right;
}
.zs-enabled.zoom-origin-bottom-left .zs-slideshow .zs-slides .zs-slide {
  transform-origin: bottom left;
}
.zs-enabled.zoom-origin-bottom-center .zs-slideshow .zs-slides .zs-slide {
  transform-origin: bottom center;
}
.zs-enabled.zoom-origin-bottom-right .zs-slideshow .zs-slides .zs-slide {
  transform-origin: bottom right;
}
.zs-enabled .zs-slideshow .zs-layer {
  background: transparent none no-repeat 50% 50%;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media (max-width: 1800px) {
  .zs-enabled .zs-slideshow .zs-layer {
    display: none !important;
  }
}
.zs-enabled.zoom-out .zs-slideshow .zs-slides .zs-slide {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
  visibility: visible;
  opacity: 1;
}
.zs-enabled .zs-slideshow:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: transparent none repeat 0 0;
}
.lte-slider-zoom.zoom-align-center {
  text-align: center;
}
.lte-slider-zoom.zoom-align-left {
  text-align: left;
}
.lte-slider-zoom.zoom-align-right {
  text-align: right;
}
.lte-slider-zoom.zoom-color-white {
  color: #FFFFFF;
  color: var(--white);
}
.lte-slider-zoom.zoom-color-black {
  color: #101010;
  color: var(--black);
}
.lte-slider-zoom.lte-rounded .zs-slideshow {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
.lte-slider-zoom .lte-tagline {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 991px) {
  .lte-slider-zoom .text-lg {
    font-size: 16px;
  }
}
.lte-slider-zoom .heading.transform-default {
  margin: 0 0 0px 0;
}
@media (max-width: 991px) {
  .lte-slider-zoom {
    text-align: center;
  }
}
.lte-slider-zoom .lte-zs-slider-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.lte-slider-zoom .lte-zs-slider-wrapper {
  overflow: hidden;
  pointer-events: none;
}
.lte-slider-zoom .lte-zs-slider-wrapper a,
.lte-slider-zoom .lte-zs-slider-wrapper input {
  pointer-events: all;
}
.lte-slider-zoom .wpb_single_image.wpb_content_element {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .lte-slider-zoom .slider-inner {
    text-align: center;
  }
}
.lte-slider-zoom p {
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-family: var(--font-main), sans-serif;
  font-weight: 400;
}
.lte-slider-zoom .lte-social {
  position: absolute;
  z-index: 11;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1600px) and (max-width: 1750px) {
  .lte-slider-zoom .lte-social {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .lte-slider-zoom .lte-social {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1150px) {
  .lte-slider-zoom .lte-social {
    display: none;
  }
}
@media (max-width: 991px) {
  .lte-slider-zoom .lte-social {
    display: none;
  }
}
.lte-slider-zoom .lte-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lte-slider-zoom .lte-social li {
  list-style: none;
  margin: 45px 0;
  position: relative;
  display: block;
}
.lte-slider-zoom .lte-social a {
  color: #B7A26D;
  color: var(--main);
  position: relative;
  z-index: 10;
  font-size: 16px;
  text-align: center;
  display: block;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
}
.lte-slider-zoom .lte-social a span {
  z-index: 1;
  position: relative;
}
.lte-slider-zoom .lte-social a:hover {
  color: #B7A26D;
  color: var(--main);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 4.75);
}
.lte-slider-zoom .lte-arrow-down {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  border: 2px solid #101010;
  border-color: #101010;
  border-color: var(--black);
  color: #101010;
  color: var(--black);
  display: block;
  text-align: center;
  line-height: 12px;
  left: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -10px;
  bottom: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .lte-slider-zoom .lte-arrow-down {
    display: none;
  }
}
.lte-slider-zoom .lte-arrow-down:hover {
  background-color: #101010;
  background-color: var(--black);
  color: #FFFFFF;
  color: var(--white);
}
.lte-slider-zoom .lte-arrow-down:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f054";
  margin-left: 2px;
  font-size: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zs-enabled .zs-slideshow .zs-bullets {
  position: absolute;
  z-index: 4;
  text-align: center;
  z-index: 130;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  display: block !important;
}
@media (max-width: 991px) {
  .zs-enabled .zs-slideshow .zs-bullets {
    display: none !important;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  pointer-events: all;
  padding: 0px;
  margin: 0px 0px 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Marcellus SC', serif;
  font-family: var(--font-headers), serif;
  font-weight: 400;
  font-size: 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
  border: 0;
  cursor: default;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet:after {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid var(--white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet:before {
  display: block;
  top: 0;
  left: 0;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  background-color: #FFFFFF;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet:not(.active):hover:before {
  background-color: #B7A26D;
  background-color: var(--main);
  width: 12px;
  height: 12px;
}
@media (max-width: 991px) {
  .zs-enabled.bullets-true {
    padding-bottom: 0;
  }
}
.zs-enabled.bullets-right .zs-bullets {
  right: 50px !important;
  width: auto !important;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zs-enabled.bullets-right .zs-bullets .zs-bullet {
  display: block !important;
}
.zs-enabled .zs-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  margin-top: -60px;
}
@media (max-width: 768px) {
  .zs-enabled .zs-arrows {
    margin-top: 0px;
  }
}
.zs-enabled .zs-arrows .container {
  position: relative;
}
.zs-enabled .zs-arrows .lte-arrow-right,
.zs-enabled .zs-arrows .lte-arrow-left {
  cursor: pointer;
  display: block;
  z-index: 1;
  position: absolute;
  color: #FFFFFF;
  color: var(--white);
  border-color: #FFFFFF;
  border-color: var(--white);
}
@media (max-width: 768px) {
  .zs-enabled .zs-arrows .lte-arrow-right,
  .zs-enabled .zs-arrows .lte-arrow-left {
    top: 100px;
  }
}
.zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-left,
.zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-left {
  margin-left: 30px;
}
.zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-right,
.zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-right {
  margin-right: 30px;
  right: 0;
}
.zs-enabled .zs-arrows .lte-arrow-right:after,
.zs-enabled .zs-arrows .lte-arrow-left:after {
  display: none;
}
@media (max-width: 768px) {
  .zs-enabled .zs-arrows {
    height: 100px;
    top: auto;
    width: 250px;
    bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .zs-enabled.zoom-arrows-right .zs-arrows {
    max-width: 1570px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .zs-enabled.zoom-arrows-right .zs-arrows {
    max-width: 1170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .zs-enabled.zoom-arrows-right .zs-arrows {
    max-width: 970px;
  }
}
@media (min-width: 992px) {
  .zs-enabled.zoom-arrows-right .lte-arrow-right.lte-arrow-left,
  .zs-enabled.zoom-arrows-right .lte-arrow-left.lte-arrow-left {
    left: auto;
    right: 0;
    margin-top: -50px;
  }
  .zs-enabled.zoom-arrows-right .lte-arrow-right.lte-arrow-right,
  .zs-enabled.zoom-arrows-right .lte-arrow-left.lte-arrow-right {
    left: auto;
    right: 0;
    margin-right: 0;
    margin-top: 50px;
  }
}
.zs-enabled.zoom-arrows-bottom .zs-arrows {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: -150px;
  margin-bottom: 100px;
  z-index: 50;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .zs-enabled.zoom-arrows-bottom .zs-arrows {
    margin-top: -50px;
  }
}
@media (max-width: 991px) {
  .zs-enabled.zoom-arrows-bottom .zs-arrows {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .zs-enabled.zoom-arrows-bottom {
    margin-top: 0px;
  }
}
.zs-enabled.zoom-arrows-bottom .container {
  position: relative;
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left {
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  position: relative;
  color: #101010;
  color: var(--black);
  background: transparent;
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right:hover,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left:hover {
  color: #B7A26D;
  color: var(--main);
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right.lte-arrow-left,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left.lte-arrow-left {
  margin-left: 0px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .zs-enabled.zoom-arrows-bottom .lte-arrow-right.lte-arrow-left,
  .zs-enabled.zoom-arrows-bottom .lte-arrow-left.lte-arrow-left {
    margin-left: 0;
  }
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right.lte-arrow-right,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left.lte-arrow-right {
  margin-right: 30px;
  right: 0;
}
@media (max-width: 991px) {
  .zs-enabled.zoom-arrows-bottom .lte-arrow-right.lte-arrow-right,
  .zs-enabled.zoom-arrows-bottom .lte-arrow-left.lte-arrow-right {
    margin-right: 0;
    margin-left: 30px;
  }
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right:after,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left:after {
  display: none;
}
.zs-enabled.lte-zs-overlay-black .zs-slideshow::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  right: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  z-index: 100;
  background-color: #101010;
  background-color: var(--black);
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.bg-color-theme_color .lte-slider-zoom,
.bg-color-black .lte-slider-zoom {
  color: #FFFFFF;
  color: var(--white);
}
.bg-color-theme_color .lte-slider-zoom .lte-social ul li:before,
.bg-color-black .lte-slider-zoom .lte-social ul li:before {
  border-color: #FFFFFF;
  border-color: var(--white);
}
.bg-color-theme_color .lte-slider-zoom .lte-social ul li a,
.bg-color-black .lte-slider-zoom .lte-social ul li a {
  color: #FFFFFF;
  color: var(--white);
}
.bg-color-theme_color .zs-enabled .zs-slideshow .zs-bullets .zs-bullet,
.bg-color-black .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  border-color: #FFFFFF;
  border-color: var(--white);
}
.bg-color-theme_color .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:before,
.bg-color-black .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:before {
  border-color: #FFFFFF;
  border-color: var(--white);
}
