@import url(grid.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Roboto+Condensed:300,400,700&subset=latin-ext");
html, body {
  font-family: Montserrat, tahoma, sans-serif;
  font-size: 11pt;
  font-weight: 300;
  color: #000;
  line-height: 1.6em;
  background-color: #fff;
  text-align: justify;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

img.full {
  width: 100%; }

.clr {
  width: 100%;
  clear: both; }

.left {
  text-align: left;
  float: left; }

.right {
  text-align: right;
  float: right; }

.center {
  text-align: center;
  float: none;
  margin: auto; }

div.maxwidth {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important; }

h1 {
  font-family: Roboto Condensed, arial narrow, sans-serif;
  font-size: 26pt;
  font-weight: 400;
  color: #000; }

h1.header span.first-word {
  font-weight: 700;
  color: #114106; }

h2 {
  font-family: Montserrat, tahoma, sans-serif;
  font-size: 18pt;
  font-weight: 200;
  color: #000; }

hr.primary {
  border: 0;
  border-top: 1px solid #114106; }

hr.white {
  border: 0;
  border-top: 1px solid #e4e4e4; }

hr.black {
  border: 0;
  border-top: 1px solid #888; }

a:link.button-light, a:visited.button-light {
  display: table;
  padding: 10px 30px;
  border: 1px solid #fff;
  font-family: Montserrat, tahoma, sans-serif;
  font-size: 10pt;
  font-weight: 300;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  text-decoration: none;
  margin: 5px auto 5px auto;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in; }
  a:link.button-light:hover, a:visited.button-light:hover {
    background-color: white;
    color: #000;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }

a:link.button-dark, a:visited.button-dark {
  display: table;
  padding: 10px 30px;
  border: 1px solid #000;
  font-family: Montserrat, tahoma, sans-serif;
  font-size: 10pt;
  font-weight: 300;
  color: #000;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  text-decoration: none;
  margin: 5px auto 5px auto;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in; }
  a:link.button-dark:hover, a:visited.button-dark:hover {
    background-color: black;
    color: #fff;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }

/* ----------------------------------------------------------------------------- Header with logo*/
header {
  border-bottom: 2px solid #e4e4e4;
  padding: 0 0 10px 0;
  z-index: 99;
  background: #fff; }
  header .headerinset {
    display: inline-block;
    font-family: Montserrat, tahoma, sans-serif;
    font-size: 12pt;
    font-weight: 400;
    color: #000;
    padding: 0 0.5em; }
    header .headerinset i {
      color: #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      background-color: #bb2800;
      font-size: 11pt;
      padding: 12px;
      width: 40px;
      height: 40px; }

div.upheader {
  width: 100%;
  background: #e4e4e4; }
  div.upheader .slogan {
    font-family: Roboto Condensed, arial narrow, sans-serif;
    font-size: 9pt;
    font-weight: 500;
    color: #000;
    line-height: 1.2em;
    text-align: center;
    padding: 1em 0; }

/* ----------------------------------------------------------------------------- Floating Block*/
div.floatbar {
  position: fixed;
  top: 60px;
  right: 15px;
  width: 42px;
  z-index: 99; }

/* ----------------------------------------------------------------------------- Language switcher*/
ul.lang-inline {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  display: block; }
  ul.lang-inline li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 1px;
    float: left; }
    ul.lang-inline li a {
      display: block;
      width: 40px;
      height: 40px;
      background: #333333;
      font-family: Montserrat, tahoma, sans-serif;
      font-size: 10pt;
      font-weight: 400;
      color: #e4e4e4;
      text-align: center;
      line-height: 38px; }
    ul.lang-inline li.lang-active a {
      background: #114106; }

/* ----------------------------------------------------------------------------- Menu navigation*/
nav {
  margin: 0;
  text-align: center;
  display: block;
  background: #114106;
  border-bottom: 5px solid #bb2800;
  z-index: 99; }
  nav ul.menu {
    list-style-type: none;
    margin: 0 auto;
    text-align: right; }
    nav ul.menu li {
      margin: 0em;
      display: inline-block;
      padding: 1em 1.2em; }
      nav ul.menu li a {
        font-family: Montserrat, tahoma, sans-serif;
        font-size: 11pt;
        font-weight: 300;
        color: #fff;
        padding: 1em 1.3em;
        text-decoration: none; }
        nav ul.menu li a:hover {
          color: #e4e4e4; }
        nav ul.menu li a:focus {
          outline: 2px solid #114106; }
      nav ul.menu li.active a {
        background: #bb2800;
        color: #e4e4e4; }

/* ----------------------------------------------------------------------------- Mobile Menu*/
a.mobmenuicon {
  font-size: 36px;
  color: #e4e4e4;
  float: right; }

div.uk-offcanvas-bar {
  background: #e4e4e4;
  padding: 10px; }

div.uk-offcanvas-bar div.mod-languages ul.lang-inline {
  padding: 3px;
  float: right;
  margin: 10px auto;
  display: table;
  clear: both;
  background: #e4e4e4;
  width: 100%;
  text-align: center; }

img.mobilebar {
  margin: 0 auto;
  text-align: center;
  max-height: 60px;
  width: auto;
  float: none; }

div.uk-offcanvas-bar nav {
  text-align: left; }
  div.uk-offcanvas-bar nav ul.menu {
    list-style-type: none;
    margin: 3px;
    padding: 0; }
    div.uk-offcanvas-bar nav ul.menu li {
      margin: 1px 0;
      border-bottom: 1px solid #e4e4e4;
      display: block;
      padding: 2px 0; }
      div.uk-offcanvas-bar nav ul.menu li a {
        padding: 10px 10px;
        display: block;
        text-decoration: none; }
        div.uk-offcanvas-bar nav ul.menu li a:hover {
          color: #114106; }
        div.uk-offcanvas-bar nav ul.menu li a:focus {
          outline: 2px solid #114106; }
      div.uk-offcanvas-bar nav ul.menu li.active a {
        background: #114106;
        color: #e4e4e4; }

/* ----------------------------------------------------------------------------- OWL Slider*/
section.owlhook {
  position: relative;
  padding: 0;
  margin: 0; }
  section.owlhook div.item {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 10; }
  section.owlhook .owl-theme .owl-nav {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    top: calc(50% - 50px);
    z-index: 20; }
    section.owlhook .owl-theme .owl-nav .owl-prev {
      float: left; }
    section.owlhook .owl-theme .owl-nav .owl-next {
      float: right; }
  section.owlhook .owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 25px;
    margin: 3px;
    width: 50px;
    line-height: 48px;
    height: 50px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
    section.owlhook .owl-theme .owl-nav [class*='owl-']:hover {
      background: rgba(255, 255, 255, 0.2);
      text-decoration: none;
      -webkit-transition: all 300ms ease-in;
      -moz-transition: all 300ms ease-in;
      -ms-transition: all 300ms ease-in;
      -o-transition: all 300ms ease-in;
      transition: all 300ms ease-in; }
  section.owlhook .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
  section.owlhook .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px; }
  section.owlhook .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    top: 95%;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
  section.owlhook .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  section.owlhook .owl-theme .owl-dots .owl-dot span {
    width: 45px;
    height: 7px;
    margin: 5px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    border: 1px solid #000; }
  section.owlhook .owl-theme .owl-dots .owl-dot.active span, section.owlhook .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
    border: 1px solid #fff; }
  section.owlhook div.owl-item div.inside {
    display: block;
    padding-top: 2em;
    margin: auto 10% auto 10%; }
    section.owlhook div.owl-item div.inside h3 {
      font-family: Roboto Condensed, arial narrow, sans-serif;
      font-size: 32pt;
      font-weight: 300;
      color: #fff;
      text-align: initial;
      line-height: 1.2em;
      display: table;
      background: #114106;
      padding: 10px;
      margin: 0 0 5px 0; }
    section.owlhook div.owl-item div.inside h4 {
      font-family: Roboto Condensed, arial narrow, sans-serif;
      font-size: 32pt;
      font-weight: 300;
      color: #fff;
      text-align: initial;
      line-height: 1.2em;
      display: table;
      background: #bb2800;
      padding: 10px;
      margin: 5px 0 0 0; }
  @media (min-width: 1220px) {
    section.owlhook div.owl-item div.inside {
      width: 30%; } }
  @media (max-width: 1219px) {
    section.owlhook div.owl-item div.inside {
      width: 50%; } }
  @media (max-width: 768px) {
    section.owlhook div.owl-item div.inside {
      width: initial; }
      section.owlhook div.owl-item div.inside * {
        text-align: center !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important; } }
@keyframes opacity {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
@keyframes top {
  0% {
    position: relative;
    left: -60px; }
  100% {
    position: relative;
    left: 0px; } }
@keyframes bottom {
  0% {
    position: relative;
    right: -10px; }
  100% {
    position: relative;
    right: 0px; } }
  section.owlhook div.owl-item.active div.inside {
    animation-name: opacity;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: 1; }
    section.owlhook div.owl-item.active div.inside h3 {
      animation-name: top;
      animation-duration: 2200ms;
      animation-delay: 0s;
      animation-iteration-count: 1; }
    section.owlhook div.owl-item.active div.inside h4 {
      animation-name: bottom;
      animation-duration: 2500ms;
      animation-delay: 0s;
      animation-iteration-count: 1; }
  section.owlhook a.button {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #fff;
    font-family: Montserrat, tahoma, sans-serif;
    font-size: 11pt;
    font-weight: 300;
    color: #000;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
    section.owlhook a.button:hover {
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      -webkit-transition: all 300ms ease-in;
      -moz-transition: all 300ms ease-in;
      -ms-transition: all 300ms ease-in;
      -o-transition: all 300ms ease-in;
      transition: all 300ms ease-in; }

/* ----------------------------------------------------------------------------- SECTION FRONT CATLIST*/
section.catlist {
  padding: 40px 0;
  margin: -30px 0 0 0;
  background: #fff url(../img/hook.jpg) center top no-repeat;
  background-attachment: fixed;
  /* OWL FRONT CATS */ }
  section.catlist h1 {
    text-align: center;
    line-height: 1.2em;
    border-bottom: 1px solid #114106;
    padding-bottom: 15px; }
  section.catlist div.item {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 5px;
    margin: 5px 5px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
    section.catlist div.item div.picture {
      height: 150px;
      background: #fff url(../img/logo-gray.jpg) center top no-repeat;
      background-size: cover; }
    section.catlist div.item h3 {
      font-family: Roboto Condensed, arial narrow, sans-serif;
      font-size: 12pt;
      font-weight: 400;
      color: #000;
      text-align: center;
      margin: 5px auto; }
    section.catlist div.item .description {
      font-family: Montserrat, tahoma, sans-serif;
      font-size: 9pt;
      font-weight: 300;
      color: #666;
      line-height: 1.5em;
      text-align: justify;
      margin: 10px auto;
      min-height: 100px; }
    section.catlist div.item:hover {
      -webkit-box-shadow: 0 0 5px 0 #ddd;
      box-shadow: 0 0 5px 0 #ddd;
      -webkit-transition: all 300ms ease-in;
      -moz-transition: all 300ms ease-in;
      -ms-transition: all 300ms ease-in;
      -o-transition: all 300ms ease-in;
      transition: all 300ms ease-in;
      z-index: 10; }
  section.catlist a.button-light {
    margin-top: 50px; }
  section.catlist .owl-theme .owl-nav {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    top: calc(50% - 50px);
    z-index: 20;
    color: red; }
    section.catlist .owl-theme .owl-nav .owl-prev {
      float: left;
      position: absolute;
      left: -40px; }
    section.catlist .owl-theme .owl-nav .owl-next {
      float: right;
      position: absolute;
      right: -40px; }
  section.catlist .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    font-size: 25px;
    margin: 3px;
    width: 10px;
    height: 30px;
    padding: 30px 10px;
    display: block;
    cursor: pointer; }
    section.catlist .owl-theme .owl-nav [class*='owl-']:hover {
      text-decoration: none; }
  section.catlist .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
  section.catlist .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px; }
  section.catlist .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
  section.catlist .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  section.catlist .owl-theme .owl-dots .owl-dot span {
    width: 45px;
    height: 7px;
    margin: 5px;
    background: #fff;
    border: 1px solid #000;
    display: block;
    -webkit-backface-visibility: visible;
    border: 1px solid #000; }
  section.catlist .owl-theme .owl-dots .owl-dot.active span, section.catlist .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
    border: 1px solid #fff; }

/* ----------------------------------------------------------------------------- ASIDE LATESTNEWS LEFT */
aside.latestleft {
  padding: 0;
  margin: 0;
  background: #fff; }
  aside.latestleft h2 {
    font-size: 14pt;
    text-align: left;
    line-height: 1.2em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px; }
  aside.latestleft div.item {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 5px;
    margin: 5px 5px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
    aside.latestleft div.item div.picture {
      height: 100px;
      background: #fff url(../img/logo-gray.jpg) center center no-repeat;
      background-size: cover; }
    aside.latestleft div.item h3 {
      font-family: Roboto Condensed, arial narrow, sans-serif;
      font-size: 12pt;
      font-weight: 400;
      color: #000;
      text-align: center;
      margin: 5px auto; }
    aside.latestleft div.item .description {
      font-family: Montserrat, tahoma, sans-serif;
      font-size: 9pt;
      font-weight: 300;
      color: #666;
      line-height: 1.5em;
      text-align: justify;
      margin: 10px auto; }
  aside.latestleft a.button-light {
    margin-top: 50px; }

/* ----------------------------------------------------------------------------- SEPARATOR SLOGAN*/
section.separator-slogan {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  background-color: #114106;
  background-attachment: fixed; }
  section.separator-slogan div.cite {
    background: #bb2800 url(../img/cite.png) center center no-repeat;
    background-size: contain; }
  section.separator-slogan div.txt1 {
    margin: 90px 0 10px 0;
    font-family: Montserrat, tahoma, sans-serif;
    font-size: 16pt;
    font-weight: 200;
    color: #fff;
    line-height: 1.4em;
    text-align: justify; }
  section.separator-slogan div.txt2 {
    margin: 0 0 50px 0;
    text-align: right; }
    section.separator-slogan div.txt2 p {
      font-family: Montserrat, tahoma, sans-serif;
      font-size: 10pt;
      font-weight: 200;
      color: #fff;
      line-height: 1.2em;
      display: inline-block;
      text-align: right;
      border-top: 1px solid #fff;
      padding: 5px 0 0 50px; }

/* ----------------------------------------------------------------------------- SEPARATOR TXT*/
section.separator-txt {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  background-color: #114106;
  background-attachment: fixed;
  padding: 60px 0; }
  section.separator-txt div.txt {
    font-family: Montserrat, tahoma, sans-serif;
    font-size: 16pt;
    font-weight: 200;
    color: #000;
    line-height: 1.4em;
    text-align: center; }

/* ----------------------------------------------------------------------------- SEPARATOR FOTO*/
section.separator-foto {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  background-color: #114106;
  background-attachment: fixed;
  padding: 180px 0;
  margin: 0; }
  section.separator-foto div.txt {
    font-family: Montserrat, tahoma, sans-serif;
    font-size: 16pt;
    font-weight: 200;
    color: #000;
    line-height: 1.4em;
    text-align: center; }

/* ----------------------------------------------------------------------------- SECTION SIMPLE HOOK*/
section.simplehook {
  padding: 40px 0;
  background: #fff url(../img/hook.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0; }
  section.simplehook h1, section.simplehook h2 {
    color: #000;
    text-align: center;
    line-height: 1.2em;
    margin: 0.5em; }
  section.simplehook h1 {
    font-weight: 200; }
  section.simplehook h2 {
    font-size: 11pt;
    color: #333333;
    margin-bottom: 20px; }
  section.simplehook div.item {
    /*background: #fff;*/
    padding: 0 20px;
    font-family: Montserrat, tahoma, sans-serif;
    font-size: 9pt;
    font-weight: 300;
    color: #666;
    line-height: 1.4em;
    text-align: justify;
    margin: 10px auto; }
    section.simplehook div.item p {
      font-family: Montserrat, tahoma, sans-serif;
      font-size: 9pt;
      font-weight: 300;
      color: #666;
      line-height: 1.2em; }
    section.simplehook div.item h3 {
      font-family: Roboto Condensed, arial narrow, sans-serif;
      font-size: 12pt;
      font-weight: 400;
      color: #000;
      text-align: center;
      margin: 5px auto; }

/* ----------------------------------------------------------------------------- SECTION PRODUCENCI*/
section.producenci {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  padding: 50px 0;
  background: #e4e4e4;
  /* OWL FRONT CATS */ }
  section.producenci h1, section.producenci h2 {
    color: #000;
    text-align: center;
    line-height: 1.2em;
    margin: 0.5em; }
  section.producenci h1 {
    font-weight: 200; }
  section.producenci h2 {
    font-size: 11pt;
    color: #333333;
    margin-bottom: 20px; }
  section.producenci div.item {
    background: #fff;
    border: 1px solid #e4e4e4;
    margin: 5px 5px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
    section.producenci div.item div.picture {
      height: 50px;
      margin: 5px; }
    section.producenci div.item .name {
      font-family: Roboto Condensed, arial narrow, sans-serif;
      font-size: 9pt;
      font-weight: 300;
      color: #888;
      text-align: center;
      margin: 5px auto; }
    section.producenci div.item:hover {
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: all 300ms ease-in;
      -moz-transition: all 300ms ease-in;
      -ms-transition: all 300ms ease-in;
      -o-transition: all 300ms ease-in;
      transition: all 300ms ease-in;
      z-index: 10; }
    section.producenci div.item a {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      top: 0; }
  section.producenci a.button-light {
    margin-top: 50px; }
  section.producenci .owl-theme .owl-nav {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    top: calc(50% - 50px);
    z-index: 20; }
    section.producenci .owl-theme .owl-nav .owl-prev {
      float: left;
      position: absolute;
      left: -40px; }
    section.producenci .owl-theme .owl-nav .owl-next {
      float: right;
      position: absolute;
      right: -40px; }
  section.producenci .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    font-size: 25px;
    margin: 3px;
    width: 10px;
    height: 30px;
    padding: 30px 10px;
    display: block;
    cursor: pointer; }
    section.producenci .owl-theme .owl-nav [class*='owl-']:hover {
      text-decoration: none; }
  section.producenci .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
  section.producenci .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px; }
  section.producenci .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
  section.producenci .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  section.producenci .owl-theme .owl-dots .owl-dot span {
    width: 45px;
    height: 7px;
    margin: 5px;
    background: #fff;
    border: 1px solid #000;
    display: block;
    -webkit-backface-visibility: visible;
    border: 1px solid #000; }
  section.producenci .owl-theme .owl-dots .owl-dot.active span, section.producenci .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
    border: 1px solid #fff; }

/* ------------------------------------------------------------------------------ FOOTER */
footer {
  background: #114106;
  padding: 30px 0 100px 0; }
  footer div.foot {
    padding-top: 40px; }
    footer div.foot p {
      font-family: Montserrat, tahoma, sans-serif;
      font-size: 10pt;
      font-weight: 300;
      color: #fff;
      line-height: 1.6em;
      text-decoration: none; }
      footer div.foot p strong {
        line-height: 1.2em;
        font-size: 11pt;
        color: #ddd;
        font-weight: 300; }
  footer div.foot-right p {
    font-size: 7pt; }

/* ------------------------------------------------------------------------------- BLOG */
div.blognews {
  padding: 0;
  margin: 0;
  background: #fff; }
  div.blognews h2 {
    font-size: 14pt;
    text-align: left;
    line-height: 1.2em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px; }
  div.blognews div.item {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 5px;
    margin: 5px 5px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
    div.blognews div.item div.picture {
      height: 100px;
      background: #fff url(../img/logo-gray.jpg) center center no-repeat;
      background-size: contain; }
    div.blognews div.item h3 {
      font-family: Roboto Condensed, arial narrow, sans-serif;
      font-size: 14pt;
      font-weight: 400;
      color: #000;
      text-align: left;
      margin: 5px auto; }
    div.blognews div.item .description {
      font-family: Montserrat, tahoma, sans-serif;
      font-size: 9pt;
      font-weight: 300;
      color: #666;
      line-height: 1.5em;
      text-align: justify;
      margin: 10px auto; }
  div.blognews a.button-light {
    margin-top: 50px; }

div.pagination {
  text-align: center;
  font-family: Roboto Condensed, arial narrow, sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #000; }
  div.pagination p.counter {
    text-align: center; }
  div.pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    div.pagination ul li {
      display: inline-block; }
      div.pagination ul li a {
        display: inline-block;
        background: #ddd;
        margin: 3px;
        min-width: 40px;
        text-align: center;
        text-decoration: none;
        padding: 5px 10px;
        font-family: Roboto Condensed, arial narrow, sans-serif;
        font-size: 14pt;
        font-weight: 400;
        color: #000; }
      div.pagination ul li.active a {
        background: #eee; }

/* ---------------------------------------------------- SINGLE ITEM */
div.itemTagsBlock ul.itemTags li a:before {
  content: ""; }

div.gallery div.image {
  height: 120px;
  position: relative;
  margin: 1px;
  border: 1px solid #f0f0f0; }
  div.gallery div.image a.block {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block; }
div.gallery .owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  display: block;
  width: 100%;
  top: calc(50% - 50px);
  z-index: 20;
  color: red; }
  div.gallery .owl-theme .owl-nav .owl-prev {
    float: left;
    position: absolute;
    left: -40px; }
  div.gallery .owl-theme .owl-nav .owl-next {
    float: right;
    position: absolute;
    right: -40px; }
div.gallery .owl-theme .owl-nav [class*='owl-'] {
  color: #000;
  font-size: 25px;
  margin: 3px;
  width: 10px;
  height: 30px;
  padding: 30px 10px;
  display: block;
  cursor: pointer; }
  div.gallery .owl-theme .owl-nav [class*='owl-']:hover {
    text-decoration: none; }
div.gallery .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }
div.gallery .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px; }
div.gallery .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
div.gallery .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
div.gallery .owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 8px;
  margin: 5px;
  background: #fff;
  border: 1px solid #000;
  display: block;
  -webkit-backface-visibility: visible;
  border: 1px solid #000; }
div.gallery .owl-theme .owl-dots .owl-dot.active span, div.gallery .owl-theme .owl-dots .owl-dot:hover span {
  background: #114106;
  border: 1px solid #fff; }

div.p-navigation {
  padding: 10px;
  background-color: #fcfcfc;
  border: 1px solid #f0f0f0; }
  div.p-navigation p.navname {
    text-align: center;
    font-family: Roboto Condensed, arial narrow, sans-serif;
    font-size: 10pt;
    font-weight: 300;
    color: #666;
    margin: 0; }
  div.p-navigation a.button-dark {
    margin: 0 auto; }

div.product h1.cat-prodtitle {
  margin-top: 0; }
div.product p.cat-cattitle {
  margin-bottom: 0;
  font-size: 9pt;
  line-height: 1em; }
div.product div.description {
  margin: 30px auto;
  font-size: 11pt; }
div.product div.producent {
  font-size: 9pt;
  font-weight: 400; }
div.product a.rounded {
  font-family: Montserrat, tahoma, sans-serif;
  font-size: 9pt;
  font-weight: 400;
  color: #555;
  line-height: 1.8em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  display: inline-block;
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  padding: 1px 15px;
  text-decoration: none; }
  div.product a.rounded:hover {
    background: #000;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    color: #fff;
    border: 1px solid #fff; }

/* ------------------------------------------------------------------------------- DATACONTENT */
section.content {
  text-align: justify;
  margin-top: 40px; }
  section.content ul.menu {
    list-style-type: none;
    margin: 0 auto;
    text-align: left;
    padding: 0; }
    section.content ul.menu li {
      margin: 0em;
      display: block;
      padding: 0;
      border-bottom: 1px solid #ddd; }
      section.content ul.menu li a {
        font-family: Montserrat, tahoma, sans-serif;
        font-size: 11pt;
        font-weight: 300;
        color: #000;
        padding: 1em 5px;
        display: block;
        text-decoration: none; }
      section.content ul.menu li.current a {
        background: none;
        color: #114106;
        font-weight: 600; }
  section.content p {
    font-size: 11pt;
    text-align: justify; }
  section.content a:link, section.content a:visited {
    color: #114106;
    text-decoration: none; }

ul.breadcrumb {
  list-style-type: none;
  margin: 0 auto 40px 0;
  text-align: left;
  padding: 0; }
  ul.breadcrumb li {
    margin: 0em;
    display: inline-block;
    padding: 0;
    font-family: Montserrat, tahoma, sans-serif;
    font-size: 11pt;
    font-weight: 300;
    color: #000;
    text-transform: lowercase; }
    ul.breadcrumb li a:link, ul.breadcrumb li a:visited {
      font-family: Montserrat, tahoma, sans-serif;
      font-size: 9pt;
      font-weight: 300;
      color: #ddd;
      padding: 0px 10px;
      background: #666;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      text-align: center;
      display: inline-block;
      text-decoration: none; }

div.insetbottom {
  background: #fafafa;
  border: 2px solid #f0f0f0;
  padding: 20px 0;
  margin: 20px 0; }
  div.insetbottom p {
    font-family: Montserrat, tahoma, sans-serif;
    font-size: 12pt;
    font-weight: 300;
    color: #000;
    text-align: center; }

div.Pagination, div.k2Pagination {
  text-align: center;
  font-family: Montserrat, tahoma, sans-serif;
  font-size: 9pt;
  font-weight: 400;
  color: #000; }
  div.Pagination div.number, div.k2Pagination div.number {
    font-family: Roboto Condensed, arial narrow, sans-serif;
    font-size: 9pt;
    font-weight: 400;
    color: #000;
    text-align: center; }
  div.Pagination ul, div.k2Pagination ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    list-style-type: none; }
    div.Pagination ul li, div.k2Pagination ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      div.Pagination ul li a, div.k2Pagination ul li a {
        font-family: Roboto Condensed, arial narrow, sans-serif;
        font-size: 10pt;
        font-weight: 400;
        color: #000;
        border: 1px solid #ccc;
        background: #fff;
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        width: 35px;
        height: 35px;
        line-height: 1em;
        margin: 0 1px; }
      div.Pagination ul li a.pagenav, div.k2Pagination ul li a.pagenav {
        font-family: Roboto Condensed, arial narrow, sans-serif;
        font-size: 10pt;
        font-weight: 400;
        color: #ccc;
        background: #fff;
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        width: 35px;
        height: 35px;
        line-height: 1em;
        margin: 0 1px; }

/*------------------------------------------------------------------------------ CHRONOFORMS */
p.chrono_credits, a.chronoforms6_credits, .chronoforms6_credits {
  font: 100 0/0 times !important;
  display: none !important; }

form.chronoform label.control-label, form.chronoform .smalltext {
  font-family: Roboto Condensed, arial narrow, sans-serif;
  font-size: 10pt;
  font-weight: 300;
  color: #000; }
form.chronoform div#fin-button2 {
  text-align: center;
  display: block;
  width: 100%; }
form.chronoform input.b-button {
  display: table;
  font-family: Montserrat, tahoma, sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  margin: 2px auto;
  float: none;
  padding: 0 20px;
  height: auto;
  text-align: center;
  text-decoration: none;
  background: #000;
  border: 1px solid #555;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center; }
  form.chronoform input.b-button:hover {
    background: #fff;
    color: #000;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
  form.chronoform input.b-button:focus {
    outline: 2px solid #333333; }

div.chronoforms label, div.chronoforms .smalltext {
  font-family: Roboto Condensed, arial narrow, sans-serif;
  font-size: 10pt;
  font-weight: 300;
  color: #000; }

/*------------------------------------------------------------------------------ RESPONSIVE DROPPICS DEFAULT GALLERY*/
div.droppicsgallery {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background: #fcfcfc; }
  div.droppicsgallery div.droppicspictures div.wimg {
    height: auto !important; }
  @media (min-width: 768px) {
    div.droppicsgallery div.droppicspictures div.wimg {
      width: 25% !important; } }
  @media (max-width: 767px) {
    div.droppicsgallery div.droppicspictures div.wimg {
      width: 33% !important; } }
  @media (max-width: 500px) {
    div.droppicsgallery div.droppicspictures div.wimg {
      width: 50% !important; } }

/*# sourceMappingURL=style.css.map */
