html {
  overflow-y: scroll;
} 

body {
  font-family: 'Rubik', sans-serif;
  line-height: 26px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table tr td {
  vertical-align: top;
  padding: 0;
}

.vsebina table tr td {
  padding: 5px;
  border:1px solid #ddd;
}

strong, b {
  font-weight: 600;
}

a, a:hover {
  transition: all 0.5s ease;
}

p {
	margin-bottom: 0;
}

:root {
  --blue:#3a5c9b;
}
:root {
  --orange:#f4774b;
}

.content {
    max-width:1400px;
    margin:0 auto; 
    padding: 0px 30px;
}

.content-xs {
  max-width:1060px;
  margin:0 auto; 
  padding: 0px 30px;
}

.top {
  position: relative;
  width: 100%;
  float: left;
  padding: 20px 0px;
}

.logo {
  float: left;
  width: calc(100% - 510px);
}

.logo img {
  width: 300px;
}

.info {
  float: left;
  width: 510px;
  color: #18356b;
  line-height: 22px;
  padding-top: 28px;
}

.info a {
  text-decoration: none;
  color: #18356b;
  font-weight: 500;
}

.moduletable.info1 {
  float: left;
}

.moduletable.info2 {
  float: left;
}

/* meni */

.topek.scroll .meni {
  position: fixed;
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
  background:rgba(255,255,255,0.98);
}

.meni {
  position: relative;
  float: left;
  width: 100%;
  z-index: 3;
  background:rgba(255,255,255,0.90);
  font-size: 18px;
  font-weight: 400;
  padding: 5px 0px;
}

.moduletable._meni {
  width: calc(100% - 70px);
  float: left;
}

.moduletable.jeziki {
  float: left;
  width: 70px;
  padding-top: 5px;
}

.moduletable.jeziki a {
  color: var(--orange);
}

div.mod-languages ul li.lang-active {
  background: none !important;
  color: var(--blue) !important;
}

div.mod-languages ul li.lang-active a {
  color: var(--orange) !important;
}

div.mod-languages a {
  padding: 0;
}
div.mod-languages li {
  margin: 0 .2rem;
}

/* mega meni */


.meni .dj-megamenu-clean{
  display: inline-block;
}

.meni .dj-megamenu-clean li.dj-up {
  display: inline-block;
  text-align: left;
}

.meni .dj-megamenu-clean li a.dj-up_a {
  padding: 4px 12px 4px 0px;
  margin: 0px 10px 0px 0px;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--blue) !important;
  height: auto;
}

.meni .dj-megamenu-clean li ul.dj-submenu {
  background: var(--blue);
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
  border-radius: 0px 0px 40px 40px;
  padding: 20px;
}

.meni .dj-megamenu-clean li a.dj-up_a:hover, .meni .dj-megamenu-clean li.active a.dj-up_a  {
  background-repeat: no-repeat;
  background-position: bottom left;
  color: var(--orange) !important;
}

.dj-megamenu-clean .arrow {
  right: 20px;
}

.meni .dj-megamenu-clean li div.dj-subwrap .dj-subwrap-in {
  border-radius: 0px 0px 50px 50px !important;
}

.dj-megamenu-clean li ul.dj-submenu > li > a {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 6px 0px;
  text-transform: uppercase;
  height: auto;
}

.meni .dj-megamenu-clean li ul.dj-submenu > li {
  border-radius: 50px !important;
}

.dj-megamenu-clean li ul.dj-submenu > li > a:hover, .dj-megamenu-clean li ul.dj-submenu > li > a.active {
    background: none;
    color: var(--orange);
}

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

/* Mobile menu */

.dj-megamenu-offcanvas-light .dj-mobile-open-btn {
  background: url(/templates/j4starter/images/meni.png) !important;
  color: var(--blue) !important;
  width: 53px !important;
  height: 34px !important;
  border-radius: 0px !important;
  margin-top: 2px;
}

.dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon::before {
  content: none;
}

.fa-bars:before {
  content: none !important;
}

.dj-megamenu-select-light .dj-mobile-open-btn:focus, .dj-megamenu-select-light:hover .dj-mobile-open-btn {
  background: #fff;
}

ul.dj-mobile-light li.dj-mobileitem > a {
  font-size: 16px;
  padding: 15px;
}

ul.dj-mobile-light ul li.dj-mobileitem > a {
  line-height: 22px;
}

/* banner */

.banner {
  position: relative;
  width: 100%;
  float: left;
  z-index: 2;
  background-image: url(/templates/j4starter/images/sky.jpg);
  height: 0;
  border-radius: 0px 0px 100px 0px;
  overflow: hidden;
}

.itemid-104 .banner {
  height: calc(100vh - 145px);
}

.itemid-105 .banner {
  height: calc(100vh - 145px);
}

@keyframes animatedBackground {
  0% { background-position: 0 0; }
  100% { background-position: -300px 0; }
}

@keyframes shrink {
  0% {
  transform: scale(1);
  }
  100% {
  transform: scale(1.08);
  }
}

.banner {
  animation: animatedBackground 15s infinite alternate steps(220);
}

.slika  {
  animation: shrink 5s infinite alternate steps(60);
}

.slika {
  width: 55%;
  right: 0;
  position: absolute;
  bottom: 0;
  text-align: right;
}

.slika img {
  max-height: calc(100vh - 145px);
  border-radius: 0px 0px 100px 0px;
}

.slogan {
  width: 100%;
  z-index: 4;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(33,53,91,1) 0%, rgba(0,0,0,0) 79%);
  padding-top: 100px;
  left: 0;
}

.moduletable.slog {
  color: #fff;
  font-size: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 30px 50px 30px;
}

.slogan h1 {
  font-size:50px;
}

.slogan h2 {
  font-size:45px;
  line-height: 1.8;
}

.slogan h1, .slogan h2 {
  animation-delay: var(--animation-delay, 3s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 1000ms);
  animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);

  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 1000ms);
  --animation-iterations: var(--iterations, 1);
  animation-name: clip-text;
  color: #fff;
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}


@keyframes text-revealer {
  
  0%, 50% {
    transform-origin: 0 50%;
  }
  
  60%, 100% {
    transform-origin: 100% 50%;   
  }

  
  60% {
    transform: scaleX(1);
  }
  
  100% {
    transform: scaleX(0);
  }
}




.slogan a {
  background: #fff;
  text-decoration: none;
  border-radius: 100px;
  display: inline-block;
  padding: 15px 90px;
  margin-top: 35px;
  color: #3a5c9b;
  font-size: 22px;
}

.slogan a:hover {
  background: var(--orange);
    color: #fff;
}

/* banner in */

.banner-in {
  position: relative;
  width: 100%;
  float: left;
  height: 60px;
  background-position: center;
  background-size: cover;
}

.banner-in.active {
  height: 500px;
}

/* blok 1 */

.blok_1 {
  position: relative;
  width: 100%;
  float: left;
  padding: 150px 0px 100px 0px;
}

.slika_1 {
  float: left;
  width: 50%;
}

.moduletable._slid {
  z-index: 2;
  position: relative;
}
.slika_1 img {
  max-width: fit-content !important;
}

.text_1 {
  float: right;
  width: 50%;
  padding: 50px 50px 50px 80px;
}

.text_1 h2 {
  color: var(--blue);
  font-size: 38px;
  font-weight: 400;
}

.text_1 ul {
  margin: 0;
  padding: 20px 0px 0px 0px;
}

.text_1 ul li {
  background-image: url(/templates/j4starter/images/bulett.png);
  line-height: 38px;
  font-size: 18px;
  background-position-y: 9px;
  list-style-type: none;
  padding: 0px 0px 0px 35px;
  background-repeat: no-repeat;
}

/* slider */ 

._slid .djslider.djslider-default {
  height: 481px !important;
}

._slid img.dj-image {
  height: 481px !important;
  width: initial !important;
}

._slid .djslider-in li {
  height: 481px !important;
}

.djslider-default ul.djslider-in > li {
  border-radius: 0px 70px 0px 70px;
}

.djslider-default .navigation-container .next-button {
  margin-top: 25%;
  right: 10px;
}

.djslider-default .navigation-container .prev-button {
  display: none;
}

.bord {
  border: 1px solid #ddd;
  border-radius: 70px 0px 70px 0px;
  margin-left: 30px;
  position: absolute;
  width: 670px;
  height: 470px;
  margin-top: -40px;
  z-index: 1;
}

/* storitve */

.storitve {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f6f5fb;
  background-image: url(/templates/j4starter/images/storitve01.jpg);
  padding: 100px 0px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 0px 100px 0px;
}

 h2 {
  font-size: 35px;
  font-weight: 400;
}

.storitve h2 {
  padding-bottom: 50px;
}

.caption {
  float: left;
  width: 33.33%;
  padding-right: 20px;
  padding-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.caption-2 {
  width: 100%;
  float: left;
}

.caption img {
  margin-bottom: 15px;
  width: 45px;
}

#mod-custom119, #mod-custom135 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.itemid-106 .vsebina h2, .itemid-119 .vsebina h2 {
  margin-bottom: 50px;
}

#mod-custom119 a, #mod-custom135 a {
  background: var(--orange);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
  display: inline-block;
  padding: 15px 50px;
  text-decoration: none;
}

/* blok 2 */

.blok_2 {
  position: relative;
  width: 100%;
  float: left;
  padding: 130px 0px 100px 0px;
}

.slika_2 {
  float: left;
  width: 50%;;
}

.text_2 {
  float: left;
  width: 50%;
  padding: 50px 50px 50px 80px;
}

.text_2 h2 {
  color: var(--orange);
  font-size: 38px;
  font-weight: 400;
}

.text_2 ul {
  margin: 0;
  padding: 20px 0px 0px 0px;
}

.text_2 ul li {
  background-image: url(/templates/j4starter/images/bulett.png);
  line-height: 24px;
  font-size: 18px;
  background-position-y: 9px;
  list-style-type: none;
  padding: 7px 0px 7px 35px;
  background-repeat: no-repeat;
}

#mod-custom120, #mod-custom143 {
  height: 480px;
  background-size: cover;
  border-radius: 0px 100px 0px 100px;
  z-index: 2;
  position: relative;
}

/* pos-nep */

.pos-nep {
  position: relative;
  width: 100%;
  float: left;
  padding: 100px 0px 100px 0px;
  background-image: url(/images/banners/poslovne-nepremicnine.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  font-size: 18px;
}

.moduletable.dod {
  max-width: 1000px;
  margin: 0 auto;
}

/* radius-okvir */

.radi-ok {
  border-radius: 30px;
  padding: 50px;
  border: 1px solid #555;
  width: 100%;
  font-size: 18px;
}

.radi-ok h2 {
  margin-bottom: 30px;
  color: var(--orange);
  font-size: 30px;
}

/* kljucno */

.kjucno {
  position: relative;
  width: 100%;
  float: left;
  padding: 50px 0px;
  border-top: 1px solid #555;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 150%;
}

.kjucno .content {
  max-width: 1000px;
}

/* blok 3 */

.blok_3 {
  position: relative;
  width: 100%;
  float: left;
  padding: 50px 0px 100px 0px;
  overflow: hidden;
}

.blok_3 a {
  color: #000;
}

.blok_3 a:hover {
  color: var(--orange);
}


.slika_3 {
  float: right;
  width: 50%;;
}

.text_3 {
  float: right;
  width: 50%;
  padding: 0px 30px 0px 0px;
}

.text_3 h2 {
  color: var(--orange);
  font-size: 38px;
  font-weight: 400;
}

.text_3 ul {
  margin: 0;
  padding: 20px 0px 0px 0px;
}

.text_3 ul li, .vsebina ul li {
  background-image: url(/templates/j4starter/images/bulett.png);
  line-height: 24px;
  font-size: 18px;
  background-position-y: 9px;
  list-style-type: none;
  padding: 7px 0px 7px 35px;
  background-repeat: no-repeat;
}

#mod-custom123 {
  height: 480px;
  background-size: cover;
  border-radius: 0px 100px 0px 100px;
  z-index: 2;
  position: relative;
}

/* video */

.video {
  position: relative;
  width: 100%;
  padding-bottom:100px;
  text-align: center;
  float: left;
}

.moduletable.vid table tr td {
  padding: 0px 25px !important;
  border: none !important;
}

.moduletable.vid video {
  border-radius: 5px;
}

.play {
  position: absolute;
  width: 220px;
  top: 110px;
  z-index: 5;
}

.play a img {
  border-radius: 25px;
  padding: 4px 10px;
  border: 1px solid #fff;
}

.play a img:hover {
  background: var(--blue);
}

/* action */

.action {
  position: relative;
  float: left;
  width: 100%;
  padding: 100px 0px;
  text-align: center;
  background-image: url(/templates/j4starter/images/action.jpg);
  color: #fff;
  background-size: cover;
  font-size: 20px;
  line-height: 160%;
}

.action h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  color: var(--orange);
  margin-bottom: 24px;
}

.action a {
  margin-top: 40px;
  color: #fff !important;
  background: var(--orange);
  padding: 15px 50px;
  display: inline-block;
  text-decoration: none;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

a.gumb {
  color: #fff !important;
  background: var(--orange);
  padding: 15px 50px;
  display: inline-block;
  text-decoration: none;
  margin-top: 30px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.action a:hover, #mod-custom119 a:hover, a.gumb {
  background: #e45e2f !important;
}

.akcija {
  margin: 0 auto;
  max-width: 1000px;
}

/* bott */

.bott {
  position: relative;
  float: left;
  width: 100%;
  padding: 100px 0px;
  background-image: url(/templates/j4starter/images/cenitve-nepremicnin-logo.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.bott a, .pravice a {
  color: #000;
  text-decoration: none;
}

.width33 {
  width: 33.33%;
  float: left;
  padding-right: 20px;
}

.bott h3 {
  font-size: 24px;
  font-weight: 400;
}

#mod-custom127 ul, #mod-custom138 ul {
  padding: 0px 0px 0px 16px;
}

#mod-custom127 ul li, #mod-custom138 ul li {
  padding: 0px;
  margin: 0px;
  color: var(--orange);
}

.pravice {
  border-top: 1px solid #efedf8;
  padding: 25px 0px;
  text-align: center;
  position: relative;
  width: 100%;
  float: left;
}

/* vsebina */

.vsebina h1 {
  color: var(--blue);
  font-weight: 400;
  font-size: 35px;
  padding-bottom: 30px;
}

.vsebina h3 {
  color: var(--orange);
  font-weight: 400;
  font-size: 24px;
}

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

.itemid-101 .vsebina, .itemid-101 .banner-in {
  display: none;
}

.itemid-104 .vsebina, .itemid-104 .banner-in {
  display: none;
}

.itemid-105 .vsebina, .itemid-105 .banner-in {
  display: none;
}

.vsebina a {
  text-decoration: none;
  color: var(--blue);
}

.itemid-106 .vsebina table tr td, .itemid-119 .vsebina table tr td {
  padding: 0;
  border: none;
}

.levo {
  float: left;
  width: 350px;
}

.levo a {
  color:#000;
}

.levo h2 {
  padding: 15px;
  background: #f1eff7;
  color: var(--blue);
  font-size: 24px;
  margin-bottom: 30px;
  border-radius: 2px;
}

.desno {
  float: left;
  width: calc(100% - 350px);
  padding-left: 50px;
  padding-top: 8px;
}

.moduletable._ocene ul {
  padding: 0;
  margin: 0;
}

.moduletable._ocene ul li {
  padding: 0;
  margin: 0;
  background-image: url(/templates/j4starter/images/bulett-2.png);
  background-repeat: no-repeat;
  background-position-y: 17px;
}

.dropdown-item {
  padding: 10px 0px 10px 20px;
  border-bottom: 1px solid #efedf8;
  white-space:normal;
  text-transform: uppercase;
}

.dropdown-item:hover, .moduletable._ocene ul li.active a  {
  color: var(--blue);
  background: none;
}


/* ocenjevalec vrednosti */

ul.newsflash-horiz_ref {
  padding: 0;
  margin: 0;
}

ul.newsflash-horiz_ref li {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  background: none;
}

ul.newsflash-horiz_ref li .enka {
  width: 50%;
  float: left;
  padding: 30px;
  margin-right: -1px;
}

.article-separator {
  display: none;
}

.dvojka h2 {
  font-size: 30px;
  color: var(--orange);
  padding-bottom: 30px;
}

ul.newsflash-horiz_ref li .dvojka {
  width: 50%;
  float: left;
  padding: 30px;
}

ul.newsflash-horiz_ref li:nth-child(even) .dvojka {
  border-left: 1px solid #eee;
}

ul.newsflash-horiz_ref li:nth-child(odd) .dvojka {
  text-align: right;
  border-right: 1px solid #eee;
}

ul.newsflash-horiz_ref li:nth-child(odd) .enka {
  float: right;
}

ul.newsflash-horiz_ref li:nth-child(even) .enka {
  text-align: right;
}

ul.newsflash-horiz_ref li ul {
  margin-left: -27px;
}

ul.newsflash-horiz_ref li ul li {
  background-image: url(/templates/j4starter/images/bulett.png);
  line-height: 24px;
  background-position-y: 7px !important;
  padding: 4px 35px 4px 35px;
  background-repeat: no-repeat;
  background-position: top right;
}

/* gallery */

[class^="os-gallery-tabs-main"] .img-block.sergio-effect.text-bottom .os-gallery-caption-bottom {
  font-size: 14px !important;
  line-height: 22px;
}

[class^="os-gallery-tabs-main"] .img-block.sergio-effect.text-bottom p {
  padding: 10px !important;
  text-align: center;
}

[class^="os-gallery-tabs-main"] .img-block.sergio-effect.text-bottom:hover img {
  transform: scale3d(.9,.9,.9) !important;
}

.os-gallery-caption-bottom {
  min-height: 95px !important;
  max-height: auto !important;
  height: auto !important;
}

#cat-1-1_1461118466, .os-cat-tab-images {
  display: flex !important;
  flex-wrap: wrap !important;
}

[class^="os-gallery-tabs-main"] .osgalery-cat-tabs li a {
  border: 1px solid #eee;
}

/* Google map */

.moduletable.map {
  float: left;
  width: calc(100% - 400px);
  padding-left: 50px;
}

.cont {
  float: left;
  width: 400px;
}

.itemid-110 .vsebina ul li, .itemid-121 .vsebina ul li {
  background-image: none;
}


/* animacije */

.ani {
  opacity: 0;
  margin-top: 40px;
  transition: all 0.50s ease;
}

.animation {
  opacity: 1;
  margin-top:0px;
}

@media only screen and (max-width: 1380px) {
  .bord {
    width: 48%;
  }
}

@media only screen and (max-width: 1299px) {
  .meni .dj-megamenu-clean li a.dj-up_a {
    font-size: 16px;
  }
  .meni {
    font-size: 16px;
  }  
  .slogan {
    z-index: 5;
  }
  .slika {
    width: 60%;
  }

  .text_1 h2, .text_2 h2, .text_3 h2, h2 {
    font-size: 30px;
  }

  .storitve {
    background-position: top left;
  }
}

@media only screen and (max-width: 1200px) {
  .moduletable.jeziki {
    width: 60px;
  }
  .moduletable._meni {
    width: calc(100% - 60px);
  }

  .meni .dj-megamenu-clean li a.dj-up_a {
    margin: 0px 10px 0px 0px;
  }
  
  #mod-custom119, #mod-custom135 {
    width: 80%;
  }

  .itemid-106 .vsebina, .itemid-119 .vsebina {
    background-size: cover;
    background-position: top center;
  }

  .banner {
    background-image: url(/templates/j4starter/images/sky-m.jpg);
  }
}

@media only screen and (max-width: 1149px) {
  .meni {
    padding: 12px 0px;
  }
  .moduletable.jeziki {
    padding-top: 6px;
  }

  .slogan h1 {
    font-size: 50px;
  }

  .slogan h2 {
    line-height: 1;
  }
    #mod-custom119, #mod-custom135 {
    width: 90%;
  }

  .slika {
    width: 65%;
  }
}

@media only screen and (max-width: 1024px) {
  .text_1, .text_2 {
    padding: 0px 0px 0px 80px;
  }

  .text_3 {
    padding: 0px 20px 0px 0px;
  }

  ._slid .djslider.djslider-default {
    height: 400px !important;
  }
  
  ._slid img.dj-image {
    height: 400px !important;
    width: initial !important;
  }
  
  ._slid .djslider-in li {
    height: 400px !important;
  }

  .djslider-default .navigation-container .next-button {
    margin-top: 30%;
  }

  #mod-custom120, #mod-custom123, .bord {
    height: 400px;
  }

  .slika {
    width: 70%;
  }

  .banner-in.active {
    height: 300px;
  }

  .levo {
    width: 280px;
  }

  .desno {
    width: calc(100% - 280px);
    padding-left: 30px;
  }

  .cont {
    width: 300px;
  }

  .moduletable.map {
    width: calc(100% - 300px);
    padding-left: 30px;
  }

  #mod-custom143 {
    height: 400px;
  }
}

@media only screen and (max-width: 979px) {
  .text_1 h2, .text_2 h2, .text_3 h2 {
    font-size: 24px;
  }

  #mod-custom119, #mod-custom135 {
    width: 100%;
  }

  .width33 {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 50px;
  }

  .bott .width33:nth-child(3) {
    padding-bottom: 0;
  }

  .bott {
    padding: 80px 0px;
  }

  .bott ul {
    list-style-position: inside;
  }

  #mod-custom127 ul, #mod-custom138 ul {
    padding: 0;
  }

  .bott table {
    margin: 0 auto;
  }

  .bott table tr td:nth-child(1) {
    display: none;
  }

  ul.newsflash-horiz_ref li:nth-child(2n+1) .dvojka {
    text-align: left;
    border-right: none;
  }
  ul.newsflash-horiz_ref li .dvojka {
    width: 100%;
    padding: 0px;
  }

  ul.newsflash-horiz_ref li:nth-child(2n) .dvojka {
    border-left: none;
  }

  ul.newsflash-horiz_ref li ul li {
    background-position: top left;
  }
}

@media only screen and (max-width: 910px) {
  .info table tr td:nth-child(2) {
    display: none;
  }

  .info table {
    width: 50px !important;
    text-align: right;
  }

  .info table img {
    width: 35px;
  }

  .logo {
    width: calc(100% - 100px);
  }

  .info {
    width: 100px;
    padding-top: 35px;
  }

  .top {
    padding: 10px 0px 5px 0px;
  }

  .caption {
    width: 50%;
  }

  .caption-2 {
    width: 100%;
    float: left;
  }

  .cont {
    width: 100%;
  }

  .moduletable.map {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 769px) {
  .slide_mobi {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  ._slid {
    display: none;
  }
  
  .djslider-default .navigation-container .next-button {
    margin-top: 20%;
    width: 25px;
  }
  
  .slogan {
    text-align: center;
  }

  .moduletable.slog {
    width: 90%;
  }

  .slika {
    width: 90%;
    padding-top: 45%;
  }

  .slika_2, .slika_3  {
    width: 100%;
    float: left;
  }

  .slika_1 {
    float: right;
    width: 100%;
  }

  .blok_1, .blok_2 {
    padding: 50px 0px;
  }

  .text_2, .text_3  {
    padding: 50px 0px 0px 50px;
    width: 100%;
  }

  .text_1 {
    padding: 0px 0px 50px 50px;
    width: 100%;
  }

  .bord {
    display: none;
  }

  .storitve {
    padding: 50px 0px;
  }

  .levo {
    display: none;
  }

  .desno {
    width: 100%;
    padding-left: 0;
  }

  .action a, #mod-custom119 a, #mod-custom135 a, .slogan a {
    padding: 15px 25px;
  }

  .itemid-106 .vsebina table tr td, .itemid-119 .vsebina table tr td {
    width: 100% !important;
    display: block;
  }

  .video video {
    border-radius: 5px;
  }

  .moduletable.vid table tr td {
    width: 100% !important;
    display: block;
    padding: 0px !important;
  }

  .itemid-104 .banner {
    height: calc(100vh - 50px);
  }
  
  .itemid-105 .banner {
    height: calc(100vh - 50px);
  }

  .play {
    position: relative;
    width: 100%;
    top: 35px;
    text-align: center;
    z-index: 10;
  }

  .moduletable.slog {
    font-size: 20px;
  }

  .play a img {
    width: 200px;
  }

}

@media only screen and (max-width: 479px) {
  .text_2, .text_3 {
    padding: 50px 0px 0px 0px;
  }

  .text_1 {
    padding: 0px 0px 50px 0px;
  }

  .caption {
    width: 100%;
    padding-right: 0;
  }

  .storitve {
    text-align: center;
    border-radius: 0px;
  }

  #mod-custom120, #mod-custom123, .bord, #mod-custom143 {
    height: 250px;
  }

  #mod-custom120, #mod-custom123, #mod-custom143 {
    border-radius: 0px 60px 0px 60px;
  }

  .action h2, h2 {
    font-size: 24px;
    line-height: 38px;
  }

  .slogan h1 {
    font-size: 32px;
  }

  .slogan h2 {
    font-size: 24px;
    line-height: 38px;
  }

  .slogan a {
    padding: 15px 25px;
    font-size: 20px;
  }
  
  .slogan {
    font-size: 18px;
  }

  .moduletable.slog {
    width: 90%;
  }

  .itemid-104 .banner {
    height: calc(100vh - 100px);
  }
  
  .itemid-105 .banner {
    height: calc(100vh - 100px);
  }

  .slika {
    width: 120%;
  }

  .logo img {
    width: 200px;
  }

  .info {
    padding-top: 26px;
    width: 80px;
  }

  .content {
    padding: 0px 20px;
  }

  .slika img, .banner {
    border-radius: 0;
  }

  .info table img {
    width: 25px;
  }

  .info table {
    width: 40px !important;
  }

  .logo {
    width: calc(100% - 80px);
  }

  .meni .content {
    padding: 0px 15px 0px 20px;
  } 

  div.mod-languages ul li.lang-active a {
    font-size: 18px;
  }

  .banner-in.active {
    height: 250px;
  }

  .vsebina {
    padding: 50px 0px;
  }

  .itemid-106 .vsebina, .itemid-119 .vsebina {
    text-align: center;
  }

  .caption-2 {
    float: left;
    width: 100%;
    text-align: center;
  }

}

.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);
}