<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  common CSS style for "user area"*/
.right-float {
    float: right
}
.content-wrapper-gdpr a {color: rgb(234, 171, 30);}
.left-float {
    float: left
}
.article .first a {
    color: rgb(234, 171, 30);
}
.article .first a:hover {
    text-decoration: none
}
a {
    color: #fff;
}
a:hover {
    color: rgb(234, 171, 30);
    text-decoration: none;
}
/* common CSS style for whole page*/
.accessibility-links, hr {
    display: none
}
a img {
    border: 0
}
#eshop .contact-info td span {
    position: relative;
    display: block;
    top: -33px;
    left: -6px;
}
#eshop form table tbody tr td {
    padding-right: 5px;
   vertical-align: top;
}
#eshop .registration td input {
  width: 100%;
}
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;
}
input {padding: 5px;}
table {
    max-width: 500px;
}
iframe {
  width: 100%;
    max-width: 480px;
}
#osm-map {
  width: 100%!important;
    max-width: 480px;
}
td {padding: 5px;}
.editor-area hr { display: block; }
html, body {
    margin: 0;
}
body {
    background: #252525;
    font-family: sans-serif;
}
/* top left and right decoration (trees and other stuff) */
#peephole-top {
    position: absolute;
    z-index: 5;
    top: 248px;
    width: 100%;
overflow:hidden;
left: 0px;
}
#page-bkg-tleft {
    position: relative;
    float: left;
    width: 50%;
    margin-left: -450px;
}
#page-bkg-tleft div {
    width: 100%;
    height: 0;
    background: url('https://s3b.estranky.cz/img/d/1000000251/mainDecoration.png') repeat-x right top;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='https://s3b.estranky.cz/img/d/1000000251/mainDecoration.png', sizingMethod='crop');
}
@media(min-width: 1230px) {
#page-bkg-tleft div {
    height: 160px;
}
}
* html #page-bkg-tleft {
 height: 100px;
 overflow: hidden;
 margin-left: -300px;
}


#page-bkg-tright {
    position: relative;
    float: right;
    width: 50%;
    margin-right: -400px;
}
#page-bkg-tright div {
    width: 100%;
    height: 0;
    background: url('https://s3b.estranky.cz/img/d/1000000251/mainDecoration.png') repeat-x left top;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='https://s3b.estranky.cz/img/d/1000000251/mainDecoration.png', sizingMethod='crop');
}
@media(min-width: 1230px) {
#page-bkg-tright div {
    height: 160px;
}
}
/* CSS makes design! */
#whole-page {
    position: relative;
    min-width: 910px;
    background: rgb(67, 50, 34);
    border: solid 1px black;
    border-width: 1px 0 0 0;
text-align: center;
}
* html #centerIE {
    text-align: center;
}
#topBkg {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 0;
    background: url('https://s3b.estranky.cz/img/d/1000000251/pageBkg.png') repeat-x;
    background-size: cover;
}
@media(min-width: 1230px) {
#topBkg  {
    height: 341px;
}
}
#menuBkgSpoof {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ebe8e3
}
@media(min-width: 1230px) {
#menuBkgSpoof  {
    height: 300px;
}
}
#document {
    position: relative;
    z-index: 5;
    width: 950px;
    margin: 0 auto;
    text-align: left;
}
#in-document {
    width: 910px;
    padding-top: 15px;
    margin-bottom: 70px;
    background: url('https://s3b.estranky.cz/img/d/1000000251/rColBkg.png') no-repeat 550px 350px
}
#body {
    padding-top: 55px
}
/* HEADER */
#header {
    width: 950px;
    height: auto;
    padding-top: 7px;
    background: url('https://s3b.estranky.cz/img/d/1000000251/headerBkg.png') no-repeat;
}
#header .inner_frame {
    width: 950px;
    height: 250px;
    margin: 0px 0 0 9px;
    background: url('/img/ulogo.26.jpeg') no-repeat #e8e8e8;
    overflow: hidden;
    background-size: contain;
}
#header h1 {
    margin: 0;
    padding: 15px 20px 0 0;
    text-align: right;
    color: #252525;
    font-weight: normal;
    font-size: 1.4em;
    text-transform: uppercase
}
#header h1 a {
    color: black;
    text-decoration: none
}
#clear7 {
    clear: both
}
/* right coll */
#nav-column {
    float: right;
    width: 330px;
    margin-top: 50px;
}
#nav-column .section {
                padding: 0 0 20px 0; 
}
#folders-nav, #last-gallery, #links, #calendar, #mess-message {
    width: 175px;
    overflow: hidden;
}
#nav-column h2, #nav-column .mess-title {
    display: block;
    margin: 5px 0 10px 0;
    padding: 5px 0;
    border-bottom: dashed 1px #b8b8b8;
    color: rgb(234, 171, 30);
    font-weight: bold;
    font-size: 70%;
    text-transform: uppercase;
}

#nav-column h2{
    font-size: 80% !important;
}

#portrait, #last-gallery {
    overflow: visible;
    background: url('https://s3b.estranky.cz/img/d/1000000251/lItemBkgTop.png') 10px 35px no-repeat;
    _background-image: url('https://s3b.estranky.cz/img/d/1000000251/lItemBkgTop.gif');
}
#portrait .inner_frame, #last-gallery .inner_frame {
    padding: 20px 0;
    position: relative;
    top: 20px;
    background: url('https://s3b.estranky.cz/img/d/1000000251/lItemBkgBottom.png') 10px 100% no-repeat;
    _background-image: url('https://s3b.estranky.cz/img/d/1000000251/lItemBkgBottom.gif');
    text-align: center
}
#portrait a, #last-gallery .inner_frame span {
    display: block;
    background: url('https://s3b.estranky.cz/img/d/1000000251/lItemBkgMain.png') 10px 0 repeat-y;
    _background-image: url('https://s3b.estranky.cz/img/d/1000000251/lItemBkgMain.gif');
    color: white;
    text-decoration: none
}
#last-gallery a:hover {
    text-decoration: hover;
    color: rgb(234, 171, 30);
    text-decoration: underline
}
#portrait {
    margin-bottom: 30px;
}
#last-gallery {
    margin-bottom: 30px
}
#last-gallery .inner_frame span a {
    display: block;
    width: 120px;
    margin: 0 auto;
    overflow: hidden;
    color: white;
    font-size: .8em;
    text-decoration: none
}
#last-gallery .inner_frame span a:hover {
    color: rgb(234, 171, 30);
    text-decoration: underline
}
#calendar caption {
    display: none
}
#calendar table {
    width: 100%;
    color: white;
    font-size: .8em;
}
#archive-month, #archive-year {
    text-align: center;
    font-weight: bold
}
#archive-days th {
    border-top: dashed 1px #757575;
    padding: 4px 0 0 0
}
#calendar a {
    color: rgb(234, 171, 30);
    text-decoration: none
}
#calendar a:hover {
    color: gray;
    text-decoration: underline
}
#calendar tbody {
    font-size: .9em;
    text-align: center
}
.day_active {
    background: url('https://s3b.estranky.cz/img/d/1000000251/calendarBkg.png') 50% 50% no-repeat;
}
.day_active a {
    color: #444444 !important
}
#folders-nav h2, #links h2 {
    margin-bottom: 0
}
#folders-nav .menutyp_last, #links .menutyp_last {
    border-bottom: 0
}
#nav-column center {
    margin-top: 15px;
}
/* search and menu - also in HTML right coll, but we need it somewhere else */
#searchBkg {
background:transparent url(https://s3b.estranky.cz/img/d/1000000251/searchBkg.png) no-repeat scroll 0 -22px;
height:70px;
right: 0;
position:absolute;
top: 347px;
width:428px;
}
#search h2 {
    display: none
}
#search.section {
  padding: 0;
  top: 5px;
  left: 7px;
  position: absolute;
}
@media(min-width: 1230px) {
   #search.section {
      top: 47px;
    left: 68px;
    }
}
 .column .section {
        width: 45%;
        float: left;
        margin: 5px 0.5%;
        clear: none;
    }
@media(min-width: 1230px) {
   .column .section {
        margin: 10px 2.5%;
       width: 100%;
    }
}
#search fieldset {
    border: none;
    &amp;margin: -20px 0;
    _margin: -30px 0;
    height: 0;
    padding: 0;
}
#search #key {
    position: absolute;
    top: 304px;
    left: 568px;
    width: 140px;
    padding: 0 5px;
    background: #505050;
    border: solid 1px #464646;
    color: #e6e6e6;
    font-size: .9em;
}
#search .submit {
    display: block;
    position: absolute;
    top: 304px;
    left: 735px;
    width: 16px;
    height: 0;
    &amp;height: 16px;
    overflow: hidden;
    padding-top: 16px;
    background: url('https://s3b.estranky.cz/img/d/1000000251/searchSubmitBkg.png') #252525 no-repeat;
    border: 0;
    font-size: 0em;
    color: rgb(67, 50, 34);
    cursor: pointer
}
#navigation {
    position: relative;
    width: 950px;
    height: auto;
    text-transform: uppercase;
    font-size: 0.8em;
        margin-top: 10px;
}
#navigation h2 {
    display: none
}

/****************************************************/
nav menu &gt; li.level_1 {overflow: unset !important;}
ul.level_2 { position: absolute; top: 28px; margin: 0; padding: 0;z-index:999; background: #E8E4DF; border: 1px solid black; min-width: 200px;}
ul.level_2 &gt; li { display: block !important; width: 100%;}
ul.level_2 &gt; li &gt; a {float: none; padding: 5px 20px;}
menu {
    margin: 0;
    padding: 0;
}
menu li {
    display: block;
    position: relative;
    float: left;
    font-size: 1em;
/*padding-right: 8px;*/
border-right: 1px dotted #252525;
}
menu li a span {
 display: block;
 padding: 10px 10px;
}
menu li a:hover{
 background: url('https://s3b.estranky.cz/img/d/1000000251/menuBkgR.png') 0% 0% no-repeat;
 background-size: cover;
}
menu li a:hover span {
 background: url('https://s3b.estranky.cz/img/d/1000000251/menuBkgL.png') 100% 0 no-repeat;
 color: rgb(234, 171, 30);
 text-decoration: none;
}
menu a {
    display: block;
    color: #262626;
    text-decoration: none;
    font-weight: bold;
}

/****************************************************/

/* CONTENT - the 'main div' on page*/
#content {
    float: left;
    width: 500px;
    overflow: hidden;
    margin-left: 10px;
                _margin-left: 5px;
    padding-top: 45px;
    color: #b3b3b3;
    font-size: .8em
}
#breadcrumb-nav {
    margin: -45px 0 25px 0;
    _margin: -40px 0 40px;
    color: rgb(234, 171, 30);
}
#breadcrumb-nav span {
    color: #f5f5f5;
}
#breadcrumb-nav a {
    color: rgb(234, 171, 30);
    text-decoration: none
}
#breadcrumb-nav a:hover {
    text-decoration: underline
}
/* FOOTER */
#footer {
    position: relative;
    clear: both;
color: #fff;
    text-align: center;
    background: #252525;
}
#footer .inner_frame {
width: 750px;
margin: 0px auto;
overflow: hidden;
color: #fff;
    padding: 10px 0 50px 0;
    font-size: .7em;
}
#footer #peephole-bottom p {display: inline-block; font-size: .7em; position: relative; top: 55px;}
#footer #peephole-bottom p a {margin: 0 5px;}
* html #footer .inner_frame{
    background: #252525;
width: 100%;
margin: 0px;

}

#footer a {
    color: rgb(234, 171, 30);
    text-decoration: none
}
#footer a:hover {
    color: gray;
    text-decoration: underline;
}
.accessibility-link-up {
    margin-left: 20px
}
/* bottom decoration */
#peephole-bottom {
    position: absolute;
    top: -92px;
=left:-50%;
_left: 0px;
width: 100%;
_width: 100%;
}
#page-bkg-bleft {
    position: relative;
    float: left;
    width: 50%;
    margin-left: -1px
}
#page-bkg-bleft div {
    width: 353px;
    height: 82px;
    margin-top: 10px;
    background: url('https://s3b.estranky.cz/img/d/1000000251/lFooterBkg.png') no-repeat 100% 100%;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='https://s3b.estranky.cz/img/d/1000000251/lFooterBkg.png', sizingMethod='crop');
}
#page-bkg-bright {
    position: relative;
    float: right;
    width: 50%;
}
#page-bkg-bright div {
    width: 426px;
    height: 92px;
    background: url('https://s3b.estranky.cz/img/d/1000000251/rFooterBkg.png') no-repeat bottom left;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='https://s3b.estranky.cz/img/d/1000000251/rFooterBkg.png', sizingMethod='crop');
}
/* for content basic classes */
#content h2 {
    color: white
}
#archive h2, #gallery h3, #photos-title, h2#comments, #block-comments h3, #gallery h2, #folders h2, h3.section_sub_title {
    clear: both;
    padding-top: 30px;
    margin-top: 0px;
    border-bottom: dashed 1px #b8b8b8;
    color: rgb(234, 171, 30);
    font-size: 1.3em;
    text-transform: uppercase
}
/* SINGLE PAGES CSS */
/* main page */
.article {
    clear: both
}
.article h2 {
    margin: 35px 0 0 0;
    padding: 0;
    font-size: 1.2em;
}
.article h2 a {
    color: rgb(234, 171, 30);
    text-transform: uppercase;
}
.article h2 a:hover {
                color: #FFF;
                text-decoration: none;
}
.article .span-a-title {
    font-size: 1.2em
}
.article div.first strong.date {
    display: block;
    color: white;
    padding-right: 3px;
    font-size: .9em
}
.article p.first strong.date {
    display: block;
    margin-top: -10px;
    color: rgb(234, 171, 30)
}
.article div.first {
    background: url('https://s3b.estranky.cz/img/d/1000000251/cItemBkg.png') no-repeat 50% 17px
}
.article div.first p {
    margin: 10px 0
}
.article .under-article {
    clear: both;
    color: white;
    font-size: .9em;
}
.article .under-article a {
    color: rgb(234, 171, 30);
    text-decoration: none
}
.article .under-article a:hover {
    text-decoration: underline
}
.article .under-article strong {
    font-weight: normal
}
.article .under-article .comment-img {
    padding-right: 20px;
    &amp;margin: 0 -33px 0 -35px;
    background: url('https://s3b.estranky.cz/img/d/1000000251/comment.png') 50% 50% no-repeat;
}
.article .under-article .comment-img span {
    display: none;
    &amp;display: inline;
    &amp;visibility: hidden
}
/* archiv */
#archive {
    margin-top: -26px
}
/* photogalerie*/
.folder {
    _position: relative;
    display: table;
    _height: 100px;
    width: 100%;
    margin: 0 0 10px 0;
                padding: 20px 10px;
    border-bottom: dashed 1px #757575;
    clear: both;
}
.folder h3 a {
    color: rgb(234, 171, 30);

}
.folder h3 a:hover {
                color: #FFF;
}
/* comment */
#block-comments {
    clear: both;
    position: relative;
    width: 480px;
    padding-top: 25px;
    overflow: hidden;
}
#block-comments fieldset {
    width: 100%;
    border: none;
    padding: 0
}
#block-comments fieldset span {
    display: block;
    padding: 10px;
    margin: 10px;
    background: white;
    color: #111
}
#block-comments fieldset span.clButton {
    padding: 0;
    margin: 0;
    background: inherit;
}
#block-comments legend {
    display: none
}
#block-comments dd {
    margin: 0 0 5px 3px
}
#block-comments fieldset input, #block-comments fieldset textarea,#block-comments input#c_title {
    width: 460px;
    background: #f3f3f3;
    border: solid 1px black;
    padding: 2px 5px;
    margin-top: 2px;
    color: #444;
    font-family: sans-serif;
    font-size: 13px
}
#validation {
    float: left;
    width: 150px !important;
    margin-right: 20px
}
#block-comments .submit {
    width: 120px;
    height: 40px;
    margin: 0px 40px 0 0;
    background: url('https://s3b.estranky.cz/img/d/1000000251/contentSubmitBkg.png') 100% 50% no-repeat;
    border: 0;
    color: rgb(234, 171, 30);
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
   top: -0.6em;
}
#block-comments .comment-headline {
    color: white
}
#block-comments .comment-headline h3 {
    color: rgb(234, 171, 30);
    margin: 10px 0 0 0;
    padding: 0;
    border: none;
    font-size: 12px;
    text-transform: none !important;
    letter-spacing: 0 !important
}
.comment-text p {
    margin: 3px 0 5px 0
}

#block-comments form dd input{width: 205px;} 
#block-comments form dd input#c_validation{float:left;} 
#block-comments form dd div#c_validation_div{text-align:right;margin-right: 6px;}
#block-comments .submit{position: relative; top: -0.6em; left:-1em;}
@media(min-width: 768px) {
   #block-comments .submit{top: -3.6em;}
}
#block-comments form dd div#c_validation_div img {margin:3px 0px;}
#block-comments form .recaptchaContainer {text-align: left; padding-right: 4px;}
@media(min-width: 768px) {
   #block-comments form .recaptchaContainer {text-align: right;}
}
.recaptchaContainer {
    text-align: left;
}

/* photo */
#slide h2, #click {
    text-align: center
}
#click {
    margin-bottom: 10px;
    border-bottom:  dashed 1px #b8b8b8
}
#thumbnav{
    width: 500px;
    overflow: auto;
    border-bottom: dashed 1px #b8b8b8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#timenav {
    clear: both;
    text-align: center
}
#timenav a {
    color: rgb(234, 171, 30);
    font-weight: bold;
    text-decoration: none
}
#timenav a:hover {
    text-decoration: underline
}
.back {
    float: left
}
.forward {
    float: right
}
/* folders */
#folders h2 {
    padding: 0 !important
}
.album {
    float: left;
    width: 200px;
    _width: 240px;
    padding-left: 40px;
    background: url(img/slozka.gif) no-repeat 10px 5px;
    overflow: hidden;
}
.album h3 {
    margin: 0;
    font-size: 1.2em;
    height: 1.5em;
    overflow: hidden;
    line-height: 160%;
}
.album div {
    color: #666666;
    margin-bottom: 10px
}
.album a {
    color: white;
    text-decoration: none
}
.album a:hover {
    color: #CCC;
    text-decoration: underline
}
/* sections */
.section_article {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #757575;
}
.section_article h3 {
    margin: 0;
}
.section_article a {
    color: white;
    text-decoration: none
}
.section_article a:hover {
    color: rgb(234, 171, 30);
    text-decoration: underline
}
/* 14. advertisement-------------------------------------------------------------*/
#mess-ahead {
    background-color: #252525;
    color: #fff;
    padding-bottom: 8px;
    text-align: center;
}
#mess-board {
    color: #fff;
    text-align: center;
}
#sky-scraper-block {
    position: absolute;
    top: 0;
    width: 300px;
    right: -300px;
    z-index: 1000;
}
#sticky-box {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
}
html &gt; body #mess-skyscraper span.mess-title, html &gt; body #mess-skyscraper div.inner_frame {
    margin: 0!important;
}
#mess-square, #mess-message {
    margin-bottom: 10px;
}
#mess-square .inner_frame, #mess-message .inner_frame {
    padding: 10px;
    text-align: center;
}
#mess-message .inner_frame {
    text-align: left;
}
#mess-square span.mess-title, #mess-text span.mess-title, #mess-message span.mess-title {
    display: block;
    padding: 8px 0 0 10px;
}
.message {
}
.message .inner_frame {
    font-size: 100%;
}
.message img {
    border: none;
    display: block;
    margin: 0 auto;
}
.message span.mess-title {
    font-size: 10px;
    color: #fff;
}
.hypertext {
    border: 1px solid #eee;
    margin: 10px 0 0 0;
    overflow: hidden;
    padding: 10px 5px;
}
#content .hypertext h2 {
  margin: 0;
  padding-right: 75px;
}
#content .hypertext h2 a {
  font-size: 13px;
  text-transform: none;
  color: white;
}
#content .hypertext h2 a:hover {
  color: rgb(234, 171, 30);
}
.hypertext+.hypertext {
  border-top: none;
  background: rgb(67, 50, 34);
  margin-top: -1px;
}
.hypertext .mess-title {
  float: right;
  line-height: 17px;
}
*html .hypertext .mess-title {
  float: none;
}
.hypertext+.hypertext .mess-title {
  display: none;
}
#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 {text-align: center;}
#shifter #shifter_wrap #shifter_footer .span3 {border: 1px #b8b8b8 dashed; padding: 0px 4px 4px;}
#shifter div#shifter_title h3 {margin: 5px 0; color: #f5f5f5;}
#shifter .span3 .category a {color: rgb(234, 171, 30);}
#shifter #shifter_wrap #shifter_footer .category a {text-decoration: underline;}
#shifter #shifter_wrap #shifter_footer .category a:hover {text-decoration: none; color: #fff;}
#shifter .span3 a {color: rgb(234, 171, 30); text-decoration: none;}
#shifter .span3 a:hover {color: gray; text-decoration: underline;}
#shifter .span3 .category a {font-size: 13px;}
#shifter #shifter_wrap #shifter_footer .span3 h4 {margin: 0; font-size: 0.7em;}
#shifter #shifter_title h3#shifter_t_2 {margin-right: 271px;}
#shifter #shifter_wrap #shifter_terms a {font-size: 0.75em;}
body #shifter #shifter_wrap #sklik {height: auto;}
* html #shifter #shifter_title h3#shifter_t_2 {margin-right: 135px;}



/**************************************************************************************/
/***fix*package************************************************************************/
/**************************************************************************************/
.comment {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.level0 {
    margin-left: 0px;
}
.level1 {
    margin-left: 15px;
}
.level2 {
    margin-left: 30px;
}
.level3 {
    margin-left: 45px;
}
.level4 {
    margin-left: 60px;
}
.level5 {
    margin-left: 75px;
}
.level6 {
    margin-left: 90px;
}
.level7 {
    margin-left: 105px;
}
.level8 {
    margin-left: 120px;
}
.level9 {
    margin-left: 135px;
}
/**********preview**********/
#thumbnav, #photos, #preview-folder {
    overflow: hidden;
}
#photos .photo-wrap, #preview-folder .box, #thumbnav .box, .folder .photo-wrap {
    background: #252525;
    float: left;
    width: 90px;
    height: 90px;
    margin: 2px 0px 2px 4px;
    _width: 92px;
    _height: 92px;
}
#thumbnav .box {
    margin: 1px;
}
#photos .photo-wrap div, #preview-folder .box div, #thumbnav .box div, .folder .photo-wrap div {
    height: 90px;
    width: 90px;
    text-align: center;
    _height: 92px;
    _width: 92px;
    display: table;
    =position: relative;
    overflow: hidden;
}
#thumbnav .box div a, #photos .photo-wrap div a, #preview-folder .box div a, .folder .photo-wrap div a {
    =margin: 2px 0px 0px 0px;
    height: 100%;
    =height: auto;
    background-image: none;
    border: 0px solid #f7b1a5;
    =position: absolute;
    =top: 50%;
    =left: 50%;
    display: table-cell;
    vertical-align: middle;
}
#thumbnav .box div a, #photos .photo-wrap div a, #preview-folder .box div a, .folder .photo-wrap div a {
    =border: none;
}
#thumbnav .box div a img, #photos .photo-wrap div a img, #preview-folder .box div a img, .folder .photo-wrap div a img {
    =position: relative;
    =top: -50%;
    =left: -50%;
    border: 0px solid #FFF;
}
#thumbnav .wrap {
    display: block;
    padding: 8px 0px 8px 5px;
    _padding-left: 0px;
}
/*********end of preview**********/

/* ----------- Facebook------------ */
#fb_likebox_width {
  width: 182px;
}



/* ----------- Like ----------- */
.fb_edge_widget_with_comment{margin:5px 0px;}

/* ----------- fb comment ----------- */
#fb_userpage_comments {margin:10px 0px;}

#stats .inner_frame {
    text-align: left;
    padding-left: 10px;
}
#stats .inner_frame td, #stats .inner_frame th {
    padding-right: 4px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 0.8em;
}
#stats .inner_frame table:after {
    content: ".";
    line-height: 0px;
    height: 0px;
    clear: both;
    visibility: hidden;
}
h1.head-left {
    text-align: left;
}
h1.head-center {
    text-align: center;
}
h1.head-right {
    text-align: right;
}
#ajax-container_preview {
    z-index: 999999;
}
.list-of-pages {
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
}
.list-of-pages .previous {
    position: absolute;
    left: 15px;
    top: 0px;
}
.list-of-pages .next {
    position: absolute;
    right: 15px;
    top: 0px;
}
.list-of-pages a {
}
.list-of-pages .numbers {
    display: block;
    margin: 0px auto;
    width: 320px;
}
#last-photo .inner_frame {
    text-align: left;
}
#last-photo .inner_frame img {
width: 100%;
    height: auto;
}
#mail-list fieldset dd {margin: 0;}
#mail-list .inner_frame {
    text-align: left;
}
.vizual-captcha {
  width: 100%;
    margin: 10px 0;
}
#c_validation {
  width: 49%;
  height: 20px;
}
#mail-list .message{ color: #fff;}
#languages .inner_frame {
  overflow: hidden;
}
#languages .inner_frame a{ padding: 0 5px; float: left; font-size: 0.8em;}
/* ------------------------- submenu --------------------------- */
menu li.submenu-over {
    position: relative;
    z-index: 9999;
}
menu li ul.classic, menu li ul.submenu, menu li ul.click, menu li ul.onmouse {
    display: none;
}
menu li.submenu-over ul.onmouse, menu li:hover ul.onmouse, menu li.submenu-over ul.click, menu li.submenu-over ul.classic {
    display: block;
}

menu li.submenu-over ul.onmouse, menu li:hover ul.onmouse, menu li.submenu-over ul.click {
 position: absolute;
 top: 83%;
 left: 0px;
 list-style: none;
 display: block;
 background: #252525;
margin: 0px;
padding: 0px;
}

menu li.submenu-over ul.onmouse li, menu li:hover ul.onmouse li, menu li.submenu-over ul.click li {
    list-style: none;
    float: none;
    display: block;
    padding: 1px;
    margin: 0px;
/*  background: #EAE7E2; /*light*/
        color: #252525; /*dark*/*/
}
menu li.submenu-over ul.onmouse a, menu li:hover ul.onmouse a {
    float: none;
    white-space: nowrap;
padding: 10px 15px;
background-image: none;
background: #252525; /*light*/
color: #EAE7E2; /*dark*/

}
menu li.submenu-over ul li a:hover, menu li:hover ul li a:hover{
color: #C4D20B; /*green*/
}
/**************end of submenu**********************/
.editor-area .preview img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

#photos, .editor-area {
    margin-bottom: 10px;
}
#comments-form textarea, #comments-form input {
    width: 400px;
}
#comments-form input.submit {
    width: 100px !important;
}

#photos, .editor-area {
    margin-bottom: 10px;
}
#comments-form textarea, #comments-form input {
    width: 400px;
}
#comments-form input.submit {
    width: 100px !important;
}

#mail-list-key, #send-mail-list {
  font-size: 12px;
  width: 63%;
}
#mail-list #validation-dt {
  color: #fff;
}
#mail-list #validation-dt {
   margin: 0 0 5px;
}

#portrait .inner_frame {
    text-align: center;
}
#search #sendsearch {
    position: absolute;
    left: 728px;
    top: 304px;
    background: #505050;
    border: 0px;
    color: #e6e6e6;
    background: transparent url('https://s3b.estranky.cz/img/d/1000000251/searchSubmitBkg.png') no-repeat;
    width: 18px;
    height: 18px;
    overflow: hidden;
    font-size: 900%;
}
.column ul, .column li {
    list-style: none;
    margin: 0px;
    padding: 0px;
                _display: inline-block;
}
.column li a {
    display: block;
    background: transparent url('https://s3b.estranky.cz/img/d/1000000251/right-list-type.png') 1px 50% no-repeat;
    font-size: 0.8em;
    padding: 5px 0px;
                _margin: 0;
                _padding: 2px 0;
    padding-left: 12px;
}
.own-code-nav .inner_frame, #last-photo .inner_frame, #contact-nav .inner_frame, #own-code-nav .inner_frame {
    font-size: 0.8em;
}

#navigation:after, #body:after {
 content: ".";
 clear: both;
 display: block;
 height: 0px;
 visibility: hidden;
}

.folder-info { margin-left: 120px; width: 350px;}
.folder-info h3 {font-size: 15px; margin-bottom: 0.4em;}
.folder-info div {padding: 0.2em 0;}

#thumbnav { padding-left: 15px; }

.slidebar {
    white-space: nowrap;
    padding: 10px 10px 0 10px;
    overflow: auto;
    height: 102px;
    _height: 120px;
    display: block;

}

.clear { clear: both; display: block; height: 0px; line-height: 0px; width: 100%; }
#contact-nav .inner_frame, .own-code-nav .inner_frame, #stats .inner_frame{ 
  padding-left: 0px;
  color: #FFF;
}
#contact-nav .inner_frame p.contact_adress {margin: 0.5em 0;}
.article h2 {margin: 15px 0px;}
.article {margin-bottom:25px;}
#photos .photo-wrap {margin:0 9px 9px 0; _margin: 0 6px 6px 0;} 
#photos h2 { margin: 15px 0px; }
#section_subsections { margin: 30px 0; }
.editor-area p {margin: 5px 0px; padding: 5px 0px;}

/* special layout addons */
#document {overflow: hidden;}
menu {
  width: 100%;
    line-height: 1px;
}
#navigation {z-index: 1000;}

/* --- eshop ---- */
div#eshop div#articles.order_account table#basket_preview_form th {padding: 4px;}
div#eshop div#articles.order_account table#basket_preview_form td {padding: 0 3px;}
#ecategory ul li ul {
  padding-left: 12px;
}
#eshop fieldset {border: none;}
#eshop .comment-headline i {float: right; margin-right: 5px;}
#eshop #block-comments {width: 100%;}
#eshop .submit, #login .submit {background: rgb(67, 50, 34); cursor: pointer;
color: rgb(234, 171, 30); font-weight: bolder; border: 1px solid rgb(234, 171, 30);}
#eshop .submit {padding: 5px 8px;}
#login .submit {padding: 2px 6px;}
#usernewsletter {margin-left: 17px;}
#login input.submit, #login label {float: none; margin: 0;}
#login label {width: auto;}
#login .inner_frame p {margin: 5px 0;}
#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;}
.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 .article h3, #eshop #articles .article h3 { margin: 0.2em 0em 0.3em; line-height: 1.2em; height: 2.4em; overflow: hidden; }
#eshop div.products .article h3 a, #eshop #articles .article h3 a {color: rgb(234, 171, 30);}
#eshop div.products .article h3 a:hover, #eshop #articles .article h3 a:hover {color: #fff;}
#eshop div.products .article, #eshop #articles .article {float: left; width: 100%; display: inline; margin: 5px 32px 0px 0px; padding: 0 2px;}
@media(min-width: 768px) {
  #eshop div.products .article, #eshop #articles .article {width: 130px;}
}
* html #eshop div.products .article, * html #eshop #articles .article {width: 134px; padding-bottom: 25px;}
#eshop div.products {padding-bottom: 5px; margin-bottom: 25px;}
#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: 5.3em; line-height: 1.45em; overflow: hidden; text-align: justify; margin-bottom: 5px;}
*:first-child+html #eshop div.products .article .editor-area, *:first-child+html #eshop #articles .article .editor-area {height: 5.5em;}
* html #eshop div.products .article .editor-area, * html #eshop #articles .article .editor-area {line-height: 1.25em; height: 5.4em;}
#eshop div.products .article span.price, #eshop #articles .article span.price {font-weight: bolder; text-align: center; display: block; margin-top: 5px; padding: 3px 0;}
#eshop .article .photo-wrap {margin-top: 0;}
#eshop #product #photo-detail .photo-wrap {
float: left;
margin-top: 1px;
}
#eshop .registration .validation dd, #eshop .gennewmail .validation dd {margin-left: 0;}
#eshop #basket input.amount {height: 18px; top: 0;}
* html #eshop #basket input.amount {height: 32px;}
*:first-child+html #eshop #basket input.amount {height: 21px;}
#eshop #basket input.amount {top/*\**/: -1px\9}
#eshop .sphotos .photo-wrap {display: table;}
#eshop .article .editor-area {text-align: justify;}
#account_firm label {width: 84px; display: block;}
#billing_address label {width: 80px; display: block;}
.settings #firmsdata label {width: 84px;}
#eshop .settings #billing_address label {width: 79px;}
.contact-info #billing_address label {width: 82px;}
#eshop #billing_address #sameaddress + label {width: auto; display: inline;}
* html .settings #firmsdata label, * html #eshop .settings #billing_address label, * html #account_firm label, * html .contact-info #billing_address label {width: 97px;}
* html #delivery_address label {width: 99px;}
*:first-child+html .settings #firmsdata label {width: 82px;}
*:first-child+html #eshop .settings #billing_address label {width: 75px;}
*:first-child+html #account_firm label {width: 82px;}
*:first-child+html .contact-info #billing_address label {width: 78px;}
.contact-info #billing_address label {width/*\**/: 78px\9}
#eshop .settings #billing_address label {width/*\**/: 75px\9}
@-moz-document url-prefix() { /** FF */ 
    #eshop .settings #billing_address label {width: 73px;} 
    .contact-info #billing_address label {width: 76px;}
}
*:first-child+html #eshop #block-comments form dd input#c_validation {margin-left: -4px;}
* html #eshop #block-comments form dd input#c_validation {margin-left: -4px;}
* html #eshop #product-info table td {color: #b3b3b3;}
* html #eshop .registration .submit {margin-left: 3px;}
* html #eshop .gennewmail .submit {margin-left: 0;}
*:first-child+html #eshop .gennewmail .submit {margin-left: 2px;}
*:first-child+html #eshop .registration .submit {margin-left: 5px;}
* html #eshop .registration #usernewsletter .submit {margin-left: -1px;}
*:first-child+html #eshop .registration #usernewsletter .submit {margin-left: -1px;}
* html #login input.submit {width: 116px;}
*:first-child+html #login input.submit {width: 125px;}
* html #eshop .settings .submit {margin-left: 19px;}
* html #eshop .settings #usernewsletter {margin-left: 15px;}
*:first-child+html #eshop .settings .submit {margin-left: 19px;}
*:first-child+html #eshop .settings #usernewsletter {margin-left: 15px;}
* html #eshop #basket_preview_form fieldset p {margin-bottom: 5px;}
* html #eshop #basket_preview_form .wrap ul {margin-left: 0;}
*:first-child+html #eshop #basket_preview_form .wrap ul {margin-left: 0;}
* html #eshop .contact-info #usernewsletter {margin-left: 15px;}
*:first-child+html #eshop .contact-info #usernewsletter {margin-left: 15px;}
* html #eshop .contact-info .submit {margin-left: 19px;}
*:first-child+html #eshop .contact-info .submit {margin-left: 19px;}
#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 {width: 240px;}
* html #eshop #basket_preview_form fieldset table, * html #eshop #confirm fieldset table, * html #eshop #product-detail #product-info table {font-size: 13px;}
* html #eshop #basket input.add_basket {color: white;}
#eshop .gennewmail fieldset p input {width: 191px;}
* html #eshop .gennewmail fieldset p input {width: 195px;}
#login .inner_frame form div input {margin-bottom: 5px;}
#account_firm, #deliveryaddress {margin-left: 2px;}
#eshop .article .price {margin: 0 0 20px;}
#sameaddress {margin-left: 0;}
#eshop #articles .settings {margin-top: 10px;}
#eshop #product-detail #calculation {line-height: 160%;}
#eshop #basket_preview_form td img {padding-top: 2px;}
#basketpayments ul, #baskettransport ul {margin-left: -37px;}
#eshop #basket_preview_form .wrap input {margin-left: 0px;}
#eshop #basket_preview_form p .submit {margin-left: 18px;}
#basketpayments h3, #baskettransport h3, #eshop #basket_preview_form fieldset p .submit {margin-left: 7px;}
* html #basketpayments ul, * html #baskettransport ul {margin-left: 2px;}
* html #eshop #basket_preview_form p .submit {margin-left: 7px;}
* html #content #eshop #basketpayments ul li div, * html #content #eshop #baskettransport ul li div {padding-left: 27px;}
*:first-child+html #basketpayments ul, *:first-child+html #baskettransport ul {margin-left: -3px;}
*:first-child+html #eshop #basket_preview_form p .submit {margin-left: 11px;}
*:first-child+html #eshop #basket_preview_form fieldset p .submit {margin-left: 7px;}
*:first-child+html #content #eshop #basketpayments ul li div, *:first-child+html #content #eshop #baskettransport ul li div {padding-left: 27px;}
#eshop #basket_preview_form fieldset p .submit {margin-left/*\**/: 6px\9}
#eshop #basket_preview_form p .submit {margin-left/*\**/: 8px\9}
#eshop #basket_preview_form .wrap input {margin-left/*\**/: -3px\9}
#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;}
* html #eshop #basket_preview_form li div  {font-size: smaller;}
#eshop #articles #steps ul {width: 235px; margin: 10px auto;}
* html #eshop #articles #steps {text-align: center;}
.contact-info fieldset, .settings fieldset {padding: 5px 10px;}
#orderdone {padding: 5px 10px;}
#orderdone td {padding: 2px 0;}
#confirm .wrap {padding: 0px 10px;}
#eshop #block-comments form dt {width: 81px;}
#eshop #confirm .validation {margin: 10px 0 0; padding: 0;}
#eshop #confirm .submit {margin-top: 3px;}
#eshop #confirm .validation #c_validation {height: 22px;}
*:first-child+html #eshop #confirm .validation #c_validation {height: 27px;}
* html #eshop #confirm .validation #c_validation {height: 33px;}
#eshop #confirm .validation dt {width: 90px;}
#eshop form#confirm input[type="checkbox"] {position: relative; top: 2px; margin-left: 0;}
#eshop form#confirm input[type="checkbox"] {
    margin-left: -3px \0/; /* IE8+9  */
}
*:first-child+html #eshop form#confirm input[type="checkbox"] {margin-left: -3px;}
#eshop #confirm .validation dt {float: none;}
#eshop #confirm fieldset.validation dd {margin: 0;}
#eshop #product-comments #block-comments form {margin-left: 0;}
#eshop #orderdone {font-size: 95%;}
#eshop #orderdone th {padding: 0;}
#eshop #panel .panel-header li a {background: #858482; color: whiteSmoke;}
#eshop #panel .panel-header li.active a, #eshop #panel .panel-header li a:hover {color: black; background: #ebe8e3}
#eshop fieldset.validation {width: 100%;}
#eshop #panel {width: 100%;}
#eshop .gennewmail {margin-left: 10px;}
#eshop #basket_preview_form td {padding: 0;}
#eshop #articles ul, #eshop p {font-size: 100%;}
#eshop .article .photo-wrap img {margin-left: 1px;}
* html #eshop .article .photo-wrap img {margin-left: 0;}
#eshop #block-comments .comment-text {word-wrap: break-word; margin: 10px 0 0 10px;}
#eshop #panel .panel-header li {background: none; padding: 0;}
#eshop .wrap li, #eshop #steps li {background: none; padding: 0;}
#eshop #confirm .validation .validatin-images-set {width: auto;}
#eshop #confirm .wrap {line-height: 160%;}
#login p, #nav-basket .inner_frame, #eshop #panel .inner_frame, #logged .inner_frame  {text-align: left;}
#eshop #block-comments form dd input#c_validation {float: none; margin-left: 0;}
#eshop #block-comments .comment-headline h3 {float: none;}
#eshop #block-comments .comment-text {margin: 8px 0 2px 10px;}
#eshop .validation dt, #eshop .registration .validation dt {width: 81px;}
#eshop #block-comments .validation #c_validation {width: 229px;}
#login .inner_frame, #nav-basket .inner_frame, #logged .inner_frame {padding: 10px 10px 0px 0; color: #fff; font-size: 80%;}
#eshop #panel .panel-header ul {margin-left: -40px;}
#eshop #block-comments .submit {top: 0; width: 165px; height: 28px; left: 5px;}

#eshop #basket_preview_form td.title {width: 40%;}
#eshop #steps li {margin: 0px 5px;}
#eshop #panel .inner_frame {border: 1px solid #EBE8E3;}
#eshop #block-comments fieldset span {display: none;}
#eshop #block-comments .comment {margin-top: 20px; padding-left: 6px;}
#eshop .article {clear: none;}
#eshop .registration #usernewsletter,#eshop .registration .validation, #eshop .registration .submit {margin-left: 3px;}
#eshop .contact-info .submit,#eshop .settings .submit {margin-left: 17px;}
#eshop .registration .submit, #eshop .gennewmail .submit {margin-left: 12px;}
#eshop .contact-info .submit {margin-left/*\**/: 20px\9}
#eshop .settings .submit {margin-left/*\**/: 20px\9}
#eshop .registration #usernewsletter {margin-left/*\**/: -3px\9}
#eshop .registration .submit, #eshop .gennewmail .submit {margin-left/*\**/: 3px\9}
#delivery_address label {width: 84px; display: block;}
#eshop #product-comments #block-comments h3 {padding-top: 0;}
#eshop #product-comments #block-comments .comment {border-left: none;}
* html #eshop #basket input.add_basket {width: 170px;}
#eshop .registration .validation, #eshop .gennewmail .validation {margin-top: -20px;}
#eshop .settings fieldset h3, #eshop .contact-info fieldset h3 {margin: 0 0 5px;}
#eshop #account_info {margin-top: 5px;}
#eshop #confirm .right p {margin: 0;}
#eshop #confirm .right .price {margin: 10px 0;}
#eshop #orderdone th {color: white;}
#eshop #confirm table .right {padding-right: 0;}
* html #eshop #confirm .wrap {padding: 10px;}
* html #eshop #articles #basket_preview_form table th, * html #eshop #articles #basket_preview_form table td,
* html #eshop #articles #confirm table th, * html #eshop #articles #confirm table td{color: #B3B3B3;}
#eshop #steps {margin-bottom: 10px;}
* html #eshop #basket_preview_form td.title {width: 35%;}
#eshop #basket_preview_form table .border_fix td, #eshop #basket_preview_form table tr .price {border: none;}
#logged .inner_frame, #login .inner_frame form p {line-height: 1.5em;}
#eshop .gennewmail .submit {margin-top: -15px;}
* html #eshop table {color: #b3b3b3;}
* html #eshop #product-comments .comment-headline i {margin-top: -3.6%;}
*:first-child+html #eshop #product-comments .comment-headline i {margin-top: -3.6%;}
* html #eshop #block-comments .validation #c_validation {margin-left: 0; width: 240px;}
#eshop #articles .registration h3 {margin: 15px 0 5px;}
#eshop #steps .active {color: black; font-weight: bold; background: #ebe8e3; }
#content #eshop #basketpayments ul li, #content #eshop #baskettransport ul li {
background: #252525;}
#content #eshop #basketpayments ul li div, #content #eshop #baskettransport ul li div {
background: #333333;
margin-left: 0 !important;
padding-left: 23px;
}
#eshop .settings p {margin: 0;}
#eshop .settings .submit {margin-top: 10px;}
#eshop #product-detail #calculation p {margin: 0;}
#eshop #basket_preview_form .wrap ul li {margin: 3px 0;}
#eshop #product-detail #product-info table tr td {min-width: 70px; vertical-align: top;}
#eshop #product .wrap h2 {line-height: 1.2em; margin-bottom: 15px;}
#eshop #basket_preview_form p input {width: 128px;}
#eshop #basket_preview_form fieldset p input  {padding: 5px 0; width: 128px;}
#eshop #basket_preview_form fieldset p a {padding: 5px 18px; text-decoration: none; text-align: center; font-size: 13px;}
*:first-child+html #eshop #basket_preview_form fieldset p a {padding: 6px 18px;}
*:first-child+html #eshop #basket_preview_form p {padding: 5px 0;}
* html #eshop #basket_preview_form p {padding: 5px 0;}
#eshop #articles table {color: #b3b3b3;}
#eshop #basketpayments, #eshop #baskettransport {width: 47%;}
#eshop #baskettransport {margin-left: 15px;}
*:first-child+html #eshop #block-comments .validation #c_validation {margin: 5px 0 0 -1px;}
#eshop #steps .active, #eshop #steps .done {padding: 3px 5px; border: 1px solid rgb(234, 171, 30);
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; width: 55px; text-align: center;}
#confirm .wrap, #account_info, #billing_address,
#eshop div.products .article span.price, #eshop #articles .article span.price {background: #252525;}
#eshop #confirm .wrap, #eshop #account_info, #eshop #billing_address {border: 2px solid #b6b6b6;}
#eshop #photo, #eshop div.products .article .photo-wrap, #eshop #articles .article .photo-wrap,
#eshop #product #photo-detail .photo-wrap {background: #252525; border: 1px solid black;}
:root #eshop #basket input.amount {top: 0px\9;}
@-moz-document url-prefix() { /** FF */ 
    #eshop #basket input.amount {height: 17px; top: 1px;} 
}
#eshop #paging {clear: both;}
#eshop #paging a, #eshop #paging span.current {padding: 4px 6px; margin-right: 6px; border: 1px solid #000; background: #252525; text-decoration: none;}
#eshop #paging span.current, #eshop #paging a:hover {background: none;}
#eshop #paging #previous, #eshop #paging #next {border: none; background: none;}
#eshop .contact-info fieldset span {color: #ff0000;}
#ecategory div ul li.current ul li a {color: #fff; text-decoration: underline;}
#ecategory div ul li.current a, #ecategory div ul li ul li.current a, #ecategory div ul li.current ul li a:hover {color: rgb(234, 171, 30); text-decoration: none;} 
menu li.current ul.submenu li a {background-image: none; color: #fff;}
menu li.current a, menu li.current ul.submenu a, menu li.current ul.submenu li a:hover { background: url('https://s3b.estranky.cz/img/d/1000000251/menuBkgR.png') 0% 0% no-repeat;}
menu li.current a span, menu li.current ul.submenu a span, menu li.current ul.submenu li a span:hover { background: url('https://s3b.estranky.cz/img/d/1000000251/menuBkgL.png') 100% 0 no-repeat; color: #c4d20b;}
#eshop .registration fieldset {padding: 0;}
#eshop .registration .validation {margin-top: 0;}
#eshop .registration .validation dl {margin: 0;}
#eshop .registration .submit {margin-left: 3px;}
*:first-child+html #eshop .registration .submit {margin-left: 3px;}
*:first-child+html #eshop .registration #usernewsletter {margin-left: -1px;}
* html #eshop .registration .submit {margin-left: 3px;}
* html #eshop .registration #usernewsletter {margin-left: -1px;}
#eshop .login-info fieldset p {margin: 3px 0;}
#eshop form.login-info fieldset p label { display: inline-block; width: 80px; }
#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 .login-info .submit {margin: 0;}
#eshop .login-info {border-bottom: dashed 1px #B8B8B8; padding: 0 0 10px 6px; margin-bottom: 20px;}
#eshop .order_account table#basket_preview_form {border-bottom: 1px dotted #C6C6C6;}
#eshop div.order_account table tr.odd {background: #252525;}
#eshop div.order_account h3 {margin: 10px 0 0;}
#eshop div.order_account table tr td {padding: 0 3px 0 0;}
#eshop #panel .inner_frame {border: 1px solid #000; background: #252525;}
#eshop #panel .panel-header li.active a {background: #252525; color: #B3B3B3; border-bottom: 1px solid #252525;}
/*****************/

#product-search input {vertical-align: middle;}
#product-search input#product-search-text {width: 220px; background: #F3F3F3; border: solid 1px #000; padding: 0px 5px; margin-top: 2px; color: #444; font-family: sans-serif; font-size: 13px; height: 28px;}
#product-search input.submit {padding: 0 15px; height: 30px;}
#product-search h2 {padding-top: 30px; margin-top: 0px; border-bottom: dashed 1px #B8B8B8; color: rgb(234, 171, 30); font-size: 1.3em; text-transform: uppercase;}
#product-search .products ul {line-height: 1.7em;}
*:first-child+html #product-search input#product-search-text {padding: 6px 5px 0; height: 22px;}
* html #product-search input#product-search-text {padding: 6px 5px 0; height: 30px;}
@media \0screen {
    #product-search input#product-search-text {padding: 6px 5px 0; height: 22px;}
}
#eshop #basket_preview_form td.coupon input.couponText {padding: 4px 2px;}

/* Google maps fix */
.gm-style-iw {color: #000;}


/******************************************************************************/
/*----------------------------------------------------------Navigation bar style----------------------------------------------------------*/
@media screen,projection{ 
#nav-cover{background-color: #252525;}  

/* Full width adjustments */
body.full-width #in-document {background-image: none;}
body.full-width #content {float: none; width: auto;}
body.full-width #nav-column {margin: 0; float: none; width: auto;}
body.full-width #breadcrumb-nav {width: 535px;}

body.full-width #block-comments {width: auto;}

body.full-width #folders {width: 60%;}
body.full-width #comments-form {width: 70%;}

}

/* Responsive */

.menu-toggle {
    position: absolute;
    margin-top: -10px;
    right: 20px;
    border: 0;
    outline: 0;
    padding: 0;
    padding-bottom: 6px;
    cursor: pointer;
    min-height: 35px;
    display: none;
    background: transparent;
    z-index: 99999;
}
.menu-toggle span {
    border-top: 5px rgb(234, 171, 30) solid;
    width: 30px;
    margin: 2px 0;
    display: block;
    transition: 0.3s all linear;
}
.menu-toggle.menu-active {
    margin-top: -17px;
}
.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: 1230px) {
    
    #whole-page {
        min-width: auto;
        width: 100%;
    }
    #document {
        width: 100%;
    }
    #in-document {
        background: none;
        width: 100%;
        max-width: 750px;
        margin: auto;
        position: relative;
    }
    #header {
        width: 100%;
        background: none;
        height: auto;
    }
    #page-bkg-tleft {
        margin-left: 0;
    }
    #page-bkg-tright {
        margin-right: 0;
    }
    menu {
        width: 100%;
        padding: 20px 0;
    }
    menu li {
        width: 100%;
        border-bottom: 1px dotted #FFF;
        text-align: center;
    }
    menu li a {
        color: white;
        padding: 5px 0;
    }
    menu li a:hover, menu li a:hover span {
        background: #252525;
    }
    #navigation {
        width: 100%;
        height: auto;
        display: table;
        margin: 0;
        padding: 0;
        height: auto !important;
    }
    #header .inner_frame {
        width: 100%;
        background-size: contain!important;
        margin: 0;
        height: auto;
        padding-top: 26%;
        margin-top: 20px;
    }
    #header h1 {
        margin-top: 0;
        text-align: unset;
        padding: 10px;
    }
    #content {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        padding: 45px 15px 15px 15px; 
    }
    #footer .inner_frame {
        width: 100%;
        padding-bottom: 10px;
    }
    #nav-column {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        margin-top: 0;
    }
    #searchBkg {
        top: 0;
        left: 0;
        width: 100%;
        background: #252525;
        height: 40px;
    }
    #search #sendsearch {
        top: 2px;
        left: 160px;
    }
    #search #key {
        top: 0;
        left: 0;
    }
    #page-bkg-bleft div, #page-bkg-bright div {
        width: 100%;
    }
    #folders-nav, #last-gallery, #links, #calendar, #mess-message {
        width: 100%;
    }
    .folder {
        padding: 0;
        box-sizing: border-box;
        float: left;
        clear: none;
        width: 45%;
        margin: 10px 2.5%;
    }
    .folder-info {
        width: auto;
    }
    #nav-column .column &gt;.inner_frame {
      display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .menu-toggle {
        display: block;
    }
    #navigation nav {
        display: none;
    }
    #navigation.menu-active nav {
        display: block;
    }
    .level_2 {
        display: none !important;
    }

}

@media only screen and (max-width: 991px) {
    body {
        width: 100% !important;
    }

}

@media only screen and (max-width: 600px) { 

  .column .section, .folder {
    width: 100%;
      margin: 5px 0;
  }

}

/* ------------- 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: #000;
  }
}
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Ã­ -&gt; 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: space-between;
}
#photos::after {
    content: "";
    flex: auto;
}
#photos .slide {
  width: 130px;
  height: 130px;
  float: left;
  margin: 15px 7px 0;
}
#photos .slider-gallery__wrap {
  height: 130px;
  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: 75px;
    height: 75px;
    margin: 10px 5px 0;
  }
  #photos  .slider-gallery__wrap {
    height: 75px;
    width: 75px;
  }
  #photos .slider-gallery__img {
    max-width: 75px;
    max-height: 75px;
  }
}
/* Galerie responsive END */</pre></body></html>