:root {
  --color1: #000;
  --color2: #333;
 --color21: #111;
  --color3: #666;
  --color4: #999;
  --color5: #ccc;
  --color51: #ddd;
  --color52: #eee;
  --color6: #fff;
  --color61: #fcfcfc;
  --color62: #f9f9f9;
  --color63: #f6f6f6;
  --color64: #fee;

--color11: #333;
  --color12: #3c3b3b;
  --color13: #E0595D;
--color14: #71757d;
--color15: green;
}

* {
font-family: "Open Sans", Arial, sans-serif!important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
font-size: 16px;
padding: 0;
margin: 0;
line-height: 1.6;
font-weight: 300;
scroll-behavior: smooth;
}

h1, .nivo-caption h2, #logo a, .post.img-full h1, .ikony h2, #rightbar h2 {
font-family: "Open Sans"!important;
}

#rightbar .sidemenu>li:before, .more:after {
font-family: "Material Design Icons"!important;
}

a, a:focus {color: var(--color2); text-decoration: none;}
a:hover { text-decoration: underline; color: var(--color2);}
a img { margin: 0 !important; }

a, #menu ul, .galleryItem, .button, #max-header, .fixed #max-header, table.produkty h2:after, .bg-overlay:after, .intro td, #header #menu>ul>li>a:after, .post_novinky li, .intro td img {
-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>img {
display:none !important;
}

body.fixed {
padding-top: 80px;
}

#wrap {
margin: 0px auto;
width: 100%;
padding: 0;
position: relative;
}

xbody.img-wrap #wrap {
margin-top: -80px;
}

.uvod #wrap {
border: none;
}

/* HEADER */

#max-header {
width: 100%;
z-index: 500;
position: relative;
background: linear-gradient(to bottom, #fff 0%, rgba(238,238,238,1) 100%);
  border-bottom: 1px solid rgba(0,0,0,0.1);
-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);
}

.uvod #max-header, body.img-wrap #max-header {
background: linear-gradient(to bottom, #fff 0%, rgba(238,238,238,1) 100%);
}

.fixed #max-header, body.fixed.img-wrap #max-header {
position: fixed;
top: 0;
background: linear-gradient(to bottom, #fff 0%, rgba(238,238,238,1) 100%);
-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);
}

#header {
width: 1200px;
margin: 0 auto;
padding: 0;
position: relative;
height: 100px;
}

#logo {
display: inline-block;
    position: relative;
margin-top: 10px;
}

#rightbar #logo {
margin-top: 0;
top: -10px;
}

#logo a {
    font-size: 60px;
    font-weight: 900!important;
    color: var(--color11);
    padding: 0;
    display: block;
    margin: 0;
    z-index: 20;
height: 80px;
  line-height: 80px;
}

.fixed #logo a {
    color: var(--color11);
}

#logo a:hover {
text-decoration:none;
}

#slogan {
font-size: 18px;
  font-weight: 600 !important;
  padding: 0;
  margin: 0 0 0 5px;
  display: inline-block;
  position: relative;
  color: #1493c9;
  text-transform: uppercase;
  letter-spacing: 0px;
  top: 20px;
}

.uvod #slogan {
color: #1493c9;
}

#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(--color2);
text-transform: uppercase;
letter-spacing: 2px;
top: -20px;
visibility: visible;
left: 15px;
}

table.produkty h2:after {
    width: 30px;
height: 1px;
    display: block;
    background: var(--color11);
margin: 5px 0;
content:" ";
position: relative;
}

table.produkty td:hover h2:after {
width: 100%;
}

.post {
padding: 40px 0 80px 0;
margin: 0;
position: relative;
}

#main .post.cl4 p {
padding:20px 0;
}

.post.slide {
padding: 0;
}

.post.blok-motto {
background: white url(/userFiles/img/bg-flames2.jpg) bottom repeat-x;
padding: 120px 0 20px 0;
}

/*.post.mapa {
padding: 0px;
width: 100%;
}*/

.post.w-100[class*="col-"], .post_novinky  {
padding: 40px;
}

.post.w-100.img-full {
width: 100% !important;
margin: 0 auto !important;
/*min-height: calc(100vh - 80px);*/
padding: 20vh calc(50vw - 610px) 1vh calc(50vw - 610px);
z-index: 0;
position: relative;
overflow: hidden;
height: 400px;
text-align: left;
background: url("userFiles/img/i-les.jpg") no-repeat center top!important;
background-size: cover !important;
}


.img-full video, .img-full img {
width: 100%;
position: absolute;
top: 0;
left: 0;
margin: 0 !important;
object-fit: cover;
height: 100%;
z-index: -1;
}

.post.img-full .post_body p {
  display: block !important;
  padding: 0;
 font-size: 2.5vw;
  font-weight: 200;
  padding: 10px 0 !important;
  color: var(--color6);
  margin: 0 auto !important;
  line-height: 1.15;
}

.post.bg-gray {
background: var(--color63);
}

.post.bg-light {
background: var(--color64);
background: linear-gradient(to right, #bbe1bb, white, #E7B2B3);
}

.post.bg-ikony {
background: url("userFiles/img/bg-ikony.jpg") no-repeat center top fixed!important;
background-size: cover !important;
}

.post.bg-ikony.bg-overlay:after {
background: rgba(0,0,0,0.6);
z-index: 0;
}

.post.bg-ikony * {
color: var(--color6) !important;
}

.post_top, .post_body {
width: 1200px;
margin: 0 auto;
/*position: relative;*/
z-index: 1;
}

.post.slide .post_top, .post.slide .post_body, #rightbar [class*="post_"]{
width: 100%;
margin: 0 auto;
position: relative;
}

.post.slide .post_body>p {
display: none;
}

.bg-overlay:after, .img-full:after {
content: " ";
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
display: block;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

/*.post.bg-overlay:hover:after {
background: rgba(0,0,0,0.6);
}*/

.post.w-100 .post_body, .post.mapa .post_body, .post.w-50 [class*="post_"] {
    border-bottom: none;
padding: 0px;
width: 100%;
}

.post.w-50 {
display: inline-block;
padding: 0px;
width: 49.8%;
vertical-align: top;
}

.post.w-50.pad-l {
padding-left: calc(50vw - 610px);
padding-right: 20px;
}

.post.w-50.pad-r {
padding-right: calc(50vw - 610px);
padding-left: 20px;
}

.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: 25vw;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 1;
  margin-bottom: -6px;
}

#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;
text-shadow: 1px 1px white;
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: 8px 20px;
border: none;
border-bottom: 1px solid var(--color2);
font-weight: 400;
color: var(--color2);
background: rgba(255,255,255,0);
}

#main input {
padding: 12px 20px!important;
}

#menu .boxed input, #info .boxed input {
border: 1px solid rgba(255,255,255,0.05);
color: var(--color2)!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(--color2)!important;
border: none!important;
padding: 8px 20px!important;
text-transform: none;
    font-size: 16px!important;
    font-weight: 300!important;
}

textarea {
height: 100px !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: 14px;
margin: 0;
padding: 6px;
border: none;
border-bottom: 1px solid var(--color6);
font-weight: 400;
color: var(--color6);
-webkit-border-radius: 0;
border-radius: 0;
background: none;
}

.more, .button, input.button {
    display: block;
    font-size: 13px!important;
    color: var(--color12)!important;
    padding: 8px 15px!important;
    margin: 12px 0;
    font-weight: 700!important;
    background: transparent!important;
    border: none!important;
    border: 2px solid var(--color12)!important;
text-transform: uppercase;
-webkit-border-radius: 0;
border-radius: 0;
}

.button:hover, .more:hover, input.button:hover, table.produkty td:hover a.more, #header .boxed .button:hover {
color: var(--color6)!important;
text-decoration: none;
    background: var(--color12)!important;
    border: 2px solid var(--color12)!important;
}

.more.inverse, .intro a.more {
    color: var(--color6)!important;
    border: 1px solid var(--color6)!important;
}

.more.inverse:hover, .intro a.more:hover {
color: var(--color12)!important;
text-decoration: none;
    background: var(--color6)!important;
    border: 1px solid var(--color6)!important;
}

.more:after, .more.inverse:hover:after, .intro a.more:hover:after  {
content: '\F19B0';
  position: relative;
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  color: var(--color12);
  vertical-align: middle;
  margin-left: 7px;
}

.more:hover:after, .more.inverse:after, .intro a.more:after {
  color: var(--color6);
}

.post.active-link .more {
  position: absolute;
  left: 0;
  width: 100%;
  top: -10px;
  height: 100%;
  font-size: 0 !important;
  color: transparent;
  border: none !important;
background: none !important;
}

.post.active-link .more:hover {
  background: none !important;
background: none !important;
}

.post.active-link .more:after{
  display: none !important;
}

/* MENU */

#pull {
display: none;
}

#menu {
padding: 0;
  width: auto;
  margin: 0;
  position: absolute;
  top: 25px;
  display: inline-block;
  right: 30px;
}

#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: 600;
    line-height: 50px;
color: var(--color2);
/*text-transform: uppercase;*/
font-size: 18px;
}

#locales a {
display: inline-block;
margin-left: -11px;
}

#menu>ul>li:hover>a, #menu>ul>li>a:hover, #menu>ul>li.current>a, #locales a:hover, #locales a.locales_select {
text-decoration: none;
color: var(--color12);
}

.fixed #menu>ul>li:hover>a, .fixed #menu>ul>li>a:hover, .fixed #menu>ul>li.current>a, .fixed #locales a:hover, .fixed #locales a.locales_select {
text-decoration: none;
color: var(--color12);
}

/*#menu>ul>li:hover, #menu>ul>li.current {
text-decoration: none;
border-bottom: 1px solid var(--color6);
}*/

#header #menu>ul>li>a:after, #header #menu>ul>li.current>a:after {
  content: "";
  width: 0px;
  height: 3px;
  display: block;
  margin: 0 auto;
  background: transparent !important;
  border-bottom: 1px solid var(--color12);
}

#header #menu > ul > li > a:hover::after, #header #menu>ul>li.current>a:after {
  width: 100%;
}

#menu>ul>li>ul {
list-style-type: none;
min-width: 300px;
left: 0;
position: absolute;
margin: 0 0 0 0;
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.15);
}

#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;
}

#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;
font-weight:600;
}

#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);
}

#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(--color12);
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);
background: rgba(255,255,255,0.05);
}

/* 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;
color: var(--color6);
}

.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>li {
margin: 0 0 30px 0;
}

.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(--color11);
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;
}


/* MAIN */

#main{
padding: 0;
margin: 0;
width: 100%;
float: none;
}

#main img {

}

.post_title {
position: relative;
}

.post-center, x.post:not(.img-full) .post_top, x.post.partneri .post_body, .blok-postup .post_title {
    text-align: center;
}

.blok-postup .post_title h2 {
  display: inline-block;
}

.post_top h2 {
    text-align: left;
}

.post:nth-child(even) {
/*background: rgba(0,0,0,0.01);*/
}


.post_body hr {
    border: none;
    border-top: rgba(0,0,0,0.1) 1px solid;
    margin: 30px 0;
}

#main ul li {

list-style-type: square;
}

#main table td {
vertical-align: top;
}


.post h1, .profil h2, .post_novinky h2 {
padding: 0 0 40px 0 !important;
font-weight: 700 !important;
font-size: 42px !important;
margin-bottom: 0px !important;
color: var(--color11);
position: relative;
display: inline-block;
line-height: 1.15;
}

.post.img-full h1 {
color: var(--color6);
font-size: 4.5vw!important;
font-weight: 900!important;
padding: 0 !important;
}

.post:not(.img-full) .post_title h1:after, table.karta h2:after, .blok-postup .post_title h2:after {
width: 100px;
  height: 5px;
  display: block;
  background: transparent;
  margin: 10px 0 0;
  content: " ";
  position: relative;
  border-bottom: 1px solid var(--color12);
}

table.karta h2:after {
  margin: 10px 0 0;
}

.post.img-full .post_title h1:after, .post.post_newgallery  .post_title h1:after {
display: none;
}

#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(--color%)!important;
padding: 1px!important;
z-index: 100;
}

#main>ul>li>p {
/*margin-top: -30px;
min-height: 100px;*/
}

#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: 600;
  font-size: 32px;
  padding: 15px 0 20px;
  margin: 7px 0;
  line-height: 1.15;
}

.blok-postup .post_title h2 {
font-weight: 700;
}

#main h3, #main h3 span {
font-weight: 700;
padding: 0px 0;
margin: 15px 0 5px;
font-size: 30px;
line-height: 1.15;
}

.post_novinky  h3 {
margin-bottom: 5px !important;
}

#main ul, #main ol {
padding: 5px 0px;
margin: 0 0px 0 20px;
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: 40px 0;
clear: both;
margin: 0;
width: 100%;
text-align: left;
background: var(--color11);
}

#rightbar {
padding: 0;
clear: both;
margin: 0 auto;
width: 1200px;
text-align: left;
line-height: 24px;
}

#rightbar a, #rightbar a:hover {
color: var(--color6);
  font-weight: 400;
}

#rightbar .boxed, #rightbar .post_formulare {
margin: 0 0.5% 0 0;
padding: 0;
width: 32%;
display: inline-table;
}

#rightbar h2 {
padding: 0 0 10px 0 !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  color: var(--color6);
  position: relative;
  display: inline-block;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

#rightbar .boxed .content2 p, #rightbar a {
    font-size: 16px;
line-height: 1.75;
}

#rightbar h3 {
 font-size: 14px;
}

#rightbar>.sidemenu {
    display: inline-table;
width: 25%;
}

#rightbar .sidemenu>li {
padding: 0;
}f

#rightbar .sidemenu>li a {
    display: inline-block;
}

x#rightbar .sidemenu>li:before {
content: '\F0E1E';
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: var(--color12);
  vertical-align: middle;
  margin-right: 7px;
}

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: 10px 0;
clear: both;
background: var(--color12);
}

#footer-content * {
color: var(--color6);

}

#footer-content * {
width: 100%;
margin: 0 auto;
clear: both;
font-size: 14px;
}

#footer a:hover {
color: var(--color2);
}

/* SLIDER */

#wrapper{
z-index: 0;
width: 100%;
border: none;
margin: 0;
position: relative;
overflow: hidden;
display: none;
}

#wrapper:after {
    display: block;
background: rgba(0,0,0,0.6);
margin: 0;
content:" ";
position: absolute;
width: 100%;
top: 0;
left: 0;
height: 100%;
}

.uvod #wrapper {
margin-top: -80px;
display: block;
height: 70vh;
}

.uvod #wrapper:after {
    display: none;
}

.fixed .uvod #wrapper {
margin: 0;
}

.slider-wrapper {
position: relative;
width: 100%;
border: none;
top: 80px;
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;
}

.post.slide .theme-default .nivoSlider {
/*height: 38vw;*/
}

.theme-default .nivoSlider img {
width: 100%;
}


.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: 20px;
height: 20px;
background: rgba(255,255,255,0);
border: 5px solid rgba(255,255,255,0.5)!important;
text-indent:-9999px;
border:0;
margin: 0 5px;
}

.theme-default .nivo-controlNav a.active {
background: var(--color6);
border: 5px solid var(--color6)!important;
}

.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;*/
opacity: 1;
}

.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: 8vh 0 0!important;
width: 100%!important;
margin: 0 auto;
background: rgba(0,0,0,0.25);
display: inline-block!important;
opacity: 1;
}

.nivo-caption h2, .nivo-caption h1 {
font-size: 4.2vw;
font-weight: 900;
display: block;
margin: 0 auto;
padding: 4vw 8vw;
color: var(--color6)!important;
width: 1200px;
text-align:center;
}

.nivo-caption h3, #sidebar .nivo-caption h3 * {
font-size: 24px!important;
margin: 10px 0;
font-weight: 300;
color: var(--color6);
}

.nivo-caption p {
font-size: 2.5vw;
font-weight: 200;
display: none;
padding: 10px 600px 10px 0!important;
color: var(--color6);
width: 1200px;
margin: 0 auto!important;
line-height: 1.15;
}

.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(--color2);
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(--color2);
display: none;

}
div.rsslink a{

font-size: 11px;

color: var(--color1)!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;
}

.col-2 td {
width: 50%;
}

.col-3 td, .col-21 td:last-child, .col-12 td:first-child {
width: 33%;
}

.post.col-3 table td {
  width: calc(33% - 15px);
  display: inline-block;
}

.col-4 td {
width: 25%;
}

.post.col-4 table td {
width: calc(25% - 8px);
display: inline-grid;
margin: 4px 2px;
}

table.intro {
border: none;
border-collapse: separate;
border-spacing: 10px;
padding: 0;
margin: 0;
width: 100%;
background: transparent;
}

body.kontakty .intro {
text-align: center;
}

table.ikony {
width: 100%;
border: none;
border-collapse: separate;
border-spacing: 15px 0;
margin: 0px auto!important;
position: relative;
z-index: inherit;
}

table.ikony td {
padding: 0 25px 25px 25px;
    text-align: center;
}

.ikony h2 {
font-weight: 700;
  padding: 0px 0;
  margin: 15px 0 5px;
  font-size: 24px;
  line-height: 1.15;
text-transform:uppercase;
color:var(--color11);
}

.ikony h3 {
color: var(--color2) !important;
  margin: 0 !important;
  padding: 12px 0 !important;
  font-weight: 500 !important;
  font-size: 20px !important;
}

body:not(.uvod) .ikony h2 {
font-weight: 700 !important;
font-size: 18px !important;
text-transform: none;
letter-spacing: 0px;
}

.ikony img {
height: 90px;
  display: block;
  margin: 0 auto 10px !important;
  /*max-width: 90px;
  max-height: 90px;*/
  width: auto;
}

table.ikony .mdi {
/*background: var(--color6);
-webkit-box-shadow: 0 0px 12px 0px rgba(0,0,0,0.15);
box-shadow: 0 10px 12px 0px rgba(0,0,0,0.15);
width: 120px;
height: 120px;
line-height: 120px;
font-size: 0;
-webkit-border-radius: 200px;
border-radius: 200px;*/
margin: 10px 0 !important;
display: inline-block;
}

.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: 60px !important;
  padding: 0px 0 10px !important;
  color: var(--color6) !important;
margin: 10px 0 -10px 0;
  position: relative;
}

.intro h3 {
font-weight: 300!important;
font-size: 18px!important;
padding: 0!important;
text-transform: uppercase;
}

.intro p {
  color: var(--color6);
z-index: 0;
position: relative;
}

.intro td, .post_novinky li {
    padding: 20px;
margin: 0 0 30px 0px;
position: relative;
  font-weight: 400;
    vertical-align: top;
overflow: hidden;
-webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
background: var(--color6);
}

.intro td {
height: 30vw;
  padding: 10vw 30px 30px 30px;
background: var(--color1);
text-align:center;
}

.post.col-3 table.intro td, .post_novinky li {
  width: calc(33% - 4px);
  margin: 5px 2px;
}

.post_novinky{
width: 100%;
}

.post_novinky li {
display: inline-block;
}

.post_novinky h2 {
width: 1200px;
  margin: 0 auto !important;
  display: block;
}


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;
}

body.reference table.produkty td {
height: 18vw;
width: 33vw;
padding: 20px;
}

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);
}

table.produkty p {
color: rgba(255,255,255,0);
font-size: 16px;
}

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;
}

.post.col-3 table.sluzby td {
font-weight: 200;
width: calc(33% + 4px);
margin: 0 -3px 1px 0;
}

table.sluzby.col-2 td {
width: 50vw;
}

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(--color2);
  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 {
    color: var(--color2);
    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;
}

x.intro img {
width: calc(100% + 40px);
max-width: calc(100% + 40px)!important;
margin: 0 0 0 -20px!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
display: block;
position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.intro img {
  position: absolute;
  z-index: 0;
  opacity: 0.6;
  overflow: hidden;
  margin: 0 !important;
  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 {
scale: 1.2;
}

.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 {
transition: transform 0.5s ease-out;
}

x.intro td:hover, .post_novinky li:hover {
-webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
-ms-transform: translateY(-5px) !important;
transform: translateY(-5px) !important;
}


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: 1;
z-index: -1;
min-height: 100%;
}

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) rotate(0deg);
opacity: .4;
z-index: 0;
}

.post:not(.bg-light) .profil {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: var(--color64);
}

.profil h2 {
  padding: 0;
  margin: 0;
}

.post.bg-light .profil td:first-child {
padding: 0 30px 0 0;
}

.post.bg-light .profil ul li, table.karta ul>li {
list-style-type: none !important;
}

table.karta ul>li {
position: relative;
padding: 8px 0 8px 30px !important;
  margin-left: -15px;
line-height: 1.15;
}

table.karta ul>li:before {
content: "\F019E";
font-family: "Material Design Icons" !important;
position: absolute;
left: 0px;
top: 4px;
font-weight: 400;
font-size: 22px;
display: inline-block;
color: var(--color11);
font-weight: 400;
vertical-align: text-bottom;
}

.post:not(.post_novinky) ul {
  text-align: left;
  padding: 20px 40px !important;
  margin: 0 !important;
}

.post:not(.post_novinky) ul > li {
  position: relative;
  padding: 8px 0 8px 30px !important;
  margin-left: -15px;
  list-style-type: none !important;
}

.post:not(.post_novinky) ul>li:before {
content: "\F0E1E";
  font-family: "Material Design Icons" !important;
  position: absolute;
left: 0;
  top: 5px;
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  color: var(--color11);
}

x.post.bg-light .profil ul>li:before {
content: "\F019E";
font-family: "Material Design Icons" !important;
position: relative;
left: -7px;
top: 5px;
font-weight: 400;
font-size: 22px;
display: inline-block;
color: var(--color11);
font-weight: 700;
line-height: 2;
vertical-align: text-bottom;
}

.profil img {
width: 100%;
margin: 0!important;
display: block;
}

table.profil .mdi, .post.blok-profil .mdi {
border-bottom: 1px solid var(--color5);
}

table.profil .mdi:before, .post.blok-profil .mdi:before {
font-size: 36px;
color: var(--color3);
display: inline-block;
margin: 0 20px 0 0 !important;
vertical-align: middle;
}

table.karta, table.profil {
border: none;
border-collapse: separate;
border-spacing: 0px;
padding: 0;
margin: 30px auto;
width: 100%;
}

.karta h2 {
font-weight: 700;
}

.karta td, .karta.reverse.td {
padding: 0;
}

.karta:not(.reverse) tr:nth-child(2n+1) td:first-child, .karta:not(.reverse) tr:nth-child(2n) td:last-child, .karta.reverse tr:nth-child(2n+1) td:last-child, .karta.reverse tr:nth-child(2n) td:first-child {
padding: 30px 90px;
}

.post.w-100 .karta:not(.reverse) tr:nth-child(2n+1) td:first-child,  .post.w-100 .karta.reverse tr:nth-child(2n) td:first-child {
  padding-left: calc(50vw - 610px);
}

.post.w-100 .karta:not(.reverse) tr:nth-child(2n) td:last-child, .post.w-100 .karta.reverse tr:nth-child(2n+1) td:last-child {
  padding-right: calc(50vw - 610px);
}

.karta img {
width: 100%;
margin: 0!important;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
padding: 0px;
}

.post.produkt .karta img {
width: 100%;
margin: 0 auto!important;
}

.postx table {
  width: 500px;
  margin: 20px 0px 0 100px;
  display: inline-block;
  vertical-align: top;
}

.blok-specifikace table  {
width: 100%;
}

.blok-specifikace table tr td {
border-bottom: 1px solid var(--color5);
}

.blok-specifikace table * {
font-size: 16px;
}

.blok-postup .post_body {
  padding: 0 400px 0 500px;
}

.blok-postup p {
  margin: 40px 0 !important;
  line-height: 1.25;
  font-size: 22px;
position: relative;
}

.blok-postup p strong {
  display: block;
font-size: 30px;
  margin-bottom: 5px;
}

.blok-postup .mdi::before {
color: var(--color11);
  font-size: 50px;
  padding: 0px;
  margin: 0 auto !important;
  display: inline-block;
  position: absolute;
  line-height: 1;
  vertical-align: middle;
  left: -95px;
  top: 5px;
  background: rgba(0,0,0,0.05);
  border-radius: 100px;
  padding: 15px;
}

.blok-motto p {
font-weight: 600;
font-size: 28px;
color:var(--color11);
}

.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;
color: var(--color2);
}

.tabulka tr:hover{
background: none!important;
}

.tabulka tr td {
border: 1px solid var(--color5);
border-left: none;
border-right: none;
text-align: left;
padding: 7px 12px;
}

.tabulka tr.licha td {
background: rgba(0,0,0,0.01);
}

.blok-cenik table {
width: 70%;
margin: 0 auto;
}


.blok-cenik table td:last-child {
text-align: right;
}

#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: var(--color12);
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;
}

.post.partneri p {
display: inline-block;
}

.post.partneri p img {
width: 200px;
margin: 30px !important;
}

.contacts-icon .mdi {
color: var(--color6)!important;
}

#header .contacts-icon {
  display: inline-block;
}

#header .contacts-icon .mdi {
    color: transparent!important;
font-size: 0;
}

.contacts-icon .mdi a {
    font-size: 16px;
    color: var(--color6);
    line-height: 1.5;
}

.contacts-icon .mdi:before {
    font-size: 18px;
    color: var(--color6);
    line-height: 1.75;
    display: inline-block;
    margin: 0 10px 0 0!important;
    vertical-align: middle;
}

#header .contacts-icon .mdi::before {
  font-size: 18px;
  color: var(--color6);
  line-height: 1.75;
  display: inline-block;
  margin: 0 0 0 5px !important;
  vertical-align: top;
}

.social-icon .mdi {
    color: transparent!important;
}

.social-icon p {
display: inline-block;
}

.social-icon .mdi:before {
    font-size: 18px;
    color: var(--color11);
    line-height: 1.75;
    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(--color51);
    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: -200px;
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;
}

table.kontakty .mdi {
color: transparent !important;
font-size: 0;
}

.ikony .mdi:before, table.kontakty .mdi:before {
color: var(--color11);
    font-size: 80px;
    padding: 0px;
    margin: 0!important;
    display: inline-block;
    position: relative;
line-height: 1;
}

body.kontakty .intro td span {
color: var(--color2);
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(--color11);
  padding: 15px 0;
  font-weight: 300;
  color: var(--color6);
z-index: 100;
}

#footer .paticka_cookies .paticka_cookies_text {
  color: var(--color6);
}

#footer .paticka_cookies_close span {
  float: none;
  margin: 0 20px;
  color: var(--color6);
background: rgba(0,0,0,0.3);
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: rgba(0,0,0,0.3);
  text-decoration: none;
margin: 0 5px;
border: none;
padding: 6px 9px;
border-radius: 0;
}

#footer .paticka_cookies .paticka_cookies_deny:hover, #footer .paticka_cookies .paticka_cookies_allow:hover, .paticka_cookies a.cookies-info:hover {
background: rgba(0,0,0,0.6);
  color: var(--color6)!important;
}

.post.none, .boxed.none, .skryt {
display: none!important;
}


.bform.form-basic {
  padding: 0px;
}


.bform label {
    padding: 0;
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.bform>form>div>div {
  padding: 5px;
  margin-bottom: 0px;
}

.bform #aradio_204_6451 label {
display: block;
width: 100%;
}

.bform #a_div186>div>label, .bform.form-basic [id*="atextbox_"] >label,  .bform.form-basic [id*="atextarea_"] >label, .bform.form-basic .form_textbox_label, .bform.form-basic .form_email_label, .bform.form-basic .form_textarea_label {
display: none !important;
}

.bform div.form_souhlas>label {
display: inline-block!important;
}

 .bform.form-basic [id*="atextarea_"]  {
  margin-top: 4px;
}

 .bform.form-basic [id*="afile_"]  {
  margin: 20px 0;
}

 .bform.form-basic [id*="afile_"]>input {
  width: 66.6%;
}

.bform .form_checkbox_option, .bform .form_textbox, .bform input#email_odesilatel, textarea, .bform select,  .form_email {
    padding: 10px;
    display: inline-block;
    width: 74%;
}

.bform #a_div186>div>.form_textbox, .bform input#email_odesilatel, #atextbox_192_98088>input, #atextbox_192_71550>input, .form_email, .bform.form-basic [id*="atextbox_"] .form_textbox, .bform.form-basic [id*="aemail_"] {
 display: block;
  width: 100%;
}

.bform.form-basic [id*="atextbox_"], .bform.form-basic [id*="aemail_"]  {
display: block !important;
width: 100%;
}

.bform.form-basic [id*="atext_"] {
  display: block;
  padding: 30px 0;
border-top: 1px solid rgba(0,0,0,0.1);
margin-top: 20px;
}

.bform .form_checkbox_option>input, .bform .form_radio_option>input {
margin: 0 5px !important;
width: 20px;
}

.bform .form_radio_option {
display: inline-block;
width: 25%;
padding-left: 13px;
}

.bform label.form_radio_label {
display: block;
width: 100%;
padding-bottom: 10px;
}


.bform #aradio_204_6451 .form_radio_option {
  text-align: center;
border: 1px solid rgba(0,0,0,0.1);
display: inline-block;
width: 31%;
margin: 20px 1%;
padding: 10px;
}

.bform .form_souhlas {
float: none;
padding-top: 10px;
color: var(--color6);
}

.bform .form_souhlas>input#souhlas {

}

.bform input#souhlas {
    display: inline-block;
    width: 0px;
    position: relative;
float: none;
}

.bform input#souhlas + label {
display: inline-block !important;
width: calc(100% - 40px);
float: none;
margin-bottom: 20px;
font-size: 12px;
}

.bform input#souhlas + label br {
display: none;
}

.bform form input.button{
    margin: 0 auto !important;
}

.bform .form_radio_option>label {
    margin: 3px 0;
vertical-align: middle;
}

#aradio_185_66760 {
  display: block;
  background: var(--color62);
  margin: 30px 0;
  padding: 30px;
}

#aradio_185_66760>label {
  font-weight: 700;
  margin-bottom: 20px;
}

#aradio_185_66760>.form_radio_option {
  display: inline-block;
  width: 50%;
}

.bform.form-basic [id*="aradio_"] span.form_text, [id*="formular_66760_"] .form_radio_label {
font-weight: 700;
}

.bform.form-basic [id*="aradio_"] span.form_text {
font-size: 24px;
}

#formular_66760_1 [id*="aradio_"]  {
  display: block;
  margin-bottom: 30px;
}

.bform [id*="formular_66760_"] [id*="aradio_185_"] .form_radio_option {
  display: inline-block;
  width: 16.6%;
padding: 10px;
text-align: center;
}

x#formular_66760_1 [id*="aradio_185_"] .form_radio_option>input, [id*="formular_66760_"] [id*="aradio_185_"] .form_radio_option>label {
display: block;
margin: 0 auto 20px!important;
width: 100%;
}


[id*="input_17134_"] + label, [id*="input_6360_"] + label {
background-repeat: no-repeat;
background-position: center 55px;
background-size: 100px;
height: 155px;
}

[id*="input_2201_"] + label {
background-repeat: no-repeat;
background-position: center 55px;
background-size: 100px;
height: 265px;
}


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: relative;
top: -5px;
margin: 0 auto;
width: 22px;
height: 22px;
transition: transform 0.28s ease;
border-radius: 1px;
border: 1px solid rgba(255,255,255,0.5);
display: block;
}


#input_66760_1 + label, #input_66760_2 + label, #souhlas + label {
padding-left: 30px;
}


#input_66760_1 + label:before, #input_66760_2 + label:before, #souhlas + label:before {
position: absolute;
left: 0;
top: 0;
margin: 1px;
}


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(--color6);
border-left: 2px solid var(--color6);
-webkit-transform: rotate(-45deg) scale(0);
transform: rotate(-45deg) scale(0);
transition: transform ease 0.25s;
will-change: transform;
position: relative;
top: -48px;
margin: 0 auto;
}

#input_66760_1 + label:after , #input_66760_2 + label:after, #souhlas + label:after {
position: absolute;
top: 7px;
left: 6px;
margin: 0;
}

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;
}

#main .kontakty p strong, #main .kontakty p strong a {
font-weight: 700 !important;
}
.brand-carousel {
background: none;
margin-top: 0px;
}

.owl-dots {
text-align: center;
margin-top: 0;
}

div.owl-item>div {
    padding: 15px;
margin: 0;
position: relative;
  font-weight: 400;
    vertical-align: top;
overflow: hidden;
/*background: var(--color6);
-webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.3);*/
min-height: 120px;
}

div.owl-item h2 {
font-size: 18px;
margin: 0 !important;
padding: 15px 0 0 0;
}

xdiv.owl-item h2:before {
content: "\F1022";
font-family: "Material Design Icons" !important;
position: relative;
font-weight: 400;
font-size: 36px;
line-height: 1;
display: block;
color: var(--color5);
margin: 0 auto 20px;
text-align: center;
}

.owl-dot {
display: inline-block;
height: 5px !important;
width: 40px !important;
background-color: var(--color5)!important;
opacity: 1;
border-radius: 0;
margin: 0 5px;
}

.owl-dot.active {
background-color: var(--color11)!important;
}

.owl-carousel .owl-item {
padding: 5px 1px 5px 1px!important;
/*text-align: center;*/
border-right: 0px solid rgba(0,0,0,0.2);
}

.owl-carousel .owl-item h3 {
color: var(--color11)!important;
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(--color11);
font-size: 18px;
margin: 0 6px 0 0;
vertical-align: middle;
}

.owl-carousel .owl-item .ico-seznam {
background: url(userFiles/icons/ico-seznam.png) left center no-repeat;
background-size: 18px;
padding-left: 26px !important;
display:inline-block;
}

.owl-carousel .owl-dots.disabled {
display: block;
}

.owl-carousel .owl-item img {
width: auto;
max-width: 80%;
max-height: 80px;
height: auto;
margin: 0 auto !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
display: block;
}

body.reference .box-reference table {
width:100%;
}

body.reference .box-reference table td {
text-align:center;
vertical-align: middle !important;
padding:20px;
}

body.reference .box-reference img {
max-width: 300px;
max-height: 250px;
}/*-------------STYLE-------------*//* STYL PRO TABLETY */

@media screen and (max-width: 1200px) {

body, body.uvod, #main, .post_novinky h2 {
width: 100%;
}

#wrapper, .uvod #wrapper, #wrapper .slider-wrapper, #wrapper .nivoSlider {
width: 100%!important;
/*height: calc(100vh - 80px);*/
height: auto;
}

.theme-default .nivoSlider img {
    height: auto!important;
    width: 100vw!important;
    /*margin-left: calc(50vw - 570px) !important;*/
}

.uvod #wrapper {
  margin-top: 0;
}

.slider-wrapper {
top: 0px;
}

#wrap {
padding: 0;
width: 100%;
}

#footer, #footer-content {
width: 100%;
}

#logo  {
left: 70px;
}

#logo a {
font-size:55px;
}

#rightbar #logo {
  left: 0;
}

#slogan {
left: 60px;

}

#rightbar #slogan {
display: block;
}

.post:not(.w-100) {
padding: 40px 20px;
}

.post.w-100 {
padding-left: 20px!important;
padding-right: 20px!important;
}

.post.w-50 {
  width: 49%;
}

.post.w-50[class*="pad-"] {
padding: 20px!important;
}


.post.slide {
display: none;
}

.post.img-full .post_body p {
  font-size: 4vw;
}

.post.w-100.img-full {
  padding: 25vw 50px 0 50px;
}

.post.img-full h1 {
  font-size: 6vw !important;
}

/* HEADER */

#max-header {
/*height: 80px;
z-index: 200;*/
}

#header {
width: 100%;
}

/* MENU */

#pull {
height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    margin: 0;
    position: relative;
    top: 35px;
    left: 15px;
    z-index: 100;
}

#pull:after {
  content: "\F035C";
  font-family: "Material Design Icons" !important;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    width: 40px;
    display: block;
    color: var(--color12);
}

#pull.mAct:after {
  content: "\F0156";
}

#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;
margin: 0;
top: 0;
 }

#menu>ul {
display: block;
position: absolute;
left: 0px;
top: 100px;
z-index: 9999;
opacity: 1;
background: var(--color12);
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-left:20px;
color: rgba(255,255,255,1);
margin: 0;
    line-height: 50px;
}

#menu>ul>li.current>a, .fixed #menu>ul>li>a {
    color: var(--color6)!important;
    text-decoration: none;
}

#header #menu>ul>li>a:after, #header #menu>ul>li.current>a:after {
display: 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.025);
border-bottom: 1px solid rgba(255,255,255,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(--color6);
    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.15);}

.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(--color3)!important;
}

#header .boxed .button {
background: url("userFiles/img/ico-src-2.png") no-repeat center center!important;
}

.post_top, .post_body {
width: 100%;
padding: 0;
}

.post, #sidebar .boxed, #footer, table.produkty {
width: 100%;
}

.intro {
width: 100%;
}

table.produkty img {
position: relative;
}

.intro h3, table.produkty h2 {
    padding: 0!important;

}

.intro h2 {
  font-size: 2vw !important;
  line-height: 1.3;
}

table.produkty {
color: var(--color3);
}

table.produkty h2  {
    font-size: 2.25vw;
}

table.produkty p {
color: rgba(255,255,255,1);
font-size: 15px;
}

table.produkty td {
    background: rgba(0,0,0,0.0);
height: auto;
}

table.produkty td:hover img {
opacity: 1;
}

.ikony td {
    padding: 10px;
}

.karta h2 {
    font-size: 28px;
}

.karta:not(.reverse) tr:nth-child(2n+1) td:first-child, .karta:not(.reverse) tr:nth-child(2n) td:last-child, .karta.reverse tr:nth-child(2n+1) td:last-child, .karta.reverse tr:nth-child(2n) td:first-child {
  padding: 30px 60px;
}

#max-rightbar {
padding: 40px 20px;
}

#rightbar {
width: 100%;
padding: 0;
}

#rightbar .boxed, #rightbar .post_formulare {
width: 49%;
margin-bottom: 40px;
}

#rightbar .post_formulare {
width:98%;
}


/* SLIDER */

.ikony img {
width:100%;
}

 .theme-default .nivo-caption {
    padding: 10vw 50px 0 !important;

  }

.nivo-caption h2, .nivo-caption h1 {
    font-size: 6vw;
    width: 100%;
padding: 0;
}

.nivo-caption p {
font-size: 4vw;
    width: 100%;
padding: 10px 0!important;
}

.nivoSlider img {

}

.theme-default a.nivo-nextNav {

}

table.sluzby td:hover img, table.produkty td: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;
}

.bform.form-basic [id*="afile_"] > input {
width: calc(66.7% - 3px);
}

.post.col-3 table.intro td, .post_novinky li {
  width: calc(33% - 5px);
}

#header .contacts-icon {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 25px;
}

#header #menu .contacts-icon {
  padding: 10px;
display: none;
}


.intro td {
  padding: 3vw 30px 30px 30px;
}

}




@media screen and (max-width: 1000px) {

.intro p {
font-size:16px;
}

.blok-postup .post_body {
  padding: 0 25%;
}

.post.blok-motto {
padding: 40px 10vw;
}

}






@media screen and (max-width: 800px) {

.col-4 td {
  width: 49%;
}

.ikony td {
  padding: 10px;
  display: inline-block;
}

.post.col-3 table.intro td, .post.col-4 table td, .post_novinky li {
  width: calc(50% - 7px);
}

.bform [id*="formular_66760_"]  [id*="aradio_185_"] .form_radio_option {
  width: 33.3%;
}

.intro td {
  height: 44vw;
}

 .intro h2 {
    font-size: 4vw !important;
    line-height: 1.35;
  }

#rightbar .boxed {
width: 49%;
}

#rightbar .post_formulare {
width: 100%;
display: block;
}

.post.w-50 {
  width: 100%;
display: block;
}

.blok-cenik table {
width: 100%;
margin: 0 auto;
}

.post.col-3 table td {
width: calc(100% - 15px);
}

.ikony img {
height:auto;
}

}
/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 600px) {

body {
}


#header {
height: 100px;
}

.post {

}

img {
display: block!important;
/*margin: 5px auto!important;*/
float: none;
}

#logo a {
  font-size: 7.5vw;
}

#slogan {
font-size:14px;
}

.more, .button, input.button {
   /* line-height: 10vw;*/
}

#main img {

}

#main h1, #main h1 span {
    font-size: 44px !important;
}

#footer {padding:10px;}

.karta tr td:first-child, .karta.reverse tr td:last-child {
    padding: 0!important;
margin: 0!important;
}

.karta tr td:last-child, .karta.reverse tr td:first-child {
padding: 10px 0 !important;
}

.post.w-100.img-full {
height: 60vh;
  }

.img-full video, .img-full img {
  height: 60vh;
}

  .post.img-full .post_body p {
    font-size: 6vw;
  }

/* MENU */

#menu>ul {
display: block;
width: 90%;
margin-left: -90%;
top:100px;
}

.intro {
margin: 0 0 3px 0;
}

 .intro h2 {
    font-size: 6vw !important;
  }

.intro td {
display: block;
width: 100%;
    height: 56vw;
  }

.intro .more {
    left: 33%;
}

.col-2 td, .col-3 td, .col-21 td, #rightbar .boxed, .news>ul.novinky>li, .col-4 td, .col-12 td {
width: 100%!important;
display: block;
margin: 0 0 20px 0;
}

.post.col-4 table td, .post_novinky li {
  width: 100%;
  display: block;
  margin: 10px 0;
}

body.kontakty #main>.post.cl2 iframe {
    height: 100vw;
}

#rightbar .boxed {
margin-bottom: 30px;
}

#rightbar .boxed:last-child img {
margin: 0 auto!important;
}

.uvod #wrapper, .uvod  #wrapper .slider-wrapper, .uvod #wrapper .nivoSlider, .post.slide .slider-wrapper, .post.slide .theme-default .nivoSlider {
    width: 100%!important;
    height: calc(55vh - 80px)!important;
}

.theme-default .nivoSlider img {
    height: calc(55vh - 80px)!important;
    width: calc(176vh - 80px)!important;
    margin-left: calc(50vw - 570px) !important;
}

.post.slide {
  height: 60vh;
}

.nivo-caption h2 {
font-size: 12vw;
line-height: 1.2;
}

.nivo-caption p {
font-size: 6vw;
line-height: 1.25;
}

.blok-rezervace a {
font-size: 32px;
padding: 20px 50px;
    line-height: 120px;
}

#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%;
}

.post.mapa iframe {
    height: 50vw;
}

#info {
}

#info .boxed {
    top: 40px;
}

#info p {
    display: inline-block;
    margin: 0 0 0 30px;
}

table.produkty td {
padding: 5px 10px;
height: auto;
width: 100%;
display: block;
margin-bottom: 30px;
}

table.produkty h2 {
font-size: 4vw!important;
}

body.reference table.produkty h2, table.produkty p {
font-size: 20px;
}

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 {
border-bottom: 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;
}

.bform label {
    display: block;
    width: 100%;
}

.bform .form_checkbox_option, .bform .form_textbox, .bform input#email_odesilatel, .bform.form-basic [id*="atextbox_"], .bform.form-basic [id*="aemail_"], .bform.form-basic [id*="afile_"] > input {
    display: block;
    width: 100%;
}

.bform .form_checkbox_option>label, .bform .form_radio_option>label {
    display: inline-block;
    width: calc(100% - 40px);
}

.bform>form>div>div {
margin-bottom: 20px;
}

#aradio_185_66760 > .form_radio_option {
  display: block;
  width: 100%;
}

#bform185 #atextbox_185_92612, #bform185 #atextbox_185_9276, #bform185 #form_email_odesilatel {
  width: 100%;
  display: block !important;
}

x.bform #aradio_185_17134 .form_radio_option, .bform [id*="formular_66760_"]  [id*="aradio_185_"] .form_radio_option {
  width: 50%;
}

.post.bg-light .profil td:first-child {
  padding: 0;
}

.blok-specifikace table {
  width: 100%;
display:block;
  margin: 20px 0px;
}

.blok-specifikace table td {
  width: 100%;
display:block;
}


  .post.w-50[class*="pad-"] {
    padding: 10px !important;
  }

table.profil .mdi, .post.blok-profil .mdi {
  border-bottom: 1px solid var(--color5);
  font-size: 16px;
}

.blok-cenik table td {
display: block;
}


.blok-cenik table td:first-child {
border-bottom: none;
}

}/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 460px) {


#slogan {
}


.nivo-caption h2 {
font-size: 10vw;
}

#wrapper .nivo-caption p {
font-size: 7vw;
}

.intro p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

}



@media only screen and (max-width : 360px) {



x.bform #aradio_185_17134 .form_radio_option, .bform [id*="formular_66760_"]  [id*="aradio_185_"] .form_radio_option {
  width: 100%;
display: block;
}

}
