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

.logo {
  height: 40px;
  margin-top: 3px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
}

.navbar.white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.2);
}

.small-dropdown-icon {
  margin-right: 11px;
  opacity: 0.5;
  font-size: 12px;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.nav-menu-2 {
  z-index: 1;
  margin-top: 5px;
  border-radius: 4px;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.nav-link {
  margin-right: 3px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-color: rgba(51, 112, 166, 0.5);
  background-color: transparent;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-link.dropdown-toggle.jezik {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #315287;
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: #1f6fff;
  color: #fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.dropdown-link.eng {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 89.8%, 0.75)), to(hsla(0, 0%, 89.8%, 0.75))), url('../images/english.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 89.8%, 0.75), hsla(0, 0%, 89.8%, 0.75)), url('../images/english.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dropdown-link.eng:hover {
  background-image: url('../images/english.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #1a73e8;
}

.dropdown-link.eng.slo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 89.4%, 0.75)), to(hsla(0, 0%, 89.4%, 0.75))), url('../images/slovene.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 89.4%, 0.75), hsla(0, 0%, 89.4%, 0.75)), url('../images/slovene.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dropdown-link.eng.slo:hover {
  background-image: url('../images/slovene.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropdown-link.ger {
  margin: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 89.4%, 0.75)), to(hsla(0, 0%, 89.4%, 0.75))), url('../images/German.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 89.4%, 0.75), hsla(0, 0%, 89.4%, 0.75)), url('../images/German.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.dropdown-link.ger:hover {
  background-image: url('../images/German.jpg');
  background-position: 0px 0px;
  background-size: contain;
  color: #1a73e8;
}

.dropdown-link.ger.slo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 89.8%, 0.75)), to(hsla(0, 0%, 89.8%, 0.75))), url('../images/slovene.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 89.8%, 0.75), hsla(0, 0%, 89.8%, 0.75)), url('../images/slovene.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.dropdown-link.ger.slo:hover {
  background-image: url('../images/slovene.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dropdown-link.ita {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 89.8%, 0.75)), to(hsla(0, 0%, 89.8%, 0.75))), url('../images/Italian.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 89.8%, 0.75), hsla(0, 0%, 89.8%, 0.75)), url('../images/Italian.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dropdown-link.ita:hover {
  background-image: url('../images/Italian.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #1a73e8;
}

.dropdown-link.ita.slo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 89.4%, 0.75)), to(hsla(0, 0%, 89.4%, 0.75))), url('../images/slovene.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 89.4%, 0.75), hsla(0, 0%, 89.4%, 0.75)), url('../images/slovene.jpg');
  background-size: auto, cover;
}

.dropdown-link.ita.slo:hover {
  background-image: url('../images/slovene.jpg');
  background-size: cover;
}

.overall-hero-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: 700;
}

.button {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button.outline {
  border: 1px solid #fff;
  background-color: transparent;
}

.button.full {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fffefe;
  background-color: #1a73e8;
  color: #fff;
  text-align: center;
}

.button.full:hover {
  background-color: #1a73e8;
}

.button.full.outline {
  width: 50%;
  margin-top: 10%;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.button.full.outline:hover {
  border-color: #3370a6;
  background-color: #3370a6;
  color: #fff;
}

.button.full.outline {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 15px;
}

.button.full.outline:hover {
  border-color: #1f6fff;
  background-color: #1f6fff;
  color: #fff;
}

.button.full.panoramio {
  margin-right: 25%;
  margin-left: 25%;
  text-decoration: none;
}

.overall-hero-description {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  opacity: 1;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
}

.hero-block-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
}

.hero-block-overlay.business-2 {
  margin-top: 100px;
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 108, 164, 0.7)), to(rgba(46, 108, 164, 0.7))), url('../images/Valjčki-za-barvanje-dodatne-funkcije.jpg');
  background-image: linear-gradient(180deg, rgba(46, 108, 164, 0.7), rgba(46, 108, 164, 0.7)), url('../images/Valjčki-za-barvanje-dodatne-funkcije.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-hero-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.body {
  font-family: Montserrat, sans-serif;
}

.portfolio-tabs {
  margin-top: 20px;
}

.section-title-wrapper {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.feature-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.feature-section.odd {
  border-top: 1px solid rgba(51, 112, 166, 0.25);
  background-color: #fafafa;
}

.section-title {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
  text-align: center;
}

.portfolio-tabs-menu {
  text-align: center;
}

.portfolio-tab-button {
  width: 19%;
  margin-right: 3px;
  margin-left: 3px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: #f8f8f8;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #3370a6;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.portfolio-tab-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.portfolio-tab-button.w--current {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #315287;
  color: #fff;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.portfolio-tab-pane {
  padding: 30px 20px;
  border-radius: 3px;
  background-color: #315287;
}

.portfolio-lightbox-block {
  width: 25%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-decoration: none;
}

.portfolio-item-title {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.portfolio-item-title:hover {
  color: #1f6fff;
}

.portfolio-item-block {
  display: block;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: url('../images/Valjček-za-barvanje-Maximus-poliamid.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-item-block:hover {
  opacity: 0.9;
}

.portfolio-item-block.slika-2 {
  background-image: url('../images/Valjčki-za-barvanje-okroglih-kvadratnih-pravokotnih-površin-pena-5-cm-jeklo.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-item-block.slika-3 {
  background-image: url('../images/Valjčki-za-barvanje-okroglih-kvadratnih-pravokotnih-površin-mikrovlakna-inoks-ročaj-1.jpg');
}

.portfolio-item-block.slika-4 {
  background-image: url('../images/Valjčki-za-barvanje-magic-90-250px.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-item-block.slika-5 {
  background-image: url('../images/Valjčki-za-barvanje-Magic-90-mini-velur-1.jpg');
}

.portfolio-item-block.slika-6 {
  background-image: url('../images/Valjčki-za-barvanje-Magic-90-mini-pena.jpg');
}

.portfolio-item-block.slika-7 {
  background-image: url('../images/Valjčki-za-barvanje-Magic-90-mini-poliamid.jpg');
}

.portfolio-item-block.slika-8 {
  background-image: url('../images/Valjčki-za-barvanje-magic-90-mini-250px.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-item-block.slika-9 {
  background-image: url('../images/Dvojni-valjček-za-barvanje-DUO-MIX-velur.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-item-block.slika-10 {
  background-image: url('../images/Dvojni-valjček-za-barvanje-DUO-MIX-tekstil.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-item-block.slika-11 {
  background-image: url('../images/Dvojni-valjček-za-barvanje-DUO-MIX-poliamid.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-item-block.slika-12 {
  background-image: url('../images/Dvojni-valjčki-za-barvanje-DUO-MIX.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-item-block.slika-13 {
  background-image: url('../images/Valjčki-za-barvanje-Normal-Long-mikrovlakna-pena-velur.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-item-block.slika-16 {
  background-image: url('../images/Valjčki-za-barvanje-Normal-Long-250.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-item-block.slika-17 {
  background-image: url('../images/Valjček-za-barvanje-Maximus-velur.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-item-block.slika-1 {
  background-image: url('../images/Valjčki-za-barvanje-okroglih-kvadratnih-pravokotnih-površin-3.jpg');
}

.portfolio-item-block.slika-18 {
  background-image: url('../images/Valjček-za-barvanje-Maximus-tekstil.jpg');
}

.portfolio-item-block.slika-20 {
  background-image: url('../images/Valjčki-za-barvanje-Maximus-250.png');
}

.portfolio-item-description {
  margin-bottom: 5px;
  color: #d9d9d9;
  font-size: 13px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image {
  width: 50%;
  margin-bottom: 40px;
}

.long-feature-icon-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border-radius: 7px;
  text-align: center;
}

.feature-intro-title {
  margin-bottom: 5px;
  color: #bebebe;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-feature-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 37px;
}

.long-feature-icon {
  height: 35px;
}

.long-feature-block {
  position: relative;
  margin-top: 25px;
  padding-right: 20px;
  padding-left: 65px;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-left: 75px;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title.uppercase {
  margin-top: 5px;
  margin-bottom: 4px;
  float: none;
  color: #3370a6;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
}

.small-paragraph {
  margin-bottom: 0px;
  color: #838383;
  font-size: 14px;
  line-height: 20px;
}

.small-features-wrapper {
  margin-top: 30px;
}

.feature-text-block {
  width: 50%;
  margin-right: 20px;
  float: left;
}

.feature-text-block.right {
  margin-left: 20px;
  float: right;
}

.simple-bottom-footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
  background-color: #424549;
  color: #979da5;
}

.simple-footer {
  position: relative;
  padding-top: 45px;
  background-color: #3370a6;
}

.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: left;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: right;
}

.footer-logo {
  color: #fff;
  font-size: 19px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  margin-top: 5px;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-inline-link:hover {
  color: hsla(0, 0%, 100%, 0.4);
}

.long-feature-icon-wrapper-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  text-align: center;
}

.long-feature-icon-2 {
  height: 35px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.lightbox-link-2 {
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  box-shadow: 7px 7px 40px 0 rgba(0, 0, 0, 0.3);
}

.lightbox-link-4 {
  width: 100px;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  box-shadow: 7px 7px 40px 0 rgba(0, 0, 0, 0.3);
  color: #315287;
  text-align: center;
  text-decoration: none;
}

.lightbox-link-4.lbl {
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-3 {
  position: relative;
}

.container-3.centered {
  text-align: center;
}

.testi-icon {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 100%;
}

.testi-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.testi-wrapper.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  text-align: center;
}

.slide-nav {
  position: relative;
  opacity: 0.7;
  font-size: 10px;
}

.testi-name {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
}

.testi-slider {
  height: auto;
  margin-top: 20px;
  background-color: transparent;
}

.image-6 {
  display: inline-block;
  width: 20px;
  margin-right: 0px;
}

.image-6.bela-ikona {
  display: none;
}

.video-lightbox-icon {
  height: 10px;
}

.video-lightbox-icon.vecja-ikona {
  height: 20px;
  margin-top: -4px;
  padding-left: 2px;
}

.header-video-column-right {
  padding-left: 50px;
}

.video-lightbox-button {
  position: absolute;
  left: 0px;
  top: 53%;
  right: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-left: 2px;
  border-radius: 100%;
  background-color: #e72a00;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.video-lightbox-button:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -50%) scale(1.2);
  -ms-transform: translate(0px, -50%) scale(1.2);
  transform: translate(0px, -50%) scale(1.2);
}

.video-lightbox-button.manjsi-gumb {
  top: 46%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 26px;
  padding-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subpage-header {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header.about-1 {
  position: relative;
  padding-top: 190px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 82, 135, 0.8)), to(rgba(49, 82, 135, 0.8))), url('../images/Čoln_Panoramio_1.jpg');
  background-image: linear-gradient(180deg, rgba(49, 82, 135, 0.8), rgba(49, 82, 135, 0.8)), url('../images/Čoln_Panoramio_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: left;
}

.overall-video-lightbox {
  display: block;
  overflow: hidden;
  height: 230px;
  margin: 8px;
  border-radius: 4px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}

.overall-video-lightbox.video-1 {
  overflow: visible;
  margin: 8px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video-lightbox-image-block {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.video-lightbox-image-block.small-hero {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Čoln_Panoramio_1.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: url('../images/Čoln_Panoramio_1.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.video-lightbox-image-block.small-hero.video-3 {
  background-image: url('../images/Čoln-Panoramio_3.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.video-lightbox-image-block.small-hero.slika-4 {
  background-image: url('../images/Čoln_Panoramio_5.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.video-lightbox-image-block.small-hero.slika-5 {
  background-image: url('../images/Čoln_Panoramio_4.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.video-lightbox-image-block.small-hero.slika-6 {
  background-image: url('../images/Čoln_Panoramio_6.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.video-lightbox-image-block.video-1 {
  background-image: url('../images/Čoln_Panoramio_2.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: url('../images/Čoln_Panoramio_2.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.video-lightbox-image-block.video-2 {
  background-image: url('../images/Čoln-Panoramio.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: url('../images/Čoln-Panoramio.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-position: 100% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.video-lightbox-image-block.prilagajanje {
  box-shadow: 7px 7px 40px 0 hsla(0, 0%, 100%, 0.3);
}

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
}

.subpage-title.smaller {
  font-size: 33px;
  line-height: 39px;
}

.about-column-left {
  padding-right: 30px;
}

.page-subtitle {
  display: block;
  width: 65%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.page-subtitle.full {
  width: 100%;
}

.section-title-wrapper-2 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-2 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lightbox-link-5 {
  margin: 8px;
  padding: 0px;
  box-shadow: 7px 7px 40px 0 rgba(0, 0, 0, 0.3);
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lightbox-link-6 {
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-13 {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #1a73e8;
}

.text-block-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.white {
  color: #fff;
}

.div-block-14 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
}

.image-7 {
  width: 125px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span {
  color: #000;
}

.section-4 {
  margin: 100px 40px 80px;
  padding-top: 80px;
}

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

.text-block-4 {
  margin-top: 10px;
}

.link {
  color: #fff;
}

.lightbox-link-7 {
  width: 100px;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  box-shadow: 7px 7px 40px 0 rgba(0, 0, 0, 0.3);
  color: #315287;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fixed-nav-menu-button {
    margin-right: 10px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 4px;
    background-color: #3370a6;
    color: #fff;
    text-align: center;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

  .fixed-nav-menu-button.w--open {
    background-color: #315287;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
    color: #fff;
  }

  .nav-menu-2 {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #315287;
  }

  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }

  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
  }

  .nav-link:hover {
    background-color: #1a73e8;
    color: #fff;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .dropdown-link.eng {
    background-image: url('../images/english.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: right;
  }

  .dropdown-link.eng:hover {
    background-position: 50% 50%;
    background-size: contain;
  }

  .dropdown-link.ger {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/German.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/German.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    text-align: right;
  }

  .dropdown-link.ger:hover {
    background-image: url('../images/German.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/German.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }

  .dropdown-link.ita {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Italian.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Italian.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    text-align: right;
  }

  .dropdown-link.ita:hover {
    background-position: 50% 50%;
    background-size: contain;
  }

  .overall-hero-title {
    font-size: 41px;
    line-height: 53px;
  }

  .overall-hero-description {
    width: 80%;
  }

  .hero-block-overlay {
    margin-top: 118px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 150px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .full-hero-content-block {
    margin-bottom: 50px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section {
    padding: 45px;
  }

  .section.feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .portfolio-tab-button {
    height: 100px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .feature-text-block {
    width: 400px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .icon {
    font-size: 45px;
  }

  .lightbox-link-4 {
    width: 33%;
  }

  .testi-wrapper.card {
    width: 100%;
  }

  .image-6.bela-ikona {
    display: block;
  }

  .image-6.jezik {
    display: none;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.about-1 {
    padding-top: 140px;
  }

  .page-subtitle {
    width: 80%;
  }

  .section-title-wrapper-2 {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .div-block-7 {
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-12 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-7 {
    width: 100px;
  }

  .nav-button {
    padding: 5px;
    color: #134783;
  }

  .nav-button.w--open {
    background-color: #315287;
  }

  .lightbox-link-7 {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .overall-hero-title {
    font-size: 30px;
    line-height: 33px;
  }

  .button.full {
    margin-top: 10px;
  }

  .overall-hero-description {
    width: 90%;
  }

  .hero-block-overlay {
    margin-top: 95px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 120px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section {
    padding: 25px;
  }

  .section.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .portfolio-tab-button {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .portfolio-tab-button.w--current {
    height: auto;
  }

  .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .portfolio-tab-pane {
    padding-top: 20px;
  }

  .portfolio-lightbox-block {
    width: 99%;
    padding-top: 20px;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-text-block {
    width: 100%;
  }

  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }

  .footer-menu-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }

  .bottom-footer-paragraph.right {
    float: none;
  }

  .footer-logo-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-block-3 {
    margin-top: 12px;
    margin-right: auto;
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lightbox-link-4 {
    width: 100%;
  }

  .testi-wrapper {
    margin-top: 30px;
  }

  .testi-wrapper.card {
    margin-top: 0px;
  }

  .video-lightbox-icon.vecja-ikona {
    height: 15px;
    margin-top: -17px;
  }

  .header-video-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .video-lightbox-button {
    width: 35px;
    height: 35px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.about-1 {
    padding-top: 100px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .about-column-left {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .section-title-wrapper-2 {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .div-block-7 {
    text-align: center;
  }

  .div-block-8 {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .lightbox-link-6 {
    width: 45%;
    margin-bottom: 10px;
  }

  .div-block-10 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .image-8 {
    width: 300px;
    height: 100px;
  }

  .lightbox-link-7 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    margin-top: 5px;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .navbar {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

  .fixed-nav-menu-button {
    margin-right: 0px;
  }

  .dropdown-link.eng:hover {
    background-position: 50% 50%;
    background-size: contain;
  }

  .overall-hero-title {
    font-size: 27px;
    line-height: 31px;
  }

  .button {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button.full.outline {
    width: 100%;
  }

  .overall-hero-description {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-block-overlay {
    margin-top: 63px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
  }

  .hero-block-overlay.business-2 {
    padding-top: 90px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .full-hero-content-block {
    margin-bottom: 30px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section {
    padding: 25px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .portfolio-lightbox-block {
    width: 99%;
    margin-bottom: 15px;
    padding-right: 10px;
  }

  .portfolio-item-title {
    margin-bottom: 9px;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .long-feature-block {
    padding-right: 10px;
    padding-left: 55px;
  }

  .long-feature-block.title-only {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 40px;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .long-feature-title.uppercase {
    margin-left: 5px;
    font-size: 16px;
    line-height: 21px;
  }

  .feature-text-block.right {
    margin-left: 0px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-3.div-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .lightbox-link-4 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testi-wrapper.card {
    padding: 0px;
  }

  .slide-nav {
    font-size: 12px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .video-lightbox-button.manjsi-gumb {
    width: 35px;
    height: 35px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .overall-video-lightbox {
    height: 140px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .subpage-title.smaller {
    font-size: 22px;
    line-height: 25px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-title-wrapper-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lightbox-link-6 {
    width: 80%;
  }

  .div-block-10 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-7 {
    width: 80px;
  }

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

