html {
	overflow-y: scroll;
  } 
  
  body {
    font-family: 'Montserrat', sans-serif;
	  line-height: 26px;
    font-size: 16px;
  }

  html, body.dj-offcanvas-open, .dj-offcanvas-wrapper, .dj-offcanvas-pusher {
    height: auto !important;
  }
  
  * {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
  }
  

  :root {
    --gold:#d2ae6d;
  }

  strong, b {
	font-weight: 600;
  }
  
  a, a:hover {
	transition: all 0.5s ease;
  }
  
  p {
	  margin-bottom: 0;
  }

  h2, h1 {
    font-size: 36px;
    font-weight: 600;
    color: var(--gold);
  }

  h1 {
    padding-bottom: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .content {
	  max-width:1600px;
	  margin:0 auto; 
	  padding: 0px 30px;
  }  

  .content-s {
	  max-width:1400px;
	  margin:0 auto; 
	  padding: 0px 30px;
  } 

  /* tabela */

  table {
    margin: 0 auto;
    max-width: 1000px;
  }

  .odd img{
    margin: 0px 10px;
  }

  .itemid-151 .vsebina table tr td, .itemid-184 .vsebina table tr td, .itemid-165 .vsebina table tr td, .itemid-200 .vsebina table tr td {
    border: 1px solid #eee !important;
    padding: 5px;
  }

  .itemid-151 .vsebina table, .itemid-184 .vsebina table, .itemid-165 .vsebina table, .itemid-200 .vsebina table  {
    max-width: 1600px;
  }

  .tableButton a, a.tableButton  {
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    background: var(--gold);
    padding: 10px 25px;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.5s ease;
    text-align: center;
  }

  .tableButton a:hover, a.tableButton:hover  {
    color: #000 !important;
    background: #e4bc73;
  }

  .bela tr td {
    vertical-align: top;
  }

  .bela tr td:nth-child(1) {
    width: 40%;
  }

  .bela tr td:nth-child(2) {
    width: 60%;
    padding-left: 50px;
  }

  /* -------------- */

  a.gumb-2 {
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    background: var(--gold);;
    padding: 2px 10px;
    font-weight: 500;
    transition: all 0.5s ease;
    text-align: center;
    margin-top: 10px;
  }

  a.gumb-2:hover {
    color: #000 !important;
    background: #e4bc73;
  }

  /* kontakt top */

   .kontakt-top {
    float: left;
    width: 140px;
    margin-top: 4px;
  }

  .kontakt-top a {
    color: #000;
    text-decoration: none;
    background: var(--gold);
    padding: 8px 25px;
    border-radius: 2px;
    font-weight: 500;
  }

  .kontakt-top a:hover {
    background: #f7d790;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
  }

  /* top */
 
  .top {
    position: fixed;
    width: 100%;
    padding: 25px 0px 60px 0px;
    z-index: 4;
    background: url(/templates/j4starter/images/transp.png);
    background-repeat: repeat-x;
    background-position: top;
  }

.top.scroll {
  background: rgba(0,0,0,0.65);
  transition: all 0.5s ease;
  opacity: 1;
  padding: 25px 0px;
}

.top.scroll.hideMenuOnScroll {
  opacity: 0;
  transition: all 0.5s ease;
}

  .logo {
    float: left;
    width: 400px;
  }

  .logo img {
    width: 220px;
  }

  .jeziki {
    float: left;
    width: 175px;
    padding-top: 3px;
    text-align: right;
    padding-right: 10px;
  }

  ul.mod-languages__list li a {
    color: #fff;
    border: none;
  }

  ul.mod-languages__list li a:hover {
    color: var(--gold);
    border: none;
  }

  div.mod-languages ul li.lang-active {
    background: none !important;
  }

  ul.mod-languages__list li.lang-active a {
    color: var(--gold);
    text-decoration: none;
  }

  div.mod-languages a {
    padding: 3px 5px;
  }

  div.mod-languages li {
    margin:0;
  }

/* pdf ikonca */

.ico-pdf {
  width: 50px;
  float: left;
  margin-top: 2px;
}

.ico-pdf a img {
  
  transition: all 0.3s ease;
}

.ico-pdf a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

/* search */

.search {
  width: 25px;
  float: left;
  margin-top: 2px;
}

/* meni */

  .meni {
    float: left;
    width: calc(100% - 790px);
    text-align: center;
    padding-top: 3px;
  }

  .meni:hover {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
  }

  .meni img {
    width: 60px;
    transition: all 0.3s ease;
  }

  .dj-megamenu-wrapper ul li {
    display: block;
    width: 100%;
  }

  .dj-megamenu-clean li a.dj-up_a {
    color: #fff;
    font-size: 20px;
  }

/* MENI OVER */
.meni-over {
  width: 100%;
  bottom: 0;
  top: 0;
  z-index: 100;
  height: 100vh;
  position: fixed;
  display: none;
  overflow: scroll;
  background: #474749;
}

.meni-over a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

.meni-over a:hover {
  color: var(--gold);
}

.m-left {
  width: 50%;
  background:#474749;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  color: #fff;
  padding-top: 100px;
  padding-left: 20%;
}

.m-left a img {
  width: 30px;
  float: left;
  margin:0px 5px 0px 0px;
}

.m-right {
  width: 50%;
  background:#474749;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 100px;
  position: absolute;}


ul.navbar-nav li {
  padding: 13px 0px;
}

.zapri {
  position: fixed;
  text-align: right;
  color: #fff;
  width: 100%;
  font-size: 2rem;
  padding: 23px 42px;
  border-radius: 2px;
  background: var(--red);
  transition: all 0.3s ease;
}

.zapri:hover, .zapri2:hover  {
  transition: all 0.3s ease;
  cursor: pointer !important;
}

.zapri2 {
  float: left;
  text-align: right;
  color: #fff;
  width: 100%;
  font-size: 2rem;
  padding: 23px 42px;
}

/* gallery */

.tab-click-loadMore.active, .osgalery-cat-tabs {
  display: none !important;
}

[class^=os-gallery-tabs-main] .os-cat-tab-images {
  margin-left: -10px !important;
}

[class^="os-gallery-tabs-main"] .img-block.sergio-effect {
  background: none !important;
}

[class^="os-gallery-tabs-main"] .img-block.ariana-effect .os-gallery-caption p, [class^="os-gallery-tabs-main"] .img-block.ariana-effect .os-gallery-caption h3.os-gallery-img-title {
  color: #fff !important;
  text-shadow: 1px 2px 4px #505050;
  background: none !important;
  text-align: left;
  font-size: 16px !important;
  font-weight: 400;
}

[class^="os-gallery-tabs-main"] .img-block.ariana-effect .os-gallery-caption h3.os-gallery-img-title {

}

[class^="os-gallery-tabs-main"] .img-block.ariana-effect .os-gallery-caption h3.os-gallery-img-title::before {
  box-shadow: none !important;
}

ul.ig-slider-items.igui-position-relative  {
  display: none;
}

.igui-slideshow-items li {
  background: #eee;
}

.ig-slideshow-image:hover {
  transition: all 0.5s ease;
  transform: scale(1.03, 1.03);
}

.ig-slideshow-image {
  transition: all 0.5s ease;
}


  /* banner */ 

    .slider {
      position: relative;
      width: 100%;
      float: left;
      z-index: 1;
      background-position: center;
      overflow: hidden;
      line-height: 0px;
    }

    .slider video {
      width: 100%;
      height: 100vh;
      object-fit: cover;
    }

   .banner {
    position: relative;
    width: 100%;
    height: 100vh;
    float: left;
    background-image: url(/images/banners/banner_misteral.jpg);
    background-size: cover;
    background-position: top center;
   }

   .banner-in  {
    position: relative;
    width: 100%;
    float: left;
    background-size: cover !important;
   }

   .banner-in.active {
    height: 550px;
    background-size: cover;
    background-position: center;
}

   #mod-custom122, #mod-custom124 {
    height: 80px;
    background: #474749;
  }

  .over {
    width: 100%;
    background: rgba(25,30,41,0.20);
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 0;
  }

   .slogan {
    position: absolute;
    bottom: 40%;
    color: #fff;
    font-size: 50px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 3;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
   }

   .slogan h1 {
    font-size: 50px;
    text-transform: uppercase;
   }

   .slogan h1 .podnaslov {
    font-size: 26px;
    display: block;
   }

   .slogan h1 small {
    font-size: 26px;
    display: block;
    line-height: 180%;
   }

   .slogan h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
   }

   .scroll-down {
    width: 100%;
    -webkit-animation: bounce-3;
    animation: bounce-3;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    text-align: center;
    margin-bottom: 15px;
    position: absolute;
    bottom: 30px;
    z-index: 3;
  }

  .scroll-down img {
    width: 45px;
  }

    .djslider-default .navigation-container .next-button {
      margin-top: 18%;
      width: 50px;
    }

    .djslider-default .navigation-container .prev-button {
      display: none;
    }

    .slide-desc-text-default {
      text-align: center;
      padding-bottom: 50px;
    }

    .slide-text a, .slide-text {
      color: #fff;
      font-weight: 600;
      font-size: 40px;
      text-decoration: none;
    }

    .slide-desc-bg-default {
      background: none;
    }

    .slide-desc-text-default a.readmore {
      float: initial;
      color: #fff;
      font-weight: 600;
      font-size: 40px;
      text-decoration: none;
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
      color: #000;
      box-shadow: none;
    }

    /* banner */

    #mod-custom207, #mod-custom237, #mod-custom236, #mod-custom235 {
      position: relative;
      width: 100%;
      height: 100vh;
      background-position: top center;
      background-size: cover;
    }

  /* uvod */ 

  .uvod {
    position: relative;
    width: 100%;
    float: left;
    padding: 150px 20px 80px 50px;
    overflow: hidden;
    background: #fff;
  }

  .uvod-levo {
    position: relative;
    width: 50%;
    float: left;
    background-image: url(/images/banners/lamelna-pergola-misteral.jpg);
    background-position: center right;
    background-size: cover;
    height: 550px;
  }

  .uvod-levo-slika {
    position: absolute;
  }

  .uvod-levo-slika img {
    opacity: 0;
  }

  .uvod-desno {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
  }

  .uvod-desno ul {
    padding: 10px 0px 0px 20px;
    margin: 0;
  }

  .uvod-desno .naslov-s {
    padding-bottom: 15px;
  }

  .uvod-desno h2 {
    padding-bottom: 20px;
  }

  .uvod-desno ul li {
    list-style-type: none;
    background-image: url(/images/ikcons/ikona.png);
    background-position-y: 9px;
    background-size: 18px;
    background-repeat: no-repeat;
    padding: 3px 0px 3px 24px;
    margin: 0px;
    font-weight: 500;
  }

  .uvod-desno h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .uvod-desno h3 a {
    display: block;
    color: #000;
    text-decoration: none;
    background: #faf8f5;
    padding: 10px 10px 10px 23px;
    border-radius: 2px;
    background-image: url(/images/ikcons/ikona.png);
    background-repeat: no-repeat;
    background-size: 18px;
  }

  .uvod-desno h3 a:hover {
    background: #dfc088;
    background-image: url(/images/ikcons/ikona-w.png);
    background-repeat: no-repeat;
    background-size: 18px;
  }

  .znacka {
    position: absolute;
    margin-left: -50px;
    padding: 40px 20px 20px 20px;
    width: 155px;
    height: 155px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    text-align: center;
    margin-top: 70px;
    outline-offset: -15px;
    transition: all .12s ease-in-out;
    outline: 2px dashed #eee;
    line-height: 20px;
  }

  #mod-custom239, #mod-custom241, #mod-custom240, #mod-custom242 {
    font-size: 14px;
  }

  #mod-custom239 .zlata-xl, #mod-custom241 .zlata-xl, #mod-custom240 .zlata-xl, #mod-custom242 .zlata-xl {
    padding-bottom: 8px;
  }

  .znacka2 {
    position: absolute;
    margin-left: -50px;
    padding: 50px 20px 20px 20px;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    text-align: center;
    margin-top: 250px;
    outline-offset: -15px;
    transition: all .12s ease-in-out;
    outline: 2px dashed #eee;
    line-height: 20px;
  }

  .znacka2 .zlata-xl, .znacka .zlata-xl {
    font-size: 34px;
  }

  .gumb-vprasajte {
    position: absolute;
    bottom: 50px;
    right: -25px;
  }

  .gumb-vprasajte a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    background: var(--gold);
    padding: 10px 25px;
    border-radius: 2px;
    font-weight: 500;
  }

  .gumb-vprasajte a:hover {
    background: #f7d790;
    color: #000;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
  }

  .gumb {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 80px;
    text-align: center;
  }

  .gumb a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    background: none;
    border: 1px solid var(--gold);
    padding: 10px 25px;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.5s ease;
  }

  .gumb a:hover {
    background: var(--gold);
  }

  a.gumbek {
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    background: var(--gold);
    padding: 5px 25px;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.5s ease;
    margin-top: 30px;
    border-radius: 2px;
    line-height: 40px;
    text-transform: uppercase;
  }

  a.gumbek:hover {
    background: #f7d790;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    color: #000 !important;
  }

  a.gumbek-g {
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    background: var(--gold);
    padding: 5px 25px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.5s ease;
    margin-top: 30px;
    border-radius: 2px;
    line-height: 40px;
    float: left;
    margin-right: 20px;
  }

  a.gumbek-g:hover {
    background: #f7d790;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    color: #000 !important;
  }

  /* zakaj Miosteral */

  .zakaj {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 0px 150px 0px;
    text-align: center;
    background: #fff;
  }

  .zakaj h3 {
    color: #000;
    padding: 0px 0px 50px 0px;
    margin: 0;
    font-size: 36px;
    font-weight: 600;
  }

  .zakaj .naslov-m {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }

.desno [class*=" icon-"], .desno [class^="icon-"] {
    display: none;
  }

  /* Bloki */

  .bloki, .bloki-2 {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 0px 150px 0px;
    background: #fff;
  }

  .bloki .uvod-levo-slika img {
    width: auto;
    height: auto;
  }

  ul.newsflash-horizblok1 {
    padding: 0;
    margin: 0;
  }

  ul.newsflash-horizblok1 li {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  #mod-custom211, #mod-custom247, #mod-custom248, #mod-custom270 {
    float: left;
    position: relative;
    width: 50%;
    height: 520px;
    background-size: cover !important;
    background-position: center center;
    z-index: 2;
  }

  #mod-custom212, #mod-custom249, #mod-custom250, #mod-custom271 {
    float: right;
    position: relative;
    width: 50%;
    height: 550px;
    background-size: cover !important;
    background-position: center center;
    z-index: 2;
  }

  .blok_desno {
    float: left;
    position: relative;
    width: calc(50% + 30px);
    padding: 80px 80px 50px 120px;
    box-shadow: 8px -1px 39px -16px rgba(0,0,0,0.20);
    -webkit-box-shadow: 8px -1px 39px -16px rgba(0,0,0,0.20);
    -moz-box-shadow: 8px -1px 39px -16px rgba(0,0,0,0.20);
    margin-top: -50px;
    margin-left: -50px;
    background: url(/templates/j4starter/images/ikona-misteral-2.png);
    background-position: top right;
    background-repeat: no-repeat;
  }

    .blok_desno ul {
    padding: 30px 0px 0px 20px;
    margin: 0;
  }

  .blok_desno ul li {
    list-style-type: none;
    background-image: url(/images/ikcons/ikona.png);
    background-position-y: 9px;
    background-size: 18px;
    background-repeat: no-repeat;
    padding: 3px 0px 3px 24px;
    margin: 0px;
    font-weight: 500;
  }

  .blok_desno a {
    color: var(--gold);
    text-decoration: none;
  }

  .blok_desno a:hover {
    color: #000;
  }

  /* bloki 2 */

  .bloki-2 .blok_desno {
    margin-left: 0;
    width: calc(50% + 50px);
    background-position: top left;
    margin-right: -50px;
    background: url(/templates/j4starter/images/ikona-misteral-3.png);
    box-shadow: -13px 1px 39px -7px rgba(0,0,0,0.20);
    -webkit-box-shadow: -13px 1px 39px -7px rgba(0,0,0,0.20);
    -moz-box-shadow: -13px 1px 39px -7px rgba(0,0,0,0.20);
    background-repeat: no-repeat;
    padding: 80px 120px 50px 80px;
  }

  .bloki-2 .gumb-vprasajte {
    left: -25px;
  }

  /* categories */

  .categories {
    width: 100%;
    position: relative;
    float: left;
    background: #fff;
    padding: 0px 0px 100px 0px;
  }

  /* call to action */   

  .call-action {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 80px;
    background: #fff;
    text-align: center;
  }

  .call-action h3 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    padding: 0px 0px 50px 0px;
    margin: 0;
  }

  /* Nasveti */

  .nasveti {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0px;
    text-align: center;
    background: #fff;
  }

  .nasveti ul.newsflash-horiz {
    margin: 0;
    padding: 0;
  }

  .nasveti ul.newsflash-horiz li {
    margin: 0;
    padding: 0px 30px;
    list-style-type: none;
    float: left;
    width: 33.33%;
    position: relative;
  }

  .nasveti h3 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    padding: 0px 0px 80px 0px;
    margin: 0;
  }

  .nasveti h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 15px;
  }

  .nasvet_slika_1 {
    position: relative;
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
    border: 1px solid #eee;
    border-radius: 2px;
    transition: all 0.5s ease;
  }

  .nasveti1 ul li a {
    color: #555;
    text-decoration: none;
  }

  a:hover .nasvet_slika_1 {
    transition: all 0.5s ease;
    transform: scale(1.03, 1.03);
  }

  .nasveti1 ul li a:hover {
    color: var(--gold);
  }

    .desno .btn.btn-primary, #search-form .btn.btn-primary, #search-form .btn.btn-secondary {
    background: var(--gold);
    color: #fff;
    padding: 4px 10px !important;
    font-size: 16px;
  }

  #search-form .btn.btn-secondary {
    margin-left: 20px;
  }

  .free-text {
    position: absolute !important;
    top: 5px;
    left: 10px;
    z-index: 10;
    color: #fff;
    display: none;
    text-align: left;
    text-shadow: 1px 2px 4px #505050;
    font-size: 14px;
  }

  .nasveti .free-text, .konf-okvir .free-text, .bloki .free-text, .bloki-2 .free-text, .uvod .free-text  {
    display: block;
  }

  li.field-entry.free-text {
    width: 100% !important;
  }

  /* Nasveti blog */

  .com-content-category-blog__item.blog-item {
    width: 33.33%;
    float: left;
    padding: 0px 30px 30px 0px;
    margin-bottom: 30px;
  }

  .blog-item {
    display: inline-block;
  }

  .blog h2 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .blog-item .item-image {
    height: 150px;
    border-radius: 2px;
  }

  .blog-items {
    display: inline-block;
    margin: 0;
    grid-gap: 0;
  }

  .blog .btn-secondary {
    padding: 0;
    background: none;
    border: none;
    text-decoration: underline;
  }

  .blog .btn-secondary:hover {
    color: #000;
  }

  .readmore a [class^="icon-"] {
    display: none;
  }

  .page-item.active .page-link {
    background-color: var(--gold);
    border-color: var(--gold);
  }

  .blog .page-link:hover {
    color: #000;
  }

  #mod-custom219, #mod-custom238, #mod-custom255, #mod-custom266 {
    width: 100%;
    float: left;
    text-align: center;
  }

   /* vsebina */ 

   .vsebina {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0px;
    line-height: 30px;
    background: #fff;
  }

  .vsebina a {
    text-decoration: none;
    color: var(--gold);
  }

  .itemid-101 .vsebina , .itemid-101 .banner-in, .itemid-125 .vsebina, .itemid-126 .vsebina, .itemid-140 .vsebina, .itemid-141 .vsebina  {
      display: none;
  }

  .vsebina button {
    background: none;
    border: 1px solid var(--gold);
    padding: 10px 25px;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.5s ease;    
  }

  .vsebina button:hover {
    border: 1px solid var(--gold);
    background: var(--gold);
    transition: all 0.5s ease;
  }

  .itemid-103 .vsebina img, .itemid-178 .vsebina img, .itemid-160 .vsebina img, .itemid-195 .vsebina img   {
    margin: 0px 10px 20px 10px;
  }

  .vsebina .wf-columns {
    gap: 2rem;
  }

  .vsebina h3 {
    font-size: 30px;
    margin: 0;
    padding: 10px 0px;
    color: var(--gold);
  }

  .vsebina h4 {
    font-size: 20px;
  }

  .levo {
    width: calc(100% - 350px);
    float: left;
    padding-right: 80px;
  }

  .desno {
    float: left;
    width: 350px;
  }

  .desno h4 {
    padding: 30px 0px 15px 0px;
  }

  .desno ul {
    padding: 0;
    margin: 0;
  }

  .desno ul li {
    padding: 10px 0px 10px 22px;
    margin: 0;
    list-style-type: none;
    background-image: url(/images/ikcons/ikona.png);
    background-position-y: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ddd;
  }

  .desno ul li a {
    color: #000;
  }

  .desno ul li a:hover {
    color: var(--gold);
  }

  .moduletable._pod {
    background: #eee;
    padding: 30px 25px;
  }

  .awesomplete {
    display: inline-block;
    position: relative;
    width: 210px;
  }

  .nas {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
  }

  /* slider kategorij */ 
  #mod-custom111 {
    float: left;
    width: 100%;
  }

  .moduletable._kat {
    float: left;
    position: relative;
    width: 100%;
  }

  ul.newsflash-horiz_kat {
    padding: 0;
    margin: 0;
  }

  ul.newsflash-horiz_kat li {
    list-style-type: none;
    float: left;
    width: calc(33.33% - 30px);
    margin: 0px 15px 30px 15px;
    overflow: hidden;
  }

  ul.newsflash-horiz_kat li a {
    text-decoration: none;
  }

  .news_left.news_1 {
    width: 100%;
    position: relative;
    background-size: cover !important;
    transition: all 0.5s ease;
    padding-bottom: 90%;
    height: auto;
    background-position: center !important;
  }

  .news_left.news_1:hover {
    transition: all 0.5s ease;
    transform: scale(1.03, 1.03);
  }

  .over-lay {
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: calc(100% - 45px);
  }

  .naslov {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding-top: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.6894958667060574) 2%, rgba(255,255,255,0) 71%);
  }

  .naslov h3 {
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #d2ae6d;
    padding: 10px 35px;
    display: inline-block;
    margin-bottom: 50px;
    border-radius: 2px;
    margin-left:20px;
    margin-right: 20px;
    color: #d2ae6d;
  }

  .moduletable._kat h2 {
    text-align: center;
    color: #000;
    margin: 0px;
    padding: 0px 0px 80px 0px;
  }

  .ikon {
    background-size: cover;
    transition: all 0.5s ease;
    position: absolute;
    z-index: 3;
  }

  .news_left.news_1:hover .over-lay {
    background-color: rgba(0,0,0,0);
    transition: all 0.5s ease;
  }

  .arrow-position {
    position: relative;
    width: 100%;
  }

  /* dodatna statistika - uvod */

  .moduletable.stat-2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    background: #faf8f5;
    padding: 80px;
    margin-top: 100px;
    border-radius: 2px;
  }

  .moduletable.pod-nasveti {
    float: left;
    width: 100%;
    margin-top: 100px;
  }
   .moduletable.pod-nasveti h4 {
    padding: 0px;
    margin: 0px 0px 18px 0px;
   }

  /* slider pergole */

  .slider-znotraj {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .slider-znotraj ul { 
    padding: 0;
    margin: 0;
    width: 300%;
  }

  .slider-znotraj ul li {
    list-style-type: none;
    float: left;
    width: calc(10% - 10px);
    margin: 0px 5px 25px 5px;
    overflow: hidden;
  }

  #mod-custom132 {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
  }

  #mod-custom132 .arrow-2 {
    position: absolute;
    right: 15px;
    flex: 0 0 120px;
    padding-top: 9%;
    width: 25px;
  }

  #mod-custom132 .arrow-1 {
    position: absolute;
    left: 15px;
    flex: 0 0 120px;
    padding-top: 9%;
    width: 45px;
  }

  .galleryPositionWidth {
    float:left;
    position:relative;
    width:100%;
    background:#ddd;
    height:5px;
  }

  .galleryPositionIndicator {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--gold);
  }

  /* delitev fotovoltaike */
  .moduletable._foto ul {
    padding: 0;
    margin: 0;
  }

  .moduletable._foto ul li {
    width: calc(50% - 20px);
    float: left;
    list-style-type: none;
    margin: 0px 10px;
    overflow: hidden;
  }

  .moduletable._foto ul li .naslov h3 {
    font-size: 18px;
    text-transform:inherit;
    line-height: 24px;
  }


  /* delitev pergol */

  .moduletable._kat2 ul {
    padding: 0;
    margin: 0;
  }

  .moduletable._kat2 ul li {
    width: calc(50% - 30px);
    float: left;
    list-style-type: none;
    margin: 0px 30px 30px 0px;
    overflow: hidden;
  }

  .moduletable._kat2 a .naslov h3 {
    font-size: 24px;
    width: 300px;
  }

  /* galerija */

  .moduletable._gal ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .moduletable._gal ul li {
    width: calc(33.33% - 30px);
    float: left;
    list-style-type: none;
    margin: 0px 15px;
    overflow: hidden;
  }

  .moduletable._gal a .naslov h3 {
    font-size: 24px;
    width: 300px;
  }

  .moduletable._gale ul {
    display: inline-block;
  }

  .moduletable._gale ul li {
    display: inline-block;
  }

  .moduletable._gale ul li a {
    color: #000;
    margin-right: 20px;
    font-weight: 500;
    padding: 5px 0px;
  }

  .moduletable._gale ul li a:hover, .moduletable._gale li.active a {
    background-image: url(/templates/j4starter/images/crta.png);
    background-position: bottom left;
    background-repeat: no-repeat;
  } 

  /* konfigurator */ 

  .konf {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    background: #fff;
  }

  .konf-okvir {
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
  }

  .gold_image img {
    display: none;
  }

  /* sledite */ 

  .sledite {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0px;
    background: var(--gold);
    text-align: center;
    color: #fff;
    margin-bottom: 530px;
  }


  .sledite a img {
    margin: 30px 10px 0px 10px;
    width: 30px;
    transition: all 0.5s ease;
  }
  
  .sledite a:hover img {
    filter: invert(100%);
    transition: all 0.5s ease;
  }


  .sledite a {
    text-decoration: none;
  }

  .social-od {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 500px;
  }

  /* popup */

  .moduletable.pop {
    z-index:1000; 
    background:rgba(0,0,0,0.70); 
    position:fixed; 
    width:100%; 
    height:100%; 
    top:0; 
    left:0; 
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 12px;
  }

  .moduletable.pop video {
    max-width: 405px;
    border: 5px solid #fff;
    border-radius: 8px;
  }

  .zapri3 {
    float: right;
    text-align: center;
    font-size: 14px;
    padding: 0px 12px;
    display: inline-block;
    border: 1px solid var(--gold);
    background: var(--gold);
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 500;
  }
  
  .zapri3:hover  {
    transition: all 0.3s ease;
    cursor: pointer !important;
  }

  /* iskalnik */

  .iski {
    position: fixed;
    width: 100%;
    float: left;
    background: rgba(0,0,0,0.85);
    display: none;
    color: #fff;
    z-index: 5;
    transition: all 0.5s ease;
    padding: 6px 50px 100px 50px;
  }

  .iski .form-control {
    background: none;
    border: none;
    color: #fff;
  }

  .iski .mod-finder__search.input-group {
    border-bottom: 1px solid #ddd;
  }

  .iski .btn.btn-primary {
    font-size: 0;
  }

  .iski .btn-primary {
    background: none;
    border: none;
  }

  .iski ::placeholder {
    color: #eee;
  }

  .iski .input-group {
    display: inline-block;
  }

  .iski .input-group {
    width: auto;
  }

  .iski .awesomplete {
    width: 400px;
  }

  ._osnova {
    margin: 0 auto;
    width: 500px;
  }

  .iski .form-control:focus {
    color: #fff !important;
  }


  .iski [class^="icon-"], .iski [class*=" icon-"] {
    background-image: url(/templates/j4starter/images/isci.png);
    width: 20px;
    height: 20px;
    background-size: 20px;
    font-size: 0;
  }

  .form-control:focus {
    box-shadow: none;
  }

  /* oblaček */

  .oblacek {
    bottom: 30px;
    right: 30px;
    position: fixed;
    z-index: 9;
  }

  a.obisk {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background-color: var(--gold);
    color: #000;
    text-align: center;
    display: block;
    padding-top: 40px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    background-image: url(/templates/j4starter/images/ikona-misteral-3.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 27px;
    background-position-y: 10px;
  }

  a.obisk:hover {
    background: #f7d790;
    background-image: url(/templates/j4starter/images/ikona-misteral-3.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 27px;
    background-position-y: 10px;
  }

  #mod-custom260 a.obisk {
    width: 180px;
    height: 100px;
  }

  /* gumbi spodaj */

  .trans-bott {
    position: fixed;
    width: 100%;
    bottom: 0;
    top: 0;
    padding: 30px;
    background: rgba(0,0,0,0.85);
    display: none;
    z-index: 10000;
  }

  .zapri-bott {
    width: 100%;
    float: right;
    color: var(--gold);
    font-weight: 500;
    font-size: 1.5rem;
    text-align: right;
  }

  .gumbi-bott {
    width: calc(100% - 150px);
    text-align: right;
    position: absolute;
    bottom: 30px;
  }

  .gumbi-bott a {
    border-radius: 100px;
    display: inline-block;
    width: 360px;
    margin-top:30px;
    background: #ead0a1;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 125%;
  }

  .gumbi-bott a:hover {
    background: var(--gold);
  } 

  .ikona-bott {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 65px;

  }

  .ikona-bott img {
    width: 65px;
  }

  /* bott */ 

  .bott {
    position: fixed;
    z-index: -1;
    width: 100%;
    float: left;
    padding-top: 80px;
    color: #fff;
    background:#3c3d46;
    line-height: 30px;
    bottom: 0;
  }

  .bott a {
    color: #fff;
    text-decoration: none;
  }

   .bott a:hover {
    color: var(--gold);
    text-decoration: none;
  }

  .width25 {
    float: left;
    width: 20%;
    padding-right: 15px;
  }

  .width26 {
    float: left;
    width: 30%;
    padding-right: 15px;
  }

  .width27 {
    float: left;
    width: 25%;
    padding-right: 15px;
  }

  .width28 {
    float: left;
    width: 25%;
    padding-right: 15px;
  }

  .logo-b p:nth-child(1) img {
    width: 200px;
  }

  .bott h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0px 0px 15px 0px;
  }

  /* pravice */ 

  .pravice {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid var(--gold);
    margin-top: 50px;
  }

  .pravice a {
    color: #000;
  }

  /* Rsform */

.formResponsive {
  max-width: 800px;
  margin: 0 auto;
}

.formResponsive .formHorizontal .rsform-block.rsform-block-soglasje .formControlLabel {
  width: 18px !important;
}

.formResponsive .formHorizontal .rsform-block.rsform-block-soglasje .formControls {
  width: calc(100% - 20px) !important;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"]{
  border: 1px solid var(--gold);
}

.rsform-block.rsform-block-text-1 {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px !important;
  padding-bottom: 30px;
}

.rsform-block.rsform-block-text {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
}

.formResponsive .formControls label {
  margin: 3px 15px 3px 0px;
}

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0px !important;
 }

.formResponsive textarea, .formResponsive input[type="text"] {
  padding: 14px 8px !important;
}

.formResponsive textarea, .formResponsive input[type="text"] {
  border-radius: 0px !important;
  padding: 15px !important;
}

.formResponsive input[type="text"] {
  width: 450px;
}

.rsform-submit-button {
    border-radius: 0px !important;
    text-align: center;
    font-size: 18px !important;
    padding: 10px 25px !important;
    background-color: var(--gold) !important;
    background-image: none !important;
    border:none !important;
    text-shadow: none;
    font-weight: 600;
    margin-left: 50px;
    margin-top: -5px;
}

.rsform-submit-button:hover {
  background-color: var(--gold) !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.3) !important;
}


.rsform-block.rsform-block-send {
  background-image: url(/templates/j4starter/images/avioncek.png);
  background-repeat: no-repeat;
  background-size: 43px;
  margin-top: 15px;
}

.formControlLabel { text-align: left !important; padding: 0 0 0 0px !important; }
.rsform-block.rsform-block-info .formControlLabel {width:95% !important; }
.rsform-text-box { width: 97% !important; padding:8px !important;}


.rsform-block.rsform-block-sporocilo {
  width: 98%;
}

.formResponsive .formHorizontal .formControlLabel {
  width: 100% !important;
}

.formResponsive .formHorizontal .formControls {
    margin-left: 0 !important;
}

.formResponsive label {
  height: auto !important;
  font-size: 14px;
}

.formResponsive input[type="radio"], .formResponsive input[type="checkbox"] {
  margin-top: 11px !important;
}


.rsform-block.rsform-block-barva-pergole, .rsform-block.rsform-block-barva-konstrukcije {
  width: calc(95% - 300px);
  float: left;
}


.rsform-block.rsform-block-druga-barva-pergole, .rsform-block.rsform-block-druga-barva-konstrukcije {
  float: left;
  width: 300px;
  padding-top: 23px;
}

.rsform-block.rsform-block-druga-barva-pergole input[type="text"], .rsform-block.rsform-block-druga-barva-konstrukcije input[type="text"]  {
  width: 300px !important;
}

.rsform-block.rsform-block-datum-izvedbe .rsform-input-box {
  float: left;
  width: calc(95% - 300px);
}

.rsform-block.rsform-block-datum-izvedbe .formDescription {
  width: 300px;
  float: left;
  padding-left: 20px;
}


.formResponsive input[type="text"] {
  width: 95%;
}

.rsform-block.rsform-block-sporocilo {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 30px;
}

input[type=radio] {
  accent-color: var(--gold);
}

.formResponsive input[type="file"] {
  height: auto !important;
  width: 100%;
}

/* animacije */

.ani {
  opacity: 0;
  margin-top: 30px;
  transition: all 0.30s ease;
}

.ani-1 {
  opacity: 0;
  margin-top: 30px;
  transition: all 0.95s ease;
}

.ani-2 {
  opacity: 0;
  margin-top: 60px;
  transition: all 0.90s ease;
  position: relative;
}

.animation {
  opacity: 1;
  margin-top:0px;
}

.caption {
  opacity: 0;
  max-width: 600px;
  margin: 0 auto;
  transition: all 1.50s ease;
}


.caption-ani {
  opacity: 1;
  max-width: 1400px;
  margin: 0 auto;
  transition: all 1.50s ease;
  text-align: center;
}

.imgZoom {
  position: fixed;
  left: 10vw;
  top: 10vh;
  width: 80vw;
  height: 80vh;
  background: #fff;
  border: 1px solid var(--gold);
  z-index: 999;
  display:none;
  opacity: 0;
  background-size: cover;
}

.imgZoomOverly {
  z-index: 998;
  position: fixed;
  background: rgba(0,0,0,0.8);
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  opacity: 0;
}

/* odmiki */

.odmik-1 {
  padding: 30px 30px 30px 30px;
}

.odmik-2 {
  padding: 30px 30px 30px 30px;
}


@media only screen and (max-width: 1390px) {
  .uvod-desno {
    padding-right: 0px;
  }
}


@media only screen and (max-width: 1250px) {
  h2, h1 {
    font-size: 30px;
  }

  .blok_desno {
    padding: 50px 80px 50px 100px;
  }

  .bloki-2 .blok_desno {
    padding: 60px 100px 50px 50px;
  }

  .nasveti ul.newsflash-horiz li {
    padding: 0px 30px;
  }

  .levo {
    padding-right: 30px;
    width: calc(100% - 300px);
  }

  .desno {
    width: 300px;
  }

  .awesomplete {
    width: 180px;
  }

  .moduletable._pod {
    padding: 15px 15px;
  }
}

@media only screen and (max-width: 1130px) {
  .sledite {
    margin-bottom: 560px;
  }
}

@media only screen and (max-width: 1100px) {
  .sledite {
    margin-bottom: 590px;
  }
  
  
  .blok_desno {
    padding: 50px 30px 50px 100px;
  }

  .uvod {
    padding: 100px 20px 80px 20px;
  }

  .categories, .zakaj{
    padding: 0px 0px 80px 0px;
  }

  .call-action {
    padding-bottom: 40px;
  }

  .znacka, .znacka2 {
    margin-left: -40px;
    padding: 40px 20px 20px 20px;
    width: 130px;
    height: 130px;
    outline-offset: -10px;
    line-height: 15px;
    font-size: 14px;
  }

  .com-content-category-blog__item.blog-item {
    width: 50%;
  }
}

@media only screen and (max-width: 1070px) {
  .sledite {
    margin-bottom: 620px;
  }
}

@media only screen and (max-width: 979px) {
  .m-left {
    padding-left: 20%;
  }
  .logo {
    width: 250px;
  }

  .meni {
    width: calc(100% - 650px);
  }

  .nasveti ul.newsflash-horiz li {
    padding: 0px 15px;
  }

  .nasveti h4 {
    font-size: 16px;
  }

  .zakaj .naslov-m {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .bloki, .bloki-2 {
    padding: 0px 20px 50px 20px;
  }

  ul.newsflash-horiz_kat li {
    width: calc(33.33% - 20px);
    margin: 0px 10px 20px 10px;
  }

  .bela tr td:nth-child(1) {
    width: 50%;
  }

  .bela tr td:nth-child(2) {
    width: 50%;
  }

  .width27 {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }

  .bott {
    position: relative;
  }
}

@media only screen and (max-width: 880px) {
  .znacka, .znacka2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .znacka {
    margin-top: -50px;
    left: 28%;
  }

  .znacka2 {
    margin-top: -50px;
    right: 28%;
  }

  .gumb-vprasajte {
    right: 0;
    left: 0;
    text-align: center;
  }
  
  .uvod-levo {
    width: 100%;
    height: 410px;
  }
  .uvod-desno {
    width: 100%;
    padding: 50px 0px;
  }

  ul.newsflash-horiz_kat li {
    width: calc(50% - 30px);
    margin: 0px 15px 15px 15px;
  }

  .moduletable._foto ul li {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }

  #mod-custom211, #mod-custom247, #mod-custom249, #mod-custom248, #mod-custom250, #mod-custom270, #mod-custom271 {
    width: 100%;
    height: 400px;
  }

  .blok_desno {
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
    padding: 50px 30px;
    background: none;
    box-shadow: none;
  }

  .bloki-2 .blok_desno {
    width: 100%;
    margin-right: 0;
    background: none;
    box-shadow: none;
    padding: 50px 30px;
  }

  #mod-custom212 {
    width: 100%;
    height: 400px;
    float: left;
  }

  .nasveti h3, .call-action h3, .zakaj h3 {
    font-size: 30px;
  }

  .vsebina h3 {
    font-size: 24px;
  }

  .uvod .free-text {
    top: auto;
    bottom: 7px;
    text-align: center;
    width: 100%;
  }

  .bela tr td:nth-child(1) {
    width: 100%;
  }

  .bela tr td:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }

  .bela tr td {
    display: table-row;
    padding: 0;
    float: left;
    width: 100% !important;
  }
  
}

@media only screen and (max-width: 768px) {
  .top .content {
    padding: 0px 10px 0px 20px;
  }
  
  .znacka {
    left: 24%;
  }

  .znacka2 {
    right: 24%;
  }
  
  .m-left {
    padding-left: 50px;
    padding-top: 50px;
  }

  .m-right {
    padding-left: 50px;
    padding-top: 50px;
  }

  .logo {
    width: 180px;
  }

  .logo img {
    width: 180px;
  }

  .meni {
    width: calc(100% - 520px);
  }

  .ico-pdf {
    padding-left: 10px;
  }

  .kontakt-top {
    width: 130px;
  }

  .jeziki {
    width: 160px;
  }

  ul.mod-languages__list li a {
    font-size: 14px;
  }
  div.mod-languages a {
    padding: 3px 5px;
  }
  .meni img {
    width: 50px;
  }

  .slogan {
    padding: 0px 30px;
    bottom: 20%;
  }

  .slogan h1 {
    font-size: 40px;
  }

  h1, h2 {
    font-size: 30px;
  }

  .moduletable._kat2 a .naslov h3 {
    font-size: 20px;
  }

  .nasveti ul.newsflash-horiz li {
    padding: 0px 10px;
    width: 100%;
  }

  .moduletable.pop video {
    max-height: 400px;
    max-width: auto;
  }

  /*slider */

  .arrow-1, .arrow-2 {
    padding-top: 490px;
  }

  .width25, .width26, .width28 {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
    width: 90% !important;
  }
  .rsform-block.rsform-block-druga-barva-pergole input[type="text"] {
    width: 90% !important;
  }
  .rsform-block.rsform-block-send {
    background-position: left;
  }

  #mod-custom131 ul {
    width: 400%;
  }

  .logo-b p:nth-child(2) img {
    margin-top: 30px;
  }

  .gold_image {
    width: 90% !important;
    height: 35% !important;
  }

  .sledite, .social-od {
    margin-bottom: 0;
  }

  .bott {
    position: relative;
  }

  .slider-znotraj ul {
    width: 450%;
  }

  #mod-custom132 .arrow-1 {
    left: 0px;
    padding-top: 12%;
  }

  #mod-custom132 .arrow-2 {
    padding-top: 12%;
  }

  .uvod {
    padding: 80px 20px 50px 20px;
  }

  .vsebina {
    padding: 30px 0px 80px 0px;
  }

  .categories, .zakaj {
    padding: 0px 0px 50px 0px;
  }
  .call-action {
    padding-bottom: 50px;
  }

  .levo {
    padding-right: 0;
    width: 100%;
  }

  .desno {
    width: 100%;
    margin-top: 30px;
  }

  .com-content-category-blog__item.blog-item {
    padding: 0px 15px 30px 15px;
  }
}

@media only screen and (max-width: 960px) {
  .itemid-322 .vsebina .wf-columns-stack-medium > .wf-column, .itemid-352 .vsebina .wf-columns-stack-medium > .wf-column  {
    width: min-content;
  }

  .itemid-322 .vsebina .wf-columns-stack-medium > .wf-column  img {
    max-width: 80px;
  }

  .m-left {
    padding-left: 10%;
  }
  .m-right {
    padding: 100px 50px;
  }

}

@media only screen and (max-width: 880px) {
  .moduletable.stat-2 {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 615px) {
  .meni-m {
    display: none;
  }

  .mobi {
    display: none;
  }
}

@media only screen and (max-width: 614px) {
  /* meni */

  .m-left, .m-right {
      width: 100%;
      position: relative;
  }
  
  .zapri {
      top: 0;
      width: 40px;
      right: 30px;
      padding: 23px;
  }
  
  .mobi {
    display: block;
  }
  
  .znacka {
    left: 18%;
  }

  .znacka2 {
    right: 18%;
  }
  
  .kontakt-top {
    display: none;
  }

  .meni {
    width: calc(100% - 340px);
  }
  
  .konf .overlays .element_2 {
    top: 45.5% !important;
    left: 10.9% !important;
  }

  .konf .overlays .element {
    width: 15% !important;
    height: 20.3% !important;
  }

  .konf .overlays .element_1 {
    left: 32.8% !important;
  }

  .konf .overlays .element_3 {
    top: 54% !important;
  }

  .konf .overlays .element_4 {
    top: 25.8% !important;
    left: 60.4% !important;
  }

  .konf .overlays .element_5 {
    left: 83.4% !important;
  }

  .web {
    display: none;
  }

  .search {
    margin-top: 43px;
    position: absolute;
    left: 16px;
  }

  /* mobi */

  .logo {
    width: 155px;
    margin-top: 5px;
  }

  .logo img {
    width: 150px;
  }

  .ico-pdf {
    float: right;
    padding-left: 0;
  } 

  .meni-m {
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: right;
  }

  /* jeziki */

  .jeziki {
    float: right;
    padding-right: 0;
  }

  ul.mod-languages__list li a:hover {
    border: 1px solid var(--gold);
  }

  ul.mod-languages__list li.lang-active a {
    border: 1px solid var(--gold);
  }

  ul.mod-languages__list li a {
    border: 1px solid #eee;
  }

  div.mod-languages a {
    padding: 2px 3px;
  }
  


    /****/

  .meni-m img {
    width: 50px;
  }


  .ico-pdf {
    padding-left: 10px;
    padding-top: 5px;
  }

  .top {
    padding: 10px 0px 30px 0px;
  }

  .top .content {
    padding: 0px 15px;
  }

  .meni-m {
    margin-top: 5px;
  }

  .top.scroll {
    padding: 10px 0px;
  }

  .top {
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.95) 100%);
  }

  .content, .content-s {
    padding: 0px 20px;
  }

  div.mod-languages li {
    margin: 3px;
  }

  .arrow-1, .arrow-2 {
    padding-top: 550px;
  }
  #mod-custom122, #mod-custom124 {
    min-height: 90px;
  }

  .moduletable._kat2 a .naslov h3 {
    width: auto;
  }

  .gold_image {
    width: 90% !important;
    height: 35% !important;
  }

  .imgZoom {
    height: 50vh;
  }

  ul.newsflash-horiz_kat li {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }

  .moduletable._gal ul li {
    width: calc(50% - 30px);
  }

  a.obisk {
    width: 80px;
    height: 80px;
    padding-top: 28px;
    font-size: 10px;
    line-height: 12px;
    background-size: 20px;
    background-position-y: 5px;
  }

  #mod-custom260 a.obisk {
    font-size: 10px;
    line-height: 13px;
    height: 43px;
    width: 130px;
    background-image: none;
    padding-top: 10px;
  }

  a.obisk:hover {
    background-size: 20px;
    background-position-y: 5px;
  }

  /* iskalnik */

  .iski .awesomplete {
    width: auto;
  }

  .zapri2 {
    padding: 10px 0px;
  }

  .iski {
    padding: 6px 20px 60px 50px;
  }

  ._osnova {
    width: 315px;
  }


}

@media only screen and (max-width: 550px) {
  .trans-bott {
    top: 0;
    padding: 30px 20px;
    display: none;
  }
  
  .gumbi-bott {
    width: calc(100% - 20px);
    text-align: left;
    position: absolute;
    bottom: 30px;
    right: 0;
  }

  .ikona-bott {
    right: 20px;
  }

  .zapri-bott {
    text-align: left;
  }

  .gumbi-bott a {
    padding: 18px 5px;
    margin-top: 15px;
  }
  .oblacek {
    right: 20px;
  }

  .moduletable.stat-2 {
    padding: 30px 20px;
  }

}

@media only screen and (max-width: 479px) {
  .itemid-322 .vsebina .wf-columns-stack-medium > .wf-column {
    width: 60px;
  }

  .itemid-322 .vsebina .wf-columns-stack-medium > .wf-column img {
    max-width: 65px;
  }

  .itemid-352 .vsebina .wf-columns-stack-medium > .wf-column  {
    width: 100%;
  }

  .gumbi-bott a {
    font-size: 14px;
    width: 270px;
  }
  
  [class^="os-gallery-tabs-main"] .os-cat-tab-images {
    margin-left: 0px !important;
  }
  
  .znacka {
    left: 10%;
  }

  .znacka2 {
    right: 10%;
  }
  
  .com-content-category-blog__item.blog-item {
    width: 100%;
    padding: 0px 0px 30px 0px;
  }

  .arrow-1, .arrow-2 {
    padding-top: 650px;
    display: none;
  }
  
  #mod-custom131 ul {
    width: 690%;
  }

  #mod-custom132 .arrow-1, #mod-custom132 .arrow-2 {
    padding-top: 15%;
  }
  .m-left {
    padding-left: 20px;
    padding-top: 30px;
  }

  .m-right {
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 0;
  }

  .meni-over a {
    font-size: 18px;
  }

  .m-left a img {
    width: 20px;
    margin: 5px 5px 0px 0px;
  }  
  ul.navbar-nav li {
    padding: 12px 0px;
  }

  .moduletable._kat2 ul li {
    width: 100%;
  }

  .moduletable._gal ul li {
    width: 100%;
  }

  table tr td {
    display: table-row;
    padding: 12px 0px;
    float: left;
    width: 100% !important;
  }

  .slider-znotraj ul {
    width: 790%;
  }

  .itemid-151 .vsebina table tr td {
    display: table-cell;
    padding: 5px !important;
    float: none;
    border: 1px solid #eee !important;
    border-width: 1px !important;
  }

  .odmik-1 {
    padding: 0px;
  }
  
  .odmik-2 {
    padding: 0px;
  }

  #mod-custom207 {
    height: 90vh;
  }

  ul.newsflash-horiz_kat li {
    width: 100%;
    margin: 0px 10px 0px 0px;
  }

  .blok_desno {
    padding: 30px 0px;
  }

  .zakaj {
    padding: 0px 0px 30px 0px;
  }

  .bloki, .bloki-2 {
    padding: 0px 0px 30px 0px;
  }

  .bloki-2 .blok_desno {
    padding: 30px 0px;
  }

  .uvod {
    padding: 80px 0px 30px 0px;
  }

  .categories {
    padding: 0px 0px 30px 0px;
  }

  .nasveti {
    padding: 30px 0px 50px 0px;
  }

  .nasveti h3 {
    padding: 0px 0px 30px 0px;
  }

  a.gumbek {
    margin-top: 15px;
  }

  .moduletable.pod-nasveti a.gumbek {
    margin-top: 30px;
    line-height: 126%;
    padding: 10px 25px;
    text-transform: inherit;
  }

  .moduletable._gal ul li {
    margin: 0px 0px 20px 0px;
  }

  .ico-pdf {
    padding-left: 10px;
    padding-top: 5px;
  }
}

.cpnb-message {
  font-size: 1rem;
  width: 100%;
  float: left;
  text-align: left !important;
}

.cpnb-buttons {
  text-align: left !important;
}

#cpnb_inner a {
  color: #000;
}

#cpnb_inner a:hover {
  color: var(--green);
}

/***************************************************************/
/* Arrows
.arrow {
  border: solid #fff;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 11px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.a-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/***************/

.arrow-1 {
  position: absolute;
  padding-left: 20px;
  flex: 0 0 120px;
  padding-top: 500px;
}

.arrow-2 {
  position: absolute;
  right: 23px;
  flex: 0 0 120px;
  padding-top: 500px;
}


@keyframes bounce-3 {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-50px); }
  50%  { transform: translateY(20); }
  100% { transform: translateY(0); }
}


.arrow-2 .arrow, .arrow-1 .arrow {
    -webkit-animation: WhiteGold;
    animation: WhiteGold;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin-bottom: 15px;
}

@keyframes WhiteGold {
  0%   { border-color: #fff; }
  50%  { border-color: var(--gold); }
  100% { border-color: #fff }
}

/*
@keyframes mymove {
  0%   { background: #fff; }
  50% { background: var(--gold); }
  100% {background: #fff }
}
*/


/************************************************************/
/* Goldenn ring */
.konf .overlays .element {
  position: absolute;
  width: 11.8%;
  height: 20.3%;    
  border-radius:100%;    
  overflow: hidden;
}

/* pozamezen element */
.konf .overlays .element_1 {
  top: 19.7%;
  left: 36.22%;    
}

.konf .overlays .element_2 {
  top: 45.5%;
  left: 18.8%;    
}
/* pozamezen element */

/* pozamezen element */
.konf .overlays .element_3 {
  top: 54.2%;
  left: 50.7%;    
}
/* pozamezen element */

/* pozamezen element */
.konf .overlays .element_4 {
  top: 26%;
  left: 58.3%;    
}
/* pozamezen element */

/* pozamezen element */
  .konf .overlays .element_5 {
  top: 16.2%;
  left: 76.7%;    
}
/* pozamezen element */
.konf {
  position:relative;
}

.konf .overlays {
  position: absolute;
  left:0; right:0; top:0; bottom:0;    
}

.konf .overlays .gold_rings .gold_rings_inner {
  opacity: 0;
  position: absolute;
  width:100%;
  height:100%;
  left:0; right:0; top:0; bottom:0;
  cursor: pointer;
}

.konf .overlays .gold_rings span {
  -moz-transition:opacity 0.5s ease-in-out;
  -webkit-transition:opacity 0.5s ease-in-out;
  -o-transition:opacity 0.5s ease-in-out;
  -ms-transition:opacity 0.5s ease-in-out;
  transition:opacity 0.5s ease-in-out;
  opacity: 1;
}

.konf .overlays .gold_rings:hover span {
  -moz-transition:opacity 0.5s ease-in-out;
  -webkit-transition:opacity 0.5s ease-in-out;
  -o-transition:opacity 0.5s ease-in-out;
  -ms-transition:opacity 0.5s ease-in-out;
  transition:opacity 0.5s ease-in-out;
  opacity: 0.85;
}

.konf .overlays .gold_rings:hover .gold_rings_inner{
  -moz-transition:opacity 0.5s ease-in-out;
  -webkit-transition:opacity 0.5s ease-in-out;
  -o-transition:opacity 0.5s ease-in-out;
  -ms-transition:opacity 0.5s ease-in-out;
  transition:opacity 0.5s ease-in-out;
  opacity: 1;
}

.konf .overlays .blink:not(:hover) {
  -moz-transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}

  .gold_image {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--gold);
  z-index: 999;
  background-size: cover;
  background-position: center;
}

.gold_image .text {
  position:absolute;
  left:0;
  right:0px;
  bottom:0;
  text-align:center;
  color:#fff;
  font-size:24px;
  padding: 50px 15px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 36%, rgba(255,255,255,0) 99%);
}

.gold_image .text a {
  color: #fff;
  text-decoration: none;
  background: var(--gold);
  padding: 10px 25px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.gold_image .text a:hover {
  background: #dfc088;
  color: #000;
}

.gold_overflow {
  display:none;
  z-index: 998;
  position: fixed;
  left:0; right:0; top:0; bottom:0;
  background: rgba(0,0,0,0.8);
}

.gold_ring, .gold_ring::before {
  content: " ";
  margin: 10%;
  width: 38%;
  height: 38%;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s;
  background-color: var(--gold);
  margin-top: 31%;
  box-shadow: 0px 0px 5px #000;
}

.gold_ring::before {
  animation: mymove 5s infinite;
  position: absolute;
  background-color: var(--gold);
  left: 31%;
  top: 0%;
}

.gold_ring2, .gold_ring2::before {
  content: " ";
  margin: 10%;
  width: 38%;
  height: 38%;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.5s;
  background-color: var(--gold);
  margin-top: 31%;
}

.gold_ring2::before {
  animation: mymove2 5s infinite;  
  position: absolute;
  background-color: var(--gold);
  left: 31%;
  top: 0%;
}

.element_1 .gold_ring::before, .element_1 .gold_ring2::before {
  animation-delay: 0s;    
}

.element_2 .gold_ring::before, .element_2 .gold_ring2::before {
  animation-delay: 2s;
}

.element_3 .gold_ring::before, .element_3 .gold_ring2::before {
  animation-delay: 4s;
}

.element_4 .gold_ring::before, .element_4 .gold_ring2::before {
  animation-delay: 6s;
}

.element_5 .gold_ring::before, .element_5 .gold_ring2::before {
  animation-delay: 8s;
}

@-webkit-keyframes mymove {
  0%   {
    transform: scale(1);
    opacity: 0.6
  }  
  25%   {
    transform: scale(3);
    opacity: 0.0
  }
  100%   {
    transform: scale(3);
    opacity: 0.0
  }
}

@-webkit-keyframes mymove2 {
  0%   {
    transform: scale(1);
    opacity: 1
  }
  50%   {
    transform: scale(2);
    opacity: 0
  }  
  75%   {
    transform: scale(3);
    opacity: 0.0
  }
  100%   {
    transform: scale(3);
    opacity: 0.0
  }
}

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
  display: none !important;
}

.formBody input[type=checkbox] {
  float: left;
}

.formBody .ui-checkbox label {
  width: calc(100% - 50px);
}

/* templates */

.t-podlaga {
  background:#f7f4ee;
  padding: 30px;

}

.t-podlaga hr {
  margin: 25px 0px;
  opacity: 1;
  background: #fff;
}

.t-podlaga hr:not([size]) {
  height: 2px;
}

.t-odmik {
  max-width: 1000px !important;
  margin: 0 auto;
}

/* template 2 */

.t-okvir {
  padding: 30px;
  border: 3px solid #f7f4ee;
  border-radius: 5px;
  background-image: url(/templates/j4starter/images/ikonca-misteral.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

/* template 3 */

.t-okvir-zlati {
  padding: 30px;
  border: 3px solid var(--gold);
  border-radius: 5px;
  background-image: url(/templates/j4starter/images/ikonca-misteral-z.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.p-okvir {
  padding: 30px;
  border: 1px solid #f7f4ee;
  border-radius: 5px;
}