:root {
  --color1: #000;
  --color2: #333;
  --color3: #666;
  --color4: #999;
  --color5: #ccc;
--color51: #ddd;
  --color6: #fff;
  --color7: #fcfcfc;
  --color8: #f9f9f9;
  --color9: #f6f6f6;
--color11: #ecc79b;
  --color12: #d2b38e;
  --color14: #6ac2bd;
}

* {
font-family: "Gantari", Arial, sans-serif!important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
font-size: 18px;
padding: 0;
margin: 0;
line-height: 1.5;
font-weight: 300;
}

a, a:focus {color: var(--color11); text-decoration: none;}
a:hover { text-decoration: none; color: var(--color6);}
a img { margin: 0 !important; }

a, #menu ul, .galleryItem, .button, .katalog td img, #max-header, #logo a, #slogan {
-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;
}

.post.link-flex a {
padding-left: 35px;
color: var(--color14);
position: relative;
margin-left: 5px;
font-size: 15px;
text-transform: lowercase;
}

.post.link-flex a:hover {
padding-left: 45px;
}

.post.link-flex a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    height: 1px;
    width: 30px;
    background: var(--color14);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;

}

.post.link-flex a:hover::before {
  width: 40px;
}

img {
margin: 0!important;
}

/* LAYOUT */

html {
background: var(--color1);
margin: 0;
padding: 0;
scroll-behavior: smooth;
}

body {
width: 100%;
margin: 0 auto;
color: var(--color51);
padding: 0;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box !important;
}

body.fixed {
padding-top: 100px;
}

#wrap {
margin: 0px auto;
width: 100%;
padding: 0;
position: relative;
}


/* HEADER */

#max-header {
width: 100%;
z-index: 500;
position: relative;
height: 100px;
-webkit-box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.uvod #max-header {
-webkit-box-shadow: none;
box-shadow: none;
}

.fixed #max-header {
position: fixed;
height: 65px;
background: var(--color1);
top: 0;
-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);
}

#header {
width: 100%;
margin: 0 auto;
padding: 0px 0 0 0px;
position: relative;
text-align: center;
height: 100%;
}

.fixed #header {

background: none;
}

#logo {
display: block;
    position: relative;
top: 25px;
left: 20px;
text-align: left;
width: 400px;
}

.fixed #logo {
display: block;
top: 5px;
}

#logo a {
/*background: url(userFiles/img/logo.png) no-repeat left center;
    background-size: contain;*/
    font-size: 24px;
    font-weight: 700!important;
    color: var(--color1);
    padding: 0;
    display: block;
    margin: 0;
    z-index: 20;
line-height: 50px;
text-transform: uppercase;
padding: 0 20px;
display: inline-block;
background: var(--color11);

}

.uvod #logo a {
    color: var(--color1);
}

.fixed #logo a {
    color: var(--color11);
background: none;
}

#logo a:hover {
text-decoration:none;
}

#slogan {
font-size: 20px;
font-weight: 500 !important;
padding: 0;
margin: 0;
display: block;
position: absolute;
top: 37px;
left: 240px;
text-transform: uppercase;
}

.fixed #slogan {
  font-size: 18px;
  top: 21px;
  left: 210px;
}

body.kontakt #main>.post:last-child .post_body {
width: 100%;
}

body.kontakt #main>.post:last-child {
    padding-bottom: 0!important;
}

body.kontakt #main>.post:last-child iframe {
    height: 25vw;
}

#kont {
width: 280px;
display: block;
line-height: 17px;
height: 40px;
font-size: 32px;
position: absolute;
top: -137px;
color: var(--color4);
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: var(--color3)!important;
}

#menu .boxed input, #info .boxed input, input, textarea {
margin: 0;
padding: 5px 10px;
border: 1px solid var(--color5);
font-weight: 400;
color: var(--color2);
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: var(--color6)!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: var(--color12);
color: var(--color6)!important;
border: none!important;
padding: 8px 20px!important;
text-transform: none;
    font-size: 16px!important;
    font-weight: 300!important;
}

textarea {
height: 100px !important;
width: 74%!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: var(--color6);
-webkit-border-radius: 3px;
border-radius: 3px;
background: none;
}

.more, .button, input.button {
    display: block;
    font-size: 15px!important;
    color: var(--color14)!important;
    padding: 12px 27px!important;
    margin: 10px 0;
    font-weight: 500!important;
    background: transparent!important;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid var(--color14)!important;
letter-spacing: 1px;
}

.more.inverse {
    color: var(--color1)!important;
    border: 1px solid var(--color1)!important;
}

.button:hover, .more:hover, input.button:hover, .produkty td:hover a.more, #header .boxed .button:hover, .nivo-caption a.more:hover  {
color: var(--color6)!important;
text-decoration: none;
    background: var(--color14)!important;
    border: 2px solid var(--color14)!important;
text-decoration: none;
}


.more.inverse:hover  {
color: var(--color6)!important;
    background: var(--color1)!important;
    border: 1px solid var(--color1)!important;
}


#sidebar .boxed.sid2 a.more {
display: inline-block;
margin: 0 5px;
}


/* MENU */

#pull {
display: none;
}

#menu {
padding: 0;
   /* width: 1200px;
margin: 0 calc(50vw - 608px);
    right: 0;*/
    position: absolute;
width: auto;
margin: 0;
    right: 20px;
    top: 30px;
}

.fixed #menu {
    top: 10px;
}

#menu>ul {
list-style-type: none;
height: 100%;
padding: 0;
display: inline-block;
}

#menu>ul>li {
display: inline-block;
  height: 100%;
padding: 0;
  margin: 0 0 0 2px;
text-align: left;
position: relative;
}

#menu>ul>li:hover, #menu>ul>li.current {

}

#menu>ul>li>a, #locales a {
margin: 0;
display: block;
color: var(--color6);
font-size: 16px;
font-weight: 600;
padding: 0 10px;
line-height: 3;
position: relative;

letter-spacing: 0.5px;
}

.uvod #menu>ul>li>a, .uvod #locales a, .uvod #slogan {
    color: var(--color6);
}

.fixed #menu>ul>li>a, .fixed #locales a, .fixed #slogan {
    color: var(--color6);
}

#locales {
position: absolute;
right: 20px;
top: 20px;
color: transparent;
}

#locales a {
display: inline-block;
margin-left: 5px;
}

#menu>ul>li:hover>a, x#menu>ul>li.current>a, #menu>ul>li.aktivni>a {
   border-bottom: 1px solid var(--color12);
text-decoration: none;
}

#menu>ul>li:hover, #menu>ul>li.current {
text-decoration: none;

}

#menu>ul>li>ul {
list-style-type: none;
min-width: 200px;
position: absolute;
margin: 0;
padding: 0px;
visibility: hidden;
background-color: var(--color6);
border-top: 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;
}

#menu>ul>li.aktivni>ul>li {
position: relative;
}

#menu>ul>li:hover>ul {
visibility: visible;
z-index: 100;
color: var(--color2);
-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: 7px 12px;
margin: 0 0px 0px;
color: transparent;
color: var(--color2);
font-size: 15px;
line-height: 2.5;
}

#menu>ul>li>ul>li>a:hover {
color: var(--color2);
}

#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.015);
}

#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: var(--color6);
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: 3;
width: 200px;
color: var(--color2);
font-size: 15px;
}

#menu>ul>li>ul>li>ul>li>a:hover {
color: var(--color2);
background: var(--color6);
}

/* SIDEBAR */

#max-sidebar {
margin: 0;
padding: 0;
width: 100%;
clear: both;
position: relative;
}

#sidebar {
margin: 0 auto;
padding: 0;
width: 100%;
}

.boxed ul {
list-style-type: none;
}

.boxed ul li {
list-style-position: inside;
padding: 2px 0;
}

.sidemenu {
list-style-type: none;
margin: 0 0 0 0px;
padding: 0;
}
.sidemenu li {
display: inline-block;
}

.sidemenu li.current * {
/*color: var(--color3)!important;*/
}

#sidebar>.sidemenu>li {
margin: 0 0 30px 0;
}

.sidemenu a {
font-weight: 300;
line-height: 22px;
display: block;
}

#sidebar>ul.sidemenu {
padding: 40px 0 65px;
text-align: center;
display: none;
}

#sidebar>ul.sidemenu.active {
display: block;
}

#sidebar>.sidemenu>li>a {
font-size: 16px;
color: var(--color5);
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  {
text-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
text-decoration: none;
}

#sidebar>.sidemenu>li>ul>li>ul>li {
margin: 0 1px;
padding: 0 20px;
}

#sidebar>.sidemenu>li>ul>li>ul>li>a {
margin: 0;
padding: 0;
font-style: italic;
line-height: 2;
   border-bottom: 3px solid rgba(255,255,255,0);
}

#sidebar>.sidemenu>li>ul>li>ul>li:hover>a, #sidebar>.sidemenu>li>ul>li>ul>li.current>a {
   border-bottom: 3px solid var(--color2);
text-decoration: none;
}

#sidebar .boxed {
padding: 0;
margin: 0;
position: relative;
}

#sidebar .boxed .content2 {
position: relative;
z-index: 2;
}

#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;
line-height: 20px;
font-weight: 400;
}

#sidebar .boxed>h2, #sidebar .post h1 {
padding: 0px 0 77px!important;
color: var(--color1);
position: relative;
    display: block;
text-align: center;
font-size: 54px;
    font-weight: 600;
    line-height: 1.1;
    color: var(--color5);
z-index: 1;
}

#sidebar .post form {
width: 70%;
margin: 0 auto;
}

#xsidebar>.sidemenu>li.current>ul, #sidebar>.sidemenu>li a, #sidebar>.sidemenu li>ul, #sidebar>.sidemenu>li.aktivni>a  {
display: none;
}

#xsidebar>.sidemenu>li.aktivni a, #sidebar>.sidemenu li.aktivni>ul, #sidebar>.sidemenu li.aktivni>ul, #sidebar>ul.sidemenu>li.aktivni>ul>li.current>ul, #sidebar>ul.sidemenu>li.aktivni>ul>li.current>ul a {
display: block!important;
}

.post form table td {
font-size: 20px;
}

.news {
    margin: 0 auto!important;
    width: 1200px;
}

.news li {
background: var(--color6);
display: inline-table!important;
width: 23.5%;
margin: 0 0.5% 20px;
padding: 20px!important;
/*-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);*/
}

.news>h2 {
display: block;
}

.news h3 {
padding: 0 0 10px 0!important;
    font-weight: 700!important;
}

.news img {
    width: calc(100% + 40px);
    margin: 10px 0 10px -20px!important;
}

.news p {
/*font-size: 13px;*/
font-weight: 200;
}


/* MAIN */

#main{
padding: 0;
margin: 0;
width: 100%;
float: none;
}

#main img {

}

#main>ul {
margin: 0 0px 0 0px;
padding: 75px 0;
}

.post {
margin: 0 0px 0 0px;
padding: 75px 0;
background: var(--color1) url(userFiles/img/bg.jpg) center top fixed;
background-size: cover!important;
}

body.uvod .post {
min-height: 100vh;
}

.post.h-100 {
min-height: 100vh;
}

.post.bg-kapela {
background-image: url(userFiles/img/kapela.jpg);
background-size: 70vw!important;
background-position-y: 65px !important;
}

.post_top, .post_body {
width: 100%;
padding: 0 45px;
margin: 0 auto;
    z-index: 2;
    position: relative;
}

.uvod .post:last-child .post_body {
    border-bottom: none;
padding-bottom: 0px;
}

.post_title {
position: relative;
}

.post-center, .post_top {
    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 table td {
vertical-align: top;
}


#main h1, #main h1 span, .post_top h2 {
font-size: 54px;
font-weight: 600;
line-height: 1.1;
color: var(--color51);
padding-bottom: 30px;

}

#main h1:after, .post_top h2:after{
content: " ";
background-color: var(--color12);
position: relative;
top: 0;
bottom: 0;
width: 80px;
height: 1px;
left: 0;
z-index: 1;
display: block;
margin: 10px auto;
}

#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 var(--color5)!important;
padding: 1px!important;
z-index: 100;
}

#main>ul>li>p {
/*margin-top: -30px;
min-height: 100px;*/
/*border-bottom: 1px solid var(--color5);*/
}

#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-size: 36px;
font-weight: 300;
padding-bottom: 20px;
line-height: 1.15;
}

body.kontakt #main>.post.cl1 .post_body p {
font-size: 18px;
}

#main h3, #main h3 span {
font-weight: 800;
padding: 0px 0 20px;
font-size: 22px;
}

#main ul, #main ol {
padding: 5px 0px;
margin: 0 0px 0 20px;
list-style-position: outside;
}
#main p {
padding: 5px 0;
text-indent: 0;

margin: 0px 0 0px;
}

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;
}

.post.img-full {
width: 100% !important;
margin: 0 auto !important;
min-height: 100vh;
padding: 0 !important;
z-index: -1;
position: relative;
}

.img-full img {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
/*  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  object-fit: cover;
  height: 100vh;
  opacity: !;
  width: 100%;
/*  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));*/
  z-index: -1;
}

.post.bg-img-left {
background: var(--color2) url(userFiles/img/s1.jpg) no-repeat -30vw center fixed!important;
padding: 70px 0 70px 70vw !important;
position: relative;
background-size: cover !important;
}

.post.bg-img-right {
background-color: var(--color2);
background-repeat: no-repeat;
background-position: 30vw top;
background-attachment: fixed!important;
padding: 60px 70vw 60px 0 !important;
position: relative;
}

/* RIGHTBAR */

#max-rightbar {
padding: 65px 0;
clear: both;
margin: 0;
width: 100%;
text-align: left;
color: var(--color6);
display: none;
}

#rightbar {
padding: 0 45px;
clear: both;
margin: 0 auto;
width: 100%;
text-align: left;
}

#rightbar a, #rightbar a:hover {
color: var(--color6);
font-weight: 400;
}

#rightbar .boxed {
margin: 0 0.5% 0 0;
padding: 0;
width: 49%;
display: inline-block;
vertical-align: top;
}

#rightbar h2 {
padding: 0 0 10px 0!important;
font-weight: 700!important;
font-size: 20px!important;
color: var(--color6);

}


#rightbar .boxed .content2 p, #rightbar a {
    font-size: 16px;
}

#rightbar .sidemenu a {
    font-size: 16px;
font-weight: 400;
line-height: 1.5;
}

#rightbar ul li:hover a {
color: var(--color6);
}

#rightbar .boxed>ul>li>ul {
display: none;
}


#rightbar h3 {
 font-size: 16px;
}

#rightbar>.sidemenu {
    display: inline-table;
width: 25%;
}

small {
/*display: none;*/
font-size: 13px;
margin: 3px 0;
font-weight: 700;
}

#footer {
margin: 0 auto -30px;
width: 100%;
text-align:center;
padding: 20px 0;
clear: both;
z-index: 2;
position: relative;
background: var(--color1) url(userFiles/img/bg.jpg) center bottom fixed;
background-size: cover!important;
}

#footer-content * {
color: var(--color6);

}

#footer-content * {
width: 100%;
margin: 0 auto;
clear: both;
font-size: 12px;
}

#footer a:hover {
color: var(--color6);
}

/* SLIDER */

#wrapper{
z-index: 0;
width: 100%;
border: none;
margin: 0 0 0;
position: relative;
height: 100vh;
overflow: hidden;
display: none;
margin: -100px 0 0;
position: relative;
top: 0;
}

.uvod #wrapper{
display: block;
}

.slider-wrapper {
position: relative;
width: 100%;
border: none;
top: 0px;
margin: 0 auto;
display: block;
height: 100vh;
}

#slider2.slider-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: 100vh;
}

.theme-default .nivoSlider img {
width: 100%;
}


.theme-default .nivo-controlNav {
text-align: center;
padding: 0px 0;
position: relative;
bottom: 40px;
z-index: 100;
left: 0px;
width: 100%!important;

}

.theme-default .nivo-controlNav a {
display:inline-block;
width: 30px;
height: 30px;
background: transparent;
border: 1px solid var(--color6)!important;
text-indent:-9999px;
border:0;
margin: 0 6px;
border-radius: 0px;
}

.theme-default .nivo-controlNav a.active {
background: var(--color6);
border: 1px solid var(--color6);
}

.theme-default .nivo-directionNav a {
display:block;
width: 30px;
height: 30px;
background: url(userFiles/img/arrow.png) no-repeat;
text-indent:-9999px;
border:0;
top: auto!important;
bottom: 3vw!important;
color: transparent;
/*display: none!important;*/
}

.theme-default a.nivo-nextNav {
background-position:-30px 0;
right: auto !important;
left: calc(2vw + 40px);
}

.theme-default a.nivo-prevNav {
left: 2vw;
}

.theme-default .nivo-caption {
position: absolute !important;
top: auto;
bottom: 0;
height: auto;
padding: 2vw 10vw !important;
width: 100%!important;
margin: 0;
margin: 0 auto;
text-align: left;
background-color: rgba(0,0,0,0.7);
background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.9) 100%);
  background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.9) 100%);
  background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.9) 100%);
display: inline-block !important;
opacity: 1;
}

#wrapper .nivo-caption h2 {
font-size: 4vw;
line-height: 1;
font-weight: 700;
display: none;
padding: 0;
color: var(--color6)!important;
margin-right: 70px;
vertical-align: bottom;
}

.nivo-caption h3, #sidebar .nivo-caption h3 * {
font-size: 24px!important;
margin: 10px 0;
font-weight: 300;
}

.nivo-caption p {
font-size: 24px;
line-height: 2;
font-weight: 300;
display: none;
padding: 10px 0!important;
color: var(--color6);
}

.nivo-caption h2, .nivo-caption p {
display: inline-block!important;
opacity: 1;
}

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:var(--color6);
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: var(--color2) !important;
background: var(--color6)556;
display: none;

}
div.rsslink a{

font-size: 11px;

color: var(--color2) !important;
}
#rightbar ._round-cont {
margin: 5px 3px 0px 0 !important;
}.paticka_vzhled {display:none;}




#rightbar table {
border: none;
border-collapse: separate;
padding: 0;
margin: 0;
width: 100%;
border-spacing: 0 10px;
}

#rightbar table tr {
vertical-align: top;
}

#rightbar table tr td {
padding: 0 10px;
}


#rightbar table tr td p {
margin: 0!important;
line-height: 24px;
}

.intro, .produkty {
border: none;
border-collapse: separate;
border-spacing: 10px;
padding: 0;
margin: 30px auto;
width: 100%;
/*text-align: center;*/
background: transparent;
}

.produkty {
border: none;
border-spacing: 5px;
padding: 0;
text-align: center;
}

.ikony {
width: 100%;
border: none;
border-collapse: separate;
border-spacing: 50px 0;
margin: 0 auto!important;
text-align: center;
}

.ikony td {
    text-align: center;
}

.ikony h2 {
    margin: 0!important;
    padding: 10px 0!important;
    font-weight: 800!important;
    font-size: 16px!important;
letter-spacing: 2px;
text-transform: uppercase;
}

.ikony img {
height: 80px;
display: block;
margin: 0 auto!important;

}

.karta {
border: none;
border-collapse: separate;
border-spacing: 0px;
padding: 0;
margin: 0;
width: 100%;
}

.karta h2 {
padding: 10px 0 0!important;

}

.karta td {
padding: 0;
}

.karta tr:nth-child(2n+1) td:first-child, .karta tr:nth-child(2n) td:last-child {
padding: 20px 40px;
}

.karta img {
width: 100%;
margin: 0!important;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
}

.karta img {
border: 1px solid rgba(0,0,0,0.1);
}



.referencni {
border: none;
border-collapse: separate;
border-spacing: 10px 30px;
padding: 0;
margin: 0;
width: 100%;
}

.intro h2 {
font-weight: 700 !important;
font-size: 24px !important;
padding: 20px 0 0px !important;
}


.produkty h2 {
font-size: 28px;
padding: 10px 0 0!important;
font-weight: 700!important;
}

.produkty td:hover h2, .produkty td:hover p {
color: var(--color6);
opacity: 1;
}

.intro h3 {
font-weight: 300!important;
font-size: 18px!important;
padding: 0!important;
text-transform: uppercase;
}

.intro td {
    padding: 20px;
margin: 0 0 33px 0px;
position: relative;
  font-weight: 400;
    vertical-align: top;
overflow: hidden;
text-align: left;
}

.produkty td {
background: rgba(0,0,0,0);
padding: 10px;
height: 220px;
margin: 0 0 33px 0px;
position: relative;
  font-weight: 400;
    vertical-align: top;
overflow: hidden;
-webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
}

.produkty td:hover {
background: rgba(0,0,0,1);
}

.intro a {
position: relative;
}

table.kontakty {
    border: none;
    border-collapse: separate;
    border-spacing: 10px;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background: transparent;
}

table.kontakty td {
text-align: center;
padding: 0 30px;
}

table.kontakty h2, table.kontakty h2 a {
font-size: 24px;
font-weight: 500;
margin: 0;
padding: 0;
}

table.kontakty span {
    padding: 0;
font-size: 40px;
    line-height: 1;
    display: inline-block;
}

.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% + 60px);
margin: -30px 0 0 -30px!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
display: block;
}

.produkty img, .referencni img {
width: 100%;
margin: 0!important;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
padding: 0;
}

.referencni td {
padding: 0 7px;
}

.referencni h2, .referencni td {

}

.intro img, .produkty img {
transition: transform 0.5s ease-out;
}

.intro td:hover {

}


.produkty img {
position: absolute;
top: 0;
left: 0;
}

.produkty td:hover img {
opacity: 0.2;
}

table.katalog {
border: none;
padding: 0;
width: 100%;
border-collapse: separate;
border-spacing: 30px;
padding: 0;
margin: 0;
font-size: 16px;
}

table.katalog td {
background: rgba(0,0,0,0.0);
padding: 0;
height: 18vw;
position: relative;
font-weight: 400;
vertical-align: middle !important;
overflow: hidden;
font-size: 16px !important;
text-align: center;
}

table.katalog.col-3 td {
width: calc(33% - 40px);
height: 26vw;
background: rgba(255,255,255,0.1);
display: inline-block;
margin: 20px;
}

table.katalog.col-2 td {
width: 50vw;
}

table.katalog td:hover {

}

table.katalog a {
  font-size: 22px;
  font-weight: 800 !important;
  text-transform: uppercase;
}

table.katalog td:hover a {
text-decoration: none;
}

table.katalog h2, table.katalog p {
font-size: 28px;
margin: 13vw 0 0 0 !important;
font-weight: 700 !important;
/*text-transform: uppercase;*/
color: rgba(255,255,255,0);
padding: 0;
}

table.katalog td:hover h2 {
  color: var(--color6);
  opacity: 1;
  z-index: 2;
  position: relative;
}

table.katalog img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 0;
  opacity: 1;
  z-index: -1;
}

table.katalog td:hover img {
    -webkit-transform: scale(1.3, 1.3) rotate(0deg);
    -moz-transform: scale(1.3, 1.3) rotate(0deg);
    -ms-transform: scale(1.3, 1.3) rotate(0deg);
    -o-transform: scale(1.3, 1.3) rotate(0deg);
    transform: scale(1.3, 1.3) rotate(0deg);
  opacity: 0.4;
  z-index: 0;
}

.post.koncerty {
background: url(userFiles/img/bg-koncerty.jpg) no-repeat center top fixed!important;
background-size: cover !important;
}

.post.koncerty table {
width: 80%;
margin: 30px auto 0;
}

.post.koncerty table td {
vertical-align: middle !important;
line-height: 1.15;
}

.post.koncerty table td:first-child {
font-weight: 700;
font-size: 32px;
letter-spacing: 2px;
}

.post.koncerty table td:nth-child(2) {
font-weight: 400;
font-size: 28px;
letter-spacing: 1px;
}

.tabulka {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

.tabulka th {
color: var(--color6);
font-weight: 700;
text-align: left;
padding: 7px 12px;
}

.tabulka tr:hover{
background: none!important;
}

.tabulka tr td {
border: 1px solid rgba(255,255,255,0.2);
border-right: none;
border-left: none;
text-align: left;
padding: 12px;
}

.tabulka tr.licha td {
background: rgba(0,0,0,0.01);
}

#TB_window {
z-index: 900;
}

._round-cont div {
background: none!important;
}

#info {
position: relative;
height: 50px;
    padding: 0;
padding: 0 calc(50vw - 600px);
    width: 100%;
    margin: 0;
text-align: right;
background: -webkit-linear-gradient(right, var(--color51), var(--color5));
  background: -o-linear-gradient(right, var(--color51), var(--color5));
  background: -moz-linear-gradient(right, var(--color51), var(--color5));
  background: linear-gradient(to right, var(--color51), var(--color5));
display: block;
}

#info a {
margin: 0;
    font-size: 18px;
    color: var(--color3);
    font-weight: 400;

}

#info p {
    display: inline-block;
    margin: 0 0px 0 30px;
    line-height: 50px;
    font-size: 18px;
    color: var(--color3);
    font-weight: 400;
}


#info p span {
    font-family: "ElegantIcons"!important;
    font-size: 20px;
margin-right: 5px;
color: var(--color12);
}


/* slider pro reference */

#slider2 {
width: 40vw;
margin: 0px auto;
height: 27vw;
float: none;
}

#slider2 .nivoSlider {
position:relative;
background: none;
height: 23vw;
}

#slider2 .nivo-slice {
    position: absolute!important;
    z-index: 5;
}

#slider2 .nivoSlider img {
position:absolute;
top:0px;
left:0px;
width: 40vw!important;
height: auto!important;
display:none;
margin: 0 auto!important;
/*visibility: hidden;*/
}

#slider2 .nivo-controlNav {
text-align: center;
padding: 0px 0;
position: relative;
bottom: -20px;
z-index: 100;
left: 0px;
width: 100% !important;
display: block;
}

#slider2 .nivo-controlNav a {
width: 24px;
height: 24px;
background: rgba(255,255,255,0);
text-indent:-9999px;
border:0;
margin: 0 7px;
}

#slider2 .nivo-controlNav a.active {
background: var(--color11);
}

#slider2 .nivo-caption {
position: absolute !important;
top: auto !important;
bottom: 8px !important;
right: 0 !important;
left: 20% !important;
padding: 10px !important;
width: 60% !important;
margin: 0 !important;
background: none;
text-align: center;
background: rgba(255,255,255,0.5);
height: auto;
display: block !important;
z-index: 100;
}

#slider2 .nivo-caption h2, #slider2 .nivo-caption h2 * {
margin: 0;
font-weight: 400;
padding: 0!important;
font-size: 18px!important;
line-height: 1.5!important;
color: var(--color1)!important;
text-shadow: none;
}

#slider2 .nivo-caption strong {
float: right;
margin: 30px 0px 0 0;
}

#slider2 .nivo-caption p {
    font-weight: 200;
    display: inline-block;
    padding: 0!important;
    color: var(--color6);
line-height: 28px;
font-size: 20px;
text-shadow: none;
}

#slider2 .nivo-directionNav {
    position: absolute;
    top: 43%;
}

#slider2  a.nivo-prevNav {
    left: 0!important;
}

#slider2 .nivo-directionNav a {
    opacity: 1!important;
}

.contacts-icon .mdi {
    color: var(--color6)!important;
}

.contacts-icon .mdi a {
    font-size: 16px;
    color: var(--color6);
    line-height: 1.5;
}

.contacts-icon .mdi:before {
font-size: 18px;
color: var(--color6);
line-height: 2;
display: inline-block;
margin: 0 10px 0 0 !important;
vertical-align: middle;
width: auto;
height: auto;
}

.social-icon .mdi {
    color: transparent!important;
}

.social-icon p {
display: inline-block;
}

.social-icon .mdi:before {
    font-size: 24px;
    color: var(--color11);
    line-height: 2;
    display: inline-block;
    margin: 0 7px!important;
    vertical-align: middle;
width: auto;
height: auto;
}

.social-icon .mdi:hover:before{
    color: var(--color6);
}



.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: -240px;
visibility: hidden;
}

form>table {
border-spacing: 10px;
}

form>table label {
display: block;
}

table label>span {
    margin: 2px 15px 2px 5px;
}

.mdi {
color: transparent!important;
}

.ikony span {
background: none;
    display: inline-block;
    position: relative;
}


.ikony span:before, .mdi:before {
color: var(--color11);
background: transparent;
    font-size: 42px;
    line-height: 2;
    padding: 0px;
    margin: 0!important;
    display: inline-block;
    position: relative;
}

form table input {
width: 100%;
}

form table input.button {
width: auto;
}

.bform label {
    padding: 0;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.bform .form_checkbox_option, .bform .form_textbox, .bform input#email_odesilatel {
    padding: 6px;
    display: inline-block;
    width: 74%;
}

.bform .form_checkbox_option>input, .bform .form_radio_option>input {
margin: 0 5px !important;
}

.bform .form_souhlas {
margin: 40px 0 !important;
float: none;
}

.bform input#souhlas {
    display: inline-block;
    width: 30px;
/*height: 18px;*/
    position: relative;
float: none;
}

.bform input#souhlas + label {
    display: inline-block;
    width: calc(100% - 40px);
float: none;
}

.bform form input.button{
    margin: 0 auto !important;
}

.bform .form_radio_option>label {
    margin: 3px 0;
}


#footer .paticka_cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color12);
  padding: 15px 0;
  font-weight: 300;
  color: var(--color6);
z-index: 100;
}

#footer .paticka_cookies_close span {
  float: none;
  margin: 0 20px;
  color: var(--color6);
background: rgba(0,0,0,0.3);
padding: 6px 9px;
}

.paticka_cookies a.cookies-info, #footer .paticka_cookies .paticka_cookies_deny, #footer .paticka_cookies .paticka_cookies_allow {
  color: var(--color6)!important;
background: rgba(0,0,0,0.3);
  text-decoration: none;
margin: 0 5px;
border: none;
padding: 6px 9px;
border-radius: 0;
}

#footer .paticka_cookies .paticka_cookies_deny:hover, #footer .paticka_cookies .paticka_cookies_allow:hover, .paticka_cookies a.cookies-info:hover {
background: rgba(0,0,0,0.6);
  color: var(--color6)!important;
}

#footer .paticka_cookies .paticka_cookies_text {
  color: var(--color2);
}

.post.none, .boxed.none, .post_newgallery .post_top  {
display: none!important;
}/*-------------STYLE-------------*//* STYL PRO TABLETY */

@media screen and (max-width: 1200px) {

body, body.uvod {
width: 100%; 
}

body.fixed {
    padding-top: 65px;
}

.more, .button, input.button {
letter-spacing: 0;
}

#main {
width: 100%; 
}

#wrapper, #wrapper .slider-wrapper, #wrapper .nivoSlider {
width: 100%!important;
}


#wrapper {
margin: -60px 0 0;
}

#wrap {
padding: 0;
width: 100%;
}

#footer, #footer-content {
width: 100%;
}

#logo, .fixed #logo  {
left: 55px;
    width: calc(100% - 100px);
top: 0;
}

#logo a {
line-height: 60px;
height: 60px;
}

#slogan {
top: 19px;
left: 270px;
}

.fixed #slogan {
  top: 20px;
  left: 250px;
}

.karta h2 {
    font-size: 28px;
}

.karta tr:nth-child(2n+1) td:first-child, .karta tr:nth-child(2n) td:last-child {
    padding: 0px 20px;
}

/* HEADER */

#max-header {
height: 65px;
}

#header {
width: 100%;
text-align: left;
}

#max-slide {
margin: 0;
background: none;
}

/* MENU */

#pull {
height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    color: var(--color6);
    padding: 0;
    margin: 0;
    position: relative;
    top: 5px;
    left: 0px;
    z-index: 100;
}

#pull:after {
  content: "\F035C";
  font-family: "Material Design Icons" !important;
    position: absolute;
    top: 10px;
    left: 5px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    width: 40px;
    display: block;
    color: var(--color6);
}

.uvod #pull:after, .uvod#pull.mAct:after {
    color: var(--color6);
}

#pull.mAct:after {
  content: "\F0BAB";
}

#max-menu {
position: absolute;
height: 0;
top: 0;
}

#menu, .fixed #menu {
width: 100%;
height: 0;
text-align: left;
    z-index: 600;
position: absolute;
top: 0;
margin: 0;
right: auto;
 }

#menu>ul {
display: block;
position: absolute;
left: 0px;
top: 61px;
z-index: 9999;
opacity: 1;
background-color: var(--color2);
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);
padding: 0;
}

#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>a {
width: 100%;
box-sizing: border-box;
border: none;
padding-left:20px;
margin: 0;
    line-height: 50px;
 border-bottom: 1px solid rgba(0,0,0,0.1);
color: var(--color6);
}

.uvod #menu>ul>li>a, .uvod #locales a {
color: var(--color11);
}

#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: var(--color2);
background: rgba(0,0,0,0.015);
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 a:after {display: none;}
#menu ul li a:before {display: none;}

#menu ul li.current {
background: rgba(0,0,0,0.015);
}

#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>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: "\F0140";
  font-family: "Material Design Icons" !important;
    position: absolute;
    top: 0px;
    right: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    display: block;
    color: var(--color1);
    width: 40px;
    text-align: center;
}

.menu_add_row.active:after {
    content: '\F0143';
}

.menu_add_show a {
line-height: 1.25!important;
visibility: visible;
}

.menu_add_active a, .menu_add_show a {
color: var(--color2)!important;
}

#sidebar {
    margin: 0;
    width: 100%;
    float: none;
    display: block;
}

#sidebar>.sidemenu {

}

#sidebar .boxed>h2 {
    padding: 40px 0 20px!important;
}

#sidebar .boxed.sid4 {
    padding: 85px 0px;
}

#sidebar .post form {
    width: 90%;
}

/* HEADER */

#header .boxed {
    top: 20px;
}

#header .boxed input {
border: 1px solid rgba(0,0,0,0.2);
color: var(--color3)!important;
}

#header .boxed .button {
background: url("userFiles/img/ico-src-2.png") no-repeat center center!important;
}

.post {
margin: 0 auto!important;
    padding: 40px 10px!important;
}

.post_top, .post_body {
width: 100%;
padding: 0;
}

.post, #sidebar .boxed, #footer, .colored, .produkty {
width: 100%;
}

.post.bg-img-right {
    padding: 70px 10px !important;
padding-right: calc(100vw - 300px) !important;
background-position-x: 300px !important;
}

.post.bg-kapela-3 {
background-image: url(userFiles/img/kapela-31respo.jpg);
background-size: contain!important;
}

table.katalog {
  border-spacing: 0;
}

table.katalog.col-3 td {
  width: 28vw;
  height: 28vw;
  margin: 10px;
}

.intro {
width: 100%;
border-spacing: 0px;

}

.intro td {
padding: 20px;
width: calc(50% - 30px) !important;
display: inline-table !important;
margin: 10px !important;
}

.uvod .intro img, .produkty img {
position: relative;
}

.produkty {
color: var(--color3);
}

.produkty h2  {
color: var(--color3);
    font-size: 3vw;
}

.produkty td {
    background: rgba(0,0,0,0.0);
height: auto;
}

.produkty td:hover {
background: var(--color12);
}

.produkty td:hover img {
opacity: 1;
}

.ikony {
    border-spacing: 20px 0;
}

.ikony td {
    padding: 10px;
width: 49%;
display: inline-block;
}

#max-rightbar {
padding: 65px 15px;
}

#rightbar {
width: 100%;
padding: 0 5px;
}

#rightbar .boxed {
width: 49%;
margin-bottom: 20px;
}

#rightbar .boxed:first-child {
/*display: none;*/
}

#rightbar .boxed .content2 p, #rightbar a {
    font-size: 16px;
}

#rightbar h2 {
font-size: 18px!important;
}

/* SLIDER */


.nivo-caption a.more, #sidebar .boxed.sid3 a.more {
    font-size: 18px!important;
}

#wrapper .nivo-caption h2 {
  vertical-align: middle;
}

.slide-dw .nivoSlider img {
/*height: 56vw!important;
    width: 100vw!important;
margin-left: 0 !important;*/
height: 100vh!important;
    width: 178vh!important;
margin-left: calc(50vw - 590px) !important;
}

.slide-dh .nivoSlider img {
height: 100vh!important;
    width: 178vh!important;
margin-left: calc(50vw - 540px) !important;

}

.theme-default a.nivo-nextNav {

}


/* FOOTER */

.paticka, .paticka a, #footer-left {font-size:14px; color:white;}


#locales {
    top: 18px;
}

.news {
    margin: 0 auto!important;
    width: 100%;
}

.news li {
    width: 48.5%;
    padding: 15px!important;
}

.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;
}

a[name] {
display: block;
position: relative;
top: -230px;
visibility: hidden;
}

.paticka_cookies_text {
display: block;
margin-bottom: 12px;
}


}





@media screen and (max-width: 800px) {

.post.koncerty table {
  width: 90%;
}

.post.koncerty table td {
display: inline-block;
width: calc(33.3% - 3px);
border: none;
}

.post.koncerty table td:first-child {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 2px;
  display: block;
  width: 100%;
border-top: 4px solid rgba(255,255,255,0.3);
}

}
/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 600px) {

body {
}


#header .boxed {

}

.post {

}

.post_top {
    text-align: center;
}

.post.bg-img-right {
padding: 50px 10px 57vw 10px !important;
background-size: contain !important;
background-position: center bottom !important;
background-attachment: unset !important;
}

.post.koncerty table td {
display: block;
width: 100%;
border: none!important;
border-top: 1px solid rgba(255,255,255,0.3)!important;
}

.post.koncerty table tbody {
border-top: 4px solid rgba(255,255,255,0.3)!important;
}

.post.koncerty table td:last-child {
border-bottom: 4px solid rgba(255,255,255,0.3)!important;
}

#main h1, #main h1 span, #sidebar .boxed > h2, #sidebar .post h1 {
    font-size: 48px;
}

body.reference .post_body div {
    display: block!important;
    width: 100%!important;
    margin: 0 0 30px 0 !important;
}

body.reference #main div p {
font-size: 4vw;
}

img {
display: block!important;
/*margin: 5px auto!important;*/
float: none;
}

#logo a {

}

#slogan {
}

.more, .button, input.button {
  font-size: 16px !important;
  padding: 12px 24px !important;
  letter-spacing: 0;
}


.ikony td {
margin: 0 0 70px 0;
background: none;
}

.ikony img {
    width: auto!important;
}

#footer {padding:10px;}


/* MENU */

#menu>ul {
display: block;
width: 70%;
margin-left: -70%;
}

.intro {
margin: 0 0 3px 0;
}

.intro h2, .intro h3 {

}

.intro td {
width: 100%!important;
display: block!important;
margin: 15px 0 !important;
}

.intro .more {
    left: 33%;
}

.karta tr td:first-child {
    padding: 0!important;
margin: 0!important;
}

.karta tr td:last-child {
    padding: 0 0 10px 0px!important;
}

table.katalog.col-3 td {
  width: calc(45vw - 20px);
  height: calc(45vw - 20px);
  margin: 10px;
}

.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: 40px;
}

#rightbar .boxed:last-child img {
margin: 0 auto!important;
}

.uvod #wrapper, .uvod  #wrapper .slider-wrapper, .uvod #wrapper .nivoSlider {

}

.theme-default .nivo-caption {
padding: 2vw 1vw 2vw 100px !important;
}

#wrapper .nivo-caption h2 {
  font-size: 7vw;
  margin-right: 30px;
}

.theme-default .nivo-directionNav a {
  bottom: 5vw !important;
}

#main .more {
display: inline-block;
position: relative;
left: 0;
bottom: 0;
}

#locales a {
    display: inline-block;
}

.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 {
}

#info .boxed {
    top: 40px;
}

#info p {
    display: inline-block;
    margin: 0 0 0 30px;
}


#sidebar .boxed.sid3 a.more {
    display: inline-block;
    margin: 10px;
}

#sidebar .boxed.sid3 {
    padding: 1px 20px;
}


form table td {
display: block;
width: 100%;
padding: 4px 0;
}

.bform label {
    display: block;
    width: 100%;
}

.bform .form_checkbox_option, .bform .form_textbox, .bform input#email_odesilatel {
    padding: 6px;
    display: block;
    width: 100%;
}

.bform .form_checkbox_option>label, .bform .form_radio_option>label {
    display: inline-block;
    width: calc(100% - 40px);
}

.bform>form>div>div {
margin-bottom: 20px;
}

.rtable th {
display: none;
}

.rtable tr {
border-bottom: 3px solid #fff;
}

.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: 50% !important;
padding-left: 15px;
font-weight: 700;
color: var(--color6);
}

a[name] {
display: block;
position: relative;
top: -210px;
visibility: hidden;
}

}/*-------------STYLE-------------*//* STYL PRO TELEFONY - ŠIRŠÍ */

@media only screen and (max-width : 400px) {

body {
}

#slogan {
  top: 10px;
display: none;
}

.fixed #slogan {
display: none;
}

}