/* GLOBAL CSS */

* {
font-family: "Barlow", Arial, sans-serif!important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
font-size: 17px;
padding: 0;
margin: 0;
font-weight: 400;
}

a {color: #000; text-decoration: none;}
a:hover { text-decoration: none; color: #333; }
a img { margin: 0 !important; }

a, #menu ul, .galleryItem, .button {
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}

#logo a, #main .post h1, .intro h2, .nivo-caption h2, #sidebar h2, #rightbar h2, #menu>ul>li>a, #slogan {
}


img {
-webkit-box-shadow: none;
box-shadow: none;
}

strong, b {
font-weight: 600!important;
}

._round-inner .roundblock, _round-block img {
border: none!important;
}

/* LAYOUT */

html {
background: #e9d2a6 url(userFiles/system/bg.jpg) top center no-repeat fixed;
background-size:cover;
margin: 0;
padding: 0;
}

body {
width: 100%;
margin: 0 auto;
color: black;
padding: 20px 0 0;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box !important;
}

#wrap {
margin: 0 auto;
background: rgba(255,255,255,0.85);
-webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
width: 1220px;
position: relative;
padding: 10px;
}

ul {
list-style-position: inside;
list-style-type: square;
}

/* HEADER */

#header {
width: 1200px;
margin: 0 auto;
padding: 0;
position: relative;
height: 254px;
background: #e9d2a6 url(userFiles/system/img.jpg) top center no-repeat;
border:2px solid #6b4d28;
}

#logo {
margin: 0 auto;
display: block;
}

#logo a {
font-size: 45px;
line-height: 35px;
font-weight: 700 !important;
color: #543309;
padding: 55px 20px 0 20px;
display: block;
margin: 0;
text-align: center;
height: 100px;
text-transform: uppercase;
text-shadow: 2px 2px rgba(255,255,255,0.3);
}

#logo a:hover {
text-decoration:none;
}

#slogan {
    font-size: 18px;
    font-weight: 400!important;
    margin: 0;
    display: block;
    position: absolute;
    color: black;
    top: 75px;
    letter-spacing: 0px;
    left: 142px;
}


#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: 10px;
right: 0px;
z-index: 10;
}

#header .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.1);
font-weight: 400;
color: #333;
-webkit-border-radius: 5px;
border-radius: 5px;
}

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;
border:2px solid #6b4d28;
font-size: 18px!important;
color: #fff!important;
padding: 5px 12px!important;
margin: 0 9px 7px 0;
font-weight: 600 !important;
background: #947246 !important;
border: none;
text-transform:uppercase !important;
}

.more {
float: right;
}

.button:hover, .more:hover {
background: #444!important;
color: #fff!important;
text-decoration: none;
}

.nivo-caption a {
background: #f0ba09!important;
color: #fff!important;
}

/* MENU */

#pull {
display: none;
}

#menu {
position: relative;
margin: 10px 0 20px 0;
width: 1200px;
height: 44px;
padding: 0;
background: #947246;
-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);
border: 2px solid #6b4d28;
}

#menu>ul {
list-style-type: none;
margin: 0 auto;
padding: 0;
text-align: left;
height: 100%;
}

#menu>ul>li {
display: inline-block;
margin: 0;
height: 100%;
border-right: 1px solid rgba(255,255,255,0.1);
}

#menu>ul>li:last-child {
border-right: 0px solid rgba(255,255,255,0.1);
}

#menu>ul>li:hover {
background: rgba(0,0,0,0.05)!important;
}

#menu>ul>li:hover>a {
}

#menu>ul>li>a {
display: block;
padding: 0px 15px;
margin: 0;
font-weight: 600;
line-height: 40px;
font-size: 20px;
color: white;
text-shadow: 2px 2px rgba(0,0,0,0.2);
}

#menu>ul>li>a:hover, #menu>ul>li:hover>a {
text-decoration: none;
}

#menu>ul>li>ul {
list-style-type: none;
position: absolute;
margin: 2px 0 0;
padding: 0;
z-index: 10;
visibility: hidden;
color: white;
background: #947246;
min-width: 200px;
/*-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);*/
border: 2px solid rgba(0,0,0,0.1);
border-top: none;
}

#menu>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;
}

#menu>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 3px 10px;
margin: 0 0px 0px;
color: white;
line-height: 0px;
font-size: 18px;
/*text-transform: lowercase;*/
font-weight: 500;
text-shadow: 2px 2px rgba(0,0,0,0.1);
}

#menu>ul>li>ul>li:last-child>a {
border: none;
}

#menu>ul>li:hover>ul>li>a {
color: white;
line-height: 28px;
}

#menu>ul>li>ul>li:hover, #menu>ul>li>ul>li>ul>li:hover {
background: rgba(0,0,0,0.05);
}


#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: #947246;
left: 190px;
top: 10px;
border: 0px solid rgba(0,0,0,0.1);
}

#menu>ul>li>ul>li:hover>ul {
width: 200px;
border: 2px solid rgba(0,0,0,0.1);
}

#menu>ul>li>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 3px 10px;
margin: 0 0px 0px;
color: white;
line-height: 25px;
width: 200px;
}

#menu>ul>li>ul>li>ul>li>a:hover {
color: white;
}


/* SIDEBAR */

#sidebar {
margin: 0px 0 0;
width: 240px;
float: left;
display:none;
}

.sidemenu {
list-style-type: none;
padding: 0px;
margin: 0;
}

.sidemenu li {
display: block;
}

#sidebar>.sidemenu {
padding: 0;
margin: 0 0 10px 0;
-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);

}

.sidemenu a {
font-weight: 400;
line-height: 28px;
display: block;
}

#sidebar>.sidemenu>li>a {
 /*   font-weight: 700!important;
    font-size: 24px;
    margin: 0;
    padding: 10px;
    color: #fff;
    text-transform: none;
    text-align: left;
background: -webkit-linear-gradient(right, #e8d716, #f0ba09);
  background: -o-linear-gradient(right, #e8d716, #f0ba09);
  background: -moz-linear-gradient(right, #e8d716, #f0ba09);
  background: linear-gradient(to right, #e8d716, #f0ba09);
    border-bottom: 5px solid #f2e125;*/

font-weight: 700!important;
    font-size: 16px;
    margin: 0;
    padding: 5px 10px;
    color: #e8d716;
    text-transform: none;
    text-align: left;
}

#sidebar>.sidemenu>li.current a {
/*color: #fff;*/
}

#sidebar>.sidemenu>li.current, #sidebar>.sidemenu>li.current:hover, #sidebar>.sidemenu>li.aktivni {
text-decoration: none;
background: rgba(0,0,0,0.025);
}

#sidebar>.sidemenu>li.aktivni {
/*border-bottom: 5px solid #f8c900;*/
}

#sidebar>.sidemenu>li:hover {
/*background: rgba(0,0,0,0.05);*/
}

#sidebar>.sidemenu>li {
margin: 0;
    border-top: 5px solid #f2e125;
    border-bottom: 5px solid #eee;
}

#sidebar>.sidemenu>li>ul>li {
border-top: 1px solid rgba(0,0,0,0.05);
}

#sidebar>.sidemenu>li>ul>li>a {
font-size: 15px;
background: none;
padding: 5px 10px 5px 15px;
margin: 0;
font-weight: 400;
line-height: 18px;
}

#sidebar>.sidemenu>li>ul>li:hover, #sidebar>.sidemenu>li>ul>li>ul>li:hover  {
background: rgba(0,0,0,0.05);
}

#sidebar>.sidemenu>li>ul>li.current, #sidebar>.sidemenu>li>ul>li>ul>li.current  {
background: rgba(0,0,0,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 40px;
}

#sidebar .boxed {
padding: 0;
margin: 0 0 10px 0;
border-bottom: 5px solid #f8c900;
-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: 0;
    padding: 10px;
    text-transform: none;
    text-align: left;
background: -webkit-linear-gradient(right, #e8d716, #f0ba09);
  background: -o-linear-gradient(right, #e8d716, #f0ba09);
  background: -moz-linear-gradient(right, #e8d716, #f0ba09);
  background: linear-gradient(to right, #e8d716, #f0ba09);
    border-bottom: 5px solid #f2e125;
}

#sidebar>h2 {
display: none;
}

#sidebar h3 {
padding: 0 0 5px 0;
color: #666;
font-weight: 700;
font-size: 18px;
}

#sidebar p, #rightbar p {
margin: 0;
padding: 2px 0px;
}

.content2 {
padding: 10px 0;
color: #000;
font-size: 14px;
}

#sidebar>.sidemenu>li, #sidebar>.sidemenu>li>ul, #sidebar>.sidemenu>li>ul>li>ul {
/*display: none;*/
}

#sidebar>.sidemenu>li.aktivni,  #sidebar>.sidemenu>li.current>ul, #sidebar>.sidemenu>li>ul>li.current, #sidebar>.sidemenu>li.aktivni>ul, #sidebar>.sidemenu>li>ul>li.current>ul, #sidebar>.sidemenu>li>ul>li>ul.aktivni {
/*display: block!important;*/
}

/* MAIN */

#main{
padding: 0px;
margin: 10px 20px 0 20px;
width: 900px;
float: right;
/*background: rgba(255,255,255,0.7);*/
   /* -webkit-border-radius: 10px;
    border-radius: 10px;*/
/*-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);*/
z-index: 15;
}

.uvod .post:nth-child(2) .post_top, .uvod .post:nth-child(3) .post_top {
display: none;
}

.post_title, #main>h1 span {
padding: 10px 0!important;
display: block;
}

.post_body {
/*padding: 15px!important;*/
}

#main div.post {
clear: both;
}

#main table {
margin:10px 0 !important;
}


#tabulka td {
vertical-align: middle;
border: 1px solid rgba(0,0,0,0.1);
padding:2px 5px;
}


#main h1 {
    font-weight: 700!important;
    font-size: 36px;
    padding: 0;
    margin: 0;
    line-height: 44px;
    display: inline-block;
    background: none;
    position: relative;
    color: #634621;
}

#main>h1 {
    font-weight: 300;
padding: 0px;
margin: 0;
line-height: 32px;
display: block;
position: relative;
color: #e8d716;

}

#main .post:first-child h1 {
/*font-size: 48px;
font-weight: 400;
line-height: 56px;*/
}

/*
.post_title h1:after{
content: " ";
    width: 50px;
    display: block;
    border-bottom: 4px solid #f0ba09;
    text-align: center;
    margin: 10px 0 20px 0;
}

#logo a:after{
content: " ";
    width: 200px;
    display: block;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin: 9px 0 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: 600;
font-size: 26px;
padding: 0px 0;
margin: 10px 0;
text-transform: none;
color: #e38a18;
}

#main h3, #main h3 span {
font-weight: 600;
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: 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;
}


/* RIGHTBAR */

#rightbar {
margin: 0px 0 0;
width: 240px;
float: left;
/*display: none;*/
}

#rightbar .boxed {
padding: 0;
margin: 0 0 10px 0;
-webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
border-bottom: 0px solid rgba(0,0,0,0.2);
}

#rightbar .boxed .content2 {
padding: 10px;
}

#rightbar .boxed ul {
padding: 5px 10px;
}

#rightbar h2 {
    font-weight: 600!important;
    font-size: 22px;
    margin: 0;
    padding: 8px 10px;
    text-transform: none;
    text-align: left;
background: #947246 url(userFiles/system/pismeno-small.png) right no-repeat;
border: 2px solid #6b4d28;
color: white;
text-shadow: 2px 2px rgba(0,0,0,0.2);
}

#rightbar h3, #rightbar h3 a {
padding: 0 0 5px 0;
color: #e38a18;
font-weight: 600;
font-size: 20px;
line-height: 22px;
}

#rightbar h3 a {
padding: 10px 0 0px 0;
display: inline-block;
font-size: 25px;
color: #634621;
}

#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 {
font-size: 14px;
    line-height: 32px;
font-weight: 300;
/*color: #e8d716;*/
}

#footer {
margin: 20px auto 0;
width: 100%;
text-align:center;
padding: 5px 0 5px;
clear: both;
}

#footer * {
font-size: 13px;
color: gray;
}

#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;
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: #e8d716;
}

.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: 40px!important;
bottom: auto!important;
right: 0!important;
left: 40px!important;
padding: 20px!important;
width: 50%!important;
margin: 0 0 0 0!important;
background: rgba(0,0,0,0.5);
text-align: left;
/*height: 320px;*/
opacity: 1;
display: none!important;
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 36px!important;
margin: 0 0 5px 0;
    color: #ddd!important;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
font-weight: 700!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;
}

.intro tr:first-child td:nth-child(1) h2, .intro tr:last-child td:nth-child(1) h2 {text-align:left; padding: 10px 20px;}
.intro tr:first-child td:nth-child(2) h2, .intro tr:last-child td:nth-child(2) h2 {text-align:center; padding: 10px 20px;}
.intro tr:first-child td:nth-child(3) h2, .intro tr:last-child td:nth-child(3) h2 {text-align:right; padding: 10px 20px;}

.intro tr:first-child td:nth-child(1) p, .intro tr:last-child td:nth-child(1) p {text-align:left;}
.intro tr:first-child td:nth-child(2) p, .intro tr:last-child td:nth-child(2) p {text-align:center;}
.intro tr:first-child td:nth-child(3) p, .intro tr:last-child td:nth-child(3) p {text-align:right;}

.col-2 td {
width: 50%;
}
.col-3 td {
width: 33%;
}

.col-4 td {
width: 25%;
}

.intro td {
padding: 5px;
width: 33%;
text-align: center;
}

.intro td:hover {
background: rgba(0,0,0,0.05);
}

.intro td img {
margin: 0px !important;
}

.intro h2 {
    margin: 0!important;
    padding: 10px 0!important;
    font-weight: 600!important;
    font-size: 25px!important;
    text-align: center;
    color:#e38a18;
}

.intro .more {
    float: none;
    margin-top: 10px;
    font-size: 32px!important;
    line-height: 24px;
    font-weight: 300;
}

.intro div {
border: 3px solid rgba(0,0,0,0.075);
overflow: hidden;
padding: 1px;
}

.intro td:hover div {
/*background: #e8d716;*/
overflow: hidden;
}

.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 td:hover img {
    -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-2 img {
/*width: 100%;*/
}

#info {

}

#info a {
margin: 0;
color: #fff;
/*line-height: 40px;
    font-size: 32px;*/
}

#info a:hover {
text-decoration: underline;
}

#info p {
display: block;
line-height: 40px;
padding: 0 0px 0 40px;
color: #fff;
/*    font-size: 32px;*/
}

.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;
}

#social {
    position: absolute;
    right: 0;
top: 5px;
display: none;
}

#social a {
margin: 0;
padding: 0px 13px 11px 13px;
color: transparent!important;
width: 30px;
height: 30px;
}

#social p {
background-color: rgba(0,0,0,0.15);
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
width: 30px;
height: 30px;
margin: 0 4px 4px 0;
}

#social p:hover {
/*background-color: rgba(0,0,0,0.85);*/
-webkit-border-radius: 50%;
border-radius: 50%;
}

.ico-yt {
background: #d22121 url("userFiles/system/ico-yt.png") no-repeat center;
}

.ico-yt:hover {
background-color: #d22121!important;
}

.ico-tw {
background: #42c0fb url("userFiles/system/ico-tw.png") no-repeat center;
}

.ico-tw:hover {
background-color: #42c0fb!important;
}

.ico-fb {
background: #3b579d url("userFiles/system/ico-fb.png") no-repeat center;
}

.ico-fb:hover {
background-color: #3b579d!important;
}

.ico-in {
background: #517fa4 url("userFiles/system/ico-ins.png") no-repeat center;
}

.ico-in:hover {
background-color: #517fa4!important;
}

.ico-lin {
background: #0274b3 url("userFiles/system/ico-lin.png") no-repeat center;
}

.ico-lin:hover {
background-color: #0274b3!important;
}

.ico-goo {
background: #dc4a38 url("userFiles/system/ico-goo.png") no-repeat center;
}

.ico-goo:hover {
background-color: #dc4a38!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%;
}

.ui-datepicker .ui-state-highlight, .ui-widget-content .ui-state-default {
    border: 1px solid gray!important;
    background: #947246 !important;
    color: black!important;
}


.col-2.full td {
width: 48%; padding: 0 2% 0 0;
}

.col-2.full td table td {
width: auto; padding: 4px 8px;
}

.tabulka, .vysledky, .program {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

.tabulka tr:first-child td, .vysledky tr:first-child td, .program tr:first-child td {
background: #f2e2cf;
color: #634621;
font-weight: 600;
font-size: 18px;
line-height: 24px;
}

.tabulka tr:hover, .vysledky tr:hover, .program tr:hover {
background: none!important;
}

.tabulka tr td, .vysledky tr td, .program tr td {
border: 1px solid rgba(0,0,0,0.1);
text-align: left;
padding: 4px 7px;
}

.tabulka tr td:nth-child(2) {width:50%;}
.tabulka tr td:nth-child(1), .tabulka tr td:nth-child(3), .tabulka tr td:nth-child(4), .tabulka tr td:nth-child(5), .tabulka tr td:nth-child(6), .tabulka tr td:nth-child(7), .tabulka tr td:nth-child(9) {width:6%;}
.tabulka tr td:nth-child(8) {width:8%;}

#locales {
position: absolute;
    right: 0;
    top: 2px;
    color: transparent;
}

#locales a {
font-size: 16px;
    color: #fff;
    padding: 12px 10px 8px 10px;
    margin-left: 0!important;
    font-weight: 400;
    text-transform: lowercase;
    line-height: 40px;
}

#locales a.locales_select, #locales a:hover {
    text-decoration: none;
    background: rgba(0,0,0,0.15);

}

body.uvod div.galleryItem {padding:0px; margin:10px 5px 10px 5px;}
body.uvod div.galleryItem .frameh, div.galleryItem .frame {width:135px; height:70px;}
body.uvod div.galleryItem .frame img {box-shadow:none; max-height:65px; max-width:120px;}
body.uvod div.galleryItem .popisek {display:none;}

body.uvod .fotogalerie {
background: white;
width: 95%;
margin: 0 auto;
}

body.uvod #main h2 {font-weight:500; margin-top:20px;}/*-------------STYLE-------------*//* STYL PRO TABLETY */

@media screen and (max-width: 1000px) {

html {
background:white;
}

body {
width: 100%;
padding: 0;
}

#main {
width: 100%;
padding: 10px 15px;
float: none;
margin: 0;
}

#wrap {
margin-top:0px;
width: 100%;
padding: 0;
box-shadow:none;
}

#footer, #footer-content {
margin-bottom:0px;
width: 100%;
}

#logo {
width: 100%;
}

#logo a {
    background-size: contain;
}

#slogan {
font-size: 20px;

}

/* HEADER */

#header {
width: 100%;
height: 100px;
background: white url(userFiles/system/logo-small.png) 50px 50% no-repeat;
    background-size: contain;
border: 0px solid white;
}

#max-slide {
margin: 0;
display: none;
}

.uvod #max-slide {
display: block;
}

/* MENU */

#pull {
height: 4px;
display: inline-block;
cursor:pointer;
color: #fff;
padding: 0;
width: 30px;
    margin: 0;
    background: #e38a18;
    position: relative;
    top: 10px;
    left: 10px;
}

#pull:before {
    content: "";
    display: block;
    height: 20px;
    width: 30px;
    background: none;
    margin: 0;
    position: absolute;
    top: -8px;
    left: 0px;
    padding: 0px 0 0 0;
    border-top: 4px solid #e38a18;
border-bottom: 4px solid #e38a18;
}

#menu {
width: 100%;
height: 0;
position: absolute;
top: 0;
left: 0;
text-align: left;
margin: 0;
display: block;
border:0px solid white;
}

#menu>ul {
display: block;
position: absolute;
left: 0px;
top: 100px;
z-index: 9999;
opacity: 1;
background:#947246;
width: 300px;
margin-left:-300px;
}

#menu>ul>li {
display: block;
width: 100%;
margin: 0;
-webkit-border-radius: 0;
border-radius: 0;
height: auto;
border-right:0px solid silver;
}

#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;
}

#menu ul li a:after {display: none;}
#menu ul li a:before {display: none;}
#menu ul li.current {background: rgba(0,0,0,0.0);}
#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:hover li {visibility:visible;}

#menu ul li ul li ul.menu_add_show {display:block !important; width:100%;}
#menu > ul > li > ul > li:hover, #menu > ul > li > ul > li > ul > li:hover {background:rgba(0,0,0,0.0);}

#menu > ul > li > ul > li:hover > ul {
border:0px solid silver;
}

#menu>ul>li>ul>li, #menu>ul>li.menu_add_active {
background: rgba(0,0,0,0.0);
border-bottom: 0px solid rgba(0,0,0,0.05);
}

#menu>ul>li>ul>li>a {
font-size: 16px;
padding: 5px 15px;
font-weight: 500;
}

#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: #947246;
left: 0px;
top: 0px;
}

#menu > ul > li > ul > li > ul > li > a {
width:100%;
padding:2px 15px;
font-size:14px;
}

#menu ul li ul li:hover a, #menu ul li.menu_add_active a:hover {background:rgba(0,0,0,0);}

.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 {
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;
}

.hledani>table {
width: 33vw!important;
}

.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;
width:32%;
}

.intro img, .full.col-2 img {
    width: 100%;
    margin: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    display: block;
    position: relative;
}

.intro h2 {
    font-size: 22px!important;
    font-weight: 600!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;
width: 75%!important;
}

.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 {

}

#info p, #info a {

}

#social {
    top: 0;
    position: relative;
    margin: 0px 0 20px 0;
    text-align: center;
}

.panel_facebook_likebox {display:none !important;}

}/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 600px) {

* {
font-size:16px;
}

#max-slide {
/*display: none;*/
}


.slider-wrapper, .theme-default .nivoSlider {
height: 75hv;
}

.theme-default .nivoSlider img {
width: 225vh!important;
height: 75vh!important;
margin-left: -85vh!important;

}

#header {
height: 80px;
background-size: contain;
}


#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 */

#menu>ul {
display: block;
width: 100%;
margin-left: -100%;
top: 80px;
}

.col-2 td, .col-3 td, .col-21 td {
width: 100%;
display: block;
}

.theme-default .nivo-caption {
width: 80vw!important;
top: auto!important;
left: 7vw!important;
bottom: 20px!important;
    /*
    padding: 10px!important;
    height: auto!important;

margin: 0!important;

*/
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 10vw!important;
font-weight: 700!important;
}

.nivo-caption p {
font-size: 7vw!important;
}

.nivo-caption a {
font-size: 4vw!important;
font-weight: 700;
border: none!important;
}

.intro td {
display: block;
width: 100%;
}

.intro div {
width: 90%!important;
height: 90%!important;
margin: 0 auto!important;
}

.intro h2 {
font-size: 30px!important;
}

#social {
 
}

.rezerv-form  {
width: 90%;
}

.rezerv-form td {
display: block;
}

.hledani>table {
width: 75vw!important;
}

}/*-------------STYLE-------------*/