* {
font-family: "Open Sans", 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;
line-height: 1.4;
font-weight: 300;
}

a {color: #bc2d25; text-decoration: none;}
a:hover { text-decoration: underline; color: #bc2d25;}
a img { margin: 0 !important; }

a, #menu ul, .galleryItem, .button, .intro h2:after {
-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;
}

img {
margin: 0!important;
}

#social p a {
    font-family: "ElegantIcons"!important;
}

/* LAYOUT */

html {
/*background: #f3f3f3 url(userFiles/system/bg-gray.jpg) top center no-repeat;
background-size:cover;*/
background:white;
margin: 0;
padding: 0;
}

body {
width: 100%;
margin: 0 auto;
color: #4c5155;
padding: 0;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box !important;
}

body>img {
display:none !important;
}

body.fixed {
padding-top: 80px;
}

#wrap {
margin: 0 auto;
width: 100%;
padding: 0;
position: relative;
background: #fff;
}

/* HEADER */


#header {
width: 1200px;
margin: 0 auto;
padding: 0;
position: relative;
height: 80px;
background:white;
}

#logo {
display: block;
    position: relative;
}

#logo a {
background: url(userFiles/img/logo-web.png) no-repeat 20px center;
font-size: 26px;
font-weight: 600 !important;
color: #666;
padding: 10px 20px;
display: block;
margin: 0;
z-index: 20;
height: 80px;
text-align: right;
}

#logo a:hover {
text-decoration:none;
}

#slogan {
font-size: 14px;
font-weight: 300 !important;
padding: 0;
margin: 0;
display: block;
position: absolute;
top: 45px;
right: 20px;
color: #666;
}

.uvod .post.cl1 {
}

.uvod .post.cl1 .post_top {
display: none;
}

.uvod .post.cl3, .uvod .post.cl3 .post_body, .uvod .post.cl3 .post_body p {
padding: 0!important;
}

.uvod .post.cl3 .post_body {
width: 100%;
}

.uvod .post.cl3 .post_body iframe {
    height: 25vw;
}

#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;
margin: 0px 0 0 505px;
text-transform: uppercase;
}

#menu .boxed, #info .boxed {
width: 300px;
position: absolute;
top: 0px;
right: 0px;
z-index: 501;
}

.hledani input {
background: none;
color: #666!important;
}

#menu .boxed input, #info .boxed input, #main input, #main textarea {
margin: 0;
padding: 8px 20px;
border: 1px solid rgba(0,0,0,0.1);
font-weight: 400;
color: #333;
background: rgba(255,255,255,0.1);
}

#main input {
padding: 12px 20px!important;
}

#menu .boxed input, #info .boxed input {
border: 1px solid rgba(255,255,255,0.05);
color: #fff!important;
}

#menu .boxed input.button, #info .boxed input.button  input.button  {
margin: 0!important;
padding: 3px 7px;
}

#menu .boxed .button, #info .boxed .button {
background: url("userFiles/img/ico-src.png") no-repeat center center!important;
background: #bc2d25;
color: #fff!important;
border: none!important;
padding: 8px 20px!important;
text-transform: none;
    font-size: 16px!important;
    font-weight: 300!important;
}

textarea {
height: 100px !important;
width: 100%!important;
}

#menu .boxed h2, #info .boxed h2 {
font-size: 20px;
    padding: 0;
    text-align: center;
display: none;
}

#rightbar input, #rightbar textarea {
font-size: 12px;
margin: 0;
padding: 6px;
border: 1px solid rgba(255,255,255,0.5);
font-weight: 400;
color: #fff;
-webkit-border-radius: 3px;
border-radius: 3px;
background: none;
}

.more, .button, input.button {
    display: block;
    font-size: 14px!important;
    color: #bc2d25!important;
    padding: 8px 30px!important;
    margin: 10px 0;
    font-weight: 600!important;
    background: transparent!important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bc2d25!important;
}

.intro .more {
visibility: hidden!important;
}


.button:hover, .more:hover, input.button:hover, table.produkty td:hover a.more, #header .boxed .button:hover {
color: #fff!important;
text-decoration: none;
    background: #bc2d25!important;
    border: 1px solid #bc2d25!important;
}

.intro td:hover a.more {
color: #fff!important;
text-decoration: none;
    background: #bc2d25!important;
    border: 1px solid #bc2d25!important;
visibility: visible!important;
}

/* MENU */

#pull {
display: none;
}

#menu {
padding: 0;
    width: auto;
    margin: 0 auto;
    position: absolute;
    right: 2px;
    top: 0px;
display:none;
}

#menu>ul {
list-style-type: none;
height: 100%;
padding: 0;
display: inline-block;
}

#menu>ul>li {
display: inline-block;
  height: 100%;
  margin: 0 0 0 1px;
text-align: left;
position: relative;
vertical-align: top;
}

#menu>ul>li:last-child {
background: #ffb48d;
border-bottom: 5px solid #bc2d25;
}

#menu>ul>li:hover, #menu>ul>li.current {
border-bottom: 5px solid #bc2d25;
}

#menu>ul>li>a, #locales a {
display: block;
    padding: 0px 15px;
    margin: 0;
    line-height: 75px;
    color: #bc2d25;
    font-size: 18px;
    font-weight: 500;
}

#menu>ul>li:last-child>a {
border-bottom: 1px solid #fff;
text-transform: uppercase;
line-height: 74px;
}

#locales a {
display: inline-block;
margin-left: -11px;
}

#menu>ul>li:hover>a, #menu>ul>li>a:hover, #menu>ul>li.current>a, #locales a:hover, #locales a.locales_select {
text-decoration: none;
color: #4c5155;
}

#menu>ul>li:hover, #menu>ul>li.current {
text-decoration: none;

}

#menu>ul>li>ul {
list-style-type: none;
min-width: 200px;
left: 0;
position: absolute;
margin: 0;
padding: 0px;
visibility: hidden;
background: #bc2d25;
/*border: 1px solid rgba(0,0,0,0.05);*/
border-top: none;
}

#rightbar .boxed>ul>li>ul {
display: none;
}


#menu>ul>li.aktivni>ul, #menu>ul>li.current>ul, #menu>ul>li.aktivni>ul>li, #menu>ul>li.current>ul>li {
/*visibility: visible!important;*/
}

#menu>ul>li>ul>li, #menu>ul>li>ul>li>ul>li {
position: relative;
display: block;
border-bottom: 1px solid rgba(0,0,0,0.025);
}

#menu>ul>li.aktivni>ul>li {
position: relative;
display: block;
}

#menu>ul>li:hover>ul {
visibility: visible;
z-index: 100;
color: #fff;
line-height: 3;
/*-webkit-box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);*/
}

#menu>ul>li>ul>li>a {
display: block;
text-decoration: none;
padding: 5px 10px;
margin: 0 0px 0px;
color: transparent;
line-height: 28px;
color: #fff;
/*text-transform: uppercase;*/
font-size: 16px;
}

#menu>ul>li>ul>li>a:hover {
color: #fff;
}

#menu>ul>li>ul>li:hover>a, #menu>ul>li>ul>li>ul>li:hover>a, #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>ul {
float:left;
list-style-type: none;
width: 0px;
position: absolute;
margin: 0px 0;
padding: 0px 0px;
z-index: 10;
overflow: hidden;
background: #bc2d25;
left: 160px;
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;
line-height: 2;
width: 200px;
color: #fff;
}

#menu>ul>li>ul>li>ul>li>a:hover {
color: #fff;
background: #bc2d25;
}

/* SIDEBAR */


#sidebar {
margin: 0 auto;
padding: 10px;
width: 100%;
display: none;
}

.uvod #sidebar {
display: block;
background: url(/userFiles/img/bg-code.jpg) top center no-repeat;
}

.boxed ul {
list-style-type: square;
}

.boxed ul li {
list-style-position: inside;
padding: 2px 0;
}

.sidemenu {
list-style-type: none;
margin: 0 0 0 0px;
padding: 0 0px;
display:none;
}

.sidemenu li {
display: block;
}

.sidemenu li.current * {
/*color: #666!important;*/
}

#sidebar>..sidemenu>li {
margin: 0 0 30px 0;
}

.sidemenu a {
font-weight: 300;
line-height: 22px;
display: block;
}

#sidebar ul.sidemenu {
margin-top:10px;
}

#sidebar>.sidemenu>li>a {
font-size: 16px;
color: #ccc;
text-shadow: 1px 1px rgba(255,255,255,0.3);
margin: 0;
padding: 0px;
text-transform: uppercase;
font-weight: 700;
}

#sidebar>.sidemenu>li>a:hover {
text-decoration: none;
}

#sidebar>.sidemenu>li>ul>li {
padding: 2px 4px;
}

#sidebar>.sidemenu>li>ul>li>a {
font-size: 14px;
padding: 3px 0;
margin: 0 20px 0 0;
font-weight: 400;
line-height: 20px;
}

#sidebar>.sidemenu>li>ul>li>a:hover, #sidebar>.sidemenu>li>ul>li.current>a  {
color: #e11313;
text-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
text-decoration: none;
}

#sidebar>.sidemenu>li>ul>li>ul>li>a {
margin: 0 20px 0 0;
padding: 0 0 0 25px;
}

#sidebar .boxed {
margin: 20px auto 40px auto !important;
padding: 20px 30px;
width: 600px;
position: relative;
box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
background: rgba(255,255,255,0.75);
}

#sidebar .boxed:first-child {
display: none;
}

#sidebar .boxed>ul {
text-align: left;
}


#sidebar h2 {
padding: 0 0 10px 0!important;
}

#sidebar>h2 {
display: none;
}

#sidebar h3 {
margin: 0;
padding: 0;
}

#sidebar p {
margin: 7px 0;
padding: 0;

}

#sidebar .boxed>h2 {
padding: 20px 0 !important;
font-weight: 300 !important;
font-size: 40px !important;
margin: 0px;
color: silver;
position: relative;
display: inline-block;
text-align: left;
line-height: 42px;
}

.news {
    margin: 0 auto!important;
    width: 1200px;
}

.news li {
display: block;
    width: calc(100% - 20px);
    margin: 0;
    padding: 20px 10px !important;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

#sidebar .news li {
display: none;
}

#sidebar .news li:first-child, #sidebar .news li:nth-child(2), #sidebar .news li:nth-child(3) {
display: block;
width: 100%;
padding: 0 20px 0 0 !important;
border: none;
}

.news>h2 {
display: block;
}

.news h3 {
padding: 20px 0 5px 0 !important;
font-weight: 500 !important;
font-size: 22px;
line-height: 24px;
}

.news img {
    width: calc(100% + 40px);
    margin: 10px 0 10px -20px!important;
}

.news p {
font-size: 15px;
}

#aktuality-vsechny>ul {
margin: 0!important;
}

#aktuality-vsechny>ul>li {
    list-style-type: none!important;
padding: 20px 0 !important;
border-bottom: 1px solid rgba(0,0,0,0.1);
}

#allnews {
    text-align: center;
margin: 20px 0;
}

#allnews a {
    display: inline-block;
}

/* MAIN */

#main{
padding: 0;
margin: 0;
width: 100%;
float: none;
}

#main img {

}

#main div.post, #main>ul {
width:1200px;
margin: 0 auto;
padding: 0;
}

.post {
padding: 20px!important;
margin-top: 0px!important;
}

.post_top, .post_body {
width: 100%;
margin: 0 auto;
}

.uvod .post:last-child .post_body {
    border-bottom: none;
padding-bottom: 0px;
}

.post_title {
position: relative;
}

.post-center {
    text-align: center;
}

.post_body hr {
    border: none;
    border-top: rgba(0,0,0,0.1) 1px solid;
    margin: 30px 0;
}

#main ul li {
padding: 2px 0;
list-style-type: square;
}

#main ul li::marker {
    color: #bc2d25;
font-size: 22px;
}

#main table td {
vertical-align: top;
}


#main h1, #main h1 span {
    padding: 10px 0!important;
    font-weight: 300!important;
    font-size: 34px!important;
    line-height: 36px!important;
    margin-bottom: 10px!important;
    color: silver;
    position: relative;
    text-align: center;
}

#main>h1 {
margin: 20px 0 10px 0!important;
}

#main>ul>li {
display: block;
padding: 5px;
clear: both;
margin: 0;
}

#main>ul>li img {
width: 100px;
float: left;
margin: -30px 10px 0 0;
border: 1px solid #ccc!important;
padding: 1px!important;
z-index: 100;
}

#main>ul>li>p {
/*margin-top: -30px;
min-height: 100px;*/
/*border-bottom: 1px solid #ccc;*/
}

#main>ul>li>p div{
}


#main>ul>li h2, #main>ul>li h3 {
/*margin-left: 115px!important;*/
}

#main>ul>li .more {
float: right;
margin-top: 10px;
}



#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;
}


h2, #main h2 span {
font-weight: 300;
font-size: 35px;
margin: 20px 0 10px 0;
color: #444;
text-align:center;
}


#main h3, #main h3 span {
font-weight: 500;
padding: 0px 0;
margin: 20px 0;
font-size: 24px;
line-height: 26px;
text-align:center;
color:#bc2d25;
}

body.aktuality #main h3, body.aktuality #main h3 span {
text-align: left;
margin: 10px 0;
color: #222;
}

#main ul, #main ol {
padding: 5px 0px;
margin: 0 0px 0 20px;
list-style-position: outside;
}

#main p {
padding: 5px 0;
text-indent: 0;
text-align:center;
margin: 0px 0 0px;
}

body.aktuality #main p {
padding: 10px 0;
text-align: left;
}

strong {
font-weight: 700!important;
font-size: inherit;
}

#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;
}

/* RIGHTBAR */


#rightbar {
padding: 10px;
clear: both;
margin: 0 auto;
width: 100%;
color: #fff;
/*background: linear-gradient(to right, #5f5f5f, gray, #5f5f5f, gray);*/
background:#5f5f5f;
}

#rightbar a, #rightbar a:hover {
}

#rightbar .boxed {
    margin: 0 auto;
    padding: 2px 0;
    width: 1200px;
    display: block;
    text-align: center;
}


#rightbar h2 {
padding: 0 0 10px 0!important;
font-weight: 600!important;
font-size: 18px!important;
color: #fff;
display: none;
}

#rightbar .boxed .content2 p, #rightbar a {
    font-size: 14px;
}

#rightbar h3 {
 font-size: 14px;
}

#rightbar>.sidemenu {
    display: block;
width: 100%;
}

#rightbar .boxed ul.sidemenu>li {
display: inline-block;
margin: 0 15px;
}

small {
font-size: 12px;
margin: 2px 0;
font-weight: 300;
color: silver;
}

#footer {
margin: 0 auto -30px;
width: 100%;
text-align:center;
padding: 0;
clear: both;
display:none;
}

#footer-content * {
color: #666;

}

#footer-content * {
padding-top: 10px;
width: 100%;
margin: 0 auto;
clear: both;
font-size: 10px;
}

#footer a:hover {
color: #fff;
}

/* SLIDER */

#wrapper{
z-index: 0;
width: 100%;
border: none;
margin: 0 0 0;
display: none;
position: relative;
/*height: 180px;*/
overflow: hidden;
}

.fixed .uvod #wrapper {
margin: 0;
}

.slider-wrapper {
position: relative;
width: 100%;
border: none;
top: 0px;
margin: 0 auto;
}

.uvod #wrapper {
display: block;
}


.theme-default #slider {
    margin:0px auto 0 auto;
}
.theme-default .nivoSlider {
position:relative;
background: rgba(0,0,0,0);
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 0;
/*height: calc(100vh - 50px);*/
}

.theme-default .nivoSlider img {
width: 100%;
}


.theme-default .nivo-controlNav {
text-align: center;
padding: 0px 0;
position: relative;
bottom: 20px;
z-index: 100;
left: 0;
width: 100%!important;
}

.theme-default .nivo-controlNav a {
display:inline-block;
width: 60px;
height: 12px;
background: transparent;
border: 1px solid rgba(255,255,255,0.5)!important;
background: rgba(255,255,255,0.5);
text-indent:-9999px;
border:0;
margin: 0 5px;

}

.theme-default .nivo-controlNav a.active {
background: #fff;
border: 1px solid #fff;
}

.theme-default .nivo-directionNav a {
display:block;
width: 30px;
height: 30px;
background: url(userFiles/system/arrow.png) no-repeat;
text-indent:-9999px;
border:0;
top: 48%!important;
color: transparent;
/*display: none!important;*/
}

.theme-default a.nivo-nextNav {
background-position:-30px 0;
right: 5px!important;
}

.theme-default a.nivo-prevNav {
left: 5px;
}

.theme-default .nivo-caption {
position: absolute!important;
top: auto;
bottom: 0;
height: auto;
padding: 20px!important;
width: 100%!important;
margin: 0;
margin: 0 auto;
text-align: left;
background: rgba(0,0,0,0.2);
display: inline-block!important;
opacity: 1;
}

.nivo-caption h2 {
    font-size: 3vw;
font-weight: 700;
display: block;
margin: 0;
padding: 0;
color: #fff!important;

}

.nivo-caption h3, #sidebar .nivo-caption h3 * {
font-size: 24px!important;
margin: 10px 0;
font-weight: 300;
}

.nivo-caption p {
font-size: 2vw;
font-weight: 100;
padding: 0!important;
color: #fff;
margin: 0 auto;
}

.uvod .nivo-caption h2, .uvod .nivo-caption p {
display: block!important;
opacity: 1;
}

.nivo-caption a.more {
color: #fff;
    border: 1px solid #fff;
}

.nivo-caption a.more:hover {

-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.8);
box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
}

div.galleryItem {
vertical-align: top;
float: left;
display: block;
border: none !important;
margin: 0 25px 20px 0;
padding: 0;
background: none;
border:none;
}

div.galleryItem:hover {
background: rgba(255, 255, 255, 0.2);
}

div.galleryItem .frameh, div.galleryItem .frame {
width: 156px;
padding: 0;
margin: 0;
}

div.galleryItem .frame img {
border: none !important;
max-width: 300px;
max-height: 200px;
width: 156px;
height: auto;
}

.galleryItem .popisek.horni {
color:#fff;
font-weight: 300;
/*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: 400px!important;
margin: 10px auto !important;
padding: 5px 3px 0;
}

.fb-like-box span iframe {
width: 100%!important;
}

div.rsslink {
position: absolute;
right: 0;
font-size: 11px;
display: block;
clear: both;
color: #333 !important;
background: #FFF556;
display: none;

}
div.rsslink a{

font-size: 11px;

color: #333 !important;
}
#rightbar ._round-cont {
margin: 5px 3px 0px 0 !important;
}.paticka_vzhled {display:none;}




.intro, table.produkty {
border: none;
border-collapse: separate;
border-spacing: 10px;
padding: 0;
margin: 0;
width: 100%;
background: transparent;
}

table.produkty {
border: none;
border-collapse: separate;
border-spacing: 5px;
padding: 0;
text-align: center;
margin-bottom: 30px;
}

.ikony {
width: 100%;
border: none;
border-collapse: separate;
border-spacing: 5px 0;
margin: 30px auto!important;
}

.ikony td {
padding: 0 25px 25px 25px;
text-align: center;
font-weight: 200;
}

.ikony h2, .ikony h2 a {
   color: #333!important;
    margin: 0!important;
    padding: 7px 0!important;
    font-weight: 700!important;
    font-size: 18px!important;
    text-align: center;
    line-height: 2;
}

.ikony img {
height: 80px;
display: block;
margin: 0 auto!important;

}

.referencni, .kontakty-tab {
border: none;
border-collapse: separate;
border-spacing: 10px 30px;
padding: 0;
margin: 0;
width: 100%;
}

.intro h2 {
font-weight: 100!important;
    font-size: 30px!important;
    padding: 10px 0 0!important;
    color: #fff!important;
    letter-spacing: 0.5px;
}

.karta h2 {
font-weight: 100!important;
    font-size: 36px!important;
    padding: 10px 0 0!important;
}

table.produkty h2 {
font-size: 28px;
padding: 70px 0 0!important;
font-weight: 700!important;
color: #fff;
opacity: 1;
z-index: 10;
position: relative;
}

table.produkty p {
opacity: 0;
display: none;
overflow: hidden;
}

table.produkty td:hover h2, table.produkty td:hover p {
color: #fff;
opacity: 1;
display: block;
overflow: hidden;
}

table.produkty td:hover h2 {
padding: 30px 0 0!important;
}

.intro h3 {
font-weight: 300!important;
font-size: 18px!important;
padding: 0!important;
text-transform: uppercase;
}

.intro td {
padding: 20px;
    margin: 5px;
    position: relative;
    font-weight: 400;
    vertical-align: top;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px 0px rgb(0 0 0 / 30%);
    box-shadow: 0 0 2px 0px rgba(0,0,0,0.15);
    width: calc(33% - 10px);
    display: inline-grid;
color: #fff;
}

table.produkty td {
background: rgba(0,0,0,1);
padding: 10px;
height: 217px;
margin: 0 0 33px 0px;
position: relative;
  font-weight: 400;
    vertical-align: top;
overflow: hidden;
-webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
}

.kontakty-tab td {
text-align: center;
padding: 0 30px;
}

.kontakty-tab h2, .kontakty-tab h2 a {
    color: #BC2D25;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.kontakty-tab span {
color: #BC2D25;
    padding: 10px 0;
font-size: 40px;
    line-height: 1;
    display: inline-block;
}


.karta {
border: none;
border-collapse: separate;
border-spacing: 0px;
padding: 0;
margin: 0;
width: 100%;
}

.karta img {
width: 100%;
margin: 0!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
display: block;
}

.karta td {
padding: 0;
}

.karta tr:nth-child(2n+1) td:first-child, .karta tr:nth-child(2n) td:last-child {
padding: 50px 20px;
}


.col-2 td {
width: 50%;
}

.col-3 td, .col-21 td:last-child {
width: 33%;
}

.col-4 td {
width: 25%;
}

.intro img {
width: calc(100% + 40px);
margin: -20px 0 0 -20px!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
display: block;
}

.karta img, .katalog-tab img, .referencni img {
width: 100%;
margin: 0!important;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
padding: 2px;
}

.karta img {
border: 1px solid rgba(0,0,0,0.1);
}

.karta td, .referencni td {
padding: 0 7px;
}

.referencni h2, .referencni td {
color: #BC2D25 !important;
}

.intro img, .produkty img {
transition: transform 0.5s ease-out;
}

.intro td:hover {
/*background: rgba(0,0,0,0.01);*/
-webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
}


table.produkty img {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
margin: 0!important;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
opacity: 0.5;
}

table.produkty td:hover img {
opacity: 0.2;
}

.tabulka {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

.tabulka th {
font-weight: 700;
border: 1px solid rgba(0,0,0,0.075);
border-bottom: 3px solid #BC2D25 !important;
text-align: left;
padding: 7px 12px;
}

.tabulka tr:hover{
background: none!important;
}

.tabulka tr td {
border: 1px solid rgba(0,0,0,0.075);
text-align: left;
padding: 7px 12px;
}

.tabulka tr.licha td {
background: rgba(0,0,0,0.01);
}

table.ordinacni-hodiny {
/*width: 100%;*/
border-collapse: collapse;
margin: 0;
}

table.ordinacni-hodiny tr td {
border: 1px solid rgba(255,255,255,0.075);
text-align: left;
padding: 5px 10px;
font-size: 14px;
min-width: 80px;
}

table.ordinacni-hodiny tr td:not(:first-child) {
text-align: center!important;
}

#ordinacni-hodiny table.ordinacni-hodiny {
width: 50%;
}

#ordinacni-hodiny table.ordinacni-hodiny tr td {
border: 1px solid rgba(0,0,0,0.1);
font-size: 18px;
}

.cenik table tr:not(:first-child) td:last-child {
text-align: right;
}

#TB_window {
z-index: 900;
}

._round-cont div {
background: none!important;
}

#info {
position: relative;
    padding: 5px 0 ;
    width: 100%;
    margin: 0;
text-align: center;
background:linear-gradient(to left, #bc2d25, #a92821, #bc2d25, #a92821);
display: block;
}

#info a {
margin: 0;
font-size: 16px;
color: white;
font-weight: 500;
}

#info p {
display: inline-block;
    margin: 0 15px;
    line-height: 40px;
    font-size: 16px;
    color: #BC2D25;
    font-weight: 500;
}

#info p span {
    font-size: 14px;
margin-left:10px;
}

.mdi {
    color: transparent;
}

.ikony .mdi:before {
color: #fff;
    font-size: 64px;
    line-height: 1;
    margin: 15px 0;
}

.contacts-icon .mdi {
    color: #fff!important;
display: inline-block;
    margin: 0 15px;
}

.social-icon .mdi {
    color: transparent!important;
    margin: 0 3px;
}

.social-icon p {
display: inline-block;
}

.contacts-icon .mdi a {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.contacts-icon .mdi:before, .social-icon .mdi:before {
    font-size: 18px;
    color: #fff;
    line-height: 1.75;
    display: inline-block;
    margin: 0 6px 0 0!important;
    vertical-align: middle;
}

#info .contacts-icon .mdi:before, #info .contacts-icon .mdi, #info .contacts-icon .mdi a {
    color: white!important;
}

#info .contacts-icon .mdi:before {
font-size: 25px;
    line-height: 1;
}

#social {
    position: relative;
    display: block;
    z-index: 10;
    padding: 0;
margin-top: 10px;
}


#social a {
margin: 0;
padding: 0;
color: #fff!important;
width: 40px;
height: 40px;
line-height: 40px;
}

#social p {
border: 1px solid rgba(255,255,255,0.3);
    -webkit-border-radius: 45%;
    border-radius: 45%;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0!important;
    transition: transform 0.5s ease-out;
text-align: center;
}

#social p:hover {
border: 1px solid rgba(255,255,255,0.3);
background: #fff!important;
}

#social p:hover a {
text-decoration: none;
color: #BC2D25 !important;

}


#locales {
    position: relative;
    top: -15px;
    color: transparent;
    padding-left: 11px;
}

.photo {
position: relative;
}

.photo .fotogalerie {
width: 32%;
float: right;
position: absolute;
    top: 0;
    right: 0;
}

.photo p {
width: 66%;
}

a[name] {
display: block;
position: relative;
top: -165px;
visibility: hidden;
}

form>table {
border-spacing: 10px;
}

form>table label {
display: block;
}

table label>span {
    margin: 2px 15px 2px 5px;
}

form table input {
width: 100%;
}

form table input.button {
width: auto;
}

.flip-box {
perspective: 1000px;
display: inline-block;
height: 190px;
width: calc(25% - 20px);
margin: 15px 8px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box-inner h2 {
font-weight: 400;
font-size: 24px;
line-height: 26px;
padding: 0;
margin: 10px 0;
color: #222;
}

.flip-box-inner p {
color: #222;
}

.flip-box.fb-horizontal:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box.fb-vertical:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-inner div:first-of-type, .flip-box-inner div:last-of-type {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
padding:10px;
color:black;
border-radius:5px;
}

.flip-box-inner div:first-of-type {
  background:linear-gradient(to top, #f2f2f2, #f8f8f8);
  color: black;
}

.flip-box.fb-horizontal .flip-box-inner div:last-of-type {
  background: linear-gradient(to bottom, #bc2d25, #a92821);
  transform: rotateY(180deg);
} 

#main .flip-box.fb-horizontal .flip-box-inner div:last-of-type h3 {
color: white;
margin:5px 0 0 0;
font-size: 22px;
line-height: 24px;
}

.flip-box.fb-horizontal .flip-box-inner div:last-of-type p {
color: white;
}

.flip-box-front p {
font-size:0px;
}

.flip-box.b1 .flip-box-front p:before {
font-size: 120px; line-height: 100px; color: #bc2d25;
}

.flip-box.b2 .flip-box-front p:before {
font-size: 120px; line-height: 100px; color: #bc2d25;
}

.flip-box.b3 .flip-box-front p:before {
font-size: 120px; line-height: 100px; color: #bc2d25;
}

.flip-box.b4 .flip-box-front p:before {
font-size: 95px; line-height: 100px; color: #bc2d25;
}

.animace-home {
height:200px;
background: url(/userFiles/gif/animate-create.gif) 50% center no-repeat;
background-size: 50%;
color:white;
}

a.login-admin {
display:inline-block;
}

.paticka {
display:none;
}

/* Formular Patrik */

#atext_209_87735 {text-align: center;}
#atext_209_87735 span {font-size:18px; line-height:22px; font-weight:500;}

#atextbox_209_22894 {margin-top:20px;}
#atextbox_209_22894, #atextbox_209_91852, #atextbox_209_61971, #atextbox_209_60366, #form_email_odesilatel {text-align:center;}

#atext_209_41978 {margin:40px 0 20px 0; text-align: center;}
#atext_209_41978 span {font-size:18px; line-height:22px; font-weight:600; color:#bc2d25;}

#aradio_209_15347, #aradio_209_92619, #acheckbox_209_94987, #aselect_209_1 {width:50%; padding:10px 20px; margin: 20px auto 40px auto; box-shadow: 0px 0px 20px rgba(0,0,0,0.1); border: 1px solid rgba(0,0,0,0.15);}
#aselect_209_1 {margin-bottom:20px;}
#aradio_209_15347>label, #aradio_209_92619>label, #acheckbox_209_94987>label, #aselect_209_1>label {width:100%;}
#aradio_209_15347 .mdi, #aradio_209_92619 .mdi, #acheckbox_209_94987 .mdi, #aselect_209_1 .mdi {font-size:22px; line-height:30px; color:#4c5155; font-weight:300; text-transform: uppercase; padding: 0 0 5px 0; margin-bottom: 10px; border-bottom: 1px solid rgba(0,0,0,0.1);}
#aradio_209_15347 .mdi:before, #aradio_209_92619 .mdi:before, #acheckbox_209_94987 .mdi:before, #aselect_209_1 .mdi:before {font-size: 25px; line-height: 30px; color:#bc2d25; margin-right:10px;}

#aradio_209_15347 div>label, #aradio_209_92619 div>label, #acheckbox_209_94987 div>label, #aselect_209_1 div>label {width:80%; font-weight: 500; padding: 2px 10px; font-size: 16px;}

/* Typ ubytování, podkategorie */
#aradio_209_15347 div[name=radio_kontejner] {margin:10px 0;}
#aradio_209_15347 div[name=radio_kontejner]>div>div>label {color: #bc2d25; padding: 5px 0; text-transform: uppercase;}

.form_vysledek {text-align: center; margin: 40px auto 20px auto; width: 50%; background: #bc2d25; padding: 15px 10px !important; font-size: 0px;}
.form_vysledek span {color: white; font-size: 20px; font-weight: 400; line-height: 22px;}
.form_vysledek span#vysledek {font-weight: 600;}

/* Info o rekreacnim poplatku */
#atext_209_14144 {background: rgba(0,0,0,0.05); width: 50%; margin: 0 auto; padding: 10px 20px; text-align:center;}

#atextarea_209_48419 {width: 80%; margin: 20px auto 10px auto;}
#atextarea_209_48419>label {padding: 5px 10px;}

.form_souhlas {width: 80%; margin: 10px auto;}
.form_souhlas > label {width:calc(100% - 30px); display: inline-block; float: none;}
.form_souhlas input#souhlas {margin: 5px 5px 0 0;}

#a_div209>div:last-child {text-align:center;}
#a_div209>div:last-child input {display: inline-block; margin: 20px 0; text-transform:uppercase;}/*-------------STYLE-------------*//* STYL PRO TABLETY */

@media screen and (max-width: 1200px) {

body, body.uvod {
width: 100%; 
}

#main {
width: 100%; 
}

#wrapper, #wrapper .slider-wrapper, #wrapper .nivoSlider {
width: 100%!important;
}

#wrap {
padding: 0;
width: 100%;
margin-top:0px;
}

#footer, #footer-content {
width: 100%;
}

#logo  {
left: 0px;
width: 100%;
}

#slogan {
}

/* HEADER */


#header {
width: 100%;
}

.uvod #header {
}

#max-slide {
margin: 0;
background: none;
}

/* MENU */

#pull {
height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 0;
    margin: 0;
    position: relative;
    top: 5px;
    left: 0px;
    z-index: 100;
}

#pull:after {
content: '\61';
    font-family: "ElegantIcons"!important;
    position: absolute;
    top: 0px;
    left: 0;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    width: 40px;
    display: block;
    color: #c02825;
}

#pull.mAct:after {
content: '\4d';
}

#max-menu {
position: absolute;
height: 0;
top: 0;
}

#menu {
width: 100%;
height: 0;
text-align: left;
    z-index: 600;
position: absolute;
 }

#menu>ul {
display: block;
position: absolute;
left: 0px;
top: 81px;
z-index: 9999;
opacity: 1;
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);
width: 300px;
margin-left:-300px;
}

#menu>ul>li {
display: block;
width: 100%;
margin: 0;
-webkit-border-radius: 0;
border-radius: 0;
height: auto;
border-bottom: 1px solid rgba(0,0,0,0.05);
}

#menu>ul>li:hover, #menu>ul>li.current {
background: none;
}

#menu>ul>li:hover, #menu>ul>li.current, #locales a:hover, #locales a.locales_select {
text-decoration: none;
border-bottom: 1px solid rgba(0,0,0,0.05);
}

#menu>ul>li:last-child {
background: #ffb48d;
border-bottom: none;
}

#menu>ul>li>a, #menu>ul>li:last-child>a {
width: 100%;
box-sizing: border-box;
border: none;
padding-left:20px;
margin: 0;
    line-height: 50px;
}

#menu>ul>li.current>a, .fixed #menu>ul>li>a {
    text-decoration: none;
}

#menu>ul>li>ul {
list-style-type: none;
width: 100%;
left: 0;
position: absolute;
margin: 0;
padding: 0;
z-index: 10;
visibility: hidden;
color: #fff;
background: rgba(0,0,0,0.025);
border-top: none;
text-align: left;
}

#menu>ul>li:hover>ul {
border-top: none;
}

#menu>ul>li>ul>li {
background-image: none!important;
}

#menu ul li.current {
background: rgba(0,0,0,0.01);
}

#menu li {display: block; float: none; width: 100%; position:relative;}

#menu ul li ul {display: none; position: inherit;}

#menu ul li ul.menu_add_show {display:block; visibility:visible;}
#menu ul li:hover ul {visibility: hidden;}

#menu>ul>li>ul>li, #menu>ul>li.menu_add_active {
background: rgba(0,0,0,0.015);
border-bottom: 1px solid rgba(0,0,0,0.05);
}

#menu>ul>li:hover>a, #menu>ul>li>a:hover, #menu>ul>li.current>a, #locales a:hover, #locales a.locales_select {
    text-decoration: none;
}

#menu>ul>li>ul>li>a {
font-size: 16px;
padding: 5px 20px;
font-weight: 400;
}

#menu>ul>li>ul>li>ul {
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:after {
    content: '\33';
    font-family: "ElegantIcons"!important;
    position: absolute;
    top: 0px;
    right: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    display: block;
    color: #777;
    width: 40px;
    text-align: center;
}

.menu_add_row.active:after {
    content: '\32';
}

.menu_add_show a {
line-height: 2.5!important;
visibility: visible;
}

.menu_add_active a, .menu_add_show a {
color: #333!important;
}

#sidebar {
    margin: 0;
    width: 100%;
    float: none;
    display: none;
padding: 50px 10px;
}

#sidebar>.sidemenu {
display: none;
}

body.uvod #sidebar {display: block;}

/* HEADER */

#header .boxed {
    top: 20px;
}

#header .boxed input {
border: 1px solid rgba(0,0,0,0.2);
color: #666!important;
}

.post {
margin: 0 auto!important;
padding: 20px 5px!important;
}

.post_top, .post_body {
width: 100%;
padding: 0 10px;
}

.post, #footer, .intro {
width: 100%;
}

#main div.post, #main > ul {
width: 100%;
}

#sidebar .boxed {
width:75%;
}

.uvod .intro img img {
position: relative;
}

.intro h2, .intro h3 {
    padding: 0!important;
}

.intro h3 {
}

table.produkty {
color: #4c5155;
}

table.produkty h2, table.produkty td:hover h2  {
color: #4c5155;
    font-size: 2.5vw;
padding: 20px 0 0!important;
}

table.produkty p, table.produkty td:hover p {
opacity: 1;
display: block;
color: #4c5155;
}

table.produkty td {
    height: auto;
background: none;
}

table.produkty img, table.produkty td:hover img {
opacity: 1;
}

.ikony td {
    padding: 10px;
}

.karta tr:nth-child(2n+1) td:first-child, .karta tr:nth-child(2n) td:last-child {
    padding: 10px 20px;
}

#rightbar, #rightbar .boxed {
width: 100%;
}


.nivo-caption h2 {
    font-size: 4.5vw;
}

.nivo-caption p {
    font-size: 3.5vw;
}

/* FOOTER */

#locales {
    top: 0;
}

.news {
    margin: 0 auto!important;
    width: 100%;
}

.news li {

}

.news p {
    font-size: 15px;
}

div.galleryItem {
    vertical-align: top;
    float: none;
    display: inline-block;
    border: none !important;
    margin: 0 3px 3px 0;

}

div.galleryItem .frameh, div.galleryItem .frame {
    width: 150px;
    padding: 0;
    margin: 0;
    display: inline;
}

div.galleryItem .frame img {
    width: 152px;
}

#info {
width: 100%;
padding: 0 10px;
height: auto;
}

#info .contacts-icon {
    top: 0;
}

a[name] {
display: block;
position: relative;
top: -195px;
visibility: hidden;
}

#social {
    background: transparent;
    position: relative;
    top: 0;
    right: 0;
    display: block;
    z-index: 1;
    padding: 10px;
-webkit-border-radius: 0;
border-radius: 0;
}

#social p {
display: inline-block;
margin: 0 3px 3px 0;
}

#ordinacni-hodiny table.ordinacni-hodiny {
width: 100%;
}

table {
max-width: 100%;
}

.flip-box {
width:calc(50% - 20px);
}

#main .flip-box.fb-horizontal .flip-box-inner div:last-of-type p {
padding: 15px 30px;
}

.flip-box-inner h2 {
font-size: 32px;
line-height: 36px;
}

.flip-box.b1 .flip-box-front p:before, .flip-box.b2 .flip-box-front p:before, .flip-box.b3 .flip-box-front p:before, .flip-box.b4 .flip-box-front p:before {line-height: 90px;}

.animace-home {height:20vw;}

/* Formulář Patrik */

#aradio_209_15347, #aradio_209_92619, #acheckbox_209_94987, #aselect_209_1, #atext_209_14144, #atextarea_209_48419, .form_souhlas {width:75%;}
#atextarea_209_48419 > label {width:50%;}

}/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 720px) {

#logo a, #slogan {
font-size:0px;
}

#main h1, #main h1 span, #sidebar .boxed > h2 {
font-size: 8vw !important;
line-height: 8.2vw;
}

h2, #main h2 span {
font-size: 7vw;
line-height: 7.5vw;
}

#main h3, #main h3 span {
font-size: 5vw;
line-height: 5.5vw;
}

#sidebar .boxed {
width: 90%;
}

.animace-home {
height: 30vw;
background-size: 75%;
}

.flip-box {
width: calc(100% - 20px);
}

.flip-box-inner h2 {
font-size: 25px;
line-height: 28px;
}

#rightbar .boxed {
margin-bottom: 10px;
}

#rightbar .boxed:last-child img {
margin: 0 auto!important;
}

.news>li {
width: 100%;
}

.rtable th {
display: none;
}

.rtable tr {
border-bottom: 3px solid #c02825;
}

.rtable td {
width: 100% !important;
display: block;
padding-left: 50% !important;
position: relative;
}

.rtable td:before {
content: attr(data-label);
position: absolute;
left: 0;
width: 45% !important;
padding-left: 15px;
font-weight: 700;
color: #c02825;
    text-align: left;
}

.uvod .post.cl3 .post_body iframe {
    height: 50vh;
}

/* Formulář Patrik */

#aradio_209_15347, #aradio_209_92619, #acheckbox_209_94987, #aselect_209_1, #atext_209_14144, #atextarea_209_48419, .form_souhlas {width:100%;}
#atextarea_209_48419 > label {width:50%;}

}/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 520px) {

.post {
margin: 0 auto 1px!important;
}

img {
display: block!important;
/*margin: 5px auto!important;*/
float: none;
}

#locales a {
    padding: 30px 12px;
}

.ikony td {
margin: 0 0 70px 0;
display: block;
width: 100%;
}

.ikony img {
    width: auto!important;
}

/* MENU */

#menu>ul {
display: block;
width: 90%;
margin-left: -90%;
}

.intro {
margin: 0 0 3px 0;
}

.intro h2, .intro h3 {

}

.intro td {
    width: 100%;
display: block;
margin: 10px 0;
}

.intro .more {
    left: 33%;
}

.col-2 td, .col-3 td, .col-21 td, #rightbar .boxed, .news>ul.novinky>li, .col-4 td {
width: 100%;
display: block;
margin: 0 0 20px 0;
}

#rightbar .boxed {
margin-bottom: 0px;
}

#rightbar .boxed:last-child img {
margin: 0 auto!important;
}


.theme-default .nivo-caption a.more {
margin: calc(28vw - 165px) auto 0;
}

.nivo-caption h2 {
    font-size: 8vw;
line-height: 1.75;
width: 100%;
}

#wrapper .nivo-caption p {
font-size: 6vw;
width: 100%;
}

#main .more {
display: inline-block;
position: relative;
left: 0;
bottom: 0;
}

.blok-rezervace a {
font-size: 32px;
padding: 20px 50px;
    line-height: 120px;
}

.news h3 {
/*font-size: 16px!important;*/
}

.news>li {
width: 100%;
}

.photo .fotogalerie {
width: 100%;
float: none;
position: relative;
display: block;
}

.photo p {
width: 100%;
}

#info {
height: auto;
}

#info .boxed {
    top: 40px;
}

#info p {
    display: inline-block;
}

.produkty h2 {
font-size: 6vw!important;
    line-height: 10vw;
}

form table td {
display: block;
width: 100%;
padding: 4px 0;
}

table.ordinacni-hodiny {
    width: 100%;
}

#sidebar .news li:first-child, #sidebar .news li:nth-child(2), #sidebar .news li:nth-child(3) {
    display: block;
    width: 100%;
    padding: 0!important;
    margin: 0 0 30px 0!important;
    border: none;
}


.post_title h1:before, #sidebar .boxed h2:before {
    top: 54px;
    left: 1px;
}

.post_title h1:after, #sidebar .boxed h2:after {
    width: 50px;
    top: 50px;
    right: -60px;
}

}

/* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 420px) {

.post_title h1:before, #sidebar .boxed h2:before {
display: none;
}

.post_title h1:after, #sidebar .boxed h2:after {
width: 45vw;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

}