:root {
  --color1: #000;
  --color2: #333;
  --color3: #666;
  --color4: #999;
  --color5: #ccc;
--color51: #ddd;
--color52: #eee;
  --color6: #fff;
  --color7: #fcfcfc;
  --color8: #f9f9f9;
  --color9: f6f6f6;

--color11: #008ad2;
--color12: #49fdfa;
--color13: #006ca4;
  --color14: #454240;
}

* {
font-family: "Source Sans Pro", 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;
font-weight: 400;
padding: 0;
margin: 0;
scroll-behavior: smooth;
}

a, a:focus {color: var(--color11); text-decoration: none;}
a:hover { text-decoration: underline; color: var(--color1);}
a img { margin: 0 !important; }

a, #menu ul, .galleryItem, .button, #header #menu>ul>li>a:hover:after, #max-header, .intro td, .ikony td, #max-header, .news li, .post.item-list, #logo a {
-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;
scroll-behavior: smooth;
}

body {
width: 100%;
margin: 0 auto;
color: var(--color2);
padding: 80px 0 0;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box !important;
}

body.uvod {
padding: 0;
}

#wrap {
margin: 0px auto;
width: 100%;
padding: 0;
position: relative;
z-index: 10;
background: var(--color6);
}

.uvod #wrap {
margin-top: calc(80px - 100vh);
background: none;
}

/* HEADER */

#max-header {
width: 100%;
position: fixed;
top: 0;
z-index: 500;
/*background: rgba(0,0,0,0.2);*/
height: 80px;
}

.fixed #max-header,  body:not(.uvod)  #max-header {
background: var(--color1);
-webkit-box-shadow: 0 3px 7px 0px rgba(0,0,0,0.1);
box-shadow: 0 5px 7px 0px rgba(0,0,0,0.2);
scroll-behavior: smooth;

}

#header {
width: 1200px;
margin: 0 auto;
padding: 0px 0 0 0px;
position: relative;
z-index: 103;
}

#header:hover {
margin-top: 0;
}

#logo {
display: block;
top: 10px;
position: relative;
}

.fixed #logo {
  top: 5px;
}

#logo a {
/*background: url(userFiles/img/logo.png) no-repeat left center;
background-size: contain;*/
font-size: 24px;
color: var(--color11);
color: transparent;
padding: 0;
line-height: 1;
display: inline-block;
position: relative;
height: 60px;
width: 120px;
}

.fixed #logo a, body:not(.uvod) #logo a {
background: url(userFiles/img/logo.png) no-repeat left center;
background-size: contain;
color: var(--color11);
height: 70px;
  width: 240px;
}

#logo a:hover {
text-decoration:none;
}

#slogan {
font-size: 18px;
    font-weight: 200!important;
    padding: 0;
    margin: 0;
    color: var(--color6);
    display: inline-block;
}


#main h1:after, #sidebar .boxed h2:after, #rightbar .boxed h2:after {
content: " ";
width: 60px;
display: block;
border-bottom: 1px solid var(--color4);
position: relative;
margin: 20px auto;
}

#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;
}

#header .boxed {
width: 170px;
position: absolute;
top: 15px;
right: 0px;
z-index: 10;
}

.hledani input {
background: none;
color: var(--color6)!important;
}

#header .boxed input, #main input, #main textarea {
margin: 0;
border: 1px solid rgba(0,0,0,0.1);
font-weight: 400;
color: var(--color2);
background: transparent;
width: 100%;
}

#header .boxed input.button,  input.button  {
margin: 0!important;
padding: 3px 7px;
width: auto!important;
}

#header .boxed .button {
background: url("userFiles/system/ico-src.png") no-repeat center center!important;
border: none!important;
padding: 0px 12px!important;
height: 24px;
}
textarea {
height: 100px !important;
}

#header .boxed h2 {  display: none; }

.more, .button, input.button {
display: block;
font-size: 15px;
font-weight: 600;
color: var(--color11)!important;
    padding: 12px 24px;
margin: 20px 0 10px;
background: transparent;
letter-spacing: 1px;
-webkit-border-radius: 100px;
border-radius: 100px;
border: 1px solid var(--color11)!important;
}

.more.inverse {
color: var(--color14)!important;
border: 1px solid var(--color4)!important;
}

.button:hover, .more:hover, input.button:hover {
color: var(--color6)!important;
text-decoration: none;
background: var(--color11)!important;
border: 1px solid var(--color11)!important;
}

.more.inverse:hover {
color: var(--color11)!important;
background: var(--color14)!important;
border: 1px solid var(--color14)!important;
}

#main .more {
display: inline-block;
}

/* MENU */

#pull {
display: none;
}

#menu {
margin: 0;
    padding: 0;
    position: absolute;
    top: 18px;
    right: 0px;
}

.fixed #menu, .fixed #social {
}

#footer #menu {
    display: block;
    position: relative;
    margin: 0 auto;
    right: 0;
top: 0;
}

#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 0;
text-align: left;
}

#rightbar #menu>ul>li {
display: block;
}

#menu>ul>li>a, #locales a {
    display: block;
    color: var(--color6);
    padding: 0px 15px;
    margin: 0;
    font-size: 18px;
}

/*.fixed #menu>ul>li>a, #locales a, body:not(.uvod)  #menu>ul>li>a {
    color: var(--color11);
}*/

#header #menu>ul>li>a:after {
content: "";
    width: 0px;
    height: 1px;
    display: block;
    margin: 5px auto 0;
  background: var(--color6);
}

#header #menu>ul>li.current>a:after  {
    width: 10px;
}

#header #menu>ul>li>a:hover:after {
    width: 100%;
}

/*.fixed #header #menu>ul>li>a:hover:after,  body:not(.uvod)  #header #menu>ul>li>a:hover:after  {
  background: var(--color11);
}*/

#footer .sidemenu>li>a {
font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: none;
    color: var(--color6);
    line-height: 2;
padding: 0;
}

#locales a {
display: inline-block;
margin-left: -18px;
}

#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;
}

#menu>ul>li:hover, #menu>ul>li.current {
text-decoration: none;
}

#menu>ul>li>ul {
list-style-type: none;
min-width: 180px;
position: absolute;
margin: 1px 0 0 0px;
padding: 0;
z-index: 10;
visibility: hidden;
color: var(--color11);
background: var(--color6);
}

#menu>ul>li>ul>li, #menu>ul>li>ul>li>ul>li {
position: relative;
}

#menu>ul>li:hover>ul {
visibility: visible;
-webkit-box-shadow: 0 0px 12px 0px rgba(0,0,0,0.15);
box-shadow: 0 0px 12px 0px rgba(0,0,0,0.15);

}

#menu>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 15px;
margin: 0 0px 0px;
color: transparent;
line-height: 0px;
font-size: 16px;
}

#menu>ul>li:hover>ul>li>a {
color: var(--color11);
line-height: 1.25;
}

#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 {
color: var(--color11);
background: rgba(0,0,0,0.025);
}

#menu>ul>li>ul>li>ul {
float:left;
list-style-type: none;
width: 0px;
position: absolute;
margin: 0px 0;
padding: 0px 0px;
z-index: 10;
overflow: hidden;
background: var(--color1);
left: 160px;
top: 10px;
}

#menu>ul>li>ul>li:hover>ul {
width: 200px;
}

#menu>ul>li>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 10px;
margin: 0 0px 0px;
line-height: 1.25;
width: 200px;
color: var(--color11);
}

#menu>ul>li>ul>li>ul>li>a:hover {
color: var(--color11);
background: rgba(0,0,0,0.075);
}


/* SIDEBAR */

#max-sidebar {
margin: 0;
padding: 30px 0;
width: 100%;
clear: both;
  background: var(--color9);
display: none;
}

#sidebar {
margin: 0 auto;
padding: 0;
width: 100%;

}

.boxed ul {
list-style-type: square;
}

.boxed ul li {
list-style-position: inside;
padding: 0;
line-height: 18px;
}

.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: 400;
display: block;
color: black;
}

#sidebar ul.sidemenu {
margin-top:10px;
}

#sidebar>.sidemenu>li>a {
color: var(--color11);
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;
color: var(--color3);
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 {
color: var(--color3);
margin: 0 20px 0 0;
padding: 0 0 0 25px;
}

#sidebar .boxed {
padding: 0;
margin: 30px auto 0;
position: relative;
width: 1200px;
}

#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: 10px 0 15px 0 !important;
font-size: 48px !important;
margin-bottom: 35px !important;
text-align: center;
color: var(--color11);
font-weight: 200;
}

.news>h2 {
display: block;
}

.news h3 {
font-size: 20px;
padding-bottom: 3px!important;
font-weight: 900;
}

.news img {
width: 100%;
}

/* MAIN */

#main{
padding: 0;
margin: 0;
width: 100%;
float: none;
}

#main.w-12 {
margin: 0 auto;
width: 1200px;
padding-bottom: 60px;
}

#main img {

}

.post, #main>ul {
padding: 60px 0;
margin: 0;
border-bottom: 1px solid rgba(0,0,0,0.1);
position: relative;
}

.uvod .post.post_newgallery {
padding-bottom: 0;
border-bottom: none;
}


#main.w-12 .post {
border-bottom: none;
}

.bg-light {
  background:  url(userFiles/img/bg-light.jpg) no-repeat center top fixed;
background-size: cover;
}

.post.profil {
height: calc(100vh - 80px);
padding: calc(50vh - 180px) 0 0px 0;
border-bottom: none;
}

.post.profil img {
width: 400px;
  position: absolute;
top: 20px;
  right: calc(50vw - 610px);
  right: 100px;
}

.post-center {
text-align: center;
}

.post_top, .post_body {
width: 1200px;
margin: 0 auto;
}

.post.w-100 .post_top, .post.w-100 .post_body, .post_newgallery .post_body, .post.item-list .post_top, .post.item-list .post_body {
width: 100%;
margin: 0 auto;
}

.post_title {
position: relative;
text-align: center;
}

#main ul li {
padding: 2px 0;
list-style-type: square;
}

#main table td {
vertical-align: top;
}


#main h1, #main h1 span {
padding: 0px;
font-size: 42px;
color: var(--color13);
margin-bottom: 30px;
line-height: 1.15;
font-weight: 300;
}

.post.inverse h1, .boxed.inverse h2, .post.profil p {
color: var(--color14)!important;
}

#main>h1 {
margin: 10px 0!important;
}

#main>ul>li {
display: block;
padding: 5px;
clear: both;
margin: 0;
}

#main>ul>li img {
width: 100px;
float: left;
margin: -30px 10px 0 0;
border: 1px solid var(--color5)!important;
padding: 1px!important;
z-index: 100;
}

#main>ul>li>p {
/*margin-top: -30px;
min-height: 100px;*/
/*border-bottom: 1px solid var(--color5);*/
}

#main>ul>li>p div{
}


#main>ul>li h2, #main>ul>li h3 {
/*margin-left: 115px!important;*/
}

.news {
    margin: 0 auto!important;
    width: 1200px;
}

.news li {
display: inline-table!important;
  width: 33%;
  margin: 0;
  padding: 20px !important;
}

.full-aktuality .novinky li {
display: block!important;
  width: 100%;
  margin: 0;
  padding: 20px !important;
}

 .full-aktuality .novinky li {
display: none!important;
}

 .full-aktuality .novinky li:first-child,  x.full-aktuality .novinky li:nth-child(2),  x.full-aktuality .novinky li:nth-child(3)  {
display: block!important;
}

#most>div {
width: 20%;
float: left;
text-align: center;
padding: 0 0px 20px;
margin: 5px 0 25px;
min-height: 300px;
position: relative;
}



.mimg {

margin: 10px auto;
text-align: center;
}


h2, #main h2 span {
font-weight: 400;
font-size: 32px;
padding: 20px 0;
margin: 0;
letter-spacing: 1px;
line-height: 1.15;
}

#main h3, #main h3 span {
font-weight: 700;
font-size: 22px;
padding: 10px 0;
margin: 0;
}

#main ul, #main ol {
padding: 5px 0px;
margin: 0 0px 0 15px;
/*line-height: 25px;*/
list-style-position: inside;
}
#main p {
padding: 0;
text-indent: 0;

margin: 0px 0 0px;
}

strong {
font-weight: 700!important;
}

#main ._round-cont {

margin: 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 */

#rightbar {
padding: 0;
clear: both;
margin: 0 auto;
width: 100%;
text-align: left;
}

#rightbar .boxed {
    margin: 0;
    padding: 60px 0;
    width: 100%;
    display: block;
vertical-align: top;
position: relative;
text-align: center;
}


#rightbar .content2 {
position: relative;
}

.xbg-overlay:before, x#footer:before{
content: "";
position: absolute;
top: 0;
left: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
  background: rgba(0,0,0,0.3);
}

#rightbar .boxed.rbx1 .more {
    display: inline-block;
    font-size: 24px;
font-weight: 700;
margin: 30px 0!important;
}

#rightbar .boxed.rbx2 {
    padding: 0;
}

#rightbar .boxed img {
    vertical-align: middle;
}

.mapa iframe {
  height: 33vw;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
margin-top: 70px;
}

#rightbar h2 {
color: var(--color6);
padding: 0px;
font-size: 42px;
margin-bottom: 30px;
position: relative;
font-weight: 300;
}

#rightbar .boxed.rbx1 h2 {
color: var(--color11);
margin-bottom: 20px;
}

#rightbar .boxed.rbx0>h2, #rightbar .boxed.rbx2>h2 {
display: none;
}

#rightbar h3, #rightbar a {
}


small {
/*display: none;*/
font-size: 14px;
font-weight: 700;
margin: 3px 0;
letter-spacing: 1px;
color: var(--color11);
display: none;
}

#footer {
margin: 0 auto -20px;
width: 100%;
text-align:center;
padding: 30px 0;
clear: both;
background: var(--color8);
/*background: url(userFiles/img/bg-footer.jpg) no-repeat center top;
background-size: cover;*/
position: relative;
}

#footer-content * {
color: var(--color2);

}

#footer-content * {
width: 100%;
margin: 0 auto;
clear: both;
font-size: 12px;
}

/* SLIDER */

#wrapper{
width: 100%;
height: 100vh;
border: none;
margin: 0;
display: none;
position: relative;
}


.uvod #wrapper{
display: block;
}

.slider-wrapper {
position: relative;
width: 100%;
border: none;
top: 0px;
margin: 0 auto;
max-height: 100vh;
}

.theme-default #slider {
    margin:0px auto 0 auto;
}

.theme-default .nivoSlider {
position:relative;
background: transparent url(userFiles/nivo/thames/loading.gif) no-repeat 25% 50%;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
max-height: 100vh;
}

.theme-default .nivoSlider img {
width: 100%!important;
}


.theme-default .nivo-controlNav {
text-align: center;
padding: 0px 0;
position: relative;
bottom: 35px;
z-index: 100;
left: 0px;
width: 100%!important;
}

.theme-default .nivo-controlNav a {
display:inline-block;
width: 20px;
height: 20px;
background: rgba(255,255,255,0);
border: 3px solid var(--color6);
text-indent:-9999px;
margin: 0 5px;
bottom: 30px;
    border-radius: 100px;
}

.theme-default .nivo-controlNav a.active {
background: var(--color6);
}

.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;
opacity: 1;
z-index: 11;
/*display: none!important;*/
}

.theme-default a.nivo-nextNav {
background-position:-30px 0;
left:auto!important;
right: 15px;
}

.theme-default a.nivo-prevNav {
left: 15px!important;

}

.theme-default .nivo-caption {
position: absolute!important;
top: 0!important;
height: auto;
padding: 35vh 0 0 0!important;
width: 100%!important;
margin: 0;

opacity: 1;
background: rgba(0,0,0,0.2);
}

.nivo-caption h2 {
display: inline-block;
font-size: 3vw;
margin: 0 auto;
padding: 30px 45px;
color: var(--color6)!important;
text-align: center;
background: rgba(255,255,255,0);
text-shadow: 3px 3px 5px rgba(0,0,0,0.7);
}

.nivo-caption h3, #sidebar .nivo-caption h3 * {
font-size: 24px!important;
margin: 9px 0;
color: var(--color6);
font-weight: 300;
}

.nivo-caption p {
font-size: 3vw;
font-weight: 200;
display: inline-block;
padding: 10px 0!important;
color: var(--color6);
/*text-transform: upercase;*/
}

.nivo-caption a.more {
color: rgba(255,255,255,0.5)!important;
text-transform: lowercase!important;
font-size: 100%!important;
margin-left: 0;
font-weight: 300;
}

.nivo-caption a:hover {
text-decoration: none;
color: var(--color6)!important;
background: none;
}

div.galleryItem {
vertical-align: top;
float: none;
display: inline-block;
border: none !important;
margin: 10px;
padding: 0;
background: none;
border:none;
}

div.galleryItem:hover {
background: rgba(255, 255, 255, 0);
}

div.galleryItem .frameh, div.galleryItem .frame {
width: 280px;
padding: 0;
margin: 0;
    height: auto;
}

div.galleryItem .frame img {
border: none !important;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.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: 17px;
display: block!important;
width: 400px!important;
margin: 10px auto 0!important;
padding: 5px 3px 0;
}

.fb-like-box span iframe {
width: 100%!important;
}

div.rsslink {
position: absolute;
right: 0;
font-size: 11px;
display: block;
clear: both;
color: var(--color2) !important;
background: var(--color6)556;
display: none;

}
div.rsslink a{

font-size: 11px;

color: var(--color2) !important;
}
#rightbar ._round-cont {
margin: 5px 3px 0px 0 !important;
}.paticka_vzhled {display:none;}


.intro, .ikony, .infoz, .introinv {
border: none;
border-collapse: separate;
border-spacing: 20px 0;
padding: 0;
margin: 0;
width: 1200px;
text-align: center;
background: transparent;
}

.introinv {
margin: 0 auto;
}

.infoz {
text-align: left;
color: var(--color3);
}

.ikony {
border-spacing: 25px 50px;
}

.refer {
border-collapse: collapse;
padding: 0;
margin: 0;
width: 100%;
text-align: center;
color: var(--color6);
overflow: hidden;
background: var(--color1);
}

.refer div {
display: inline-block!important;
margin: 0!important;
padding: 0!important;
}

.refer img {
position: relative;
font-size: 20px;
padding: 0;
overflow: hidden;
vertical-align: middle!important;
height: 14.7vw;
margin: 10px 5px 0 5px !important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
display: block;
}

.refer img:hover {
opacity: 1;
}

.refer h2 {
color: rgba(255,255,255,0.6);
position: relative;
font-size: 36px;
}

.refer p {
color: rgba(255,255,255,0.6);
position: relative;
}

.refer td:hover h2, .refer td:hover p {
color: var(--color6);
}

.karta {
border: none;
border-collapse: separate;
border-spacing: 0px;
padding: 0;
margin: 0 auto;
width: 100%;
}

.intro h2 {
padding: 20px 0 !important;
font-size: 24px;
color: var(--color11);
}

.intro h3 {
color: var(--color2)!important;
text-transform:uppercase;
font-weight: 400!important;
font-size:20px !important;
}

.intro td, .ikony td {
margin: 0px;
  font-weight: 400;
    vertical-align: top;
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;
}

.uvod .ikony td {
padding: 10px!important;
-webkit-box-shadow:none;
box-shadow: none;
background:  none;
}

.intro td:hover, .ikony td:hover {
-webkit-box-shadow: 0 0px  12px 0px rgba(0,0,0,0.15);
box-shadow: 0 0px  12px 0px rgba(0,0,0,0.15);
-ms-transform: translateY(-10px) !important;
transform: translateY(-10px) !important;
z-index: 2;
}

.uvod .ikony td, .uvod .ikony td * {
font-size: 16px;
}

.uvod .ikony td:hover {
-webkit-box-shadow:none;
box-shadow: none;
background:  none;
-ms-transform: none;
transform: none;
z-index: 2;
}

.uvod .ikony td strong {
padding: 10px 0;
display: block;
letter-spacing: 2px;
font-weight: 300 !important;
color: var(--color11);
font-size: 22px;
}

.intro .more, .ikony .more {
    display: inline-block;
    left: 33%;
margin: 40px 0;
}

.introinv td {
    padding: 20px;
margin: 0px;
position: relative;
  font-weight: 400;
    vertical-align: top;
}

.introinv td * {
color: var(--color6)!important;
}

.infoz h2 {
font-weight: 700!important;
padding: 0!important;
text-transform: uppercase;
font-size: 18px;
    letter-spacing: 0.5px;
}

.col-2 td {
width: 50%;
}

.col-3 td {
width: 33%;
}

.post.item-list {
width: calc(33% - 10px);
vertical-align: top;
display: inline-block;
margin: 5px;
    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;
}

.post.item-list:hover {
-webkit-box-shadow: 0 0px  12px 0px rgba(0,0,0,0.15);
box-shadow: 0 0px  12px 0px rgba(0,0,0,0.15);
-ms-transform: translateY(-10px) !important;
transform: translateY(-10px) !important;
z-index: 2;
}

.post.item-list .post_body h2 {
    margin: 0!important;
    padding: 15px 0 10px!important;
    font-weight: 700!important;
    font-size: 22px!important;
    text-transform: none!important;
}

.post.item-list img {
width: calc(100% + 40px);
display: block;
margin: -15px 0 0 -20px!important;
}

.col-4 td {
width: 25%;
}

.post.col-6 td {
width: calc(16.6% - 4px);
display: inline-block;
}

.intro img {
width: calc(100% + 40px);
margin: -20px 0 0 -20px!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
display: block;
}

.infoz img {
width: 100%;
margin: 20px auto!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
display: block;
}

.full.col-2 img {
width: 100%;
margin: 0!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
display: block;
}

.karta td {
padding: 0;
}

.karta tr:nth-child(odd) td:last-child, .karta tr:nth-child(even) td:first-child {
    padding: 20px;
}

.karta img {
width: 100%;
margin: 0!important;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
padding: 0px;
}

.ikony h2 {
font-size: 22px;
font-weight: 400;
}

.ikony h3 {
font-size: 54px;
line-height: 60px;
}

.ikony .icon {
color: transparent;
}

.ikony span, .ikony .icon:before {
color: var(--color11);
    font-size: 48px;
    line-height: 1;
    margin: 20px 0;
    background: rgba(0,0,0,0.015);
    padding: 20px 0;
    border-radius: 50%;
    width: 88px;
border: 1px solid rgba(177,203,50,0.15);
/*border: 1px solid rgba(0,0,0,0.05);*/
}


.ikony .mdi:before {
color: var(--color11);
font-size: 54px;
line-height: 1;
margin: 10px 0;
}

table.kontakty {
border: none;
border-collapse: separate;
border-spacing: 0;
padding: 0;
margin: 30px 0;
width: 100%;
text-align: left;
}

table.kontakty td {
vertical-align: top;
}

table.kontakty td:first-child {
padding: 30px 50px 0 calc(50vw - 610px);
}

table.kontakty img {
  margin: 30px auto !important;
  display: block;
}

.post.bg-light ul {
  width: 70%;
  margin: 0 auto!important;
}

.post.bg-light ul li {
list-style-type: none !important;
  padding: 7px 0px 7px 20px !important;
  position: relative;
}


.post.bg-light ul > li::before {
content: "\F012C";
  font-family: "Material Design Icons" !important;
  position: absolute;
  left: -16px;
top: -2px;
  font-size: 28px;
  display: inline-block;
  color: var(--color11);
  line-height: 1.75;
}


.tabulka {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

.tabulka th {
background: var(--color9)!important;
color: var(--color11);
font-weight: 700;
border: none;
border-bottom: 5px solid var(--color14);
text-align: left;
padding: 8px 12px;
}

.tabulka tr:hover{
background: none!important;
}

.tabulka tr td {
border: 1px solid rgba(0,0,0,0.15);
border-left: none;
border-right: none;
text-align: left;
padding: 8px 12px;
}

.tabulka tr.licha td {
background: rgba(0,0,0,0.015);
}


._round-cont div {
background: none!important;
}

table.informace td {padding:20px;}

.info td {
padding: 0 5px;
}

.info img {
width: 70%;
display: block;
}

.info h2 img {
width: 30px;
  margin: 0 8px 0 0!important;
  float: left;
}


#social {
    position: relative;
margin: 10px 0;
}


#social a {
margin: 0;
padding: 0;
color: var(--color6)!important;
width: 30px;
height: 30px;
line-height: 30px;
}

#social p {
background-color: rgba(0,0,0,0.0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 4px!important;
    transition: transform 0.5s ease-out;
text-align: center;
}

#social a:hover {
text-decoration: none;
color: var(--color4)!important;
}

#locales {
    position: absolute;
    right: 0;
    top: 40px;
color: transparent;
    padding-left: 11px;
}

#locales img {
height: 20px;
margin: 0!important;
}


.fotogalerie {
clear: both;
width: 1200px;
margin: 0 auto;
}


#nezavazna {
border-collapse: separate;
border-spacing: 0 20px;
}

#nezavazna td {
display: block;
padding: 5px 0;
}

#TB_overlay {
    z-index: 800;
}

a[name] {
display: block;
position: relative;
top: -220px;
visibility: hidden;
}

h1>a[name] {
display: inline-block;
}

body>img {
position: absolute;
}

.contacts-icon {
    width: 100%;
    margin: 0 auto;
position: relative;
}

#header .contacts-icon {
  width: auto;
  margin: 0 0 0 20px;
  position: relative;
  display: inline-block;
}

.contacts-icon p {
display: block;
padding: 0px;
}

#header .contacts-icon p {
color: var(--color6);
}

.contacts-icon .mdi::before {
font-size: 28px;
color: var(--color13);
line-height: 1;
display: inline-block;
margin: 0 0 0 0px;
vertical-align: middle;
font-weight: 300;
padding: 10px;
}

#header .contacts-icon .mdi::before {
font-size: 24px;
color: var(--color6);
}

form table {
border-collapse: separate;
border-spacing: 0 10px;
}

.photogallery .post_body {
width: 100%;
}

.photogallery {
border-collapse: collapse;
margin: 0;
width: 100%;
text-align: center;
overflow: hidden;
}

.photogallery div {
display: inline-block!important;
margin: 0!important;
padding: 0!important;
}

.photogallery p {
color: rgba(255,255,255,0.6);
position: relative;
display: inline-block;
vertical-align: top;
margin: 30px !important;
}

.uvod .cl3.photogallery>.post_body>p:first-child {
display: block;
}

.photogallery img {
position: relative;
font-size: 20px;
padding: 0;
overflow: hidden;
vertical-align: middle !important;
width: calc(24vw - 60px);
margin: 0 !important;
}

.photogallery img:hover {
opacity: 1;
}

.photogallery h2 {
color: rgba(255,255,255,0.6);
position: relative;
font-size: 36px;
}

.photogallery td:hover h2, .photogallery td:hover p {
color: var(--color6);
}

.bform label {
    padding: 0;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.bform .form_checkbox_option, .bform .form_textbox, .bform input#email_odesilatel, textarea, .form_file, .form_email, .form_datetime  {
    padding: 8px;
    display: inline-block;
    width: 74%;
}

.bform .form_checkbox_option>input, .bform .form_radio_option>input {
margin: 0 5px !important;
}

.bform .form_souhlas {
margin: 40px 0 !important;
float: none;
}

.bform.form-basic .form_textbox_label, .bform.form-basic .form_email_label, .bform.form-basic .form_textarea_label, .bform.form-basic .form_datetime_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_"], .bform.form-basic [id*="adatetime_"]  {
display: inline-block !important;
width: 33.3%;
}

.bform.form-basic [id*="atext_"] {
  display: block;
  text-align: center;
  padding: 20px 0;
}

.bform input#souhlas {
    display: inline-block;
    width: 30px;
/*height: 18px;*/
    position: relative;
float: none;
}

.bform input#souhlas + label {
    display: inline-block;
    width: calc(100% - 40px);
float: none;
}

.bform form input.button{
    margin: 0 auto !important;
}

.bform .form_radio_option>label {
    margin: 3px 0;
}

#TB_window {
z-index: 900;
background: none;
}

#TB_window img#TB_Image {
  display: block;
  margin: 0!important;
  border: 1px solid var(--color6) !important;
}

#TB_prev {
  position: absolute;
  left: -50px;
  top: 42vh;
  background: var(--color6);
  padding: 10px;
}

#TB_next {
  position: absolute;
  right: 1px;
  top: 42vh;
  background: var(--color6);
  padding: 10px;
}

#TB_secondLine {
  color: var(--color6);
}

#TB_window a:link {
  color: transparent;
  font-size: 0;
}

#TB_secondLine #TB_prev {
  margin-left: 0px;
}

#TB_window #TB_prev a:before {
content: '\F0141';
    font-family: "Material Design Icons"!important;
    position: absolute;
    top: 0px;
    left: 0;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    width: 50px;
    display: block;
    color: var(--color1);
background: var(--color6);
}


#TB_window #TB_next a:after {
content: '\F0142';
    font-family: "Material Design Icons"!important;
    position: absolute;
    top: 0px;
    left: 0;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    width: 50px;
    display: block;
    color: var(--color1);
background: var(--color6);
}

#TB_closeWindowButton {
width: 50px;
height: 50px;
background: red;
}

#TB_closeWindow {
  height: 50px;
  padding: 11px 25px 10px 0;
  float: right;
  vertical-align: middle;
  line-height: 26px;
  font-weight: bold;
background: none;
}

#TB_closeWindowButton img {
display: none;
}

#TB_closeWindowButton:after {
content: '\F0156';
    font-family: "Material Design Icons"!important;
    position: absolute;
bottom: 20px;
right: -5px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    width: 36px;
    display: block;
    color: var(--color1);
background: var(--color6);
}

.nGY2 .nGY2GThumbnail {
  background-color: unset;
}

#footer .paticka_cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color13);
  padding: 15px 0;
  font-weight: 300;
  color: var(--color6);
z-index: 100;
}

#footer .paticka_cookies_close span {
  float: none;
  margin: 0 20px;
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.25);
  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.45);
  color: var(--color6)!important;
}

#footer .paticka_cookies .paticka_cookies_text {
  color: var(--color6);
}

.nGY2 {
  overflow: hidden!important;
}

.post.none, .boxed.none {
display: none!important;
}/*-------------STYLE-------------*//* STYL PRO TABLETY */

@media screen and (max-width: 1200px) {

body {
width: 100%;
font-size: 16px;
}

#main, #main.w-12, #footer #menu {
width: 100%;
}

#wrap {
padding: 0;
width: 100%;
}

#footer, #footer-content {
margin-bottom:0px;
width: 100%;
}

#footer #menu {
/*display: none;*/
}

#logo {
margin-left: 50px;
}

#logo a {

}

#slogan {
margin-left: 60px;
}

/* HEADER */

#max-header {

}

#header {
height: auto;
width: 100%;
}

#max-slide {
margin: 0;
background: none;
}

/* MENU */

#pull {
height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    color: var(--color6);
    padding: 0;
    margin: 0;
    position: relative;
    top: 20px;
    left: 5px;
    z-index: 100;
}

#pull:after {
  content: "\F035C";
  font-family: "Material Design Icons" !important;
    position: absolute;
    top: 0px;
    left: 0;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    width: 40px;
    display: block;
    color: var(--color6);
}

#pull.mAct:after {
  content: '\F0156';
}

#menu {
width: 100%;
height: 0;
position: absolute;
top: 0;
left: 0;
text-align: left;
}

.fixed #menu {
top: 0;
}


#menu>ul {
display: block;
position: absolute;
left: 0px;
top: 90px;
z-index: 9999;
opacity: 1;
background: var(--color2);
width: 300px;
margin-left:-300px;
}

#menu>ul>li {
display: block;
width: 100%;
margin: 0;
-webkit-border-radius: 0;
border-radius: 0;
height: auto;
border-right: none;
border-bottom: 1px solid rgba(0,0,0,0.05);
}

#menu>ul>li>a {
width: 100%;
box-sizing: border-box;
padding: 15px;
margin: 0;
    line-height: 1.25;
color: var(--color6);
}

#header #menu>ul>li>a:after {
display: none;
}

#menu>ul>li.current>a {
    text-decoration: none;
}

#menu ul li.current {

}

#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; visibility:visible;}
#menu ul li:hover ul {visibility: hidden;}

#menu>ul>li>ul>li, #menu>ul>li.menu_add_active {
background: rgba(0,0,0,0.025);
border-bottom: 1px solid rgba(0,0,0,0.05);
}

#menu>ul>li>ul {
border-top: none;
background: transparent;
}

#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;
}

#menu>ul>li>ul>li>a {

}

#menu>ul>li>ul>li>ul {
display: none!important;
}

#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: 28px;
    line-height: 60px;
    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;
}

#sidebar {
    margin: 0;
    width: 100%;
    float: none;
    display: block;
padding: 0;
}

#sidebar>.sidemenu {
/*display: none;*/
}

/* HEADER */

.post {
    padding: 60px 10px;
}

.post:nth-child(odd):after, #rightbar .boxed:nth-child(even):after {
bottom: -30px;
left: 30px;
height: 60px;
}

.post:nth-child(even):after, #rightbar .boxed:nth-child(odd):after{
bottom: -30px;
right: 30px;
height: 60px;
}

.post_top, .post_body {
width: 100%;
padding: 0;
}

.post, #sidebar .boxed, #footer, .colored {
width: 100%;
}

.post.inverse h1, .boxed.inverse h2, .post.profil p {
  padding-left: 30px !important;
}

.post.profil img {
width: 400px;
  position: relative;
top: auto;
  right: auto;
}

.intro, .ikony, .infoz, .introinv {
width: 100%;
}

.intro td {
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.intro img {
}

.post .post_title h1:before {
display: none;
}

.ikony h2 {
    font-size: 2.25vw;
    letter-spacing: 1px;
}

#max-rightbar {
padding: 10px 0;
}

#rightbar {
width: 100%;
padding: 0;
}

.contacts-icon {
width: 100%;
}

#header .contacts-icon {
  width: auto;
  margin: 0;
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
}

/* SLIDER */

#wrapper{
height: 100vh;
}

.slider-wrapper, .nivoSlider {
    width: 100%!important;
    /*height: 100vh;*/
}

.theme-default .nivoSlider img {
    height: 100vh!important;
    width: 178vh!important;
   /* margin-left: calc(50vw - 540px) !important;*/
}

.theme-default .nivo-caption {

}

.nivo-caption h2 {
text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
    font-size: 6vw;
}


.theme-default .nivo-directionNav a {
    display: block;
}



/* FOOTER */

.paticka, .paticka a, #footer-left {font-size:14px; color:white;}

.default-img {
float: none;
display: block;
margin: 5px 0!important;
max-width: 100%;
width: 100%;
max-width: auto;
padding: 2px;
border: 1px solid rgba(0,0,0,0.1);
}

.colored {
padding: 0;
margin: 0;
}

.colored td {
width: 50%;
display: inline-block;
overflow: hidden;
}

#locales {
    top: 23px;
}

.news {
    margin: 0 auto!important;
    width: 100%;
    padding: 0 6px!important;
}

.news>li {
width: 31%;
}

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;
}

.col-3 td {
width: 33.3%;
}

.refer img {
height: 14.85vw;
}

.fotogalerie {
    width: 100%;
}

.photogallery p {
    margin: 10px !important;
}

.photogallery img {
    width: calc(48vw - 30px);
}

.mapa iframe {
  height: 50vw;
}

a[name] {
top: -240px;
}

#footer .paticka_cookies .paticka_cookies_text {
  display: block;
  margin-bottom: 15px;
}

.news li {
  display: inline-table !important;
  width: calc(33% - 21px);
  margin: 0 10px 20px 10px;
}

table.kontakty td:first-child {
  padding: 30px 50px 0 50px;
}

}





@media screen and (max-width: 800px) {

table.kontakty td {
  vertical-align: top;
  display: block;
  width: 100%;
}

.photogallery img {
    width: calc(50vw - 30px);
}

.post.col-6 td {
width: calc(33% - 4px);
display: inline-block;
}

.uvod .ikony td {
  width: 49%;
  display: inline-block;
}

.post.item-list {
  width: calc(50% - 12px);
}

.news li, .full-aktuality .novinky li {
  display: none!important;
  width: 100%;
  margin: 0;
  padding: 20px !important;
}

.full-aktuality .novinky li:first-child, .full-aktuality .novinky li:nth-child(2), .full-aktuality .novinky li:nth-child(3) {
  display: block !important;
}

}/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 600px) {

body {


}

img {

}

#logo a {

}

#slogan {

}


/* MENU */

#menu>ul {
display: block;
width: 80%;
margin-left: -80%;
}

.intro, .ikony {
    border-spacing: 10px 0;
}

.intro td, .infoz td {
display: block;
margin-bottom: 30px;
width: 100%;
}

.intro h2 {
  font-size: 36px;
}

.ikony {
    border-spacing: 0;
}

.ikony h2 {
font-size: 28px;
letter-spacing: 2px;
font-weight: 200;
}

.ikony td {
margin: 0 0 50px;
}

.uvod .ikony td, .uvod .ikony td * {
  font-size: 18px;
}


.col-2 td, .col-3 td, .col-21 td, #rightbar .boxed {
width: 100%;
display: block;
}

 .news>ul.novinky>li  {
  display: block !important;
  width: 100%;
  margin: 0 0px 20px 0px;
}

.nivo-caption h2 {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    font-size: 7vw;
padding: 15px 30px;
}

.nivo-caption p {
font-size: 4.5vw;
}

#main .more {
display: inline-block;
position: relative;
left: 0;
bottom: 0;
}

.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%;
}

.photogallery img {
  width: 100%;
display: block;
}

.refer td {
width: 100%!important;
    display: block;
    padding: 50px 20px;
overflow: hidden;
height: 33vw!important;
}

.refer img {
top: -20%;
}

#wrapper{
height: 100vh;
}

.slider-wrapper, .nivoSlider {
    width: 100%!important;
    height: 100vh;
}

.theme-default .nivoSlider img {
    height: 100vh!important;
    width: 178vh!important;
    margin-left: calc(50vw - 540px) !important;
}

form table td {
width: 100%;
display: block;
margin: 4px 0;
}

.post.bg-light ul {
  width: 80%;
  margin: 0 auto !important;
}



.rtable th {
display: none;
}

.rtable tr {
border-bottom: 5px solid rgba(0,0,0,0.05);
}

.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;
color: #9e0b1d;
}

.tab-respo tr td:first-child {
padding: 0!important;
}

.tab-respo tr td:last-child {
padding: 10px 0px!important;
}

.bform label {
    display: block;
    width: 100%;

}

.bform .form_checkbox_option, .bform .form_textbox, .bform input#email_odesilatel {
    display: block;
    width: 100%;
}


.bform.form-basic [id*="atextbox_"], .bform.form-basic [id*="aemail_"], .bform.form-basic [id*="adatetime_"]  {
display: block !important;
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;
}

.post.col-6 td {
width: calc(50% - 4px);
display: inline-block;
}

.post.inverse h1, .boxed.inverse h2, .post.profil p {
  padding-left: 10px !important;
}

.post.profil .post_body > div p {
  font-size: 6vw;
}

.post.profil img {
  width: 80vw;
}

.mapa iframe {
  height: 100vw;
}

.contacts-icon {
  width: 90%;
}

.post.item-list {
  width: calc(100% - 10px);
  display: block;
}

}/*-------------STYLE-------------*/@media only screen and (max-width : 440px) {


#logo a {
  width: 90%;
}

#main h1, #main h1 span {
  font-size: 42px;
  letter-spacing: 1px;
}

.contacts-icon {

}

  table.kontakty td:first-child {
    padding: 30px 10px 0 0px;
  }

#header .contacts-icon {
display: none;
}

.post.col-6 td {
width: 100%;
display: block;
}

}