/* GLOBAL CSS */

* {
font-family: "Signika", Arial, sans-serif!important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
font-size: 15px;
padding: 0;
margin: 0;
font-weight: 400;
}

a {color: #5bb3e3; text-decoration: none;}
a:hover { text-decoration: none; color: #fff; }
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;
}

#logo a, #main h1 , #main h1 span {
font-family: "Shrikhand"!important;
}


img {
-webkit-box-shadow: none;
box-shadow: none;
}

strong, b {
font-weight: 700!important;
}

._round-inner .roundblock, _round-block img {
border: none!important;
}

/* LAYOUT */

html {
background: #222 url("userFiles/img/bg.jpg") no-repeat center fixed;
background-size: cover;
margin: 0;
padding: 0;
}

body {
width: 100%;
margin: 0 auto;
color: #eee;
padding: 0;

-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box !important;
}

#wrap {
    margin: 0 auto;
    background: url(userFiles/img/bg-head.png) no-repeat 920px 10px;
    background-size: 280px;
    width: 1200px;
    position: relative;
    padding: 0px;
}

ul {
list-style-position: inside;
list-style-type: square;
}

/* HEADER */

#header {
width: 1200px;
margin: 0 auto;
padding: 0;
position: relative;
height: 140px;
}

#logo {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

#logo a {
/*background: url(userFiles/system/logo.png) no-repeat left top;*/
    background-size: contain;
    font-size: 54px;
    /*font-weight: 700!important;*/
    color: #5bb3e3;
    padding: 0;
    display: inline-block;
    margin: 0;
    text-align: left;
}

#logo a:hover {
text-decoration:none;
}

#slogan {
font-size: 24px;
    font-weight: 300!important;
    padding: 5px 0 5px 20px;
    margin: 0 0 0 20px;
    position: relative;
    color: #ccc;
    /*text-transform: uppercase;*/
    display: inline-block;
    border-left: 1px solid #ccc;
    top: -4px;
}


#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: 93px;
    right: 291px;
    z-index: 10;
}

#header .boxed .hledani table tr td:first-child input {
background: rgba(0,0,0,0.025);
color: #333;
border: 1px solid rgba(0,0,0,0.1);
}

#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;
font-weight: 400;
-webkit-border-radius: 5px;
border-radius: 5px;
background: rgba(0,0,0,0.025);
color: #fff;
border: 1px solid rgba(255,255,255,0.1);
}

textarea {
height: 140px!important;
width: 100%!important;
}

#header .boxed h2 {  display: none; }


.more, .button, .nivo-caption a {
display: block;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 14px!important;
color: #fff!important;
padding: 7px 12px!important;
margin: 0 9px 7px 0;
font-weight: 600;
text-transform: lowercase;
  background: #5bb3e3!important;
border: none;
}

.more {
float: right;
}

.button:hover, .more:hover {
background: #444!important;
color: #fff!important;
text-decoration: none;
}


/* MENU */

#pull {
display: none;
}

#menu {
    position: relative;
    margin: 0px 0 10px 0px;
    width: 920px;
    height: 50px;
    padding: 10px 0 0 220px;
    border-top: 1px solid #5bb3e3;
text-align: right;
}

#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%;
border-right: 1px solid rgba(0,0,0,0.05);
}

#menu>ul>li:hover {
background: #5bb3e3;
}

#menu>ul>li:hover>a {
color: #fff;
}

#menu>ul>li>a {
display: block;
color: #5bb3e3;
padding: 0px 20px;
margin: 0;
font-weight: 700;
text-transform: uppercase;
line-height: 40px;
font-size: 15px;

}

#menu>ul>li>a:hover, #menu>ul>li:hover>a {
text-decoration: none;
text-shadow: 1px 1px rgba(0,0,0,0.2);
}



#menu>ul>li>ul {
list-style-type: none;
position: absolute;
margin: 1px 0 0;
padding: 0;
z-index: 10;
visibility: hidden;
color: #fff;
background: #5bb3e3;
min-width: 200px;
}

#menu>ul>li>ul>li {
position: relative;
padding: 0 5px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}

#menu>ul>li:hover>ul {
visibility: visible;
}

#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;
/*text-transform: lowercase;*/
}

#menu>ul>li>ul>li:last-child>a {
border: none;
}


#menu>ul>li:hover>ul>li>a {
color: #fff;
line-height: 25px;
}

#menu>ul>li>ul>li:hover, #menu>ul>li>ul>li>ul>li:hover {
background: rgba(0,0,0,0.1);
}


#menu>ul>li>ul>li>a:hover, #menu>ul>li>ul>li>ul>li>a:hover, #menu>ul>li>ul>li:hover>a, #menu>ul>li>ul>li>ul>li:hover>a {

}

#menu>ul>li>ul>li>ul {
float:left;
list-style-type: none;
width: 0px;
position: absolute;
margin: 0px 0;
padding: 0px 0px;
z-index: 10;
overflow: hidden;
background: #5bb3e3;
left: 190px;
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;
color: #fff;
line-height: 25px;
width: 200px;
}

#menu>ul>li>ul>li>ul>li>a:hover {
color: #fff;
}


/* SIDEBAR */

#sidebar {
margin: 15px 0 0;
width: 220px;
float: left;

}

.sidemenu {
list-style-type: none;
padding: 0px;
margin: 0;
}

.sidemenu li {
display: block;
}

#sidebar>.sidemenu {
padding: 0;
margin: 0 0 10px 0;
/*background: -webkit-linear-gradient(right, #fff, #f6f6f6);
  background: -o-linear-gradient(right, #fff, #f6f6f6);
  background: -moz-linear-gradient(right, #fff, #f6f6f6);
  background: linear-gradient(to right, #fff, #f6f6f6);*/
/*-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);*/
/*-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;*/
}

.sidemenu a {
font-weight: 400;
line-height: 28px;
display: block;
}

#sidebar>.sidemenu>li>a {
   font-weight: 400!important;
    padding: 3px 9px;
    margin: 0;
color: #5bb3e3;
    text-transform: none;
    text-align: left;
font-size: 16px;
border-bottom: 1px solid rgba(0,0,0,0.05);
}

#sidebar>.sidemenu>li:hover a, #sidebar>.sidemenu>li.current a {
color: #5bb3e3;
color: #fff;
}

#sidebar>.sidemenu>li:hover, #sidebar>.sidemenu>li.current, #sidebar>.sidemenu>li.aktivni {
text-decoration: none;
background: rgba(255,255,255,0.025);

}

#sidebar>.sidemenu>li.current:first-child, #sidebar>.sidemenu>li:first-child:hover {
/*-webkit-border-radius: 0 5px 0 0;
border-radius: 0 5px 0 0;*/
}

#sidebar>.sidemenu>li.current:last-child, #sidebar>.sidemenu>li:last-child:hover {
/*-webkit-border-radius: 0 0 5px 0;
border-radius: 0 0 5px 0;*/
}

#sidebar>.sidemenu>li {
margin: 0;
}

#sidebar>.sidemenu>li>ul>li {
border-bottom: 1px solid rgba(0,0,0,0.025);
}

#sidebar>.sidemenu>li>ul>li>a {
font-size: 15px;
background: none;
padding: 5px 10px 5px 30px;
margin: 0;
font-weight: 400;
line-height: 18px;
}

#sidebar>.sidemenu>li>ul>li:hover, #sidebar>.sidemenu>li>ul>li>ul>li:hover  {
background: rgba(255,255,255,0.05);
}

#sidebar>.sidemenu>li>ul>li.current, #sidebar>.sidemenu>li>ul>li>ul>li.current  {
background: rgba(255,255,255,0.05);
}

#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: #fff;
text-decoration: none;
}

#sidebar>.sidemenu>li>ul>li>ul>li>a {
color: #202918;
margin: 0 20px 0 0;
padding: 0 0 0 30px;
}

#sidebar .boxed {
padding: 0;
margin: 0 0 10px 0;
/*background: #0c0c0c;
-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);*/

}

#sidebar h2 {
    font-weight: 700!important;
    font-size: 20px;
    margin: 3px 10px;
    padding: 10px 0;
    color: #fff;
    text-transform: none;
    text-align: left;
}

#sidebar>h2 {
display: none;
}

#sidebar h3 {
    padding: 5px 0;
    color: #398fbe;
    font-weight: 700;
    font-size: 18px;
}

#sidebar p, #rightbar p {
margin: 0;
padding: 0px;
}

.content2 {
    padding: 10px;
    color: #fff;
    background: rgba(255,255,255,0.05);
border-top: 1px solid #5bb3e3;
}

#sidebar>.sidemenu>li>ul {
display: none;
}

#sidebar>.sidemenu>li.current>ul, #sidebar>.sidemenu>li>ul>li.current, #sidebar>.sidemenu>li.aktivni>ul {
display: block!important;
}

/* MAIN */

#main{
padding: 20px;
margin: 0;
width: 760px;
float: left;
background: rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
z-index: 15;
}

.post_top {

}

.post_title {

display: block;
    font-size: 28px;
}

.post_body {
/*padding: 15px!important;*/
}

#main div.post {
clear: both;
}

#main table td {
vertical-align: top;
}


#main h1, #main>h1, #main h1 span  {
    /*font-weight: 500!important;*/
    font-size: 28px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    display: block;
    background: none;
    position: relative;
    color: #5bb3e3;
}

#main .post:first-child h1, #main h1 span {
font-size: 36px;
font-weight: 400;
line-height: 56px;
}

#main h1:after  {
    width: 60px;
    display: block;
    border-bottom: 2px solid #ccc;
    text-align: center;
    margin: 10px auto 20px;
content: "";
}

#main>ul {
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, #main>ul>li>h3:first-child {
font-weight: 700;
font-size: 24px;
padding: 0px 0;
margin: 7px 0;
text-transform: none;
color: #5bb3e3;
}

#main>ul>li>h3:first-child {
margin-bottom: 20px;
}

#main h3, #main h3 span {
font-weight: 700;
font-size: 18px;
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: 5px 0;
text-indent: 0;

margin: 0px 0 0px;
}
#main p strong {
}

#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 {
/*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: 0px!important;
margin: 0 0px 10px 0!important;
}

.post .post_top, #main>h1 {
text-align: center;
padding: 15px 0!important;
}

.uvod .post:first-child {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0px!important;
margin-top: -10px!important;
}

.uvod .post:first-child .post_body {
    padding: 0px!important;
}

.uvod .post:nth-child(3) .post_top {
display: none;
}

/* RIGHTBAR */

#rightbar {
margin: 70px 0 0;
width: 220px;
float: right;
display: block;
}

#rightbar .boxed  {
padding: 0;
margin: 0 0 10px 0;


}

#rightbar .boxed ul {
padding: 0;
border: none;
}

#rightbar h2 {
    font-weight: 700!important;
    font-size: 20px;
    margin: 3px 10px;
    padding: 10px 0;
    color: #fff;
    text-transform: none;
    text-align: left;

}

#rightbar h3 {
padding: 0 0 5px 0;
color: #5bb3e3;
font-weight: 700;
font-size: 18px;
}

#sidebar .novinky, #rightbar .novinky {
list-style-type: none;
margin: 0;
    background: rgba(255,255,255,0.05);
}

#sidebar .novinky li, #rightbar .novinky li {
border-bottom: 1px solid rgba(255,255,255,0.1);
padding: 10px 0!important;
}

#rightbar .boxed:first-child {
display: none;
}

#rightbar ul {
list-style-position: inside;
}

small {
display: none;
}

#footer {
margin: 20px auto 0;
width: 100%;
text-align:center;
padding: 5px 0 5px;
clear: both;
}

#footer * {
font-size: 10px;
color: #aaa;
}

#footer-content {
padding-top: 10px;
width: 1200px;
margin: 0 auto;
}



/* 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;
/*height: 350px!important;*/
display:none;
margin: 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;
bottom: 19px;
z-index: 100;
width: 500px!important;

}

.theme-default .nivo-controlNav a {
display:inline-block;
width: 16px;
height: 16px;
background: rgba(0,0,0,0.2);
text-indent:-9999px;
border:0;
margin: 0 3px;
color: transparent;
}

.theme-default .nivo-controlNav a.active {
background: #5bb3e3;
}

.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: 160px!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: 40px!important;
bottom: 40px!important;
right: 0!important;
left: 40px!important;
padding: 30px!important;
width: 400px!important;
margin: 0 0 0 0!important;
background: rgba(0,0,0,0.4);
text-align: left;

height: 320px;
opacity: 1;
display: none!important;
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 54px!important;
margin: 0 0 5px 0;
    color: #fff!important;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
font-weight: 600!important;
}

.nivo-caption p {
color: #fff;
font-size: 24px!important;
font-weight: 300;
}

.nivo-caption strong {
font-weight: 700;
}

.nivo-caption a {
font-size: 24px!important;
font-weight: 300;
border: none!important;
margin-top: 20px!important;
    display: inline-block!important;
}

.nivo-caption a:hover {
/*text-decoration: none;
color: #fff;*/
-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
box-shadow:  0 0 8px 1px rgba(0, 0, 0, 0.3);
}




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 {
width: 100%;
border: none;
border-collapse: separate;
border-spacing: 5px;
margin: 20px 0!important;
}

.col-2 td {
width: 50%;
}
.col-3 td, .col-12 td:first-child {
width: 33%;
}

.col-4 td {
width: 25%;
}

.intro td p:first-of-type {
padding: 5px 0 5px 10px!important;
border-left: 3px solid #eee;
}

.intro td:hover p:first-of-type {
padding: 5px 0 5px 10px!important;
border-left: 3px solid #5bb3e3;
}

.intro h2 {
    color: #5bb3e3!important;
    margin: 0!important;
    padding: 7px 0!important;
    font-weight: 400!important;
    font-size: 28px!important;
    text-align: center;
}

.intro .more {
    float: none;
    margin-top: 10px;
    font-size: 32px!important;
    line-height: 24px;
    font-weight: 300;
}

.intro div {
border: 1px solid rgba(255,255,255,1);
overflow: hidden;
padding: 1px;
margin-top: 10px;
}

.intro div:hover {
border: 1px solid #5bb3e3;
overflow: hidden;
padding: 1px;
}

.intro img {
width: 100%;
display: block;
margin: 0!important;
    -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);
transition: transform 0.5s ease-out;
    /*-webkit-transform: rotate(3deg);
    -moz-transform:  rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);*/
}

.intro img:hover {
    -webkit-transform:  rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform:  rotate(0deg);
    -o-transform:  rotate(0deg);
    transform: scale(1.2, 1.2) rotate(6deg);
transition: transform 0.5s ease-in;
}


.full.col-12 img {
width: 100%;
display: block;
margin: 0!important;
padding: 2px;
    border: 1px solid rgba(255,255,255,0.5);
}

.full.col-12 td:last-child, .full.col-2 td {
padding: 0 10px;
}

#info {
    position: absolute;
    left: 240px;
    top: 96px;
display: none;
}

#info a {
margin: 0;
color: #5bb3e3;
font-size: 20px;
}

#info a:hover {
text-decoration: underline;
}

#info p {
display: inline-block;
    line-height: 40px;
    padding: 0 0px 0 45px;
    color: #5bb3e3;
    margin-right: 35px;
font-size: 20px;
}

.ico-tel {
background: url("userFiles/system/ico-tel.png") no-repeat left center;
}

.ico-mail {
background: url("userFiles/system/ico-mail.png") no-repeat left center;
}

.ico-fb {
background: url("userFiles/system/ico-fb.png") no-repeat 15px center;
}

.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-widget-content {
    border: none;
    background: none;
    color: #222222;
}

.datepicker.novinky {
border-top: 1px solid #5bb3e3;
}

.ui-datepicker table {
    background: none!important;
}

.ui-datepicker {
    width: 100%;
}

.ui-datepicker .ui-state-highlight, .ui-widget-content .ui-state-default {
    border: 1px solid #3991c1!important;
    background: #5bb3e3!important;
    color: #fff!important;
}

.ui-datepicker-calendar span {
color: #fff;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    background-image: none;
}

.ui-widget-header {
    border: none;
    background: none!important;
    color: #5bb3e3;
}

.ui-widget-header span {
font-weight: 700!important;
    font-size: 18px!important;
}

.tabulka {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

.tabulka tr:first-child td {
background: #5bb3e3;
color: #333;
font-weight: 600;
}

.tabulka tr:hover{
background: none!important;
}

.tabulka tr td {
border: 1px solid rgba(255,255,255,0.1);
text-align: left;
padding: 7px;
}

#locales {
position: absolute;
    right: 0;
    top: 334px;
    color: transparent;
}

#locales a {
    font-size: 16px;
    color: #5bb3e3;
    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;
}/*-------------STYLE-------------*//* STYL PRO TABLETY */

@media screen and (max-width: 1000px) {

body {
width: 100%;
font-size: 14px;
padding: 0;
}

div#main {
width: 100%; height: 100%;
padding: 10px 5px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
float: none;
}

#wrap {
margin-top:0px;
width: 100%;
padding: 0;
}

#footer, #footer-content {
margin-bottom:0px;
width: 100%;
}

#logo {

}

#logo a {
    background-size: contain;
    /*font-size: 36px;*/
    margin-left: 55px;
}

#slogan {
/*left: 195px;*/
}

/* HEADER */

#header {
width: 100%;
}

#max-slide {
margin: 0;
display: none;
}

.uvod #max-slide {
display: block;
}

/* MENU */

#pull {
background: url(userFiles/system/icon-menu.png) left center no-repeat;
height: 30px;
display: inline-block;
cursor:pointer;
color: #fff;
font-size: 20px;
padding: 0;
line-height: 45px;
font-weight: 300;
text-transform: uppercase;
width: 30px;
margin: 12px 0 0 15px;
}

#menu {
width: 100%;
height: 0;
position: absolute;
top: 0;
left: 0;
text-align: left;
display: block;
margin: 0;
padding: 0;
}

#menu>ul {
display: block;
position: absolute;
left: 0px;
top: 140px;
z-index: 9999;
opacity: 1;
background-color: #5bb3e3;
width: 300px;
margin-left:-300px;
}

#menu>ul>li {
display: block;
width: 100%;
margin: 0;
-webkit-border-radius: 0;
border-radius: 0;
height: auto;
}

#menu>ul>li>a {
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid rgba(0,0,0,0.05);
padding-left:20px;
margin: 0;
-webkit-border-radius: 0;
border-radius: 0;
color: #fff;
}

#menu ul li a:after {display: none;}
#menu ul li a:before {display: none;}
#menu ul li.current {background: rgba(0,0,0,0.15);}
#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.05);
border-bottom: 1px solid rgba(0,0,0,0.05);
}

#menu>ul>li>ul>li>a {
font-size: 14px;
padding: 5px 20px;
font-weight: 400;
color: #fff!important;
}

#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;
background: #2c8ac6;
left: 0px;
top: 0px;
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 {
position: absolute;
right: 0;
top: 0;
background:transparent url(userFiles/system/arrow-down.png) 50% 50% no-repeat;
width: 45px;
height: 45px;
cursor:pointer;
}

.menu_add_row.active {
background:transparent url(userFiles/system/arrow-up.png) 50% 50% no-repeat;
cursor:pointer;
}

.menu_add_show a {
color: white!important;
line-height: 25px!important;
visibility: visible;
}


#sidebar {
float: none;
}

#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;
}

.post, .uvod .post:first-child {
margin: 0 auto 3px!important;
padding: 0!important;
}

.post_body {
padding: 10px 0!important;
}

.post, #sidebar, #sidebar .boxed, #rightbar .boxed, #footer {
width: 100%;
display: block;
    -webkit-border-radius: 0px;
    border-radius: 0px;
margin: 0;
}

.intro {
border: none;
border-collapse: separate;
border-spacing: 3px;
padding: 0;
margin: 0 0 20px 0;
width: 100%;
text-align: center;
}

.intro td {
display: inline-table;
    font-size: 14px!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.intro img {
    width: 100%;
    margin: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    display: block;
    position: relative;
}

.intro h2 {
    font-size: 32px!important;
    font-weight: 700!important;
}

#rightbar {
    width: 100%;
    float: none;
    clear: both;
margin: 0!important;
}

/* SLIDER */

.slider-wrapper, .theme-default .nivoSlider {
height: auto;
}

.theme-default .nivoSlider img {
width: 100%!important;
margin: 0!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 {
    top: 20px!important;
    padding: 10px!important;
    height: 80%;
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 32px!important;
font-weight: 700!important;
}

.nivo-caption p {
font-size: 16px!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 {
    top: 92px;
    left: 55px;
}

#info p {
display: inline-block;
}

}/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 600px) {

body {
font-size:13px;
}

#max-slide {
/*display: none;*/
}

#header .boxed {
/*width: 120px;*/
top: 5px;
}

img {
/*display: block!important;
margin: 5px auto!important;
float: none;*/
}

#main {
}

#main img {
/*width: 100%;
max-width: 100%;
max-height: auto;*/
}

#logo {
    margin-top: 8px;
}

#logo a {
font-size: 12vw;

}

#slogan {
    font-size: 6vw;
    /* padding: 10px 0 0 10px; */
    margin-left: 35px;
    border-left: none;
    display: block;
}

#footer {padding:10px;}


/* MENU */

#menu>ul {
display: block;
width: 100%;
margin-left: -100%;
}

.col-2 td, .col-3 td, .col-21 td, .col-12 td,  .col-12 td:first-child {
width: 100%;
display: block;
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 32px!important;
font-weight: 400!important;
}

.nivo-caption p {
font-size: 14px!important;
}

.nivo-caption a {
font-size: 12px!important;
}

.intro td {
display: block;
width: 100%;
}

.intro div {
width: 70%!important;
height: 70%!important;
margin: 0 auto!important;
}

.intro h2 {
font-size: 36px!important;
}

#info {
top: 70px;
left: 10px;
position: relative;
width: 95%;
}

#info p {
margin-right: 30px;
}

}/*-------------STYLE-------------*/