.tracts_container {
  margin: 0 0 1.5em;
}
.tract-item {
  border: 1px solid #efefef;
  padding: 1.5em;
  gap: 1.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tract-title {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.tract-descr > *:last-of-type {
  margin-bottom: 0 !important;
}
.tract-image {
  position: relative;
}
.count-label {
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 3em;
  height: 3em;
  font-size: 0.85em;
  font-weight: bold;
  border-radius: 100em;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tract-image,
.tract-image img {
  width: 100%;
}
.init-tract-modal {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  cursor: zoom-in;
  transition: background 0.3s;
}
.init-tract-modal:hover {
  background: rgba(0,0,0,0.25);
}

@media ( min-width: 670px ) {
  .tract-descr,
  .tract-image {
    width: calc(50% - 0.75em);
  }
}
























/* Slick Slider - Propderty Details */

/* Slick Nav */
.slick-prev,
.slick-next {
  position: absolute;
  left: 1em;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  color: #ffffff;
  width: 1.5em;
  transform: translate(0, -50%);
  text-align: center;
  border-radius: 50%;
  outline: none;
  opacity: 0.65;
  transition: opacity 0.5s;
}
.slick-prev svg,
.slick-next svg {
  fill: #ffffff;
  display: block;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-next {
  left: auto;
  right: 1em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Slick Main */
.tract-slider-main .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
  background: transparent;
}

/* < Highlight centered slide */
.tract-slider-main .slick-slide {
  opacity: 0.3;
  filter: grayscale(1);
  transition: opacity 0.5s;
}
.tract-slider-main .slick-slide.slick-current {
  opacity: 1;
  filter: grayscale(0);
}
/* Highlight centered slide > */

.tract-slider-main .slick-slide {
  outline: none;
  cursor: grab;
}
.tract-slider-main .slick-slide:active {
  cursor: grabbing;
}
.tract-slider-main img {
  margin: 0 auto;
  width: auto;
  height: auto;
  height: 475px;
  max-width: 100%;
}
/* < Space between slides */
.tract-slider-main .slick-slide {
  margin: 0 5px;
}
/*.tract-slider-main .slick-list {
  margin: 0 -5px;
}*/
/* Space between slides > */


/* Slick Thumbnails */
.tract-slider-thumbnails .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.tract-slider-thumbnails .slick-slide {
  border-color: transparent;
  border-style: solid;
  border-width: 6px 3px;
  background: transparent;
  position: relative;
  outline: none;
}
.tract-slider-thumbnails img:not(.play) {
  height: 70px;
  width: auto;
}
.tract-slider-thumbnails .slick-slide .imgoverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tract-slider-thumbnails .slick-slide.slick-current .imgoverlay {
  background: rgba(255,255,255,0.5);
}
.tract-slider-thumbnails .slick-slide .play {
  height: 50%;
  width: auto;
  display: block;
  position: absolute;
  z-index: 3;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* Property Slider Preloader */
.ps_loader {
  color: var( --e-global-color-accent );
  font-size: 20px;
  margin: 65px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: ps_preload_kf 1.3s infinite linear;
  animation: ps_preload_kf 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes ps_preload_kf {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes ps_preload_kf {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.tract-slider .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
}
.tract-slider .preloader.hidden {
  display: none !important;
}
.tract-slider {
  overflow: hidden;
  position: relative;
  height: 532px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}
.tract-slider.loaded {
  background: transparent !important;
  height: auto;
}
.tract-slider > *:not(.preloader) {
  visibility: hidden; 
  opacity:0; 
  -ms-filter: â€œprogid:DXImageTransform.Microsoft.Alpha(Opacity=0)â€; 
  -webkit-transition: opacity 0.5s linear; 
  transition:opacity 0.5s linear; 
}
.tract-slider.loaded > *:not(.preloader) {
  visibility: visible !important; 
  opacity:1 !important; 
  -ms-filter: â€œprogid:DXImageTransform.Microsoft.Alpha(Opacity=100)â€;
}

@media only screen and ( max-width: 767px ) {
  .tract-slider-thumbnails {
    display: none !important;
  }
  .tract-slider-main img,
  .tract-slider {
    height: 285px;
    height: auto;
    width: 100%;
  }
  .tract-slider-main {
    background: #ffffff;
  }
  .tract-slider-main > div {
    margin-bottom: 20px;
  }
}
/*@media only screen and ( max-width: 500px ) {
  .tract-slider-main img,
  .tract-slider {
    height: 225px;
  }
}*/














.tract-modal.uk-modal {
  background: rgba(0,0,0,1);
  padding-top: 50px;
}
.tract-modal .uk-modal-dialog {
  width: 1500px;
  background: transparent;
}
.tract-modal .title {
  clear: both;
}
.tract-modal .title p {
  color: #FFFFFF;
}
.tract-modal .uk-modal-close-outside,
.tract-modal .uk-modal-close-outside:hover {
  padding: 8px;
  border-radius: 0;
  color: var( --e-global-color-accent );
  border-color: var( --e-global-color-accent );
  background: transparent;
}
.modal_footer {
  display: none;
}
@media (max-width: 767px) {
  .tract-modal .uk-modal-close-outside {
    position: -webkit-sticky;
    position: sticky;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    float: right;
    margin: 20px 20px 0 auto;
    top: 10px;
    height: 32px;
    width: 32px;
    display: block;
    margin-bottom: -55px;

    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    color: var( --e-global-color-accent );
    border-color: var( --e-global-color-accent );
    background: rgba(255,255,255,0.25);
  }
  .tract-modal.uk-modal {
    padding: 0;
  }
  .tract-modal .title {
    display: none;
  }

  /* Modal Footer desktop/tablet */
  .tract-modal .modal_footer {
    display: block;
    text-align: center;
    padding: 0 20px 30px;
  }
  .tract-modal .modal_footer h3 {
    color: #ffffff !important;
    margin-bottom: 20px;
  }
  .tract-modal .modal_footer button,
  .tract-modal .modal_footer button:hover,
  .tract-modal .modal_footer button:focus {
    background: var( --e-global-color-accent );
    border-color: var( --e-global-color-accent );
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding: 11px 50px;
    letter-spacing: 0.2em;
    display: inline-block;
    transition: background 0.5s;
    position: static;
    border-radius: 0;
  }
  .tract-modal .modal_footer button svg {
    display: none;
  }
}







