:root {

--color1: #000000;      /* Klasická černá – texty, nadpisy */
--color2: #355e3b;      /* zelená – sekundární texty */
--color21: #4f774a;     /* sytá střední zelená – ikonky, linky */
--color3: #7c9e71;      /* světlejší zelená – méně důležité info */
--color4: #a3b59c;      /* neutrální světle zelená – výplň */
--color5: #dce9d5;      /* velmi světlá zelenkavá – pozadí boxů */
--color51: #f3f7f1;     /* extra světlé pozadí */
--color52: #fbfdf9;     /* téměř bílé pozadí */
--color6: white;        /* čistá bílá – menu */
--color61: #fcfcfc;
--color62: #f9f9f9;
--color63: #f6f6f6;
--color64: #f3f3f3;

--color11: #a97442;     /* přírodní hnědá – půda, příslušenství */
--color12: #B43343;     /* mírně světlější "vinová" – nadpisy v boxech */

--color13: #F5D6DA;     /* svěží červeno-ružové pozadí boxu */
--color14: #90c27a;     /* tlačítko: přírodní zelená */
--color15: #b2d2aa;     /* tlačítko hover */
--color16: #244024;     /* kontrastní tmavě zelená */
--color17: #4CAF50;     /* výzva k akci – typická „úspěch“ barva */
--color18: #d93434;     /* červená – varování, upozornění */
 --color20:white; /* text on dark background */ 

 --color60: white; /* pozadí menu */
  --color61:black; /* text menu */
  --color62: #D4606E; /* pozadí při hoveru */
  --color63: black; /* text při hoveru */
  --barva70: black; /* hlavní text na pozadí menu (logo) */
  --barva71: #666; /* slogan na pozadí menu */

}



* {
xxfont-family: "Urbanist", Arial, sans-serif!important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;



/* Arial – klasika, dobře čitelný na všech zařízeních
   Arial – classic, well-readable on all devices */
font-family: Arial, sans-serif;



/* Tahoma – trochu širší, vhodné pro větší nadpisy
   Tahoma – slightly wider, good for larger headings */
font-family: Tahoma, sans-serif;

/* Segoe UI – výchozí font Windows, moderní a jemný
   Segoe UI – default Windows font, modern and smooth */
font-family: "Segoe UI", sans-serif;



/* Georgia – čitelný serifový font pro texty a články
   Georgia – readable serif font for texts and articles */
font-family: Georgia, serif;

/* Courier New – monospace font pro kód nebo tabulky
   Courier New – monospace font for code or tables */
font-family: "Courier New", monospace;

/* Systémový font stack (vhodné pro všechny OS a zařízení)
   System font stack – great for all OS and devices */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

/* Helvetica Neue – používaný na macOS, moderní vzhled
   Helvetica Neue – used on macOS, modern look */
font-family: "Helvetica Neue", Helvetica, sans-serif;

/* Verdana – velmi čitelné i na malých displejích
   Verdana – very legible even on small screens */
font-family: Verdana, sans-serif;

font-family: "Comic Sans MS", "Comic Sans", cursive;


/* Roboto – systémový font Androidu, čistý a univerzální
   Roboto – Android system font, clean and versatile */
font-family: Roboto, sans-serif;

font-family: "Trebuchet MS", sans-serif;
font-family: "Segoe UI", sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;


box-sizing: border-box !important;
font-size: 20px;
padding: 0;
margin: 0;
line-height: 1.5;
font-weight: 400;
scroll-behavior: smooth;
}

h1, .nivo-caption h2, .nivo-caption p, .karta h2, .post_top h2,  .more, .ikony h3, #logo a, .post_novinky>h2, .ikony td a, #rightbar h2, #slogan, .blok-ram p, #vyplati-text span, #vyplati-nadpis strong {
font-family: "Aleo", Times!important;
}

#rightbar .sidemenu>li:before {
font-family: "Material Design Icons"!important;
}

a, a:focus {color: var(--color12); text-decoration: none;}
a:hover { text-decoration: underline; color: var(--color1);}
a img { margin: 0 !important; }

a, #menu ul, .galleryItem, .button, #max-header, .fixed #max-header, table.produkty h2:after, .bg-overlay:after,   x.item-list h2:after, .intro div, .intro img, .intro td, #pull:after, .item-list , .owl-nav button span, button#vypocitat  {
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}

img {
margin: 0!important;
}

/* LAYOUT */

html {
background: var(--color6);
margin: 0;
padding: 0;
}

body {
width: 100%;
margin: 0 auto;
color: var(--color1);
padding: 0;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box !important;
}

body.fixed {
padding-top: 120px;
}

#wrap {
margin: 0 auto;
width: 100%;
padding: 0;
position: relative;
overflow: hidden;
}

/* HEADER */

#max-header {
width: 100%;
z-index: 500;
position: relative;
border-bottom: 1px solid rgba(0,0,0,0.1);
background: red l
/* var(--color6) */ ;
background: -webkit-linear-gradient(right, var(--color1), var(--color2));
  background: -o-linear-gradient(right, var(--color1), var(--color2));
  background: -moz-linear-gradient(right, var(--color1), var(--color2));
  background: linear-gradient(to right, var(--color6), var(--color52));*/


}

.fixed #max-header {
position: fixed;
  background: rgba(255,255,255,0.85);
  top: 0;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
-webkit-box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.1);
}

#header {
width: 1200px;
margin: 0 auto;
padding: 0;
position: relative;
height: 120px;
background-size: contain;
}

.fixed #header {
height: 80px;
}

.test {
width: 1200px;
margin: 0 auto;
padding: 0;
position: relative;
height: 120px;
background-size: contain;
}
#logo {
display: block;
    position: relative;
vertical-align: top;
}

#rightbar #logo {
margin-top: 0;
top: -10px;
}

#logo a {
background: url(uerFiles/Logo/Finallogo.png) no-repeat left center;
    background-size: contain;
    font-size: 28px;
    font-weight: 700!important;
    color: var(--color12);
padding: 0 0 0 130px;
  display: block;
  margin: 0;
  z-index: 20;
  line-height: 100px;
  height: 120px;

}

#logo a:hover {
text-decoration:none;
}

.fixed #logo a {
line-height: 60px;
padding: 0 0 0 90px;
  height: 80px;
    font-size: 24px;
}

#slogan {
font-size: 18px;
  font-weight: 400 !important;
  padding: 0;
margin: -55px 0 0 130px;
  display: block;
  position: relative;
  color: var(--color12);
line-height: 1.15;
}

.fixed #slogan {
font-size: 17px;
  padding: 0;
  margin: -40px 0 0 90px;
}

#slogan span {
font-size: 16px;
font-weight: 700 !important;
margin-right: 3px;
}

#rightbar #slogan {
font-weight: 300 !important;
margin: 0;
display: inline-block;
position: relative;
color: var(--color6);
text-transform: uppercase;
letter-spacing: 2px;
top: -20px;
visibility: visible;
left: 15px;
}

.post_title h1:after, .post_title h2:after, xtable.karta h2:after,  .post_novinky>h2:after {
  content: " ";
width: 100px;
height: 1px;
display: block;
background: var(--color14);
-webkit-border-radius: 0;
border-radius: 0;
margin: 15px auto 0;
  position: relative;
}

.post.img-full .post_title h1:after {
bottom: 0;
  margin-top: 10px;
  position: relative;
  background: var(--color15);
  width: 60px;
  height: 7px;
}

.post.w-100.img-full .post_title h1:before {
display: none;
}

table.produkty h2:after, x.item-list h2:after {
    width: 30px;
height: 1px;
    display: block;
    background: var(--color6);
margin: 5px 0;
content:" ";
position: relative;
}

table.produkty td:hover h2:after, x.item-list:hover h2:after {
width: 100%;
}

.post {
padding: 40px 0 !important;
margin: 0;
position: relative;
}

.post.padd-20>[class*="post_"] {
padding-left: 10%;
padding-right: 10%;
}

.padd-20 p:nth-of-type(2n+1) {
  border-left: 10px solid var(--color13);
  padding: 15px 30px!important;
  margin-left: -40px!important;
margin-bottom: 0px!important
}

.padd-20 p:nth-of-type(2n) {
  border-right: 10px solid var(--color13);
  padding: 15px 30px!important;
  margin-right: -40px!important;
margin-bottom: 0px!important
}

.padd-20 p:first-child, .blok-kurziva p:first-child {
  text-align: center;
  font-style: italic;
border: none!important;
}

.blok-kurziva p {
padding: 15px 0!important;
}

.blok-outsourcing ol, .blok-outsourcing ul,  #main ul {
  border-left: 10px solid var(--color13);
margin: 20px auto !important;
  padding-left: 60px !important;
  padding-right: 10% !important;
  width: 80% !important;
}

body.aktuality  #main ul, body.news  #main ul {
  border-left: none;
margin: 0!important;
  padding: 0!important;
  width: 100% !important;
}

body:not(.aktuality) #main table ul, body:not(.news) #main table ul {
  border-left: none!important;
margin: 0 auto !important;
  padding-left: 20!important;
  padding-right: 0!important;
  width: 100% !important;
}

.blok-outsourcing ol li, .blok-outsourcing ul li, body:not(.aktuality) #main ul li, body:not(.news) #main ul li {
margin-bottom: 10px;
}

.bg-gray {
background: var(--color62);
}

.bg-light {
background: var(--color13);
padding: 0!important;
}

.uvod .bg-light td p {
font-size: 24px;
}

.bg-dark {
background: var(--color16);
padding: 0!important;
}

.bg-gold{
background: var(--color11);
padding: 0!important;
}

.bg-dark *, .bg-gold * {
color: var(--color6)!important;
}

.bg-dark strong {
display:block;
color: var(--color20)!important;
} --color:20:white; /* text on dark background */

#main ol li::marker {
font-weight: 800;
}


#main ol + p, #main ul + p {
text-align: center;
font-weight: 800;
margin: 30px 0;
}

#main .blok-odrazky ul + p {
text-align: left;
margin: 10px 0 10px -30px;
}

#main .bg-dark  ol li::marker {
color: var(--color11);
font-weight: 800;
}

.bg-sluzby {
background: url(userFiles/img/bg-sluzby.jpg) no-repeat center top fixed;
    background-size: cover;
padding: 80px 0;
}

.post.blok-slide {
padding: 0;
margin-top: -120px;
}

.blok-motto {
background: url(userFiles/img/bg-motto.jpg) no-repeat center top fixed;
    background-size: cover;
padding-top: 60px!important;
padding-bottom: 60px!important;
position: relative;
}

.blok-motto p {
font-size: 22px !important;
  font-weight: 500;
width: 66%;
border-right: 10px solid rgba(255,255,255,0.3);
  padding: 20px 20px 20px 0;
position: relative;
z-index: 1;
}

.blok-motto .more {
font-size: 24px !important;
  font-weight: 700!important;
}

.mapa {
padding: 0px;
width: 100%;
}

.post:not(.item-list)>[class*="post_"], .post_novinky {
width: 1200px;
margin: 0 auto;
position: relative;
z-index: 1;
}

body.aktuality .post_novinky, body.news .post_novinky {
vertical-align: top;
display: inline-block;
}

body.aktuality .post_novinky.cl1, body.news .post_novinky.cl1 {
width: 74%;
}

body.aktuality .post_novinky.cl2, body.news .post_novinky.cl2 {
width: 25%;
}

 .post_newgallery .post_top  {
display: none;
}

.post.w-100.img-full .post_body {
position: unset;
}

.post.blok-slide [class*="post_"], .post.blok-kontakty [class*="post_"],  .post.blok-kontakty + .post_formulare [class*="post_"], x.post.post_newgallery .post_body {
width: 100%;
}

.post.item-list .post_body {
width: 100%;
z-index: 1;
}

.post.blok-slide p {
padding: 0 !important;
}

.post.blok-kontakty {
  width: 49%;
  padding-left: calc(50vw - 610px);
display: inline-block;
vertical-align: top;
}

.post.blok-kontakty + .post_formulare {
  width: 49%;
  padding-right: calc(50vw - 610px);
display: inline-block;
vertical-align: top;
}

.post_formulare {
  background: var(--color13);
}

body.reference #main .post:not(.img-full) {
padding: 20px 0 0;
}

xbody.reference #main .post p {
  width: 80%;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
  background: var(--color63);
}

xbody.reference #main .post:nth-child(odd) p {
  margin-left: 20%;
}

body.reference #main .post p strong {
  display: block;
  margin-top: 10px;
}

.bg-overlay:after, x.post.w-100.img-full:after, .bg-sluzby:after {
content: " ";
width: 100%;
height: 100%;
background: rgba(0,0,0, 0.6);
display: block;
position: absolute;
top: 0;
left: 0;
}

.bg-sluzby:after {
background: rgba(0,0,0, 0.7);
}

/*.post.bg-overlay:hover:after {
background: rgba(0,0,0,0.6);
}*/

.post.w-100 .post_body, .post.mapa .post_body {
    border-bottom: none;
padding: 0px;
width: 100%;
}

.post.w-100.img-full {
padding: 0;
height: 10vw;
overflow: hidden;
/*background: url(userFiles/img/bg-top.jpg) no-repeat center;
background-size: cover;*/
/*background: var(--color64);*/
z-index: 0;
}

.img-full img {
  width: 100%;
  position: absolute;
  top: -15vw;
  left: 0;
  margin: 0 !important;
  z-index: -1;
}

.post.mapa table {
border: none;
border-collapse: collapse;
padding: 0;
margin: 0;
}

.post.mapa table img {
width: 100%;
margin: 0!important;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
padding: 0;
}

.mapa iframe {
height: 30vw;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 1;
  margin-bottom: -11px;
}

#kont {
width: 280px;
display: block;
line-height: 17px;
height: 40px;
font-size: 32px;
position: absolute;
top: -137px;
color: var(--color4);
font-weight: normal !important;
padding: 0 0 0 2px;
margin: 0px 0 0 505px;
text-transform: uppercase;
}

#menu .boxed, #info .boxed {
width: 300px;
position: absolute;
top: 0px;
right: 0px;
z-index: 501;
}

.hledani input {
background: none;
color: var(--color3)!important;
}

#menu .boxed input, #info .boxed input, input, textarea, select {
margin: 0;
padding: 12px 20px;
border: none;
border-bottom: 1px solid rgba(0,0,0,0.25);
font-weight: 400;
color: var(--color2);
background: var(--color6);
}

#main input, textarea {
padding: 12px 20px!important;
}

#menu .boxed input, #info .boxed input {
border: 1px solid rgba(255,255,255,0.05);
color: var(--color6)!important;
}

#menu .boxed input.button, #info .boxed input.button  input.button  {
margin: 0!important;
padding: 3px 7px;
}

#menu .boxed .button, #info .boxed .button {
background: url("userFiles/img/ico-src.png") no-repeat center center!important;
background: var(--color11);
color: var(--color6)!important;
border: none!important;
padding: 8px 20px!important;
text-transform: none;
    font-size: 16px!important;
    font-weight: 300!important;
}

textarea {
height: 160px !important;
width: 100%!important;
}

#menu .boxed h2, #info .boxed h2 {
font-size: 20px;
    padding: 0;
    text-align: center;
display: none;
}

#rightbar input, #rightbar textarea {
font-size: 12px;
margin: 0;
padding: 6px;
border: 1px solid rgba(255,255,255,0.5);
font-weight: 400;
color: var(--color6);
-webkit-border-radius: 3px;
border-radius: 3px;
background: none;
}

.more, .button, input.button, button#vypocitat {
  display: block;
  font-size: 14px !important;
  color: var(--color11) !important;
  padding: 12px 24px !important;
  margin: 12px 0;
  font-weight: 400 !important;
  background: none!important;
  border: 1px solid var(--color11) !important;
  text-transform: uppercase;
-webkit-border-radius: 0;
border-radius: 0;
}

.more.inverse {
  color: var(--color12) !important;
  background: none!important;
  border: 1px solid var(--color12) !important;
}

.more.inverse.alter {
  color: var(--color6) !important;
  background: var(--color12) !important;
  border: 1px solid var(--color12) !important;
}

.button:hover, .more:hover, input.button:hover, table.produkty td:hover a.more, #header .boxed .button:hover, button#vypocitat:hover {
color: var(--color6)!important;
text-decoration: none;
  border: 1px solid var(--color11)!important;
  background: var(--color11)!important;
scale: 1.05;
}

.more.inverse:hover {
color: var(--color6)!important;
text-decoration: none;
  border: 1px solid var(--color12)!important;
  background: var(--color12)!important;
}

.post.active-link .more, .item-list a {
  position: absolute;
  left: 0;
  width: 100%;
  top: -10px;
  height: 100%;
  font-size: 0 !important;
  color: transparent;
  border: none !important;
background: none !important;
z-index: 2;
}

.post.active-link .more:hover, .item-list a:hover {
  border: none !important;
background: none !important;
}


/* MENU */

#pull {
display: none;
}

#menu {
padding: 0;
    width: auto;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 20px;
display: block;
}

.fixed #menu {
    top: 0px;
}

#menu>ul {
list-style-type: none;
height: 100%;
padding: 0;
display: inline-block;
}

#menu>ul>li {
display: inline-block;
  height: 100%;
  margin: 0 0 0 1px;
text-align: left;
position: relative;
}

#menu>ul>li:hover, #menu>ul>li.current {
}




#menu>ul>li>a, #locales a {
    display: block;
    padding: 0px 15px;
    margin: 0;
    font-weight: 700;
    line-height: 80px;
color: var(--color3);
font-size: 18px;
}

.fixed #menu>ul>li>a {
    line-height: 76px;
}

#locales a {
display: inline-block;
margin-left: -11px;
}

#menu>ul>li:hover>a, #menu>ul>li>a:hover, #menu>ul>li.current>a, #menu>ul>li.aktivni>a, #locales a:hover, #locales a.locales_select {
text-decoration: none;
color: var(--color12);
}

#locales a.locales_select {
font-weight: 800;
}

#menu>ul>li:hover, #menu>ul>li.current {
text-decoration: none;
/*background: var(--color15);*/
}

#menu>ul>li>ul {
list-style-type: none;
min-width: 200px;
left: 0;
position: absolute;
margin: -5px 0 0 5px;
padding: 0px;
visibility: hidden;
background: var(--color12);
/*border: 1px solid rgba(0,0,0,0.05);*/
border-top: none;
}

#menu>ul>li.aktivni>ul, #menu>ul>li.current>ul, #menu>ul>li.aktivni>ul>li, #menu>ul>li.current>ul>li {
/*visibility: visible!important;*/
}

#menu>ul>li>ul>li, #menu>ul>li>ul>li>ul>li {
position: relative;
display: block;
border-bottom: 1px solid rgba(255,255,255,0.1);
}

#menu>ul>li.aktivni>ul>li {
position: relative;
display: block;
}

#menu>ul>li:hover>ul {
visibility: visible;
z-index: 100;
color: var(--color11);
}

#menu>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 15px;
margin: 0 0px 0px;
color: transparent;
line-height: 1.25;
color: var(--color6);
/*text-transform: uppercase;*/
font-size: 16px;
}

#menu>ul>li>ul>li>a:hover {
color: var(--color6);
}

x#menu>ul>li>ul>li:hover>a, x#menu>ul>li>ul>li>ul>li:hover>a, #menu>ul>li>ul>li:hover, #menu>ul>li>ul>li>ul>li:hover {
background: rgba(255,255,255,0.1);
background: var(--color11);
}

#menu>ul>li>ul>li>ul {
float:left;
list-style-type: none;
width: 0px;
position: absolute;
margin: 0px 0;
padding: 0px 0px;
z-index: 10;
overflow: hidden;
background: var(--color1);
left: 160px;
top: 10px;
}

#menu>ul>li>ul>li:hover>ul {
width: 200px;
}

#menu>ul>li>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 15px;
margin: 0 0px 0px;
line-height: 1.25;
width: 200px;
color: var(--color6);
font-size: 16px;
}

#menu>ul>li>ul>li>ul>li>a:hover {
color: var(--color6);
}

/* SIDEBAR */

#max-sidebar {
margin: 0;
padding: 10px 0;
width: 100%;
clear: both;
background: rgba(255,255,255,0.025);
display: none;
}

#sidebar {
margin: 0 auto;
padding: 0;
width: 1200px;
}

#sidebar .boxed {
text-align: center;
}

.boxed ul {
list-style-type: square;
}

.boxed ul li {
list-style-position: inside;
padding: 2px 0;
}

.sidemenu {
list-style-type: none;
margin: 0 0 0 0px;
padding: 0 0px;
}

.sidemenu li {
display: block;
}

.sidemenu li.current * {
/*color: var(--color3)!important;*/
}

#sidebar>.sidemenu {
display: none;
}

.sidemenu a {
font-weight: 300;
line-height: 22px;
display: block;
}

#sidebar ul.sidemenu {
margin-top:10px;
}

#sidebar>.sidemenu>li>a {
font-size: 16px;
color: var(--color5);
text-shadow: 1px 1px rgba(255,255,255,0.3);
margin: 0;
padding: 0px;
text-transform: uppercase;
font-weight: 700;
}

#sidebar>.sidemenu>li>a:hover {
text-decoration: none;
}

#sidebar>.sidemenu>li>ul>li {
padding: 2px 4px;
}

#sidebar>.sidemenu>li>ul>li>a {
font-size: 14px;
padding: 3px 0;
margin: 0 20px 0 0;
font-weight: 400;
line-height: 20px;
}

#sidebar>.sidemenu>li>ul>li>a:hover, #sidebar>.sidemenu>li>ul>li.current>a  {
color: var(--color13);
text-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
text-decoration: none;
}

#sidebar>.sidemenu>li>ul>li>ul>li>a {
margin: 0 20px 0 0;
padding: 0 0 0 25px;
}

#sidebar .boxed {
padding: 0;
margin: 30px 0 0;
position: relative;
}

#sidebar .boxed:first-child {
display: none;
}

#sidebar .boxed>ul {
text-align: left;
}

#sidebar h2 {
padding: 0 0 10px 0!important;
}

#sidebar>h2 {
display: none;
}

#sidebar h3 {
margin: 0;
padding: 0;
}

#sidebar p {
margin: 7px 0;
padding: 0;
font-weight: 400;
}

#sidebar .boxed>h2 {
padding: 90px 0 40px!important;
padding: 0 0 20px 0 !important;
font-weight: 700 !important;
font-size: 56px !important;
margin-bottom: 0px !important;
color: rgba(255,255,255,0.5);
position: relative;
display: inline-block;
}

ul.news {
    margin: 0 auto!important;
    width: 1200px;
}

ul.news li {
background: rgba(255,255,255,0.1);
display: inline-table!important;
width: 31.5%;
margin: 0 0.5% 20px;
padding: 20px!important;
/*-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);*/
}

ul.news>h2 {
display: block;
}

ul.news h3 {
padding: 0 0 10px 0!important;
    font-weight: 700!important;
}

ul.news img {
    width: calc(100% + 40px);
    margin: 10px 0 10px -20px!important;
}

ul.news p {
/*font-size: 13px;*/
font-weight: 200;
}


x#sidebar>.sidemenu>li, #sidebar>.sidemenu>li>a, #sidebar>.sidemenu>li>ul, #sidebar>.sidemenu>li>ul>li>ul, #sidebar>.sidemenu>li>ul>li>ul>li>ul, .post_body>.sidemenu>li>a  {
display: none;
}

x#sidebar>.sidemenu>li.current>a, #sidebar>.sidemenu>li.current>ul, #sidebar>.sidemenu>li>ul>li.current, #sidebar>.sidemenu>li.aktivni>ul, #sidebar>.sidemenu>li.aktivni, #sidebar>.sidemenu>li>ul>li.current>ul, #sidebar>.sidemenu>li>ul>li>ul>li.current>ul {
display: block!important;
}

/* MAIN */

#main{
padding: 0;
margin: 0 auto;
width: 100%;
float: none;
}

body.aktuality #main, body.news #main {
width: 1200px;
}

#main img {

}





.post_title {
position: relative;
}

.post-center, .post_title {
    text-align: center;
}

.post_body hr {
    border: none;
    border-top: rgba(0,0,0,0.1) 1px solid;
    margin: 30px 0;
}

#main ul li {
padding: 2px 0;
list-style-type: square;
}

#main table td {
vertical-align: top;
}


.post h1, .post_top h2, .karta h2, .post_novinky>h2 {
padding: 0 0 20px 0px !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  margin-bottom: 0px !important;
  color: var(--color12);
  position: relative;
  display: inline-block;
  line-height: 1.15;
}

 .post_novinky>h2 {
text-align: center;
display: block;
margin-bottom: 10px !important;
}

.post .post_body h1 {
  padding: 0 !important;
font-size: 48px !important;
margin-bottom: 20px!important;
}

body.faq .post_top h2 {
padding: 0 0 0px 0px !important;
  font-size: 22px !important;
  margin-bottom: -10px !important;
}

.post.w-100.img-full h1 {
padding: 0 !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  color: var(--color1);
  display: inline-block;
  max-width: 66%;
  margin-top: 5vw;
}

#main>h1 {
margin: 20px 0 10px 0!important;
}

#main>ul>li {
display: block;
padding: 5px;
clear: both;
margin: 0;
}

#main>ul>li img {
width: 100px;
float: left;
margin: -30px 10px 0 0;
border: 1px solid var(--color5)!important;
padding: 1px!important;
z-index: 100;
}

#main>ul>li>p {
/*margin-top: -30px;
min-height: 100px;*/
/*border-bottom: 1px solid var(--color5);*/
}

#main>ul>li>p div{
}


#main>ul>li h2, #main>ul>li h3 {
/*margin-left: 115px!important;*/
}

#main>ul>li .more {
float: right;
margin-top: 10px;
}



#most>div {
width: 20%;
float: left;
text-align: center;
padding: 0 0px 20px;
margin: 5px 0 25px;
min-height: 300px;
position: relative;
}

#main .more {
display: inline-block;
}

.mimg {

margin: 10px auto;
text-align: center;
}


h2, #main h2 span {
font-weight: 300;
font-size: 28px;
padding: 15px 0 5px;
margin: 7px 0;
line-height: 1.15;
}

#main h3, #main h3 span {
font-weight: 800;
padding: 0px 0;
margin: 15px 0 5px;
font-size: 22px;
line-height: 1.15;
}

.blok-kontakty h3 {
font-weight: 200!important;
font-size: 16px!important;
text-transform: uppercase;
}

#main ul, #main ol {
padding: 5px 0px;
margin: 0 0px 0 30px;
list-style-position: outside;
}

#main .post_novinky ul {
padding: 0px;
margin: 0!important;
}


#main .post_novinky ul li {
display: block;
vertical-align: top;
font-size: 15px;
  line-height: 2;
  font-weight: 700;
  color: var(--color12);
  letter-spacing: 1px;
  padding: 20px !important;
  margin: 0;
  border: none;
  width: 100%;

/*display: inline-block;
vertical-align: top;
font-size: 15px;
  line-height: 2;
  font-weight: 700;
  color: var(--color12);
  letter-spacing: 1px;
  padding: 20px !important;
  margin: 5px;
  border: 1px solid rgba(0,0,0,0.15);
  width: calc(33% - 11px);*/

}

.post_novinky.cl2 > h2 {
  margin-bottom: 0px !important;
padding: 0 !important;
}

#main .post_novinky.cl2 ul li {
display: block;
font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  padding: 10px 0 !important;
  margin: 5px 0;
  border: none;
border-bottom: 1px solid rgba(0,0,0,0.1);
  width: 100%;
}

#main .post_novinky.cl2 ul li:last-child {
  padding: 10px 0 0!important;
  margin: 5px 0 0;
  border: none;
}

#main .post_novinky ul li p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
color: var(--color1);
}

#main .post_novinky.cl2 ul li p {
  font-size: 16px;
  line-height: 1.25;

}

#main .post_novinky ul li p a:not(.more) {
  font-size: inherit;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
color: var(--color12);
}

#main .post_novinky ul li h3, .blok-prace .post_body h2 {
font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
color: var(--color1);
padding: 0;
margin: 0;
}

.post_novinky.cl2 {
background: var(--color13);
  padding: 20px;
  margin-top: 138px;
}

.post_novinky.cl2 h2{
  font-size: 22px !important;
}

.post_novinky.cl2 h2:after{
display: none;
}

.post_novinky.cl2 ul li h3 {
  font-weight: 700!important;
font-size: 18px!important;
}

.post_novinky.cl1 h2{
  width: 1200px;
}

#main p {
padding: 5px 0;
text-indent: 0;

margin: 0px 0 0px;
}

strong {
font-weight: 700!important;
font-size: inherit;
font-family: inherit!important;
}

#main ._round-cont {

margin: 0 9px 0px 0 !important;
}
#main .nolink, #main-table iframe {

margin: 0 0px 0px 0 !important;

}
#main-table img.nolink {
margin: 8px 9px 0 0 !important;
}
#main-table h2 {
margin: 0 0 -5px 0 !important;
}

/* RIGHTBAR */

#max-rightbar {
padding: 30px 0;
clear: both;
margin: 0;
width: 100%;
text-align: left;
color: var(--color12);
background: var(--color64);
}

#rightbar {
padding: 0;
clear: both;
margin: 0 auto;
width: 1200px;
text-align: left;
}

#rightbar a, #rightbar a:hover {
color: var(--color2);
font-weight: 400;
}

#rightbar .boxed {
padding: 10px 40px 40px 40px;
  margin: 0;
  display: inline-block;
  width: 33%;
  text-align: left;
  color: var(--color6);
  vertical-align: top;
  position: relative;
}

#rightbar .boxed.blok-logo {
}

#rightbar .boxed.blok-logo h2 {
visibility: hidden;
}

#rightbar .boxed.blok-logo img {
width: 180px;
}

#rightbar h2 {
padding: 0 0 10px 0 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: var(--color12);
  position: relative;
  display: inline-block;
}

#rightbar .boxed .content2 p, #rightbar a {
    font-size: 16px;
line-height: 1.25;
}

#rightbar h3 {
 font-size: 18px;
}

#rightbar>.sidemenu {
    display: inline-table;
width: 25%;
}

#rightbar .sidemenu>li {
padding: 0;
}

#rightbar .sidemenu>li a {
    display: inline-block;
}

#rightbar ul.sidemenu>li>ul {
    display: none;
}

#rightbar .sidemenu>li:before {
content: '\F0142';
position: relative;
font-weight: 400;
font-size: 16px;
line-height: 1;
display: inline-block;
color: var(--color15);
vertical-align: middle;
margin-right: 5px;
}

small {
/*display: none;*/
font-size: 13px;
margin: 3px 0;
font-weight: 700;
/*color: var(--color11);*/
}

#footer {
margin: 0 auto -20px;
width: 100%;
text-align:center;
padding: 0;
clear: both;
background: var(--color64);
}

#footer-content * {
color: var(--color1);
}

#footer-content * {
padding-top: 10px;
width: 100%;
margin: 0 auto;
clear: both;
font-size: 13px;
}

#footer a:hover {

}

/* SLIDER */

#wrapper{
z-index: 0;
width: 100%;
border: none;
margin: -100px 0 0;
position: relative;
overflow: hidden;
height: 12vw;
background: url(userFiles/img/i-reference.jpg) no-repeat center;
    background-size: cover;
display: none;
}

#wrapper:after {
    display: block;
background: rgba(0,0,0,0.15);
margin: 0;
content:" ";
position: absolute;
width: 100%;
top: 0;
left: 0;
height: 100%;
}

.uvod #wrapper {
background: none;
display: block;
}

.uvod #wrapper:after {
    display: none;
}

.fixed .uvod #wrapper {
margin: 0;
}

.slider-wrapper {
position: relative;
width: 100%;
border: none;
top: 0px;
margin: 0 auto;
display: none;
}

.uvod .slider-wrapper {
display: block;
}


.theme-default #slider {
    margin:0px auto 0 auto;
}

.theme-default .nivoSlider {
position:relative;
background: rgba(0,0,0,0);
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
height: 20vw;
}

.uvod .theme-default .nivoSlider {
height: 86vh;
}

.theme-default .nivoSlider img {
width: 100%;
  /*-webkit-animation: action 5s infinite alternate;
  animation: action 5s infinite alternate;*/
}

x@-webkit-keyframes action {
0% { transform: translateY(20px); scale: 1.2;}
100% { transform: translateY(-5px); scale: 1;}
}

x@keyframes action {
0% { transform: translateY(20px); scale: 1.2; }
100% { transform: translateY(-5px); scale: 1; }
}

.theme-default .nivoSlider .img-profil, .theme-default .nivoSlider .img-profil + p {
  text-align: center;
  margin: 0 auto;
  width: 600px;
}

.theme-default .nivoSlider .img-profil img {
display: block;
width: 260px !important;
height: auto;
  position: relative;
  margin: 0 auto !important;
  text-align: center;
-webkit-border-radius: 50%;
border-radius: 50%;
}

.theme-default .nivo-controlNav {
text-align: center;
padding: 0px 0;
position: relative;
bottom: 40px;
z-index: 100;
left: auto;
width: 100%!important;
}

.theme-default .nivo-controlNav a {
display:inline-block;
width: 15px;
height: 15px;
background: rgba(255,255,255,0.6);
text-indent:-9999px;
border:0;
margin: 0 5px;
-webkit-border-radius: 100px;
border-radius: 100px;
}

.theme-default .nivo-controlNav a.active {
background: var(--color6);
width: 45px;
}

.theme-default .nivo-directionNav a {
display:block;
width: 30px;
height: 30px;
background: url(userFiles/system/arrow.png) no-repeat;
text-indent:-9999px;
border:0;
top: 48%!important;
color: transparent;
/*display: none!important;*/
}

.theme-default a.nivo-nextNav {
background-position:-30px 0;
right: 5px!important;
}

.theme-default a.nivo-prevNav {
left: 5px;
}

.theme-default .nivo-caption {
position: absolute !important;
  top: 0;
  bottom: 0;
  height: auto;
  padding: 40vh calc(50vw - 610px)  0 calc(50vw - 610px) !important;
  width: 100% !important;
  margin: 0 auto;
  background: rgba(0,0,0,0.3);
  display: inline-block !important;
  opacity: 1;
}

.nivo-caption h2, .nivo-caption h1 {
font-size: 3vw;
font-weight: 100;
display: block;
padding: 0;
color: var(--color6)!important;
line-height: 1.15;
width: 50%;
}

.nivo-caption h3, #sidebar .nivo-caption h3 * {
font-size: 24px!important;
margin: 10px 0;
font-weight: 300;
}

.nivo-caption p {
font-size: 5vw;
font-weight: 800;
display: none;
padding: 10px 0!important;
color: var(--color6);
line-height: 1;
width: 50%;
margin-bottom: 20px!important;
text-transform: uppercase;
}

.uvod .nivo-caption h2, .uvod .nivo-caption p {
display: block!important;
opacity: 1;
}

div.galleryItem {
vertical-align: top;
float: left;
display: block;
border: none !important;
margin: 0 25px 20px 0;
padding: 0;
background: none;
border:none;
}

div.galleryItem:hover {
background: rgba(255, 255, 255, 0.2);
}

div.galleryItem .frameh, div.galleryItem .frame {
width: 156px;
padding: 0;
margin: 0;
}

div.galleryItem .frame img {
border: none !important;
max-width: 300px;
max-height: 200px;
width: 156px;
height: auto;
}

.galleryItem .popisek.horni {
color:var(--color6);
font-weight: 300;
/*text-transform: uppercase;*/
font-size: 15px;
}
div.galleryProgress {
background-color:
transparent !important;
border: 0px !important;
}
.galleryItemBigCont {
 text-align: center !important;
}
div.galleryItemBigCtrls {
clear: both !important;
float: none  !important;
display: inline;
white-space: nowrap;
text-align: center;
}
.galleryItemBig {
text-align: center !important;
}


.addthis_container {
text-align: right !important;
margin: 0px 0 0 0!important;
clear: both;
position: relative;
bottom: 8px;

z-index: 10;
width: 155px;

}
.uvod .addthis_container {
display: block;
}

.addthis_container a {

}

.addthis_toolbox {

width: 170px;
}

#linkovani_fb {
clear: both;
margin: 0px 0px 0;
padding: 20px 0 0;
overflow: hidden;
}

.fb_iframe_widget {
position: relative;
bottom: 17px;
display: block!important;
width: 400px!important;
margin: 10px auto !important;
padding: 5px 3px 0;
}

.fb-like-box span iframe {
width: 100%!important;
}

div.rsslink {
position: absolute;
right: 0;
font-size: 11px;
display: block;
clear: both;
color: var(--color2) !important;
background: var(--color6)556;
display: none;

}
div.rsslink a{

font-size: 11px;

color: var(--color2) !important;
}
#rightbar ._round-cont {
margin: 5px 3px 0px 0 !important;
}.paticka_vzhled {display:none;}




#rightbar table {
border: none;
border-collapse: separate;
padding: 0;
margin: 0;
width: 100%;
border-spacing: 0 10px;
}

#rightbar table tr {
vertical-align: top;
}

#rightbar table tr td {
padding: 0 10px;
}


#rightbar table tr td p {
margin: 0!important;
line-height: 24px;
}

.intro {
border: none;
border-collapse: separate;
border-spacing: 10px;
padding: 0;
margin: 0;
width: 100%;
background: transparent;
}

.post.katalogy .intro {
border-spacing: 40px;
}

body.kontakty .intro {
text-align: center;
}

table.ikony {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 30px 0;
margin: 0 auto !important;
  text-align: center;
}

table.ikony td {
text-align: center;
  padding: 20px 30px;
  position: relative;
  font-weight: 400;
  vertical-align: top;
  /*-webkit-box-shadow: 0 0px 3px 0 rgba(0,0,0,.15);
  box-shadow: 0 0px 3px 0 rgba(0,0,0,.15);*/
line-height: 1.15;
}

.ikony h2, .ikony h3 {
color: var(--color12);
margin: 10px 0 !important;
  padding: 0 !important;
  font-weight: 700 !important;
  font-size: 24px !important;
}

.ikony td p {
color: var(--color2);
  font-size: 18px !important;
}

.ikony strong{
color: var(--color11);
}


.ikony img {
height: 80px;
display: block;
margin: 0 auto!important;

}

.ikony .mdi {
  color: transparent !important;
font-size: 0;
}

.ikony .mdi::before {
  color: var(--color14);
  /*background: -webkit-linear-gradient(bottom,var(--color63), var(--color6));
  background: -o-linear-gradient(bottom, var(--color63), var(--color6));
  background: -moz-linear-gradient(bottom, var(--color63), var(--color6));
  background: linear-gradient(45deg, var(--color63), var(--color6));*/
  font-size: 72px;
  line-height: 1;
  padding: 0px;
  margin: 0 0 0 0 !important;
  display: block;
  position: relative;
}

.ikony li, #main ul li {
  text-align: left;
  position: relative;
  list-style-type: none !important;
padding: 4px 0!important;
}

x.ikony li::before, #main .post:not(.post_novinky) ul li::before, .blok-odrazky li:before {
  content: "\F0E1E";
  font-family: "Material Design Icons" !important;
  position: absolute;
  left: -30px;
  top: 0px;
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  color: var(--color11);
}

x#main .post:not(.post_novinky).bg-gold ul li::before {
  color: var(--color6);
}

.blok-odrazky li:before  {
  color: var(--color12);
}

#main .post:not(.post_novinky).mark-2 ul li::before {
  content: "\F035F";
  font-family: "Material Design Icons" !important;
  position: absolute;
  left: -30px;
  top: 0px;
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  color: var(--color11);
}

.ikony td a:not(.more) {
  color: var(--color11);
  font-weight: 700;
  margin-top: 10px;
  display: block;
  font-size: 18px;
  text-decoration: underline;
}

.ikony td a:not(.more):hover {
  color: var(--color12);
  text-decoration: none;
}


.referencni, table.kontakty {
border: none;
border-collapse: separate;
border-spacing: 10px 30px;
padding: 0;
margin: 0;
width: 100%;
}

.intro h2 {
font-weight: 700 !important;
  font-size: 28px !important;
  padding: 10px 0 0 0px !important;
position: relative;
}

.blok-ikony .intro h2 {
  padding: 10px 0 0 50px !important;
}

.intro h3 {
font-weight: 300!important;
font-size: 18px!important;
padding: 0!important;
text-transform: uppercase;
}

.intro td {
    padding: 20px;
margin: 0 0 33px 0px;
position: relative;
  font-weight: 400;
    vertical-align: top;
overflow: hidden;
}

x.intro td:hover {
background: rgba(255,255,255,.05);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.blok-ikony .intro td:hover {
background: rgba(0,0,0,.5);
}

x.intro td:first-child p:first-of-type, .post.blok-ikony .intro td p:nth-of-type(2) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.intro .mdi::before {
color: var(--color11);
  font-size: 42px;
  line-height: 1;
  padding: 0px;
  margin: 0 !important;
  display: inline-block;
position: absolute;
left: 0px;
  top: 0;
}

table.produkty {
border: none;
padding: 0;
width: 100%;
border-collapse: separate;
border-spacing: 0px;
padding: 0;
margin: 1px 0;
font-size: 16px;
}

table.produkty td {
background: rgba(0,0,0,0.0);
padding: 2vw 25px;
height: 18vw;
width: 20vw;
position: relative;
font-weight: 400;
vertical-align: top;
overflow: hidden;
font-size: 16px !important;
}

.item-list {
background: rgba(0,0,0,0.3);
padding: 0 20px;
position: relative;
font-weight: 400;
vertical-align: top;
overflow: hidden;
font-size: 16px !important;
}

.item-list:hover {
background: rgba(255,255,255,.05);
}

table.produkty td:hover {
background: rgba(0,0,0,1);
}

table.produkty h2 {
font-size: 20px;
padding: 10px 0 0!important;
font-weight: 700!important;
color: rgba(255,255,255,0.6);
}

.item-list h2 {
font-size: 24px;
padding: 10px 0 0!important;
font-weight: 800!important;
color: var(--color11);
}

table.produkty p {
color: rgba(255,255,255,0);
font-size: 16px;
}

.item-list p {
color: var(--color6);
}

table.produkty td:hover h2, table.produkty td:hover p {
  color: rgba(255,255,255,1);
z-index: 2;
position: relative;
}

table.sluzby {
border: none;
padding: 0;
width: 100%;
border-collapse: separate;
border-spacing: 0px;
padding: 0;
margin: 0;
font-size: 16px;
}

table.sluzby td {
background: rgba(0,0,0,0.0);
padding: 0;
height: 18vw;
position: relative;
font-weight: 400;
vertical-align: middle !important;
overflow: hidden;
font-size: 16px !important;
text-align: center;
}



table.sluzby td:hover {

}

table.sluzby a {
  font-size: 22px;
  font-weight: 800 !important;
  text-transform: uppercase;
}

table.sluzby td:hover a {
text-decoration: none;
}

table.sluzby h2, table.sluzby p {
font-size: 24px;
padding: 10px 0 0 !important;
font-weight: 700 !important;
/*text-transform: uppercase;*/
color: rgba(255,255,255,0.6);
}

table.sluzby td:hover h2 {
  color: var(--color6);
  opacity: 1;
  z-index: 2;
  position: relative;
}

table.sluzby img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 0;
  opacity: 0.7;
  z-index: -1;
}

table.sluzby td:hover img {
    -webkit-transform: scale(1.3, 1.3) rotate(0deg);
    -moz-transform: scale(1.3, 1.3) rotate(0deg);
    -ms-transform: scale(1.3, 1.3) rotate(0deg);
    -o-transform: scale(1.3, 1.3) rotate(0deg);
    transform: scale(1.3, 1.3) rotate(0deg);
  opacity: 0.4;
  z-index: 0;
}

table.kontakty td {
text-align: center;
padding: 0 30px;
}

table.kontakty strong, table.kontakty strong a {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

table.kontakty span {
color: var(--color11);
    padding: 10px 0;
font-size: 40px;
    line-height: 1;
    display: inline-block;
}

table.kontakty .mdi {
color: transparent !important;
font-size: 0;
}

table.cenik {
border: none;
padding: 0;
width: 80%;
border-collapse: separate;
border-spacing: 0px;
padding: 0;
margin: 30px auto;
}

table.cenik td:last-child {
text-align: right;
}

table.counter {
width: 100%;
position: relative;
margin: 0!important;
border-spacing: 20px 0;
display: block;
padding: 30px 0;
}

table.counter tbody, table.counter tr {
width: 100%;
  display: block;
}

table.counter td {
text-align: center;
font-size: 36px;
font-weight: 900;
padding: 20px 0;
width: 300px;
border-right: 1px solid rgba(255,255,255,0.2);
color: var(--color14);
}


table.counter td:last-child {
border-right: none;
}


table.counter td strong {
display: block;
font-size: 20px;
font-weight: 400 !important;
}

table.counter span.count {
display: block;
font-size: 54px;
font-weight: 900;
color: var(--color15);
vertical-align: middle;
margin-right: 3px;
}



.col-3 td, .col-21 td:last-child, .col-12 td:first-child {
width: 33%;
}

.col-4 td {
width: 25%;
}

.post.col-2 td {
width: calc(50% - 24px);
  display: inline-block;
  margin: 14px 10px !important;
}

.post.col-3 td {
width: calc(33% - 20px);
  display: inline-block;
  margin: 14px 10px !important;
}

.post.item-list {
  width: calc(26% - 11px);
  display: inline-block;
  margin: 14px 10px !important;
}

.post.item-list:nth-child(3n) {
margin-left: calc(50vw - 610px)!important;
}

.post.item-list:nth-child(3n+2) {
margin-right: calc(50vw - 610px)!important;
}

.post.col-4 table td {
width: 25vw;
  display: inline-block;
  margin: 0px -2px !important;
}

.intro div, .item-list .post_body div {
width: calc(100% + 40px);
height: 18vw;
max-width: calc(100% + 40px)!important;
margin: -20px 0 0 -20px!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
display: block;
overflow: hidden;
position: relative;
background: var(--color1);
}

.intro div {
width: calc(100% + 40px);
height: 20vw;
max-width: calc(100% + 40px)!important;
margin: 10px 0 10px  -20px!important;
background: var(--color1);
}

.blok-img td{
position: relative;
}

.blok-img td div {
width: 100%;
height: 100%;
margin: 0!important;
}

.intro div img, .blok-img td div img {
position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0;
display: block;
}

x.intro td:hover img {
opacity: 0.7;
 /* -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);*/

}

.referencni img {
width: 100%;
margin: 0!important;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
padding: 2px;
}

.referencni td {
padding: 0 7px;
}

.referencni h2, .referencni td {
color: var(--color11)!important;
}

.intro img, table.produkty img, table.sluzby img, .item-list img {
transition: transform 0.5s ease-out;
}

table.produkty img {
position: absolute;
top: 0;
left: 0;
width: 100%;
margin: 0 !important;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
padding: 0;
opacity: 0.75;
z-index: -1;
min-height: 100%;
}

 .item-list div img {
position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0;
display: block;
}

x.item-list img {
  width: calc(100% + 50px);
  left: -25px;
  top: -2vw;
}

table.produkty td:hover img {
-webkit-transform: scale(1.3, 1.3) rotate(0deg);
-moz-transform: scale(1.3, 1.3) rotate(0deg);
-ms-transform: scale(1.3, 1.3) rotate(0deg);
-o-transform: scale(1.3, 1.3) rotate(0deg);
transform: scale(1.3, 1.3);
opacity: .4;
z-index: 0;
}

.item-list:hover img {
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
scale: 1.2;
opacity: .4;
z-index: 0;
}

.profil {
text-align: center;
margin-bottom: 30px;
}

.profil h2 {
  padding: 20px 0 10px;
  margin: 0;
text-transform: none;
  font-weight: 200 !important;
  font-size: 32px !important;
  color: var(--color12);
  position: relative;
  display: block;
  line-height: 1.15;
}

.profil img {
width: 200px;
height: auto;
margin: 0 auto !important;
border-radius: 200px;
/*-webkit-filter: grayscale(100%);
filter: grayscale(100%);*/
}


table.karta {
border: none;
border-collapse: separate;
border-spacing: 0;
padding: 0;
margin: 0 auto;
width: 100%;
}

.uvod table.karta {
border-collapse: separate;
border-spacing: 0;
margin: 0 auto;
}

x.karta h2 {
padding: 10px 0 20px 0!important;
  font-size: 28px;
position: relative;
font-weight: 300;
}

.karta td {
padding: 90px;
}

.karta:not(.reverse) tr:nth-child(2n) td:first-child, .karta:not(.reverse) tr:nth-child(2n+1) td:last-child {
padding: 90px;
}

.post.w-100 .karta:not(.reverse) tr:nth-child(2n) td:first-child, .post.w-100 .karta.reverse tr:nth-child(2n+1) td:first-child {
padding: 90px 90px 90px calc(50vw - 610px);
}

.post.w-100 .karta:not(.reverse) tr:nth-child(2n+1) td:last-child, .post.w-100 .karta.reverse tr:nth-child(2n) td:last-child {
padding: 90px  calc(50vw - 610px) 90px 90px;
}

.karta img {
width: 100%;
margin: 0 auto!important;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
padding: 0;
}

.bg-gold table.karta .blok-ram {
  xbackground: rgba(255,255,255,0.1);
border: 3px solid var(--color6);
  padding: 50px;
text-align: center;
}

.bg-gold table.karta .blok-ram p strong {
color: var(--color12)!important;
font-size: 28px;
}

.color11 {
color: var(--color12)!important;
}

.bg-gold table.karta .blok-ram a:hover {
color: var(--color6)!important;
}

.post.blok-partneri {
text-align: center;
}

.post.blok-partneri p {
  display: inline-block;
}

.post.blok-partneri p img {
  width: 160px;
  margin: 30px !important;
}

.tabulka {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

.tabulka th {
font-weight: 800;
border-bottom: 4px solid var(--color11);
border-top: none;
text-align: left;
padding: 7px 12px;
}

.tabulka tr:hover{
background: none!important;
}

.tabulka tr td {
border: 1px solid  rgba(0,0,0,0.1);
border-left: none;
border-right: none;
text-align: left;
padding: 7px 12px;
}

.tabulka tr.licha td {
background: rgba(0,0,0,0.01);
}

#TB_window {
z-index: 900;
}

._round-cont div {
background: none!important;
}

#info {
position: relative;
height: 50px;
    padding: 0;
padding: 0 calc(50vw - 600px);
    width: 100%;
    margin: 0;
text-align: right;
background: -webkit-linear-gradient(right, var(--color61), var(--color52));
  background: -o-linear-gradient(right, var(--color61), var(--color52));
  background: -moz-linear-gradient(right, var(--color61), var(--color52));
  background: linear-gradient(to right, var(--color61), var(--color52));
display: none;
}

#info a {
margin: 0;
    font-size: 18px;
    color: var(--color3);
    font-weight: 400;

}

#info p {
    display: inline-block;
    margin: 0 0px 0 30px;
    line-height: 50px;
    font-size: 18px;
    color: var(--color3);
    font-weight: 400;
}




/* slider pro reference */

#slider2 {
width: 100%;
margin: 0px;
height: 150px;
float: none;
}

#slider2 .nivoSlider {
position:relative;
background: none;
height: 100%;
}

#slider2 .nivoSlider img {
position:absolute;
top:0px;
left:0px;
width: auto!important;
height: 100%!important;
display:none;
margin: 0!important;
visibility: hidden;
}

#slider2 .nivo-controlNav {
text-align: left;
padding: 0px 0;
position: relative;
bottom: -20px;
z-index: 100;
left: 0px;
width: 100% !important;
display: block;
}

#slider2 .nivo-controlNav a {
width:50px;
height:3px;
background: var(--color6);
text-indent:-9999px;
border:0;
margin: 0 3px;
}

#slider2 .nivo-controlNav a.active {
background: var(--color11);
}


#slider2 .nivo-caption {
position: absolute !important;
top: 0!important;
bottom: 0px !important;
right: 0!important;
left: 0%!important;
padding: 0!important;
width: 100%!important;
margin: 0!important;
background: none;
text-align: left;
background: none;
height: 100%;
display: block!important;
}

#slider2 .nivo-caption h2, #slider2 .nivo-caption h2 * {
margin: 0;
font-weight: 600;
padding: 0 0 10px 0!important;
font-size: 24px!important;
line-height: 32px!important;
color: var(--color6)!important;
text-shadow: none;
}

#slider2 .nivo-caption strong {
float: right;
margin: 30px 0px 0 0;
}

#slider2 .nivo-caption p {
    font-weight: 200;
    display: inline-block;
    padding: 0!important;
    color: var(--color6);
line-height: 28px;
font-size: 20px;
text-shadow: none;
}

.contacts-icon .mdi {
    color: var(--color2)!important;
}

.contacts-icon .mdi a {
    color: var(--color6);
    line-height: 1.5;
}

.contacts-icon .mdi:before {
    font-size: 18px;
    color: var(--color12);
    line-height: 1.75;
    display: inline-block;
    margin: 0 10px 0 0!important;
    vertical-align: middle;
}

.blok-kontakty .contacts-icon .mdi a, .blok-kontakty .contacts-icon .mdi, .copy-kontakty  .mdi a, .copy-kontakty .mdi {
    color: var(--color2)!important;
    line-height: 1.5;
}

.blok-kontakty .contacts-icon .mdi:before, .blok-kontakty .social-icon .mdi:before, .copy-kontakty  .mdi:before, .copy-kontakty .social-icon .mdi:before  {
    color: var(--color11);
}

.copy-kontakty  .mdi::before {
font-size: 24px;
  line-height: 1.5;
  vertical-align: middle;
margin: 0 10px 0 0 !important;
top: -2px;
  position: relative;
}

.blok-kontakty .post_body {
padding: 80px!important;
}

.blok-kontakty .social-icon {
margin: 10px 0;
}

.social-icon {
  margin: 20px 0 0 0;
}

#menu .social-icon {
  display: inline-block;
  margin: 0 0 0 20px;
}

.social-icon .mdi {
    color: transparent!important;
}

.social-icon p {
display: inline-block;
}

.social-icon .mdi:before {
    font-size: 24px;
    color: var(--color12);
    line-height: 1;
    display: inline-block;
    margin: 0 10px 0 0!important;
    vertical-align: middle;
}

#header .social-icon .mdi::before {
  color: var(--color6);
}

.fixed #header .social-icon .mdi::before {
  color: var(--color15);
}

#lxxxocales {
    position: relative;
color: transparent;
    padding-left: 11px;
}

.photo {
position: relative;
}

.photo .fotogalerie {
width: 32%;
float: right;
position: absolute;
    top: 0;
    right: 0;
}

.photo p {
width: 66%;
}

a[name] {
display: block;
position: relative;
top: -240px;
visibility: hidden;
}


a[name="o-nas"], a[name="realizace"] {
top: -100px;
}

a[name="xpujcovna"] {
top: -180px;
}


form>table {
border-spacing: 10px;
}

form>table label {
display: block;
}

table label>span {
    margin: 2px 15px 2px 5px;
}

x.mdi {
color: transparent !important;
font-size: 0;
}

table.kontakty .mdi:before {
color: var(--color11);
    font-size: 36px;
    padding: 0px;
    margin: 0!important;
    display: inline-block;
    position: relative;
}

table.kontakty .mdi:before {
color: var(--color11);
}

body.kontakty .intro td span {
color: var(--color21);
font-size: 16px;
padding: 0px;
margin: 0 2px 0 0 !important;
display: inline-block;
position: relative;
}

form table input {
width: 100%;
}

form table input.button {
width: auto;
}



x.form-basic {
padding: 20px 15px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.bform label {
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.bform .form_checkbox_option, textarea {
    padding: 12px 20px;
    display: block;
    width: 100%;
}

.bform .form_checkbox_option>input, .bform .form_radio_option>input {
margin: 0 5px !important;
}

.bform .form_souhlas {
margin: 20px 0 !important;
float: none;
}

.bform input#souhlas {
    display: inline-block;
    width: 30px;
/*height: 18px;*/
    position: relative;
top: 6px;
}

.bform input#souhlas + label {
    display: inline-block!important;
    width: calc(100% - 40px);
float: none;
font-size: 16px;
}

.bform form input.button{
    margin: 0 auto !important;
}

.bform > form > div > div {
  margin: 0 0 20px 0;
}

.bform>form>div>div>label {
display: none;
}

[id*="atextbox_"], [id*="aemail_"], .form_radio_option {
width: 50%;
display: inline-block !important;
}

[id*="atextbox_"]>input,[id*="aemail_"] .form_email {
width: 100%;
display: block !important;
}

 .form_radio_option {
position: relative;
margin: 0 0 20px 0;
}

.form_radio_option>label, .form_souhlas>label {
width: calc(100% - 30px);
display: inline-block !important;
font-size: 18px;
  vertical-align: middle;
padding-left: 35px;
}


.post.navig-menu .post_body>.sidemenu {
padding: 0;
margin: 0 0 30px 0 !important;
    list-style: none;
}

.post.navig-menu .post_body>.sidemenu>li {
    display: block;
width: 100%;
    margin: 0px;
vertical-align: top;
position: relative;
}

.post.navig-menu .post_body>.sidemenu>li a {
display: inline-block;
padding: 10px 10px 10px 35px;
}

.post.navig-menu .post_body>.sidemenu>li>ul>li>a {
font-size: 16px;
font-weight: 300;
display: block;
    padding: 5px 20px;
}

.post.navig-menu .post_body>.sidemenu>li>ul {
display: none;
}

.post.navig-menu .post_body>.sidemenu>li:before {
    font-family: "Material Design Icons";
    color: var(--color11);
    content: "\F0806";
    position: absolute;
    font-size: 24px;
top: 6px;

}

.post.navig-menu a:hover {
text-decoration: underline;
}




/* Slider úvod - reference */

.section-padding {
/*padding: 20px 0;*/
padding: 0;
}

.brand-carousel {
background: none;
margin-top: 0px;
}

.owl-dots {
text-align: center;
margin-top: 1%;
}

.owl-dot {
display: inline-block;
height: 30px !important;
width: 30px !important;
background-color: var(--color12)!important;
opacity: 1;
border-radius: 100px;
margin: 0 5px;
}

.owl-dot.active {
background-color: var(--color13)!important;
}

.owl-carousel .owl-item {
padding: 5px 1px 40px 1px!important;
/*text-align: center;*/
border-right: 0px solid rgba(0,0,0,0.2);
}

.owl-carousel .owl-item img {
width: 100%;
display: block;
margin: 0 auto !important;
}

div.owl-item strong:before {
content: "\F04CE";
font-family: "Material Design Icons" !important;
position: relative;
font-weight: 400;
font-size: 28px;
line-height: 1;
display: block;
color: var(--color11);
margin: 0 auto 20px;
text-align: center;
}

/*.owl-carousel .owl-item h3 {
font-weight: 400!important;
font-size: 22px!important;
margin: 10px 0 2px 0 !important;
}*/

.owl-carousel .owl-item p.intro-link {
background: var(--color63) !important;
color: gray !important;
font-weight: 300 !important;
font-size: 13px !important;
display: inline-block;
padding: 2px 12px !important;
margin-bottom: 10px !important;
}

.owl-carousel .owl-item .mdi:before {
color: var(--color13);
font-size: 18px;
margin: 0 6px 0 0;
vertical-align: middle;
}

.owl-carousel .owl-dots.disabled {
display: block;
}

.owl-carousel .owl-item img {
width: auto;
height: 50px;
margin: -15px 0 0 -15px!important;
margin:0 auto!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
display: block;
}

div.owl-item>div {
padding: 15px;
  margin: 0 5px;
  position: relative;
  font-weight: 400;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.1);
}

.post_novinky div.owl-item>div {
padding: 0;
}

div.owl-item>div p {
font-size: 18px;
}

/*div.owl-item>div>div {
width: calc(100% + 30px);
margin: -15px 0 0 -15px;
height: 400px;
overflow: hidden;
}*/

.owl-nav button {
  position: absolute;
  bottom: -10px;
}

.owl-nav button.owl-prev {
left: calc(50% - 50px);
}

.owl-nav button.owl-next {
right: calc(50% - 50px);
}

.owl-nav button span {
  background: var(--color13);
  width: 40px;
line-height: 40px;
  display: block;
-webkit-border-radius: 100px;
border-radius: 100px;
font-size: 42px;
color: var(--color12);
}

.owl-nav button span:hover {
opacity: 1;
}


.post.faq:nth-child(odd) p {
width: 67%;
  padding: 20px 20px 20px 0!important;
  margin-bottom: 20px;
  border-right: 10px solid rgba(0,0,0,0.1);
}

.post.faq:nth-child(even) p {
width: 67%;
  padding: 20px 0px 20px 20px!important;
  margin-bottom: 20px;
margin-left: 33%!important;
  border-left: 10px solid rgba(0,0,0,0.1);
}

.post.faq:nth-child(even) .post_title {
width: calc(67% - 30px);
margin-left: calc(33% + 30px)!important;
}


.menu-footer>div>ul>li>ul {
display: none;
}

.menu-footer>div>ul {
list-style-type: none;
}

.menu-footer>div>ul>li {
display: block;
padding: 0;
}

.menu-footer>div>ul>li>a, #sidemenu li>a {
color: var(--color6);
font-size: 16px;
}

.boxed>.sidemenu>li a {
display: inline-block;
}

.menu-footer>div>ul>li>a:hover {
text-decoration: underline;
}

.menu-footer>div>ul>li::before, .boxed>.sidemenu>li:before {
font-family: "Material Design Icons" !important;
  content: '\F035F';
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  color: var(--color12);
  vertical-align: middle;
  margin-right: 5px;
}


.post.none, .boxed.none, .skryt, .menu-footer #locales  {
display: none!important;
}


form input[type=checkbox], form input[type=radio]
{
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
padding: 10px;
}
form input[type="checkbox"], form input[type="radio"] {
width: auto;
opacity: 0.00000001;
position: absolute;
left: 0;
margin-left: -20px;
}
form input[type="checkbox"] + span, form input[type="radio"] + span {
position: relative;
}
form input[type="checkbox"] + label, form input[type="radio"] + label {
position: relative;
}

form input[type="checkbox"] + span:before, form input[type="checkbox"] + label:before, form input[type="radio"] + span:before, form input[type="radio"] + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
margin: 1px;
width: 22px;
height: 22px;
transition: transform 0.28s ease;
border-radius: 1px;
border: 1px solid rgba(0,0,0,0.3);
}

form input[type=checkbox] + span:after, form input[type=radio] + span:after, form input[type=checkbox] + label:after, form input[type=radio] + label:after {
content: '';
display: block;
width: 12px;
height: 7px;
border-bottom: 2px solid var(--color1);
border-left: 2px solid var(--color1);
-webkit-transform: rotate(-45deg) scale(0);
transform: rotate(-45deg) scale(0);
transition: transform ease 0.25s;
will-change: transform;
position: absolute;
top: 7px;
left: 6px;
}

form input[type=checkbox]:checked ~ span::before, form input[type=radio]:checked ~ span::before, form input[type=checkbox]:checked ~ label::before, form input[type=radio]:checked ~ label::before {
color: var(--color11);
}

form input[type=checkbox]:checked ~ span::after, form input[type=radio]:checked ~ span::after, form input[type=checkbox]:checked ~ label::after, form input[type=radio]:checked ~ label::after {
-webkit-transform: rotate(-45deg) scale(1);
transform: rotate(-45deg) scale(1);
}

form input[type=checkbox] span, form input[type=checkbox] label {
min-height: 34px;
display: block;
padding-left: 40px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
vertical-align: sub;
}
.checkbox label span {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
form input[type=checkbox]:focus + span::before, form input[type=checkbox]:focus + label::before {
outline: 0;
}





/* Kalkulacka */

.blok-kalkulacka .post_body>p:first-of-type, #text-castky p, #text-zastupitelnost p  {
text-align: center;
font-style: italic;
margin: 10px 0!important;
}

.blok-kalkulacka label, .blok-kalkulacka input, #form-vypln select {
width: 49%;
display: inline-block;

}

#form-vypln {
  background: var(--color13);
  padding: 10px 20px;
}

#form-vypln>div {
  margin: 20px 0;
  display: block;
}

#kalkulacka {
    xdisplay: grid;
    grid-template-areas: "kalkulacka-uvod kalkulacka-uvod " "email-l email-r" "pocet-l pocet-r" "zajem-l zajem-r" "tlacitko tlacitko" "nadpis-interni nadpis-interni" "interni interni" "text-zastupitelnost text-zastupitelnost" "nadpis-externi nadpis-externi" "externi externi" "text-castky text-castky" "vyplati-nadpis vyplati-nadpis" "vyplati-text vyplati-text";
  }

#kalkulacka .hide {display: none;}
#kalkulacka .mdi.mdi-help-circle { font-size: 0; }

#kalkulacka .mdi-help-circle::before {
  content: "\F02D7";
font-size: 18px;
  color: var(--color11);
}

#kalkulacka .text-center{ text-align: center; }
#kalkulacka #kalkulacka-uvod, #atext_295_58823 { font-style: italic; text-align: center; }

#kalkulacka #vyplati-nadpis { text-align: center; }

#kalkulacka #vyplati-text {
display: flex; 
align-items: center; 
text-align: center;
flex-direction: column;
margin: 40px auto 0;
  border: 4px solid var(--color11);
  padding: 20px;
  width: 50%;
}

#kalkulacka #tlacitko { display: flex; align-items: center; justify-content: center; }
#kalkulacka .invalid {border: 2px solid red;}

.bform.kalkulacka-form > form > div > div:not(.form_souhlas) > label {
display: block;
  width: 100%;
  padding: 10px;
 }

#interni {
    display: grid;
    grid-template-areas: "nadpis-0 sloupec-0-1 sloupec-0-2 sloupec-0-3" "nadpis-1 sloupec-1-1 sloupec-1-2 sloupec-1-3" "nadpis-2 sloupec-2-1 sloupec-2-2 sloupec-2-3" "nadpis-3 sloupec-3-1 sloupec-3-2 sloupec-3-3" "nadpis-4 sloupec-4-1 sloupec-4-2 sloupec-4-3" "nadpis-5 sloupec-5-1 sloupec-5-2 sloupec-5-3" "nadpis-6 sloupec-6-1 sloupec-6-2 sloupec-6-3";
    column-gap: 0;
background: var(--color62);
  padding: 20px;
  margin: 30px 0;
  grid-template-columns: auto 160px 160px 160px;
}

#interni>div, #externi>div {
padding: 5px 10px;
line-height: 1.15;
align-content: center;
}

#interni>div>span, #externi>div>span {
line-height: inherit;
}

#interni>[id*="nadpis-"], #interni>[id*="sloupec-"], #externi>[id*="nadpis-"], #externi>[id*="sloupec-"] {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

#interni>#nadpis-0, #interni>[id*="sloupec-0-"], #externi>#nadpis-0, #externi>[id*="sloupec-0-"] {
  border-bottom: 4px solid var(--color11);
}

#interni>#nadpis-6, #interni>[id*="sloupec-6-"], #externi>#nadpis-3, #externi>[id*="sloupec-3-"] {
  border-top: 4px solid var(--color12);
border-bottom: none;
}

#interni>[id*="sloupec-0-"] span, #externi>[id*="sloupec-0-"] span {
font-size: 18px;
  font-weight: 800;
  padding: 0;
color: var(--color12);
}

#interni>[id*="nadpis-"], #externi>[id*="nadpis-"] {
height: 80px;
}

#interni>[id*="nadpis-"] p, #externi>[id*="nadpis-"] p {
line-height: 1.15;
}

#interni>[id*="sloupec-"], #externi>[id*="sloupec-"] {
border-left: 2px solid var(--color11);
}

#interni>#nadpis-6 p, #interni>[id*="sloupec-6-"] span, #externi>#nadpis-3 p, #externi>[id*="sloupec-3-"] span {
  font-weight: 800;
}

#externi {
    display: grid;
    grid-template-areas: "nadpis-0 sloupec-0-1 sloupec-0-2" "nadpis-1 sloupec-1-1 sloupec-1-2" "nadpis-2 sloupec-2-1 sloupec-2-2" "nadpis-3 sloupec-3-1 sloupec-3-2";
background: var(--color62);
  padding: 20px;
  margin: 30px 0;
  grid-template-columns: auto 160px 160px;

  }

#nadpis-interni, #nadpis-externi {
  margin-top: 60px;
margin-bottom: 30px;
}

#vyplati-nadpis {
margin-top: 30px;
}

#vyplati-nadpis strong {
  color: var(--color11);
  font-weight: 700;
font-size: 28px;
}

#vyplati-text.vyplati-se-ano span#vyplati-se {
color: var(--color17);
  font-weight: 900;
}

#vyplati-text.vyplati-se-ne span#vyplati-se {
color: var(--color18);
  font-weight: 900;
}

#vyplati-text span {
  color: var(--color12);
  font-weight: 700;
font-size: 28px;
}



/* jazyky  */
#locales {

 display: none;
}

#menu a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  display: inline-block;
  xxxborder: 1px solid #ccc; /* Jemný šedý rámeček */
  border-radius: 4px;
  transition: all 0.3s ease; /* Plynulý přechod pro všechny změny */
}

#menu a:hover {
  color: #0056b3;
  background-color: #f0f0f0; /* Světlé pozadí při hoveru */
  border-color: #0056b3; /* Jemně modrý rámeček při hoveru */
}



/* */


.post_body {
  xxborder-top: 1px dashed #aaa; /* Jemná přerušovaná šedá čára */
 padding-top: 0px; /* Mírná mezera pod čárou */
}








.col-2 td:first-child {
  width: 40%;
}

.col-2 td:last-child {
  xxwidth: 70%;

}

#menu>ul>li:last-of-type {
xxxborder: 3px solid var(--color15);
}


#max-header {
background:var(--color60) !important;
}




#menu, #menu a {
	color: var(--color61) !important;
	text-decoration: none;
}

#menu a:hover {
	background-color: var(--color62) !important;
	transition: background-color 0.3s ease;
color: var(--color63) !important;
}


:root {
  --barva-70: #ffffff; /* můžeš změnit např. na #f0f0f0 nebo jiný odstín */
  --barva-71: #dddddd; /* světlejší nebo jiný kontrastní odstín */
}

#logo a {
  color: var(--barva70) !important;
  text-decoration: none;
}

#slogan {
  color: var(--barva71) !important;
}

/* TESTOVACI ZONA */

.uvod .cl1 .post_body {
width: 100vw !important;
}

.uvod .cl1 {
padding: 0 !important;
}

.uvod .cl3 .post_body {
    width: 1500px;
}

.uvod .tabulka tr td {
 border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.uvod .post {
    padding: 20px 0;
}

.uvod .tlacitko_onas {
    border: 2px solid;
    padding: 10px 12px;
    margin: 5px;
    text-decoration: none;
   display:inline-block;
}

.uvod .tlacitko_onas: {
 margin-top:10px;
}

#tlacitko3 {
    margin-top: 1.6em;
}

.uvod .tlacitko_onas:hover {
 background: var(--color12);
 color:var(--color6);
}
.post_novinky {
    margin: 0;
    width: 100vw;
    padding: 2em !important;
    background: var(--color13);
}
#main .post_novinky ul {
    border-left: none;
    display: flex;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.topne-prvky-v-top-kvalite-a-provedeni .post_title h2:after {
 background: none;
}

.topne-prvky-v-top-kvalite-a-provedeni .post:nth-child(2) {
    padding: 0;
}

.reference #main table td {
vertical-align: middle;
}/*-------------STYLE-------------*//* STYL PRO TABLETY */

@media screen and (max-width: 1200px) {



body, body.uvod {
width: 100%;
}

#main {
width: 100%;
}

#wrapper, .uvod #wrapper, #wrapper .slider-wrapper, #wrapper .nivoSlider {
width: 100%!important;
/*height: 100vh;*/
}

 .slider-wrapper {
width: 100%!important;
/*height: 100vh;*/
}

.uvod .theme-default .nivoSlider {
  height: 100%;
}

.theme-default .nivoSlider .img-profil, .theme-default .nivoSlider .img-profil + p {
  width: 50%;
}

#wrap {
padding: 0;
width: 100%;
}

#footer, #footer-content {
width: 100%;
}

#logo  {
margin-left: 60px;
}

#rightbar #logo {
  left: 0;
}

#slogan {
left: 60px;
width: calc(100% - 220px);
}

#rightbar #slogan {
display: block;
}

/* HEADER */

#max-header {
/*height: 80px;
z-index: 200;*/
}

#header {
width: 100%;
background-position-x: 3rem;
}

#max-slide {
margin: 0;
background: none;
}

/* MENU */

#pull {
height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    color: var(--color11);
    padding: 0;
    margin: 0;
    position: relative;
    top: 22px;
    left: 10px;
    z-index: 100;
}

#pull:after {
  content: "\F01D9";
  font-family: "Material Design Icons" !important;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    width: 40px;
    display: block;
    color: var(--color1);
}

.fixed #pull:after {
    color: var(--color1);
}

#pull.mAct:after {
  content: "\F01D9";
transform: rotate(90deg);
}

#max-menu {
position: absolute;
height: 0;
top: 0;
}

#menu {
width: 100%;
height: 0;
text-align: left;
    z-index: 600;
position: absolute;
right: auto;
left: 0;
 }

#menu>ul {
display: block;
position: absolute;
left: 0px;
top: 101px;
z-index: 9999;
opacity: 1;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
width: 300px;
margin-left:-300px;
}

.fixed #menu>ul {
top: 81px;
}

#menu>ul>li {
display: block;
width: 100%;
margin: 0;
-webkit-border-radius: 0;
border-radius: 0;
height: auto;
border-bottom: 1px solid rgba(255,255,255,0.1);
}

#menu>ul>li:hover, #menu>ul>li.current {
background: none;
}

x#menu>ul>li:hover, #menu>ul>li.current, #locales a:hover, #locales a.locales_select {
text-decoration: none;
border-bottom: 1px solid rgba(0,0,0,0.05);
}

#menu>ul>li>a {
width: 100%;
box-sizing: border-box;
border: none;
/*border-bottom: 1px solid rgba(0,0,0,0.05);*/
padding: 12px 20px 12px 10px;
margin: 0;
    line-height: 1.25;
}

.fixed #menu>ul>li>a {
    line-height: 1.25;
}

#menu>ul>li.current>a {
    text-decoration: none;
}

#menu>ul>li>ul {
list-style-type: none;
width: 100%;
left: 0;
position: absolute;
margin: 0;
padding: 0;
z-index: 10;
visibility: hidden;
color: var(--color6);
/*background: rgba(0,0,0,0.025);*/
border-top: none;
text-align: left;
}

#menu>ul>li:hover>ul {
border-top: none;
}

#menu>ul>li>ul>li {
background-image: none!important;
}

#menu ul li a:after {display: none;}
#menu ul li a:before {display: none;}

#menu ul li.current {
background: rgba(0,0,0,0.025);
}
#menu li {display: block; float: none; width: 100%; position:relative;}

#menu ul li ul {display: none; position: inherit;}

#menu ul li ul.menu_add_show {
display:block!important;
visibility:visible;
}

#menu>ul>li>ul>li, #menu>ul>li.menu_add_active {
background: rgba(0,0,0,0.015);
border-bottom: 1px solid rgba(0,0,0,0.05);
}

#menu>ul>li:hover>a, #menu>ul>li>a:hover, #menu>ul>li.current>a, #locales a:hover, #locales a.locales_select {
    color: var(--color3);
    text-decoration: none;
}

#menu>ul>li>ul>li>a {
font-size: 16px;
padding: 15px 20px;
font-weight: 400;
}

#menu>ul>li>ul>li>ul, #menu>ul>li>ul>li>ul>li>ul {
float: none;
list-style-type: none;
width: 0px;
position: relative;
margin: 0px 0;
padding: 0px 0px;
z-index: 10;
overflow: visible;
left: 0px;
top: 0px;
display: none!important;
background: rgba(0,0,0,0.01);
}

#menu ul li ul li:hover a, #menu ul li.menu_add_active a:hover {background:rgba(0,0,0,0.02);}

.menu_add_row:after {
  content: "\F0140";
  font-family: "Material Design Icons" !important;
    position: absolute;
    top: 0px;
    right: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    display: block;
    color: var(--color1);
    width: 40px;
    text-align: center;
}

.menu_add_row.active:after {
    content: '\F0143';
}

.menu_add_show a {
line-height: 1.25!important;
visibility: visible;
}

.menu_add_active a {
color: var(--color3)!important;
}

.menu_add_show a {
color: var(--color6)!important;
}

#menu>ul>li>ul>li>ul, #menu>ul>li>ul>li:hover>ul, #menu>ul>li>ul>li>ul>li>a {
width: 100%;
}

#menu>ul>li>ul>li>ul>li>a, #menu>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 30px;
    font-size: 1%px;
}

#sidebar {
    margin: 0;
    width: 100%;
    float: none;
    display: block;
padding: 0 5px;
}

#sidebar>.sidemenu {
display: none;
}

#sidebar .boxed>h2 {
    padding: 40px 0 20px!important;
}

/* HEADER */

#header .boxed {
    top: 20px;
}

#header .boxed input {
border: 1px solid rgba(0,0,0,0.2);
color: var(--color6)!important;
}

#header .boxed .button {
background: url("userFiles/img/ico-src-2.png") no-repeat center center!important;
}

.post {
padding: 40px 20px;
}

.post.blok-slide {
/*height: 100vh;*/
margin-top: 0;
}

.post.w-100 {
padding: 40px 0;
}

.post_top, .post_body, .post [class*="post_"] {
width: 100% !important;
padding: 0;
}

.post, #sidebar .boxed, #footer, .colored, .produkty {
width: 100%;
}

.post.w-100.img-full {
  height: 17vh;
}

.post.w-100.img-full h1 {
padding: 0 40px !important;
  margin-top: 5vh;
max-width: 100%;
}

.img-full img {
  top: 0;
}

.post.blok-kontakty {
  padding-left: 20px;
}

.post.blok-kontakty + .post_formulare {
  padding-right: 10px;
}

.intro {
width: 100%;
}

.uvod .intro img, .produkty img{
position: relative;
}

.intro h2, .intro h3, .produkty h2 {
    padding: 0!important;

}

.intro h3 {
}

.produkty {
color: var(--color6);
}

.produkty h2  {

}

.produkty p {
color: rgba(255,255,255,1);
}

.produkty td {
    background: rgba(0,0,0,0.0);
height: auto;
padding: 5px;
}

.produkty td:hover img {
opacity: 1;
}

.karta h2 {
    font-size: 28px;
}

.karta td {
  padding: 60px;
}

.karta:not(.reverse) tr:nth-child(2n) td:first-child, .karta:not(.reverse) tr:nth-child(2n+1) td:last-child {
padding: 60px;
}

.post.w-100 .karta:not(.reverse) tr:nth-child(2n) td:first-child, .post.w-100 .karta.reverse tr:nth-child(2n+1) td:first-child {
padding: 60px;
}

.post.w-100 .karta:not(.reverse) tr:nth-child(2n+1) td:last-child, .post.w-100 .karta.reverse tr:nth-child(2n) td:last-child {
padding: 60px;
}

.post.col-3 table td {
width: calc(33% - 22px);
}

.post.item-list {
  width: calc(33% - 21px);
}

.post.item-list:nth-child(3n) {
margin-left: 10px!important;
}

.post.item-list:nth-child(3n+2) {
margin-right: 10px!important;
}

#max-rightbar {
}

#rightbar {
width: 100%;
padding: 0;
}

#rightbar .boxed {
width: 32%;
}

.mapa iframe {
    height: 50vw;
}

#header .social-icon {
display: block;
  right: 0;
  position: absolute;
  top: 25px;
}


/* SLIDER */

.theme-default .nivo-caption {
padding: 50vh 60px 0 !important;
}

.nivo-caption h2, .nivo-caption h1 {
    font-size: 5vw;
}

 .nivo-caption p {
font-size: 8vw;
}

/*.nivoSlider img {
  height: 100vh;
  width: 178vh !important;
  margin-left: calc(50vw - 590px) !important;
max-width: 178vh !important;
}*/

.theme-default a.nivo-nextNav {

}

table.sluzby td:hover img, .produkty td:hover img {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}


ul.news {
    margin: 0 auto!important;
    width: 100%;
}

ul.news li {
    width: 48.5%;
    padding: 15px!important;
}

ul.news p {
    font-size: 15px;
}

div.galleryItem {
    vertical-align: top;
    float: none;
    display: inline-block;
    border: none !important;
    margin: 0 3px 3px 0;

}

div.galleryItem .frameh, div.galleryItem .frame {
    width: 150px;
    padding: 0;
    margin: 0;
    display: inline;
}

div.galleryItem .frame img {
    width: 152px;
}

#info {
width: 100%;
padding: 0 10px;
}


#slider2 {
    width: 100%;
height: 220px;
}

#slider2 .nivo-caption p {
font-size: 18px;
width: 100%;
}

#slider2 .nivoSlider img {
    width: 35vw!important;
    height: auto!important;
}

#slider2 .nivo-caption strong {
    float: right;
    margin: 10px 0px 0 0;
}

body.reference #main .post {
    padding: 20px!important;
    width: 100%;
  }

body.reference #main .post p {
  margin-bottom: 0;
}

body.aktuality #main, body.news #main {
  width: 100%;
}

body.aktuality .post_novinky.cl1, body.news .post_novinky.cl1 {
  padding: 40px 5px 40px 20px;
}

/*#main .post_novinky ul li {
width: calc(33% - 12px); 
}*/

/*body.aktuality .post_novinky.cl2 {
  width: calc(25% - 20px);
  margin-right: 20px;
}*/


.post_novinky.cl1 h2 {
  width: 100vw;
}

#interni>[id*="nadpis-"], #externi>[id*="nadpis-"] {
height: auto;
min-height: 80px;
}

/* TESTOVACÍ ZONA */

.uvod .cl2 {
 padding: 0 0 40px 0 !important;
 margin: 0 auto;
  width: 90%;
}

.uvod .licha {
 display: flex;
 flex-direction:column;
}

.uvod .tabulka {
 margin: 0 auto;
    width: 90% !important;
}

.reference .tabulka {
width:100% !important;
float:none !important;
}
.reference #main table tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.kariera #main p {
padding: 1em;
}

.kariera .post-meta {
 text-align:center;
}

.elektroodporove-ohrevy #main p {
padding: 1em;
}

.mereni-tvrdosti-ocelovych-materialu #main p {
padding:1em;
}

.pronajem-zdroju #main p {
padding: 1em;
}

.mereni-a-digitalni-zaznam-teplotnich-cyklu #main p {
padding: 1em;
}

.poradenstvi-projekty-v-oblasti-nahrevu-ocelovych-materialu #main p {
padding: 0 2em
}

.topne-prvky-v-top-kvalite-a-provedeni cl1 {
 padding: 40px 0 0 0 !important;
}

.topne-prvky-v-top-kvalite-a-provedeni #main p {
 padding:1em !important;
text-align: justify;
}

.topne-prvky-v-top-kvalite-a-provedeni .fotogalerie {
text-align:center;
}

.pronajem-topnych-prvku_ cl1 {
 padding: 40px 0 0 0 !important;
}

.pronajem-topnych-prvku_ #main p {
 padding:1em !important;
text-align: justify;
}

.pronajem-topnych-prvku_ #main p:nth-child(2) {
 text-align: center;
}

.nahradte-plynove-nahrevy-elektroodporovym-ohrevem_ cl1 {
 padding: 40px 0 0 0 !important;
}

.nahradte-plynove-nahrevy-elektroodporovym-ohrevem_ #main p {
 padding:1em !important;
text-align: justify;
}

.nahradte-plynove-nahrevy-elektroodporovym-ohrevem_ #main p:nth-child(2) {
 text-align: center;
}


}


@media screen and (max-width: 1000px) {

body.aktuality .post_novinky.cl1, body.news .post_novinky.cl1 {
  width: 66%;
}

body.aktuality .post_novinky.cl2, body.news .post_novinky.cl2 {
width: calc(33% - 20px);
}

  }






@media screen and (max-width: 800px) {

  .post.col-3 table td, .post.item-list {
width: calc(50% - 23px);
  }


.col-4 td {
width: 49%;
    display: inline-block;
}

.ikony td {
  padding: 10px;
  display: inline-block;
margin: 0 5px 90px 5px;
width: calc(50% - 13px) !important;
}

table.kontakty td {
  width: 100% !important;
  display: block;
  margin: 0 0 20px 0;
}

.intro div, .item-list .post_body div {
  height: 25vw;
}

table.counter td {
  padding: 20px;
  width: calc(50% - 43px);
  border-right: none;
  display: inline-block;
  margin: 20px;
}

 .theme-default .nivoSlider .img-profil, .theme-default .nivoSlider .img-profil + p {
    width: 100%;
  }

.theme-default .nivoSlider .img-profil + p br {
display: none;
  }

.post.blok-kontakty, .post.blok-kontakty + .post_formulare {
width: 100%;
    padding: 40px 10px;
    display: block;
}

#rightbar .boxed {
width: 49%;
}

.post .post_body h1 {
  font-size: 36px !important;
}


.table-scroll {overflow-x: auto;}


/*#main .post_novinky ul li {
    width: calc(49% - 9px);
  }*/

#interni {
  grid-template-columns: 390px 160px 160px 160px;
}

}
/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 600px) {



body {
}


#header .boxed {

}

img {
display: block!important;
/*margin: 5px auto!important;*/
float: none;
}



.post.padd-20 > [class*="post_"] {
  padding-left: 20px;
  padding-right: 20px;
}

.blok-motto p {
  width: 95%;
}

.padd-20 p:nth-of-type(2n+1) {
  margin-left: -10px !important;
}

.padd-20 p:nth-of-type(2n) {
  margin-right: -10px !important;
}

.blok-outsourcing ol {
  padding-right: 5% !important;
  width: 90% !important;
}

.blok-kontakty .post_body {
  padding: 20px 40px 10px 40px !important;
}

#logo {
top: 10px;
}

.fixed #logo {
top: 0px;
}

#logo a {
height: 100px;
padding: 0 0 0 110px;
  line-height: 70px;
 font-size: 20px;
}

.fixed #logo a {
  line-height: 50px;
  font-size: 18px;
}

#slogan {
display: block;
margin: -40px 0 0 110px;
width: calc(100% - 180px);

}

.fixed #slogan {
  font-size: 16px;
  padding: 0;
  margin: -43px 0 0 90px;
width: calc(100% - 160px);
}

.more, .button, input.button {
   /* line-height: 10vw;*/
}

#main img {
max-width: 100%;
max-height: auto;
}

#footer {padding:10px;}

.profil td {
min-height: 50vw;
}

.karta td {
  padding: 30px;
}

.karta.reverse tr td:first-child, .karta:not(.reverse) tr td:last-child {
    padding: 30px!important;
}

.karta.reverse tr td:last-child, .karta:not(.reverse) tr td:first-child {
    padding: 30px!important;
margin: 0!important;
}

.blok-img td div:not(.copy-to) {
  height: calc(100vw - 80px);
}

/* MENU */

#menu>ul {
display: block;
width: 90%;
margin-left: -90%;
}

.intro {
margin: 0 0 3px 0;
}

.intro h2, .intro h3 {

}

.intro td {
display: block;
width: 100%;
}

.intro div, .item-list .post_body div {
    height: 56vw;
  }



.col-2:not(.ikony) td, .col-3 td, .col-21 td, #rightbar .boxed, .boxed.news>ul.novinky>li, .col-4 td, .col-12 td {
width: 100%!important;
display: block;
margin: 0 0 20px 0;
}


.post[class*="col-"] td, .post.item-list {
  width: 100%;
  display: block;
  margin: 15px 0px !important;
}

.mapa iframe {
    height: 100vw;
}

table.ikony {
  border-spacing: 0;
}

  table.ikony td {
    padding: 10px;
    display: block;
    margin: 0 0px 30px 0px;
    width: 100% !important;
  }

#rightbar .boxed {
margin-bottom: 30px;
}

#main .post_novinky ul {
flex-direction: column;
}

#main .post_novinky ul li {
width: 100%;
display: block;
margin-bottom: 30px;
text-align: center;
}

body.aktuality .post_novinky.cl1, body.news .post_novinky.cl1 {
    width: 100%;
    display: block;
    padding: 40px 20px 0 20px;
margin-bottom: 60px;
  }

 body.aktuality .post_novinky.cl2,  body.news .post_novinky.cl2 {
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
  }

  .post_novinky.cl1 h2 {
    width: 100%;
  }

.theme-default .nivo-caption {

}

.nivo-caption h2 {
font-size: 7vw;
}

.nivo-caption p {
font-size: 11vw;
}


#locales a {
    display: inline-block;
}

ul.news h3 {
/*font-size: 16px!important;*/
}

ul.news>li {
width: 100%;
}

.photo .fotogalerie {
width: 100%;
float: none;
position: relative;
display: block;
}

.photo p {
width: 100%;
}

#info {
}

#info .boxed {
    top: 40px;
}

#info p {
    display: inline-block;
    margin: 0 0 0 30px;
}

.produkty td {
padding: 5px 10px;
height: auto;
width: 100%;
display: block;
margin-bottom: 30px;
}


table.sluzby td {
height: 52vw;
width: 100% !important;
display: block;
margin: 0;
}

table.sluzby a, table.sluzby h2 {
    font-size: 32px;
padding: 0 !important;
margin: 19vw 0 0;
}

#slider2 {
    width: 100%;
    height: 30vh;
}

#slider2 .nivoSlider img {
    width: 100%!important;
    height: auto!important;
}


#slider2 .nivo-caption h2, #slider2 .nivo-caption h2 * {
font-size: 4.5vw!important;
}

#slider2 .nivo-caption p {

}

form table td {
display: block;
width: 100%;
padding: 4px 0;
}

.rtable th {
display: none;
}

.rtable tr td:first-child {
border-top: 4px solid var(--color11);
}

.rtable td {
width: 100% !important;
display: block;
padding-left: 50% !important;
position: relative;
}

.rtable td:before {
content: attr(data-label);
position: absolute;
left: 0;
width: 50% !important;
padding-left: 15px;
font-weight: 700;
text-align: left;
}

.bform label {
    display: block;
    width: 100%;
}

.bform .form_checkbox_option, .bform .form_textbox, .bform input#email_odesilatel {
    display: block;
    width: 100%;
}

.bform .form_checkbox_option>label, .bform .form_radio_option>label {
    display: inline-block;
    width: calc(100% - 40px);
}

[id*="atextbox_"], [id*="aemail_"], .form_radio_option {
width: 100%;
display: block !important;
}

.post.w-100.img-full {
background-size: cover;
}

.img-full img {
  width: auto;
height: 35vh;
  width: 100%!important;
right: 0;
left: auto;
top: 0;
}

.post.w-100.img-full h1 {
font-size: 7vw!important;
  }

 table.counter td {
    padding: 20px;
    width: 100%;
    border-right: none;
    display: block;
    margin: 40px 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }

  table.counter td:last-child {
    border-bottom: none;
  }

a[name] {
top: -200px;
}

.post.faq:nth-child(odd) p, .post.faq:nth-child(even) p {
  width: 100%;
}

.post.faq:nth-child(even) p {
margin-left: 0!important;
}

.post.faq:nth-child(even) .post_title {
width: calc(100% - 60px);
margin-left: 30px!important;
}


.blok-kalkulacka label, .blok-kalkulacka input, #form-vypln select {
  width: 100%;
  display: block;
}

  .blok-kalkulacka label {
    width: 100%;
    display: block;
    padding: 10px;
  }


}/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 440px) {

#header {
  background-position-x: center;
   height: 100px;
}

#logo a {
display:none;
}

#slogan {
font-size: 16px;
display:none;
}
   
#pull:after {
  top: -7px;
}

.fixed #pull:after {
top: 0;
}

#menu>ul {
top:81px;
}

.theme-default .nivo-caption {

}

.nivo-caption h2 {
}

#wrapper .nivo-caption p {
}

  .post.col-3 table td, .post.item-list {
    width: 100%;
display: block;
margin: 3px 0;
  }

}


@media only screen and (max-width : 320px) {

#header {
  padding: 0;
}

  .fixed #slogan {
    font-size: 13px;
  }
}



}