/*!* Parallax video styles*!*/
.parallax-video {
  overflow: hidden;
  height: 100vh;
}
.parallax-video video {
  display: flex;
  justify-content: center;
  min-height: 100%;
  min-width: 100%;
  z-index: -9999;
}
@media screen and (min-width: 768px) {
  .parallax-video video {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .parallax-video video {
    height: 100%;
  }
}
/****************************
           Variables
*****************************/
/*

8px = 0.5714rem
9px = 0.6429rem
10px = 0.7143rem
11px = 0.7857rem
12px = 0.8571rem
13px = 0.9286rem
14px = 1rem (base)
15px = 1.071rem
16px = 1.143rem
18px = 1.286rem
20px = 1.429rem
22px = 1.571rem
24px = 1.714rem
26px = 1.857rem
28px = 2rem
30px = 2.143rem
32px = 2.286rem
34px = 2.429rem
36px = 2.571rem
38px = 2.714rem
40px = 2.857rem
*/
/* Sizes */
/* Colors */
body[plumtex-live-edit="true"] {
  padding-top: 36px;
}
/* JS Helpers */
@media screen and (max-width: 767px) {
  .js-filters-holder {
    display: none;
  }
  .hide-filters {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .js-btn-filters {
    display: none;
  }
  .js-filters-holder {
    display: block;
  }
}
/* Banners */
.pt-banners .item .image {
  background: var(--palm-blue);
}
.pt-banners .item .image img {
  margin: 0 auto;
}
.pt-banners .item .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
}
.pt-banners .item .caption .info {
  width: 100%;
}
.pt-banners .item .caption .info .title {
  font-size: 2.143rem;
  color: var(--primary);
  width: 100%;
}
.pt-banners .item .caption .info .description {
  font-size: 1.143rem;
  color: #242424;
  width: 100%;
}
.pt-banners .item .holder {
  position: relative;
}
/* Google Maps */
/*
#map {
  height: 400px;
  width: 100%;

  img {
    width: inherit;
  }

  .infobox {
    padding-bottom: 20px;

    .title,
    .title a {
      font-size: 20px;
      color: #333;
    }
  }
}
 */
/* Ion Slider */
.irs.js-irs-0 {
  max-width: 90% !important;
  margin: 0 auto !important;
  position: relative !important;
}
.irs-line {
  border: 1px solid var(--primary) !important;
  background: var(--primary) !important;
  height: 6px !important;
  border-radius: 0 !important;
}
.irs-slider:after {
  background-color: var(--primary) !important;
  border: none !important;
  border-radius: 0 !important;
  top: 1px !important;
  width: 4px !important;
  height: 15px !important;
  margin: 0 !important;
}
.irs-slider:hover:after {
  background-color: var(--primary) !important;
}
.irs-bar {
  background: var(--primary) !important;
  height: 6px !important;
}
.irs--flat .irs-handle {
  height: 16px !important;
  cursor: pointer !important;
}
.irs--flat .irs-handle > i:first-child {
  top: -2px !important;
  width: 3px !important;
  background-color: var(--primary) !important;
}
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  background-color: var(--primary) !important;
  font-weight: bold;
}
.irs--flat .irs-from:after,
.irs--flat .irs-single:after,
.irs--flat .irs-to:after {
  border-top-color: var(--primary) !important;
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
  border-top-color: var(--primary) !important;
}
/* Defer Loading Images */
.js-data-src-loader {
  pointer-events: none;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
}
.js-data-src-loader.visible {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
}
.js-data-src-loader:not(.visible) {
  content: '';
  height: 100%;
  width: 100% !important;
  top: 0;
  position: absolute;
  padding-top: 56.25%;
  display: block;
  background-color: #f5f5f5;
  background-image: url('../images/loading.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  opacity: 1;
}
/* Preloader */
.js-preloader {
  transition: 0.2s;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: var(--palm-blue);
  z-index: 99999;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
}
.js-preloader span {
  color: var(--dark);
  display: block;
  margin: 0 auto;
  -webkit-animation: pulse 2s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: pulse 2s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.js-preloader img {
  display: block;
  margin: 0 auto;
  -webkit-animation: pulse 2s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: pulse 2s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  max-width: 150px;
}
.js-preloader .logo {
  margin: 0 auto;
  font-size: 1.5rem;
}
body.plumtex-store-loaded .js-preloader {
  opacity: 0;
  visibility: hidden;
}
/* Ads Zones */
.js-ads-zone-popup,
.js-ads-zone-wrapper {
  height: auto !important;
}
@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
