* {
font-family: "Jost", 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: 300;
padding: 0; 
margin: 0;
}


a {color: #993300; text-decoration: none;}
a:hover { text-decoration: underline; color: #333;}
a img { margin: 0 !important; }

a, #menu ul, .galleryItem, .button {
-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;
}

#logo a, h1, .nivo-caption h2, .uvod .post:first-child  p {

}

#social p a {
    font-family: "ElegantIcons"!important;
}

/* LAYOUT */

html {
background: #fff;
margin: 0;
padding: 0;
}

body {
width: 100%;
margin: 0 auto;
color: #444;
padding: 0;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box !important;
}

#wrap {
margin: 0px auto;
width: 100%;
padding: 0;
position: relative;
z-index: 10;
background: #fff;
}

.uvod #wrap {
margin-top: 0;
}

/* HEADER */

#max-header {
width: 100%;
position: fixed;
top: 0;
z-index: 500;
background: #111;
height: 80px;
}

.uvod #max-header {
background: rgba(0,0,0,0.4);
}

.fixed #max-header {
background: #111;
/*height: 50px;*/
-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);

}

#header {
width: 1200px;
margin: 0 auto;
padding: 0px 0 0 0px;
position: relative;
z-index: 103;
}

#header:hover {
margin-top: 0;
}

#logo {
display: block;

}

#logo a {
background: url(userFiles/img/logo.png) no-repeat left center;
background-size: contain;
font-size: 36px;
    font-weight: 700!important;
    color: #fff;
    padding: 0;
    line-height: 80px;
    display: inline-block;
/*height: 70px;
width: 120px;*/
top: 5px;
position: relative;
}


#logo a:hover {
text-decoration:none;
}

#slogan {
font-size: 18px;
    font-weight: 200!important;
    padding: 0;
    margin: 0;
    color: #fff;
    display: inline-block;
}


#sidebar .boxed h2:after {
    width: 40px;
    display: block;
    border-bottom: 5px solid #5b3f30;
    position: absolute;
    top: 75px;
}

#kont {
width: 280px;
display: block;
line-height: 17px;
height: 40px;
font-size: 32px;
position: absolute;
top: -137px;
color: #93CC39;
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: #fff!important;
}

#header .boxed input, #main input, #main textarea {
margin: 0;
padding: 6px;
border: 1px solid rgba(0,0,0,0.1);
font-weight: 400;
color: #333;
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: 13px!important;
color: #222!important;
    padding: 15px 30px!important;
margin: 10px 0;
font-weight: 700!important;
background: transparent;
letter-spacing: 1.5px;
text-transform: uppercase;
-webkit-border-radius: 60px;
border-radius: 60px;
border: 2px solid #222!important;
}

.button:hover, .more:hover, input.button:hover {
color: #fff!important;
text-decoration: none;
background: #222!important;
border: 2px solid #222!important;
}

/* MENU */

#pull {
display: none;
}

#menu {
margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    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:last-child {
border: none;
}

#menu>ul>li>a, #locales a {
    display: block;
    color: #fff;
    padding: 0px 15px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.25px;
}


#header #menu>ul>li>a:hover:after {
content: "";
    width: 30px;
    height: 1px;
    display: block;
    margin: 5px auto 0;
  background: #000;
}

.fixed #menu>ul>li>a {
    color: #fff;
}

.uvod #header #menu>ul>li>a:hover:after, .fixed #header #menu>ul>li>a:hover:after {
content: "";
  background: #fff;
}

#footer .sidemenu>li>a {
font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: none;
    color: #fff;
    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 {
/*background: #b9552e;*/
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: #fff;
background: #f3f3f3;
border-top: 5px solid #ff9900;
}

#menu>ul>li>ul>li, #menu>ul>li>ul>li>ul>li {
position: relative;
border-top: 1px solid rgba(0,0,0,0.1);
}

#menu>ul>li:hover>ul {
visibility: visible;
}

#menu>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 5px 15px;
margin: 0 0px 0px;
color: transparent;
line-height: 0px;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
}

#menu>ul>li:hover>ul>li>a {
color: #999;
line-height: 1.75;
}

#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: #555;
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: #b9552e;
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: 3px 10px;
margin: 0 0px 0px;
line-height: 25px;
width: 200px;
color: #333;
}

#menu>ul>li>ul>li>ul>li>a:hover {
color: #333;
background: rgba(0,0,0,0.05);
}


/* SIDEBAR */

#max-sidebar {
margin: 0;
padding: 0 0 10px 0;
width: 100%;
clear: both;
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: #666!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: #e11313;
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: #666;
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: #e11313;
text-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
text-decoration: none;
}

#sidebar>.sidemenu>li>ul>li>ul>li>a {
color: #666;
margin: 0 20px 0 0;
padding: 0 0 0 25px;
}

#sidebar .boxed {
padding: 0;
margin: 30px auto 0;
position: relative;
width: 1200px;
}

#sidebar .boxed:first-child, #sidebar .boxed:nth-child(2)>h2, #sidebar .boxed:nth-child(2)>span {
display: none;
}

#sidebar .boxed:nth-child(2) {
width: 100%;
background: #fff;
margin: 0;
}

#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;
line-height: 18px;
font-weight: 400;
}

#sidebar .boxed>h2 {
    padding: 10px 0 15px 0!important;
    font-weight: 700!important;
    text-transform: lowercase!important;
    font-size: 42px!important;
    color: #fff!important;
    margin-bottom: 35px!important;
}

.news>h2 {
display: block;
}

.news h3 {
font-size: 20px;
padding-bottom: 3px!important;
}

.news img {
width: 100%;
}

/* MAIN */

#main{
padding: 0;
margin: 0;
width: 100%;
float: none;
}

#main img {

}

.post_top, .post_body {
width: 1200px;
margin: 0 auto;
}


body.uvod .cl2 .post_top, body.kontakt .post:last-child .post_top  {
display: none;
}

.uvod .post:nth-child(4) {
padding-bottom: 0!important;
}

body.kontakt .post:first-child .post_body  {
width: 100%;
margin: 0 auto;
text-align: center;
}

.uvod .post:last-child .post_body iframe, #rightbar iframe {
    border: 0;
    margin: 0px 0 -5px 0;
    height: 530px;
}

body.kontakt .post:last-child  {
background: #31302f;
}

.post_title {
position: relative;
text-align: center;
}



.post, #main>ul {
margin: 0 0px 0 0px;
padding: 0;
border-bottom: 0px solid rgba(0,0,0,0.0);
}

#main ul li {
padding: 2px 0;
list-style-type: square;
}

#main table td {
vertical-align: top;
}


#main h1, #main h1 span {
padding: 0px 0!important;
    font-weight: 700!important;
    font-size: 32px!important;
    line-height: 100px;
    letter-spacing: 1px;
    text-transform: uppercase;
margin-bottom: 30px;
color: #000;
}

#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 #ccc!important;
padding: 1px!important;
z-index: 100;
}

#main>ul>li>p {
/*margin-top: -30px;
min-height: 100px;*/
/*border-bottom: 1px solid #ccc;*/
}

#main>ul>li>p div{
}


#main>ul>li h2, #main>ul>li h3 {
/*margin-left: 115px!important;*/
}

#main>ul>li .more {
float: right;
margin-top: 10px;
}

.news {
    margin: 0 auto!important;
    width: 1200px;
}

.news li {
display: inline-table!important;
width: 32%;
margin: 0 1% 20px 0;
}

#most>div {
width: 20%;
float: left;
text-align: center;
padding: 0 0px 20px;
margin: 5px 0 25px;
min-height: 300px;
position: relative;
}

#main .more {
display: inline-block;
}

.mimg {

margin: 10px auto;
text-align: center;
}


h2, #main h2 span {
font-weight: 700;
font-size: 24px;
padding: 15px 0 5px;
margin: 7px 0;
}

#main h3, #main h3 span {
font-weight: 700;
font-size: 20px;
padding: 0px 0;
margin: 7px 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;
}

.post {
padding: 4vw 0 7vw 0!important;
}

.post:first-child {
padding-top: calc(4vw + 90px)!important;
}

.uvod .post:first-child {
padding-top: 4vw!important;
}

.uvod .post:last-child {
padding: 4vw 0 0 0!important;
}


/* RIGHTBAR */

#rightbar {
padding: 0 0 0px 0;
clear: both;
margin: 0 auto;
width: 100%;
text-align: left;
color: #fff;
border-bottom: 1px solid rgba(255,255,255,0.1);
}

#rightbar .boxed {
    margin: 0;
    padding: 0;
    width: 50%;
    display: inline-block;
vertical-align: top;
text-align: center;
}

#rightbar .boxed:first-child {
    margin: 0 auto;
    width: 100%;
    display: block;
background: #fff;
}

#rightbar .boxed img {
    vertical-align: middle;
}

#rightbar h2 {
padding: 0px 0!important;
    font-weight: 700!important;
    font-size: 32px!important;
line-height: 80px;
    letter-spacing: 1px;
    text-transform: uppercase;
color: #fff;
}

#rightbar .boxed>h2 {
display: none;
}

#rightbar .boxed:first-child>h2 {
display: none;
padding: 0px 0 30px 0!important;
    font-weight: 700!important;
    font-size: 32px!important;
    line-height: 90px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px;
    color: #000;
}

#rightbar h3 {
color: #fff;
}


small {
/*display: none;*/
font-size: 14px;
margin: 3px 0;
}

#footer {
margin: 0 auto -20px;
width: 100%;
text-align:center;
padding: 0;
clear: both;
background: #111;
position: relative;
}

#footer * {
color: #fff;

}

#footer-content * {
padding-top: 10px;
width: 100%;
margin: 0 auto;
clear: both;
font-size: 10px;
}

#footer a:hover {
color: #999;
}

/* SLIDER */

#wrapper{
width: 100%;
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 #fff;
text-indent:-9999px;
margin: 0 5px;
bottom: 30px;
    border-radius: 100px;
}

.theme-default .nivo-controlNav a.active {
background: #fff;
}

.theme-default .nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(userFiles/system/arrow.png) no-repeat;
text-indent:-9999px;
border:0;
top: 48%!important;
color: transparent;
/*display: none!important;*/
}

.theme-default a.nivo-nextNav {
background-position:-30px 0;
right:15px!important;
}

.theme-default a.nivo-prevNav {
left: 15px!important;
left: auto;
}

.theme-default .nivo-caption {
position: absolute!important;
top: 35vh!important;
height: auto;
padding: 0!important;
width: 70%!important;
margin: 0 0 0 15%;

opacity: 1;
background: rgba(255,255,255,0);
}

.nivo-caption h2 {
display: inline-block;
font-size: 3vw;
font-weight: 900;
margin: 0 auto;
padding: 30px 45px;
color: #fff!important;
text-align: center;
background: rgba(255,255,255,0);
text-shadow: 3px 3px 5px rgba(0,0,0,0.7);
text-transform: uppercase;
}

.nivo-caption h3, #sidebar .nivo-caption h3 * {
font-size: 24px!important;
margin: 9px 0;
color: #fff;
font-weight: 300;
}

.nivo-caption p {
font-size: 3vw;
font-weight: 200;
display: inline-block;
padding: 10px 0!important;
color: #7d9932;
/*text-transform: uppercase;*/
}

.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: #fff!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:#fff;
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: #333 !important;
background: #FFF556;
display: none;

}
div.rsslink a{

font-size: 11px;

color: #333 !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 0 25px 0px;
width: 1200px;
text-align: center;
color: #666;
background: transparent;
}

.introinv {
margin: 0 auto;
}

.infoz {
text-align: left;
color: #666;
}

.ikony {
border-spacing: 25px 50px;
}

.refer {
border-collapse: collapse;
padding: 0;
margin: 0;
width: 100%;
text-align: center;
color: #fff;
overflow: hidden;
background: #000;
}

.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: #fff;
}

.karta {
border: none;
border-collapse: separate;
border-spacing: 0px;
padding: 0;
margin: 0 auto;
width: 100%;
}

.uvod .karta {
margin-top: 30px;
}

.intro h2 {
font-weight: 700!important;
padding: 20px 0!important;
}

.intro h3 {
color: #333!important;
text-transform:uppercase;
font-weight: 400!important;
font-size:20px !important;
}

.intro td {
    padding: 20px;
margin: 0px;
position: relative;
  font-weight: 400;
    vertical-align: top;
background: #fff;
-webkit-box-shadow: 0 0px  1px 0px rgba(0,0,0,0.25);
box-shadow: 0 0px  1px 0px rgba(0,0,0,0.25);
}

.intro td:hover {
-webkit-box-shadow: 0 0px  12px 0px rgba(0,0,0,0.1);
box-shadow: 0 0px  12px 0px rgba(0,0,0,0.1);
}

.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: #fff!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%;
}

.col-4 td {
width: 25%;
}

.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;
}

.tab-respo tr:nth-child(odd) td:first-child, .tab-respo tr:nth-child(even) td:last-child {
padding: 40px 20px;
}

.karta img {
width: 100%;
margin: 0!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
display: block;
padding: 0;
}

.ikony h2 {
font-size: 24px;
font-weight: 600;
}

/*.ikony h3 {
color: #b9552e;
font-size: 54px;
line-height: 60px;
}

.ikony .icon {
color: transparent;
}

.ikony span, .ikony .icon:before {
color: #b9552e;
    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);
}*/

.ikony .mdi {
    color: transparent;
}

.ikony .mdi:before {
border: 1px solid rgba(0,0,0,0.05);
/*background: rgba(0,0,0,0.0075);*/
    font-size: 48px;
    line-height: 1;
    padding: 30px;
    margin: 0 0 10px 0 !important;
    position: relative;
    color: #993300;
    border-radius: 200px;
}

.infoz .mdi:before {
color: #b9552e;
    font-size: 32px;
    line-height: 1;
margin: 0 5px 0 0;
    vertical-align: bottom;
}

.tabulka {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

.tabulka th {
background: #444!important;
color: #fff;
font-weight: 600;
border: 1px solid rgba(0,0,0,0.05);
text-align: left;
padding: 8px 12px;
text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.tabulka tr:hover{
background: none!important;
}

.tabulka tr td {
    text-align: left;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(0,0,0,0.075);
}

table.jidelni-listek tr:first-child td {
    border-top: 1px solid rgba(0,0,0,0.075);
}

.tabulka tr.licha td {
background: rgba(0,0,0,0.0075);
}

table.jidelni-listek td:last-child {
    text-align: right;
font-weight: 700;
}



#TB_window {
z-index: 900;
}

._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: #fff!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: #999!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: -280px;
visibility: hidden;
}

h1>a[name] {
display: inline-block;
}

body>img {
position: absolute;
}

.contacts-icon .mdi::before {
font-size: 18px;
    color: #fff;
    line-height: 2.25;
    display: inline-block;
    margin: 0 10px 0 0;
}

form table {
border-collapse: separate;
border-spacing: 0 10px;
}

.photogallery {
border-collapse: collapse;
padding: 0;
margin: 0 auto;
width: 100%;
color: #fff;
overflow: hidden;
}

.photogallery .post_top {
text-align: center;
width: 100%;
}

.photogallery .post_body {
width: 100%;
margin: 0 auto!important;
}

.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: 20px !important;
width: calc(25% - 45px);
}

.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: #fff;
}/*-------------STYLE-------------*//* STYL PRO TABLETY */

@media screen and (max-width: 1200px) {

body {
width: 100%;
font-size: 16px;
}

#main, #footer #menu {
width: 100%;
}

#wrap {
padding: 0;
width: 100%;
}

#footer, #footer-content {
margin-bottom:0px;
width: 100%;
}

#footer #menu {
/*display: none;*/
}

#logo {
margin-left: 60px;
}

#logo a {

}

#slogan {
margin-left: 60px;
}

/* HEADER */

#max-header {
/*height: 80px;*/
}

#header {
height: auto;
width: 100%;
}

#max-slide {
margin: 0;
background: none;
}

/* MENU */

#pull {
height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 0;
    margin: 0;
    position: relative;
    top: 15px;
    left: 0px;
    z-index: 100;
}

#pull:after {
content: '\61';
    font-family: "ElegantIcons"!important;
    position: absolute;
    top: 0px;
    left: 0;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    width: 40px;
    display: block;
    color: #fff;
}

.uvod #pull:after, .fixed #pull:after {
    color: #fff;
}

#pull.mAct:after {
content: '\4d';
}

#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: 80px;
z-index: 9999;
opacity: 1;
background: #31302f;
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(255,255,255,0.15);
}

#menu>ul>li>a {
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid rgba(0,0,0,0.05);
padding-left:20px;
color: rgba(255,255,255,1);
margin: 0;
    line-height: 50px;
}

.fixed #menu>ul>li>a {
color: rgba(255,255,255,1);
}

#header #menu>ul>li>a:hover:after {
display: none;
}

#menu>ul>li.current>a {
    color: #fff!important;
    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.15);
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 {
    color: #fff;
    text-decoration: none;
}

#menu>ul>li>ul>li>a {
font-size: 14px;
padding: 5px 20px;
font-weight: 400;
}

#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.15);}

.menu_add_row:after {
    content: '\4c';
    font-family: "ElegantIcons"!important;
    position: absolute;
    top: 0px;
    right: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    display: block;
    color: #fff;
    width: 40px;
    text-align: center;
}

.menu_add_row.active:after {
    content: '\4d';
}

.menu_add_show a {
line-height: 25px!important;
visibility: visible;
}

.menu_add_active a, .menu_add_show a {
color: #fff!important;
}

#sidebar {
    margin: 0;
    width: 100%;
    float: none;
    display: block;
padding: 0;
}

#sidebar>.sidemenu {
/*display: none;*/
}

/* HEADER */

.post {
margin: 0 auto!important;
    padding: 50px 10px!important;
}

.post_top, .post_body {
width: 100%;
padding: 0;
}

.post, #sidebar .boxed, #footer, .colored {
width: 100%;
}

.intro, .ikony, .infoz, .introinv {
width: 100%;
}

.intro td {
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img {
max-width: 100%;
}

#main h1, #main h1 span {
font-size: 28px!important;
line-height: 1.5;
}


.post .post_title h1:before {
display: none;
}

.post .post_title h1:after {
    width: 30vw;
    display: block;
    margin: -10px auto 40px;
background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, #999 30%, #999 70%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, #999 30%, #999 70%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, #999 30%, #999 70%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, #999 30%, #999 70%, rgba(0,0,0,0) 100%);
}



.ikony h2 {

}

#max-rightbar {
padding: 10px 0;
}

#rightbar {
width: 100%;
padding: 0;
}

#rightbar h2 {
    font-size: 28px!important;
}

.blok-rezervace {
padding: 50px 20px!important;
background: url(userFiles/system/bg-rezerv.jpg) no-repeat center right!important;
}

.blok-rezervace p {
/*font-size: 20px!important;*/
line-height: 36px;
}

.blok-rezervace a {
font-size: 48px;

}

/* SLIDER */

.slider-wrapper, .nivoSlider {
    width: 100%!important;
}

.theme-default .nivoSlider img {
   /* width: 178vh!important;
    height: 100vh;*/
}

.theme-default .nivo-caption {
top: 11vw!important;
}

.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 {
}

.photogallery img {
    width: 100%;
}

}






/* STYL PRO TABLETY */

@media screen and (max-width: 760px) {

.refer {
    padding: 0 0 10px 0 !important;
}

.refer div {
display: block!important;
}

.refer img {
height: auto;
width: calc(100% - 20px);
display: block;
margin: 10px 10px 0 10px !important;
}

#rightbar .boxed {
width: 100%;
display: block;
margin-bottom: 30px;
}

.tab-respo tr:nth-child(odd) td:first-child, .tab-respo tr:nth-child(even) td:last-child {
    padding: 20px;
}

#main table.tab-respo td {
vertical-align: middle;
}

.photogallery p {
    width: calc(50% - 45px);
}

.ikony td {
width: 50%;
display: inline-block;
}

.photogallery img {
    width: 43vw;
}

}

/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 600px) {

body {


}

img {

}

#logo a {

}

#slogan {

}

#main h1, #main h1 span {
    letter-spacing: 1px;
}

/* MENU */

#menu>ul {
display: block;
width: 80%;
margin-left: -80%;
}

.intro, .ikony {
    border-spacing: 10px 0;
}

.intro h2 {
font-size: 28px!important;
}

.intro td, .infoz td {
display: block;
margin-bottom: 30px;
width: 100%;
}

.ikony {
    border-spacing: 0;
}

.ikony h2 {
font-size: 28px;
}

.ikony td {
margin: 0 0 50px;
}

.colored td {
width: 100%;
display: block;
}

.col-2 td, .col-3 td, .col-21 td, #rightbar .boxed, .news>ul.novinky>li, .col-4 td {
width: 100%;
display: block;
}

#rightbar .boxed {
margin-bottom: 30px;
}

.slider-wrapper, .nivoSlider {
    width: 100%!important;
height: 66vh;
}

.theme-default .nivo-caption {
    top: 25vw!important;
}

.theme-default .nivoSlider img {
    width: 132vh!important;
    height: 66vh;
}


.nivo-caption h2 {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    font-size: 8vw;
    padding: 0;
}

.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%;
}

.photo .fotogalerie {
width: 100%;
float: none;
position: relative;
display: block;
}

.photo p {
width: 100%;
}



.refer td {
width: 100%!important;
    display: block;
    padding: 50px 20px;
overflow: hidden;
height: 33vw!important;
}

.refer img {
top: -20%;
}

.theme-default .nivoSlider img {
}

form table td {
width: 100%;
display: block;
margin: 4px 0;
}

.jidelni-listek td {
width: 100%;
display: block;
}

.jidelni-listek td:first-child {
border: none;
}

.rtable th {
display: none;
}

.rtable tr {
border-bottom: 3px solid #444;
}

.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: #444;
}

.tab-respo tr td:first-child {
padding: 0!important;
}

.tab-respo tr td:last-child {
padding: 10px 0px!important;
}

table.jidelni-listek tr:first-child td:last-child {
    border-top: none;
}

}

/*-------------STYLE-------------*/@media only screen and (max-width : 420px) {

#logo {
    margin-left: 50px;
}

#logo a {
    font-size: 8vw;
}

#main h1, #main h1 span {
    letter-spacing: 1px;
}

#rightbar h2 {
line-height: 1.5;
    padding: 10px!important;
}

.photogallery p {
    margin: 0px !important;
    width: 100%;
}

.photogallery img {
    width: 100vw;
}

}