header {
  padding-top: 26px
}
/**************************NAVIGACIJA*******************************/
.navbar {
  background-color: #707070;
  position: absolute;
  right: 15%;
}

/*za aktivni meni*/
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: white;
}

/*za nekativni meni*/
.navbar-light .navbar-nav .nav-link {
  color: white;
}

.lastLink {
  color: #f47920 !important;
}

.lastLink:hover {
  color: black !important;
}

/*********************************BANNER***************************/
.banner-fullscreen {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll !important;
  padding-top: 100px !important;
  min-height: 650px;
  max-width: 100%;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin-top: 30px;
}

.bannerProstorskaFiltracija {
  background: url(../Images/prostorskaFiltracija.jpg) no-repeat center fixed !important;
}
.bannerIndustrijskaFiltracija {
  background: url(../Images/industrijskaFiltracija.jpg) no-repeat center fixed !important;
}
.bannerGlavni {
  background: url(../Images/natureOpt.jpg) no-repeat center top fixed !important;
}
.bannerLakirneKabine {
  background: url(../Images/lakirneKabine.jpg) no-repeat center top fixed !important;
}
.bannerAbsolutnaFiltracija {
  background: url(../Images/absolutnaFiltracija.jpg) no-repeat center top fixed !important;
}

.moto {
  color: white;
  font-size: 40px;
  position: absolute;
  right: 23%;
  top: 30%;
}

.naslovProgram {
  color: #f47920;
  font-size: 40px;
  padding-bottom: 20px;
}
.logo:hover {
  cursor: pointer;
}

/*****************************o podjetju******************************/
.podjetje {
  background-color: white;
  transform: skewY(-5deg);
  height: 100%;
  position: absolute;
  top: 528px;
}

.no-skew-content {
  transform: skewY(+5deg);
  margin-top: 100px;
}

.img-simbol {
  float: left;
  padding: 6 6 6 0;
}

.oranznaCrta {
  border-top: 1px solid #f47920;
}

.oranzniCitat {
  color: #f47920;
  font-weight: bold;
}

/****************************vizitka********************************/
.kontaktniPodatki {
  background-color: #d0d0d0;
  height: fit-content;
  padding: 10px;
}

.kontaktniPodatki_inner {
  margin: 20px;
}

.k_p1 {
  color: #f47920;
  margin: 0px;
}

.k_p2 {
  color: black;
  margin: 0px;
}

.lineThin {
  width: 2px;
  background-color: white;
  height: 95%;
  float: left;
}

.lineFat {
  width: 19px;
  background-color: #fff;
  margin-left: 5px;
  height: 95%;
}

.orangeSquare {
  background-color: #f47920;
  width: 25px;
  height: 25px;
  padding: 2px;
  margin-bottom: 3px;
}

.orangeSquare img {
  width: 15px;
  padding-top: 3px;
}

/***************************program*****************************/
.program {
  background-color: orange;
  transform: skewY(-5deg);
  height: 300px;
  position: relative;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll !important;
  min-height: 500px;
  max-width: 100%;
  background: url(../Images/filterCroped.jpg) no-repeat center top fixed;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  padding: 0;
}

.program-no-skew-content {
  transform: skewY(+5deg);
  margin-top: 170px;
  padding-top: 100;
}

.prog {
  background-color: white;
  height: 286px;
  padding: 0px;
  margin-bottom: 10px;
}

.prog:hover {
  cursor: pointer;
}

.progTop {
  height: 75%;
}

.progBottom {
  height: 25%;
  background-color: #707070;
  width: 100%;
}

.progTop img {
  width: 65%;
  position: relative;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-height: 65%;
}

.progBottom p {
  vertical-align: middle;
  color: white;
  padding-top: 21px;

}

.progBottom2 {
  height: 25%;
  background-color: #f47920;
  width: 100%;
}

.progBottom2 p {
  vertical-align: middle;
  color: white;
  padding-top: 21px;
}

/****************************kontaktni obrazec********************************/
.kontaktSectionTitle {
  color: #f47920;
  margin-top: 130px;
  font-size: 25px;
  text-align: right;
}

.kontaktniObrazec {
  background-color: #707070;
  position: relative;
  margin-top: 44px;
  margin-bottom: 30px;
}

.kontaktLevo {
  margin: 50 0 50 0;
}

.kontaktLevoInner {
  color: white;
  font-weight: initial;
  width: 300px;
  float: right;
}

a {
  color: inherit;
  /* blue colors for links too */
  text-decoration: inherit;
  /* no underline */
}

.kontaktLevoInner img {
  width: 18px;
  vertical-align: baseline;
  padding-right: 5px;
}

.kontaktDesno {
  border-left: 2px solid white;
  margin: 50 0 50 50;
}

.kontaktDesnoInner {
  padding-left: 20px;
  color: white;
  font-weight: initial;
}

.btn {
  background-color: #f47920 !important;
  color: white;
  font-size: 14px;
}

/****************************reference********************************/
.reference {
  height: 344px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reference img {
  margin: 0;
}

/****************************footer********************************/
.footer {
  height: 45px;
  background-color: #f47920;
  position: fixed;
  bottom: 0;
}

.footerOuter {
  height: 45px;

  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerInner {
  margin: 0;
}

/****************************program********************************/
.programLevo {
  background-color: white;
  transform: skewY(-5deg);
  height: 600px;
  position: absolute;
  top: 380px;
}

.fotke img {
  width: 20%;
  padding-top: 40px;
  opacity: 0.5;
}

/****************************desna vsebina********************************/
.desnaVsebina {
  background-color: #d0d0d0;
  height: fit-content;
  padding: 10px;
}

.desnaVsebina_inner {
  margin: 20px;
}



/****************************lightbox********************************/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  text-align: center;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  max-height: 100%;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
  max-height: 500px;

}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

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

  .moto {
    visibility: hidden;
  }

  .program-no-skew-content {
    transform: skewY(+5deg);
    margin-top: 350;
    padding-top: 100;
  }

  .program {
    min-height: 778px;
  }

  .kontaktSectionTitle {
    margin-top: 47px;
  }

  .kontaktLevoInner {
    color: white;
    font-weight: initial;
    width: auto;
    float: right;
  }
  .footerOuter {
    font-size: 14px;
}
.navbar {
  background-color: transparent;
  position: unset;
  right: unset;
  padding-top:30px;
}
.navbar-nav {
  background-color: #77787b;
  margin-top: 5px;
}
}