/* GLOBAL CSS */

* {
font-family: "Encode Sans", Arial, sans-serif!important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
font-size: 16px;
padding: 0;
margin: 0;
font-weight: 400;
}

a {color: #ec870e; 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, #slogan {
/*font-family: 'Dancing Script', cursive!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: #fff;
margin: 0;
padding: 0;
}

body {
width: 100%;
margin: 0 auto;
color: #333;
padding: 0 0 0 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;
/*border-left: 1px solid rgba(0,0,0,0.1);
border-right: 1px solid rgba(0,0,0,0.1);*/
}

ul {
list-style-position: inside;
list-style-type: square;
}

/* HEADER */

#max-header {
width: 100%;
margin: 0;
padding: 0;
position: relative;
height: 100px;
background: -webkit-linear-gradient(bottom, #f6f6f6, #fff);
  background: -o-linear-gradient(bottom, #f6f6f6, #fff);
  background: -moz-linear-gradient(bottom, #f6f6f6, #fff);
  background: linear-gradient(to bottom, #f6f6f6, #fff);
background: rgba(255,255,255,0.85);
-webkit-box-shadow: 5px 0 10px 0px rgba(0, 0, 0, 0.5);
box-shadow:  5px 0 10px 0px rgba(0, 0, 0, 0.5);
z-index: 2;
}

#max-header.head-fixed {
position: fixed;
top: 0;
height: 60px;
background: #ec870e;
z-index: 500;
}

#header {
width: 1200px;
margin: 0 auto;
padding: 0;
position: relative;
height: 100px;
}


#logo {
position: absolute;
top: 0px;
left: 0;
display: block;
width: 100%;
    z-index: 1;
}

#logo a {
background: url(userFiles/img/logo.png) no-repeat left top;
    background-size: contain;
    font-size: 40px;
    font-weight: 200!important;
    color: #ec870e;
    padding: 20px 0 0 0px;
    line-height: 48px;
    display: block;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 5px;
    text-align: left;
    height: 90px;
    width: 380px;
}

.head-fixed #logo a {
background: url(userFiles/img/logo2.png) no-repeat left top;
    background-size: contain;
    font-size: 24px;
    font-weight: 800!important;
    color: #fff;
    padding: 5px 0 0 0px;
    line-height: 48px;
    display: block;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
    height: 60px;
}

#slogan {
font-size: 3vw;
    font-weight: 700!important;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 7vw;
    left: 10vw;
    color: #fff;
    z-index: 1;
    text-shadow: 2px 1px 3px rgba(0,0,0,0.7);
}


#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;
bottom: 0px;
right: 0px;
z-index: 10;
}

#header .boxed .hledani table tr td:first-child input {
background: rgba(255,255,255,0.5);
color: #fff;
font-size: 13px;
}

#header .boxed input, #main input, #main textarea {
margin: 0 0 8px;
padding: 6px;
border: 1px solid rgba(0, 0, 0, 0.1);
font-weight: 400;
color: #333;
-webkit-border-radius: 5px;
border-radius: 5px;
}

textarea {
height: 157px !important;
}

#header .boxed h2 {  display: none; }


.more, .button, input.button {
display: block;
color: #ec870e!important;
padding: 7px 12px!important;
margin: 0 9px 7px 0;
font-weight: 600;
text-transform: lowercase;
background: none;
border: 1px solid #ec870e!important;
-webkit-border-radius: 0!important;
border-radius: 0!important;
}

.button:hover, .more:hover {
background: #ec870e!important;
color: #fff!important;
border: 1px solid #ec870e!important;
text-decoration: none;
}



/* MENU */

#pull {
display: none;
}

#menu {
position: absolute;
margin: 0;
/*width: 100%;
z-index: 100;*/
height: 40px;
padding: 0;
right: 0;
top: 30px;
}

.head-fixed #menu {
position: absolute;
margin: 0;
/*width: 100%;
z-index: 100;*/
height: 40px;
padding: 0;
right: 0;
top: 10px;
}

#menu>ul {
list-style-type: none;
margin: 0 auto;
padding: 0;
text-align: left;
/*height: 100%;*/
display: inline-block;
}

#menu>ul>li {
display: inline-block;
margin: 0;
height: 100%;
}

#menu>ul>li.current>a, #menu>ul>li:hover>a {
/*color: #fff;*/
border-bottom: 3px solid #ec870e;
}

#menu>ul>li>a {
display: block;
font-size: 15px;
color: #ec870e;
padding: 0px 14px;
margin: 0 0 0 2px;
font-weight: 600;
text-transform: uppercase;
line-height: 40px;
}

.head-fixed #menu>ul>li>a {
display: block;
font-size: 15px;
color: #fff;
padding: 0px 14px;
font-weight: 600;
text-transform: uppercase;
line-height: 40px;
}

.head-fixed #menu>ul>li.current>a, .head-fixed #menu>ul>li:hover>a {
/*color: #fff;*/
border-bottom: 3px solid #fff;
}

#menu>ul>li>a:hover, #menu>ul>li:hover>a {
text-decoration: none;
}

#menu>ul>li>ul {
list-style-type: none;
position: absolute;
margin: 1px 0 0 2px;
padding: 0;
z-index: 10;
visibility: hidden;
color: #fff;
background: #ec870e;
width: 200px;
}

#menu>ul>li>ul>li, #menu>ul>li>ul>li>ul>li, #menu>ul>li>ul>li>ul>li>ul>li {
position: relative;
padding: 0 5px;
border-bottom: 1px solid rgba(0,0,0,0.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, #menu>ul>li>ul>li>ul>li>ul>li:hover {
background: rgba(0,0,0,0.2);
}


#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, #menu>ul>li>ul>li>ul>li>ul {
float:left;
list-style-type: none;
width: 0px;
position: absolute;
margin: 0px 0;
padding: 0px 0px;
z-index: 10;
overflow: hidden;
background: #ec870e;
left: 190px;
top: 10px;
}

#menu>ul>li>ul>li:hover>ul, #menu>ul>li>ul>li>ul>li:hover>ul {
width: 200px;
background: #ec870e;
}

#menu>ul>li>ul>li>ul:hover {
overflow: visible;
background: #ec870e;
}

#menu>ul>li>ul>li>ul>li>a, #menu>ul>li>ul>li>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 3px 10px;
margin: 0 0px 0px;
color: #fff;
line-height: 25px;
width: 200px;
}

#menu>ul>li>ul>li>ul>li>a:hover {
color: #fff;
}

#menu-bott>ul>li>ul {
display: none;
}

#menu-bott>ul {
list-style-type: none;
}

#menu-bott>ul>li>a {
line-height: 24px;
}

#menu-bott>ul>li>a:hover {
text-decoration: underline;
}

/* SIDEBAR */

#sidebar {
display: none;
}

.split #sidebar {
margin: 88px 0 0 0;
width: 240px;
float: left;
display: block;
}


#sidebar>ul.sidemenu {
margin-bottom: 20px;
/*-webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);*/
background: #fcfcfc;
}

.sidemenu {
list-style-type: none;
padding: 0px;
margin: 0;
}

.sidemenu li {
display: block;
}

#sidebar>..sidemenu>li {
margin: 0 0 30px 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: #ec870e;
    text-transform: none;
    text-align: left;
font-size: 16px;
}

#sidebar>.sidemenu>li:hover a, #sidebar>.sidemenu>li.current a {
/*color: #fff;*/
}

#sidebar>.sidemenu>li:hover, #sidebar>.sidemenu>li.current {
text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,0.5);
}

#sidebar>.sidemenu>li {
margin: 0;
}

#sidebar>ul>li>ul>li, #sidebar>ul>li>ul>li>ul>li, #sidebar>ul>li>ul>li>ul>li>ul>li {
border-top: 1px solid rgba(0,0,0,0.05);
}

#sidebar>.sidemenu>li>ul>li>a {
   font-weight: 400!important;
    padding: 3px 9px;
    margin: 0;
color: #999;
    text-transform: none;
    text-align: left;
font-size: 16px;
}

#sidebar>.sidemenu>li>ul>li:hover, #sidebar>.sidemenu>li>ul>li.current {
background: rgba(0,0,0,0.05);
}

#sidebar>.sidemenu>li>ul>li.current.aktivni, #sidebar>.sidemenu>li>ul>li.current>ul   {
/*background: #015193;*/
}

#sidebar>.sidemenu>li>ul>li>a:hover, #sidebar>.sidemenu>li>ul>li>ul>li:hover, #sidebar>.sidemenu>li>ul>li>ul>li.current, #sidebar>.sidemenu>li>ul>li>ul>li.current>a, #sidebar>.sidemenu>li>ul>li>ul>li>ul>li.current {
background: rgba(0,0,0,0.025);
}

#sidebar>.sidemenu>li>ul>li>ul>li.current.aktivni>a {
background: none;
color: #777;
text-decoration: none;
}

#sidebar>.sidemenu>li>ul>li>ul>li>a {
    color: #ec870e;
    margin: 0 0 0 0;
    padding: 3px 0 3px 25px;
    font-weight: 400;
}

#sidebar>.sidemenu>li>ul>li>ul>li>ul>li>a {
    color: #ec870e;
    margin: 0 20px 0 0;
    padding: 3px 0 3px 50px;
    font-weight: 400;
}

#sidebar>.sidemenu>li>ul>li.current>a, #sidebar>.sidemenu>li>ul>li.current>ul>li>a, #sidebar>.sidemenu>li>ul>li:hover a, #sidebar>.sidemenu>li>ul>li.current>ul>li>ul>li>a {
color: #ec870e;
}

#sidebar .boxed {
padding: 0px;
margin: 0 0 20px 0;
background: #fff;
-webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}

#sidebar .boxed:first-child {
display: none;
}

#sidebar h2 {
   font-weight: 700!important;
    font-size: 22px;
    padding: 7px;
    margin: 0;
color: #fff;
    text-transform: none;
    text-align: left;
background: #ec870e;

}

#sidebar>h2 {
display: none;
}

#sidebar h3 {
    padding: 5px 0;
    color: #ec870e;
    font-weight: 700;
    font-size: 18px;
}

#sidebar p, #rightbar p {
margin: 0;
padding: 0px;
line-height: 24px;
}

.content2 {
padding: 0 5px;
}


#sidebar>ul>li>ul>li.current.aktivni>ul a:hover {

}

#sidebar>.sidemenu>li, #sidebar>.sidemenu>li>a, #sidebar>.sidemenu>li>ul>li>ul, #sidebar>.sidemenu>li>ul>li>ul>li>ul  {
display: none;
}

#sidebar>.sidemenu>li.current>ul, #sidebar>.sidemenu>li>ul>li.current, #sidebar>.sidemenu>li.aktivni>ul, #sidebar>.sidemenu>li.aktivni, #sidebar>.sidemenu>li>ul>li.current>ul, #sidebar>.sidemenu>li>ul>li>ul>li.current>ul {
display: block!important;
}

/* MAIN */

.split #main{
padding: 0px;
margin: 0;
width: 940px;
float: right;
}

#main {
width: 100%;
float: none;
}

.post_top {
text-align: center;
}
.post_title {

}



#main>ul, #main>h1 {
margin: 0 auto!important;
padding: 0 5px !important;

}

#main div.post {
clear: both;
}

#main table td {
vertical-align: top;
}


#main h1, #main h1 span {
    font-weight: 300;
    font-size: 32px;
    padding: 0 10px 12px 10px;
    margin: 20px 0;
    line-height: 60px;
    display: block;
text-align: center;
    background: none;
    position: relative;
    color: #666;
letter-spacing: 1px;
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/

}

#main h1:after {
content: " ";
width: 50px;
border-bottom: 3px solid #ec870e;
    display: block;
    margin: 0 auto;
content: " ";
}

#main>ul>li {
    width: 100%;
    display: block;
    /* float: left; */
    padding: 20px 0;
    text-align: left;
    font-size: 12px;
    line-height: 19px;
    margin: 10px 0;
border-bottom: 1px solid rgba(0,0,0,0.05);
}

#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 {
font-weight: 600;
font-size: 24px;
padding: 0px 0;
margin: 7px 0!important;
text-transform: none;
color: #ec870e;
}

#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 4px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);*/
padding: 0px!important;
margin: 0 0px 20px 0!important;
}

.akt-slide .post:first-child {
/*display: none;*/
}

.split .post {
padding: 0 10px!important;
}

/* RIGHTBAR */

#rightbar {
margin: 0 auto;
width: 100%;
text-align: center;
}

#rightbar .boxed  {
padding: 0 10px;
margin: 0 0 20px 0;
display: inline-table;
width: 400px;
text-align: left;
}

#rightbar .boxed:first-child  {
padding: 40px 0;
margin: 0 0 20px 0;
width: 100%;
display: block;
text-align: center;
background: #fff;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#rightbar .boxed:first-child img {
height: 100px;
width: auto;
margin: 10px!important;
}

#rightbar .boxed ul {
padding: 0px;
}

#rightbar h2 {
    font-weight: 700;
    font-size: 18px;
    padding: 0 10px 12px 10px;
    margin: 20px 0;
    line-height: 20px;
    display: inline-block;
    background: none;
    position: relative;
    color: #888;
    border-bottom: 1px solid #888;

}

#rightbar .boxed:first-child h2 {
font-weight: 300;
    font-size: 24px;
display: none;
}

#rightbar h3 {
padding: 3px 0;
color: #999;
font-weight: 700;
font-size: 18px;
}

#sidebar .novinky, #rightbar .novinky {
list-style-type: none;
margin: 3px 5px;
}

#sidebar .novinky li, #rightbar .novinky li {
border-bottom: 1px dashed rgba(0,0,0,0.1);
}

#rightbar ul {
list-style-position: inside;
}

small {
display: none;
}

#footer {
margin: 20px auto -20px;
width: 100%;
text-align:center;
padding: 0 0 40px 0;
clear: both;
background: #f9f9f9;
}

#footer * {

color: #666;
}

#footer-content {
padding-top: 10px;
width: 1200px;
margin: 0 auto;
}

#footer-content * {
font-size: 10px!important;
}

/* SLIDER */

#max-slide {
width: 100%;
height: 20vw;
padding: 0;
margin: -100px 0 20px 0;
/*background-size: contain;*/
border-bottom: 1px solid rgba(0,0,0,0.2);
position: relative;
overflow: hidden;
}

.uvod #max-slide {
height: 33vw;
}

.slider-wrapper {
margin: 0 auto;
width: 100%;
/*height: 300px*/
padding: 0px;
/*background: #fff;*/
position: relative;
z-index: 0;
/*-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
box-shadow:  0 0 10px 0px rgba(0, 0, 0, 0.5);*/
}


.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 25%;
margin-bottom:0px;
-webkit-box-shadow: none;
box-shadow: none;
}

.theme-default .nivoSlider img {
position:absolute;
top:0px;
left:0px;
width: 100%!important;
/*height: 300px!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 {
text-align: center;
padding: 0px 0;
position: relative;
bottom: 30px;
z-index: 100;
left: 0;
width: 100%!important;
}

.theme-default .nivo-controlNav a {
display:inline-block;
width: 14px;
height: 14px;
background: rgba(255,255,255,0.75);
text-indent:-9999px;
margin: 0 3px;
}

.theme-default .nivo-controlNav a.active {
background: #ec870e;
}

.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: 50%!important;
color: transparent;
/*display: none!important;*/
}

.theme-default a.nivo-nextNav {
background-position:-30px 0;
right:15px!important;
}

.theme-default a.nivo-prevNav {
left:15px;
}

.theme-default .nivo-caption {
position: absolute !important;
top: 80px!important;
bottom: 0!important;
right: 0!important;
left: 0px!important;
padding: 0!important;
width: 45%!important;
margin: 0 0 0 55%!important;
text-align: left;
color: #dedede !important;
height: auto;
background: none;
opacity: 1;
display: none!important;
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 48px;
margin: 0 0 10px 0;
line-height: 80px;
color: #fff!important;
font-weight: 700!important;
text-transform: uppercase;
text-shadow: 1px 1px 5px #000;
}

#max-slide .nivo-caption h2:after {
content: " ";
width: 60px;
background: #ec870e;
height: 3px;
display: block;
}


.nivo-caption p {
color: #999;
display: block!important;
font-size: 24px;
/*text-shadow: 1px 1px 3px #111;*/
font-weight: 400;
}

.nivo-caption strong {
font-weight: 700;
}

.nivo-caption a.morec {
color: #ddd;
text-transform: lowercase;
margin-left: 10px;
}

.nivo-caption a:hover {
text-decoration: none;
color: #fff;
}

div.galleryItem {

vertical-align: top;
float: left;
display: block;
border: none !important;
margin: 5px;
padding: 8px 8px 12px;
background: #FEFFFF;
background: none;
border: none;


-webkit-box-shadow: none;
box-shadow: none;


}
div.galleryItem:hover {
background: rgba(255, 255, 255, 0.1);
}
div.galleryItem .frame img {
border: none !important;
-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.galleryItem .popisek.horni {
color:#fff;
font-weight: 600;
text-transform: uppercase;
font-size: 15px;
}
div.galleryProgress {
background-color:
transparent !important;
border: 0px !important;
}
.galleryItemBigCont {
 text-align: center !important;
}
div.galleryItemBigCtrls {
clear: both !important;
float: none  !important;
display: inline;
white-space: nowrap;
text-align: center;
}
.galleryItemBig {
text-align: center !important;
}


.addthis_container {
text-align: right !important;
margin: 0px 0 0 0!important;
clear: both;
position: relative;
bottom: 8px;

z-index: 10;
width: 155px;

}
.uvod .addthis_container {
display: block;
}

.addthis_container a {

}

.addthis_toolbox {

width: 170px;
}

#linkovani_fb {
clear: both;
margin: 0px 0px 0;
padding: 20px 0 0;
overflow: hidden;

}
.fb_iframe_widget {
position: relative;
bottom: 17px;
display: block!important;
width: 220px !important;
margin: 10px auto !important;
padding: 5px 3px 0;
}
div.rsslink {
position: absolute;
right: 0;
font-size: 11px;
display: block;
clear: both;
color: #fff!important;
background: #ec870e;
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: 0!important;
}

.col-2 td {
width: 50%;
}

.uvod .col-2 td {
width: 50%;
padding: 5px 5px 20px 5px;
}

.col-3 td, .col-21 td:last-child {
width: 33%;
}

.col-4 td {
width: 25%;
}

.col-5 td {
width: 20%;
}

.col-6 td {
width: 16.6%;
}

.intro td {
padding: 5px;
}

.intro h2 {
    color: #ec870e!important;
    margin: 0!important;
    padding: 7px 0!important;
    font-weight: 700!important;
    font-size: 18px!important;
    text-align: center;
    text-transform: uppercase!important;
}

.intro .more {
    float: none;
    margin-top: 10px;
    line-height: 24px;
    font-weight: 500;
    /*text-transform: none;*/
    /*font-size: 18px;*/
}

.intro img, .katalog img {
width: 100%;
display: block;
margin: 0!important;
padding: 2px;
border: 1px solid rgba(0,0,0,0.1);
}

.katalog td {
padding: 0 5px;
}

#social {
}

#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.1);
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
width: 30px;
height: 30px;
margin: 0 6px 6px 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;
}



.ico-tel {
background: url("userFiles/system/ico-tel.png") no-repeat left center;
padding: 5px 0 5px 33px!important;
}

.ico-mail {
background: url("userFiles/system/ico-mail.png") no-repeat left center;
  padding: 5px 0 5px 33px!important;
}

.ico-adresa {
background: url("userFiles/system/ico-adresa.png") no-repeat left 8px;
    padding: 5px 0 5px 34px!important;
}

.ico-mapa {
background: url("userFiles/system/ico-mapa.png") no-repeat left center;
   padding: 5px 0 5px 36px!important;
}


.ico-form {
background: url("userFiles/system/ico-form.png") no-repeat left center;
padding: 5px 0 5px 36px!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%;
}

.tabulka {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

.tabulka tr:first-child td {
background: #ddd;
color: #ec870e;
font-weight: 600;
}

.tabulka tr:hover{
background: none!important;
}

.tabulka tr td {
border: 1px solid rgba(0,0,0,0.1);
text-align: left;
padding: 4px 7px;
}

#locales {
position: absolute;
    right: 0;
    top: 334px;
    color: transparent;
}

#locales a {
    font-size: 16px;
    color: #ec870e;
    padding: 11px 18px;
    margin-left: -8px!important;
    font-weight: 400;
    text-transform: lowercase;
    line-height: 40px;
}

#locales a.locales_select, #locales a:hover {
    text-decoration: none;
    background: #b4804b;
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
color: #fff;
}

.post-center {

}

#TB_overlay {
    z-index: 998;
}

#TB_window {
    border: none;
    border-radius: 0;
    z-index: 999;
}

.blok-foto .post_body {
position: relative;
}

.blok-foto .post_body p {
width: 49%;
}

.blok-foto .fotogalerie {
width: 48%;
position: absolute;
top: 0;
right: 0;
}/*-------------STYLE-------------*//* STYL PRO TABLETY */

@media screen and (max-width: 1000px) {

* {font-size:15px;}

body {width: 100%; }
div#main {width: 100%; height: 100%;}

#wrap {
margin-top:0px;
width: 100%;
}

#footer, #footer-content {
margin-bottom:0px;
width: 100%;
}

#logo a {
        left: 55px!important;
}

#slogan {
    font-size: 5vw;
    right: 5vw;
}

/* HEADER */

#header {
height: auto;
width: 100%;
}

#max-slide {
margin: 0;
height: 33vw;
}

#max-slide, .slider-wrapper, .nivoSlider {
width: 100%!important;
width: auto!important;
}

.theme-default .nivoSlider img {
width: 100vw!important;
height: auto!important;
}

.theme-default a.nivo-nextNav {
left:auto!important;
right: 15px!important;
}

.theme-default .nivo-caption {
top: auto!important;
bottom: 7vw!important;
width: 80%!important;
margin: 0 0 0 10%!important;
background: rgba(0,0,0,0.6);
padding: 10px!important;
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 40px;
line-height: 60px;
}

.nivo-caption p {
color: #fff;
}

/* 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%;
position: absolute;
top: 0;
left: 0;
text-align: left;
}

#menu>ul {
display: block;
position: absolute;
left: 0px;
top: 100px;
z-index: 9999;
opacity: 1;
background-color: #ec870e;
width: 300px;
margin-left:-300px;
}

#menu>ul>li {
display: block;
width: 98%;
margin: 0;
-webkit-border-radius: 0;
border-radius: 0;
height: auto;
border-bottom: 1px solid rgba(0,0,0,0.1);
}

#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;
}

#menu>ul>li>a, #menu>ul>li.current>a, #menu>ul>li:hover>a {
border: none;
}

#menu>ul>li>ul {
width: 100%;
}

#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: #eee!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;
}

.split #sidebar {
    margin: 0;
    width: 100%;
    float: none;
    display: block;
}

#sidebar>.sidemenu {
display: none;
}

.split #main{
padding: 0px;
margin: 0;
width: 100%;
float: none;

}

/* HEADER */

form.hledani {width:auto;}
form.hledani input.button {position: absolute; width: 110px; margin-left: 10px; top: 28px; right: 15px; background:rgba(255,255,255,0.4); color:#222;}
form.hledani input.button:hover {background:rgba(255,255,255,0.6); color:#222 !important;}
form.hledani input[type="text"] {width:100px !important;}

.post {
margin: 0 auto 3px!important;
}

.post_body {
padding: 0 5px;
}

.post, #sidebar .boxed, #footer {
width: 100%;
}

#rightbar .boxed {
width: 33%;
}

.intro {
border: none;
border-collapse: separate;
border-spacing: 1px 0;
padding: 0;
margin: 0 0 20px 0;
width: 100%;
text-align: center;
}

.intro td {
display: inline-table;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
padding: 0 0px 30px 0px;
}

.intro img {
    width: 100%;
    margin: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    display: block;
    position: relative;
}

.intro h2 {
font-size: 2.5vw!important;
}

#rightbar {
width: 100%;
}

/* FOOTER */

.paticka, .paticka a, #footer-left {font-size:14px; color:white;}


}/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 600px) {

body {
font-size:13px;
}

.post {
margin: 0 auto 1px!important;
}

img {
display: block!important;
margin: 5px auto!important;
float: none;
}

.nivo-caption h2, .nivo-caption h2 * {
font-size: 28px;
line-height: 32px;
}

.nivo-caption p {
font-size: 16px;
}

#rightbar img {

}

#rightbar .boxed {
    width: 100%;
} 

#logo a {
/*font-size: 30px;
    padding-top: 0;*/
}

#slogan {
font-size: 7vw;
}

#footer {

}

/* MENU */

#menu>ul {
display: block;
width: 100%;
margin-left: -100%;
}

.intro {
margin: 0 0 3px 0;
}

.intro h2 {
font-size: 5vw!important;
}

.intro td {
font-size: 14px;
}

.col-2 td, .col-3 td, .col-21 td, .col-5 td, .col-4 td {
width: 100%;
display: block;
}

.blok-foto .post_body p, .blok-foto .fotogalerie {
width: 100%;
display: block;
position: relative;
}

#rightbar .boxed:first-child img {
height: 100px;
width: auto;
max-width: 100%;
margin: 20px 0!important;
display: block;
}

}/*-------------STYLE-------------*/