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

a {
  text-decoration: underline;
}

.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;
  padding-bottom: 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;
}

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

.nav-link-2.gumb {
  margin-left: 10px;
  border-radius: 8px;
  background-color: #e0c7b2;
  font-size: 16px;
}

.nav-link-2.gumb:hover {
  background-color: #007dc5;
  color: #fff;
}

.text-block {
  padding-top: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #7e6958;
  font-size: 20px;
  font-weight: 700;
}

.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;
  height: 600px;
}

.banner.style-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -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;
  background-image: url('../images/Trgo-parketi-Ponikva-16.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.banner.style-4.parket-2 {
  height: 250px;
  background-image: url('../images/Trgo-parketi-Ponikva-20.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.top-banner-title {
  margin-right: 10%;
  margin-left: 10%;
  color: #fff;
  font-size: 54px;
  line-height: 65px;
  font-weight: 400;
  text-shadow: 1px 1px 2px #000;
}

.link {
  color: #e0c7b2;
  text-decoration: none;
  text-shadow: 1px 1px 2px #000;
}

.div-block {
  margin: 20px;
}

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

.phone-number {
  padding-top: 16px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 37px;
}

.call-prices {
  margin-top: 6px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.49);
  font-size: 22px;
}

.hide {
  display: none;
}

.location {
  padding-right: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-shadow: 1px 1px 2px #000;
}

.map-icon {
  margin-right: 20px;
  float: left;
}

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

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

.enqueries {
  margin-top: 16px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 22px;
}

.contact-summary {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #7e6958;
}

.column {
  padding-top: 15px;
}

.vision-wrapper {
  height: 350px;
  margin-right: 20px;
  margin-left: 20px;
  background-image: url('../images/Trgo-parketi-Ponikva-16.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.15);
}

.vision-wrapper.photo-2 {
  background-image: url('../images/Parketi-Strašek-Ponikva-1.jpg');
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.vision-wrapper.photo-3 {
  background-image: url('../images/Trgo-parketi-Ponikva-1.jpg');
}

.top-margin {
  margin-top: 15px;
}

.vision-content {
  position: absolute;
  left: 20px;
  right: 0px;
  bottom: 35px;
  min-height: 110px;
  margin-right: 50px;
  margin-left: 17px;
  padding: 10px 20px;
  background-color: #fff;
}

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

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

.submit-button {
  border-radius: 8px;
  background-color: #7e6958;
}

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

.footer-shelf {
  position: relative;
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #e0c7b2;
  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;
}

.contact-form {
  padding-top: 17px;
  padding-right: 50px;
  border-top: 1px none #ddd;
}

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

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

.input {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.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;
  background-color: #7e6958;
  font-size: 19px;
}

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

.widget-heading {
  margin-top: 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-3 {
  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 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-block {
  display: block;
  color: #333;
}

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

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

.div-block-17 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.klju-ne-besede {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
  padding: 8px 8px 8px 7px;
  border-radius: 8px;
  background-color: #f5f5f7;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: center;
}

.lightbox-link {
  width: 22%;
  margin: 10px;
}

.lightbox-link.stroji {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph {
  font-size: 18px;
}

.text-block-4 {
  font-family: 'Great Vibes', cursive;
  color: #e0c7b2;
  font-size: 40px;
  text-shadow: 1px 1px 2px #000;
}

.heading {
  font-weight: 400;
}

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

.about-gallery-container-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.container-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-5 {
  margin-bottom: 20px;
}

.text-block-6 {
  font-size: 16px;
}

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

.image {
  margin: 20px auto;
}

.div-block-21 {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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) {
  .navbar-3 {
    padding-top: 7px;
  }

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

  .align-center {
    margin-top: 100px;
  }

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

  .banner.style-4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .phone-number {
    font-size: 27px;
  }

  .call-prices {
    font-size: 16px;
  }

  .location {
    text-align: left;
  }

  .button {
    font-size: 15px;
  }

  .enqueries {
    font-size: 17px;
  }

  .vision-wrapper {
    display: block;
  }

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

  .section-2 {
    margin-top: 80px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .lightbox-link {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-2 {
    margin-top: 82px;
  }

  .menu-button {
    color: #7e6958;
  }

  .align-center {
    margin-top: 100px;
  }

  .banner {
    height: 400px;
  }

  .banner.style-4 {
    height: 110vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .contact-summary {
    padding-right: 20px;
    padding-left: 20px;
  }

  .vision-wrapper {
    width: 90%;
  }

  .vision-content {
    width: 70%;
  }

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

  .lightbox-link {
    width: 42%;
  }

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

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

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

@media screen and (max-width: 479px) {
  .nav-menu-2 {
    z-index: 2500;
  }

  .align-center {
    margin-top: 60px;
  }

  .banner {
    height: 500px;
  }

  .banner.style-4 {
    height: 125vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .location {
    line-height: 22px;
  }

  .button {
    margin-bottom: 20px;
  }

  .column {
    padding-top: 0px;
  }

  .vision-wrapper {
    margin-right: 5px;
    margin-left: 5px;
  }

  .vision-content {
    margin-right: 20px;
  }

  .klju-ne-besede {
    display: inline-block;
  }

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

  .lightbox-link {
    width: 80%;
  }

  .lightbox-link.stroji {
    width: 90%;
  }

  .heading {
    font-size: 28px;
  }

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

