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

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

.brand {
  width: 150px;
  margin-top: 16px;
}

.nav-link-2 {
  padding: 10px 7px;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link-2:hover {
  color: #3898ec;
}

.dropdown {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #156287;
  text-transform: uppercase;
}

.dropdown:hover {
  color: #00b2f5;
}

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

.container-2 {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.nav-link-3 {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link-3.gumb {
  margin-left: 8px;
  border-radius: 8px;
  background-color: red;
  color: #fff;
  font-size: 16px;
}

.nav-link-3.gumb:hover {
  background-color: #3898ec;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-link {
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #007dc5;
  color: #fff;
}

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

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

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

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

.naslovna {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.text-block-4 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.button-2 {
  border-radius: 8px;
  background-color: red;
  color: #fff;
}

.button-2:hover {
  background-color: #3898ec;
}

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

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

.banner {
  position: relative;
  height: 600px;
  background-color: #002e63;
}

.banner.style-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 70px;
  padding-right: 40px;
  padding-left: 40px;
  -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-color: #2461a3;
  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/CNC_struženje_Aling_Maribor_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CNC_struženje_Aling_Maribor_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.heading-2 {
  font-weight: 400;
  text-align: center;
}

.heading {
  margin-right: 30px;
  margin-left: 30px;
  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;
  -webkit-filter: none;
  filter: none;
}

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

.div-block-16 {
  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-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-type {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #919197;
  font-size: 16px;
  font-weight: 300;
}

.section-2 {
  margin: 50px 30px;
}

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

.paragraph {
  margin-right: 40px;
  margin-left: 40px;
}

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

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

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

.link-2 {
  color: #007dc5;
  text-decoration: none;
}

.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-list {
  line-height: 25px;
}

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

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

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

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

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

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

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

.paragraph-2 {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-align: center;
}

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

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

@media screen and (max-width: 991px) {
  .menu-button {
    font-size: 40px;
  }
  .menu-button.w--open {
    z-index: 1500;
  }
  .brand {
    margin-top: 9px;
  }
  .nav-link-2 {
    font-size: 12px;
    text-align: right;
  }
  .dropdown {
    font-size: 12px;
  }
  .navbar-3 {
    padding-top: 7px;
  }
  .nav-link-3 {
    text-align: right;
  }
  .nav-link-3.gumb {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
  }
  .top-banner-title {
    font-size: 49px;
  }
  .sub-text-banner {
    font-size: 17px;
  }
  .project-wrapper {
    height: 240px;
  }
  .project-wrapper.style-2.add-shadow {
    width: 45%;
  }
  .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;
  }
  .lightbox-link {
    width: 45%;
  }
  .button-3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    display: block;
  }
  .nav-menu-2 {
    margin-top: 80px;
  }
  .brand {
    width: 150px;
  }
  .brand.w--current {
    width: 200px;
    margin-top: 21px;
  }
  .nav-link-2 {
    margin-top: 5px;
    font-size: 14px;
  }
  .dropdown {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-top: 10px;
    text-align: right;
  }
  .icon-3 {
    margin-top: 12.8125px;
  }
  .container-2 {
    margin-right: 0px;
  }
  .icon {
    color: red;
  }
  .nav-link-3 {
    text-align: right;
  }
  .nav-link-3.gumb {
    text-align: center;
  }
  .top-banner-title {
    line-height: 55px;
  }
  .banner {
    height: 400px;
  }
  .project-wrapper.style-2.add-shadow {
    margin-bottom: 40px;
  }
  .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-type {
    font-size: 14px;
  }
  .section-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .lightbox-link {
    width: 100%;
  }
  .div-block-17 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section-4 {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-2 {
    z-index: 2500;
  }
  .brand.w--current {
    width: 150px;
  }
  .top-banner-title {
    font-size: 35px;
    line-height: 40px;
  }
  .banner {
    height: 500px;
  }
  .heading {
    font-size: 25px;
    line-height: 25px;
  }
  .project-wrapper.style-2.add-shadow {
    width: 80%;
    margin-bottom: 10px;
  }
  .section-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .project-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .div-block-17 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-4 {
    margin-right: 10px;
    margin-left: 10px;
  }
}

