/*
Theme Name: lifem
Author URI: http://www.archa.cz
Description: zákaznická šablona - ošetření otvírání v UTF kodovani v PSpadu
*/

:root {
  --darkblue: #152f54;
  --blue: #297dbd;
  --lightblue: #e1edf6;
  --ultralight: #f1f7fb;
  --seda: #999999;
  --svseda: #f9f9f9;
  --zluta: #febf32;
  --orange: #ec4030;
  --color1: #eec594;
  --color2: #f2aaa8;
  --color3: #eca3dd;
  --color4: #ede086;
  --color5: #caeaab;
  --color6: #e5bdd2;
  --color7: #bde5d8;
  --prusvitna: rgba(0,0,0,0.6);
  --karta: 320px;
  --mezera: 35px;
}

/* ------------------------- RESET ------------------------------ */
body, div, h1, h2, h3, h4, p, ul, li, form, textarea, table, thead, tbody, tfooter, th, td { margin:0; padding:0; }
div, h1, h2, h3, h4, p, li, th, td, input, select, option, textarea { font: inherit; }
a img { border:none; }
input, select, textarea {
  width: 100%;
  box-sizing:border-box;
  border-radius: 3px;
  border: 1px solid #999;
  margin: 1px 0;
}
textarea { resize:vertical; }
html { scroll-behavior: smooth; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* ------------------------- BASIC ------------------------------ */
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
body {
  font-family:'Amiko', sans-serif;
  font-size:17px;
  margin:0 auto;
  text-align:center;
}
h1, h2, h3, h4 {
  font-family:'Poppins', sans-serif;
  font-weight:bold;
  color:var(--blue);
}
h1, .h1 {
  font-size:44px;
  text-transform:uppercase;
  letter-spacing:1px;
  line-height:1.2em;
  margin:1.5em 0 1em 0;
  text-align:center;
}
h2, .h2 {
  font-size: 34px;
  line-height:1.2em;
  margin:2em 0 1em 0;
}
h3, .h3 {
  font-size: 28px;
  line-height:1.1em;
  margin:1.5em 0;
}
h4 {
  font-size: 24px;
  line-height:1.3em;
  margin:1em 0;
}
p {
  margin-bottom:1em;
}
a, a:visited, a:hover {
  color:var(--blue);
}
a,  a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
.fr { float:right; }
.fl { float:left; }
.cb { clear:both; }
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }

.blueline { border:1px solid var(--blue); }

/* ------------------------- BASIC LAYOUT ------------------------------ */
.container {
  width:1440px;
  margin:0 auto;
  text-align:center;
  padding: 0 20px;
  box-sizing:border-box;
}
#header {
  width:100%;
  box-sizing:border-box;
  height:230px;
  margin:0 auto;
  background-color:var(--lightblue);
  background-image:url('pruh.jpg');
  background-position:top center;
  background-repeat:repeat-x;
}
#header .container {
  width:100%;
  padding:0 40px;
  position:relative;
}
#logo {
  position: absolute;
  top: 45px;
  left: 60px;
}
#logo a {
  display:block;
}
#logo img {
  width:220px;
}
#stred {
  padding-top:60px;
}
#stred h1, #stred .h1 {
  margin:0;
  font-size:60px;
  line-height:56px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: var(--blue)
}
#stred h1 span, #stred .h1 span {
  color:var(--darkblue);
}
#stred p {
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin:5px 0 0 0;
}
#kosik {
  position:absolute;
  top:0;
  right:60px;
  width:300px;
  font-size:15px;
}
#kosik ul {
  float:left;
  margin-top:25px;
  list-style-type:none;
  text-align:left;
}
#kosik ul a.active, #kosik ul a.active:visited {
  color:var(--darkblue);
}
#sumy {
  float:right;
  width:180px;
  height:90px;
  background:var(--blue);
  border-radius:0 0 90px 90px;
  color:#e1edf6;
}
#sumy:hover {
  /*background:var(--darkblue);*/
  background:var(--zluta);
}
#castka {
  padding-top:10px;
  color:white;
  font-family:'Poppins', sans-serif;
  font-weight:bold;
  font-size:24px;
}
#sumy:hover,
#sumy:hover #castka {
  color:var(--darkblue);
}
#content {
  clear:both;
}

/* ------------------------- MENU ------------------------------ */
nav {
  height:50px;
  background:var(--ultralight);
  border-top:1px solid var(--blue);
  border-bottom:1px solid var(--blue);
}
/*nav .container {
  padding:0 40px;
}*/
#topmenu {
  list-style-type:none;
  text-align:left;
  overflow:hidden;
}
#topmenu li {
  display:inline-block;
}
#topmenu li:not(.fr){
  float:left;
}
#topmenu li a, #topmenu li a:visited,
#topmenu li span {
  display:inline-block;
  box-sizing:border-box;
  font-size:20px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:50px;
  height:50px;
  padding:0 20px;
}
#topmenu li span {
  color: var(--blue);
  cursor:pointer;
}
#topmenu li[data-lfm-active="Yes"] a, #topmenu li[data-lfm-active="yes"] a:visited,
#topmenu li[data-lfm-selected="Yes"] span {
  background: var(--zluta);
  color: var(--darkblue);
}
#topmenu li a:hover,
#topmenu li span:hover {
  text-decoration: none;
  background: var(--blue);
  color: white;
}
/*#topmenu li[data-lfm-active="Yes"] a:hover {
  background: var(--darkblue);
}*/
#topmenu li.menu_ico {
  height:50px;
}
#topmenu li.menu_ico a,
#close[data-lfm-img="close"] {
  width:50px;
  vertical-align:middle;
  background-position:center center;
  background-repeat:no-repeat;
}
#topmenu li.menu_ico span,
#topmenu li.burger {
  display:inline-block;
  width:50px;
  height:50px;
  background-repeat: no-repeat;
  background-position: center center;
}
#topmenu li.burger {
  display:none;
}
#topmenu li.menu_ico span[data-lfm-img="login"] {
  background-image:url('login.svg');
  background-size:20px;
}
#topmenu li.menu_ico span[data-lfm-img="logged"] {
  background-image:url('logged.svg');
  background-size:20px;
}
#topmenu li.menu_ico span[data-lfm-img="search"] {
  background-image:url('search.svg');
  background-size:18px;
}
#topmenu li.menu_ico span[data-lfm-img="burger"] {
  background-image:url('menu.svg');
  background-size:23px;
}
#close[data-lfm-img="close"] {
  display:none;
  /*
  background-image:url('close.svg');
  background-size:18px;
  width: 18px;
  height: 18px;
  position:absolute;
  top:18px;
  right:18px;
  z-index:99999;
  */
  padding: 16px;
  /*background-color: var(--ultralight);*/
  background-image: url('close.svg');
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: fixed;
  top: 1px;
  right: 0;
  z-index: 99999;
}
.mm-ocd-opened #close[data-lfm-img="close"] {
  display:block;
}
#topmenu li.menu_ico span:hover,
#close[data-lfm-img="close"] {
  cursor:pointer;
}
#topmenu li.menu_ico span[data-lfm-img="login"]:hover,
#topmenu li.menu_ico span[data-lfm-img="logged"]:hover,
#topmenu li.menu_ico span[data-lfm-img="search"]:hover,
#topmenu li.menu_ico span[data-lfm-img="burger"]:hover {
  background-color: var(--blue);
}
#topmenu li.menu_ico span[data-lfm-img="login"]:hover {
  background-image:url('login_hover.svg');
  background-size:20px;
}
#topmenu li.menu_ico span[data-lfm-img="logged"]:hover {
  background-image:url('logged_hover.svg');
  background-size:20px;
}
#topmenu li.menu_ico span[data-lfm-img="search"]:hover {
  background-image:url('search_hover.svg');
  background-size:18px;
}
#topmenu li.menu_ico span[data-lfm-img="burger"]:hover {
  background-image:url('menu_hover.svg');
  background-size:23px;
}
/*#close[data-lfm-img="close"]:hover {
  background-image:url('close_hover.svg');
  background-size:18px;
}*/
#topmenu li.icon {
  display: none;
}
#topmenu .sub-menu {
    display:none;
}
#topmenu .menu-item-has-children:hover {
  background:#017DA6;
}
#topmenu .menu-item-has-children:hover a {
  color:white;
}
#topmenu .noclick:hover > a, #topmenu .noclick:hover > a:visited {
  text-decoration: none !important;
  cursor:default !important;
}

#topmenu .menu-item:hover .sub-menu {
    display:block;
    width:320px;
    position:absolute;
    z-index:9999;
    text-align:left;
    background:#017DA6;
    padding-bottom:20px;
}
#topmenu .sub-menu li {
    box-sizing:border-box;
    display:block;
}
#topmenu .sub-menu a, #topmenu .sub-menu a:visited {
    color:white;
    text-transform:none;
    box-sizing: border-box;
    padding:0 20px;
    height:auto;
    line-height:0.9em;
}
#topmenu .sub-menu a:hover {
    text-decoration:underline;
}
#topmenu .sub-menu .sub-menu {
  padding-left:30px;
  box-sizing: border-box;
}
#topmenu .menu-item:hover .sub-menu .sub-menu {
  position:relative;
  padding-bottom: 0;
}
#topmenu .sub-menu .sub-menu a, #topmenu .sub-menu .sub-menu a:visited {
  padding:0;
  margin:0.3em 0.5em;
  color: #002b58;
  font-weight: bold;
  font-size: 21px;
}

#topmenu li[data-lfm-selected="Yes"] a, #topmenu li[data-lfm-selected="Yes"] a:visited {
  color:var(--darkblue);
}
#topmenu li[data-lfm-selected="Yes"] a:hover {
  background:none;
}
.Level2 {
  display:none;
  position:absolute;
  background: var(--lightblue);
  top: 282px;
  right: 0;
  left: 0;
  width: 1440px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  text-align: left;
  /*box-shadow: rgba(42, 126, 190, 0.3) 0 7px 5px -2px;*/
  z-index: 999;
  padding:0;
  box-sizing: border-box;
  border-bottom: 1px solid var(--blue);
}
.Obal2 {
  font-size:18px;
  font-weight:bold;
  text-transform: uppercase;
  padding:0 20px;
  display: block;
  color: var(--blue);
  line-height: 59px;
  height: 59px;
  float: left;
  /*width: 25%;*/
  box-sizing: border-box;
  border-left:1px solid transparent;
  border-right:1px solid transparent;
}
.Level2 > .Obal2[data-lfm-selected="Yes"] {
  font-weight:bold;
  color: var(--darkblue);
  /*padding: 11px 15px;*/
  height: 60px;
  background: var(--ultralight);
  border-left: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
}
/*.Level2 > .Obal2:not([data-lfm-selected="Yes"]) {
  border-bottom: 1px solid var(--blue);
}*/
.Level2 > .Obal2:first-child {
  border-left-color:transparent;
}
/*.Level2 > .Obal2[data-lfm-selected="Yes"]:first-child {*/
.Level2 > .Obal2:first-child {
  padding-left:40px;
}
.Level2 > .Obal2:last-child {
  /*border-right-color:transparent;*/
}
.Level2 > .Obal2[data-lfm-selected="Yes"]:last-child {
  padding-right:40px;
}
.Level2 > li:not([data-lfm-selected="Yes"]):hover {
  background: var(--blue);
  color: white;
  /*border-top: 1px solid var(--blue);*/
  cursor:pointer;
}

#toggleobory.Level2 > .Obal2 {
  padding: 11px 20px;
  line-height: 1.1em;
  width: 200px;
}
#toggleobory.Level2 > .Obal2[data-for-id="O-1"] { width:190px; }
#toggleobory.Level2 > .Obal2[data-for-id="O-2"] { width:145px; }
#toggleobory.Level2 > .Obal2[data-for-id="O-3"] { width:185px; }
#toggleobory.Level2 > .Obal2[data-for-id="O-4"] { width:215px; }
#toggleobory.Level2 > .Obal2[data-for-id="O-86"] { width:235px; }
#toggleobory.Level2 > .Obal2[data-for-id="O-5"] { width:155px; }

html[lang="en"] #toggleobory.Level2 > .Obal2[data-for-id="O-1"] { width:195px; }
html[lang="en"] #toggleobory.Level2 > .Obal2[data-for-id="O-2"] { width:140px; }
html[lang="en"] #toggleobory.Level2 > .Obal2[data-for-id="O-3"] { width:170px; }
html[lang="en"] #toggleobory.Level2 > .Obal2[data-for-id="O-4"] { width:215px; }
html[lang="en"] #toggleobory.Level2 > .Obal2[data-for-id="O-86"] { width:220px; }
html[lang="en"] #toggleobory.Level2 > .Obal2[data-for-id="O-5"] { width:175px; }

.Level3 {
  position:absolute;
  left:0;
  top:60px;
  width:100%;
  display:none;
  /*background: var(--lightblue);*/
  background-image: linear-gradient(var(--ultralight), var(--lightblue));
  z-index:10000;
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  line-height:2em;
  }
.Level3 li a, #topmenu .Level3 li a:visited {
  text-transform:initial;
  color: var(--darkblue);
  /*border-bottom: 1px solid var(--blue);*/
}
.Level3 ul li {
  display:block;
  width:100%;
}
.Level3 li ul {
  padding:10px 0;
  box-sizing:border-box;
}
.Level3 li ul li {
  line-height: 0.9em;
  padding: 3px 0;
}
.Level3 li ul li a, #topmenu .Level3 li ul li a:visited {
  color: var(--blue);
  font-size: 15px;
  text-transform:initial;
  border-bottom:none;
}
.Box {
  display:inline-block;
  width:20%;
  padding:0 30px 0 0;
  box-sizing:border-box;
  vertical-align:top;
  text-align: left;
  font-weight:normal;
  line-height: 1.3em;
}
nav#mobile{
  display:none;
}
.mm-ocd-opened nav#mobile{
  display:block;
}
/* ------------------------- Kat ------------------------------ */
.Level2Kat {
  position:absolute;
  display:none;
  left:0;
  right:0;
  top: 282px;
  width: 1440px;
  margin: 0 auto;
  /*background: var(--lightblue);*/
  background-image: linear-gradient(var(--ultralight), var(--lightblue));
  z-index:10000;
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  line-height:2em;
  text-align: left;
}

.Level2Kat li a, .Level2Kat li a:visited {
  text-transform:initial;
  color: var(--darkblue);
  font-size:18px;
  /*border-bottom: 1px solid var(--blue);*/
}

.Level2Kat ul li {
  display:block;
  width:100%;
}
.Level2Kat li ul {
  padding:10px 0;
  box-sizing:border-box;
}
.Level2Kat li ul li {
  line-height: 0.9em;
  padding: 3px 0;
}

.Level2Kat li ul li a, .Level2Kat li ul li a:visited {
  color: var(--blue);
  font-size: 15px;
  text-transform:initial;
  border-bottom:none;
  }

/* ------------------------- SEARCH + LOGIN ------------------------------ */
#togglesearch,
#togglelogin {
  display:none;
  background:var(--lightblue);
  position: absolute;
  top:282px;
  right: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  box-shadow: rgba(42, 126, 190, 0.3) 0 7px 5px -2px;
  z-index:999;
}
#togglesearch .container,
#togglelogin .container {
  text-align:right;
  padding-right:55px;
}
#togglesearch input[type="text"],
#togglelogin input[type="text"],
#togglelogin input[type="password"] {
  width: 220px;
  padding: 0 10px 0 40px;
  border: 1px solid var(--blue);
  outline: none;
  line-height: 30px;
  background:#fff url('search.svg') 10px center no-repeat;
  background-size:20px;
  border-radius: 3px;
}
#togglesearch button,
#togglelogin button {
  background-color: var(--blue);
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid var(--blue);
  padding: 0 10px;
  font-size: 1rem;
  line-height: 30px;
  border-radius: 3px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#togglelogin .container {
  text-align:center;
}
/*#togglelogin input[type="password"]{
  background-image:none;
  padding:0 10px;
  width:160px;
}*/
#togglelogin .linky {
  display:inline-block;
}
#togglelogin .linky a, #togglelogin .linky a:visited {
  margin-left:20px;
}

#togglelogin ul{
  display:inline;
  list-style-type:none;
}
#togglelogin ul li {
  display:inline;
  margin-left:20px;
}
/*#togglelogin ul li::before{
  content:'';
  width:10px;
  height:10px;
  display:inline-block;
  background-color:var(--blue);
  border-radius:50%;
  margin-right:10px;
}*/


/* ------------------------- TICKER ------------------------------ */
#ticker {
  width: 100%;
  overflow: hidden;
}
#ticker_container {
  width: 100%;
  overflow: hidden;
  height: 3rem;
  padding-left: 100%; /* zacatek */
  box-sizing: content-box;
}
#ticker_box {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%; 
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  transform: translate3d(-25%, 0, 0);
}
#ticker_box:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#ticker_box .ticker_item {
  display: inline-block;
  padding: 0 3rem;
}
#ticker_box .ticker_item::before {
  content:'';
  width:10px;
  height:10px;
  display:inline-block;
  background-color:var(--blue);
  border-radius:50%;
  margin-right:10px;
}
#ticker_box .ticker_item p {
  display:inline;
}
#ticker_box .ticker_item a, #ticker_box .ticker_item a:visited {
  /*text-decoration:underline;*/
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    visibility: visible;
  }
  75% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  75.001% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    visibility: visible;
  }
  75% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  75.001% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* ------------------------- HOMEPAGE ------------------------------ */

#karty {
  overflow:auto;
}
.karta {
  margin:35px;
  width:calc(50% - 70px);
  float:left;
  text-align:left;
  color:white;
  height:335px;
  padding-left:45px;
  box-sizing:border-box;
  position:relative;
  background-color:var(--blue);
  background-position:bottom left;
  background-repeat:no-repeat;
  background-size:335px;
  overflow:hidden;
}
.karta h2, .karta h3 {
  font-family:'Poppins', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
}
.karta h2 {
  display:block;
  width:250px;
  min-height: 75px;
  margin:45px 0 10px 0;
  font-size:34px;
  line-height:1.1em;
  transition: color 1.5s ease 0s;
}
.karta h2:before {
  content:'';
  display:inline-block;
  width:62px;
  height:62px;
  margin:6px 0 0 -76px;
  float:left;
}
.group1 { background-image:url('bg1.png'); }
.group2 { background-image:url('bg2.png'); }
.group3 { background-image:url('bg3.png'); }
.group4 { background-image:url('bg4.png'); }
.group5 { background-image:url('bg5.png'); }
.group6 { background-image:url('bg6.png'); }
.group7 { background-image:url('bg7.png'); }
.group1 h2 { color:var(--color1); }
.group2 h2 { color:var(--color2); }
.group3 h2 { color:var(--color3); }
.group4 h2 { color:var(--color4); }
.group5 h2 { color:var(--color5); }
.group6 h2 { color:var(--color6); }
.group7 h2 { color:var(--color7); }
.group1 h2:before { background-color:var(--color1); }
.group2 h2:before { background-color:var(--color2); }
.group3 h2:before { background-color:var(--color3); }
.group4 h2:before { background-color:var(--color4); }
.group5 h2:before { background-color:var(--color5); }
.group6 h2:before { background-color:var(--color6); }
.group7 h2:before { background-color:var(--color7); }

.karta h3 {
  display:block;
  width:230px;
  margin: 0 0 10px 0;
  font-size:20px;
  color:#fff;
  line-height:1.15em;
}
.karta p {
  display:block;
  width:230px;
  text-transform:uppercase;
  font-size:15px;
  transition: color 1.5s ease 0s;
}
.karta_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 45px;
  box-sizing: border-box;
}
.karta_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: clip-path 1s ease 0s;
  /*clip-path: circle(40% at 80% 70%);*/
  clip-path: circle(36% at 80% 70%);
}
.group1 .karta_bg { background-color:var(--color1); }
.group2 .karta_bg { background-color:var(--color2); }
.group3 .karta_bg { background-color:var(--color3); }
.group4 .karta_bg { background-color:var(--color4); }
.group5 .karta_bg { background-color:var(--color5); }
.group6 .karta_bg { background-color:var(--color6); }
.group7 .karta_bg { background-color:var(--color7); }

.karta:hover h2,
.karta:hover h3,
.karta:hover p {
  color:var(--prusvitna);
  transition: color 1.5s ease 0s;
}
.karta:hover .karta_bg {
  clip-path: circle(75% at center center);
  /*clip-path: circle(42% at 80% 70%);*/
}
.karta .scena {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 410px;
  height: 335px;
  /*transition: right 0.2s;*/
}
/*.karta:hover .scena {
  right:-5px;
}*/
#seznamy {
  overflow:auto;
}
.seznam {
  display:block;
  float:left;
  margin:0 35px 10px 35px;
  width: calc(25% - 70px);
  vertical-align:top;
  text-align:left;
  color:var(--blue);
}
.seznam.seznam5 {
clear:both;
}
.seznam h3 {
  font-size:24px;
  text-transform:uppercase;
  color:var(--darkblue);
  margin: 0.5em 0;
}
.seznam h3:before {
  content:'';
  display:inline-block;
  width:42px;
  height:42px;
  margin:6px 0 0 -52px;
  float:left;
}
.seznam1 h3:before { background-color:var(--color1); }
.seznam2 h3:before { background-color:var(--color2); }
.seznam3 h3:before { background-color:var(--color3); }
.seznam4 h3:before { background-color:var(--color4); }
.seznam5 h3:before { background-color:var(--color5); }
.seznam6 h3:before { background-color:var(--color6); }
.seznam7 h3:before { background-color:var(--color7); }

.seznam_inner {
  padding:0 0 0 51px;
}

#vyrobci {
  background:var(--ultralight);
  border-top:1px solid var(--blue);
  border-bottom:1px solid var(--blue);
  padding-bottom:2em;
  margin-bottom: 3em;
}
#vyrobci h2 {
  margin:1em 1em 0.5em 1em;
}
#vyrobci div {
  display:inline-block;
}
#vyrobci div img {
  width: auto;
  max-width:180px;
  margin: 10px 30px;
  max-height: 80px;
}
#vyrobci .ostatni {
  clear:both;
  width:100%;
  padding:2em 0 0.5em 0;
}
#vyrobci .ostatni a, #vyrobci .ostatni a:visited {
  display:inline-block;
  margin:0 15px;
  text-transform:uppercase;
  line-height: 2em;
}

#kategorie {
  margin:3em 0;
}

#info_dole img {
  width:200px;
  height:auto;
  margin-bottom:2em;
}
#info_dole div {
  width:800px;
  margin:0 auto;
  text-align:left;
}

#overlay {
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.8);
  text-align: center;
  left: 0;
  top: 0;
}
#overlay .overlay_content {
  position:relative;
  display: inline-block;
  padding:30px;
  box-sizing:border-box;
  width:500px;
  vertical-align:middle;
  margin: 210px auto;
  text-align:center;
  z-index:99999;
  background: rgb(255, 255, 255);
  border: 1px solid var(--blue);
}
#overlay .overlay_content h2 {
  margin: 1em 0 0 0;
  text-transform: uppercase;
}

/* ------------------------- DETAIL PRODUKTU ------------------------------ */
#main {
  width:1440px;
  margin:0 auto;
}
#main h1 {
  padding: 0 20px;
  box-sizing: border-box;
  text-transform:uppercase;
}
#main h1 span.nocap {
  text-transform: initial; /* kvuli jednotkam typu 200 µl */
}
.container[lfm-onas="yes"] .obsah {
  position:relative;
}
.container[lfm-onas="yes"] .obsah .block-text {
  padding:0 50px 30px 30px;
}
body.Clanek .obsah #team  {
  margin-bottom:4em;
}
#vitraz {
  float:right;
  width: 50%;
  height: 695px;
  position:relative;
  margin-bottom:4em;
}
#vitraz .panel {
  position: absolute;
  top:0;
  width: 630px;
  height: 600px;
  z-index:1;
  opacity: 0.95;
}
#vitraz #panelL {
  right:15px;
  background: url('vitrazL.svg') top center no-repeat;
  background-size:630px 600px;
}
#vitraz #panelP {
  right:0;
  background: url('vitrazP.svg') top center no-repeat;
  background-size:630px 600px;
}
.slide-in {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
.slide-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-in {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-615px, 0); }
}
@-webkit-keyframes slide-in {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-615px, 0); }
}
@keyframes slide-out {
  0% { -webkit-transform: translate(-615px, 0); }
  100% { -webkit-transform: translate(0, 0); }
}
@-webkit-keyframes slide-out {
  0% { -webkit-transform: translate(-615px, 0); }
  100% { -webkit-transform: translate(0, 0); }
}
#vitraz .klika {
  display: block;
  position: absolute;
  top: 39%;
  right: 645px;
  width: 30px;
  height: 60px;
  background: var(--zluta);
  border-radius: 30px 0 0 30px;
  z-index: 99;
  transform-origin: 100% 50%;
  animation-duration: 2s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% { transform: scale(1);  }
  50% { transform: scale(0.8);  }
  100% { transform: scale(1);  }
}
#vitraz .klika:hover {
  cursor:pointer;
}
#vitraz .klika-in {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
#vitraz .klika-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}

.logoAPopis {
  /*float: left;
  width: 350px;
  padding-left: 30px;*/
  width: 1030px;
  box-sizing: border-box;
  text-align: left;
  margin:0 auto;
}
.logoAPopis .logo {
  margin-bottom: 2em;
  text-align:center;
}
.logoAPopis a.link {
  background: var(--ultralight);
  border: 1px solid var(--blue);
  padding:10px 15px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.logoAPopis a.link:hover {
  background: var(--blue);
  color:#fff;
  text-decoration:none;
}
.logoAPopisFull .popis {
  text-align: left;
}
.zatrideni {
  /*float: left;*/
  margin-left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
.zatrideni h2 {
  margin-top:62px;
}
.zatrideni #detail_obory {
  text-align:left;
}
/*.zatrideni ul {
  margin-bottom:3em;
  list-style-type:none;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 3em;
  -webkit-column-gap: 3em;
  column-gap: 3em;
}*/
.zatrideni ul li {
  display: inline-block;
  line-height: 1em;
  margin-bottom: 6px;
}
.zatrideni ~ h2 {
  clear:both;
}
button {
  border: none;
  background: var(--blue);
  color: white;
  /*width: 150px;*/
  padding:10px 19px;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
}
button:hover {
  cursor:pointer;
  background: var(--darkblue);
}
/*.RefInfo {
  font-weight: bold;
  font-size: 1.2em;
  color: var(--darkblue);
  width: 800px;
  margin: 0 auto 2vw auto;
}*/
.RegHeslo {
  text-align: left;
  font-size: 12px;
  color: #666;
}
.RegInfo {
  margin: 20px auto;
  width: 600px;
}
.Produkt #main h1 {
  text-transform: none;
  /*margin: 1.5em 0 0.2em 0;*/
  margin: 1.5em auto 0.2em auto;
  width: 800px;
}
.Produkt h2 {
  font-size: 30px;
  margin:1em 0 0.3em 0;
}
.Produkt h2.perex {
  font-size: 22px;
  color: var(--darkblue);
  margin: 0 0 2.5em 0;
  font-weight: normal;
}
.Produkt ul {
  list-style-type:none;
}
.zatrideni {
  margin-top:20px;
}
.Produkt .texty .zarazeni h3,
.zatrideni h3 {
  cursor:pointer;
}
.Produkt .texty .zarazeni h3:after,
.zatrideni h3:after {
  content:'';
  display:inline-block;
  width:15px;
  height:15px;
  margin-left:10px;
  background: var(--seda) url('zobacek.svg') 50% 55% no-repeat;
  border-radius: 50%;
  padding: 4px;
  color: #fff;
  font-size:16px;
  background-size: 15px;
  vertical-align: middle;
  transition:transform 0.2s;
}
.Produkt .texty .zarazeni h3[lfm-otoceno="YES"]:after,
.zatrideni h3[lfm-otoceno="YES"]:after {
  transform:rotate(-180deg);
}
.Produkt .prehled {
  overflow:auto;
}
.Produkt .foto_big {
  float:left;
  width:500px;
  height:500px;
  background-color:#fff;
  border:1px solid var(--blue);
  margin:0 30px 0 20px;
  overflow: hidden;
  position:relative;
}
.Produkt .novinka_nalepka::before {
  content:attr(data-popiska); /*'NOVINKA'*/;
  position:absolute;
  top:0;
  left:40px;
  width: 150px;
  height: 75px;
  background: var(--zluta);
  border-radius: 0 0 75px 75px;
  color:var(--darkblue);
  padding-top: 15px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  z-index: 99;
}
.Produkt .foto_big img {
  max-width:450px;
  max-height:450px;
  margin-top:50%;
  transform:translateY(-50%);
}
.novinka_text {
  margin-bottom: 1em;
}
.novinka_nadpis {
  display:none;
}
.novinka_duvod {
  display: inline-block;
  background:var(--zluta);
  color:var(--darkblue);
  padding:10px 15px;
}
.Produkt .parametry {
  float:left;
  width:300px;
  text-align:left;
  margin-right:30px;
}
.Produkt .parametry div,
.Produkt .parametry ul {
  margin-bottom:15px;
}
.Produkt .parametry span {
  font-weight:bold;
  color: var(--seda);
}
.Produkt .parametry span.JSLink {
  font-weight:normal;
  color: var(--blue);
}
.Produkt .parametry .JSLink img {
  width:30px;
  height:auto;
  vertical-align: middle;
  margin-left: 7px;
}

.Produkt .parametry .cena_container {
  display:flex;
  align-items: center;
}
.Produkt .parametry .cena_item2 {
/*align-self: center;*/
position:relative;
}
.Produkt .parametry .cena_item2 {
/*align-self: center;*/
position:relative;
}
.Produkt .parametry .cena_akce {
/*position: absolute;
top: 24px;*/
width: 100px;
height: 100px;
background: var(--zluta);
border-radius: 50%;
text-align: center;
color: var(--darkblue);
box-sizing: border-box;
font-weight: bold;
letter-spacing: 0;
font-size: 20px;
display: flex;
flex-direction:column;
justify-content: center;
align-items: center;
padding:3px;
}

.Produkt .parametry .cena_akce .sleva {
  display: block;
  color: var(--darkblue);
  box-sizing: border-box;
  padding: 0 3px;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 19px;
  line-height: 100%;
}
.Produkt .parametry .cena_akce .platnost {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  padding-top: 4px;
}
.Produkt .parametry .cena,
.Produkt .parametry .cena_puvodni {
  width: 150px;
  /*margin-top: 30px;*/
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: var(--blue);
  font-size: 1.4em;
  padding: 0 10px;
  box-sizing:border-box;
  text-align: center;
  margin-bottom: 0;
  position:relative;
}
.Produkt .parametry .cena_puvodni ~ .cena {
  margin-top: 0px;
}
.Produkt .parametry .cena[data-popiska]::after {
  content:attr(data-popiska); /*'AKCE'*/
  /*display: block;*/ display:flex; align-items:center;
  position: absolute;
  top: -55px;
  right: -95px;
  width: 100px;
  height: 100px;
  background: var(--zluta);
  border-radius: 50%;
  text-align: center;
  color: var(--darkblue);
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 20px;
  /*line-height: 75px;*/ line-height: 120%;
}

.Produkt .parametry .cena_puvodni {
  color: var(--seda);
  text-decoration:line-through;
  /*text-decoration-color:var(--zluta);*/
  text-decoration-thickness: 2px;
}
.Produkt .parametry .quantity {
  overflow:auto;
  margin-top:15px;
}
.Produkt .parametry .quantity button[type="button"] {
  /*border: 1px solid var(--blue);*/
  background: var(--lightblue);
  color: var(--blue);
  border-radius:5px;
  font-size: 28px;
}
.Produkt .parametry .quantity button:hover {
  background: var(--zluta);
}
/* input type "number" zmenit na type "text" (aby zmizely puvodni +/-) */
.Produkt .parametry .quantity input[type="number"]::-webkit-outer-spin-button,
.Produkt .parametry .quantity input[type="number"]::-webkit-inner-spin-button {    /* Chrome, Safari, Edge, Opera */
  -webkit-appearance: none;
  margin: 0;
}
.Produkt .parametry .quantity input[type="number"] {  /* Firefox */
  -moz-appearance: textfield;
  width:50px;
  height:36px;
  padding:0;
  text-align:center;
  font-size: 1.2em;
  font-weight: bold;
  float:left;
  background: #fff;
  box-sizing:border-box;
  border:none;
}
.Produkt .parametry button[type="button"] {
  float: left;
  width: 45px;
  line-height: 36px;
  height:36px;
  border-radius:0;
  padding:0;
  text-align:center;
  font-size: 24px;
  font-weight: bold;
  overflow:hidden;
}
.Produkt .parametry button[type="button"]:hover {
  cursor:pointer;
}
.Produkt .parametry button[type="submit"] {
  font-weight: bold;
  /*border-radius: 0 0 5px 5px;*/
  border-radius:5px;
}
.Produkt .texty {
  float:left;
  width:555px;
  text-align:left;
  line-height: 1.3em;
}
.Produkt .texty h3,
.zatrideni h3 {
  font-size: 18px;
  margin: 15px 0 10px 0;
  color: var(--seda);
}
.Produkt .texty .popis ul {
  margin:0 0 20px 20px;
  list-style-type:disc;
}
.Produkt .texty .popis ul li {
  margin-bottom:5px;
}
.Produkt .zarazeni {
  clear:both;
  padding-top: 1em;
}
.Produkt .zarazeni li,
.zatrideni li {
  margin-bottom: 8px;
  color:var(--seda);
  line-height: 1.2em;
  font-size: 15px;
}
.dokumentyDleTypu {
  clear:both;
  width:calc(3 * (var(--karta) + var(--mezera)));
  padding:0 2em;
  box-sizing:border-box;
  margin:3em auto;
}
.dokumentyDleTypu ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.dokumentyDleTypu > ul > li {
  display: inline-block;
  background:#fafafa;
  vertical-align: top;
  width: calc(50% - 35px);
  text-align:left;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding:25px 30px 20px 30px;
  box-sizing: border-box;
  margin:calc(var(--mezera) / 2);
}
.dokumentyDleTypu > ul > li ul::before {
  content:'';
  display:block;
  width:100%;
  padding-bottom:5px;
  border-bottom:1px solid var(--blue);
  margin-bottom:10px;
}
.dokumentyDleTypu > ul > li:last-child {
  border-right:none;
}
.dokumentyDleTypu ul li ul li {
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  line-height: 1em;
  margin-bottom: 10px;
  width:100%;
  list-style-type: none;
}
.dokumentyDleTypu ul li ul li a, .dokumentyDleTypu ul li ul li a:visited,
.Clanek a[href$=".pdf"] {
  display: block;
  padding-left: 25px;
  text-indent: -25px;
  line-height: 1.2em;
}
.dokumentyDleTypu ul li ul li a::before,
.Clanek a[href$=".pdf"]::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('download.svg');
  background-repeat: no-repeat;
  background-size: cover;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  margin-right:12px;
}
.dokumentyDleTypu ul li ul li a:hover::before,
.Clanek a[href$=".pdf"]:hover::before {
  /*-webkit-transform: scale(1.5);
  transform: scale(1.5);*/
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.produktyKontejner {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.kartaProduktu {
  width: var(--karta);
  border: none;
  text-align: center;
  margin: calc(var(--mezera) / 2);
  font-size: initial;
  padding: 30px;
  box-sizing: border-box;
  background-color: var(--ultralight);
  /*border-top:10px solid var(--ultralight);*/
  /*box-shadow:rgba(42, 126, 190, 0.3) 0 7px 5px -2px;*/
  box-shadow:rgba(42, 126, 190, 0.3) 7px 7px 5px -2px;
}
.kartaProduktu.novinka a.thb::before,
.kartaProduktu.akce a.thb::after {
  content: '';
  position: absolute;
  top: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding-top: 24px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  z-index: 99;
  line-height: 1em;
}
.kartaProduktu.novinka a.thb::before {
  background: var(--zluta);
  color: var(--darkblue);
  right:10px;
  content:attr(data-popiska); /*'NOVÁ'*/
}
.kartaProduktu h2 {
  margin: 0 0 0.5em 0;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2em;
  color:var(--blue);
}
.kartaProduktu:hover a, .kartaProduktu:hover a:visited {
  text-decoration:none;
}
.kartaProduktuObsah {
  width: 100%;
}
.kartaProduktu h3 {
  color:var(--darkblue);
  margin: 0 0 5px 0;
  font-size: 15px;
}
.kartaProduktu .kod {
  font-size: 14px;
}
.kartaProduktu a.thb, .kartaProduktu a.thb:visited {
  display:block;
  margin:0 auto;
  width:230px;
  height:230px;
  /*background: #fff;*/
}
.kartaProduktu .cena {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: var(--blue);
  font-size: 1.4em;
  margin-top: 0;
  box-sizing: border-box;
  padding: 3px 8px;
}
img {
  max-width:100%;
  max-height:100%;
}
.kartaProduktu button {
  margin-top:10px;
  border-radius:5px;
  padding:0.5em 1em;
  width: 130px;
}
HTML[lang="en"] .kartaProduktu button {
  width: 160px;
}

/*.kartaProduktu button::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 6px 0 0 -76px;
  float: left;
  background:var(--color3);
}*/
.kartaProduktu:hover {
  background-color: var(--blue);
  /*border-top:10px solid var(--color3);*/
}
.kartaProduktu:hover h3,
.kartaProduktu:hover .kod {
  color:#fff;
}
.kartaProduktu:hover h2,
.kartaProduktu:hover .cena {
  color:var(--zluta);
}
/*.kartaProduktu.akce .cena:before {
  content:'AKCE:';
  display:inline-block;
  margin-right:5px;
  font-weight: normal;
  font-size: initial;
  color:#000;
}*/
.kartaProduktu.akce .cena {
  background: var(--zluta);
  display: inline-block;
  color: var(--darkblue);
  font-size: 1.3em;
  width: 230px;
}
.kartaProduktu.akce .cena:before {
  content:attr(data-popiska) ':'; /*'AKCE:'*/
  display:inline-block;
  margin-right:5px;
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle;
}

.kartaProduktu:hover button {
  background: var(--darkblue);
}
.kartaProduktu:hover .cenaSkryta A {
  color: white;
}

.cenaSkryta {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--blue);
  /*cursor: help;*/
  padding: 15px 0 0 0;
}
.Produkt .produktyKontejner {
  max-width: calc(4 * (var(--karta) + var(--mezera)));
}

#popis  {
  overflow:hidden;
  max-height:400px;
  position:relative;
}
#popis[rozbaleno="ano"]  {
  max-height:none;
}
#popisVice, #popisMene {
  display:none;
  cursor:pointer;
  color: var(--blue);
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  font-weight:bold;
  text-transform: uppercase;
  float:right;
}
#popisVice:hover {
  text-decoration:underline
}
#popisMene {
  display:none !important;
}
#popisPrechod  {
  display:none;
  position:absolute;
  bottom:0px;
  height:150px;
  width:100%;
  background-image:linear-gradient(transparent, white);
}
#popis .table-striped {
  border: 1px solid var(--blue);
  padding: 1em;
  border-spacing:0;
  margin-bottom: 1em;
}
#popis .table-striped tr:nth-child(odd) td {
  background:var(--svseda);
}
#popis .table-striped tr td {
  border-top: 1px dotted var(--blue);
  padding: 5px 10px;
  vertical-align: top;
}
#popis .table-striped tr:hover + tr td {
  border-top: 1px solid var(--blue);
}
#popis .table-striped tr:first-child td {
  border-top: none;
}
#popis .table-striped tr td:first-child{
  width:50%;
  font-weight:bold;
  color:var(--seda);
  vertical-align: top;
}
#popis .table-striped tr:hover td {
  background:var(--blue);
  color:#fff;
  cursor:default;
}
#detail_souvisejici .kartaProduktu,
#detail_podobne .kartaProduktu {
  padding-bottom:40px;
}

.obsah .media-vlevo,
.obsah .media-vpravo {
  overflow:auto;
}
.obsah .block-media,
.obsah .block-text {
  width:50%;
  float:left;
  box-sizing:border-box;
  padding-left: 30px;
}
.obsah .media-vlevo .block-media img,
.obsah .media-vpravo .block-media img {
  height: auto;
}
.obsah .media-vpravo .block-media {
  float:right;
}
.obsah .block-text {
  text-align:left;
  padding-left:50px;
}
.obsah .block-text ul {
  margin-left: 2em;
  margin-bottom: 2em;
}

a.poptat, a.poptat:visited {
  display: inline-block;
  width: 150px;
  margin: 0;
  padding: 0.6em 1em;
   border: none;
  background: var(--blue);
  color: white;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  font-weight:bold;
  text-transform: uppercase;
  text-align: center;
}
a.poptat:hover {
  cursor: pointer;
  background: var(--darkblue);
  text-decoration:none;
}

#team .lidi {
  /*width: 228px;*/
  width: 456px;
  display: inline-block;
  vertical-align:top;
  margin-bottom:2em;
}
#team .lidi h3 {
  font-size:21px;
  margin:0.5em 0;
}
#team .lidi p {
  padding:0 20px;
  margin-bottom: 0.5em;
}
#team .lidi a, #team .lidi a:visited {
  display: inline-block;
}
.napiste {
  clear:both;
}
.napiste a, .napiste a:visited {
  display:block;
  padding: 10px 20px;
  background: var(--blue);
  color: white;
  font-weight: bold;
  font-size: 20px;
  width: 147px;
  margin: 5px auto;
}
.napiste a:hover {
  background:var(--darkblue);
  text-decoration:none;
}
#mapa iframe {
  float:left;
}


/* ------------------------- SLIDER ------------------------------ */
.slider_outer  {
  position:relative;
  width:1150px;
  margin:0 auto;
}
.slider_outer:empty {
  display:none;
}
.slider {
  clear: both;
  margin: 3em auto;
  width: 1050px;
  box-sizing: border-box;
  overflow: hidden;
  position:relative;
}
#slider_inner {
  white-space: nowrap;
  height:auto;
  overflow: hidden;
  position:relative;
  transition:2s;
  overflow: visible;
}
#slider_inner div {
  display:inline-block;
  width:230px;
  height:230px;
  margin:0 16px;
  overflow:hidden;
}
#slider_inner div img {
  max-width:230px;
  max-height:230px;
  cursor:pointer;
  margin-top:50%;
  transform:translateY(-50%);
}
#sliderDopredu, #sliderDozadu,
#galerieDopredu, #galerieDozadu  {
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor:pointer;
  border-radius: 50%;
}
#sliderDopredu, #sliderDozadu  {
  width: 35px;
  height: 35px;
}
#sliderDopredu {
  left:0;
  background: var(--blue) url('scroll_left.svg') 10px center no-repeat;
  background-size: 12px;
}
#sliderDozadu {
  right:0;
  background: var(--blue) url('scroll_right.svg') 12px center no-repeat;
  background-size: 12px;
}
#sliderDopredu[lfm_active=no], #sliderDozadu[lfm_active=no] {
  background-color:#ccc;
  cursor: default;
}
#galerieOuter {
  position:fixed;
  width:100vw;
  height:100vh;
  box-sizing:border-box;
  top:0;
  left:0;
  background-color:rgba(255,255,255,0.9);
  z-index:2147483638;
  cursor:pointer;
}
#galerieImg  {
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
  max-height: 70%;
  background: white;
  padding: 30px;
}
#galerieOuter:after {
  content:'X';
  display:inline-block;
  width:30px;
  height:30px;
  position:absolute;
  right: 40px;
  top: 30px;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: var(--blue);
}
#galerieDopredu, #galerieDozadu  {
  width:30px;
  height:60px;
}
#galerieDopredu {
  left:30px;
  /*background: var(--blue) url('move_left.svg') 15px center no-repeat;
  background-size: 16px;*/
  background:url('move_left.svg') 5px center no-repeat;
  background-size: 20px;
}
#galerieDozadu {
  right:40px;
  /*background: var(--blue) url('move_right.svg') 17px center no-repeat;
  background-size: 16px;*/
  background: url('move_right.svg') 5px center no-repeat;
  background-size: 20px;
}
#galerieDopredu[lfm_active=no], #galerieDozadu[lfm_active=no] {
  opacity:0.3;
  cursor: default;
}

/* ------------------------- OBOR ------------------------------ */
.Obor h1 {
  margin-bottom:0.5em;
  font-size: 38px;
}
.Obor .nadcesta {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  color: var(--prusvitna);
  margin-bottom: 10px;
}
body[obid="1"] .nadcesta { background: var(--color1); }
body[obid="2"] .nadcesta { background: var(--color2); }
body[obid="3"] .nadcesta { background: var(--color3); }
body[obid="4"] .nadcesta { background: var(--color4); }
body[obid="5"] .nadcesta { background: var(--color5); }
body[obid="6"] .nadcesta { background: var(--color6); }

.Obor .cesta {
  color:var(--seda);
  margin-bottom:2em;
}
.lomitko {
  height: 10px;
  margin: 0 7px;
  content: '';
  display: inline-block;
  width: 10px;
  background: url('cesta.svg') center center no-repeat;
}
.podobory {
  list-style-type:none;
  margin-bottom: 2em;
  margin-top: 2em;
}
.podobory li {
  display:inline-block;
  margin:0 5px 10px 5px;
  vertical-align: top;
}
.podobory li.dlazdiceUrovne1 {
  width:200px;
  vertical-align:top;
  margin:0;
  margin:0 1em 1em 1em;
}
.podobory li a, .podobory li a:visited {
  display:block;
  font-weight: bold;
}
.podobory li:not(.dlazdiceUrovne1) a, .podobory li:not(.dlazdiceUrovne1) a:visited {
  background:var(--zluta);
  height: 67px;
}
.podobory li:not(.dlazdiceUrovne1) a:hover {
  background:var(--blue);
}
.podobory li a:hover {
  background:var(--blue);
  color:white;
  text-decoration:none;
}
.podobory li.dlazdiceUrovne1 h3 {
  display:block;
  font-size: 20px;
  margin: 10px 0 0 0;
  padding: 0 5px;
}
.podobory li.dlazdiceUrovne h3 {
  /*max-width: 250px;*/
  font-size: 20px;
  padding: 10px 15px 5px 15px;
  margin: 0.5em 0 0 0;
}
.podobory li.dlazdiceUrovne a:hover h3,
.podobory li.dlazdiceUrovne1 a:hover h3 {
  color:white;
}
.podobory li.dlazdiceUrovne1 .obor_bednicka {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: var(--zluta);
  position: relative;
}
.podobory li.dlazdiceUrovne1 img {
  max-width: 150px;
  max-height: 150px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  display: block;
  transform: translate(-50%,-50%);
  left: 50%;
}
.podobory li a .pocet {
  color: black;
  font-weight: normal;
  display: block;
  padding: 0 15px 5px 15px;
}
.podobory li a:hover .pocet {
  color:white;
}
.Obor .produktyKontejner {
  max-width: calc(4 * (var(--karta) + var(--mezera)));
}
.popisOboru {
  text-align:left;
  width: 1100px;
  margin: 0 auto;
  overflow:auto;
}
.popisOboru .obrazky {
  float:left;
  width:470px;
  margin-right:30px;
}
.popisOboru .obrazky img {
  width:100%;
  margin:0 30px 30px 0;
}
.popisOboru .text {
  float:left;
  width:calc(100% - 500px);
  box-sizing:border-box;
}
.popisOboru ul {
  margin:20px 0 30px 50px;
}
.popisOboru a[target="_blank"] {
  /*display:block; Vyhozeno R.M. 2022-05-22*/
}
.popisOboru a[target="_blank"]::after, .popisOboru a[target="_blank"]:visited::after {
  content: "";
  display: inline-block;
  /*width: 9px;
  height: 9px;
  background-size: cover;*/
  width: 17px;
  height: 17px;
  background-size: 9px;
  background-image: url('link.svg');
  background-repeat: no-repeat;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  margin-left:10px;
  background-color: var(--zluta);
  border-radius: 50%;
  background-position: center center;
  vertical-align: middle;
}
.popisOboru a[target="_blank"]:hover::after {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.Paginator  {
  margin: 2em auto;
}
.Paginator a, .Paginator a:visited {
  display:inline-block;
  margin:0 2px;
  padding:10px 19px;
  border-radius:50%;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 18px;

}
.Paginator a[paginator-active="Yes"], .Paginator a[paginator-active="Yes"]:visited {
  background-color:var(--ultralight);
}
.Paginator a:hover,
.Paginator a[paginator-active="Yes"]:hover {
  background-color:var(--blue);
  color:#fff;
  text-decoration:none;
}

/* ------------------------- VYROBCI ------------------------------ */
.Vyrobce #main {
  position:relative;
}
.Vyrobce .MimoradnyDokument {
  /*position: absolute;
  right: 30px;
  margin-top: 18px;*/
  margin-top:2em;
  font-size: 130%;
  font-weight: bold;
}
.Vyrobce .MimoradnyDokument a, .Vyrobce .MimoradnyDokument a:visited {
  text-transform:uppercase;
}
.Vyrobce .MimoradnyDokument a::before, .Vyrobce .MimoradnyDokument a:visited::before {
  content:'';
  display:inline-block;
  width:30px;
  height:24px;
  background:url('sipka.svg') left bottom no-repeat;
  background-size: 24px;
  padding-right:10px;
  animation:pulse 0.4s infinite;
  animation-timing-function: ease-in-out;
}
@keyframes pulse {
  0% { transform: translateX(0); }
  50% { transform: translateX(3px); }
  100% { transform: translateX(0); }
}
.items {
  width:100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.items .item {
  width:250px;
  background: var(--ultralight);
  margin: 0 15px 30px 15px;
  text-align:center;
  padding: 15px;
  box-sizing:border-box;
}
.items .item img {
  display:block;
  margin:0 auto;
}
.items .item a, .items .item a:visited {
  line-height:3em;
}


/* ------------------------- POKLADNA ------------------------------ */
.ObjFlexCont {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 2em auto;
  /*RM 2025-11-10*/
  flex-direction: column;
  align-items: center;
}
.ObjFlexCont > table {
/* RM 2025-11-10
  width:20%;
  padding:10px;
  box-sizing: border-box;
  */
  width: 400px;
  padding: 10px;
  box-sizing: border-box;
  margin-left: -63px;
}
.ObjFlexCont > table h3 {
  font-size:21px;
  margin:0 0 10px 0;
  text-align:left;
  line-height:1em;
  /*height:40px;*/
}
.ObjFlexCont > table tr[lfm-required] th:after {
  content:'*';
  display:inline-block;
  color:red;
}
.ObjFlexCont > table th {
  width:100px;
  text-align:right;
  padding-right:5px;
  vertical-align: top;
}
input[readonly] {
  border:none;
  cursor:default;
  background: var(--lightblue);
  color:var(--blue);
  outline: none;
  padding: 3px 5px;
}
.ObjFlexCont #ObjDalsi tr:nth-of-type(3) td {
  background: var(--lightblue);
  text-align: left;
  color: var(--blue);
  outline: none;
  padding: 3px 5px;
}
.lfm_table tr th:last-child {
  border-right:1px solid var(--blue);
}
.lfm_table tr th.poSleve,
.lfm_table tr td.poSleve {
  background:var(--zluta);
  color: var(--darkblue);
}
.lfm_table tr th.hidden,
.lfm_table tr td.hidden {
  display:none;
}
.lfm_table tr td.kosikProdObr {
  border-right:none;
}
.lfm_table tr td.kosikProdName {
  border-left:none;
  text-align:left;
  width: 270px;
  white-space: normal;
}
.kosikProdObr {
  width:120px;
}
.lfm_table input {
  width:40px;
  text-align:center;
}
.lfm_table tr.kosikFooter td {
  font-weight:bold;
}
.lfm_table tr td:last-child img,
.Kosik #main form button.link img {
  width:17px;
  height:auto;
}
.Kosik #main form button.link {
  background:none;
  width:auto;
  padding:0;
  border-radius:none;
}

.Usetreno {
  line-height: 5em;
}
.Kosik #main form a.button {
  border: none;
  background: var(--blue);
  color: white;
  width: 150px;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 0.5em;
  line-height: 1.2em;
}
.Kosik #main form a.button:hover {
  cursor: pointer;
  background: var(--darkblue);
  text-decoration:none;
}
input#rez_SouhlasSOP {
  width: auto;
  margin-bottom: 2em;
}

.ObjPotvrzeni #main p span {
  font-weight:bold;
  color: var(--blue);
}

/* ------------------------- FOOTER ------------------------------ */
#footer {
  clear:both;
  margin-top:3em;
  padding:2.5em 2em 1.5em 2em;
  background:var(--blue);
  color:var(--lightblue);
  font-family:'Poppins', sans-serif;
  font-weight:bold;
  font-size:18px;
  text-transform:uppercase;
  overflow:auto;
}
#mapa ~ #footer {
  margin-top:0;
}
#footer .container {
  width:800px;
  box-sizing:border-box;
  text-align:center;
}
#footer .box {
  float:left;
  text-align:left;
}
#footer #box1 { width:45%; }
#footer #box2 { width:20%; }
#footer #box3 { width:35%; }

#footer #box1 span {
  color:var(--zluta);
  font-weight:bold;
}
#footer a.mail, #footer a.mail:visited {
  color:#fff;;
  font-size:28.5px;
  text-transform:lowercase;
}
#footer p {
  margin-bottom: 0.5em;
}
#footer .archa {
  clear:both;
  margin-bottom:0;
  padding-top: 10px;
  text-align: left;
}
#footer .archa a, #footer .archa a:visited {
  color:var(--darkblue);
  font-size:16px;
  text-transform:lowercase;
}
#footer ul {
  list-style-type:none;
}
#footer ul li a, #footer ul li a:visited {
  color:white;
  font-weight:normal;
  text-transform: none;
  line-height:1em;
}

.EchoDialogOuter {
  position:fixed;
  width:100vw;
  height:100vh;
  box-sizing:border-box;
  top:0;
  left:0;
  background-color:rgba(255,255,255,0.7);
  z-index:2147483638;
  cursor:pointer;
  }
.EchoDialogError {
  position:absolute;
  /*border:2px solid var(--blue);*/
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  background-color:#f8394b;
  padding:30px 50px;
  }
.EchoDialogInfo {
  position:absolute;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  border:20px solid #fff;
  padding:20px 30px;
  background-color:var(--darkblue);
  left:50%;
  top:50%;
  transform:translateX(-50%);
  animation-duration:4s;
  animation-name:changeVisibility;
  animation-fill-mode:forwards;
  z-index:2147483638;
  }
@keyframes changeVisibility {
  0%   {opacity:1;}
  80%  {opacity:1;}
  100% {opacity:0; visibility:hidden}
  }
.ItemInfo,
.ItemError {
  color: #fff;
  font-weight:bold;
  line-height:1.5em;
  text-transform: none;
  width: 100%;
  }
.ItemInfo b,
.ItemError b {
  color:var(--zluta);
  font-size: 1.25em;
}

/* ------------------------- PROFIL ------------------------------ */
.NastFlexCont {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 2em auto;
}
.NastFlexCont > table {
  width:25%;
  padding:0 10px 20px 10px;
  box-sizing: border-box;
}
.SingleFormTable {
  margin:3em auto;
  width: 25%;
}
.NastFlexCont > table h3,
.SingleFormTable h3 {
  font-size:23px;
  margin:0;
  text-align:left;
  line-height: 1em;
  padding-bottom: 10px;
}
.NastFlexCont > table tr[lfm-required] th:after,
.SingleFormTable tr[lfm-required] th:after {
  content:'*';
  display:inline-block;
  color:red;
  width:10px;
}
.NastFlexCont > table tr:not([lfm-required]) th:after,
.SingleFormTable tr:not([lfm-required]) th:after {
  content:'';
  display:inline-block;
  width:10px;
}
.NastFlexCont > table th,
.SingleFormTable tr th {
  width:145px;
  text-align:right;
  padding-right:3px;
}
.SingleFormTable th {
  text-align:right;
  padding-right:5px;
}
.NastFlexCont > table tr td,
.SingleFormTable tr td {
  text-align:left;
}
.SingleFormTable tr td button {
  margin-top:10px;
}
.kosikObal {
  margin:0 auto;
}
.lfm_table {
  margin:0 auto 1em auto;
  background:var(--ultralight);
  border-collapse:collapse;
}
.lfm_table tr:first-child {
  background:var(--blue);
  color:#fff;
  font-weight:bold;
}
.lfm_table tr th,
.lfm_table tr td {
  padding:10px;
  border: 1px solid #ccc;
  white-space:nowrap;
}
.lfm_table tr th:last-child {
  border-right:1px solid var(--blue);
}
.lfm_table tr th {
  text-transform:uppercase;
  border-right: 1px solid #fff;
  font-size: 1.1em;
  padding:15px;
}
.lfm_table tr td {
  text-align:right;
}
.rozpisObal .lfm_table tr td.Rozpis_kod_produktu,
.rozpisObal .lfm_table tr td.Rozpis_nazev {
  text-align:left;
}

.obsah .sloupce  {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-gap: 2em;
  text-align:left;
}
.obsah .sloupce h2 {
  font-size: 24px;
  margin: 0 0 0.5em 0;
  page-break-before: avoid;
}

.thb  {
  position:relative;
}
.thb IMG  {
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  transform: translate(-50%, -50%);
}

.Dokument_Stranka div {
  text-align:left;
}
.Dokument_Stranka iframe#docs {
  margin-top: 65px;
  width:50%;
  height: 52vw;
  border:1px solid #ccc;
}
.Dokumenty .ViceSloupcu {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -moz-column-gap: 4em;
  -webkit-column-gap: 4em;
  column-gap: 4em;
  text-align:left;
  padding: 0 10px;
  box-sizing: border-box;
}
.Dokumenty #main h2,
.Nove #main h2 {
  margin:1em 0 0.5em 0;
}
.Dokumenty .ViceSloupcu a, .Dokumenty .ViceSloupcu a:visited {
  line-height:1em;
  margin-bottom: 8px;
  display: inline-block;
}
.VAkci #main h1 {
  margin-bottom:0.5em;
}
.VAkci #main > h2 {
  margin:0 0 0.5em 0;
}
.ZapomenuteHeslo button {
  width: 206px;
  padding: 10px;
}

.TblSarze {
  border-collapse: collapse;
  margin-bottom:10px;
}

.TblSarze TD, .TblSarze TH {
  border:1px solid var(--blue);
  padding:10px;
  line-height: 100%;
}

.TblSarze TH {
  text-align:center;
  vertical-align:top;
}

#skladPopup, #variantyPopup, #loginPopup {
  position:fixed;
  width:100vw;
  height:100vh;
  box-sizing:border-box;
  top:0;
  left:0;
  /*background-color:rgba(255,255,255,0.9);*/
  z-index:2147483638;
  cursor:pointer;
  display:none;
  text-align:left;
}
#skladPopupInner:after, #variantyPopupInner:after {
  content:'X';
  display:inline-block;
  width:30px;
  height:30px;
  position:absolute;
  right: 20px;
  top: 20px;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: var(--blue);
}
#skladPopupInner, #variantyPopupInner, #loginPopupInner{
  position: relative;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--ultralight);
  padding: 100px;
  border: 1px solid var(--blue);
  max-height:80%;
  overflow:auto;
}
#skladPopupInner{
  padding: 50px;
}
#skladPopupInner h3, #variantyPopupInner h3, #loginPopupInner h3 {
  font-size: 27px;
  color: var(--blue);
  line-height: 1.1em;
  margin: 0 0 1.5em 0;
  font-family: 'Poppins', sans-serif;
}
#variantyPopupInner {
  overflow: auto;
  max-width: 80%;
  max-height: 80%;
  box-sizing: border-box;
  }
#variantyPopupInner {
  padding: 50px;
  }
#variantyPopupInner h3 {
  margin: 0.5em 0;
}
.containerKaretVarianty {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1000px;
  place-content: center
}
.kartaVarianty {
  background-color:white;
  padding:20px;
  }
.JSLink  {
  color:var(--blue);
  cursor:pointer;
}
.JSLink:hover {
  text-decoration:underline;
}
.JSLink_zluta  {
  color:var(--zluta);
  cursor:pointer;
}
.JSLink_zluta:hover {
  text-decoration:underline;
}

.variantaIkona {
  width: 110px;
  height: 80px;
  display: flex;
  margin-left: 0;
  vertical-align: bottom;
  padding: 3px 13px 0px 79px;
  color: black !important;
  text-align: center;
  border-radius: 5px;
  background-image: url('vyprodej4.svg');
  background-repeat: repeat;
  background-size: auto;
  background-position: left center;
  z-index: 99999;
  background-repeat: no-repeat;
  background-size: 202px;
  line-height: 21px;
  font-weight: bold;
  align-items: center;
  color: black;
}

.akce-vyprodej {
color:black;
}

b.akce, b.vyprodej {
margin-left: 15px;
background: var(--blue);
padding: 5px;
width: 25px;
height: 25px;
display: inline-block;
line-height: 27px;
border-radius: 50%;
color: #fff;
}
b.vyprodej {
background: var(--darkblue);
}

/*
.Produkt .parametry .variantaIkona {
  text-align: center;
  line-height: 21px;
  font-weight: bold;
}
*/
/*
IMG[lfm-type="YT"]:after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 120px;
  z-index: 100;
  background: transparent url(video-play.png) no-repeat center;
  pointer-events: none;
}
*/

.tooltip {
  display: inline;
  position: relative;
}
.tooltip:hover {
  cursor:help;
}
.tooltip:hover:after {
  background-color: #1C75BC;
  color:white;
  border-radius: 3px;
  content: attr(tooltip);
  left: 0;
  top: 100%;
  padding: 10px 15px;
  position: absolute;
  z-index: 100000;
  white-space:nowrap;
}

.produkty_stare_tbl {
  margin: 0 auto 1em auto;
  background: var(--ultralight);
  border-collapse: collapse;
}
.produkty_stare_tbl tr td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align:left;
}

.meziobory {
  display: flex;
  flex-wrap: wrap;
  gap:1em;
  margin: 3em 0;
  list-style-type: none;
  padding-left: 1em;
}
.meziobory li {
  background-color: var(--blue);
  border:2px solid var(--blue);
  color: #fff;
  width: calc(33.33% - 1em);
  height: 150px;
  padding: 1.5em 170px 1.5em 2em;
  box-sizing: border-box;
  text-align: left;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.meziobory li span {
  display:block;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1em;
  text-transform: uppercase;
}
.meziobory li.active {
  background-color: var(--color3);
  color: var(--prusvitna);
}
.meziobory li.active span {
  color: var(--prusvitna);
}
.meziobory + .podobory li.dlazdiceUrovne1 .obor_bednicka {
  width: 154px;
  height: 154px;
  background: var(--blue);
  margin: 0 auto;
}

.lfm_3linky {
  display:flex;
  justify-content:center;
  margin-bottom:2em;
}
.lfm_3linky a {
  display:inline-block;
  padding:10px 15px;
  margin:0 5px;
}
.lfm_3linky a:hover {
  background:var(--blue);
  color:#fff;
  text-decoration:none;
}
.lfm_3linky a.lfm_SpecialniNabidka {
  background:var(--darkblue);
  color:#fff;
  font-weight:bold;
}
.lfm_3linky a.lfm_SpecialniNabidka:hover {
  background:var(--blue);
}
.lfm_3linky a.lfm_SpecialniNabidka::before {
  content:'';
  display:inline-block;
  width:30px;
  height:20px;
  background:url('sipka_white.svg') left center no-repeat;
  background-size: 20px;
  animation:odkaz_pulse 0.4s infinite;
  animation-timing-function: ease-in-out;
  vertical-align: middle;
}
@keyframes odkaz_pulse {
  0% { transform: translateX(0); }
  50% { transform: translateX(3px); }
  100% { transform: translateX(0); }
}

.HistMail UL
  {
  margin:15px 0;
  padding: 0 0 0 40px;
  }