/* GLOBAL CSS */

* {
font-family: "Nunito", 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: #377B2B; text-decoration: none;}
a:hover { text-decoration: none; color: #7ac142; }
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;
}

#slogan {
    font-family: "Allura"!important;
}

#info p span, #social p a {
    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: url(userFiles/img/bg.jpg) no-repeat center bottom fixed;
background-size: cover;
margin: 0;
padding: 0;
}

body {
width: 100%;
margin: 0 auto;
color: #555;
padding: 0;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box !important;
}

#wrap {
margin: 0 auto;
width: 1200px;
position: relative;
padding: 0px;
background: url(userFiles/img/vlak.png) no-repeat center bottom;
height: calc(100vh - 11.5vw);
background-size: 1000px;
}

ul {
list-style-position: inside;
list-style-type: square;
}

/* HEADER */

#max-header {
width: 100%;
margin: 0 auto;
padding: 0;
position: relative;
/*background: url(userFiles/img/bg-head.jpg) no-repeat center bottom;
-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 8px 5px 0px rgba(0, 0, 0, 0.1);*/
}

#header {
/*background: url(userFiles/img/bg-top.png) no-repeat center bottom;*/
width: 1200px;
margin: 0 auto;
padding: 0;
position: relative;
height: 100px;
}

#logo {
position: relative;
display: block;
padding-top: 10px;
}

#logo a {
background: url(userFiles/img/slunce.png) no-repeat left top;
  background-size: contain;
font-size: 44px;
    font-weight: 800!important;
padding: 20px 0 0 145px;
    display: inline-block;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    color: #fff;
    letter-spacing: 0.5px;
height: 120px;
}

#logo a:hover {
text-decoration:none;
}

#slogan {
font-size: 58px;
    font-weight: 400!important;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}


#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 {
width: 210px;
position: absolute;
top: 22px;
right: 0px;
z-index: 10;
}

#sidebar .boxed .hledani table tr td:first-child input {
background: rgba(255,255,255,0.2);
color: #fff;
padding: 3px;
border: 1px solid rgba(0, 0, 0, 0.15);
}

#header .boxed .button {
background: url("userFiles/system/ico-src.png") no-repeat center center!important;
border: none!important;
padding: 0px 15px!important;
height: 30px;
}

#header .boxed input, #main input, #main textarea {
margin: 0 0 8px;
padding: 6px;
background: rgba(255,255,255,0.075);
border: 1px solid rgba(0, 0, 0, 0.075);
font-weight: 400;
color: #333;
-webkit-border-radius: 0;
border-radius: 0;
}

textarea {
height: 157px !important;
width: 100%!important;
}

#header .boxed h2 {  display: none; }


.more, .button, .nivo-caption a {
display: block;
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 12px!important;
color: #268d05!important;
padding: 10px 20px!important;
margin: 12px 0;
font-weight: 700!important;
text-transform: uppercase;
letter-spacing: 1.5px;
background: transparent!important;
border: 2px solid #268d05!important;
}

.button:hover, .more:hover, .nivo-caption a:hover {
background: #268d05!important;
color: #fff!important;
text-decoration: none;
border: 2px solid #268d05!important;
}

/* MENU */

#pull {
display: none;
}

#menu {
position: relative;
margin: 0 0 20px 0;
width: 1200px;
-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    height: 50px;
background: -webkit-linear-gradient(right, #99cc33, #268d05);
  background: -o-linear-gradient(right, #99cc33, #268d05);
  background: -moz-linear-gradient(right, #99cc33, #268d05);
  background: linear-gradient(to right, #99cc33, #268d05);
display: none;
}

#menu>ul {
list-style-type: none;
margin: -2px auto 0;
padding: 0;
text-align: left;
/*height: 100%!important;*/
}

#menu>ul>li {
display: inline-block;
margin: 0;
height: 100%;
    font-size: 14px;
    border-right: 1px solid rgba(0,0,0,0.05);
    padding: 0;
}

#menu>ul>li:first-child, #locales a:first-of-type {
    border-left: none;
}

#menu>ul>li:last-child, #locales a:last-of-type {
    border-right: none;
}


#menu>ul>li:hover, #menux>ul>li.current, #locales a:hover {
background: rgba(0,0,0,0.075);
}

#menu>ul>li>a {
display: block;
color: #edf6da;
padding: 0px 30px;
margin: 0;
font-weight: 400;
/*text-transform: uppercase;*/
line-height: 50px;
font-size: 18px;
letter-spacing: 0.5px;
}

#menu>ul>li>a:hover, #menu>ul>li:hover>a {
text-decoration: none;
}

#menu>ul>li>ul {
list-style-type: none;
position: absolute;
margin: 0;
padding: 0;
z-index: 10;
visibility: hidden;
color: #fff;
background: #268d05;
min-width: 200px;
}

#menu>ul>li ul>li {
position: relative;
padding: 0 5px;
border-bottom: 1px solid rgba(255,255,255,0.075);
}

#menu>ul>li:hover>ul {
visibility: visible;
}

#menu>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 5px 10px;
margin: 0 0px 0px;
color: transparent;
line-height: 0px;
font-size: 15px;
font-weight: 500;
}

#menu>ul>li>ul>li:last-child>a {
border: none;
}


#menu>ul>li:hover>ul>li>a {
color: #fff;
line-height: 2.25;
}

#menu>ul>li>ul>li:hover, #menu>ul>li>ul>li>ul>li:hover {
background: rgba(255,255,255,0.1);
}


#menu>ul>li ul>li>a:hover,  #menu>ul>li ul>li:hover>a {
color: #fff;
}

#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: #268d05;
left: 190px;
top: 10px;
}

#menu>ul>li>ul>li>ul>li, #menu>ul>li>ul>li>ul>li>ul>li  {
position: relative;
}

#menu>ul>li>ul>li ul>li>a {
display: block;
text-decoration: none;
padding: 5px 10px;
margin: 0 0px 0px;
color: #fff;
line-height: 2.25;
width: 200px;
font-size: 15px;
}

#menu>ul>li a:hover {
color: #fff;
}

#menu>ul>li>ul li:hover>ul {
width: 200px;
overflow: visible;
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
}


/* SIDEBAR */

#sidebar {
margin: 80px 0 0;
width: 290px;
float: right;
display: none;
}

#sidebar>.sidemenu {
list-style-type: none;
padding: 10px;
margin: 0 0 20px 0;
background: #edf6da;
-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}

.sidemenu li {
display: block;
}

.sidemenu a {
font-weight: 400;
display: block;
}

#sidebar>.sidemenu>li>a {
    padding: 0;
    font-weight: 700;
    font-size: 16px;
color: #777;
    margin: 0 10px;
    text-transform: none;
    text-align: left;
line-height: 2.5;
}

#sidebar>.sidemenu>li:hover a {
color: #268d05;
}

#sidebar>.sidemenu>li {
margin: 0;
border-top: 1px solid rgba(0,0,0,0.075);
}

#sidebar>.sidemenu>li.current, #sidebar>.sidemenu>li.aktivni, #sidebar>.sidemenu>li.aktivni:hover {
text-decoration: none;
/*border-bottom: 1px solid rgba(0,0,0,0.05);*/
}

#sidebar>.sidemenu>li.current {
background: rgba(0,0,0,0.02);
}



#sidebar>.sidemenu>li>ul>li {
border-top: 1px solid rgba(0,0,0,0.05);
}

#sidebar>.sidemenu>li>ul>li a {
font-size: 16px;
background: none;
padding: 0px 15px;
margin: 0;
font-weight: 600;
line-height: 2.5;
}

#sidebar>.sidemenu>li ul>li:hover  {
background: rgba(0,0,0,0.015);
}

#sidebar>.sidemenu>li ul>li.current  {
background: rgba(0,0,0,0.015);
}

#sidebar>.sidemenu>li>ul>li>a:hover, #sidebar>.sidemenu>li>ul>li>ul>li>a:hover, #sidebar>.sidemenu>li>ul>li.current>a, #sidebar>.sidemenu>li>ul>li>ul>li.current>a, #sidebar>.sidemenu>li.aktivni a  {
background: none;
    color: #377B2B;
text-decoration: none;
}

#sidebar>.sidemenu>li>ul>li>ul>li {
border-top: 1px solid rgba(0,0,0,0.025);
}

#sidebar>.sidemenu>li>ul>li>ul>li>a {
margin: 0 20px 0 0;
padding: 0 5px 0 25px;
font-size: 15px;
    line-height: 2.5;
}

#sidebar>.sidemenu>li>ul>li>ul>li>ul>li>a {
padding: 0 0 0 40px;
font-size: 15px;
    line-height: 2.5;
}

#sidebar>.sidemenu>li>ul>li>ul>li>ul>li>ul>li>a {
padding: 0 0 0 55px;
font-size: 15px;
    line-height: 2.5;
}


#sidebar .boxed {
padding: 0;
margin: 0 0 10px 0;
background: #fff;
-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}

#sidebar h2 {
font-size: 20px;
    font-weight: 700!important;
    margin: 0;
    padding: 10px 20px;
    text-transform: none;
    text-align: left;
color: #edf6da;
display: block;
letter-spacing: 0.5px;
background: -webkit-linear-gradient(right, #99cc33, #268d05);
  background: -o-linear-gradient(right, #99cc33, #268d05);
  background: -moz-linear-gradient(right, #99cc33, #268d05);
  background: linear-gradient(to right, #99cc33, #268d05);
}

#sidebar>h2 {
display: none;
}

#sidebar h3 {
    padding: 5px 0;
    font-weight: 700;
}

#sidebar p, #rightbar p {
margin: 0;
padding: 0px;
}

#sidebar .content2 {
    padding: 10px 15px;

}

#rightbar .content2 {
    padding: 10px 0px;
}

#rightbar p, #rightbar a {
font-size: 16px;
}


#sidebar>.sidemenu li>ul  {
display: none;
}

#sidebar>.sidemenu li.current>ul, #sidebar>.sidemenu li.aktivni>ul {
display: block!important;
}

/* MAIN */

#main{
padding: 0 0px;
margin: 0 auto;
width: 1200px;
}

.uvod .post:nth-child(1) .post_top {
display: none;
}

.post_title {
padding: 0!important;
display: block;
    font-size: 28px;
}

.post_body {
/*padding: 15px!important;*/
}

#main div.post {
clear: both;
}

#main table td {
vertical-align: top;
}


#main h1 {
    font-weight: 800!important;
    font-size: 32px;
    padding: 0;
    margin: 0 0 10px 0;
    display: inline-block;
    background: none;
    position: relative;
    color: #ccc;
}


#main>h1 {
background: rgba(255,255,255,1);
-webkit-box-shadow: 0 -5px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0 -5px 5px 0px rgba(0, 0, 0, 0.1);
    font-weight: 800!important;
    margin: 0;
    display: block;
padding: 20px;
}

#main>h1 span {
    font-weight: 800!important;
    font-size: 32px;
    color: #ccc;
}

.post_title h1:after, #main>h1:after {
content: " ";
    width: 200px;
height: 1px;
    display: block;
background: -webkit-linear-gradient(right, #99cc33, #268d05);
  background: -o-linear-gradient(right, #99cc33, #268d05);
  background: -moz-linear-gradient(right, #99cc33, #268d05);
  background: linear-gradient(to right, #99cc33, #268d05);
    margin: 5px 0;
}

#main>h1:after {
    margin: 0;
}

#main>ul {
background: rgba(255,255,255,1);
-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
padding: 15px!important;
margin: 0 0px 10px 0!important;
}

#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: 300;
font-size: 28px;
padding: 0px 0;
margin: 7px 0;
text-transform: none;
}

#main h3, #main h3 span {
font-weight: 800;
font-size: 20px;
padding: 0px 0;
margin: 7px 0;
text-transform: none;
}

#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;
}


#main ._round-cont {

margin: 0 9px 0px 0 !important;
}
#main .nolink, #main-table iframe {

margin: 0 0px 0px 0 !important;

}
#main-table img.nolink {
margin: 8px 9px 0 0 !important;
}
#main-table h2 {
margin: 0 0 -5px 0 !important;
}

.post {
width: 100%;
padding:  20px!important;
margin: 0 0px 20px 0!important;
position: relative;
}

.post img {
height: 250px;
width: auto;
margin: 0!important;
}

/* RIGHTBAR */

#max-rightbar {
margin: 0 auto;
width: 100%;
clear: both;
    padding: 20px 0;
display: none;
}

#rightbar {
margin: 0 auto;
width: 1200px;
clear: both;
height: auto;
    padding: 20px 0;
}

#rightbar .boxed  {
    width: 32%;
    margin: 0 0.5%;
    padding: 0px;
    text-transform: none;
    font-style: normal;
display: inline-table;
color: #fff;
}

#rightbar a {
color: #fff;
}

#rightbar .boxed ul {
padding: 5px;
}

#rightbar h2 {
    font-weight: 700!important;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-transform: none;
    text-align: left;
color: #268d05;
}

#rightbar h3 {
    padding: 5px 0;
    font-weight: 600;
    font-size: 16px;
}

#sidebar .novinky, #rightbar .novinky {
list-style-type: none;
margin: 0;
}

#sidebar .novinky li, #rightbar .novinky li {
border-bottom: 1px solid rgba(0,0,0,0.1);
padding: 10px 0!important;
}

#rightbar .boxed:first-child {
display: none;
}

#rightbar ul {
list-style-position: inside;
}

small {
/*display: none;*/
font-size: 15px;
line-height: 32px;
}

#footer {
margin: 0 auto;
width: 100%;

padding: 5px 0;
clear: both;
}

#footer * {

color: #fff;
}

#footer-content {
padding-top: 10px;
width: 1200px;
margin: 0 auto;
font-size: 10px;
text-align:center;
}

#footer-content * {
font-size: 10px;
}

/* SLIDER */

#max-slide {
/*display: none;*/
margin: 0;
}

.slider-wrapper {
margin: 0;
width: 100%;
position: relative;
/*-webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);*/
}


.theme-default #slider {
    margin:0px auto 0 auto;
padding-bottom: 30px;
}

.theme-default .nivoSlider {
position:relative;
background: transparent url(userFiles/nivo/thames/loading.gif) no-repeat 50% 50%;
margin-bottom:0px;
-webkit-box-shadow: none;
box-shadow: none;
}

.theme-default .nivoSlider img {
position:absolute;
top:0px;
left:0px;
width: 100%!important;
display:none;
margin: 0 0 0 0!important;
-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.7);
box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.7);
}


.theme-default .nivo-controlNav {
padding: 0px 0;
position: absolute;
left: 30px;
bottom: 10px;
z-index: 100;

}

.theme-default .nivo-controlNav a {
display:inline-block;
width: 50px;
height: 12px;
background: rgba(255,255,255,1);
text-indent:-9999px;
border:0;
margin: 0 3px;
color: transparent;
}

.theme-default .nivo-controlNav a.active {
background: #268d05;
}

.theme-default .nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(userFiles/nivo/thames/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
top: 49%!important;
color: transparent;
/*display: none!important;*/
}

.theme-default a.nivo-nextNav {
background-position:-30px 0;
right:10px  !important;
}

.theme-default a.nivo-prevNav {
left:10px;
}

.theme-default .nivo-caption {
position: absolute !important;
top: auto!important;
bottom: 0!important;
right: 0!important;
left: 0px!important;
padding: 30px!important;
width: 100%!important;
margin: 0 0 0 0!important;
background: rgba(0,0,0,0);
text-align: left;
opacity: 1;
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 48px!important;
margin: 0 0 5px 0;
    color: #fff!important;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
font-weight: 800!important;
}

.nivo-caption p {
color: #fff;
font-size: 32px!important;
font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.nivo-caption a {
font-size: 16px!important;
font-weight: 300;
border: 2px solid #fff!important;
color: #fff!important;
margin-top: 20px!important;
    display: inline-block!important;
}


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: 17px;
display: block!important;
width: 960Px !important;
margin: 10px auto !important;
padding: 5px 3px 0;
}
div.rsslink {
position: absolute;
right: 0;
font-size: 11px;
display: block;
clear: both;
color: #333 !important;
background: #FFF556;
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: 20px 0!important;
}

.col-2 td {
width: 50%;
}
.col-3 td {
width: 33%;
}

.col-4 td {
width: 25%;
}

.intro td {
padding: 15px;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.15);
background: #fff;
}

.intro td:hover {
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
}

.intro h2 {
color: #377B2B!important;
    margin: 0!important;
    padding: 7px 0 0!important;
    font-weight: 700!important;
    font-size: 26px!important;
}

.intro.col-4 h2 {
    font-size: 20px!important;
}

.intro .more {
    float: none;
    margin-top: 10px;
    font-size: 32px!important;
    font-weight: 300;
}

.intro div {
border: 1px solid rgba(0,0,0,0.075);
overflow: hidden;
/*padding: 1px;*/
}



.intro img, .full.col-2 img {
width: 100%;
display: block;
margin: 0!important;
}

.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;
padding: 2px;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.2);
}

.full.col-2 img {
width: 100%;
}


.rozcestnik {
width: 330px;
border: none;
border-collapse: separate;
border-spacing: 20px;
margin: 7vh 0 0 520px;
/*text-align: center;*/
background: url(userFiles/img/tyc.png) no-repeat center 98px;
background-size: contain;
padding-bottom: 200px;
}

.rozcestnik td {
display: block;
padding: 20px 0;
color: #fff;
font-size: 28px;
font-weight: 700;
}

.rozcestnik a {
color: #fff;
font-size: 22px;
font-weight: 700;
}

.rozcestnik a:hover {
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.rozcestnik td:nth-child(odd) {
background: url(userFiles/img/sipka-leva.png) no-repeat center;
background-size: contain;
padding-left: 33px;
}

.rozcestnik td:nth-child(even) {
background: url(userFiles/img/sipka-prava.png) no-repeat center;
background-size: contain;
padding-left: 24px;
}

#info {
position: absolute;
    padding: 0px;
    bottom: 60px;
    right: 0;
    height: 30px;
    z-index: 11;
display: none;
}

#info a {
margin: 0;
    color: #fff;
font-weight: 700;
font-size: 18px;
}

#info p {
display: inline-block;
    margin: 0 0 0 30px;
    font-size: 18px;
    color: #fff;
font-weight: 700;
}

#info p span {
    font-size: 28px;
    margin-right: 3px;
}



#social {
position: absolute;
    text-align: center;
    top: 0px;
    right: 3px;
}

#social a {
margin: 0;
padding:0 ;
color: rgba(255,255,255,0.8);
font-size: 18px;
}

#social p {
display: inline-block;
margin: 10px;
}

#social a:hover {
color: #fff!important;
}


.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%;
    border: none;
}

.ui-datepicker .ui-state-highlight, .ui-widget-content .ui-state-default {
    border: 1px solid #268d05!important;
    background: #edf6da!important;
    color: #268d05!important;
}
.tabulka {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

.tabulka tr:first-child td {
color: #fff;
background: #377B2B;
font-weight: 700;
}

.tabulka tr:hover{
background: none!important;
}

.tabulka tr td {
border: 1px solid rgba(0,0,0,0.1);
text-align: left;
padding: 7px 10px;
}

#locales {
position: absolute;
    right: 7px;
top: -1px;
    color: transparent;
}

#locales a {
    font-size: 13px;
display: inline-block;
    color: #fff;
    padding: 0px 27px;
    margin-left: -11px!important;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 66px;
    border-left: 1px solid #c31871;
    border-right: 1px solid #9d0554;
}

#menu-bott>ul>li>ul {
display: none;
}

#menu-bott>ul {
list-style-type: none;
}

#menu-bott>ul>li>a {
font-size: 16px;
}

#menu-bott>ul>li>a:hover {
text-decoration: underline;
}

p.mdi {
text-align: center;
    display: inline-block;
    width: 32%;
    margin: 0px 0 10px 0!important;
color: #377b2b;
}

.mdi-phone::before, .mdi-email::before, .mdi-map-marker::before {
font-size: 36px;
/*margin-right: 5px;*/
color: #7ac142;
vertical-align: middle;
line-height: 2;
display: block;
margin: 0;
}
.paticka #p2 {display: none;}
#footer .paticka_cookies .paticka_cookies_allow {
    color: red;
    border-color: red;
    text-decoration: none;/*-------------STYLE-------------*//* STYL PRO TABLETY */

@media screen and (max-width: 1200px) {

html {

}

body {
width: 100%;
    padding: 0;
    background-size: contain;
    background-position: center 7vw;
}

#logo {
display: inline-block;
left: 50px;
}

#logo a {
    font-size: 4vw;
}

#slogan {
    font-size: 6vw;

}

#main {
width: 100%; 
height: 100%;
margin: 0;
padding: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
float: none;
}

#wrap {
width: 100%;
height: 77vh;
background-size: 90%;
}

#footer, #footer-content {
margin-bottom:0px;
width: 100%;
}


/* HEADER */

#header {
width: 100%;
}

/* MENU */

#pull {
height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 100;
display: none;
}

#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;
}

#pull.mAct:after {
content: '\4d';
}

#menu {
width: 100%;
height: 0;
position: absolute;
top: 0;
left: 0;
text-align: left;
margin: 0;
border: none;
line-height: 20px;
display: block;
}

#menu>ul {
display: block;
position: absolute;
left: 0px;
top: 60px;
z-index: 9999;
opacity: 1;
background: -webkit-linear-gradient(right, #99cc33, #268d05);
  background: -o-linear-gradient(right, #99cc33, #268d05);
  background: -moz-linear-gradient(right, #99cc33, #268d05);
  background: linear-gradient(to right, #99cc33, #268d05);
width: 300px;
margin-left:-300px;
}

#menu>ul>li {
display: block;
width: 100%;
margin: 0;
-webkit-border-radius: 0;
border-radius: 0;
height: auto;
border: none;
}

#menu>ul>li>a {
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid rgba(0,0,0,0.05);
padding-left:20px;
color: #eee;
margin: 0;
-webkit-border-radius: 0;
border-radius: 0;
line-height: 50px;
}

#menu ul li a:after {display: none;}
#menu ul li a:before {display: none;}
/*#menu ul li.current {background: rgba(0,0,0,0.05);}*/
#menu li {display: block; float: none; width: 100%; position:relative;}

#menu ul li ul {display: none; position: inherit;}

#menu ul li ul.menu_add_show {
display:block!important;
visibility:visible;
}

#menu>ul>li>ul {
    color: #fff;
    border-top: none;
    /*background: rgba(255,255,255,0.075);*/
}

#menu>ul>li>ul>li, #menu>ul>li.menu_add_active, #menu>ul>li>ul>li>ul, #menu>ul>li>ul>li:hover>ul, #menu>ul>li>ul>li>ul>li:hover>ul {
/*background: rgba(0,0,0,0.025);*/
border-top: 1px solid rgba(0,0,0,0.05);
padding: 0;
}

#menu>ul>li ul>li>a {
padding: 5px 20px;
font-weight: 400;
line-height: 40px!important;
}

#menu>ul>li>ul>li>ul>li {
    border-top: 1px solid rgba(0,0,0,0.05);
}

#menu>ul>li>ul li>ul {
float: none;
list-style-type: none;
width: 100%;
position: relative;
margin: 0px 0;
padding: 0px 0px;
z-index: 10;
overflow: visible;
left: 0px;
top: 0px;
display: none!important;
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
}

/*#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: 50px;
    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: 25px!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: 20px;
}


#sidebar>.sidemenu {
display: none;
}

#header .boxed {
width: 160px;
position: absolute;
top: 0px;
display: none;
}

#header .boxed .button {
background: url("userFiles/system/ico-src-rs.png") no-repeat center center!important;
}

#header .boxed .hledani table tr td:first-child input {
color: #666;
}

.hledani>table {
width: 100%!important;
}

.post {
    padding: 10px!important;
}

.post, #sidebar .boxed, #footer {
width: 100%;
display: block;
    -webkit-border-radius: 0px;
    border-radius: 0px;
/*margin: 0;*/
}

#sidebar, #rightbar {
    width: 100%;
display: none;
float: none;
}

#rightbar .boxed {
    width: 49%;
    margin: 0 0.5% 10px;
}

.intro {
border: none;
border-collapse: separate;
border-spacing: 3px;
padding: 0;
margin: 0 0 20px 0;
width: 100%;
}

.intro td {
display: inline-table;
    font-size: 14px!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.intro img, .full.col-2 img {
    width: 100%;
    margin: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    display: block;
    position: relative;
}

.karta tr:nth-child(odd) td:last-child, .karta tr:nth-child(even) td:first-child {
    padding: 10px;
}

.rozcestnik {
margin: 13vh 0 0 0;
margin-left: calc(56vw - 150px);
}


/* SLIDER */

/*.slider-wrapper, .theme-default .nivoSlider {
height: 67vh;
}

.theme-default .nivoSlider img {
width: 201vh!important;
height: 67vh;
margin: 0 0 0 -50vh!important;
-webkit-box-shadow: none;
box-shadow: none;
}

div.nivo-slice img {
display: none!important;
-webkit-box-shadow: none;
box-shadow: none;
}*/

.theme-default .nivo-caption {
left: 0%!important;
padding-top: 7vw!important;
}

/*.nivo-caption h2, .nivo-caption h2 * {
font-size: 6vw!important;
}

.nivo-caption p {
font-size: 4vw!important;
}

.nivo-caption a {
font-size: 14px!important;
font-weight: 300;
border: none!important;
}*/

/*.theme-default .nivo-controlNav {
    width: 100%!important;
}

.theme-default .nivo-controlNav a {
width: 12px;
height: 12px;
}*/

/* FOOTER */

.paticka, .paticka a, #footer-left {font-size:14px; color:white;}

#info {
    right: 15px;
}

#info p, #info a {

}

#social {
position: relative;
    text-align: left;
    top: 3px;
    left: 3px;
}

#locales {
    position: relative;
    right: 0;
    top: 0;
    color: transparent;
}

#locales a {
    color: #fff;
    margin-left: 0px!important;
margin-right: -10px;
}

#menu-bott #social {
display: none;
}

}/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 600px) {

body {

}

.slider-wrapper, .theme-default .nivoSlider {
/*height: 85hv;*/
}

.theme-default .nivoSlider img {
/*width: 255vh!important;
height: 85vh!important;
margin-left: -60vh!important;*/

}

#max-header {
    background-position: left bottom;
}

#wrap {
background: url(userFiles/img/vlak1.png) no-repeat center bottom;
background-size: 62%;
}

#header .boxed {
/*width: 120px;*/
top: 5px;
}

img {
/*display: block!important;
margin: 5px auto!important;
float: none;*/
}

#main img {
/*width: 100%;
max-width: 100%;
max-height: auto;*/
}

#logo {

}

#logo a {

}

#slogan {

}

#footer {padding:10px;}

/* MENU */

#pull {

}

#menu>ul {
display: block;
width: 90%;
margin-left: -90%;
}

.col-2 td, .col-3 td, .col-21 td {
width: 100%;
display: block;
}

.theme-default .nivo-caption {

}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 5vw!important;
}

.nivo-caption p {
font-size: 3vw!important;
}

.theme-default .nivo-controlNav {

}

.intro td {
display: block;
width: 100%;
    margin-bottom: 30px;
}

.intro div {
width: 90%!important;
height: 90%!important;
margin: 0 auto!important;
}

.intro h2 {
font-size: 5vw!important;
    line-height: 8vw;
}

#social {

    left: 10px;
 }

#rightbar {
padding: 10px;
}

#rightbar .boxed {
    width: 100%;
    margin: 0 0 10px 0;
display: block;
}

.rezerv-form  {
width: 90%;
}

.rezerv-form td {
display: block;
}

.hledani>table {
width: 75vw!important;
}


.rozcestnik {
margin: 13vh 0 0 0;
margin-left: calc(44vw - 150px);
background: none;
padding-bottom: 0px;
}

}/*-------------STYLE-------------*/