.saira-condensed {
  font-family: 'Saira Condensed', tahoma, sans-serif;
}
html,
body {
  margin: 0;
  min-height: 100vh;
}
.site {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #808285;
  border-right: 1px solid #808285;
  min-height: 100vh;
}
.rotate-90 {
  transform: rotate(90deg);
}
.rotate-180 {
  transform: rotate(180deg);
}
.rotate-270 {
  transform: rotate(270deg);
}
/* latin-ext */
@font-face {
  font-family: 'docs-Saira Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Saira Condensed Regular'), local('SairaCondensed-Regular'), url(https://fonts.gstatic.com/s/sairacondensed/v5/EJROQgErUN8XuHNEtX81i9TmEkrvrOtF2o-SrhS8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'docs-Saira Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Saira Condensed Regular'), local('SairaCondensed-Regular'), url(https://fonts.gstatic.com/s/sairacondensed/v5/EJROQgErUN8XuHNEtX81i9TmEkrvoutF2o-Srg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.product-table-holder {
  border: 1px solid #444;
}
.product-table-holder th {
  display: none;
}
#sheets-viewport {
  height: auto !important;
}
#sheets-viewport table {
  border-left: 1px solid #006738;
  border-top: 1px solid #006738;
}
#sheets-viewport th {
  display: none;
}
#top-bar,
#footer {
  display: none;
}
.site > header {
  border-bottom: 1px solid #006738;
  background-color: #fff;
}
.site > header .logo {
  padding: 8px;
  background-color: #fff;
}
.site > header .logo a {
  display: block;
  width: 72px;
  height: 72px;
  background: url("../img/logo.svg") center center no-repeat;
  background-size: contain;
}
.site > header .logo a span {
  display: none;
}
.site > header nav:not(.mobile-drop) {
  background: url("../img/gradient.svg") center center no-repeat;
  background-size: cover;
  border-radius: 0 0 0 10px;
  padding: 26px 8px 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .site > header nav:not(.mobile-drop) {
    padding: 8px;
  }
}
.site > header nav:not(.mobile-drop) > ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.site > header nav:not(.mobile-drop) > ul li {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
}
.site > header nav:not(.mobile-drop) > ul li:hover ul {
  display: block;
}
.site > header nav:not(.mobile-drop) > ul ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #006738;
  position: absolute;
  left: -84px;
  top: 100%;
  z-index: 10;
  width: 540px;
  max-height: 50vh;
  overflow: auto;
  transition: max-height 0.2s ease-in-out;
}
.site > header nav:not(.mobile-drop) > ul ul.full {
  max-height: calc(100vh - 70px);
}
.site > header nav:not(.mobile-drop) > ul ul li.opener {
  content: "";
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 20px;
  display: block;
  background: #006738 url("../img/arrow-down.svg") center center no-repeat;
  background-size: auto 50%;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  cursor: pointer;
}
.site > header nav:not(.mobile-drop) > ul ul.full li.opener {
  transform: rotate(180deg);
}
.site > header nav:not(.mobile-drop) > ul ul.lang {
  left: auto;
  right: -8px;
  width: auto;
}
.site > header nav:not(.mobile-drop) > ul ul.lang::after {
  display: none;
}
.site > header nav:not(.mobile-drop) > ul ul.lang li a {
  text-transform: uppercase;
}
.site > header nav:not(.mobile-drop) > ul ul.lang li a span {
  padding: 8px 8px 8px 0;
}
.site > header nav:not(.mobile-drop) > ul ul.lang li a span.label {
  padding: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  backgroun: red;
}
.site > header nav:not(.mobile-drop) > ul ul.lang li a img {
  width: 46px;
  height: 46px;
}
.site > header nav:not(.mobile-drop) > ul ul li,
.site > header nav:not(.mobile-drop) > ul ul a {
  display: block;
  padding: 0;
  margin: 0;
}
.site > header nav:not(.mobile-drop) > ul ul a {
  font-size: 1rem;
  line-height: 24px;
  color: #58595b;
  text-transform: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  border-bottom: 1px solid #efefef;
}
.site > header nav:not(.mobile-drop) > ul ul a span.img {
  width: 92px;
  margin-right: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site > header nav:not(.mobile-drop) > ul ul a span.label {
  -ms-flex: 1;
      flex: 1;
  padding-top: 14px;
  padding-bottom: 14px;
}
.site > header nav:not(.mobile-drop) > ul ul a:hover {
  background-color: #006738;
}
.site > header nav:not(.mobile-drop) > ul ul li:last-child a {
  border: none;
}
.site > header nav:not(.mobile-drop) a {
  display: inline-block;
  font-size: 22px;
  line-height: 41px;
  color: #e6e7e8;
  font-family: 'Saira Condensed', tahoma, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 30px;
}
.site > header nav:not(.mobile-drop) a:hover {
  text-decoration: none;
  color: #fff;
}
.site > header nav:not(.mobile-drop) a.phone {
  color: #fff;
  font-weight: 600;
}
.site > header nav:not(.mobile-drop) a.ico {
  width: 46px;
  height: 46px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
}
.site > header nav:not(.mobile-drop) a.ico span {
  display: none;
}
.site > header nav:not(.mobile-drop) a.ico.email {
  background-image: url("../img/ico_email.svg");
}
.site > header nav:not(.mobile-drop) a.ico.phone {
  background-image: url("../img/ico_phone.svg");
}
.site > header nav:not(.mobile-drop) a.ico.menu {
  background-image: url("../img/ico_menu.svg");
}
.site > header nav:not(.mobile-drop) a.ico.lang.sl {
  background-image: url("../img/lang_sl.svg");
}
.site > header nav:not(.mobile-drop) a.ico.lang.en {
  background-image: url("../img/lang_en.svg");
}
.site > header nav:not(.mobile-drop) a.ico.lang.hr {
  background-image: url("../img/lang_hr.svg");
}
.site > header nav:not(.mobile-drop) a.ico.lang.sr {
  background-image: url("../img/lang_sr.svg");
}
.site > header nav.mobile-drop {
  display: none;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .site > header .logo a {
    width: 50px;
    height: 50px;
    padding: 5px;
  }
  .site > header nav {
    padding: 10px;
  }
  .site > header nav a.ico {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .site > header nav.mobile-drop {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: #fff;
    padding: 80px 0 0;
    transition: transform 0.2s ease-in;
    transform: translateY(-100vh);
  }
  .site > header nav.mobile-drop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
  }
  .site > header nav.mobile-drop ul li {
    -ms-flex-order: 1;
        order: 1;
  }
  .site > header nav.mobile-drop ul li a {
    display: block;
    font-size: 22px;
    line-height: 41px;
    color: #58595b;
    font-family: 'Saira Condensed', tahoma, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
    border-bottom: 1px solid #efefef;
  }
  .site > header nav.mobile-drop ul li[data-id="2"] {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-order: 3;
        order: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    overflow: hidden;
  }
  .site > header nav.mobile-drop ul li[data-id="2"] .sub {
    -ms-flex: 1;
        flex: 1;
    overflow: scroll;
  }
  .site > header nav.mobile-drop ul li ul {
    overflow: scroll;
  }
  .site > header nav.mobile-drop ul li ul a {
    font-size: 1rem;
    line-height: 24px;
    color: #58595b;
    text-transform: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    border-bottom: 1px solid #efefef;
  }
  .site > header nav.mobile-drop ul li ul a span.img {
    width: 92px;
    margin-right: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .site > header nav.mobile-drop ul li ul a span.label {
    -ms-flex: 1;
        flex: 1;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .site > header nav.mobile-drop ul li ul a:hover {
    background-color: #006738;
  }
}
body.nav-open {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden!important;
}
body.nav-open .site > header nav.mobile-drop {
  transform: translateY(0);
}
footer {
  background-color: #58595b;
  color: #fff;
  padding: 30px 29px;
}
footer h4 {
  font-family: 'Saira Condensed', tahoma, sans-serif;
  font-size: 2rem;
}
footer a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.firstpage-title {
  border-bottom: 2px solid #fdb614;
}
.firstpage-title .item {
  min-height: 280px;
  background: url(https://i.picsum.photos/id/1024/1920/1280.jpg) center center no-repeat;
  background-size: cover;
}
.firstpage-title .title {
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-flex-align: center;
      align-items: center;
}
.firstpage-title .title p {
  font-size: 48px;
  font-weight: 400;
  line-height: 46px;
  color: #fff;
  font-family: 'Saira Condensed', tahoma, sans-serif;
  padding: 20px 20px 20px 44px;
}
.firstpage-represents {
  margin-bottom: 20px;
  padding-left: 19px;
  padding-right: 19px;
}
.firstpage-represents h2 {
  font-size: 36px;
  color: #58595b;
  font-family: 'Saira Condensed', tahoma, sans-serif;
  padding: 20px;
  font-weight: 400;
}
.firstpage-represents p {
  font-family: arial, sans-serif;
  color: #58595b;
  padding: 10px 20px;
  font-size: 18px;
}
.firstpage-news {
  border-top: 1px solid #006738;
  border-bottom: 2px solid #fdb614;
}
.firstpage-news .carousel-control-next,
.firstpage-news .carousel-control-prev {
  width: 30px;
}
.firstpage-news .carousel-control-prev {
  left: 5px;
}
.firstpage-news .carousel-control-next {
  right: 5px;
}
.firstpage-news .text {
  background-color: #58595b;
  color: #fff;
  padding: 20px 44px;
}
@media (max-width: 767px) {
  .firstpage-news .text {
    max-height: 250px;
    height: 250px;
    overflow: hidden;
  }
}
.firstpage-news .text h3 {
  font-family: 'Saira Condensed', tahoma, sans-serif;
  font-size: 2rem;
}
.firstpage-news .text p {
  font-size: 1.2rem;
}
.firstpage-news .image {
  height: 280px;
}
.firstpage-news .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.firstpage-about {
  color: #fff;
  background-color: #a7a9ac;
  padding: 30px 29px;
}
.firstpage-about h2 {
  font-family: 'Saira Condensed', tahoma, sans-serif;
  font-weight: 400;
}
.firstpage-about p {
  font-family: arial, sans-serif;
  font-size: 1.2rem;
  color: #fff;
}
.map {
  position: relative;
}
.map address {
  display: block;
  margin: 0;
  padding: 14px 45px;
  color: #fff;
  background-color: #a7a9ac;
}
@media (min-width: 768px) {
  .map address {
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 360px;
    background: rgba(0, 0, 0, 0.65);
    padding: 14px 18px;
  }
}
.map address h4 {
  font-family: 'Saira Condensed', tahoma, sans-serif;
  font-size: 2rem;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.map address p {
  margin: 14px 0 0 0;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.map address a {
  text-decoration: none;
  color: #fff;
}
.map address a:hover {
  text-decoration: underline;
}
.map #map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.embed-responsive-custom::before {
  padding-top: 320px;
}
.documents section {
  padding: 30px 29px;
}
@media (max-width: 767.98px) {
  .documents section {
    padding: 30px 14px;
  }
}
.documents section h1 {
  font-family: 'Saira Condensed', tahoma, sans-serif;
  font-weight: 400;
  font-size: 2rem;
}
.documents section p {
  font-family: arial, sans-serif;
  font-size: 1.2rem;
  color: #58595b;
}
.documents ul.document-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.documents ul.document-list li {
  display: block;
  width: 400px;
  border: 2px solid #a7a9ac;
  margin-bottom: 10px;
  padding: 5px;
}
.documents ul.document-list a {
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-family: 'Saira Condensed', tahoma, sans-serif;
}
.documents ul.document-list a span.name {
  -ms-flex: 1;
      flex: 1;
  padding-left: 40px;
  background: url("../img/ico_download.svg") left center no-repeat;
  background-size: contain;
}
.documents ul.document-list a:hover {
  text-decoration: none;
  color: #006738;
}
.catalogues section {
  padding: 30px 29px;
}
@media (max-width: 767.98px) {
  .catalogues section {
    padding: 30px 14px;
  }
}
.catalogues section h1 {
  font-family: 'Saira Condensed', tahoma, sans-serif;
  font-weight: 400;
  font-size: 2rem;
}
.catalogues section p {
  font-family: arial, sans-serif;
  font-size: 1.2rem;
  color: #58595b;
}
.catalogues ul.catalogue-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.catalogues ul.catalogue-list li {
  margin-bottom: 20px;
}
.catalogues ul.catalogue-list a {
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #a7a9ac;
  color: #000;
  font-family: 'Saira Condensed', tahoma, sans-serif;
}
.catalogues ul.catalogue-list a span.text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 5px 10px;
  -ms-flex: 1;
      flex: 1;
}
.catalogues ul.catalogue-list a span.name {
  -ms-flex: 1;
      flex: 1;
}
.catalogues ul.catalogue-list a span.size {
  display: block;
  background: url("../img/ico_download.svg") right center no-repeat;
  background-size: contain;
}
.catalogues ul.catalogue-list a:hover {
  text-decoration: none;
  color: #006738;
}
.page.products section {
  padding: 30px 29px;
}
@media (max-width: 767.98px) {
  .page.products section {
    padding: 30px 14px;
  }
}
.page.products h2 {
  font-family: 'Saira Condensed', tahoma, sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
.page.products p,
.page.products .text {
  font-family: arial, sans-serif;
  font-size: 1.2rem;
  color: #58595b;
}
.page.products .products-header {
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 2px solid #fdb614;
}
.page.products .products-header h1 {
  font-family: 'Saira Condensed', tahoma, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page.products .products-header h1 span,
.page.products .products-header h1 strong {
  color: #fdb614;
}
.page.products .product-table .table::before {
  min-height: 400px;
}
