/* FRONTEND CSS
*********************************************/
html {
    overflow-y: scroll;
  }
  body {
    background-color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    line-height: 180%;
    overflow: hidden;
  }
  
  * {
      -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;    /* Firefox, other Gecko */
      box-sizing: border-box;         /* Opera/IE 8+ */
  }
  
  html, body.dj-offcanvas-open, .dj-offcanvas-wrapper, .dj-offcanvas-pusher {
      height: auto !important;
  }

  a {
    text-decoration: none;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }

  :root {
    --gold:#ff9a00;
    --blue:#0c1138;
  }
  
  .content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 30px;
  }

  .home .fleksi-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  } 

  .resi .fleksi-content {
    max-width: 1600px;
    padding: 100px 30px;
  }

  .fleksi-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 30px;
  }

  .fleksi-content:has(.pagebuilderck) {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  
  body:has(.pagebuilderck) {
    max-width: 1420px;
    margin: 0 auto;
    padding: 50px 30px 100px 30px;
  }

  body:has(.pagebuilderck):has(.pagebuilderck) {
    max-width: 100%;
    padding: 0;
  } 

  .inner {
    max-width: 1420px;
  }

  .inner.animate.clearfix {
    padding: 0 30px;
  }

  .inner.animate.clearfix .inner {
    padding: 0;
  }

  /* slika */

  .slika {
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
    z-index: 2;
    overflow: hidden;
  }

  .slika video {
    width: 100%;
    height: 100vh; 
    object-fit: cover;
    position: relative;
  }

  .over {
    width: 100%;
    background: rgba(0,72,132,0.15);
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 0;
  }

  .slika img {
    animation: zoomInOut 15s ease-in-out infinite;
  }

  @keyframes zoomInOut {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }

  .slika img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

/* top scroll */

.top.scroll {
   background: rgba(255,255,255,0.95);
   box-shadow: 0 0px 17px rgba(0,0,0,0.125);
   padding: 0;
   transition: all 0.2s ease;
}

.top.scroll .logo {
  width: 105px;
}

.top.scroll .menu-wrapper::before {
  background: none;
}

  /* top */

  .top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    padding: 20px 0px;
    transition: all 0.2s ease;
}


.header {
    display: flex;
    align-items: center;
}

.logo {
    width: 180px;
}

.logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

 /* dodatki */

 table tr td {
  border: 1px solid #ddd;
 }

/* MENI */
.menu-wrapper {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background: rgba(255,255,255,0.85);
    transform: skewX(-20deg);
    margin-left: 30%;
}

.dj-megamenu-clean li a.dj-up_a {
  height: auto;
  font-size: 18px;
  font-weight: 700;
  padding: 22px 18px;
  text-transform: uppercase;
}

.dj-megamenu-clean li a.dj-up_a.active {
  color: var(--gold);
} 

.dj-megamenu-clean li:hover a.dj-up_a {
  color: var(--gold);
}

.dj-megamenu-clean li:last-child a.dj-up_a {
  background: var(--gold);
  transform: skewX(-22deg);
  overflow: hidden;
}

.dj-megamenu-clean li:last-child:hover a.dj-up_a, .dj-megamenu-clean li:last-child a.dj-up_a.active {
  background: #0b243e;
}

.dj-megamenu-clean li:last-child a.dj-up_a .title {
  display: inline-block;
  transform: skewX(22deg);
}

.dj-megamenu-clean li a.dj-up_a > span {
  height: auto;
}

      /* barva ozadja mobi */

      .dj-offcanvas-dark, .dj-offcanvas-dark .dj-offcanvas-top {
        background: #20242e;
      }

      ul.dj-mobile-dark li.dj-mobileitem > a {
        background: none;
        font-size: 18px;
      }

      ul.dj-mobile-dark li.dj-mobileitem:hover > a, ul.dj-mobile-dark li.dj-mobileitem.active > a {
        background: none;
      }

      ul.dj-mobile-dark ul li.dj-mobileitem > a {
        background: none;
        border-top: 1px solid #474e60;
      }

      .dj-mobile-open-btn.active .dj-mobile-open-icon, .dj-megamenu-select-dark .dj-mobile-open-btn:focus, .dj-megamenu-select-dark:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus, .dj-megamenu-accordion-dark .dj-mobile-open-btn:hover, .dj-megamenu-accordion-dark .dj-mobile-open-btn:focus {
        background: none !important;
        color: #fff;
      }

      .dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn {
        background: none;
      }

      .dj-offcanvas {
        width: 100% !important;
        padding: 50px !important;
      }
      
      .dj-offcanvas-effect-3.dj-offcanvas-open .dj-offcanvas-pusher {
        transform: translate3d(100%, 0, 0) !important;
      }
      
      .dj-offcanvas-dark .dj-offcanvas-close-btn:focus, button:focus:not(:focus-visible) {
      border: none !important;
      box-shadow: none !important;
      }

      ul.dj-mobile-dark ul li.dj-mobileitem.active > a {
        color: var(--gold);
        background: none;
      }

      li.dj-mobileitem.itemid-137 a {
        background: var(--gold) !important;
        color: #303542 !important;
        border-radius: 2px !important;
        margin: 35px 30px 0px 16px !important;
        padding: 14px 15px 10px 15px !important;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;
      }

      .dj-megamenu-offcanvas-dark .dj-mobile-open-btn {
        color: var(--blue) !important;
      }

/* slogan */

.slogan {
  position: absolute;
  bottom: 100px;
  text-align: center;
  width: 100%;
  padding: 0px 30px;
}

.slogan h1 {
  font-size: 75px;
  font-weight: 600;
  margin: 0px 0px -100px 0px;
  color: #fff;
}

.orange {
  color: var(--gold);
}

/* vsebina */

.vsebina {
  position: relative;
  float: left;
  width: 100%;
}

.home .vsebina {
  padding: 0;
}

.vsebina ul  {
  padding: 15px 0px 15px 24px;
}

.vsebina ul li {
  list-style-image:url(/templates/joomstarter/images/bullet1.svg);
  font-size: 18px;
  padding: 5px 0px;
}

/* bottom */

.bottom {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px 0px 30px 0px;
  background-image: url(/templates/joomstarter/images/bg-bott.jpg);
  background-size: cover;
  color: #fff;
}

.bottom .iko img {
  float: left;
  margin-right: 10px;
}

.bottom::before {
  background-color: rgba(10,40,66,0.85);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
} 

.bottom .content {
  position: relative;
  z-index: 2;
}

.bottom h3 {
  font-size: 20px;
  margin: 0;
  padding: 0px 0px 5px 0px;
}

.bottom a {
  color: var(--gold);
  text-decoration: none;
}

.bottom a:hover {
  text-decoration: underline;
}

img.logo-bott {
  width: 180px;
}

.moduletable.logo-bott {
  float: left;
  width: 200px;
  border-right: 1px solid #fff;
  padding-right: 30px;
}

.moduletable.naslov_bott {
  float: left;
  width: 300px;
  padding-left: 30px;
}

.moduletable.kontakti {
  float: left;
  width: calc(100% - 500px);
  padding-left: 30px;
  text-align: right;
}

.mod-footer {
  width: 100%;
  float: left;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.20);
  padding-top: 30px;
  margin-top: 80px;
}

.footer2 {
  display: none;
}

.pravice {
  width: 100%;
  float: left;
  text-align: right;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 50px;
}

.home .banner-in {
  display: none;
}

.banner-in {
  position: relative;
  float: left;
  width: 100%;
  height: 140px;
  background-image: url(/templates/joomstarter/images/bg-bott.jpg);
}

.banner-in::before {
  background-color: rgba(10,40,66,0.85);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
} 

.logo img {
    filter: brightness(0) invert(1);
}

.top.scroll .logo img {
  filter: none;
}

/* galerija */

.mod_sigplus {
  margin-top: -11.5%;
}

.mod_sigplus img {
  border-radius: 25px;
}

.speasyimagegallery-gallery-item > div {
  border: 1px solid #eee;
}

/* Rsform */
  
  .rsform-block.rsform-block-text {
    margin-bottom: 50px;
    margin-bottom: 30px !important;
  }
  
  .formResponsive .formHorizontal .rsform-block {
      margin-bottom: 0px !important;
   }
  
  .formResponsive input[type="file"] {
    height: 50px;
  }
 
  .formResponsive textarea, .formResponsive input[type="text"] {
    border-radius: 5px !important;
    padding: 15px !important;
    border: 1px solid #ddd;
    background: #fff; 
    padding: 14px 8px !important;
  }
  
  .formResponsive input[type="text"] {
    width: 100% !important;
  }
  
  .rsform-submit-button {
      border-radius: 0 !important;
      text-align: center;
      padding: 15px 25px !important;
      background-color: var(--gold)!important;
      color: #000 !important;
      font-size: 18px !important;
      font-weight: 500;
      background-image: none !important;
      border:none !important;
      margin-top: 30px;
  }
  
  
  .rsform-submit-button:hover {
    box-shadow: 0 0 15px rgba(10,40,66,0.25) !important;
  }
  
  
  .formControlLabel { text-align: left !important; padding: 0 0 0 3px !important; }
  .rsform-block.rsform-block-info .formControlLabel {width:95% !important; }
  .rsform-text-box { width: 97% !important; padding:8px !important;}
  
  
  .formResponsive .formHorizontal .formControls {
      margin-left: 0 !important;
  }
  
  .formResponsive select {
    height: 40px;
    border-radius: 5px;
    width: 100%;
  }

  .rsform-block.rsform-block-ime, .rsform-block.rsform-block-podjetje, .rsform-block.rsform-block-telefon, .rsform-block.rsform-block-email { 
    float: left; 
    width: calc(50% - 50px);
    margin-right: 50px;
  }

  .rsform-block.rsform-block-kolicina {
    width: 210px;
    padding-top: 50px;
    float: left;
  }

  .rsform-block.rsform-block-datoteke {
    margin-top: 30px;
  }

  .rsform-block.rsform-block-tehnologija {
    clear: both;
    background: #f1f5f8;
    padding: 30px 30px 0px 30px;
    width: calc(100% - 30px);
    border-radius: 5px;
  }

  .formResponsive .formHorizontal .formControlLabel {
    width: 100%;
  }

  .rsform-block.rsform-block-tehnologija .formControlLabel {
    float: none;
  }

  /* rešitve */

  .newsflash-horizresitve {
    display: flex;
    gap: 40px;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
  }

   ul.newsflash-horizresitve {
    padding: 0;
   }

  .newsflash-horizresitve li {
    flex: 0 0 33.33%;
    max-width: calc(33.33% - 27px);
    list-style-image: none !important;
  }

  .newsflash-horizresitve li a {
    height: 100%;
    position: relative;
    color: #000;
    text-decoration: none;
  }

  .news_1 {
    width: 100%;
    position: relative;
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 20px;
    border: 1px solid #eee;
  }

  .vseb-text {
    position: relative;
    width: 100%;
    padding: 30px 10px 0px 10px;
  }


a.readmore {
  background: var(--gold);
  padding: 10px 25px;
  color: #000;
  text-decoration: none;
  margin-top: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  transform: skewX(-20deg);
}

a.readmore span {
  display: inline-block;
  transform: skewX(20deg);
}

  a.readmore:hover {
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 15px 1px;
  }

  /* animacija */

  .pagebuilderck .cktype {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
  }

  /* animacija se aktivira samo če obstaja JS */
  .js .pagebuilderck .cktype {
    opacity: 0;
    transform: translateY(5px);
  }

  .js .pagebuilderck .cktype.show {
    opacity: 1;
    transform: translateY(0);
  }



  @media (hover: none) and (pointer: coarse) {
    #row_ID1776753917722 {
      background-attachment: scroll;
    }

    #row_ID1776754330962 {
      background-attachment: scroll;
    }

    #row_ID1775042646402 {
      background-attachment: scroll;
    }
}


  @media only screen and (max-width: 1450px) {
    .menu-wrapper::before {
      margin-left: 50px;
    }
  }

   @media only screen and (max-width: 1100px) {
    .dj-megamenu-clean li a.dj-up_a {
      padding: 22px 15px;
      font-size: 17px;
    }

    #row_ID1776753917722 {
        background: url(/images/banners/tablica/storitve_01.jpg) scroll;
      }

    #row_ID1775042646402 {
        background: url(/images/banners/tablica/uvod_01.jpg) top center no-repeat scroll;
    }

    #row_ID1776754330962 {
        background: url(/images/banners/tablica/prednosti_01.jpg) center center no-repeat scroll;
      }
  }

  @media only screen and (max-width: 1023px) {
      .menu-wrapper {
          padding: 15px 0px;
        }
        .menu-wrapper::before {
          right: 0 !important;
          left: auto;
          width: 150px;
          right: -50px !important;
      }
      
      .home .top.scroll {
        margin-top: 0;
      }
  }

  @media only screen and (max-width: 960px) {
    .slogan h1 {
      font-size: 55px;
    }

    .bottom .wf-columns {
        gap: 0;
     }
  
    .bottom .wf-columns-stack-medium>.wf-column, .bottom .wf-columns .wf-column {
        width: auto;
    }

    #sigplus_1001 .slideplus-slot {
       margin: 7px !important;
    }
  }

    @media only screen and (max-width: 979px) {

      .dj-megamenu-clean li a.dj-up_a {
        font-size: 16px;
      }
      
      .logo {
        width: 140px;
      }
      .home .top.scroll {
        margin-top: 0;
      }
      .banner-in {
        height: 120px;
      }
    }

    @media only screen and (max-width: 979px) {
      #block_ID1776680560933 > .inner {
        border-left: none;
        border-right: none;
        border-top: #dedede 1px solid;
        border-bottom: #dedede 1px solid;
      }
  }

  @media only screen and (max-width: 650px) {
    #tehnologija-grouplbl {
      padding-top: 30px !important;
      display: block;
    }
    .rsform-block.rsform-block-kolicina {
      padding-top: 50px !important;
    }
    .rsform-block.rsform-block-ime, .rsform-block.rsform-block-podjetje, .rsform-block.rsform-block-telefon, .rsform-block.rsform-block-email, .rsform-block.rsform-block-kolicina, .rsform-block.rsform-block-opis {
      margin-right: 20px;
    }
  }


    @media only screen and (max-width: 769px) {
      .bottom .wf-columns-stack-medium>.wf-column, .bottom .wf-columns .wf-column {
          width: 100%;
          text-align: center;
          padding-bottom: 40px;
      }

      .bottom .iko img {
        display: none;
      }

      .moduletable.naslov_bott {
        float: left;
        width: 200px;
      }

      .moduletable.kontakti {
        width: calc(100% - 400px);
      }

      .pravice {
        text-align: center;
      }
            
      .slideplus-stripe > div {
        display: flex;
        gap: 5px;
      }

      .slideplus-slot {
        flex: 0 0 50% !important; /* 2 sliki */
        max-width: 50% !important;
      }
      #row_ID1776429864309 .inner {
        background-size: 26px;
      }

      #row_ID1776753917722 {
        background: url(/images/banners/mobi/storitve_01.jpg);
        background-position: center;
      }

      #row_ID1775042646402 {
        background: url(/images/banners/mobi/uvod_01.jpg) top center no-repeat;
    }

      #row_ID1776754330962 {
        background: url(/images/banners/mobi/prednosti_01.jpg) center center no-repeat;
      }

      .newsflash-horizresitve li {
        flex: 0 0 100%;
        max-width: 100%;
      }
  }

    @media only screen and (max-width: 524px) {
      .slideplus-slot {
        flex: 0 0 100% !important;
        max-width: 100% !important;
      }

      #sigplus_1001 .slideplus-slot {
        margin: 0px !important;
      }

      .inner.animate.clearfix, .content {
        padding: 0 12px;
      }
      .fleksi-content, .resi .fleksi-content {
        padding: 50px 12px;
      }

      .moduletable.logo-bott {
        width: 100%;
        text-align: center;
        border-right: none;
        padding-bottom: 50px;
        padding-right: 0;
      }

      .moduletable.naslov_bott {
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
        padding-left: 0;
      }

      .moduletable.kontakti {
        width: 100%;
        text-align: center;
        padding-left: 0;
      }
    }

.cpnb-message {
  width: 100%;
}

#cpnb_manager_wrap a {
  color: var(--gold);
}

#cpnb_manager_wrap a:hover {
  text-decoration: underline;
}