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

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
}

.nav-menu-2 {
  margin-top: 10px;
  margin-bottom: 5px;
  -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;
}

.nav-link-2 {
  padding: 10px;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link-2.gumb {
  border-radius: 8px;
  background-color: #bd1b19;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  font-size: 16px;
}

.scroll-down-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 998;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.scroll-down-wrapper.left-align {
  padding-right: 30px;
  text-align: right;
}

.align-center {
  text-align: center;
}

.scroll-down-icon {
  width: 25px;
  height: 25px;
  background-image: url('../images/font-awesome_4-7-0_long-arrow-down_100_0_ffffff_none_1font-awesome_4-7-0_long-arrow-down_100_0_ffffff_none.png');
  background-position: 0px 0px;
  background-size: contain;
}

.sub-text-banner {
  margin-bottom: 33px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  margin-top: 65px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Krovstvo-kleparstvo-Šeruga-21.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Krovstvo-kleparstvo-Šeruga-21.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner.style-4 {
  height: 50vh;
  margin-top: 65px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/Krovstvo-kleparstvo-Šeruga-17.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Krovstvo-kleparstvo-Šeruga-17.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.top-banner-title {
  color: #fff;
  font-size: 58px;
  line-height: 65px;
  font-weight: 500;
}

.link {
  color: #fff;
  text-decoration: none;
}

.brand {
  margin-top: 4px;
}

.text-block-2 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.project-wrapper {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
  padding: 40px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #121217;
  text-decoration: none;
}

.project-wrapper:hover {
  box-shadow: 0 10px 12px -7px rgba(0, 0, 0, 0.15);
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #4253ff;
}

.project-wrapper.style-2 {
  height: auto;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none;
}

.project-wrapper.style-2.add-shadow {
  width: 22%;
  margin: 20px 10px 60px;
  -webkit-filter: none;
  filter: none;
}

.project-wrapper.style-2.add-shadow:hover {
  box-shadow: none;
  color: #007dc5;
}

.project-content {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 15px 15px 15px 25px;
  background-color: #fff;
}

.project-type {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #919197;
  font-size: 16px;
  font-weight: 300;
}

.project-title {
  margin-top: 0px;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
}

.heading {
  margin-right: 30px;
  margin-left: 30px;
  text-align: center;
}

.footer-menu-item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  float: none;
  clear: both;
  color: #323d4c;
}

.footer-menu-item.w--current {
  color: #007dc5;
}

.footer-nav-menu {
  width: 100%;
  float: left;
  line-height: 25px;
}

.footer-shelf {
  position: relative;
  z-index: 100;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e0e0e0;
  color: #323d4c;
}

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

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

.footer-navbar {
  background-color: transparent;
}

.button-3 {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 20px 24px;
  float: none;
  border-radius: 4px;
  background-color: #556270;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button-3:hover {
  background-color: #fa6900;
}

.button-3.kako-do-nas {
  display: block;
  margin-top: 10px;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 19px;
}

.button-3.kako-do-nas:hover {
  background-color: #007dc5;
}

.widget-heading {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
}

.text-block {
  margin-top: 40px;
  text-align: center;
}

.link-2 {
  color: #007dc5;
  font-size: 16px;
  text-decoration: none;
}

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

.section-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-3 {
  margin: 40px 10% 60px;
}

.lightbox-link {
  width: 31%;
  margin: 10px;
  text-align: center;
}

.heading-2 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(189, 27, 25, 0.25);
  font-weight: 400;
}

.div-block-17 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-color: #bd1b19;
}

.logo {
  margin-top: 5px;
}

.about-gallery-container {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px none #ddd;
}

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

.button-4 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 25px;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  background-color: #bd1b19;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.button-4:hover {
  border-width: 1px;
  border-color: #3898ec;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.html-embed {
  margin-bottom: 10px;
}

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

.div-block-21 {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image {
  padding: 5px;
}

.lightbox-link-2 {
  padding: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-22 {
  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;
}

.image-2 {
  width: 40px;
  margin-left: 25px;
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

@media screen and (max-width: 991px) {
  .container-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-link-2 {
    text-align: right;
  }

  .nav-link-2.gumb {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    font-size: 40px;
  }

  .menu-button.w--open {
    z-index: 1500;
  }

  .sub-text-banner {
    font-size: 17px;
  }

  .top-banner-title {
    font-size: 49px;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .project-wrapper {
    height: 240px;
  }

  .project-wrapper.style-2.add-shadow {
    width: 45%;
  }

  .button-3 {
    font-size: 15px;
  }

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

  .lightbox-link {
    width: 30%;
  }

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

  .div-block-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container-2 {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu-2 {
    margin-top: 0px;
    padding-bottom: 10px;
    text-align: right;
  }

  .banner {
    height: 400px;
  }

  .top-banner-title {
    line-height: 55px;
  }

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

  .div-block-16 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .project-wrapper.style-2.add-shadow {
    width: 40%;
    margin-bottom: 40px;
  }

  .project-type {
    font-size: 14px;
  }

  .lightbox-link {
    width: 42%;
  }

  .logo {
    margin-top: 10px;
  }

  .button-4 {
    text-align: right;
  }

  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

@media screen and (max-width: 479px) {
  .container-2 {
    margin-right: 5px;
    margin-left: 5px;
    -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;
  }

  .nav-menu-2 {
    z-index: 2500;
  }

  .banner {
    height: 500px;
  }

  .top-banner-title {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-2 {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 20px;
  }

  .project-wrapper.style-2.add-shadow {
    width: 80%;
    margin-bottom: 10px;
  }

  .project-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .section-3 {
    margin-right: 2%;
    margin-left: 2%;
  }

  .lightbox-link {
    width: 100%;
  }

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

  .logo {
    margin-top: 15px;
  }

  .button-4 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .container-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

