:root {
  --color1: #2a1f19;
  --color2: #3c2b22;
  --color21: #1c140f;
  --color3: #5a4437;
  --color4: #8a6a55;
  --color5: #c4a896;
  --color51: #e2d4c9;
  --color52: #f3ebe4;
  --color6: #ffffff;
  --color61: #fdfbf8;
  --color62: #fbf7f1;
  --color63: #f6f0e9;
  --color64: #f4ede3;

  --color11: #9f462d;
  --color12: #422300;
  --color13: #8b5a2b;
  --color14: #d8a15e;
  --color15: #c8965a;
  --color16: #b48539;
}






* {
font-family: "Gantari", Arial, sans-serif!important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
font-size: 18px;
padding: 0;
margin: 0;
line-height: 1.5;
font-weight: 300;
scroll-behavior: smooth;
}

#rightbar .sidemenu>li:before {
font-family: "Material Design Icons"!important;
}

a, a:focus {color: var(--color11); text-decoration: none;}
a:hover { text-decoration: underline; color: var(--color13);}
a img { margin: 0 !important; }

a, #menu ul, .galleryItem, .button, #max-header, .fixed #max-header, table.produkty h2:after, .bg-overlay:after,   .item-list h2:after, .intro div, .intro img, .intro td, #pull:after, .intro .mdi:before, .ikony td, .panel-icon * {
-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(--color2);
padding: 0;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box !important;
}

body.fixed {
padding-top: 80px;
}

#wrap {
margin: -80px  auto 0;
width: 100%;
padding: 0;
position: relative;
overflow: hidden;
}

/* HEADER */

#max-header {
width: 100%;
z-index: 500;
position: relative;
/*background: 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;
top: 0;
-webkit-box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
background: 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(--color63));
}

#header {
width: 1200px;
margin: 0 auto;
padding: 0;
position: relative;
height: 80px;
}

#logo {
display: block;
    position: relative;
vertical-align: top;
}

#rightbar #logo {
margin-top: 0;
top: -10px;
}

#logo a {
background: url(userFiles/img/logo1.png) no-repeat left center;
    background-size: contain;
    font-size: 28px;
    font-weight: 800!important;
    color: var(--color6);
    padding: 0 0 0 70px;
    display: block;
    margin: 0;
    z-index: 20;
line-height: 50px;
  height: 80px;
}


.fixed #logo a {
    color: var(--color13);
/*background: url(userFiles/img/logo1.png) no-repeat left center;
    background-size: contain;*/
}



/* when page is fixed/sticky */
body.fixed #logo a,
header.fixed #logo a,
.fixed-header #logo a {
  background: url("userFiles/img/logo2.png") no-repeat left center; /* black */
  background-size: contain;
  color: var(--color13);
}



#logo a:hover {
text-decoration:none;
}

#slogan {
font-size: 22px;
  font-weight: 700 !important;
  padding: 0;
margin: -40px 0 0 70px;
  display: block;
  position: relative;
  color: var(--color6);
}

.fixed #slogan {
  color: var(--color2);
}

#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;
}

x.post_title h1:before, xtable.karta h2:before {
width: 80px;
height: 2px;
display: block;
background: var(--color15);
-webkit-border-radius: 0;
border-radius: 0;
margin: 0;
content: " ";
position: absolute;
top: -10px;
}

x.post.img-full .post_title h1:before, x.nivo-caption h2:before{
width: 80px;
height: 2px;
display: block;
background: var(--color16);
-webkit-border-radius: 0;
border-radius: 0;
margin: 0;
content: " ";
position: absolute;
top: -10px;
}

.post.w-100.img-full .post_title h1:before {
xdisplay: none;
}

table.produkty h2:after, .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, .item-list:hover h2:after {
width: 100%;
}

.post {
padding: 40px 0;
margin: 0;
position: relative;
}

.bg-gray {
background: var(--color62)
}

.bg-nabidka {
background: url(userFiles/img/bg-nabidka.jpg) no-repeat center top fixed;
    background-size: cover;
padding: 80px 0;
}

.post.blok-slide {
padding: 0;
}

.post.mapa, .boxed.mapa {
padding: 0px!important;
width: 100%!important;
}

.post:not(.item-list) [class*="post_"] {
width: 1200px;
margin: 0 auto;
position: relative;
z-index: 1;
}

 .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_"], .post.post_newgallery .post_body {
width: 100%;
}

.post.item-list .post_body {
width: 100%;
z-index: 1;
/*position: unset;*/
}

.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;
}

.bg-overlay:after, .post.w-100.img-full:after {
content: " ";
width: 100%;
height: 100%;
background: rgba(25, 49, 83,0.5);
background: rgba(0, 0,0,0.5);
display: block;
position: absolute;
top: 0;
left: 0;
}

/*.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: 25vw;
overflow: hidden;
background: url(userFiles/potiskdresu-3.jpg) no-repeat center;
background-size: 100vw;
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: 27.7vw;
  -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 {
margin: 0;
padding: 10px;
border: 1px solid rgba(0,0,0,0.25);
font-weight: 400;
color: var(--color2);
}

#main input {
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 {
  display: block;
  font-size: 13px !important;
  color: var(--color6) !important;
  padding: 12px 24px !important;
  margin: 12px 0;
  font-weight: 700 !important;
  background: var(--color11)!important;
  border: none !important;
  border-bottom: 1px solid var(--color11) !important;
  text-transform: uppercase;
-webkit-border-radius: 5px;
border-radius: 5px;
letter-spacing: 1px;
}

.button:hover, .more:hover, input.button:hover, table.produkty td:hover a.more, #header .boxed .button:hover {
color: var(--color6)!important;
text-decoration: none;
  border-bottom: 1px solid var(--color13)!important;
  background: var(--color13)!important;
scale: 1.1;
}

.post.active-link table .more {
  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 table .more:hover {
  border: none !important;
background: none !important;
}


/* MENU */

#pull {
display: none;
}

#menu {
padding: 0;
    width: auto;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    right: 30px;
    top: 0px;
display: block;
}

#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 {
border-bottom: 5px solid var(--color16);
}

#menu>ul>li>a, #locales a {
    display: block;
    padding: 0px 15px;
    margin: 0;
    font-weight: 700;
    line-height: 75px;
color: var(--color6);
/*text-transform: uppercase;*/
font-size: 16px;
}

.fixed #menu>ul>li>a {
color: var(--color11);
}

#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;
}

#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 0;
padding: 0px;
visibility: hidden;
background: var(--color11);
/*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(0,0,0,0.05);
}

#menu>ul>li.aktivni>ul>li {
position: relative;
display: block;
}

#menu>ul>li:hover>ul {
visibility: visible;
z-index: 100;
color: var(--color6);
line-height: 1.25;
-webkit-box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

#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(0,0,0,0.1);
}

#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(--color13);
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>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;
}

.news {
    margin: 0 auto!important;
    width: 1200px;
}

.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);*/
}

.news>h2 {
display: block;
}

.news h3 {
padding: 0 0 10px 0!important;
    font-weight: 700!important;
}

.news img {
    width: calc(100% + 40px);
    margin: 10px 0 10px -20px!important;
}

.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;
width: 100%;
float: none;
}

#main img {

}





.post_title {
position: relative;
}

.post-center {
    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, .karta h2 {
padding: 0 0 20px 0px !important;
  font-weight: 800 !important;
  font-size: 36px !important;
  margin-bottom: 0px !important;
  color: var(--color2);
  position: relative;
  display: inline-block;
  line-height: 1.15;
}

.post.w-100.img-full h1 {
padding: 0 !important;
  font-weight: 900 !important;
  font-size: 64px !important;
  color: var(--color6);
  display: inline-block;
  max-width: 66%;
  margin-top: 31vh;
line-height: 1;
}

#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: 900;
  font-size: 64px;
  padding: 15px 0 5px;
  margin: 7px 0;
  color: var(--color5);
  line-height: 1.15;
}

#main h3, #main h3 span {
font-weight: 700;
padding: 0px 0;
margin: 15px 0 5px;
font-size: 28px;
line-height: 1.15;
  color: var(--color2);
}

.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 p {
padding: 5px 0;
text-indent: 0;

margin: 0px 0 0px;
}

strong {
font-weight: 700!important;
font-size: inherit;
}

#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 0;
clear: both;
margin: 0;
width: 100%;
text-align: left;
color: var(--color6);
background: rgba(0,0,0,0.6);
}

#rightbar {
padding: 0;
clear: both;
margin: 0 auto;
width: 100%;
text-align: center;
line-height: 24px;
}

#rightbar a, #rightbar a:hover {
color: var(--color6);

}

#rightbar .boxed {
margin: 0 auto;
  padding: 30px 0;
  width: 1200px;
  display: block;
}

#rightbar .boxed.blok-logo {
text-align: right;
}

#rightbar .boxed.blok-logo h2 {
visibility: hidden;
}

#rightbar .boxed.blok-logo img {
width: 220px;
}

#rightbar h2 {
padding: 0 0 10px 0 !important;
  font-weight: 200 !important;
  font-size: 20px !important;
  color: var(--color6);
  position: relative;
  display: inline-block;
  text-transform: lowercase;
}

#rightbar h3 {
 font-size: 14px;
}

#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 -30px;
width: 100%;
text-align:center;
padding: 0;
clear: both;
background: var(--color1)  url(userFiles/potiskdresu-3.jpg) no-repeat center top fixed;
    background-size: cover;
}

#footer-content {
background: rgba(0,0,0,0.6);
padding: 0 0 10px;
}

#footer-content * {
padding-top: 10px;
width: 100%;
margin: 0 auto;
clear: both;
font-size: 13px;
color: var(--color6);
}

#footer a:hover {
color: var(--color6);
}

/* 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;
height: 100vh;
}

.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;
height: 100vh;
}

.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: 100vh;
}

.theme-default .nivoSlider img {
width: 100%;
}

.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: 100px;
height: 6px;
background: var(--color6);
text-indent:-9999px;
border:0;
margin: 0 10px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.theme-default .nivo-controlNav a.active {
background: var(--color11);
}

.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: 30vh 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: 64px;
font-weight: 900;
display: block;
padding: 0;
color: var(--color6)!important;
line-height: 1;
width: 50%;
position: relative;
}

.nivo-caption h3, #sidebar .nivo-caption h3 * {
font-size: 24px!important;
margin: 10px 0;
font-weight: 300;
}

.nivo-caption p {
font-size: 2.5vw;
font-weight: 200;
display: none;
padding: 10px 0!important;
color: var(--color6);
line-height: 1.15;
width: 50%;
margin-bottom: 20px!important;
}

.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: 10px 0;
margin: -70px  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;
background: var(--color11);
}

table.ikony td:nth-child(1) {
background: -webkit-linear-gradient(right, var(--color16), var(--color11));
  background: -o-linear-gradient(right, var(--color16), var(--color11));
  background: -moz-linear-gradient(right, var(--color16), var(--color11));
  background: linear-gradient(to right, var(--color16), var(--color11));
}

table.ikony td:nth-child(2) {
background: -webkit-linear-gradient(right, var(--color11), var(--color13));
  background: -o-linear-gradient(right, var(--color11), var(--color13));
  background: -moz-linear-gradient(right, var(--color11), var(--color13));
  background: linear-gradient(to right, var(--color11), var(--color13));
}

table.ikony td:nth-child(3) {
background: -webkit-linear-gradient(right, var(--color13), var(--color12));
  background: -o-linear-gradient(right, var(--color13), var(--color12));
  background: -moz-linear-gradient(right, var(--color13), var(--color12));
  background: linear-gradient(to right, var(--color13), var(--color12));
}

table.ikony td * {
color: var(--color6);
}

table.ikony h2, table.ikony strong {
  font-size: 24px !important;
line-height: 1.15;
}

.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(--color6);
  /*background: var(--color13);*/
  /*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: 56px;
  line-height: 1;
  padding: 0px;
  margin: 0 0 20px 0 !important;
  display: inline-block;
  position: relative;
 /* width: 100px;
  height: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0px 3px 0 rgba(0,0,0,.15);
  box-shadow: 0 0px 3px 0 rgba(0,0,0,.15);*/
}

.ikony li, #main li {
  text-align: left;
  position: relative;
  list-style-type: none !important;
font-size: 16px;
}

.ikony li::before, #main li::before {
  content: "\F0E1E";
  font-family: "Material Design Icons" !important;
  position: absolute;
  left: -25px;
  top: 1px;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  color: var(--color11);
}


.referencni, table.kontakty {
border: none;
border-collapse: separate;
border-spacing: 10px 30px;
padding: 0;
margin: 0;
width: 100%;
}

.intro h2 {
font-weight: 800 !important;
  font-size: 24px !important;
  padding: 10px 0 0 0 !important;
  color: var(--color13);
}

.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;
background: var(--color6);
border-bottom: 1px solid transparent;
}

.intro td:hover {
-webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateY(-5px) !important;
  transform: translateY(-5px) !important;
border-bottom: 1px solid var(--color16);
}

.ikony td:hover {
-webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateY(-5px) !important;
  transform: translateY(-5px) !important;
}

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 {
text-align: center;
}

.intro .mdi::before {
color: var(--color6);
  font-size: 36px;
  line-height: 60px;
  padding: 10px;
  margin: 0 !important;
  display: inline-block;
  position: relative;
  background: var(--color11);
  width: 80px;
  border-radius: 100px;
}

.intro td:hover .mdi::before {
background: var(--color16);
}

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, .item-list {
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;
}

table.produkty td:hover {
background: rgba(0,0,0,1);
}

table.produkty h2, .item-list h2 {
font-size: 20px;
padding: 10px 0 0!important;
font-weight: 700!important;
color: rgba(255,255,255,0.6);
}

table.produkty p, .item-list p {
color: rgba(255,255,255,0);
font-size: 16px;
}

table.produkty td:hover h2, table.produkty td:hover p, .item-list:hover h2 {
  color: rgba(255,255,255,1);
z-index: 2;
position: relative;
}

.item-list:hover p {
  color: rgba(255,255,255,1);
z-index: 2;
}

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 h2, table.kontakty h2 a, table.kontakty strong {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
line-height: 1;
}

table.kontakty h2 a, table.kontakty strong a {
    font-size: inherit;
    font-weight: inherit;
}

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;
}

.post.cenik table {
border-top: 4px solid var(--color11);
}

.post.cenik table 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-2 td {
width: 50%;
}

.col-3 td, .col-21 td:last-child, .col-12 td:first-child {
width: 33%;
}

.col-4 td {
width: 25%;
}

.post.col-2 table td {
width: 50vw;
}

.post.col-3 td, .post.item-list {
width: calc(33% - 20px);
  display: inline-block;
  margin: 14px 10px !important;
}

.post.col-4 table td {
width: calc(25% - 24px);
  display: inline-block;
  margin: 14px 10px !important;
}

.intro div {
width: calc(100% + 40px);
height: 16vw;
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 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;

}

.intro td:hover img {
opacity: 0.7;
 /* -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);*/
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.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, .item-list 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%;
}

x.item-list img {
  width: calc(100% + 50px);
  left: -25px;
  top: -2vw;
}

table.produkty td:hover img,  .item-list: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;
}

.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%);*/
}


.karta {
border: none;
border-collapse: separate;
border-spacing: 0px;
padding: 0;
margin: 0;
width: 100%;
}

.karta h2 {
padding: 0 0 20px 0!important;
  font-size: 28px;
position: relative;
font-weight: 300;
}

.karta td {
padding: 0;
}

.karta tr:nth-child(2n+1) td:first-child, .karta tr:nth-child(2n) td:last-child {
padding: 40px;
}

.post.w-100 .karta tr:nth-child(2n+1) td:first-child {
padding: 40px 40px 20px calc(50vw - 610px);
}

.post.w-100 .karta tr:nth-child(2n) td:last-child {
padding: 40px  calc(50vw - 610px) 20px 40px;
}

.karta img {
width: 100%;
margin: 0!important;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
padding: 0;
}

.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: none;
border-bottom: 1px solid  var(--color5);
text-align: left;
padding: 7px 12px;
}

.tabulka tr.licha td {
background: rgba(0,0,0,0.025);
}

#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(--color6)!important;
}

.contacts-icon .mdi a {
    color: var(--color6);
    line-height: 1.5;
}

.contacts-icon .mdi:before {
    font-size: 18px;
    color: var(--color15);
    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 {
    color: var(--color2)!important;
    line-height: 1.5;
}

.blok-kontakty .contacts-icon .mdi:before, .blok-kontakty .social-icon .mdi:before {
    color: var(--color11);
}

.blok-kontakty .social-icon {
margin: 10px 0;
}



#menu .social-icon {
  display: inline-block;
  margin-left: 20px;
}

.social-icon .mdi {
    color: transparent!important;
}

.social-icon p {
display: inline-block;
}

.social-icon .mdi:before {
    font-size: 28px;
    color: var(--color6);
    line-height: 1;
    display: inline-block;
    margin: 0 5px!important;
    vertical-align: middle;
}

#header .social-icon .mdi::before {
  color: var(--color6);
}

.fixed #header .social-icon .mdi::before {
  color: var(--color15);
}

.panel-icon {
position: fixed;
  z-index: 11;
  right: 0;
  top: 90px;
}

.panel-icon .mdi {
color: var(--color6) !important;
  background: var(--color11);
  padding: 10px 15px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  width: 260px;
position: relative;
left: 210px;
}

.panel-icon .mdi:hover {
  background: var(--color13);
left: 0;
}

.panel-icon .mdi a {
color: var(--color6);
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-left: 60px;
}

.panel-icon .mdi:before {
    font-size: 24px;
    color: var(--color6);
    line-height: 1.5;
    display: inline-block;
    margin: 0 10px 0 0!important;
    vertical-align: middle;
}

#locales {
    position: absolute;
    right: 0;
    top: 19px;
color: transparent;
    border-left: 1px solid var(--color52);
    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: -180px;
visibility: hidden;
}


a[name="reference"] {
top: -100px;
}

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;
}

#footer .paticka_cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color13);
  padding: 15px 0;
  font-weight: 300;
  color: var(--color6);
z-index: 100;
}

#footer .paticka_cookies_close span {
  float: none;
  margin: 0 20px;
  color: var(--color6);
background: var(--color11);
padding: 6px 9px;
}

.paticka_cookies a.cookies-info, #footer .paticka_cookies .paticka_cookies_deny, #footer .paticka_cookies .paticka_cookies_allow {
  color: var(--color6)!important;
background: var(--color11);
padding: 6px 9px!important;
font-size: 13px !important;
border: none;
border-radius: 0;
}


.paticka_cookies_deny:hover, .paticka_cookies_allow:hover {
text-decoration: underline!important;
background: var(--color12)!important;
}

.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);
  background: var(--color6);
}

.bform label {
    padding: 0;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.bform .form_checkbox_option, .bform .form_textbox, .bform input#email_odesilatel, textarea {
    padding: 10px;
    display: inline-block;
    width: 74%;
}

.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;
    width: calc(100% - 40px);
float: none;
font-size: 16px;
}

.bform form input.button{
    margin: 0 auto !important;
}

.bform .form_radio_option>label {
    margin: 3px 0;
}

.bform.form-basic [id*="atextbox_"]>label, .bform.form-basic [id*="aemail_"]>label, .bform.form-basic [id*="atextarea_"]>label {
display: none;
}

.bform.form-basic [id*="atextbox_"], .bform.form-basic [id*="aemail_"]  {
display: inline-block !important;
width: 50%;
}


.bform.form-basic [id*="atextbox_"]>input, .bform.form-basic [id*="aemail_"] .form_email {
width: 100%;
display: block !important;
}


.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;
}

.brand-carousel {
background: none;
margin-top: 0px;
}

.owl-dots {
text-align: center;
margin-top: 1%;
}

.owl-dot {
display: inline-block;
height: 3px !important;
width: 40px !important;
background-color: var(--color5)!important;
opacity: 1;
border-radius: 0;
margin: 0 5px;
}

.owl-dot.active {
background-color: var(--color13)!important;
}

.owl-carousel .owl-item {
padding: 5px 1px 0 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;

/*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>p:first-child:before {
content: "\F04CE";
font-family: "Material Design Icons" !important;
position: relative;
font-weight: 400;
font-size: 28px;
line-height: 1;
display: block;
color: var(--color16);
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;
}

div.owl-item>div {
    padding: 15px;
margin: 0;
position: relative;
  font-weight: 400;
    vertical-align: top;
overflow: hidden;
border-right: 1px solid rgba(0,0,0,0.1);
}

div.owl-item>div p {
font-size: 16px;
}

div.owl-item strong {
text-align: right;
display: block;
}

/*div.owl-item>div>div {
width: calc(100% + 30px);
margin: -15px 0 0 -15px;
height: 400px;
overflow: hidden;
}*/


.post.none, .boxed.none, .skryt  {
display: none!important;
}

table.ikony {
  width: 100%;
  border-spacing: 15px;
  table-layout: fixed; /* ✅ equal column width */
}

table.ikony td {
  background: linear-gradient(135deg, #f39c12, #d35400);
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 6px;
  font-family: 'Segoe UI', Arial, sans-serif;
  width: 33%;
  height: 240px;            /* ✅ fix same height */
}

table.ikony td .content {
  display: flex;
  flex-direction: column;
  justify-content: center;  /* vertical centering */
  align-items: center;      /* horizontal centering */
  height: 100%;
}

table.ikony td p {
  margin: 6px 0;
}

table.ikony td strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

table.ikony td .mdi {
  font-size: 34px;
  margin-bottom: 8px;
  display: inline-block;
}




#logo a {
  background: url("userFiles/img/logo1.png") no-repeat left center; /* yellow default */
  background-size: contain;
  font-size: 28px;
  font-weight: 800 !important;
  color: var(--color6);
  padding: 0 0 0 70px;
  display: block;
  margin: 0;
  line-height: 75px;
  height: 85px;
  width: 350px;
}



/*-------------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% - 150px);
}

#rightbar #slogan {
display: block;
}

/* HEADER */

#max-header {
/*height: 80px;
z-index: 200;*/
}

#header {
width: 100%;
}

#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: "\F0415";
  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(--color6);
}

.fixed #pull:after {
    color: var(--color11);
}

#pull.mAct:after {
transform: rotate(45deg);
}

#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: 81px;
z-index: 9999;
opacity: 1;
background: var(--color11);

width: 300px;
margin-left:-300px;
}

#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;
}

#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;
    color: var(--color6)!important;
margin: 0;
    line-height: 1.25;
font-size: 18px;
}

#menu>ul>li.current>a, .fixed #menu>ul>li>a {
    color: var(--color6)!important;
    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(--color11);
    text-decoration: none;
}

#menu>ul>li>ul>li>a {
font-size: 16px;
padding: 12px;
line-height: 1.25;
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(--color6);
    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, .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 10px;
}

.post.blok-slide {
height: 100vh;
}

.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: 40vh;
}


.post h1, .karta h2 {
  padding: 0 20px 20px 20px !important;
}


.post.w-100.img-full h1 {
padding: 0 40px !important;
    font-size: 6vw !important;
    margin-top: 20vh;
}

.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, .post.item-list img {
position: relative;
}

.intro h2, .intro h3, .produkty h2 {
    padding: 0!important;

}

.intro h3 {
}

.produkty {
color: var(--color6);
}

.produkty h2  {

}

.produkty p, .post.item-list p {
color: rgba(255,255,255,1);
}

.produkty td, .post.item-list {
    background: rgba(0,0,0,0.0);
height: auto;
padding: 5px;
}

.produkty td:hover img, .post.item-list:hover img {
opacity: 1;
}

.karta h2 {
    font-size: 28px;
}

.karta tr:nth-child(2n+1) td:first-child, .karta tr:nth-child(2n) td:last-child {
    padding: 0px 20px;
}

.post.w-100 .karta tr:nth-child(2n+1) td:first-child, .post.w-100 .karta tr:nth-child(2n) td:last-child {
  padding: 10px 20px;
}

.post.col-3 table td, .post.item-list {
width: calc(33% - 21px);
}

#max-rightbar {

}

#rightbar {
width: 100%;
padding: 0;
}

#rightbar .boxed {
width: 100%;
}

.mapa iframe {
    height: 33vw;
}

#header .social-icon {
display: block;
  right: 0;
  position: absolute;
  top: 25px;
}


/* SLIDER */

.theme-default .nivo-caption {
padding: 30vh 60px 0 !important;
}

.nivo-caption h2, .nivo-caption h1 {
    font-size: 7vw;
width: 100%;
}

 .nivo-caption p {
    font-size: 5vw;
width: 100%;
}

.nivoSlider img {
  height: 100vh!important;
  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, .post.item-list:hover img {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}


#locales {
    top: 23px;
}

.news {
    margin: 0 auto!important;
    width: 100%;
}

.news li {
    width: 48.5%;
    padding: 15px!important;
}

.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;
}


.paticka_cookies_text {
display: block;
margin-bottom: 12px!important;
}

}








@media screen and (max-width: 800px) {

  .post.col-3 table td,  .post.col-4 table td, .post.item-list {
width: calc(50% - 23px);
  }


.col-4 td {
width: 49%;
    display: inline-block;
}

.ikony td {

}

#rightbar table.kontakty td {
  width: 100% !important;
  display: block;
  margin: 0 0 20px 0;
}

.intro 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.col-4 table td {
  width: calc(50% - 23px);
}

.mapa iframe {
    height: 50vw;
}

}


/*-------------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.blok-kontakty, .post.blok-kontakty + .post_formulare {
width: 100%;
    padding: 40px 10px;
    display: block;
}

 #logo {
    margin-left: 50px;
  }

#logo a {
font-size: 4.25vw;
}

#slogan {
    left: 50px;
}

.more, .button, input.button {
   /* line-height: 10vw;*/
}

#main img {
max-width: 100%;
max-height: auto;
}

.profil td {
min-height: 50vw;
}

.karta.tab-respo tr td:first-child {
    padding: 0!important;
margin: 0!important;
}

.karta.tab-respo tr td:last-child {
    padding: 20px!important;
}


/* 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 {
    height: 56vw;
  }


h2 {
  font-size: 48px;
  line-height: 1;
}

.col-2:not(.ikony) td, .col-3 td, .col-21 td,  .news>ul.novinky>li, .col-4 td, .col-12 td {
width: 100%!important;
display: block;
margin: 0 0 20px 0;
}


.post.col-3 td, .post.item-list {
  width: 100%;
  display: block;
  margin: 15px 0px !important;
}

body.kontakty #main>.post.cl2 iframe {
    height: 100vw;
}

  .ikony td {
    display: block;
    width: 100% !important;
  }

table.ikony td:nth-child(1) {
background: -webkit-linear-gradient(bottom, var(--color16), var(--color11));
  background: -o-linear-gradient(bottom, var(--color16), var(--color11));
  background: -moz-linear-gradient(bottom, var(--color16), var(--color11));
  background: linear-gradient(to bottom, var(--color16), var(--color11));
}

table.ikony td:nth-child(2) {
background: -webkit-linear-gradient(bottom, var(--color11), var(--color13));
  background: -o-linear-gradient(bottom, var(--color11), var(--color13));
  background: -moz-linear-gradient(bottom, var(--color11), var(--color13));
  background: linear-gradient(to bottom, var(--color11), var(--color13));
}

table.ikony td:nth-child(3) {
background: -webkit-linear-gradient(bottom, var(--color13), var(--color12));
  background: -o-linear-gradient(bottom, var(--color13), var(--color12));
  background: -moz-linear-gradient(bottom, var(--color13), var(--color12));
  background: linear-gradient(to bottom, var(--color13), var(--color12));
}


#rightbar .boxed {

}

#rightbar .boxed:last-child img {
margin: 0 auto!important;
}


 .theme-default .nivo-caption {
    padding: 20vh 60px 0 !important;
  }

.nivo-caption h2 {
font-size: 10vw;
}

.nivo-caption p {
font-size: 7vw;
}


#locales a {
    display: inline-block;
}

.news h3 {
/*font-size: 16px!important;*/
}

.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;
}

form table td {
display: block;
width: 100%;
padding: 4px 0;
}

.post.cenik table td {
width: 100% !important;
display: block;
}

.post.cenik table td:first-child {
border: none;
}

.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);
}

.bform.form-basic [id*="atextbox_"], .bform.form-basic [id*="aemail_"] {
  display: block !important;
  width: 100%;
}

.post.w-100.img-full {
background-size: cover;
}

.img-full img {
  width: auto;
height: 40vh;
  width: 100%!important;
right: 0;
left: auto;
top: 0;
}

.post.w-100.img-full h1 {
font-size: 10vw !important;
max-width: 100%;
  }

 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;
  }

.mapa iframe {
    height: 100vw;
}

}





/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 440px) {


#logo a {
font-size: 4vw;
    line-height: 1;
    padding-top: 16px;
}

#slogan {
font-size: 16px;
    margin-top: -35px;
    line-height: 1;
}

.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 : 360px) {

#header {
  padding: 0;
}


}

@media only screen and (max-width: 440px) {
  #logo a {
    height: 85px;          /* taller */
    width: 320px;          /* wider */
    font-size: 26px;
    line-height: 80px;
    padding-left: 70px;
  }
}

@media only screen and (max-width: 360px) {
  #logo a {
    height: 80px;          /* still tall enough */
    width: 300px;          /* wide */
    font-size: 24px;
    line-height: 75px;
    padding-left: 65px;
  }
}

