@media screen,
projection {

  /* common style-------------------------------------------------------------*/
  * {
    margin: 0;
    padding: 0;
    /*background: #ebebeb;*/
  }
#eshop div.products .article, #eshop #articles .article {
  margin: 5px 24px 0 0;
}
  .decoration {
    display: none;
  }
  .audioPlayer {
       background-image: url(/file/4/backgr-2022-1-wp70.webp.pagespeed.ce.rnoh9-whhd.webp);
       display: none;
       width: 600px;
       margin: -5px -20px;
       padding-left: 31px;   
       padding-top: 5px;
}
#playlist {
            list-style: none;
            font-size: 13px;
        }
        #playlist li a {
            color: black;
            text-decoration: none;
        }
        #playlist .current-song a {
            color: #c46c45;            
        }
.recaptchaContainer {
    text-align: left;
}
#header .title-desktop {
  display: none;
}
@media (min-width: 1100px) {
  #header .title-desktop {
    display: block;
  }
}

#header .title-mobile {
  display: block;
}

span.clButton {
    position: relative;
    top: -28px;
    left: 140px;
}

/* for desktop*/
@media (min-width: 1100px) {
  #header .title-mobile {
    display: none;
  }
 
 html {
  margin: -20px;
 }

.meta-part {
 display: none;
 }

.slide-img.set-width img {
 width: 90%;
 }
}

#header .title-mobile h1 {
    top: -29px;
    left: 0;
    position: relative;
    padding: 0 10px;
    width: 286px;
}

#eshop .contact-info td span {
    position: relative;
    display: block;
    top: -33px;
    left: -7px;
    width: 20px;
}
#eshop form table tbody tr td {
    padding-right: 5px;
     vertical-align: top;
}
#eshop .registration td input {
  width: 100%;
}

#articles, #archive, #slide, #photos {
  padding: 20px 0;
}

/*for mobile*/
@media(min-width: 768px) {
  #articles, #archive, #slide, #photos {
  padding: 20px 20px;
  } 
  #shedule_1 {
    text-align: center;
    color: black;
    margin-top: 72px;
    font-size: 16px !important;
  }
}

@media(max-width: 768px) {
 #header > div.title-mobile > h1 {
   top: -47px;
   position: absolute;
 }
 div#header > div.title-mobile > h1 > a {
    font-weight: bold;
    color: #747830 !important;
    font-family: initial;
    font-size: 15px;;
  }
}

#eshop #photo #zoomer_middle {width: 100%;}
#block-comments input, #block-comments textarea, #block-comments input#c_title {width: 90%!important;}
#navigation h2 {
    display: none!important;
}
@media(min-width: 1100px) {
  #navigation h2 {
    display: block!important;
 }
}
input[type="button" i] {
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    max-width: 20rem;
    background-color: #f37720;
    padding: .5rem 1rem .6rem;
    border-radius: 25rem;
    border-color: #f37720;
    border-style: solid;
    cursor: pointer;
}
#last-photo .wrap-of-wrap img {
  width: 100%;
  max-width: 95%;
    height: auto;
}

#last-photo .wrap-of-wrap img {
  width: 100%;
  max-width: 95%;
    height: auto;
}

p#foto_shedule img {
  width: 100%;
  max-width: 95%;
   height: auto;
}

h2, h3, h4, h5, h6, pre, address, u, s {margin: 10px 0;}
input {padding: 5px;}

iframe {
  width: 100%;
    max-width: 480px;
}
#osm-map {
  width: 100%!important;
    max-width: 480px;
}
td {padding: 5px;}
.editor-area hr { display: block; }
  body {
    font: 70%/1.5 Tahoma, "Lucida Grande CE", lucida, sans-serif;
    text-align: center;
    color: #fff;
    background: #ebebeb url(https://s3b.estranky.cz/img/d/1000000061/body.gif) top left repeat-x;
    background-size: 5% 23.2%;
    background-position: top center;
  }

  hr {
    display: none;
  }

  form {
    font-size: 100%;
  }

  table {
     /* max-width: 510px; 
    width: 100%; */
    table-layout: fixed;
    font-size: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  a {
    color: #000;
  }

  a:hover {
    color: #c46c45;
    text-decoration: none;
  }

  a img {
    border: none;
  }

  p {
    margin: 10px 5px;
  }

  .left {
    text-align: left;
  }

  .right {
    text-align: right;
  }

  .center {
    text-align: center;
  }

  .justify {
    text-align: justify;
  }

  * html #content {
    overflow: hidden;
  }

  #articles,
  #archive,
  #slide,
  #photos {
    overflow: hidden;
    width: 497px;
    margin: 0 -20px;
    padding: 20px;
  }

  #content ul,
  #content ol {
    list-style-type: square;
    margin-left: 30px;
  }

  #content ol {
    list-style-type: decimal;
  }

  #content li {
    margin: 5px;
  }

  #content .editor-area table th {
    border: 1px solid #c46c45;
    padding: 5px;
    background-color: #c46c45;
    color: #fff;
  }

  #content .editor-area table td {
    border: 1px solid #000;
    padding: 5px;
  }

  #content .editor-area img {
    max-width: 100%;
    height: auto;
  }

  .left-float {
    float: left;
  }

  .right-float {
    float: right;
  }

  img.left-float {
    margin: 10px 10px 10px 0;
  }

  img.right-float {
    margin: 10px 0 10px 10px;
  }

  .clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    display: none;
    width: 1px;
  }

  form {
    margin: 0;
    clear: left;
  }

  form dt {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
    clear: left;
  }

  form dd {
    margin-bottom: 10px;
  }

  button {
    clear: both;
  }

  fieldset {
    padding: 0;
    border: 0 none;
    min-width: auto;
  }

  legend,
  #content h3 {
    margin: 10px 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: small;
    color: #3d4a60;
  }

  center {
    margin: 15px 0;
  }

  /* Layout -------------------------------------------------------------------*/
  #document {
    background-image: url(/file/4/backgr-2022-1-wp70.webp.pagespeed.ce.rnoh9-whhd.webp);
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  #in-document {
    width: 895px;
    margin: 20px auto 0;
    text-align: left;
	background-image: url(/file/4/backgr-2022-1-wp70.webp.pagespeed.ce.rnoh9-whhd.webp);
  }

  #header .inner_frame {
    overflow: hidden;
    position: relative;
    max-width: 895px;
    width: 100%;
    height: auto;
    /*background: #ebebeb;*/
    background: #020202 url(/img/picture/73/webtitle.jpg);
    padding-top: 26%;
    background-size: contain!important;
  }

  #photos h2 {
    clear: both;
  }

  #header-decoration {
    display: none;
  }

  h1 {
    position: absolute;
    top: 28px;
    display: block;
    width: 720px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-size: 330%;
  }

  h1 a,
  h1 a:hover {
    text-decoration: none;
    color: #FFF;
  }

  .menu-type-standard {
       font-size: 17px;
}

  .menu-type-standard li>ul.level_2 {
    display: block;
    position: relative;
    margin: 0;
    width: 176px;
    font-size: 15px;
    /*background-color: #fff;*/
  }

  #nav-column {
    position: relative;
    z-index: 2;
    float: left;
    width: 340px;
  }

  #navigation {
    float: left;
    width: 340px;
    background-color: #fff;
    color: #444;
    /*padding: 0 0 25px;*/
    font-size: 17px;
  }

  .column .column {
    float: none;
  }

  #navigation h2,
  .column h2 {
    margin-top: 10px;
    padding-left: 5px;
    padding-top: 6px;
    text-align: left;
    text-transform: uppercase;
    font-size: 25px;
    color: rgb(61, 74, 96);
    background: rgb(225, 223, 221) !important;
  }

  .column h2 {
    background: url('https://s3b.estranky.cz/img/d/1000000061/col.gif') 18px center no-repeat;
    background-position: 6% 85%;
  }

  .column .decoration,
  #nav-decoration {
    display: none;
  }

  .section {
    margin-top: 5px;
  }

  .level_2 {
    position: absolute;
    margin-left: 164px;
    margin-top: -20px;
    /*background: #878381;*/
    width: 250px;
    z-index: 999;
  }

  menu {
    position: relative;
    padding-bottom: 35px;
    list-style-type: none;
    background: #fff;
  }

  menu li,
  .column ul li {
    /*margin-left: 22px;*/
    padding: 5px;
    border-bottom: 1px solid #9b9998;
    list-style-type: none;
    color: rgb(113, 102, 94);
    word-wrap: break-word;
    background: rgb(225, 223, 221);
  }

  .column ul li {
    border-bottom: 1px solid #4f5153;
  }

  #navigation menu li a,
  .column a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(113, 102, 94);
  }

  #navigation menu li a:hover,
  .column a:hover {
    text-decoration: underline;
  }

  .column a:hover {
    color: #897c72;
  }

  .column,
  #mess-square,
  #mess-message {
    float: left;
    width: 340px;
    overflow: hidden;
    background-color: #e1dfdd;
  }

  #mess-square,
  #mess-message {
    margin: 20px 0 0;
    color: #FFF;
  }

  .column a {
    color: #897c72;
  }

  .column {
    background: #e1dfdd!;
  }

  #portrait {
    position: relative;
    margin: 0;
    padding-top: 5px;
  }

  #portrait #nav-portrait {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 102px;
    background: url('https://s3b.estranky.cz/img/d/1000000061/column_bg.png') top right no-repeat;
  }

  #portrait .inner_frame,
  #last-gallery .inner_frame {
    text-align: center;
  }

  #portrait a,
  #last-gallery .wrap-of-photo {
    margin: 0 auto;
  }

  .section {
  }

  #portrait {
    background-color: transparent;
  }

  .section .inner_frame,
  menu {
    padding: 10px 10px 25px;
  }

  #content .section_article h3 {
    margin: 1em 0 0;
    padding: 0;
  }

  .wrap-wrapu {
    width: 120px;
    margin: 0 auto;
  }

  #portrait .inner_frame {
    padding-top: 30px;
  }

  #portrait a,
  #last-gallery .wrap-of-photo a {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 15px 0;
    border: 1px solid #4f5153;
  }

  #portrait a {
    display: block;
    width: 150px;
  }

  #search {
  height: 90px;
}

  #search fieldset,
  #mail-list fieldset {
    width: 120px;
    margin-left: 25px;
  }

  #search #key,
  #mail-list-key {
    width: 118px;
    border: 1px solid #c9c9c9;
    border-top: 2px solid #7a7a7a;
  }

  #sendsearch,
  #send-mail-list {
    margin: 5px 0;
    padding: 5px 10px 5px 10px;
    border: none;
    font: bold small Tahoma, "Lucida Grande CE", lucida, sans-serif;
    text-transform: uppercase;
    color: #777069;
    cursor: pointer;
    background: #b9b1a9;
  }
#calendar .inner_frame {
   width: 80%;
}
  #calendar td {
    font-size: .8rem;
    color: #897c72;
  }

  #calendar thead td a {
    color: #FFF;
  }

  #calendar caption {
    display: none;
  }

  #calendar table {
    margin-left: 19px;
    width: 150px;
    text-align: center;
  }

  td,
  th {
    padding: 1px 3px;
  }

  #calendar tbody td a {
    color: #FFF;
  }

  #archive-days {
    color: #c46c45;
    font-weight: bold;
  }

  #archive-days a {
    font-weight: normal;
    text-decoration: underline;
  }

  #footer {
    clear: both;
    float: right;
    width: 537px;
    overflow: hidden;
    padding-top: 30px;
    font-size: xx-small;
    color: #a1a1a1;
    background-color: #ebebeb;
  }

  #footer .inner_frame {
    padding: 3px 5px 20px;
    border-top: 1px solid #5f5f5f;
  }

  #footer .inner_frame p+p a {
    margin-right: 5px;
  }

  #footer p {
    display: block;
    margin: 0 auto;
  }

  #footer a {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
  }

  #footer .accessibility-link-up {
    display: none;
  }

  #clear5,
  #perex-cont-clear,
  #gallery-cont-clear,
  #g-section-cont-clear,
  #a-section-cont-clear,
  #article-cont-clear {
    display: block;
  }

  #content {
    position: relative;
    overflow: hidden;
    float: right;
    width: 515px;
    padding: 0 20px;
    color: #444;
    background-color: #ebebeb;
  }

  #content h3.section_sub_title {
    clear: both;
    font-size: large;
  }

  #breadcrumb-nav {
    display: none;
    overflow: hidden;
    margin: 0 -20px;
    padding: 3px 10px 5px;
    text-align: left;
    color: #f2e3d6;
    background-color: #fff;
  }

  #breadcrumb-nav a {
    color: #f2e3d6;
  }

  #breadcrumb-nav span {
    font-weight: bold;
    color: #444;
    font-size: 20px;
  }

  #perex {
    margin: 0 -20px;
    padding: 15px 30px;
    color: #444;
    background-image: url(/file/4/backgr-2022-1-wp70.webp.pagespeed.ce.rnoh9-whhd.webp);
  }

  #articles h2,
  #articles h2 a,
  #folders h2,
  #gallery h2,
  #photos h2,
  #slide h2,
  #archive h2,
  #archive h2 a {
    line-height: 1em;
    font-size: large;
    color: #c46c45;
  }

  #single-page .article h2 {
    margin: 0 -20px;
    padding: 10px 10px 15px 40px;
    color: #f2e3d6;
    background-color: #878381;
  }

  #single-page #block-comments h2 {
    margin: 0;
  }

  #articles h2 a,
  #archive h2 a {
    padding: 0;
    text-decoration: none;
  }

  .article {
    overflow: hidden;
    position: relative;
    margin: 0;
    width: 515px;
    padding: 0;
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .article h1 {
    overflow: hidden;
    width: 440px;
    display: block;
    font-size: 2em !important;
    font-weight: bold;
    padding: 0px !important;
    top: 0px;
    position: relative;
  }

  .article h2 {
    overflow: hidden;
  }

  .date {
    position: absolute;
    top: 37px;
    right: 20px;
    padding-left: 5px;
    border-left: 1px solid #a09387;
    line-height: 1em;
    font-size: x-small;
    font-weight: normal;
    color: #776e66;
  }

  #content .first {
    padding-top: 20px;
    border-top: 1px solid #d7d1ce;
  }

  .under-article {
    clear: both;
    margin-top: 50px;
    padding-top: 5px;
    border-top: 1px solid #d7d1ce;
    font-size: x-small;
    color: #776e66;
  }
  
  .under-article_phone {
    display: none;
  }

  .under-article strong {
    font-weight: normal;
    color: #776e66;
  }

  .under-article a {
    font-weight: bold;
    color: #817467;
  }

 .under-article_phone a {
    font-weight: bold;
    color: #817467;
}

  .under-article a:hover {
    text-decoration: none;
  }

  .under-article .a-whole-article {
    position: absolute;
    right: 20px;
    margin-top: -45px;
    padding-right: 15px;
    font-weight: bold;
    /*font-size: small;*/
    text-transform: uppercase;
    color: #817467;
    background: #ebebeb url('https://s3b.estranky.cz/img/d/1000000061/article_continue.gif') right center no-repeat;
  }

  .under-article .a-whole-article:hover {
    color: #817467;
  }

  .s-whole-article {
    display: none;
  }

  .nr-comments {
    padding-left: 15px;
    background: url('https://s3b.estranky.cz/img/d/1000000061/article_under.gif') center left no-repeat;
  }

  .accessibility-links {
    position: absolute;
    top: -1500px;
  }

  #block-comments {
    position: relative;
    margin: 30px 0 0;
  }

  #content #block-comments h2 {
    width: 100%;
    padding: 0 0 0 15px;
    line-height: 2.5em;
    color: #748493;
    background-color: #ebeae9;
  }

  #block-comments legend {
    font-size: 100%;
  }

  #block-comments legend span {
    padding: 20px 0 20px 0;
    display: block;
    font-size: 110%;
  }

  #block-comments input,
  #block-comments textarea,
  #block-comments input#c_title {
    width: calc(100% - 130px);
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    border: 1px solid #c9c9c9;
    border-top: 2px solid #7a7a7a;
    background-color: #fff;
  }

  #block-comments input#validation {
    width: 120px;
    margin: 0 10px 10px 0;
  }

  #block-comments input.submit {
    width: 80px!important;
    padding: 3px;
    margin-left: 0;
    border: none;
    text-transform: uppercase;
    font: bold small sans-serif;
    color: #897c72;
    background: transparent url('https://s3b.estranky.cz/img/d/1000000061/comment_submit.gif') 100% 55% no-repeat;
    cursor: pointer;
  }

  #block-comments form {
    background-color: #f2f2f2;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #block-comments dt {
    text-align: left;
  }

  #block-comments h3 {
    margin: 20px 0 20px 40px;
  }

  #block-comments legen span {
    margin: 0;
  }

  #block-comments .comment {
    margin: 20px 40px 0;
  }

  #block-comments .comment-headline {
    font-size: x-small;
    color: #baaea4;
  }

  #block-comments .comment-headline h3 {
    float: left;
    width: auto;
    margin: -2px 10px 0 0;
    padding-left: 10px;
    text-transform: none;
    font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
    font-weight: normal;
    color: #65737f;
    background: url('https://s3b.estranky.cz/img/d/1000000061/comment.gif') center left no-repeat;
  }

  #block-comments .comment-headline,
  #block-comments .comment-text {
    padding: 0 5px;
  }

  #block-comments .comment-headline b,
  #block-comments .comment-headline i {
    font-style: normal;
    font-weight: normal;
  }

  #block-comments form dd input {
    width: 165px;
  }

  #block-comments form dd input#c_validation {
    float: left;
    margin-left: 84px;
  }

  #block-comments form dd div#c_validation_div {
    text-align: right;
    margin-right: 38px;
  }

  #block-comments form dd div#c_validation_div img {
    margin: -1px 0px;
  }

  #block-comments form dt#validation-dt {
    margin-left: 84px;
    margin-top: 33px;
    position: absolute;
    width: 139px;
  }

  /* Photo ---------------------------------------------------------------------*/
  .album {
    overflow: hidden;
    width: 492px;
    margin: 10px -20px;
    padding: 10px 5px 10px 40px;
    background: #f2f2f2 url('https://s3b.estranky.cz/img/d/1000000061/comment_submit.gif') 20px center no-repeat;
  }

  #document .album h3 {
    margin: 0 0 .5em 0;
  }

  #document .album h3 a {
    font-size: x-small;
    font-weight: bold;
    color: #1d2c46;
  }

  #section_subsections,
  #gallery,
  #gallery h2 {
    clear: both;
  }

  .folder {
    position: relative;
    height: 140px;
    margin: 10px -20px;
    padding: 10px 5px 10px 40px;
    background: #f2f2f2 url('https://s3b.estranky.cz/img/d/1000000061/comment_submit.gif') 20px 20px no-repeat;
  }

  #document .folder .photo-wrap {
    position: relative;
    z-index: 1;
    float: left;
    width: 80px;
    margin-top: 2.5em;
  }

  #document .folder .photo-wrap img {
    margin-top: 10px;
     width: auto;
    /* height: 45px; */
   height: 80%;
    /* object-fit: cover; */
    display: block;
    /* image-rendering: -webkit-optimize-contrast; */
  }
 @media(min-width: 1100px) {
        #document .folder .photo-wrap img {
          width: auto;
          /* height: 45px; */
         height: 80%;
        }
   }
  .folder-info {
    float: left;
    width: 350px;
    padding: 10px 0;
    text-transform: uppercase;
  }
 @media(min-width: 1100px) {
        .folder-info {
            padding: 2.8em 0 0 35px;
        }
   }
  #document .folder-info h3 {
    position: absolute;
    top: 1.2em;
    left: 40px;
    overflow: hidden;
    white-space: nowrap;
    width: 400px;
    margin: 0;
    font-weight: bold;
  }

  .folder-info h3 a {
    color: #1d2c46;
  }

  .folder-info div {
    overflow: hidden;
    white-space: nowrap;
    width: 350px;
    line-height: 2;
  }

  .folder-info div span {
    float: left;
    display: block;
    width: 70px;
    margin-right: 10px;
    text-align: left;
  }
  @media(min-width: 1100px) {
      .folder-info div span {
        text-align: right;
      }
   }

  .folder-info div a {
    overflow: hidden;
    float: left;
    width: 270px;
    color: #1d2c46;
  }

  #photos {
    overflow: hidden;
    clear: left;
  }

  #slide {
    padding-bottom: 30px;
    background: url('https://s3b.estranky.cz/img/d/1000000061/article_bottom.gif') bottom center no-repeat;
  }

  #click {
    clear: both;
    overflow: hidden;
    margin: 10px -25px;
    padding-bottom: 30px;
    text-align: center;
    color: #65737f;
    background-color: #f2f2f2;
  }

  #click h3 {
    margin: 0;
    padding: 15px 0 10px;
    font-weight: normal;
    color: #65737f;
    background-color: #f2f2f2;
  }

  #click p {
    margin: 10px 20px 0;
  }

  .slidebar {
    height: 100px;
    overflow: auto;
    white-space: nowrap;
  }

  .slidebar a {
    margin: 0 5px;
  }

  #thumbnav {
    margin: 15px 0;
    padding-left: 13px;
    text-align: center;
  }

  #timenav,
  .slidenav {
    padding: 5px;
    clear: both;
    text-align: center;
    color: #999;
    background-color: #f2f2f2;
  }

  #thumbnav br,
  .slidenav br {
    line-height: 0;
    height: 0;
    clear: both;
  }

  #slide #timenav a,
  #slide .slidenav a {
    color: #65737f;
  }

  .slidenav .back {
    float: left;
  }

  .slidenav .forward {
    float: right;
  }

  /* Advertisment ------------------------------------------------------------------*/
  .message {
    clear: both;
    margin-bottom: 5px;
    text-align: center;
    color: black;
  }

  .adv-title {
    width: 100%;
    margin-left: 5px;
  }

  #mess-ahead,
  #mess-skyscraper,
  #mess-rectangle {
    padding-top: 5px;
    text-align: center;
    color: #FFF;
  }

  #mess-ahead iframe {
    margin: 0 auto;
  }

  #mess-ahead {
    display: block;
    text-align: center;
    margin-bottom: 2px;
  }

  #mess-ahead .adv-title {
    display: block;
    width: 755px;
    margin: 0 auto;
    padding-left: 5px;
    text-align: left;
  }

  #mess-board,
  #mess-ahead {
    padding: 5px 0px;
    text-align: center;
    margin: 0px auto;
    color: #fff;
  }

  .message .inner_frame {
    text-align: center;
  }

  .message img {
    display: block;
    border: none;
    margin: 0 auto;
  }

  #sky-scraper-block {
    position: absolute;
    right: -300px;
    text-align: center;
    width: 300px;
    top: 0;
  }

  #sticky-box {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
  }

  #mess-skyscraper,
  #mess-rectangle {
    position: relative;
    width: 160px;
    margin: 5px 0 0 550px;
  }

  #mess-skyscraper {
    margin-top: 20px;
  }

  #content .hypertext h2 {
    width: auto;
    padding: 0;
    margin: 0 !important;
  }

  #content .hypertext h2 a {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    text-decoration: underline;
  }

  #content .hypertext h2 a:hover {
    text-decoration: none;
  }

  .hypertext .inner_frame div#clanek:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }

  * html .hypertext .inner_frame div#clanek {
    zoom: 1;
  }

  *:first-child+html .hypertext .inner_frame div#clanek {
    zoom: 1;
  }

  .hypertext {
    width: 380px;
    margin: 15px auto;
    padding: 5px;
    overflow: hidden;
  }

  .hypertext .inner_frame {
    line-height: 1em;
  }

  .hypertext img,
  .hypertext {
    border: 1px solid #ddd;
  }

  * html .hypertext {
    margin-left: 55px;
  }

  #content .hypertext+.hypertext {
    border-top: 1px solid #fff;
    margin-top: -16px;
  }

  .hypertext .mess-title {
    margin-top: -2px;
  }

  #shifter #shifter_wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }

  * html #shifter #shifter_wrap {
    zoom: 1;
  }

  *:first-child+html #shifter #shifter_wrap {
    zoom: 1;
  }

  #shifter {
    clear: both;
  }

  #shifter #shifter_wrap #shifter_footer .span3 {
    background: #fff;
    padding: 0px 5px 5px;
  }

  #shifter div#shifter_title h3 {
    margin: 5px 0;
  }

  #shifter #shifter_wrap #shifter_footer .span3 h4 {
    padding: 2px 0;
  }

  #shifter #shifter_wrap #shifter_footer .span3 h4 a {
    color: #817467;
  }

  #shifter #shifter_wrap #shifter_footer .category {
    font-weight: bold;
    border-bottom: 1px solid #d7d1ce;
  }

  #shifter #shifter_title h3#shifter_t_2 {
    margin-right: 298px;
  }

  :root #shifter #shifter_title h3#shifter_t_2 {
    margin-right: 296px\9;
  }

  * html #shifter #shifter_title h3#shifter_t_2 {
    margin-right: 149px;
  }

  /* ----------- Facebook------------ */
  .fb_edge_widget_with_comment {
    margin: 5px 0px;
  }

  /**  FIX PACKAGE ******************************************************************************/
  #thumbnav,
  #photos,
  #preview-folder {
    width: 100%;
    overflow: hidden;
  }

  #thumbnav .box div,
  #photos .photo-wrap div,
  #preview-folder .box div {
    background-color: #F2F2F2;
    float: left;
    width: 87px;
    height: 87px;
    margin: 5px;
    text-align: center;
    padding: 0px 2px 2px 0px;
  }

  #thumbnav .box div,
  #photos .photo-wrap div,
  #preview-folder .box div {
    display: table;
    overflow: hidden;
  }

  /* YUHU */
  #thumbnav .box div a,
  #photos .photo-wrap div a,
  #preview-folder .box div a {
    margin: 2px 0 0 0px;
    background-image: none;
    border: 0px solid #f7b1a5;
    display: table-cell;
    vertical-align: middle;
  }

  /* lte IE 7 */
  #thumbnav .box div a img,
  #photos .photo-wrap div a img,
  #preview-folder .box div a img {
    border: 0px solid #FFF;
  }

  /* YUHU */
  /*#thumbnav .box div{margin:0px 3px 8px 3px;}
  */
  .list-of-pages {
    text-align: center;
    position: relative;
    width: 100%;
  }

  .list-of-pages .previous {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px;
  }

  .list-of-pages .next {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
  }

  #nav-column .message {
    text-align: center;
  }

  #search .inner_frame,
  #mail-list .inner_frame {
    padding: 10px 0;
  }

  #mail-list .message {
    position: relative;
    color: #897C72;
    margin-left: 25px;
  }

  #last-photo .inner_frame,
  #contact-nav .inner_frame {
    padding: 10px;
  }

  #mail-list fieldset {
    bordeR: 0px;
  }

  #last-photo .inner_frame,
  #languages .inner_frame {
    text-align: center;
  }

  #sendsearch,
  #send-mail-list {
    margin-top: 4px;
  }

  #languages .inner_frame {
    overflow: hidden;
  }

  #languages .inner_frame a {
    float: left;
    margin: 0px 5px;
  }

  menu li.submenu-over {
    position: relative;
    z-index: 9999;
  }

  #laugnages .inner_frame {
    padding: 15px 32px;
  }

  menu li ul.submenu,
  menu li.submenu-over ul.click,
  menu li ul.classic,
  menu li.submenu-over ul.click {
    display: none;
  }

  menu li.submenu-over ul.onmouse,
  menu li:hover ul.onmouse {
    display: block;
  }

  menu li.submenu-over ul.click {
    display: block;
  }

  menu li.submenu-over ul.click li a,
  menu li.submenu-over ul.click li {
    border: 0px;
  }

  menu li.submenu-over ul.onmouse,
  menu li:hover ul.onmouse {
    position: absolute;
    top: 0px;
    left: 75%;
    background: #ebebeb;
    width: 200px;
    border: 1px solid #fff;
    overflow: hidden;
    padding: 0px;
  }

  menu li.submenu-over ul.onmouse li,
  menu li:hover ul.onmouse li {
    padding: 0px;
    margin: 0px;
    float: none;
    display: block;
    border: 0px !important;
  }

  menu li.submenu-over ul.onmouse li a,
  menu li:hover ul.onmouse li a {
    position: static;
    color: #fff;
    margin: 0px;
    border: 0px;
    display: block;
    padding: 4px 11px 8px 11px;
    float: none;
    white-space: normal;
  }

  menu li.submenu-over ul.onmouse li a:hover,
  menu li:hover ul.onmouse li a:hover {
    color: #fff;
    text-decoration: underline;
    background-image: none;
    background-color: none;
  }

  .level1 p {
    padding-left: 15px;
  }

  .level1 .comment-headline {
    padding-left: 20px !important;
  }

  .level2 p {
    padding-left: 30px;
  }

  .level2 .comment-headline {
    padding-left: 35px !important;
  }

  .level3 p {
    padding-left: 45px;
  }

  .level3 .comment-headline {
    padding-left: 50px !important;
  }

  .level4 p {
    padding-left: 60px;
  }

  .level4 .comment-headline {
    padding-left: 65px !important;
  }

  .level5 p {
    padding-left: 75px;
  }

  .level5 .comment-headline {
    padding-left: 80px !important;
  }

  .level6 p {
    padding-left: 90px;
  }

  .level6 .comment-headline {
    padding-left: 95px !important;
  }

  .level7 p {
    padding-left: 105px;
  }

  .level7 .comment-headline {
    padding-left: 110px !important;
  }

  .level8 p {
    padding-left: 120px;
  }

  .level8 .comment-headline {
    padding-left: 125px !important;
  }

  .level9 p {
    padding-left: 135px;
  }

  .level9 .comment-headline {
    padding-left: 140px !important;
  }

  #comments {
    padding: 10px;
  }

  .comment-answer {
    padding: 0px 10px;
  }

  /* title aligment */
  h1.head-left {
    text-align: left;
  }

  h1.head-center {
    text-align: center;
  }

  h1.head-right {
    text-align: right;
  }

  #stats .inner_frame {
    padding-left: 27px;
  }

  #contact-nav .inner_frame {
    padding-left: 30px;
  }

  #stats th,
  #stats td {
    color: #F2E3D6;
    text-align: left;
  }

  #photos h2 {
    margin-bottom: 15px;
  }

  h2 {
    color: #c46c45;
    margin: 0px 0px !important;
  }

  #thumbnav .box div {
    margin: 5px 5px 5px 2px;
  }

  .own-code-nav .inner_frame *,
  #contact-nav .inner_frame *,
  #stats .inner_frame * {
    color: #897C72 !important;
  }

  .own-code-nav .inner_frame {
    padding-left: 30px;
  }

  #footer a:hover {
    text-decoration: underline;
  }

  #footer a.eoldal-footer {
    background-position: 0 0 !important;
  }

  /* --- eshop ---- */
  #eshop .comment-headline i {
    float: right;
  }

  #eshop #block-comments .comment-text {
    margin: 10px 0 0 10px;
    word-wrap: break-word;
  }

  #logged {
    margin: 0 !important;
  }

  #eshop .submit,
  #login .submit {
    padding: 2px 10px;
    background: #f2f2f2;
    border: 1px solid #878380;
    color: black;
    font-weight: bolder;
    cursor: pointer;
  }

  #usernewsletter,
  .settings .submit,
  .contact-info .submit {
    margin-left: 7px;
  }

  * html .settings .submit,
  * html .contact-info .submit {
    margin-left: 10px;
  }

  *:first-child+html .settings .submit,
  *:first-child+html .contact-info .submit {
    margin-left: 10px;
  }

  #login input.submit,
  #login label {
    float: none;
  }

  * html #login input.submit {
    width: 117px;
  }

  #login .inner_frame p {
    margin: 5px 0;
  }

  #login label {
    width: auto;
  }

  #basket_preview_form tbody tr td,
  #confirm tbody tr td,
  #orderdone tr td {
    border-top: 1px dotted #C6C6C6;
    border-collapse: collapse;
  }

  #eshop #confirm fieldset table,
  #eshop #orderdone,
  #eshop .comment-headline {
    border-bottom: 1px dotted #C6C6C6;
    border-collapse: collapse;
  }

  #eshop #block-comments .submit {
    margin: 10px 0 0 54px;
    padding: 2px 0;
    width: 145px;
  }

  #eshop .registration #usernewsletter {
    margin: 0;
  }

  #eshop .sphotos:after,
  #eshop div.products:after,
  #eshop #articles:after,
  #eshop #articles #steps ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }

  * html #eshop .sphotos,
  * html #eshop div.products,
  * html #eshop #articles,
  * html #eshop #articles #steps ul {
    zoom: 1;
  }

  *:first-child+html #eshop .sphotos,
  *:first-child+html #eshop div.products,
  *:first-child+html #eshop #articles,
  *:first-child+html #eshop #articles #steps ul {
    zoom: 1;
  }

  #eshop div.products h2 {
    font-size: large;
    line-height: 1em;
  }

  #eshop div.products h2,
  #eshop div.products .editor-area {
    padding: 0;
  }

  #eshop div.products .article h3,
  #eshop #articles .article h3 {
    margin: 0.2em 0em 0.3em;
    line-height: 1.2em;
    height: 3.5em;
    overflow: hidden;
  }

  #eshop div.products .article,
  #eshop #articles .article {
    float: left;
    width: 100%;
    margin: 5px 24px 0px 0;
    padding: 0;
  }
@media(min-width: 768px) {
  #eshop div.products .article,
  #eshop #articles .article {width: 130px;}
}
  * html #eshop div.products .article,
  * html #eshop #articles .article {
    width: 100%;
    padding-bottom: 25px;
    margin: 5px 10px 0px;
  }

  #eshop div.products {
    padding-top: 20px;
    padding-bottom: 5px;
    padding: 0 15px;
  }

  #eshop div.products .article .photo-wrap,
  #eshop #articles .article .photo-wrap {
    float: none;
    width: 100%;
    height: 130px;
  }
@media(min-width: 768px) {
   #eshop div.products .article .photo-wrap,
  #eshop #articles .article .photo-wrap {width: 130px;}
}
  #eshop div.products .article .photo-wrap div,
  #eshop #articles .article .photo-wrap div {
    width: 130px;
  }

  #eshop div.products .article .editor-area,
  #eshop #articles .article .editor-area {
    padding: 5px;
    height: 4em;
    line-height: 10px;
    overflow: hidden;
    text-align: left;
  }

  * html #eshop div.products .article .editor-area,
  * html #eshop #articles .article .editor-area {
    line-height: 1.25em;
  }

  #eshop div.products .article span.price,
  #eshop #articles .article span.price {
    font-weight: bolder;
    text-align: center;
    display: block;
    margin-top: 3px;
    padding: 2px 0;
  }

  * html #eshop div.products .article span.price,
  * html #eshop #articles .article span.price {
    margin-top: 5px;
  }

  #eshop .article .photo-wrap {
    margin-top: 0;
  }

  #eshop #product #photo-detail .photo-wrap {
    float: left;
    margin-top: 1px;
  }

  #eshop .article .photo-wrap {
    margin-top: 0;
  }

  #eshop fieldset h3 {
    margin: 10px 0 3px;
  }

  *:first-child+html #eshop #basket input.amount {
    height: 18px;
  }

  #eshop #confirm fieldset table .right {
    padding-right: 0;
  }

  #eshop #product-detail #calculation p {
    margin: 0;
  }

  #eshop #basketpayments {
    width: 48%;
  }

  *:first-child+html #eshop #block-comments {
    margin: 30px 0 0 -10px;
    width: 504px;
  }

  * html #eshop #block-comments {
    margin: 30px 0 0 -10px;
    width: 495px;
  }

  *:first-child+html #eshop #block-comments .comment {
    width: 96%;
    margin: 20px 0 0 0;
  }

  * html #eshop #block-comments .comment {
    width: 96%;
    margin: 20px 0 0 0;
  }

  #eshop label {
    color: #575352;
  }

  * html #eshop #confirm .validation {
    margin: 20px 0 0 0;
  }

  #eshop .article .price {
    margin: 0 0 20px;
  }

  #eshop .comment .comment-headline span {
    margin-left: 5px;
  }

  #eshop .inner_frame {
    overflow: hidden;
  }

  #eshop .sphotos .photo-wrap {
    display: table;
  }

  #logged {
    line-height: 90%;
  }

  #orderdone {
    padding: 5px 10px;
  }

  #account_firm label {
    width: 63px;
    display: block;
  }

  #billing_address label {
    width: 68px;
    display: block;
  }

  #eshop .settings #billing_address label {
    width: 68px;
    display: block;
  }

  .contact-info #billing_address label {
    width: 68px;
  }

  #eshop #billing_address #sameaddress+label {
    width: auto;
  }

  #eshop .settings input,
  #eshop .settings label,
  #eshop .registration input,
  #eshop .registration label,
  #eshop .contact-info input,
  #eshop .contact-info label {
    vertical-align: middle;
  }

  #eshop #basket_preview_form .wrap input {
    position: relative;
    top: 2px;
  }

  @media all and (-webkit-min-device-pixel-ratio:10000),
  not all and (-webkit-min-device-pixel-ratio:0) {
    #eshop #basket_preview_form .wrap input {
      top: 0;
    }
  }

  #login .inner_frame .errormes {
    margin-bottom: 15px;
  }

  * html #eshop fieldset.validation .validatin-images-set input,
  * html #eshop #block-comments form dd input#c_validation {
    width: 240px;
  }

  #eshop #block-comments form dd input#c_validation {
    width: 238px;
  }

  * html #eshop #block-comments textarea {
    width: 410px;
  }

  #eshop .gennewmail fieldset p input {
    width: 201px;
  }

  * html #eshop .gennewmail fieldset p input {
    width: 205px;
  }

  #login .inner_frame form div input {
    margin-bottom: 5px;
  }

  #account_firm,
  #deliveryaddress {
    margin-left: 7px;
  }

  #sameaddress {
    margin-left: 0;
  }

  #eshop #articles .settings {
    margin-top: 10px;
  }

  #eshop #product-detail #calculation {
    line-height: 180%;
  }

  #eshop #basket_preview_form td.title {
    width: 33%;
  }

  #eshop #basket_preview_form td img {
    padding-top: 2px;
  }

  #basketpayments ul,
  #baskettransport ul {
    margin-left: -3px;
  }

  #eshop #basketpayments h3,
  #eshop #baskettransport h3,
  #eshop #basket_preview_form p .submit,
  #eshop #basket_preview_form fieldset p .submit {
    margin-left: 4px;
    margin-top: 4px;
  }

  * html #basketpayments ul,
  * html #baskettransport ul {
    margin-left: 0;
  }

  * html #eshop #basket_preview_form .wrap input {
    margin-left: -3px;
  }

  * html #basketpayments h3,
  * html #baskettransport h3,
  * html #eshop #basket_preview_form p .submit,
  * html #eshop #basket_preview_form fieldset p .submit {
    margin-left: 2px;
  }

  * html #content #eshop #basketpayments ul li div,
  * html #content #eshop #baskettransport ul li div {
    padding-left: 25px;
  }

  *:first-child+html #basketpayments ul,
  *:first-child+html #baskettransport ul {
    margin-left: 0;
  }

  *:first-child+html #eshop #basket_preview_form .wrap input {
    margin-left: -3px;
  }

  *:first-child+html #basketpayments h3,
  *:first-child+html #baskettransport h3,
  *:first-child+html #eshop #basket_preview_form fieldset p .submit,
  *:first-child+html #eshop #basket_preview_form p .submit {
    margin-left: 2px;
  }

  *:first-child+html #content #eshop #basketpayments ul li div,
  *:first-child+html #content #eshop #baskettransport ul li div {
    padding-left: 25px;
  }

  * html #eshop .registration .validation dl {
    width: 53%;
  }

  *:first-child+html #eshop .registration .validation dl {
    width: 53%;
  }

  #content #eshop #basketpayments ul li input,
  #content #eshop #baskettransport ul li input {
    margin: 3px 2px 0 3px;
  }

  * html #content #eshop #basketpayments ul li input,
  * html #content #eshop #baskettransport ul li input {
    margin: 0 2px 0 0;
  }

  *:first-child+html #content #eshop #basketpayments ul li input,
  *:first-child+html #content #eshop #baskettransport ul li input {
    margin: 0 2px 0 0;
  }

  #eshop #articles #steps ul {
    width: 235px;
    margin: 5px auto;
  }

  * html #eshop #articles #steps {
    text-align: center;
  }

  * html #ecategory ul li {
    padding-bottom: 0;
  }

  * html #ecategory ul li ul {
    border-top: 1px solid #4F5153;
  }

  *:first-child+html #ecategory ul li ul {
    border-top: 1px solid #4F5153;
  }

  * html #eshop #perex {
    width: 108%;
  }

  * html #eshop #basket_preview_form .submit {
    padding: 2px;
  }

  *:first-child+html #eshop #basket_preview_form .submit {
    padding: 2px;
  }

  * html #eshop .registration #usernewsletter {
    margin-left: 1px;
  }

  *:first-child+html #eshop .registration #usernewsletter {
    margin-left: 1px;
  }

  .contact-info #billing_address label {
    width: 68px;
  }

  #login .inner_frame,
  #nav-basket .inner_frame,
  #logged .inner_frame {
    padding: 10px 10px 25px 37px;
  }

  #eshop #block-comments form dd input#c_validation {
    margin-left: 0;
  }

  #eshop #block-comments .validatin-images-set,
  #eshop #block-comments textarea {
    margin-left: 65px;
  }

  #eshop #block-comments textarea {
    width: 430px;
    margin-top: -25px;
  }

  #eshop #confirm .validation {
    margin: 10px 0 0;
  }

  #eshop #confirm .validation #c_validation {
    height: 18px;
  }

  *:first-child+html #eshop #confirm .validation #c_validation {
    height: 22px;
  }

  * html #eshop #confirm .validation #c_validation {
    height: 26px;
  }

  #eshop form#confirm input[type="checkbox"] {
    position: relative;
    top: 2px;
  }

  *:first-child+html #eshop form#confirm input[type="checkbox"] {
    margin-left: -3px;
  }

  #eshop #confirm .validation dt {
    float: none;
  }

  #eshop #product-comments #block-comments form {
    margin-left: 0;
  }

  #eshop #block-comments .comment-headline h3 {
    float: none;
  }
#eshop #panel {
    width: 100%;
}
  #eshop #panel .inner_frame {
    width: 88%;
  }

  #eshop #block-comments {
    width: 514px;
  }

  #eshop #block-comments dt {
    width: 60px;
  }

  #eshop #block-comments dl {
    padding-top: 15px;
  }

  #eshop #block-comments h3 {
    width: 97%;
    line-height: 2.5em;
    color: #748493;
    background-color: #EBEAE9;
    padding-left: 16px;
    margin: 0;
  }

  #eshop #block-comments .comment {
    margin: 20px 10px 0;
    width: 95%;
  }

  #eshop #block-comments .comment-headline h3 {
    background: url('https://s3b.estranky.cz/img/d/1000000061/comment.gif') 1% 50% no-repeat;
  }

  #eshop #block-comments .validation {
    width: 60%;
  }

  #eshop .article h3 {
    text-transform: none;
  }

  .settings #billing_address,
  .contact-info #billing_address {
    margin-top: 10px;
  }

  .settings #account_firm,
  .contact-info #account_firm {
    margin-bottom: 10px;
  }

  #eshop #confirm .wrap {
    padding-left: 10px;
  }

  #eshop #contactaddress,
  #eshop #deliveraddress {
    width: 45%;
  }

  .gennewmail,
  .registration fieldset {
    margin-top: 5px;
  }

  #eshop .registration #usernewsletter,
  #eshop .registration .validation,
  #eshop .registration .submit {
    margin-left: 5px;
  }

  #delivery_address label {
    width: 70px;
    display: block;
  }

  #eshop #basket_preview_form table .border_fix td,
  #eshop #basket_preview_form table tr .price {
    border: none;
  }

  * html #eshop #articles,
  * html div.products {
    width: 100%;
  }

  #eshop #articles #steps {
    margin-bottom: 10px;
  }

  #eshop #basket form {
    clear: none;
    margin: 0;
    padding: 0;
  }

  #eshop #basket {
    margin: 0;
  }

  #eshop .article .photo-wrap img {
    margin-left: 0;
    width: 100%;
    height: 100px;
    object-fit: contain;
   max-width: 400px;
  }

  * html #eshop .article .photo-wrap img {
    margin-left: 0;
  }

  * html #eshop table {
    color: black;
  }

  * html #eshop .gennewmail fieldset.validation {
    width: 60%;
  }

  *:first-child+html #eshop .gennewmail fieldset.validation {
    width: 60%;
  }

  * html #eshop #product-comments .comment-headline i {
    margin: -3% 10px 0 0;
  }

  *:first-child+html #eshop #product-comments .comment-headline i {
    margin: -3% 10px 0 0;
  }

  *:first-child+html #eshop #block-comments .submit {
    float: left;
    margin: -5% 0 0 11%;
  }

  * html #eshop #block-comments .submit {
    float: left;
    margin: -5% 0 0 11%;
  }

  #ecategory .inner_frame ul li ul li {
    border: none;
    padding: 0;
  }

  * html #eshop #basket input.add_basket {
    width: 130px;
  }

  #eshop #product-detail #product-info table td {
    padding: 1px 0;
  }

  #eshop .settings fieldset h3,
  #eshop .contact-info fieldset h3,
  #eshop #confirm .wrap h3 {
    margin: 0 0 3px;
  }

  #eshop #account_info {
    margin-top: 5px;
  }

  #eshop #confirm .right p {
    margin: 0;
  }

  #eshop #confirm .right .price {
    margin: 5px 0;
  }

  #content #eshop #basketpayments ul li,
  #content #eshop #baskettransport ul li {
    background: #F2F2F2;
  }

  #content #eshop #basketpayments ul li div,
  #content #eshop #baskettransport ul li div {
    background: white;
    margin-left: 0 !important;
    padding-left: 21px;
  }

  #eshop .validation dt {
    margin: 0;
  }

  #eshop #product-comments #block-comments {
    margin: 10px -20px 0;
    width: 530px;
  }

  *:first-child+html #eshop #product-comments #block-comments {
    margin: 10px -10px 0;
  }

  * html #eshop #product-comments #block-comments {
    margin: 10px -10px 0;
  }

  *:first-child+html #eshop #block-comments .validatin-images-set {
    margin-left: 5px;
  }

  * html #eshop #product-comments #block-comments .validation dd {
    margin: -30px 0 10px;
  }

  #eshop #product-detail #product-info table tr td {
    min-width: 70px;
    vertical-align: top;
  }

  #eshop #basket_preview_form fieldset p input {
    padding: 2px 0;
    width: 120px;
    float: left;
  }

  #eshop #basket_preview_form p input {
    width: 120px;
  }

  #eshop #basket_preview_form fieldset p a {
    padding: 1px 15px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    float: left;
  }

  * html #eshop #basket_preview_form fieldset p a {
    padding: 3px 10px !important;
  }

  *:first-child+html #eshop #basket_preview_form fieldset p a {
    padding: 3px 13px !important;
  }

  @-moz-document url-prefix() {

    /** FF */
    #eshop #basket_preview_form fieldset p input,
    #eshop #basket_preview_form p input {
      width: 127px;
    }

    #eshop #basket_preview_form fieldset p a {
      padding: 1px 5px;
    }

    #eshop #basket input.amount {
      height: 16px;
    }
  }

  * html #eshop #basket_preview_form fieldset {
    width: 105%;
  }

  #eshop #steps .active {
    color: #878380;
    font-weight: bold;
    background: #F2F2F2;
  }

  * html #ecategory ul li ul li {
    margin-left: 10px;
  }

  *:first-child+html #ecategory ul li ul li {
    margin-left: 10px;
  }

  #eshop #steps .active,
  #eshop #steps .done {
    padding: 3px 5px;
    border: 1px solid #878380;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    width: 50px;
  }

  #confirm .wrap,
  #account_info,
  #billing_address,
  #eshop div.products .article span.price,
  #eshop #articles .article span.price {
    background: transparent;
    text-align: left;
    padding: 0 5px;
  }

  #confirm .wrap,
  #account_info,
  #billing_address {
    border: 2px solid #878380;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  #eshop #photo,
  #eshop div.products .article .photo-wrap,
  #eshop #articles .article .photo-wrap,
  #eshop #product #photo-detail .photo-wrap {
    background: #F2F2F2;
    border: 1px solid #DDD;
    width: 100%;
  }

  #ecategory .inner_frame {
    padding-left: 22px;
  }

  #ecategory ul li {
    border: none;
    padding: 0;
    margin-left: 15px;
  }

  #ecategory ul li a {
    border-bottom: 1px solid #4F5153;
    color: #897C72;
    padding: 4px;
  }

  #ecategory ul li ul li a {
    color: rgb(113, 102, 94);
  }

  #eshop #paging {
    clear: both;
    padding-bottom: 10px;
  }

  #eshop #paging a,
  #eshop #paging span.current {
    padding: 4px 6px;
    margin-right: 4px;
    border: 1px solid #DDD;
    background: #F2F2F2;
    text-decoration: none;
    font-size: 110%;
  }

  #eshop #paging #previous,
  #eshop #paging #next {
    border: none;
    background: none;
  }

  #eshop .contact-info fieldset span {
    color: #ff0000;
  }

  #navigation menu li.current ul.submenu li a,
  #ecategory div ul li.current ul li a {
    text-decoration: none;
  }

  #navigation menu li.current a,
  #navigation menu li.current ul.submenu a,
  #navigation menu li.current ul.submenu li a:hover,
  #ecategory div ul li.current a,
  #ecategory div ul li ul li.current a,
  #ecategory div ul li.current ul li a:hover {
    text-decoration: underline;
  }

  #eshop .login-info {
    border-bottom: 1px solid #D7D1CE;
    padding-left: 7px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  #eshop .login-info fieldset p {
    margin: 5px 0;
  }

  #eshop form.login-info fieldset p label {
    display: inline-block;
    width: 73px;
  }

  #eshop form.login-info input {
    width
    /*\**/
    : 148px\9
  }

  #eshop form.login-info input.submit {
    width
    /*\**/
    : auto\9
  }

  * html #eshop form.login-info input {
    width: 155px;
  }

  * html #eshop form.login-info input.submit {
    width: auto;
  }

  #eshop .order_account table tr td {
    padding: 0px 3px 0px 0;
  }

  #eshop .order_account h3 {
    margin: 10px 0 0;
  }

  #eshop #product .wrap #product-detail form {
    clear: none;
  }

  #eshop .order_account #basket_preview_form {
    border-bottom: 1px dotted #C6C6C6;
    border-collapse: collapse;
  }

  #product-search input {
    vertical-align: middle;
  }

  #product-search input#product-search-text {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    border: 1px solid #C9C9C9;
    border-top: 2px solid #7A7A7A;
    background-color: #FFF;
    padding: 0 5px;
    width: 200px;
    height: 24px;
  }

  #product-search input.submit {
    padding: 2px 15px;
    height: 27px;
  }

  #product-search form#product-search-form {
    background-color: #F2F2F2;
    padding: 10px;
  }

  #product-search div.products {
    padding-bottom: 20px;
  }

  #product-search div.products h2 {
    padding: 0;
  }

  *:first-child+html #product-search input#product-search-text {
    padding: 4px 5px 0;
    height: 20px;
  }

  * html #product-search input#product-search-text {
    padding: 3px 5px 0;
    height: 26px;
  }
}

/*-----------------------------------------------------------------------------Print style-----------------------------------------------------------------------------*/
@media print {
  * {
    margin: 0px;
    padding: 0px;
  }

  body {
    font: 12pt/15pt serif;
  }

  h1,
  h2,
  h3,
  h4 {
    margin: 1em 0;
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  h2 {
    font-size: 150%;
    font-weight: normal;
  }

  h3 {
    font-size: 110%;
    text-align: center;
  }

  p {
    margin: 0.25em 0;
    text-indent: 2em;
  }

  a {
    color: #F69;
  }

  a[href]:after {
    content: " ["attr(href)"]";
  }

  a[href|="#"]:after,
  a[href|="./"]:after,
  a[href|="javascript:"]:after {
    content: "";
  }

  hr {
    display: none;
  }

  table {
    font-size: 12pt;
    border-collapse: collapse;
    border: 1px solid #b9d939;
  }

  td {
    padding: .2em .5em;
    border: 1px solid #b9d939;
  }

  caption {
    font-weight: bold;
  }

  input,
  textarea,
  label {
    display: none;
  }

  cite,
  blockquote {
    font-style: italic;
  }

  code {
    display: block;
    margin: 1em;
    font-family: monospace;
    color: #000;
  }

  ins {
    text-decoration: none;
    font-weight: bold;
  }

  menu,
  #search,
  #calendar,
  .accessibility-links {
    display: none;
  }

  .clear {
    clear: both;
  }
}

#whole-page {background: #ebebeb;}

/*------------------Navigation bar style-----------------------*/
@media screen,
projection {
  #nav-cover form {
    clear: none !important;
  }
}

@media \0screen {
  #product-search input#product-search-text {
    padding: 4px 5px 0;
    height: 20px;
  }
}

/* Responsive */
.menu-toggle {
  position: absolute;
  margin-top: -27px;
  right: 10px;
  border: 0;
  outline: 0;
  padding: 0;
  padding-bottom: 6px;
  cursor: pointer;
  min-height: 35px;
  display: none;
  background: transparent;
  z-index: 99999;
}

.menu-toggle.menu-active {
  margin-top: -30px;
}

.menu-toggle span {
  border-top: 5px rgb(61, 74, 96) solid;
  width: 30px;
  margin: 2px 0;
  display: block;
  transition: 0.3s all linear;
}

.menu-toggle.menu-active span:nth-of-type(1) {
  opacity: 0;
}

.menu-toggle.menu-active span:nth-of-type(2) {
  transform: rotate(45deg);
}

.menu-toggle.menu-active span:nth-of-type(3) {
  transform: rotate(-45deg);
  margin-top: -7px;
}

@media only screen and (max-width: 1100px) {

  #in-document {
    width: 100%;
    max-width: 760px;
    margin: 25px auto 0 auto;
    position: relative;
  }

  #header .inner_frame {
    width: 100%;
    background-size: contain!important;
    padding-top: 27%;
  }

  h1 {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.3rem;
  }

  #nav-column {
    width: 100%;
    position: static;
    background-image: url(/file/4/backgr-2022-1-wp70.webp.pagespeed.ce.rnoh9-whhd.webp);
   /*background: white;*/
    box-sizing: border-box;
    padding: 5px 15px;
  }

 .article h2 {
    margin: 0px 10px !important;
 }

  menu {
    background: #e5dfd9;
    padding: 0;
    font-size: 16px;
  }

  menu li {
    text-align: center;
    margin: 0;
    padding: 0;
  }

  menu li a {
    padding: 10px;
  }

  #content {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }

  #breadcrumb-nav {
    margin: 0;
    display: none;
  }

  #perex {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .audioPlayer {
   padding-left: 50px;
}

  .article {
    width: 100%;
  }

  #articles,
  #archive,
  #slide,
  #photos {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

 div.editor-area {
      margin-left: 5px;
      margin-right: 5px;
 }

  #footer {
    width: 100%;
  }

  .column,
  #mess-square,
  #mess-message {
    width: 100%;
  }

  .section {
    width: 45%;
    float: left;
    margin: 10px 2.5%;
    clear: none;
  }

  .folder {
    padding-bottom: 10px;
    box-sizing: border-box;
    float: left;
    clear: none;
    width: 45%;
    display: table;
    margin: 10px 2.5%;
  }

  .folder-info,
  #document .folder-info h3,
  .folder-info div {
    width: 100%;
  }

  #navigation {
    float: none;
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 27px;
    margin-left: 0;
    left: 0;
    margin-top: 24%;
  }

  #navigation h2,
  .column h2 {
    font-size: medium;
  }

#content .editor-area img {
    max-width: 95%;
    height: auto;
    width: 100%;
    float: right;
   }

  .menu-type-standard li>ul.level_2 {
    width: 100%;
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  #navigation menu {
    display: none;
    }

  #navigation.menu-active menu {
    display: block;
  }

  .level_2 {
    display: none !important;
  }

  #nav-column .column>.inner_frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
 
  .under-article_phone {
    clear: both;    
    padding-top: 5px;
    border-top: 1px solid #d7d1ce;
    font-size: x-small;
    color: #776e66;
    display: block;
  }
}

@media only screen and (max-width: 991px) {

  #whole-page {
    overflow: hidden;
  }

  body {
    width: 100% !important;
  }

}

@media only screen and (max-width: 600px) {

  .section,
  .folder {
    width: 100%;
    margin: 5px 0;
  }

 #search {
    height: 70px;
}
}

/* ------------- CUSTOM GALLERY ---------------- */
/* INIT SLIDER STYLES  */
.initSlider,
.initSlider *,
.initSlider *::after,
.initSlider *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

 

.slide.hide,
.slide.hideSlide {
  display: none !important;
}

 

.initSlider {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}
.initSlider .firstImg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}

 

.initSlider .lastImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
}
.initSlider img {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-drag: none;
}

 

.initSlider .slide {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  text-align: center;
}

 

.initSlider .slide a {
  z-index: 55;
}

 

.initSlider .containerGallery {
  position: relative;
  display: inline-block;
}

 

.initSlider .slider__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: rgba(0, 0, 0, 0.4);
}
/* end INIT SLIDER STYLES */

 

/* SLIDER GALLERY STYLES  */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  body[data-slider-open="true"] {
     background: #ebebeb;
  }
}
body[data-slider-open="true"] {
  overflow: hidden;
}
body[data-slider-open="true"] .slider-gallery {
  display: block;
}

 

.slider-gallery {
  position: fixed;
  z-index: 100000;
  padding: 5px 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  display: none;
}
.slider-gallery .slider-gallery__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 10px;
  margin-top: 15px;
}
.slider-gallery .slider-gallery__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
 -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
}
.slider-gallery .slider-gallery__position {
  font-size: 1.42857rem;
  -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
}
.slider-gallery .slider-gallery__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  color: inherit;
}
.slider-gallery .slider-gallery__header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
}
.slider-gallery .slider-gallery__close {
  padding-left: 5px;
 cursor: pointer;
}

 

.slider-gallery .slider-gallery__close:hover {
  opacity: 0.6;
}
.slider-gallery .slider-gallery__description-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px 0;
  line-height: 1.5;
}

 

.slider-gallery .slider-gallery__description,
.slider-gallery .slider-gallery__comment {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #eee;
  text-align: left;
}

 

.slider-gallery .slider-gallery__comment {
  font-size: 0.7rem;
}

 

.slider-gallery .slider-gallery__arrow {
  position: absolute;
  top: 0;
  bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
}
.slider-gallery .slider-gallery__arrow {
  width: 30px;
}

 

.slider-gallery .slider-gallery__arrow:hover {
  opacity: 0.6;
}

 

.slider-gallery .slider-gallery__arrow-prev {
  left: 0;
  width: 30%;
}

 

.slider-gallery .slider-gallery__arrow-next {
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 70%;
}

 

.slider-gallery .slider-gallery__arrow-icon {
   border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    position: relative;
}

 

.slider-gallery .slider-gallery__arrow-prev-icon {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 10px;
}

 

.slider-gallery .slider-gallery__arrow-next-icon {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 10px;
}

 

.slider-gallery .slider-gallery__slider {
  position: relative;
  height: 80vh;
  min-height: 700px;
}

 

.slider-gallery .slider-gallery__slide {
  height: 100%;
}

 

.slider-gallery .slider-gallery__container {
   position: relative;
   height: 89vh;
   height: calc(100vh - 65px);
   padding: 0 15px;
}

 

.slider-gallery .slider-gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
}

 

.slider-gallery .slider-gallery__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  max-width: 90%;
  max-height: 100%;
  margin: auto;
  overflow: hidden;
}

 

.slider-gallery .slider-gallery__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

 

.slider-gallery .containerGallery {
    height: 100%;
}

 

@media (max-width: 650px) {
  .slider-gallery .slider-gallery__container {
     padding: 0;
  }
}
/* end SLIDER GALLERY STYLES */

 

/* Foto (vyjmutí #photos definicí -> nově má samostané styly ) */
#preview-folder .box, #thumbnav .box, .folder .photo-wrap, #photo-album-nav li .photo-wrap {
  width: 130px;
  height: 130px;
  float: left;
  margin: 15px 7px 0;
}
#preview-folder .box div, #thumbnav .box div, .folder .photo-wrap div, #photo-album-nav li .photo-wrap div {
  height: 130px;
  width: 130px;
  text-align: center;
  display: table;
  overflow: hidden;
}
#preview-folder .box div a, #thumbnav .box div a, .folder .photo-wrap div a, #photo-album-nav li .photo-wrap div a {
  height: 100%;
  border: 0;
  display: table-cell;
}
#preview-folder .box div img, #thumbnav .box div img, .folder .photo-wrap div img, #photo-album-nav li .photo-wrap div img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
}

 

@media (max-width: 900px) {
  #preview-folder .box, #thumbnav .box, .folder .photo-wrap, #photo-album-nav li .photo-wrap {
    width: 75px;
    height: 75px;
    margin: 10px 5px 0;
  }
  #preview-folder .box div, #thumbnav .box div, .folder .photo-wrap div, #photo-album-nav li .photo-wrap div {
    height: 75px;
    width: 75px;
  }
 #preview-folder .box div img, #thumbnav .box div img, .folder .photo-wrap div img, #photo-album-nav li .photo-wrap div img {
    max-width: 75px;
    max-height: 75px;
  }
}

 

/* speciální úprava pro detail galerie */
#photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
   justify-content: flex-start;
}
#photos::after {
    content: "";
    flex: auto;
}
#photos .slide {
  width: 130px;
  height: auto;
  float: left;
  margin: 15px 7px 15px;
}
#photos .slider-gallery__wrap {
  height: auto;
  width: 130px;
  text-align: center;
  display: table;
  overflow: hidden;
}
#photos .slider-gallery__box {
  height: 100%;
  border: 0;
  display: table-cell;
}
#photos .slider-gallery__img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
  cursor: pointer;
}
#photos .slider-gallery__description-box {
   display: none;
}

 

@media (max-width: 900px) {
  #photos .slide {
    width: 100%;
    height: auto;
    margin: 10px 5px 0;
  }
  #photos  .slider-gallery__wrap {
    height: auto;
    width: 100%;
  }
  #photos .slider-gallery__img {
    max-width: 100%;
    max-height: 100%;
  }
}
/* Galerie responsive END */