/**
 * Fit Image
 * Custom Alert
 * Login Page
 * Homepage Slider
 * Media Slider
 * Parallax
 * Vertical Slider
 * Product Detail Attribute modal
 * Modal Iframe
 * Video Button
 */

/* Fit Image */
@media(min-width: 768px) {
.fit-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: normal;
  align-self: normal;
}
.fit-col__wrapper {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.fit-col__wrapper > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
}

/* Custom Alert */
.alert--custom {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  max-width: 250px;
  z-index: 9998;
}

/* Login Page - extra-files/customer-login.php */
.login-page {
  height: 100vh;
}
.login__bg {
  background-position: center center;
  background-size: cover;
}

/* Homepage Slider */
#home-slider-1 .carousel-caption {
  bottom: auto!important;
  top: 50%;
  transform: translateY(-50%);
}
.slide-text-1,
.slide-title,
.slide-text-2 {
  display: block;
  width: 100%;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
.slide-title {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.1;
}
.slide-text-1 {
  font-size: 3rem;
}
.slide-text-2 {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
#home-slider-1 .carousel-item .btn {
  transition: 0.3s;
}
.active .slide-text-1,
.active .slide-title,
.active .slide-text-2,
#home-slider-1 .carousel-item.active .btn {
  opacity: 1;
}
.subSlider {
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  z-index: 1;
}
.subSlider .btn {
  opacity: 1!important;
}

@media(min-width: 992px){
  .subSlider {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media(max-width: 1199px){
  .slide-title {
    font-size: 4rem;
  }
  .slide-text-1 {
    font-size: 2.5rem;
  }
  .slide-text-2 {
    font-size: 1.2rem;
  }
}
@media(max-width: 991px){
  #home-slider-1 .carousel-item .btn,
 .carousel-caption .btn {
    font-size: 0.85rem;
  }
  .slide-title {
    font-size: 3.5rem;
  }
  .slide-text-1 {
    font-size: 1.8rem;
  }
  .slide-text-2 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
@media(max-width: 767px){
  .slide-title {
    font-size: 2.6rem;
  }
  .slide-text-1 {
    font-size: 1.2rem;
  }
  .slide-text-2 {
    margin-bottom: 15px;
  }
}
@media(max-width: 575px){
  #home-slider-1 .carousel-item .btn,
  .carousel-caption .btn {
    padding: 0.2rem 0.8rem;
  }
  .slide-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .slide-text-1 {
    font-size: 1.2rem;
  }
  .slide-text-2 {
    display: none;
  }
}

/* Media Slider */
.media-bg {
  height: 300px;
}
.media-slider,
.media-slider .owl-stage-outer{
  position: static;
}
.media-slider .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%;
}
.media-slider .owl-dots div {
  display: inline-block;
  margin: 0 3px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: rgba(255,255,255,0.6);
}
.media-slider .owl-dots div:hover,
.media-slider .owl-dots div.active {
  background-color: rgba(255,255,255,0.9);
}
.media-slider .owl-stage {
  display: flex;
  align-items: center;
}
@media(min-width: 768px) {
  .media-bg {
    height: 480px
  }
}
@media(min-width: 1200px) {
  .media-bg {
    height: 600px
  }
}

/* Parallax */
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}



/* Vertical Slider T2602 */
#pp-nav {
  display: none;
}
.vertical-slider {
  height: 300px;
  overflow: hidden;
}
#pagepiling__menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#pagepiling__menu li ~ li {
  margin-top: 5px;
}
#pagepiling__menu a {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
}
#pagepiling__menu li.active a {
  background-color: var(--primary);
}
@media(min-width: 768px) {
  .vertical-slider {
   height: 500px;
  }
}
@media(min-width: 992px) {
 .vertical-slider {
    height: 600px;
 }
}
@media(min-width: 1200px) {
 .vertical-slider {
    height: 800px;
 }
}

/* Sitemap from override.css */
.sitemapMenu > ul > li ul a {
  font-size: 0.875rem;
}
.sitemapMenu > ul > li > a {
  font-size: 1rem;
  font-weight: 600;
}

/* Landing Page tspwise.com */
.landing-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 540px;
}
.landing-header__container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.landing-header__text-container {
  background-color: rgba(0,57,97,.8);
  border-radius: 3px;
  padding: 40px;
}
.landing-header__title {
  font-size: 3rem;
}
.landing-header__subtitle {
  font-size: 1.5rem;
}
.landing-main {
  padding-top: 55px;
  padding-bottom: 60px;
}
.landing-main__title {
  font-size: 1.5rem;
  font-weight: 400;
}
.landing-main__subtitle {
  font-size: 1.875rem;
}
.landing-card > .card-body {
  padding: 30px 25px;
}
.landing-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.landing-card__date {
  line-height: 1;
  font-weight: 700;
}
.landing-card__day {
  font-size: 1rem;
}
.landing-card__month {
  font-size: 2.25rem;
}
.landing-card__time {
  font-size: 1.5rem;
}
.landing-card__icon {
  font-size: 3rem;
  line-height: 1;
}
.landing-map {
  border: 1px solid #c2c2c2;
}
.landing-form__title {
  font-size: 2.25rem;
}
.landing-form__subtitle {
  font-size: 1.125rem;
}
.landing-footer {
  padding: 45px 0;
  font-size: 0.8rem;
  color: #999;
}
@media(max-width: 1199px) {
  .landing-header__title {
    font-size: 2.5rem;
}
}
@media(max-width: 991px) {
  .landing-header {
    height: 395px;
}
.landing-header__title {
  font-size: 2rem;
}
.landing-header__subtitle {
  font-size: 1.125rem;
}
.landing-main {
  padding: 30px 0;
}
}
@media(min-width: 992px) {
  .landing-form {
    transform: translateY(-218px);
  }
}
@media(min-width: 1200px) {
  .landing-form {
    transform: translateY(-227px);
  }
}

/* Product Detail Attribute modal */
.attrModal .modal-body {
  padding: 0;
}
.attrModal .attrIframe {
  width: 100%;
}
.attrHiddenModal {
  display: block !important;
  left: -99999px;
}
.attrHiddenModal.show {
  left: 0;
}

/* Modal Iframe */
.modalDialogIframe {
  max-width: 800px;
}
.modalIframe {
  width: 100%;
}
.modalWindowIframe {
  display: block;
  left: -99999px;
}

/* Video Button */
.btn-watch-video {
  display: flex;
  align-items: center;
}

.coming-soon-div{
background: url(/images/backgrounds/coming_soon_1.jpg);
    background-size: cover;}
