
   
   
:root {


--color2: #0077b6; /* tmavá modrá */
--color1: #ff6f00; /* kontrastní oranžová */

--color3: white; /* barva menu  */
   }


/* GLOBAL CSS */

* {
font-family: "Montserrat", 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;
}

a {color: var(--color2);; text-decoration: none;}
a:hover { text-decoration: none; color: #343434; }
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;
}

#info p:before, #info p a:before, #social p:before, #social p a:before, .kontakty-tab span {
    font-family: "ElegantIcons"!important;
}

img {
-webkit-box-shadow: none;
box-shadow: none;
}

strong, b {
font-weight: 700!important;
font-size: inherit;
}

._round-inner .roundblock, _round-block img {
border: none!important;
}

/* LAYOUT */

html {
background: #fcfcfc;
margin: 0;
padding: 0;
}

html>img {
display:none !important;
}

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;
}

body.fixed {
padding-top: 160px;
}

#wrap {
margin: 0 auto;
width: 1200px;
position: relative;
padding: 0px;
}

ul {
list-style-position: inside;
list-style-type: square;
}

/* HEADER */

#max-header {
width: 100%;
margin: 0;
padding: 0;
position: relative;
height: 160px;
/*border-top: 1px solid #fff;*/
background: -webkit-linear-gradient(to right, #fff, #ddd);
  background: -o-linear-gradient(to right, #fff, #ddd);
  background: -moz-linear-gradient(to right, #fff, #ddd);
  background: linear-gradient(to right, #fff, #ddd);
background:var(--color1);;
-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: 200;
}

.fixed #max-header {
position: fixed;
top: 0;
height: 80px;
-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: 200;
}

#header {
width: 1200px;
margin: 0 auto;
padding: 0;
position: relative;
}


#logo {
position: relative;
display: inline-block;
    z-index: 1;
top: 35px;
}

.fixed #logo {
    top: 10px;
}

#logo a {
  background: url(userFiles/img/logo.png) no-repeat left center;
    background-size: contain;
background:none;
    font-size: 40px;
    font-weight: 700!important;
       color: var(--color3);
    padding: 00px;
    display: block;
margin: 0px 0 0 0;
    text-align: left;
    line-height: 90px;
width: 400px;
height: 90px;
}

.fixed #logo a {
    font-size: 30px;
    line-height: 60px;
height: 60px;
padding-left:60px;
}

#slogan {
font-size: 14px;
    line-height: 30px;
    font-weight: 400!important;
    padding: 0;
    margin: 0 0 0 20px;
    position: relative;
    top: -3px;
    /* left: 0; */
    color: #444;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

#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;
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: 6px;
border: 1px solid rgba(0,0,0,0.2);
background: rgba(255,255,255,0.025);
font-weight: 400;
color: #333;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#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: #fff;
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: #fff!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: 157px !important;
}

#header .boxed h2 {  display: none; }


.more, .button, input.button, .forum a.addtopic {
display: block;
color: var(--color2);!important;
padding: 10px 20px!important;
margin: 7px 0;
font-weight: 700;
text-transform: uppercase;
background: transparent!important;
border: 1px solid var(--color2);!important;
-webkit-border-radius: 5px!important;
border-radius: 5px!important;
font-size: 12px;
letter-spacing: 1px;
}

.novinky li .more {
       display: inline-block;
    color: #888!important;
    padding: 4px 2px!important;
    margin: 7px 0;
    font-weight: 400;
    text-transform: none;
    background: transparent!important;
    border: none!important;
    border-bottom: 3px solid #bbb!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    font-size: 14px;
    letter-spacing: 0;
}

.novinky li:hover .more {
    color: var(--color2);!important;
    border-bottom: 3px solid var(--color2);!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(--color2);!important;
color: #fff!important;
border: 1px solid var(--color2);!important;
text-decoration: none;
}

#rightbar .news>ul {
margin: 0 auto;
width: 1200px;
}

#rightbar .news #allnews .more {
    display: inline-block;
    margin-top: 30px;
    line-height: 2;
font-size: 12px;
}

#allnews {
    text-align: center;
}

/* MENU */

#pull {
display: none;
}

#menu {
position: absolute;
margin: 0 auto;
width: auto;
right: 0;
top: 0;
}

#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;
height: 100%;
}

#menu>ul>li.current, #menu>ul>li:hover {
border-bottom: 5px solid var(--color2);;
}

#menu>ul>li>a {
display: block;
font-size: 18px;
color: var(--color2);;
color: var(--color3);
padding: 0px 16px;
margin: 0;
font-weight: 700;
/*text-transform: uppercase;*/
line-height: 155px;
}

.fixed #menu>ul>li>a {
line-height: 75px;
font-size: 18px;
}

#menu>ul>li>a:hover, #menu>ul>li:hover>a {
text-decoration: none;
}

#menu>ul>li.current>a, #menu>ul>li:hover>a {
xcolor: var(--color2);;
}

#menu>ul>li>ul {
list-style-type: none;
position: absolute;
margin: 0;
padding: 0;
z-index: 10;
visibility: hidden;
color: var(--color2);;
background: #fff;
width: 200px;
}

#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.05);
}

#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: 3px 10px;
margin: 0 0px 0px;
color: transparent;
line-height: 0px;
font-size: 15px;
}

#menu>ul>li>ul>li:last-child>a {
border: none;
}


#menu>ul>li:hover>ul>li>a {
color: var(--color2);;
line-height: 2.5;
}

#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);
background: var(--color2);;
}


#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: #fff;
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: 3px 10px;
margin: 0 0px 0px;
color: var(--color2);;
line-height: 2.5;
width: 200px;
font-size: 15px;
}

#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: #fff;
}


#menu-bott, #menu-bott ul  {
padding: 0;

}

#menu-bott>ul>li>ul {
display: none;
}

#menu-bott>ul {
list-style-type: none;
}

#menu-bott>ul>li {
display: block;
padding: 0;
}

#menu-bott>ul>li>a {
color: #fff;
font-size: 15px;
}

#menu-bott>ul>li>a:hover {
text-decoration: underline;
}

/* SIDEBAR */

#sidebar {
display: none;
}

.split #sidebar {
margin: 76px 0 0 0;
width: 240px;
float: left;
display: block;
}


#sidebar>ul.sidemenu {
margin-bottom: 20px;
border-top: 7px solid rgba(0,0,0,0.05);
background: #fff;
}

.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: 600;
    font-size: 28px;
    padding: 0 10px;
    margin: 0;
    line-height: 2.5;
    display: block;
    position: relative;
    color: #ccc;
}

#sidebar>.sidemenu>li:hover a, #sidebar>.sidemenu>li.current a {
/*color: #fff;*/
}

#sidebar>.sidemenu>li:hover, #sidebar>.sidemenu>li.current {
text-decoration: none;
/*background: #00a5cf;*/

}

#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: 500!important;
    padding: 0 10px;
    margin: 0;
color: #444;
    text-transform: none;
    text-align: left;
font-size: 15px;
line-height: 2.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(--color2);;
text-decoration: none;
}

#sidebar>.sidemenu>li>ul>li>ul>li>a {
    color: #444;
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
    font-weight: 400;
font-size: 16px;
line-height: 2.25;
}

#sidebar>.sidemenu>li>ul>li>ul>li>ul>li>a {
    color: #00a5cf;
    margin: 0 20px 0 0;
    padding: 3px 0 3px 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(--color2);;
}

#sidebar .boxed {
padding: 10px;
margin: 0 0 20px 0;
background: #fff;
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(--color2);;
}

#sidebar>h2 {
display: none;
}

#sidebar h3 {
    padding: 5px 0;
    color: #00a5cf;
    font-weight: 700;
    font-size: 18px;
}

#sidebar p, #rightbar p {
margin: 0;
padding: 0px;
}

#rightbar p {
font-size: 15px;
}

#rightbar a {
color: #fff;
font-size: inherit;
}

.content2 {
padding: 0;
}

#sidebar>.sidemenu>li, #sidebar>.sidemenu>li>a, #sidebar>.sidemenu>li>ul, #sidebar>.sidemenu>li>ul>li>ul, #sidebar>.sidemenu>li>ul>li>ul>li>ul  {
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 */

#main {
width: 100%;
float: none;
}

.split #main{
padding: 0px;
margin: 0;
width: 940px;
float: right;
}

.post_top {
margin-bottom: 20px;
text-align: center;
}
.post_title {

}

.uvod .post:first-child .post_top {
display: none;
}

#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 {
    font-weight: 700;
    font-size: 45px;
    padding: 10px 0;
    margin: 20px 0 0 0;
    display: inline-block;
    background: none;
    position: relative;
    color: var(--color2);;
}

.forum>h1 {
    margin-top: 60px!important;
}

.forum #main h1.vypis {
display: none;
}

#rightbar .boxed>h2:after{
content: " ";
width: 30px;
height: 1px;
background: var(--color2);;
display: block;
margin: 6px 0;
}

#main h1:after, #rightbar .news>h2:after {
content: " ";
width: 200px;
height: 1px;
background: #ddd;
display: block;
margin: 6px auto;
}

#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: 500;
font-size: 26px;
padding: 0px 0;
margin: 7px 0;
color: #444;
}

#main h3, #main h3 span {
font-weight: 700;
padding: 0px 0;
margin: 7px 0;
text-transform: none;
}

#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 ._round-cont {

margin: 0 9px 0px 0 !important;
}

#main-table img.nolink {
margin: 8px 9px 0 0 !important;
}
#main-table h2 {
margin: 0 0 -5px 0 !important;
}

.post {
padding: 30px 0!important;
margin: 0 0px 20px 0!important;
}

.uvod .post:first-child {
padding-top: 20px!important;
}

/* RIGHTBAR */

#max-rightbar {
margin: 0 auto;
width: 100%;
padding: 0 0 30px 0;
background: var(--color1);;
}

#rightbar {
margin: 0 auto;
width: 100%;
text-align: center;
}

#rightbar .boxed  {
padding: 0;
margin: 0 0 20px 0;
display: inline-table;
width: 400px;
text-align: left;
color: #fff;
}

#rightbar .boxed:first-child  {
padding: 20px 0;
margin: 0 0 20px 0;
display: block;
width: 100%;
background: #f6f6f6;
color: #444;
display:none;
}

.aktualne #rightbar .boxed:first-child {
display: none;
}

#rightbar .boxed ul {
padding: 0px;
}

#rightbar h2 {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
    margin: 20px 0 0 0;
    display: block;
    position: relative;
    color: #fff;
}

#rightbar>.news>h2 {
    font-weight: 700;
    font-size: 32px;
    padding: 10px 0;
    margin: 20px auto 0;
    display: block;
    background: none;
    position: relative;
    color: var(--color1);;
text-align: center;
}

#rightbar h3 {
padding: 3px 0;

font-weight: 700;
font-size: 18px;
}

#sidebar .novinky, #rightbar .novinky {
    list-style-type: none;
    margin: 0;
    display: block;
}

#sidebar .novinky li, #rightbar .novinky li, .aktualne #news ul.novinky li {
width: calc(25% - 15px);
    margin: 5px;
    display: inline-grid;
    padding: 10px!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: #fff;*/
}

/*#rightbar .novinky li:hover, .aktualne #news ul.novinky li:hover {
    -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.3);
}*/

#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), #rightbar ul.novinky li:nth-child(4)  {
    display: inline-grid;
}

#rightbar ul.novinky li img, .aktualne #news ul.novinky li img {
width: calc(100% + 40px);
    display: block;
    margin: 10px 0 10px -20px!important;
}

#rightbar ul {
list-style-position: inside;
}

/*#rightbar>.news {
display: none!important;
}

.uvod #rightbar>.news {
display: block!important;
}*/

.aktualne #news ul.novinky {
    list-style-type: none;
}

small {
font-size: 14px;
line-height: 36px;
font-weight: 400;
letter-spacing: 1px;
}

#footer {
margin: 00px auto -20px;
width: 100%;
padding: 20px 0;
clear: both;
background: var(--color1);;
border-top: 1px solid rgba(255,255,255,0.05);
}

#footer-content * {
color: #ddd;
}

#footer-content {
padding-top: 10px;
width: 1200px;
margin: 0 auto;
text-align:center;
}

#footer-content * {
font-size: 12px!important;
}

/* SLIDER */

#max-slide {
position: relative;
width: 100%;
height: 33vw;
padding: 0;
margin: 0;
background: #eee;
display: none;
}

.uvod #max-slide {
display: block;
}

.slider-wrapper {
margin: 0 auto;
width: 100%;
padding: 0px;
position: relative;
z-index: 0;
display: none;
}

.uvod .slider-wrapper {
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;
}

.theme-default .nivoSlider img {
position:absolute;
top:0px;
left:0px;
width: 100%!important;
/*height: 33vw;*/
display:none;
margin: 0 auto!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: #00a5cf;
}

.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: 5vw 500px 0 0 !important;
width: 1200px!important;
margin: 0 auto!important;
background: none;
text-align: left;
color: #dedede !important;
height: 100%;
background: rgba(0,0,0,0);
opacity: 1;
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 55px;
line-height: 1.25;
margin: 0;
color: var(--color1);!important;
font-weight: 800!important;
}

.nivo-caption p {
color: var(--color1);;
display: block!important;
font-size: 30px;
  font-weight: 400 !important;
  padding: 20px 0;
  line-height: 1.25;
}

.nivo-caption a {
    display: inline !important;
    line-height: 2;
    padding: 18px !important;
    font-size: 14px;
}

.nivo-caption a:hover {
text-decoration: none;
color: #fff;
}

div.galleryItem {

vertical-align: top;
float: left;
display: block;
border: none !important;
margin: 5px;
padding: 8px 8px 12px;
background: #FEFFFF;
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:#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: 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: #fff!important;
background: #00a5cf;
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: #333 !important;
}
#rightbar ._round-cont {
margin: 5px 3px 0px 0 !important;
}

.intro, .karta {
width: 100%;
border: none;
border-collapse: separate;
border-spacing: 10px;
margin: 0!important;
}

.ikony {
border: none;
border-collapse: separate;
border-spacing: 10px;
margin: 20px 0;
padding: 0;
width: 100%;
text-align: center;
background: transparent;
}

.col-2 td {
width: 50%;
}

.uvod .col-2 td {
width: 50%;
padding: 5px 5px 20px 5px;
}

.col-3 td, .col-21 td:last-child {
width: 33%;
}

.col-4 td {
width: 25%;
}

.col-5 td {
width: 20%;
}

.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: #fff;
}

.intro td:hover {
    -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.3);
}

.katalog td {
    padding: 0 5px;
}

.intro h2 {
margin: 0 !important;
  padding: 20px 0 10px 0 !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  color: var(--color1); !important;
  text-align: center;
}

.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 h2 {
font-size: 26px !important;
  font-weight: 500 !important;
}

.ikony p {
font-size: 16px;
line-height: 2;
}

.ikony .icon {
color: transparent;
}

.ikony p.mdi, .ikony p a.mdi {
    color: transparent;
}

.ikony p a.mdi {
padding: 40px 0px 4px 0px;
}

.ikony .mdi:before {
color: var(--color2);;
    font-size: 64px;
    line-height: 1;
    margin: 15px 0;
    padding: 15px 0;
}

/*.ikony td {
    -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);
padding: 0 7px;
background: #fff;
}


.ikony td:hover {
    -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.3);
}*/

#social {
/*background: #c5000a; */
    position: relative;
    display: block;
    z-index: 10;
    padding: 0;
    /* -webkit-border-radius: 7px 0 0 7px; */
    /* border-radius: 7px 0 0 7px; */
    /* opacity: 0.7; */
margin-top: 20px;
}

#social p {
background-color: rgba(255,255,255,0.15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px!important;
    transition: transform 0.5s ease-out;
text-align: center;
}

#social a {
margin: 0;
padding: 0;
color: transparent!important;
width: 50px;
height: 50px;
line-height: 50px;
}


#social a:before {
color: #fff!important;
font-size:28px;
}

#social a:hover {
text-decoration: none;
}

.kontakty-tab td {
    text-align: center;
    padding: 0 30px;
}

.kontakty-tab h2, .kontakty-tab h2 a {
    color: var(--color2);!important;
    font-size: 22px!important;
    font-weight: 700!important;
    margin: 0 0 10px 0;
}

.kontakty-tab span {
    color: var(--color2);;
    padding: 10px 0;
    font-size: 40px;
    line-height: 1;
    display: inline-block;
}

.paticka {

}

._round-right, ._round-cont div, ._round-inner {
background: none!important;
}

.paticka_vzhled {display:none;}

hr {
clear: both;
    visibility: hidden;
}

.rezervace {
margin: 10px 7px;
}

.ui-datepicker {
    width: 100%;
}

.tabulka {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

.tabulka tr:first-child td {
color: #343434;
font-weight: 700;
border-bottom: 3px solid var(--color2);;
}

.tabulka tr:hover{
background: none!important;
}

.tabulka tr td {
border: 1px solid rgba(0,0,0,0.1);
text-align: left;
padding: 6px 8px;
}

#locales {
position: absolute;
    right: 0;
    top: 334px;
    color: transparent;
}

#locales a {
    font-size: 16px;
    color: #00a5cf;
    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: #b4804b;
    -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: #fff;
}

.post-center, div.center {
text-align: center;
}

#TB_overlay {
    z-index: 998;
}

#TB_window {
    border: none;
    border-radius: 0;
    z-index: 999;
}

.blok-foto .post_body {
position: relative;
}

.blok-foto .post_body p {
width: 49%;
}

.blok-foto .fotogalerie {
width: 48%;
position: absolute;
top: 0;
right: 0;
}

#info {
position: absolute;
    right: 0;
    top: 20px;
}

.fixed #info {

    top: 5px;
}

#info p {
    font-size: 14px;
    font-weight: 400;
color: #343434;
color: transparent;
margin: 0;
padding:  0;
    line-height: 40px;
width: 40px;
font-style: normal;
    display: inline-block;
text-align: center;
}

#info p a {
    font-size: 14px;
   font-weight: 400;
border: none!important;
color: transparent;
    vertical-align: middle;
}

#info p a:before {
color: #343434!important;
font-size: 18px;
}

#info td img {
display: inline-block!important;
    vertical-align: middle;
    width: auto!important;
    height: auto!important;
    position: relative!important;
    margin: 0!important;
padding: 0 15px 0 0!important;
}

.forum .lasttopictitle {
    background-color: var(--color2);;
    color: #fff;
padding: 6px 8px;
}

.forum tr.forumtitle, .forum .crumbs {
    background-color: rgba(0,0,0,0.025);
    color: #444;
padding: 6px 8px;
}

.forum .forumtitle a, .forum .crumbs a {
color: var(--color2);;
    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;
}

#kmvolba {
    padding: 6px 8px;
    border-bottom: 1px solid rgba(00,0,0,0.15);
    margin-bottom: 10px;
}

#komentare #komentare_pridej_form div.center {
    margin: 20px auto;
    display: table;
}

.post .kontakty-tab {
width:100%;
}

.more {
  display: block;
  color: #ffffff !important; /* bílý text */
  background: var(--color1) !important; /* pozadí na základě proměnné --color1 */
  border: 1px solid #ffffff !important; /* bílý okraj */
}
 #pull{
  background-color: #ffffff !important; /* bílá barva */


}

/*-------------STYLE-------------*//* STYL PRO TABLETY */

@media screen and (max-width: 1199px) {

body {width: 100%; }

body.fixed {
    padding-top: 80px;
}

#main {
width: 100%;
padding: 0 10px;
}

#wrap {
width: 100%;
}

#footer, #footer-content {
margin-bottom:0px;
width: 100%;
}

#logo {
margin-left: 90px;
}

#logo a {

}

/* HEADER */

#header {
height: auto;
width: 100%;
}

#max-slide {
margin: 0;
}

.theme-default .nivo-caption {
padding: 5vw 36vw 0 4vw !important;
width: 100%!important;
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 4vw;
}

.nivo-caption p {
    font-size: 2.5vw;
}

.nivo-caption a {
display:none !important;
}

/* MENU */

#max-menu {
display: none;
}

#pull {
height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 0;
    margin: 0;
    position: relative;
    top: 50px;
    left: 20px;
    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: #343434;
}

#pull.mAct:after {
content: '\4d';
}

.fixed #pull {
top: 15px;
}

#menu {
width: 100%;
position: absolute;
top: 0;
left: 0;
text-align: left;
}

#menu>ul {
display: block;
position: absolute;
left: 0px;
top: 160px;
z-index: 9999;
opacity: 1;
background: var(--color2);;
width: 300px;
margin-left:-300px;
}

.fixed #menu>ul {
top: 80px;
}

#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 {
background: rgba(0,0,0,0.05);
border-bottom: none;
}

#menu>ul>li>a, .fixed #menu>ul>li>a {
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid rgba(0,0,0,0.05)!important;
padding-left:20px;
margin: 0;
line-height: 3;
font-size: 18px;
color: #fff;
}

#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 {visibility: hidden;}*/

#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>ul>li>a {
padding: 5px 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.015);
}

#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: '\4c';
    font-family: "ElegantIcons"!important;
    position: absolute;
    top: 0px;
    right: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 54px;
    display: block;
    color: #fff;
    width: 40px;
    text-align: center;
}

.menu_add_row.active:after {
    content: '\4d';
}

.menu_add_show a {
color: #fff!important;
line-height: 2.5!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 */

.post {
    padding: 20px 0px!important;
}

.post_body {
padding: 0;
}

.post, #sidebar .boxed, #footer {
width: 100%;
}



.intro {
width: 100%;

}

.intro td {
    font-size: 14px;

}

.intro img {
    display: block;
    position: relative;
}

.intro h2 {
font-size: 22px!important;
}

.intro .more {
    position: relative;
    left: 0;
    bottom: 0;
}

.ikony td {
    margin-bottom: 6px;
}

.ikony h2 {
letter-spacing: 0.5px;
line-height: 1.2;
}

.ikony p {
line-height: 1.5;
}

#rightbar {
width: 100%;
}


#rightbar .boxed  {
padding: 0 10px;
display: block;
width: 100%;
}

#rightbar .news>ul {
    width: 100%;
margin: 0;
}

#rightbar>.news>h2 {
width: 100%;
}

#rightbar .novinky li, .aktualne #news ul.novinky li {
    width: calc(50% - 13px);
}

/* FOOTER */

.paticka, .paticka a, #footer-left {}

}/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 600px) {

body {
font-size:15px;
}

#max-slide, #max-slide>.slider-wrapper, #max-slide .nivoSlider {
width: 100%;
height:50vh;
}

#max-slide {
height:50vh;
}

.theme-default .nivoSlider {
background-size: cover;
}

.theme-default .nivoSlider img {
opacity:0;
}

.theme-default .nivo-caption {
padding: 6vw 4vw !important;
    text-align: center;
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 7vw;
}

.nivo-caption p {
font-size: 5.5vw;
}

.nivo-caption a {
display: inline !important;
line-height: 2;
padding: 14px !important;
font-size: 12px;
top: 9px !important;
position: relative;
}

.post {
margin: 0 auto 1px!important;
}

#logo {
display: block;
}

#logo a {
background: transparent !important;
padding-left: 0 !important;
height:75px;
line-height:75px;
}

#slogan {
margin-left: 55px;
    font-size: 3vw;
    letter-spacing: 0;
    display: block;
    top: -37px;
}

img {
display: block!important;
margin: 5px auto!important;
float: none;
}

#rightbar img {

}

#rightbar .boxed {
    width: 100%;
} 

#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;
}

#footer {
}


/* MENU */

#menu>ul {
display: block;
width: 90%;
margin-left: -90%;
}

.intro {
    border-spacing: 0;
}

.intro h2 {
font-size: 6vw!important;
}

.intro td {
font-size: 14px;
border-bottom: 1px solid #eee;
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;
}

.blok-foto .post_body p, .blok-foto .fotogalerie {
width: 100%;
display: block;
position: relative;
}



#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;
}

.kontakty-tab td {
    margin-bottom: 40px;
}

#logo a {

    font-size: 35px;
}

}/*-------------STYLE-------------*//* STYL PRO TELEFONY - úzký */

@media only screen and (max-width : 480px) {


}