.t4-sideshow {
  height: 90vh;
}

.btn-outline-primary {
    background-color: #FFFFFF;
}


/* GDPR PLUGIN */

#plg_system_eprivacy_modal {
    background-color: rgba(255,255,255,0.4);
    width:100% !important;
    height:100% !important;
    top: 0;
    bottom:0 ;
    left: 0;
    margin-left:0;
}


#plg_system_eprivacy_modal .modal-body {
    padding: 1.5rem !important;
}

#plg_system_eprivacy_modal .modal-content {
    box-shadow: 4px 4px 2px 1px rgba(0,0,0,0.4);
}



/* DODATKI ZA VEGAS */
/* Animacija tekstov */

#vegasTekst1 {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s ease, transform 2s;
  
}

 #vegasTekst2 {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1.5s ease, transform 2s;
  
}

 #vegasGumb {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 2s ease, transform 2s;
  
}

#vegasTekst1.hidden, #vegasTekst2.hidden, #vegasGumb.hidden {
  opacity: 0;
  transform: translateX(200px); /* z leve */
}

#t4-sideshow .custom {
  height: 100%;
}

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
   max-width: 90%;
}

.t4-topbar {
    height: 25px;
    padding: 0px;
    position: fixed;
    width: 100%;
    z-index: 6;
    top: 0px !important;
}

.t4-header {
    height: 97px;
    position: fixed !important;
    width: 100%;
    z-index: 7;
    background-color: rgba(255,255,255,0.9);
    margin-top: 25px;
    border-top: 1px solid #de1819 !important;
    border-bottom: 1px solid #de1819 !important;
    box-shadow: 10px 10px 30px 3px #0000003d;
    top: 0px !important;
    background-image: url("/templates/ja_purity_iv/images/menu_background.png");
}

.navbar-brand.logo-control img.logo-img {
    height: 90px !important;
    margin-top: 11px;
    margin-left: 39px;
    max-height: none !important;
    width: auto !important;
    display: inline-block !important;
}


.logo-image .d-light.d-block.d-sm-none {
  display: none !important;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    width: 270px !important;
    height: 110px !important;
    position: fixed !important;
    z-index: 20;
    background-image: url("/templates/ja_purity_iv/images/logo_background.png");
    left: 0px;
    top: 11px;
}


#t4-topbar .topbar-l.d-none.d-lg-block {
    display: block !important;
}


#t4-topbar .t4-section-inner.container {
    max-width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

#t4-topbar .nav-link {
    font-size: 0.8rem !important;
}

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  font-size: 1.2rem;
  padding: 20px 0.8rem;
}



.mx-auto {
    margin-left: 150px !important;
    margin-right: 130px !important;
    width: calc(100% - 150px - 130px);
}

.header-wrap .navbar {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.navbar-expand-lg .navbar-nav {
    margin: 0 auto;
}

.t4-header-r.d-flex.align-items-center {
    height: 96px;
    background-color: #de1819;
    width: 200px !important;
    position: fixed;
    right: -20px;
    top: 25px;
    box-shadow: -5px 0px 10px 0px #0000003d;
    transform: skewX(-22deg);
}


.t4-header-r.d-flex.align-items-center .custom { 
    transform: skewX(22deg);
    margin-left: 1rem;
}

.d-md-block {
    white-space: nowrap;
 }

#t4-section-1, #t4-section-3, #t4-main-bottom-1 {
    background-image: url("/templates/ja_purity_iv/images/ServicesBackground.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 1px solid #de1819;
    border-top: 1px solid #de1819;
    z-index: 1;
}

#t4-section-1 .t4-section-inner.container-fluid,
#t4-section-3 .t4-section-inner.container-fluid,
#t4-main-bottom-1 .t4-section-inner.container {
    background-image: url("/templates/ja_purity_iv/images/kvadrat.png");
    background-repeat: repeat;
    background-color: rgba(25,20,20,0.9);
}

#t4-main-bottom-1 .t4-section-inner.container {
    max-width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

#t4-main-bottom-1  .acm-hero.style-1 .has-bg .hero-content {
    min-height: 25rem !important;
}


.acm-features.style-2 .bg-light {
    --t4-bg-opacity: 0;
}

.UvodniNagovor {
    padding: 80px 5% 0 5%;
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 2px 2px 2px #000;
    text-align: justify;
}

.menu-item-title {
    white-space: nowrap !important;
}




.StoritveInIzdelki .full-image {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    max-width: calc(100% + 2rem) !important;
    padding-top: 40px;
}

.StoritveInIzdelki .article-inner p {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: justify;
}


.StoritveInIzdelki #t4-main-body ul {
  margin-top: -0.9rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}


.StoritveInIzdelki .item-page.layout-1 .bottom-article-info {
    max-width: 100%;
}




.SeznamStoritvePrva .col-12.col-md-6.col-lg-4.fd-item.media-top-center {
    margin-bottom: 2%;
    height: 150px;
    border: 1px solid;
    border-radius: 0.3rem;
}


.SeznamStoritvePrva .features-list.row.v-gutters.fd-border {
    gap: 2%;
}

@media (min-width: 768px) {
    .SeznamStoritvePrva .col-md-6 {
        width: 49%;
        height:250px;
        border: 1px solid;
        border-radius: 0.3rem;
    }

    .SeznamStoritvePrva .col-12.col-md-6.col-lg-4.fd-item.media-top-center {
        height: 250px;
        border: 1px solid;
        border-radius: 0.3rem;
    }

}

@media (min-width: 992px) {
    .SeznamStoritvePrva .col-lg-4 {
        width: 32%;
        margin-bottom: 2%;
        height:250px;
        border: 1px solid;
        border-radius: 0.3rem;
    }
}


.SeznamStoritvePrva .fd-item-title.mt-0.mb-2 {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.35rem;
  margin-top: auto !important;
  margin-bottom: auto !important;
  width: 100%;
  text-shadow: 2px 2px 2px #000;
  text-transform: uppercase;
}

.SeznamStoritvePrva .acm-features.style-2 .fd-item-content {
  display: inherit;
  text-align: center;
}

#t4-section-2  {
	overflow-x: hidden;
	overflow-y: hidden;
}

#t4-section-2 .section-inner .container {
  max-width: 100% !important;
}


.col-12.col-md-6.col-lg-4.fd-item.media-top-center {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
}

.col-12.col-md-6.col-lg-4.fd-item.media-top-center::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  width: 60%;
  height: 200%;
  background: linear-gradient( 90deg, transparent, rgba(255,255,255,.25), transparent );

  transform: rotate(25deg);
  transition: left 1.5s ease;

  pointer-events: none;
}


.col-12.col-md-6.col-lg-4.fd-item.media-top-center:hover::after {
  left: 150%;
}


.animate-heading {
  opacity: 0;
  transform: translateY(18px);
  clip-path: inset(100% 0 0 0);

  transition:
    opacity 0.9s ease-out,
    transform 0.9s cubic-bezier(0.2, 0.9, 0.2, 1),
    clip-path 1.1s cubic-bezier(0.2, 1, 0.2, 1);

  will-change: transform, opacity, clip-path;
}

.animate-heading.visible {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}


.btn {
  display: inline-block;
  padding: 12px 22px;

  background: #b11112 !important;
  color: #fff !important;
  text-shadow: 2px 2px 4px #000000 !important;
  font-size:14px !important;

  border: none !important;

  box-shadow: none !important;

  position: relative;
  overflow: hidden;

  will-change: transform;

  transition:
    transform 0.22s cubic-bezier(0.2, 0.9, 0.2, 1),
    box-shadow 0.22s cubic-bezier(0.2, 0.9, 0.2, 1),
    filter 0.22s ease;
}

/* HOVER */
.btn:hover {
  transform: translateY(-5px);

  box-shadow:
    5px 5px 6px rgba(0, 0, 0, 0.22) !important;

  filter: brightness(1.05);
}

/* ACTIVE */
.btn:active {
  transform: translateY(2px);

  box-shadow:
    2px 2px 3px rgba(0, 0, 0, 0.18) !important;
}

/* SCAN EFFECT */
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -160%;
  width: 160%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.22),
    transparent
  );

  transition: left 0.55s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.btn:hover::before {
  left: 160%;
}



#t4-footnav {
  background:
    linear-gradient(180deg, #171a1d 0%, #15181a 60%, #121416 100%),
    radial-gradient(circle at 20% 0%, rgba(255,255,255,0.04), transparent 45%),
    radial-gradient(circle at 80% 100%, rgba(0,0,0,0.25), transparent 60%);
}

#t4-footnav::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: linear-gradient(
    rgba(255,255,255,0.015) 1px,
    transparent 1px
  );

  background-size: 60px 60px;

  opacity: 0.15;
  pointer-events: none;
}


.page-header h2, .t4-masthead-title {
color: var(--mainnav-link-active-color);
}

.article-inner h2 {
  margin-top: 3rem;
  color: var(--mainnav-link-active-color);
}

.main-top-1 {
    height: 600px;
}

.main-top-1 .custom {
  height: 100%;
}


#t4-main-body {
  padding-top: 0px !important;
}

#t4-main-body .full-image {
  margin-top: 0px !important;
  padding: 0px !important;
}

#t4-main-body .pull-left.item-image {
  margin-top: 0px !important;
  border-bottom: 1px solid #de1819;
}





.t4-masthead-inner {
    padding-top: 160px !important;
}


body:not(.StoritveInIzdelki) .top-article-info {
    margin-top: 160px;
}

body:not(.StoritveInIzdelki) .full-image .pull-left.item-image,              
.blog-items .pull-left.item-image {
  border: none !important;
}


.blog-items .items-row .item {
  border-bottom: 1px solid #de1819;
  margin-bottom: 5rem;
}

.SeznamStoritvePrva {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


.PrvaOpisZgoraj {
    padding-top: 0;
}


.PrvaOpisZgoraj .col-12.col-lg-6:first-of-type {
  position: relative;
  left: -10%;
  padding: 0;
  margin: 0;
}

.PrvaOpisZgoraj .col-12.col-lg-6:first-of-type .feature-media {
  width: 120%;
    background-image: url("/images/gutpet/PrvaStran/GutPetVProizvodnji.webp");
  max-height: 1200px !important;
  height: 1200px !important;
  background-size: cover;
  background-position-x: center;
}




.PrvaOpisSpodaj {
    padding: 0;
}

.PrvaOpisSpodaj .col-12.col-lg-6:first-of-type {
  position: relative;
  left: 0%;
  padding: 0;
  margin: 0;
}

.PrvaOpisSpodaj .col-12.col-lg-6:first-of-type .feature-media {
  width: 112%;
  background-image: url("/images/gutpet/PrvaStran/GutPetIzdelek.webp");
  max-height: 1200px !important;
  height: 1200px !important;
  background-size: cover;
  background-position-x: center;
}

@media (max-width: 992px) {
	.PrvaOpisSpodaj .col-12.col-lg-6:first-of-type .feature-media {
		transform: translateX(-5%);
		max-height: 500px !important;
        height: 500px !important;
	}
	

	
	.PrvaOpisZgoraj .col-12.col-lg-6:first-of-type .feature-media {
		max-height: 500px !important;
        height: 500px !important;
	}
}

.PrvaOpisSpodaj .feature-actions,
.PrvaOpisZgoraj .feature-actions {
	margin-bottom: 2rem !important;
}



#Panoge {
    scroll-margin-top: 85vh;
}









.joimagegallery.elegant .row {
      gap: 2% !important;
}

.joimagegallery.elegant .gallery-item {
  padding: 0px;
  width: 32%;
  margin-bottom: 2%;
  aspect-ratio: 3 / 1.75;
  overflow: hidden;
}

@media (max-width: 1170px) {
   .joimagegallery.elegant .gallery-item {
        width: 49%; 
   }
}

@media (max-width: 570px) {
   .joimagegallery.elegant .gallery-item {
        width: 100%; 
   }

   .joimagegallery.elegant .row {
      gap: 0 !important;
    }

}


.joimagegallery.elegant .gallery-item img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}






.d-md-none {
    display: none  !important;
}

@media (max-width: 991px) {
  .d-md-none {
    display: block !important;
  }
}

.d-md-block {
    display: none  !important;
}

@media (min-width: 992px) {
  .d-md-block {
    display: block !important;
  }
}


.NoviceInObvestilaSeznam .pull-left.item-image,
.NoviceInObvestilaPrva .blog-item.col img {
    aspect-ratio: 3 / 2 !important;
}

.NoviceInObvestilaPrva .blog-item.col img {
	transform: scale(1, 1);
	transition: all 0.6s ease;
}

.NoviceInObvestilaPrva .blog-item.col:hover img {
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}


.NoviceInObvestilaPrva .item-image {
   overflow: hidden;
}


.item-page.layout-default.no-sidebar .top-article-info {
  max-width: 928px;
}

.t4-masthead .t4-masthead-detail {
	max-width: 90%;
}

#t4-section-2 {
	border: none !important;
}




.form-control, .cart-view .inline #userIDcart_chosen .chosen-single {
	max-width: 100%;
}

.form-check-inline {
	display: contents;
}


.KontaktirajNas .plain-contact-infor .visually-hidden {
    position: static !important;
    width: auto !important;
    height: auto !important;
    clip: auto !important;
    overflow: visible !important;
    white-space: normal !important;
}

.nav.nav-tabs.nav-stacked {
	font-size: 25px !important;
	gap: 10px !important;
}

.KontaktirajNas #t4-section-1 {
	margin-bottom:40px;
}

.t4-header-r .d-none.d-md-block {
	font-size: 0.9rem;
}






.InfoSpodaj .module-title {
margin-bottom: 16px;
  margin-top: 43px;
}

.InfoSpodaj .module-title span{
  font-weight: 700 !important;
  color: #FFF !important;
}


.InfoSpodaj img {
  max-width: 100% !important;
}


@media (min-width: 992px) {
  .t4-footnav .container {
    padding-top: 2rem !important;
  }
}


#back-to-top {
	z-index:100;
}

.section-heading {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100% !important;
}

#t4-footer a {
	  font-weight: 700 !important;
	  transition: color 0.3s ease, color 0.3s ease;
}

#t4-footer .social-list-sm {
  gap: 20px;
  font-size: 25px !important;
}


#t4-footnav .menu-item-title {
  color: #e5e1e1 !important;
  font-weight: 600 !important;
  transition: color 0.3s ease, color 0.3s ease;
}

#t4-footnav .menu-item-title:hover {
	color: var(--mainnav-link-hover-color) !important;
}

#t4-footnav .nav-link {
  padding: 0 !important;
}


#t4-footnav ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}

#t4-footnav ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #999;
}

a {
	transition: color 0.3s ease, color 0.3s ease !important;
}

@media (max-width: 992px) {
  .nav-breakpoint-lg .t4-megamenu {
    max-height: 100vh;
	overflow-y: auto !important;
  }
}

.t4-topbar .navbar {

  margin-right: 5px !important;
}

#Mod214 {
  height: 0px !important;
  padding: 0px;
  margin: 0px;
  position: absolute;
  margin-top: -140px;
}



.video-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	/* grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); tole je, ko jih bo več, se samo prilagaja */
    gap: 2% !important;
}

.video-gallery video {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
    .video-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .video-gallery {
        grid-template-columns: 1fr;
    }
}

#plg_system_eprivacy_modal .modal-body {
  padding: 1.5rem !important;
  font-size: 15px !important;
  line-height: 20px !important;
}



.item-page.layout-1.no-sidebar .full-image .item-image, .item-page.layout-1.no-sidebar .full-image img {
    min-height: 350px;
}

:root {
    --body-bg-color: #f7f4ef ;
	--body-link-hover-color: #700a0b;
}