:root {
  --color1: #1a1a1a;   /* near black */
  --color111: #2b1b0e; /* dark brown accent */
  --color2: #8b1e00;   /* dark brick red */
  --color21: #c09696;
  --color3: #cc3300;   /* construction orange */
  --color4: #ff4500;   /* safety orange */
  --color5: #ff6f3c;   /* warm orange accent */
  --color51: #ffa500;  /* safety yellow/orange */
  --color52: #ffd580;  /* light sand */
  --color6: #060319; 
  --color61: #3d3d3d;  /* steel gray */
  --color62: #707070;  /* medium gray */
  --color63: #a6a6a6;  /* concrete gray */
  --color64: #d9d9d9;  /* light concrete */

  --color11: #088026;
  --color12: #91f7a6;
  --color13: #423226;
  --color14: #d35400;  /* vivid orange */
}


* {
font-family: "Urbanist", Arial, sans-serif!important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
font-size: 18px;
line-height: 1.5;
padding: 0;
margin: 0;
font-weight: 300;
scroll-behavior: smooth;
}

a {
color: var(--color11);
text-decoration: none;
font-weight: inherit;
}

a:hover, a:focus { 
text-decoration: none; 
color: var(--color2); 
}

a img { margin: 0 !important; }

a, #menu ul, .galleryItem, .button, .intro td, #rightbar ul.novinky li, .full-aktuality ul.novinky li, .profil td:last-child, .ikony td, table.produkty h2:after {
-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 {
-webkit-box-shadow: none;
box-shadow: none;
}

strong, b {
font-weight: 700!important;
}

._round-inner .roundblock, _round-block img {
border: none!important;
}

/* LAYOUT */

html {
background: var(--color6) url(userFiles/img/bgx.jpg) no-repeat center top fixed;
background-size: cover;
margin: 0;
padding: 0;
}


body {
width: 100%;
margin: 0 auto;
color: #ffffff;
padding: 0;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box !important;
}


body.fixed {
padding-top: 0;
}

#wrap {
margin: 0 auto;
width: 100%;
position: relative;
padding: 0px;
}

x.uvod #wrap {
margin: -150px auto 0;
width: 100%;
position: relative;
padding: 0px;
}


body:not(.uvod).fixed #wrap {
margin-top: 60px;
}

ul {
list-style-position: inside;
list-style-type: square;
}

/* HEADER */

#max-header {
width: 100%;
margin: 0;
padding: 0;
position: relative;
height: 90px;
/*-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
box-shadow:  0 5px 10px 0px rgba(0, 0, 0, 0.1);*/
z-index: 10;
}

body:not(.uvod) #max-header:after {
content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -30px;
  left: 0;
  background: rgba(0,0,0,.1);
}

.fixed #max-header {
}

#header {
width: 1200px;
margin: 0 auto;
padding: 0;
position: relative;
}


#logo {
position: relative;
display: inline-block;
    z-index: 1;
top: 10px;
text-align: center;
}

#logo a {
background: url(userFiles/img/logo1.png) no-repeat left center;
  background-size: contain;
  font-size: 55px;
  font-weight: 900 !important;
  color: var(--color11);
  padding: 8px 0 0 90px;
  display: block;
  margin: 0px 0 0 0;
  text-align: left;
  line-height: 1;
  height: 70px;
  width: 450px;
}

#slogan {
font-size: 24px;
  line-height: 1.5;
  font-weight: 400 !important;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 35px;
  color: var(--color21);
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  width: auto;
  text-align: center;
  left: 180px;
  height: auto;
}

.fixed #slogan {
}

#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;
letter-spacing: 1px;
margin: 0px 0 0 505px;
text-transform: uppercase;
}

#header .boxed, #max-search {
width: 210px;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 10;
}

#header .boxed input, #max-search input, #main input, #main textarea {
margin: 0 0 8px;
padding: 10px;
border: 1px solid rgba(0,0,0,0.1);
background: rgba(255,255,255,0.025);
font-weight: 400;
color: var(--color2);
-webkit-border-radius: 0;
border-radius: 0;
}

#header .boxed .hledani table tr td:first-child input, #max-search .hledani table tr td:first-child input {
background: rgba(0,0,0,0.05);
color: var(--color6);
padding: 4px;
border: 1px solid rgba(255,255,255,0.5)!important;
font-size: 14px;
-webkit-border-radius: 1px;
border-radius: 1px;
}

#max-search .button {
background: transparent url("userFiles/img/ico-src.png") no-repeat center center!important;
color: var(--color6)!important;
    border: none!important;
    padding: 4.5px 18px!important;
    text-transform: none;
    font-size: 16px!important;
    font-weight: 300!important;
    margin: 0 0 9px 0!important;
}

#max-search .button:hover {
background: transparent url("userFiles/img/ico-src.png") no-repeat center center!important;
}

textarea {
height: 120px !important;
}

#header .boxed h2 {  display: none; }


.more, .button, input.button, .forum a.addtopic {
display: block;
color: var(--color6)!important;
padding: 10px 24px!important;
margin: 10px 0;
font-weight: 600;
text-transform: uppercase;
background: var(--color11)!important;
border: 1px solid var(--color11)!important;
-webkit-border-radius: 0!important;
border-radius: 0!important;
font-size: 13px!important;
letter-spacing: 1px;
}

.more.inverse, x#rightbar .post_formulare input.button {
background: var(--color12)!important;
color: var(--color13)!important;
border: 1px solid var(--color12)!important;
}

.novinky li .more {
       display: inline-block;
    color: var(--color4)!important;
    padding: 4px 2px!important;
    margin: 7px 0;
    font-weight: 400;
    text-transform: none;
    background: transparent!important;
    border: none!important;
    border-bottom: 3px solid var(--color5)!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    font-size: 14px;
    letter-spacing: 0;
}

.novinky li:hover .more {
    color: var(--color11)!important;
    border-bottom: 3px solid var(--color11)!important;
}

.active-link a {
  position: absolute;
  left: 0;
  width: 100%;
  top: -10px;
  height: 100%;
  font-size: 0 !important;
  color: transparent;
  border: none !important;
background: none !important;
}

.active-link a:hover {
  background: none !important;
border: none !important;
}

.forum a.addtopic {
    display: table;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
}

.forum a.addtopic em {
font-style: normal;
    font-weight: 700;
    font-size: 12px;
}

.button:hover, .more:hover, .intro td:hover .more:hover, .forum a.addtopic:hover {
background: var(--color13)!important;
color: var(--color6)!important;
border: 1px solid var(--color13)!important;
text-decoration: none;
scale: 1.05;
}

.more.inverse:hover, x#rightbar .post_formulare input.button:hover {
background: var(--color6)!important;
color: var(--color11)!important;
border: 1px solid var(--color6)!important;
text-decoration: none;
}

#rightbar .news>ul {
margin: 0 auto;
width: 1200px;
}

#rightbar .news #allnews .more {
    display: inline-block;
    margin-top: 30px;
}

#allnews {
    text-align: center;
}

/* MENU */

#pull {
display: none;
}

#max-menu {
position: relative;
margin: 0;
width: 100%;
height: 60px;
display: block;
background: var(--color13);
z-index: 10;
-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow:  0 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.fixed #max-menu {
position: fixed;
top: 0;
z-index: 100;
background: rgba(0,0,0,0.7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);

}

#menu {
position: relative;
margin: 0 auto;
width: 1200px;
display: block;
}

.fixed #menu {
position: relative;
margin: 0 auto;
width: 1200px;
display: block;
background: none;
-webkit-box-shadow: none;
box-shadow:  none;
}

#menu>ul {
list-style-type: none;
margin: 0 auto;
padding: 0;
text-align: left;
/*height: 100%;*/
display: inline-block;
}

#menu>ul>li {
display: inline-block;
margin: 0 1px 0 0;
height: 100%;
}

#menu>ul>li.current, #menu>ul>li:hover {
background: var(--color11);
}

#menu>ul>li>a {
display: block;
font-size: 22px;
letter-spacing: 0.5px;
color: var(--color6);
padding: 0px 25px;
margin: 0;
font-weight: 700;
line-height: 60px;
}

/*.fixed #menu>ul>li>a {
line-height: 45px;
font-size: 16px;
}*/

#menu>ul>li>a:hover, #menu>ul>li:hover>a {
text-decoration: none;
color: var(--color6);
}

.fixed #menu>ul>li.current>a, .fixed #menu>ul>li:hover>a {

}

#menu>ul>li>ul {
list-style-type: none;
position: absolute;
margin: 0;
padding: 0;
z-index: 10;
visibility: hidden;
color: var(--color6);
background: var(--color11);
width: 280px;
}

#menu>ul>li>ul>li, #menu>ul>li>ul>li>ul>li, #menu>ul>li>ul>li>ul>li>ul>li {
position: relative;
padding: 0 5px;
border-bottom: 1px solid rgba(0,0,0,0.1);
}

#menu>ul>li:hover>ul {
visibility: visible;
    -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.15);
}

#menu>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 0px 10px;
margin: 0 0px 0px;
color: transparent;
line-height: 0px;
font-size: 0px;
font-weight: 500;
}

#menu>ul>li>ul>li:last-child>a {
border: none;
}


#menu>ul>li:hover>ul>li>a {
color: var(--color6);
line-height: 1.25;
font-size: 18px;
padding: 12px;
}

#menu>ul>li>ul>li:hover, #menu>ul>li>ul>li>ul>li:hover, #menu>ul>li>ul>li>ul>li>ul>li:hover {
background: rgba(0,0,0,0.05);
}


#menu>ul>li>ul>li>a:hover, #menu>ul>li>ul>li>ul>li>a:hover, #menu>ul>li>ul>li:hover>a, #menu>ul>li>ul>li>ul>li:hover>a {

}

#menu>ul>li>ul>li>ul, #menu>ul>li>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(--color11);
left: 190px;
top: 10px;
    -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.15);
}

#menu>ul>li>ul>li:hover>ul, #menu>ul>li>ul>li>ul>li:hover>ul {
width: 200px;
}

#menu>ul>li>ul>li>ul:hover {
overflow: visible;
}

#menu>ul>li>ul>li>ul>li>a, #menu>ul>li>ul>li>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 10px;
margin: 0 0px 0px;
color: var(--color6);
line-height: 1.25;
width: 200px;
font-size: 15px;
font-weight: 600;
}

#menu>ul>li>ul>li>ul>li>a:hover {

}

.menu-footer>div>ul>li>ul {
display: none;
}

.menu-footer>div>ul {
list-style-type: none;
}

.menu-footer>div>ul>li {
display: block;
padding: 0;
}

.menu-footer>div>ul>li>a, #sidemenu li>a {
color: var(--color6);
font-size: 16px;
}

.menu-footer>div>ul>li>a:hover {
text-decoration: underline;
}


.menu-footer>div>ul>li::before {
font-family: "Material Design Icons" !important;
  content: '\F035F';
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  color: var(--color6);
  vertical-align: middle;
  margin-right: 5px;
}

/* SIDEBAR */

#sidebar {
margin: 76px 0 0 0;
width: 240px;
float: left;
display: none;
}

.uvod #sidebar {
display: none;
}

#sidebar>ul.sidemenu {
margin-bottom: 20px;
border-top: 7px solid rgba(0,0,0,0.05);
background: var(--color6);
}

.sidemenu {
list-style-type: none;
padding: 0px;
margin: 0;
}

.sidemenu li {
display: block;
}

#sidebar>.sidemenu>li {
padding: 0;
}

.sidemenu a {
font-weight: 400;
display: block;
}

#sidebar>.sidemenu>li>a {
font-weight: 800;
font-size: 18px;
padding: 15px;
margin: 0;
line-height: 1.25;
display: block;
position: relative;
color: var(--color4);
}

#sidebar>.sidemenu>li:hover a, #sidebar>.sidemenu>li.current a {
color: var(--color12);
}

#sidebar>.sidemenu>li:hover, #sidebar>.sidemenu>li.current {
text-decoration: none;

}

#sidebar>.sidemenu>li {
margin: 0;
border-top: 1px solid rgba(0,0,0,0.05);
}

#sidebar>ul>li>ul>li, #sidebar>ul>li>ul>li>ul>li, #sidebar>ul>li>ul>li>ul>li>ul>li {
border-top: 1px solid rgba(0,0,0,0.05);
}

#sidebar>.sidemenu>li>ul>li>a {
font-weight: 600 !important;
padding: 15px 10px 15px 25px;
margin: 0;
color: var(--color21);
text-transform: none;
text-align: left;
font-size: 16px;
line-height: 1.25;
}

#sidebar>.sidemenu>li>ul>li:hover, #sidebar>.sidemenu>li>ul>li.current {
/*background: rgba(0,0,0,0.01);*/
}

#sidebar>.sidemenu>li>ul>li.current.aktivni, #sidebar>.sidemenu>li>ul>li.current>ul   {
}

#sidebar>.sidemenu>li>ul>li>a:hover, #sidebar>.sidemenu>li>ul>li>ul>li:hover, #sidebar>.sidemenu>li>ul>li>ul>li.current, #sidebar>.sidemenu>li>ul>li>ul>li.current>a, #sidebar>.sidemenu>li>ul>li>ul>li>ul>li.current {
background: rgba(0,0,0,0.01);
}

#sidebar>.sidemenu>li>ul>li>ul>li.current.aktivni>a {
background: none;
color: var(--color11);
text-decoration: none;
}

#sidebar>.sidemenu>li>ul>li>ul>li>a {
margin: 0 0 0 0;
padding: 15px 10px 15px 35px;
font-weight: 400;
font-size: 16px;
line-height: 1.25;
}

#sidebar>.sidemenu>li>ul>li>ul>li>ul>li>a {
    color: var(--color13);
    margin: 0 20px 0 0;
    padding: 13px 0 13px 60px;
    font-weight: 400;
}

#sidebar>.sidemenu>li>ul>li.current>a, #sidebar>.sidemenu>li>ul>li.current>ul>li>a, #sidebar>.sidemenu>li>ul>li:hover a, #sidebar>.sidemenu>li>ul>li.current>ul>li>ul>li>a {
color: var(--color11);
}

#sidebar .boxed {
padding: 10px;
margin: 0 0 20px 0;
background: var(--color6);
border-top: 7px solid rgba(0,0,0,0.05);
}

#sidebar .boxed:first-child {
display: none;
}

#sidebar h2 {
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 0;
    line-height: 2;
    display: block;
    position: relative;
    color: var(--color11);
}

#sidebar>h2 {
display: none;
}

#sidebar h3 {
    padding: 5px 0;
    color: var(--color13);
    font-weight: 700;
    font-size: 18px;
}

#sidebar p, #rightbar p {
margin: 0;
padding: 0px;
}

.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(--color1);
    content: "\F0806";
    position: absolute;
    font-size: 24px;
top: 6px;

}

.post.navig-menu a:hover {
text-decoration: underline;
}


#rightbar p, #rightbar a {
font-size: 16px;
color: #fffefa;
}

#rightbar a:not(.more):hover {
text-decoration: underline;
}

#rightbar .news a {
color: var(--color13);
}

#rightbar p span {
margin-right: 5px;
font-size: 13px;
}

#rightbar .boxed:not(.news) a.more {
  display: inline-block;
text-align: center!important;
font-size: 18px !important;
}

.content2 {
padding: 0;
}

x#sidebar>.sidemenu>li, x#sidebar>.sidemenu>li>a, #sidebar>.sidemenu>li>ul, #sidebar>.sidemenu>li>ul>li>ul, #sidebar>.sidemenu>li>ul>li>ul>li>ul  {
display: none;
}

#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 */

.split #main{

width: 940px;
float: right;
}

#main {
padding: 0px;
margin: 0 auto;
width: 100%;
float: none;
}

.post_top, .post_body {
width: 1200px;
margin: 0 auto;
}

#rightbar .post_formulare [class*="post_"] {
width: 100%;
margin: 0 auto;
}


.post_title {
}

.post.bg-gray {
  background: var(--color63);
  position: relative;
}

.post.bg-story .intro h2 {
font-weight: 800 !important;
font-size: 32px !important;
padding: 10px 0 !important;
}

.bg-story .mdi::before {
  font-size: 64px;
}

#main>ul, #main>h1 {
margin: 0 0px 0 0px !important;
padding: 10px 0 !important;

}

#main div.post {
clear: both;
}

#main table td {
vertical-align: top;
}


#main h1, #main h1 span, #main .post_top h2 {
    font-weight: 800;
    font-size: 36px;
    padding: 10px 0;
    margin: 0 0 30px;
    display: inline-block;
    background: none;
    position: relative;
    color: #00ff66;
line-height: 1.15;
}

.forum>h1 {
    margin-top: 60px!important;
}

.forum #main h1.vypis {
display: none;
}

x#main h1:after, x#rightbar .news>h2:after,x #main .post_top h2:after {
content: " ";
    width: 60px;
    height: 3px;
    background: var(--color12);
    display: block;
    margin: 10px 0 0;
    position: relative;
}

#main>ul>li {
    width: 100%;
    display: block;
    /* float: left; */
    padding: 0 0px 20px;
    text-align: left;
    font-size: 12px;
    line-height: 19px;
    margin: 10px 0;
}

#main>ul>li .more {
margin: 10px 40px!important;
}

#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;
}


#main h2, #main h2 span {
font-weight: 600;
font-size: 28px;
padding: 0px 0;
margin: 7px 0;
line-height: 1.15;
}

#main h3, #main h3 span {
font-weight: 800;
padding: 0px 0;
margin: 7px 0;
text-transform: none;
font-size: 20px;
line-height: 1.15;
}

#main .post_top h3 {
font-size: 24px;
}

#main ul, #main ol {
padding: 5px 0px;
margin: 0 0px 0 5px;
list-style-position: inside;
}

#main p {
padding: 5px 0;
text-indent: 0;
margin: 0px 0 0px;
}

#main .post:not(.full-aktuality) li {
  text-align: left;
  position: relative;
  list-style-type: none !important;
  line-height: 1.25;
  padding-bottom: 10px !important;
  padding-left: 40px !important;
}

#main .post:not(.full-aktuality) li::before {
  content: "\F0E1E";
  font-family: "Material Design Icons" !important;
  position: absolute;
  left: 10px;
  top: 0px;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  color: var(--color11);
}


#main p strong {
}

#main ._round-cont {

margin: 0 !important;
}

#main-table img.nolink {
margin: 8px 9px 0 0 !important;
}
#main-table h2 {
margin: 0 0 -5px 0 !important;
}

#main .post {
padding: 30px 0!important;
margin: 0!important;
}

.bg-overlay:after {
content: " ";
width: 100%;
height: 100%;
background: rgba(255,255,255,0.4);
background: rgba(0,0,0,0.3);
display: block;
position: absolute;
top: 0;
left: 0;
}

/* RIGHTBAR */

#max-rightbar {
margin: 0 auto;
width: 100%;
padding: 0;
}

#rightbar {
margin: 0 auto;
width: 100%;
text-align: center;
}

#rightbar .boxed, #rightbar .post_formulare  {
padding: 10px 40px 40px 40px;
margin: 0;
display: inline-block;
width: 400px;
text-align: left;
color: var(--color6);
vertical-align: top;
position: relative;
}

#rightbar .boxed.news {
padding: 30px 0;
margin: 0;
display: block;
width: 100%;
background: var(--color64);
color: var(--color3);
}

#rightbar .boxed.mapa  {
padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}

#rightbar .boxed.mapa iframe {
  height: 20vw;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 1;
  margin-bottom: -11px;
display: block;
}

#rightbar .boxed ul {
padding: 0px;
list-style-type: none;
}

#rightbar .boxed>ul>li>ul {
display: none;
}

#rightbar h2 {
    font-weight: 600;
    font-size: 26px;
    padding: 10px 0;
    margin: 0 0 0 0;
    display: block;
    position: relative;
    color: var(--color6);
}

#rightbar>.news>h2 {
    font-weight: 300;
    font-size: 36px;
    padding: 10px 0;
    color: var(--color3);
margin: 20px auto 0;
display: block;
background: none;
position: relative;
width: 1200px;
text-align:center;
}

#rightbar h3 {
padding: 3px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}

.rbx4 {
  margin-top: 50px!important;
}

#sidebar .novinky, #rightbar .novinky {
    list-style-type: none;
    margin: 0;
    display: block;
}

#sidebar .novinky li, #rightbar .novinky li, .full-aktuality ul.novinky li {
    padding: 0 30px 0 0!important;
   /* -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);*/
width: calc(33% - 8px);
margin: 7px 4px;
display: inline-block;
vertical-align: top;
padding: 10px 20px !important;
/*-webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.6);
-webkit-border-radius: 10px;
border-radius: 10px;*/
}

 .full-aktuality ul.novinky li {
width: calc(50% - 11px);
}

#sidebar ul.novinky li:hover, #rightbar ul.novinky li:hover, .full-aktuality ul.novinky li:hover {
    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.2);
box-shadow: 0 20px 30px 0 rgba(0,0,0,.2);
/*transform: scale(1.1,1.1)!important;*/
/*-ms-transform: translateY(-5px)!important;
transform: translateY(-5px)!important;*/
z-index: 2;
}

#sidebar .novinky li p, #rightbar .novinky li p {
color: var(--color2);
}

#rightbar ul.novinky li:nth-child(4) {
border-right: none;
}

#rightbar ul.novinky li {
display: none;
}



#rightbar ul.novinky li:first-child, #rightbar ul.novinky li:nth-child(2), #rightbar ul.novinky li:nth-child(3)  {
    display: inline-grid;
}

#rightbar ul.novinky li img, .full-aktuality ul.novinky li img {
width: calc(100% + 40px);
    display: block;
    margin: 0 0 10px -20px!important;
display: none;
}

#rightbar ul {
list-style-position: inside;
}

body.aktuality #rightbar>.news {
display: none!important;
background: var(--color63);
}

x.uvod #rightbar>.news {
display: block!important;
}

.full-aktuality ul.novinky {
    list-style-type: none;
}

small {
font-size: 14px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 2px;
}

#footer {
margin: 0px auto -20px;
width: 100%;
padding: 0 0 20px 0;
clear: both;
background: var(--color13);
}

#footer-content * {
color: var(--color6);
}

#footer-content {
padding-top: 30px;
width: 1200px;
margin: 0 auto;
text-align:center;
}

#footer-content * {
font-size: 13px!important;
}

/* SLIDER */

#max-slide {
position: relative;
width: 100%;
padding: 0;
margin: 0;
}

.fixed #max-slide {
margin: 60px 0 0 0;
}

.slider-wrapper {
margin: 0 auto;
width: 100%;
padding: 0px;
position: relative;
z-index: 0;
display: block;
}

.theme-default #slider {
    margin:0px auto 0 auto;
padding-bottom: 0px;
}

.theme-default .nivoSlider {
position:relative;
background: transparent url(userFiles/nivo/thames/loading.gif) no-repeat 50%;
background: none;
margin-bottom:0px;
-webkit-box-shadow: none;
box-shadow: none;
height: 100%;
}

.theme-default .nivoSlider img {
position:absolute;
top:0px;
left:0px;
width: 67vw!important;
display:none;
margin: 0!important;
}


.theme-default .nivo-controlNav {
text-align: center;
padding: 0px 0;
position: relative;
bottom: 30px;
z-index: 100;
left: 0;
width: 100%!important;
}

.theme-default .nivo-controlNav a {
display:inline-block;
width: 14px;
height: 14px;
background: rgba(255,255,255,0.75);
text-indent:-9999px;
margin: 0 3px;
}

.theme-default .nivo-controlNav a.active {
background: var(--color13);
}



.theme-default .nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(userFiles/img/arrow.png) no-repeat;
text-indent:-9999px;
border:0;
top: 50%!important;
color: transparent;
/*display: none!important;*/
}

.theme-default a.nivo-nextNav {
background-position:-30px 0;
right:15px!important;
}

.theme-default a.nivo-prevNav {
left:15px;
}

.theme-default .nivo-caption {
position: absolute !important;
top: 0 !important;
bottom: 0px !important;
right: 0 !important;
left: 0px !important;
padding: 10vh 5vw 0 40px !important;
width: 33vw!important;
margin: 0 0 0 67vw!important;
color: var(--color6)!important;
height: auto;
background: var(--color11);
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));
opacity: 1;
display: block !important;
}

.theme-default .nivoSlider:before {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 57vw;
  z-index: 10;
  border-style: solid;
   border-width: 0 0 100vh 10vw;
   border-color: transparent transparent var(--color11)  transparent;
  transform: rotate(0deg);
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 2.75vw;
  margin: 0;
  color: var(--color6) !important;
  font-weight: 100 !important;
  text-transform: none !important;
  line-height: 1.15;
}

.nivo-caption p {
color: var(--color6);
  display: block !important;
  font-size: 4vw;
  font-weight: 900 !important;
  padding: 0;
  line-height: 1;
}

.nivo-caption strong {
font-weight: 700;
}

.nivo-caption a.morec {
color: var(--color51);
text-transform: lowercase;
margin-left: 10px;
}

.nivo-caption a:hover {
text-decoration: none;
color: var(--color6);
}

div.galleryItem {

vertical-align: top;
float: left;
display: block;
border: none !important;
margin: 5px;
padding: 8px 8px 12px;
background: var(--color62);
background: none;
border: none;


-webkit-box-shadow: none;
box-shadow: none;


}
div.galleryItem:hover {
background: rgba(255, 255, 255, 0.1);
}
div.galleryItem .frame img {
border: none !important;
-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.galleryItem .popisek.horni {
color:var(--color6);
font-weight: 600;
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: 0;
display: block !important;
width: 90% !important;
margin: 10px !important;
padding: 0;
}

div.rsslink {
position: absolute;
right: 0;
font-size: 11px;
display: block;
clear: both;
color: var(--color6)!important;
background: var(--color13);
width: 30px;
height: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
line-height: 30px;
margin: -52px 12px 0 0;
text-align: center;
display: none!important;
}
div.rsslink a{

font-size: 11px;

color: var(--color2) !important;
}
#rightbar ._round-cont {
margin: 5px 3px 0px 0 !important;
}

.intro {
width: 100%;
border: none;
border-collapse: separate;
border-spacing: 10px;
margin: 0!important;
}

.ikony {
border: none;
border-collapse: separate;
border-spacing: 20px 0;
margin: 20px 0;
padding: 0;
width: 100%;
text-align: center;
background: transparent;
position: relative;
z-index: 12;
}

.uvod .ikony {
margin: 0;
}

.col-2 td {
width: 50%;
}

.col-3 td, .col-21 td:last-child {
width: 33%;
}

.post.col-3 table td {
width: calc(33% - 20px);
  display: inline-block;
  margin: 10px 8px !important;
}

.col-4 td {
width: 25%;
}

.col-5 td {
width: 20%;
}

.post.col-4 table td {
width: calc(25% - 20px);
  display: inline-block;
  margin: 10px 8px !important;
}

.intro td {
    padding: 10px 20px!important;
    -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
background: var(--color6);
position: relative;
}

.intro td:hover {
    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.2);
box-shadow: 0 20px 30px 0 rgba(0,0,0,.2);
/*transform: scale(1.1,1.1)!important;*/
/*-ms-transform: translateY(-10px)!important;
transform: translateY(-10px)!important;*/
z-index: 2;
}

.katalog td {
    padding: 0 5px;
}

.intro h2 {
    margin: 0!important;
    padding: 15px 0 0!important;
    font-weight: 700!important;
    font-size: 22px!important;
    text-transform: none!important;
}

.lide .intro h2 {
    padding: 0!important;
    font-weight: 600!important;
    font-size: 18px!important;
}

.intro .more {
    float: none;
    margin-top: 10px;
    line-height: 24px;
}

.intro img {
width: calc(100% + 40px);
display: block;
margin: -10px 0 0 -20px!important;
}

.katalog img, .full.col-2 img {
width: 100%;
display: block;
margin: 0!important;
/*padding: 2px;*/
border: 1px solid rgba(0,0,0,0.15);
}

.ikony strong {
font-size: 20px !important;
font-weight: 800 !important;
color: #fdfffd;
}

.ikony .icon {
color: transparent;
}

.karta {
border: none;
border-collapse: separate;
border-spacing: 0px;
padding: 0;
margin: 0;
width: 100%;
}

.karta td {
padding: 0;
}

.karta h2 {
    font-weight: 800!important;
    font-size: 24px!important;
    text-transform: none!important;
}

.karta .mdi {
float: left;
margin: 0 30px 60px 0 !important;
}

table.karta .mdi::before {
  font-size: 64px;
margin: 0;
color: var(--color4);
}

table.karta:not(.reverse) tr:nth-child(odd) td:first-child, table.karta:not(.reverse) tr:nth-child(even) td:last-child {
padding: 30px;
}

table.karta.reverse tr:nth-child(even) td:first-child, table.karta.reverse tr:nth-child(odd) td:last-child {
padding: 30px;
}

.karta img {
width: 100%;
margin: 0!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
display: block;
padding: 0;
}

table.karta div {
position: relative;
}

x.uvod table.karta:not(.reverse) tr:nth-child(odd) td:last-child div:before {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
  border-style: solid;
   border-width: 75px 600px 0 0;
   border-color: var(--color6) transparent transparent transparent;
  transform: rotate(0deg);
}

x.uvod table.karta:not(.reverse) tr:nth-child(odd) td:last-child div:after{
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  border-style: solid;
 border-width: 100px 0 0 600px;
   border-color: transparent transparent transparent var(--color6);
  transform: rotate(0deg);
}

.profil {
border: none;
border-collapse: collapse;
padding: 0;
margin: 0;
width: 100%;
background: transparent;
}

.profil td {
}

.profil td:last-child {
padding: 10vh 2vw 0 2vw;
position: relative;
color: var(--color6);
}

.profil td:last-child:hover {
-ms-transform: translateY(-5px)!important;
transform: translateY(-5px)!important;
}

.mdi, a.mdi {
    color: transparent;
 font-size: 0;
}

.ikony p a.mdi {
padding: 40px 0px 4px 0px;
}

.mdi:before {
color: var(--color11);
    font-size: 44px;
    line-height: 1;
    margin: 15px 0;
    padding: 0;
}

.ikony .mdi:before {
    font-size: 44px;
color: var(--color3);
margin: 0;
}

.ikony td:hover .mdi:before {
color: var(--color11);
}

.ikony td {
padding: 20px;
position: relative;
}

.ikony td:hover {
    -webkit-box-shadow: 0 20px 0px 0 rgba(0,0,0,.1);
box-shadow: 0 20px 20px 0 rgba(0,0,0,.1);
background: var(--color6);
}

table.kontakty {
    border: none;
    border-collapse: separate;
    border-spacing: 10px;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background: transparent;
}

table.kontakty h2, table.kontakty h2 a {
    font-size: 20px!important;
    font-weight: 400!important;
    margin: 0 0 10px 0!important;
}


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.2);
padding: 30px;
  height: 15vw;
  position: relative;
  font-weight: 400;
  overflow: hidden;
  font-size: 16px !important;
  text-align: center;
  align-content: center;
}

table.produkty td:hover {
background: rgba(0,0,0,1);
}

table.produkty h2 {
font-size: 24px;
padding: 10px 0 0!important;
font-weight: 700!important;
color: rgba(255,255,255,0.7);
}

table.produkty p {
color: rgba(255,255,255,0);
font-size: 16px;
}

table.produkty td:hover h2, table.produkty td:hover p  {
  color: var(--color12);
/*z-index: 2;*/
position: relative;
}

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;
z-index: -1;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease-out;
}

table.produkty td:hover img {
-webkit-transform: scale(1.3, 1.3) rotate(0deg);
-moz-transform: scale(1.3, 1.3) rotate(0deg);
-ms-transform: scale(1.3, 1.3) rotate(0deg);
-o-transform: scale(1.3, 1.3) rotate(0deg);
transform: scale(1.3, 1.3);
opacity: .5;
z-index: 0;
}


.contacts-icon .mdi::before {
font-size: 20px;
  color: var(--color6);
  display: inline-block;
  margin: 0 7px 0 0;
  line-height: 2;
  vertical-align: middle;
}

#header .contacts-icon {
position: absolute;
display: block;
right: 0;
top: 0;
height: 90px;
}

x#header .contacts-icon:before {
content: " ";
width: 0;
height: 0;
display: block;
position: absolute;
top: 0px;
left: -89px;
z-index: 0;
border-style: solid;
border-width: 0 90px 90px 0;
border-color: transparent  var(--color2) transparent transparent;
}

x#header .contacts-icon:after {
content: " ";
width: calc(50vw - 608px);
height: 100%;
background: rgba(0,0,0,0.8);
margin: 0;
position: absolute;
top: 0;
}

#header .contacts-icon .mdi {
display: inline-block;
  color: inherit;
  font-size: 18px;
margin-left: 20px;
color: #0eff06;
line-height: 90px;
font-weight: 500;
}

#header .contacts-icon .mdi a {
  font-size: 18px;
color: #1aff12;
font-weight: 500;
}

#header .contacts-icon .mdi::before {
font-size: 20px;
color: var(--color6);
display: inline-block;
margin: 0 10px 0 0;
line-height: 1;
  vertical-align: middle;
background: var(--color11);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 8px;
}

#rightbar .contacts-icon p span {
padding-left: 30px;
display: block;
font-size: inherit;
}

#info {
position: absolute;
display: inline-block;
padding: 0 20px;
}

#info p a:before {
color: var(--color6)!important;
font-size: 16px;
}

#info .contacts-icon p, #info .contacts-icon a {
color: var(--color6);
display: inline-block;
font-size: 16px;
vertical-align: middle;
margin-right: 25px;
line-height: 58px;
}


#info .contacts-icon .mdi::before {
font-size: 22px;
vertical-align: middle;
color: var(--color6);
}

.social-icon {
    position: relative;
    display: block;
    z-index: 10;
    padding: 0;
margin-top: 10px;
}

.social-icon .mdi {
    color: transparent!important;
}

.social-icon p {
display: inline-block;
}

.social-icon .mdi:before {
    font-size: 22px;
    color: var(--color6);
    display: inline-block;
    margin: 0 10px 0 0!important;
    vertical-align: middle;
}

._round-right, ._round-cont div, ._round-inner {
background: none!important;
}

.paticka_vzhled {display:none;}

hr {
clear: both;
    visibility: hidden;
margin: 0;
}

.rezervace {
margin: 10px 7px;
}

.ui-datepicker {
    width: 100%;
}

.tabulka {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

.tabulka th {
color: var(--color21);
font-weight: 700;
text-align: left;
padding: 6px 8px;
border-bottom: 4px solid var(--color11);
}

.tabulka tr:hover{
background: none!important;
}

.tabulka tr td {
border: 1px solid rgba(0,0,0,0.1);
border-left: none;
border-right: none;
text-align: left;
padding: 6px 8px;
}

#locales {
position: absolute;
    right: 0;
    top: 334px;
    color: transparent;
}

#locales a {
    font-size: 16px;
    color: var(--color13);
    padding: 11px 18px;
    margin-left: -8px!important;
    font-weight: 400;
    text-transform: lowercase;
    line-height: 40px;
}

#locales a.locales_select, #locales a:hover {
    text-decoration: none;
    background: var(--color11);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
color: var(--color6);
}

.post-center, div.center {
text-align: center!important;
}

#TB_overlay {
    z-index: 998;
}

#TB_window {
    border: none;
    border-radius: 0;
    z-index: 999;
}

.forum .lasttopictitle {
    background-color: var(--color11);
    color: var(--color6);
padding: 6px 8px;
}

.forum tr.forumtitle, .forum .crumbs {
    background-color: rgba(0,0,0,0.025);
    color: var(--color21);
padding: 6px 8px;
}

.forum .forumtitle a, .forum .crumbs a {
color: var(--color11);
    font-weight: 700;
    line-height: 2;
}

.forum table {
    border-spacing: 1px;
}

.forum tr.forumtema {
    background-color: rgba(0,0,0,0.025);
}

.forum .forumtema td {
padding: 6px 8px;
}


#komentare #komentare_pridej_form div.center {
    margin: 20px auto;
    display: table;
}

.post_formulare form label>input {
    margin-right: 5px!important;
}

#rightbar .bform input, #rightbar .bform textarea {
  margin: 0;
  padding: 6px;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid rgba(255,255,255,.5);
  background: none;
  font-weight: 300;
  color: var(--color6);
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
}

#rightbar .form-basic {
background: rgba(0,0,0,0.1);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
z-index: 1;
  position: relative;
  padding: 10px;
}

.bform label {
    padding: 0;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.bform .form_checkbox_option, .bform .form_textbox, .bform input#email_odesilatel, .form_file {
    padding: 6px;
    display: inline-block;
    width: 74%;
}

textarea {
    padding: 6px;
    display: block;
    width: 100%;
}

.bform .form_checkbox_option>input, .bform .form_radio_option>input {
margin: 0 5px !important;
}

.bform .form_souhlas {
margin: 10px 0 !important;
float: none;
}

.bform.form-basic .form_textbox_label, .bform.form-basic .form_email_label, .bform.form-basic .form_textarea_label {
display: none !important;
}



.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: inline-block !important;
width: 50%;
}

#rightbar .bform.form-basic [id*="atextbox_"], #rightbar .bform.form-basic [id*="aemail_"]  {
display: block !important;
width: 100%;
}


.bform.form-basic [id*="atext_"] {
  display: block;
  text-align: center;
  padding: 20px 0;
}


.bform input#souhlas {
    display: inline-block;
    width: 20px;
/*height: 18px;*/
    position: relative;
float: none;
}

.bform input#souhlas + label {
    display: inline-block;
    width: calc(100% - 40px);
float: none;
font-size: 14px;
}

.bform form input.button{
    margin: 0 auto !important;
}

.bform .form_radio_option>label {
    margin: 3px 0;
}

p[class*="file-icon-"] a {
  font-size: 15px;
  color: var(--color2);
}

p[class*="file-icon-"]:before {
    font-family: "Material Design Icons"!important;
font-size: 20px;
    color: var(--color11);
    vertical-align: bottom;
    margin: 0 7px 0 0;
line-height: 1.15;
}

.file-icon-doc:before, .file-icon-docx:before {
content: '\F1392';
}

.file-icon-xls:before, .file-icon-xlsx:before {
content: '\F138F';
}

.file-icon-pdf:before {
content: '\F0226';
}


.post.none, .boxed.none, #rightbar .mdi.none, .skryt {
display: none!important;
}



/* MENU BAR FIX */
#max-menu {
  background: var(--color1); /* deep near-black, instead of color6 */
}

#menu>ul>li>a {
  color: var(--color64); /* light concrete gray for text */
}

#menu>ul>li.current,
#menu>ul>li:hover {
  background: var(--color11); /* construction red on hover */
}

#menu>ul>li:hover>a {
  color: var(--color6); /* text turns very dark on hover (contrast with red bg) */
}


/* Remove red panel and wedge */
.theme-default .nivo-caption {
  background: none !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;         /* full width */
  padding: 10vh 5vw !important;   /* spacing for text */
  text-align: left;
}

.theme-default .nivoSlider:before {
  content: none !important;
}

.theme-default .nivoSlider img {
  width: 100% !important;
  height: 75vh !important;       /* adjust this value to control height */
  object-fit: cover !important;
  display: block;
}


/* Improve text readability on top of images */
.theme-default .nivo-caption h2,
.theme-default .nivo-caption p {
  color: #fff !important;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

@media (max-width:1024px){ #pull { background: rgba(215,170,130,.50) !important; } } #footer-content * { color: #fdf8fc; }


table.ikony {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

table.ikony td {
  width: 33.33%;
  padding: 25px;
  border: 1px solid rgba(255,255,255,0.15);
  background: transparent;
}

table.ikony td a {
  display: block;
  width: 100%;
  height: 100%;
  color: #6fa25d; /* always visible green */
  font-weight: 600;
  text-decoration: none;
  padding: 30px 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover: full blue fill + white text */
table.ikony td:hover a {
  background-color: #0056b3;
  color: #ffffff;
}





table.ikony {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

table.ikony td {
  width: 33.33%;
  padding: 25px;
  border: none;
  background: transparent;
}

table.ikony td a {
  display: block;
  width: 100%;
  height: 100%;
  color: #e0e0e0; /* visible on gray */
  font-weight: 600;
  text-decoration: none;
  padding: 30px 0;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 6px;
}

/* Hover: full green fill + white text */
table.ikony td a:hover {
  background-color: #6fa25d; /* brand green */
  color: #ffffff; /* white text on green */
}


/*-------------STYLE-------------*//* STYL PRO TABLETY */

@media screen and (max-width: 1199px) {

body {width: 100%; 
padding-top: 90px;
}

body.fixed {
}

#max-header {
-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
box-shadow:  0 5px 10px 0px rgba(0, 0, 0, 0.2);
position: fixed;
top: 0;
background: var(--color6);
z-index: 20;
}


#max-header:after {
display: none!important;
}

#main {
width: 100%;
padding: 0;
}

#wrap {
width: 100%;
}

#footer, #footer-content {
width: 100%;
}

#logo {
     margin-left: 60px;
}

#logo::before {
  width: 70px;
  left: -70px;
}

#logo a {
font-size:45px;
padding: 0px 0 0 80px;
}


#slogan, .fixed #slogan {
top: 55px;
    left: 142px;
    font-size: 18px;
z-index:20;
position: fixed;
}

/* HEADER */

#header {
width: 100%;
}

#max-slide {
margin: 0;
}

.theme-default .nivo-caption {
padding: 6vw 30px 0!important;
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 3vw!important;
margin: 0 !important;
}

.nivo-caption p {
    font-size: 4.5vw;
}

.theme-default .nivoSlider:before {
  left: calc(57vw + 1px);
}

/* MENU */

#max-menu {
display: none;
}

#pull {
height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    color: var(--color6);
    padding: 0;
    margin: 0;
    position: relative;
    top: 25px;
    left: 10px;
    z-index: 100;
}

#pull:after {
  content: "\F035C";
  font-family: "Material Design Icons" !important;
    position: absolute;
top: 0px;
left: 0px;
font-weight: 400;
font-size: 36px;
    line-height: 1;
    width: 40px;
    display: block;
    color: var(--color1);
}

#pull.mAct:after {
  content: "\F0BAB";
}

#menu, .fixed #menu {
width: 100%;
position: absolute;
top: 0;
left: 0;
text-align: left;
height: 0;
}

#menu>ul {
display: block;
position: absolute;
left: 0px;
top: 90px;
z-index: 9999;
opacity: 1;
background: rgba(0,0,0,0.7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
width: 300px;
margin-left:-300px;
}


#menu>ul>li {
display: block;
width: 100%;
margin: 0;
-webkit-border-radius: 0;
border-radius: 0;
height: auto;
}

#menu>ul>li.current, #menu>ul>li:hover {
xbackground: rgba(0,0,0,0.05);
}

#menu>ul>li.current, #menu>ul>li:hover {
border-bottom: none;
}

#menu>ul>li>a {
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid rgba(255,255,255,0.1)!important;
margin: 0;
line-height: 1.25;
padding: 15px;
}

.fixed #menu>ul>li>a {
line-height: 1.25;
}

#menu>ul>li.current>a, #menu>ul>li:hover>a {
}

#menu>ul>li>a, #menu>ul>li.current>a, #menu>ul>li:hover>a {
border: none;
}

#menu>ul>li>ul {
background: rgba(0,0,0,0.01);
width: 100%;
margin: 0;
}

#menu ul li a:after {display: none;}
#menu ul li a:before {display: none;}
#menu ul li.current {background: rgba(0,0,0,0.01);}
#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:hover>ul>li>a {
    padding: 15px 20px;
}

#menu>ul>li>ul>li, #menu>ul>li.menu_add_active {
background: rgba(0,0,0,0.015);
border-top: 1px solid rgba(0,0,0,0.05);
padding: 0;
}

#menu>ul>li.menu_add_active {
background: var(--color11);
}

#menu>ul>li>ul>li>a {
font-size: 16px;
padding: 15px 20px;
font-weight: 400;
}

#menu>ul>li>ul>li>ul>li {
    border-top: 1px solid rgba(0,0,0,0.05);
}

#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.005);
}

#menu ul li ul li:hover a, #menu ul li.menu_add_active a:hover {background:rgba(0,0,0,0.025);}

.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 {
color: var(--color6)!important;
line-height: 1.25!important;
visibility: visible;
}

#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;
}

#sidebar {
    margin: 0;
    width: 100%;
    float: left;
    display: block;
}

#sidebar>.sidemenu {
display: none;
}

.split #main{
padding: 0 10px;
margin: 0;
width: 100%;
float: none;

}

/* HEADER */

#main .post {
    padding: 30px 15px!important;
}

.post_top, .post_body {
  width: 100%!important;
  margin: 0 auto;
}

.post_body {
padding: 0;
}

.post, #sidebar .boxed, #footer {
width: 100%;
}



.intro {
width: 100%;

}

.intro img {
    display: block;
    position: relative;
}

.intro h2 {
font-size: 22px!important;
}

.intro .more {
    position: relative;
    left: 0;
    bottom: 0;
}

.profil td:last-child {
  padding: 3vw 2vw 0 2vw;
  position: relative;
}

.ikony td {
    width: 25%;
    margin-bottom: 6px;
}

.ikony h2 {
letter-spacing: 0.5px;
}

#rightbar {
width: 100%;
}


#rightbar .boxed, #rightbar .post_formulare {
  padding: 20px;
  width: 32%;
}

#rightbar .news>ul {
    width: 100%;
margin: 0;
}


#rightbar .boxed.news  {
padding: 30px 10px;
}


#rightbar>.news>h2 {
width: 100%;
}

#rightbar .novinky li, .aktualne #news ul.novinky li {
width: calc(33% - 10px);
}

#rightbar .boxed.mapa iframe {
  height: 50vw;
}

#header .contacts-icon {
padding-right: 20px;
}

#header .contacts-icon:before {
left: -90px;
}

#header .contacts-icon:after {
display: none;
}

table.produkty td {
  height: 20vw;
}

.post.col-3 table td {
  width: calc(33% - 17px);
}

.uvod table.karta:not(.reverse) tr:nth-child(2n+1) td:last-child div::before {
  border-width: 5vw 49vw 0 0;
}

.uvod table.karta:not(.reverse) tr:nth-child(2n+1) td:last-child div::after {
  border-width: 10vw 0 0 49vw;
}

}








@media screen and (max-width: 800px) {



x.slider-wrapper, x.theme-default .nivoSlider {
height: auto;
}

.uvod .profil td{
width: 100%;
display: block;
}

.theme-default .nivo-caption {

}

.nivo-caption h2, .nivo-caption h2 * {

}

.uvod .intro td{
width: 49%;
display: inline-block;
margin: 3px 0;
}

#logo {

}

.fixed #logo {
}

#slogan {
}

.fixed #slogan {
}

#rightbar .boxed {
  width: 49%;
}

#rightbar .post_formulare {
display: block;
  width: 100%;
}

  .ikony td {
    width: calc(50% - 13px);
    display: inline-block;
    margin: 9px 5px;
  }

  .post.col-3 table td {
    width: calc(50% - 19px);
  }

  table.produkty td {
    height: 33vw;
  }

#max-slide, #max-slide>.slider-wrapper, #max-slide .nivoSlider {
width: 100%;
}


x.theme-default .nivoSlider img {
    height: 50vh !important;
    width: 89vh!important;
    margin-left: calc(10vw - 370px) !important;
}

.uvod table.karta:not(.reverse) tr:nth-child(2n+1) td:last-child div::before {
  border-width: 5vw 47vw 0 0;
}

.uvod table.karta:not(.reverse) tr:nth-child(2n+1) td:last-child div::after {
  border-width: 10vw 0 0 47vw;
}

  .theme-default .nivo-caption {
    padding: 5vw 20px 0 !important;
  }

  .nivo-caption p {
    font-size: 4vw;
    margin: 1vw 0;
  }

#header .contacts-icon {
display: none;
}


}/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 600px) {

html {
    background-position: center right;
}

body {

}

#max-header {

}

#max-slide, #max-slide>.slider-wrapper, #max-slide .nivoSlider {
width: 100%;
height: calc(56vw + 40vw);
}

.theme-default .nivo-directionNav {
  z-index: 11;
  position: relative;
}

.theme-default .nivoSlider img {
   /* height: 70vh !important;
    width: 124vh!important;
    margin-left: calc(10vw - 330px) !important;*/
width: 100%!important;
margin: 0!important;
}

.theme-default .nivoSlider {
background-size: cover;
}

.theme-default .nivo-caption {
padding: 5vw 30px 0!important;
width: 100% !important;
  margin: 54vw 0 0 0 !important;
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 bottom, var(--color11), var(--color13));
}

.theme-default .nivoSlider:before {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
top: calc(54vw - 5vh + 1px);
  left: 0;
  z-index: 10;
  border-style: solid;
   border-width: 0 0 5vh 100vw;
   border-color: transparent transparent  var(--color11) transparent;
  transform: rotate(0deg);
}

.nivo-caption h2, .nivo-caption h2 * {
  font-size: 5.5vw !important;
text-align:center;
}


.nivo-caption h3, .nivo-caption h3 * {
  font-size: 6vw !important;
text-align:center;
}

  .nivo-caption p {
    font-size: 8vw;
    margin: 1vw 0;
text-align:center;
  }

.post {

}

.profil td:last-child {
  padding: 20px;
}

#logo a {
}


#slogan {
}

img {
display: block!important;
margin: 5px auto!important;
float: none;
}

#rightbar img {

}

#rightbar .boxed, #rightbar .post_formulare  {
display: block;
width: 100%;
}

#rightbar .boxed.mapa {

}

#rightbar .news>ul {
    width: 100%;
    margin: 0;
}

#rightbar .novinky li, .aktualne #news ul.novinky li {
width: 100%;
display: block !important;
margin: 0 0 20px 0;
}

.full-aktuality ul.novinky li {
  width: 100%;
  display: block;
  margin: 5px 0;
}

.rbx4 {
  margin-top: 0 !important;
}

#footer {
}


/* MENU */

#menu>ul {
display: block;
width: 90%;
margin-left: -90%;
}

.intro {
    border-spacing: 0;
}

.intro h2 {
font-size: 5vw!important;
}

.uvod .intro td, .intro td {
width: 100%;
display: block;
    margin-bottom: 20px;
}

.ikony td {
    margin-bottom: 20px;
}

.ikony h2 {
font-size: 24px!important;
}

.kdo-jsem img {
display: block;
width: 100%;
}

.col-2 td, .col-3 td, .col-21 td, .col-4 td, .col-5 td, .uvod .col-2 td, .kdo-jsem td {
width: 100%;
display: block;
}

 .post.col-3 table td {
    width: 100%;
    display: block;
  }

  table.produkty td {
    height: 50vw;
  }

.blok-foto .post_body p, .blok-foto .fotogalerie {
width: 100%;
display: block;
position: relative;
}

.uvod table.karta:not(.reverse) tr:nth-child(2n+1) td:last-child div::before {
  border-width: 10vw 92vw 0 0;
}

.uvod table.karta:not(.reverse) tr:nth-child(2n+1) td:last-child div::after {
  border-width: 20vw 0 0 92vw;
}


#social {
}

.info {
border-spacing: 0;
    bottom: 0;
}


.info td {
margin: 20px 0;
display: block;
}

.info td img {
    margin: 0 auto!important;
width: 100%!important;
}

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;
}

.tab-respo tr td:first-child {
padding: 10px 0px!important;
}

.tab-respo tr td:last-child {
padding: 0px!important;
}


.bform label {
    display: block;
    width: 100%;
}

.bform .form_checkbox_option, .bform .form_textbox, .bform input#email_odesilatel {
    padding: 6px;
    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%;
}


#rightbar .boxed.mapa iframe {
  height: 100vw;
}

table.kontakty td {
margin-bottom: 30px;
}



#header .contacts-icon .mdi {
  display: block;
  line-height: 30px;
}

}



/* === Responsive: Adjust logo and slogan on smaller screens (bigger logo) === */
@media (max-width: 768px) {
  #logo a {
    font-size: 52px;        /* was 44px */
    padding-left: 85px;     /* more space for bigger logo */
    width: 380px;           /* was 330px */
    height: 75px;           /* was 65px */
    background-size: 90%;   /* makes logo image scale slightly larger */
  }

  #slogan {
    font-size: 18px;        /* was 17px */
    top: 32px;              /* slightly lower for balance */
    left: 165px;
  }
}

@media (max-width: 480px) {
  #logo a {
    font-size: 38px;        /* was 32px */
    padding-left: 75px;     /* more room for image */
    width: 300px;           /* was 270px */
    height: 65px;           /* was 55px */
    background-size: 95%;   /* make image more visible on phones */
  }

  #slogan {
    font-size: 16px;        /* was 15px */
    top: 28px;              /* moved slightly down */
    left: 135px;
    letter-spacing: 0.6px;
  }
}

/*-------------STYLE-------------*//* STYL PRO TELEFONY - úzký */

@media only screen and (max-width : 420px) {

#max-slide, #max-slide>.slider-wrapper, #max-slide .nivoSlider {
width: 100%;
height: calc(56vw + 50vw);
}

.theme-default .nivo-caption {
padding: 5vw 20px 0!important;
}

#header .contacts-icon {
  position: relative;
  display: block;
  right: auto;
  top: 20px;
  height: auto;
  text-align: center;
  padding: 10px 0;
display: none;
}

#header .contacts-icon .mdi {
  margin-left: 0;
}

  #logo a {
  }

}





@media only screen and (max-width : 360px) {


  #logo a {
  }

}



