body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.color-brand-green {
  color: #2aa12f;
}

.green-button {
  background-color: #32a537;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 40px;
  text-align: center;
  transition: all .6s;
  width: 40px;
}
.green-button:hover {
  transform: rotate(360deg);
}

#lang-bar {
  background-color: #eaeaea;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
@media screen and (max-width: 620px) {
  #lang-bar {
    height: 80px;
    line-height: 35px;
  }
}
#lang-bar ul li.half-hidden {
  opacity: .2;
}
#lang-bar p {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  #lang-bar p {
    float: none;
    text-align: center;
  }
}

#header a img#brand {
  margin-top: 15px;
  transition: margin .3s;
}
#header #upper-nav {
  height: 80px;
  line-height: 80px;
}
@media screen and (max-width: 1200px) {
  #header #upper-nav {
    display: none;
  }
}
#header #upper-nav ul li {
  position: relative;
  z-index: 1001;
  font-size: 16px;
  font-weight: 300;
  margin-left: 25px;
  padding: 0 5px;
  text-transform: uppercase;
  text-align: center;
}
#header #upper-nav ul li a {
  color: #000;
  text-decoration: none;
}
#header #upper-nav ul li:hover a {
  color: #2aa12f;
}
#header #upper-nav ul li:hover:after {
  opacity: 1;
  left: 0;
  width: 100%;
}
#header #upper-nav ul li:after {
  position: absolute;
  z-index: 1002;
  bottom: 30%;
  left: 0;
  background-color: #159b3a;
  content: "";
  left: 40%;
  opacity: 0;
  height: 2px;
  transition: all .3s;
  width: 10%;
}
#header #upper-nav ul li.active a {
  color: #159b3a;
}
#header #upper-nav ul li.active:after {
  position: absolute;
  z-index: 1002;
  bottom: 30%;
  background-color: #159b3a;
  content: "";
  left: 0;
  opacity: 1;
  width: 100%;
  height: 2px;
}

#wizerunek ul li {
  background-size: contain;
  height: 450px;
  width: 100%;
}
#wizerunek ul li .container {
  position: relative;
  z-index: 1001;
  height: 100%;
}
#wizerunek ul li .container img.wiz-image {
  position: absolute;
  z-index: 1002;
  left: 0;
  top: 20%;
  bottom: 20%;
}
#wizerunek ul li .container h2 {
  position: absolute;
  z-index: 1003;
  font-size: 36px;
  font-weight: 700;
  left: 5%;
  top: 30%;
  max-width: 50%;
}

#main-page-offer {
  padding-top: 25px;
}
#main-page-offer h2 {
  margin: 0 0 40px;
}
#main-page-offer .container {
  position: relative;
  z-index: 1001;
}
#main-page-offer ul {
  text-align: justify;
}
#main-page-offer ul:after {
  content: "";
  display: inline-block;
  width: 100%;
}
#main-page-offer ul li {
  position: relative;
  z-index: 1001;
  height: 240px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #main-page-offer ul li {
    margin: 20px 0;
  }
}
#main-page-offer ul li h2.offer-name {
  position: absolute;
  z-index: 1005;
  color: #fff;
  font-weight: 300;
  left: 0;
  transition: all .3s;
  height: 100%;
  top: 40%;
  text-align: center;
  transition: all .3s;
  width: 100%;
}
#main-page-offer ul li img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #main-page-offer ul li .offer-item {
    margin: 20px auto;
  }
}
#main-page-offer ul li .offer-item a {
  position: relative;
  z-index: 1001;
  display: block;
  height: 100%;
  width: 100%;
}
#main-page-offer ul li .offer-item a:after {
  position: absolute;
  z-index: 1003;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  content: "";
  left: 0;
  opacity: 0;
  height: 0;
  transition: all .3s;
  bottom: 0;
  width: 100%;
}
#main-page-offer ul li .offer-item a:hover:after {
  height: 100%;
  opacity: 1;
}
#main-page-offer #next, #main-page-offer #prev {
  position: absolute;
  z-index: 1003;
  color: #b4d256;
  cursor: pointer;
  font-size: 40px;
  font-weight: 300;
  top: 30%;
}
#main-page-offer #next {
  right: -15px;
}
#main-page-offer #prev {
  left: -15px;
}

#download-section {
  padding: 70px 0;
}
#download-section .pull-left, #download-section .pull-right {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #download-section .pull-left, #download-section .pull-right {
    width: 100%;
    text-align: center;
  }
}
#download-section .pull-left img {
  margin: 0 auto;
}
#download-section .pull-right {
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  #download-section .pull-right {
    margin-top: 30px;
  }
}

#boxes .left-col, #boxes .right-col {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #boxes .left-col, #boxes .right-col {
    width: 100%;
  }
}
#boxes .left-col .image, #boxes .right-col .image {
  position: relative;
  z-index: 1001;
  height: 270px;
  overflow: hidden;
}
#boxes .left-col .image:before, #boxes .right-col .image:before {
  position: absolute;
  z-index: 1002;
  background-color: #fff;
  content: "";
  left: 0;
  opacity: 0;
  top: 0;
  height: 100%;
  transition: all .3s;
  width: 100%;
}
#boxes .left-col .image img, #boxes .right-col .image img {
  transition: transform .3s;
}
#boxes .left-col .image:hover:before, #boxes .right-col .image:hover:before {
  opacity: .3;
}
#boxes .left-col .image:hover img, #boxes .right-col .image:hover img {
  transform: scale(1.05);
}
#boxes .left-col a, #boxes .right-col a {
  text-decoration: none;
}
#boxes .left-col .text, #boxes .right-col .text {
  background-color: #eaeaea;
  color: #000;
  height: 270px;
  text-align: center;
  padding-top: 70px;
}
#boxes .left-col .text h3, #boxes .right-col .text h3 {
  color: #2aa12f;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 40px;
}
#boxes .left-col .text p, #boxes .right-col .text p {
  font-size: 24px;
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 400px) {
  #boxes .left-col .text, #boxes .right-col .text {
    height: 330px;
  }
}

#footer {
  margin: 50px 0 0;
}
#footer .container ul {
  border: 1px solid #d8d8d8;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  #footer .container ul {
    border: none;
  }
}
#footer .container ul:after {
  display: inline-block;
  content: "";
  width: 100%;
}
#footer .container ul li {
  border-left: 1px solid #d8d8d8;
  margin-top: 10px;
  padding: 20px 5%;
  width: 33%;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  #footer .container ul li {
    border: none;
  }
}
#footer .container ul li:last-child {
  border-right: none;
}
#footer .container ul li:first-child {
  border: none;
}
@media screen and (max-width: 1200px) {
  #footer .container ul li {
    margin: 30px auto;
    text-align: center;
    width: 100%;
  }
}
#footer .container ul li img, #footer .container ul li p {
  float: left;
}
#footer .container ul li img {
  margin-right: 15px;
}

#custom-pager {
  height: 75px;
  line-height: 75px;
}
#custom-pager a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}
#custom-pager a.cycle-pager-active {
  color: #32a537;
  font-size: 24px;
}
#custom-pager a.cycle-pager-active span {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  transition: all .3s;
}
#custom-pager a:last-child span.separator {
  display: none;
}

.subpage-container {
  border-top: 1px solid #d8d8d8;
  padding: 0 0 50px;
}
.subpage-container .kontakt h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.subpage-container .kontakt a {
  color: #159b3a !important;
}
.subpage-container .kontakt a span {
  color: #159b3a !important;
}
.subpage-container .subpage-wiz {
  margin-bottom: 30px;
}
.subpage-container .subpage-wiz ul li {
  background-size: cover;
  height: 180px;
  width: 100%;
}
.subpage-container ul.category-listing {
  background-color: #fdfdfd;
}
.subpage-container ul.category-listing li {
  border-bottom: 1px solid #d5d5d5;
  margin: 5px 0;
  padding: 10px;
  transition: border .3s;
}
.subpage-container ul.category-listing li a {
  color: #159b3a;
  display: block;
  font-size: 18px;
  transition: color .3s;
  text-decoration: none;
}
.subpage-container ul.category-listing li:hover a, .subpage-container ul.category-listing li.active a {
  color: #222;
}
.subpage-container .subpage-content {
  min-height: 500px;
  padding: 20px 0 0;
}
.subpage-container .subpage-content .one-product h3.small-header {
  border-left: 2px solid #159b3a;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px;
}
.subpage-container .subpage-content .one-product ul li {
  margin: 10px 0;
}
.subpage-container .subpage-content .products-listing {
  padding: 0 20px 20px;
}
.subpage-container .subpage-content .products-listing ul li {
  position: relative;
  z-index: 1001;
  background-size: 70% auto !important;
  height: 260px;
  margin: 7px;
  width: 30%;
}
@media screen and (max-width: 600px) {
  .subpage-container .subpage-content .products-listing ul li {
    height: 220px;
    width: 45%;
  }
}
@media screen and (max-width: 460px) {
  .subpage-container .subpage-content .products-listing ul li {
    height: 260px;
    width: 100%;
  }
}
.subpage-container .subpage-content .products-listing ul li:after {
  position: absolute;
  z-index: 1002;
  background-color: rgba(229, 229, 229, 0.2);
  border: 1px solid #f5f5f5;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  transition: all .3s;
  width: 100%;
}
.subpage-container .subpage-content .products-listing ul li:hover:after {
  background-color: rgba(0, 0, 0, 0.8);
}
.subpage-container .subpage-content .products-listing ul li a {
  position: absolute;
  z-index: 1006;
  color: #000;
  display: block;
  top: 0;
  left: 0;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.subpage-container .subpage-content .products-listing ul li a h2.product-name {
  position: absolute;
  z-index: 1003;
  bottom: 5%;
  color: #222;
  font-size: 16px;
  margin: 0 auto;
  left: 0;
  padding: 0 10%;
  text-align: center;
  width: 100%;
}
.subpage-container .subpage-content .products-listing ul li a p.product-desc {
  position: absolute;
  z-index: 1003;
  top: 45%;
  color: #fff;
  opacity: 0;
  left: 20px;
  right: 20px;
  text-align: center;
  transition: opacity .4s;
}
.subpage-container .subpage-content .products-listing ul li:hover a h2.product-name {
  color: #fff;
}
.subpage-container .subpage-content .products-listing ul li:hover a p.product-desc {
  opacity: 1;
}
.subpage-container .subpage-header {
  color: #159b3a;
  font-size: 32px;
  font-weight: 300;
}

#formularz-kontaktowy input, #formularz-kontaktowy textarea {
  box-shadow: none;
  border-color: #159b3a;
}
#formularz-kontaktowy .submit-wrapper .button {
  background-color: #159b3a;
  border-top: 1px solid transparent;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid transparent;
  color: #fff;
  transition: all .3s;
  padding: 10px 0;
  width: 100%;
}
#formularz-kontaktowy .submit-wrapper .button:hover {
  background-color: #fff;
  border-color: #159b3a;
  color: #159b3a;
}

.bread-container {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  max-width: 60%;
}
.bread-container a {
  color: #000;
  text-decoration: underline;
}
.bread-container a:hover {
  color: #159b3a;
}

.downloads ul li {
  border: 1px solid #e5e5e5;
  padding: 20px 0;
  transition: background .3s;
}
@media screen and (min-width: 1200px) {
  .downloads ul li {
    margin: 0 20px;
  }
}
.downloads ul li:hover {
  background-color: #f5f5f5;
}
.downloads ul li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.downloads ul li a img {
  margin: 0 auto;
}
.downloads ul li a h3.file-name {
  text-align: center;
}

.embed-responsive-16by9 iframe {
  min-height: 220px;
  width: 100%;
}

.slicknav_menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .slicknav_menu {
    display: block;
  }
}
.slicknav_menu ul li {
  display: block;
}

.sticky {
  position: fixed;
  z-index: 1009;
  border-bottom: 1px solid #d8d8d8;
  left: 0;
  background-color: #fff;
  top: 0;
  width: 100%;
}
.sticky img#brand {
  margin-top: 7px !important;
}
.sticky #upper-nav {
  height: 70px !important;
  transition: height .5s;
  line-height: 70px !important;
}
.sticky #upper-nav ul li:after {
  bottom: 32% !important;
}

.duonet {
  font-size: 12px;
  padding: 1em 0 5em;
  text-align: center;
}