:root {
  --dodger-blue: #3898ec;
  --midnight-blue: #252a7c;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navigation {
  z-index: 400;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-image {
  display: block;
}

.navigation-item {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: 1;
  color: var(--dodger-blue);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #3898ec;
}

.navigation-item.w--current:hover {
  opacity: .8;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

.logo-link {
  z-index: 1;
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.logo-1 {
  display: none;
}

.menu {
  z-index: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--midnight-blue);
  color: #fff;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 4px 8px #00000054;
}

.button:hover {
  color: #fff;
  border: 1px solid #3898ec;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.button.bel {
  color: var(--midnight-blue);
  background-color: #fff;
}

.link-block {
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.link-block.jezik {
  border: 1px solid #fff;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.link-block.jezik:hover {
  transform: translate(0, -4px);
}

.image {
  width: 22px;
  display: block;
}

.image.jezik {
  width: 30px;
  height: 20px;
  transition: all .2s;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.intro-text {
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-7 {
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-2 {
  color: #fff;
  background-color: #3898ec;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 4px 8px #00000054;
}

.button-2:hover {
  color: #fff;
  border: 1px solid #3898ec;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.button-2.kontakti {
  display: none;
}

.heading {
  text-shadow: 1px 1px 6px #000;
  margin-top: -45px;
  font-size: 45px;
  font-weight: 400;
}

.heading-2 {
  text-shadow: 1px 1px 6px #000;
  font-weight: 400;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  transition: all .2s;
}

.link-2 {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.link-2:hover {
  color: var(--dodger-blue);
}

.html-embed {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-shelf-inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.widget-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.footer-list {
  line-height: 25px;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 20px;
  display: flex;
}

.div-block {
  background-color: var(--midnight-blue);
}

.footer-shelf-column {
  border-width: 0 1px 0 0;
  border-right-style: solid;
  border-right-color: #ddd;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-shelf-column.column-2 {
  border-right-style: none;
}

.text-block-2 {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}

.footer-navbar {
  background-color: #0000;
}

.list-item-2 {
  color: #fff;
  font-family: Droid Sans, sans-serif;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph {
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph.podnaslov {
  color: #e1e1e1;
  text-shadow: 1px 1px 6px #000;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  line-height: 25px;
}

.link-block-2 {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.link-block-2:hover {
  transform: translate(0, -2px);
}

.heading-3 {
  color: var(--midnight-blue);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.background-video {
  background-image: linear-gradient(#0006, #0006);
  justify-content: center;
  align-items: center;
  height: 95vh;
  margin-top: 100px;
  display: flex;
}

.section-4 {
  margin-top: 110px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.piskotki-naslov {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.piskotki-tekst {
  font-weight: 300;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media screen and (max-width: 991px) {
  .menu-button {
    margin-right: 10px;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: #e4e4e4;
  }

  .navigation {
    padding: 10px 15px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
    padding-bottom: 20px;
  }

  .logo-link {
    width: 75px;
    padding-left: 0%;
    display: none;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .logo-link.logo-1 {
    display: block;
  }

  .menu {
    justify-content: flex-end;
    position: static;
  }

  .button {
    display: inline-block;
  }

  .intro-text {
    flex-direction: column;
    display: flex;
  }

  .button-2 {
    display: inline-block;
  }

  .button-2.kontakti {
    margin-top: 20px;
    display: inline-block;
  }

  .background-video {
    margin-top: 94px;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding: 10px;
  }

  .logo-link {
    width: 60px;
    padding-left: 0;
  }

  .intro-content {
    width: 80%;
  }

  .footer-shelf-column {
    text-align: left;
    border-style: solid none solid solid;
    border-color: #000;
  }

  .container {
    text-align: center;
  }

  .div-block-3 {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .background-video {
    margin-top: 81px;
  }

  .container-3, .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    flex: none;
  }

  .menu-button.w--open {
    flex: none;
    margin-right: 0;
  }

  .navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu {
    margin-left: 15px;
  }

  .button {
    margin-bottom: 10px;
  }

  .intro-content {
    width: 90%;
  }

  .image-7 {
    width: 100px;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 33px;
  }

  .div-block {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .background-video {
    margin-top: 84px;
  }

  .section-4 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-_83e3aa2a-ab94-313b-a989-eb6d18f23774-ec2b9680 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_83e3aa2a-ab94-313b-a989-eb6d18f23774-ec2b9680 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


