hr, .noDisplay {
  display: none
}
  #header .title-desktop {
  display: none;
  top: -25px;
    position: relative;
}
@media (min-width: 1100px) {
  #header .title-desktop {
    display: block;
  }
}

#header .title-mobile {
  display: block;
}
@media (min-width: 1100px) {
  #header .title-mobile {
    display: none;
  }
}

#header .title-mobile h1 {
  top: 11px;
}
#eshop .contact-info td span {
    position: relative;
    display: block;
    top: -33px;
    left: -7px;
}
#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;
}
#photo-album-nav {
  display: none;
}
@media(min-width: 1100px) {
#photo-album-nav {
  display: block;
}
}
#last-photo {
  display: none;
}
@media(min-width: 1100px) {
#last-photo {
  display: block;
}
}
#calendar {
   display: none;
}
@media(min-width: 1100px) {
#calendar {
  display: block;
  width: 90%;
}
}
#rss-nav {
  display: none;
}
@media(min-width: 1100px) {
#rss-nav {
  display: block;
}
}
#stats {
  display: none;
}
@media(min-width: 1100px) {
#stats {
  display: block;
}
}
#last-photo .wrap-of-wrap img {
  width: 90%;
  max-width: 90%;
    height: auto;
}
h2, h3, h4, h5, h6, pre, address, u, s {margin: 10px 0;}
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; }
a {
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
a img {
  border: none
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.left-float {
  float: left;
}
.right-float {
  float: right;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  border: 0;
  font-size: 0em;
}
/*title buggy in ie */
.accessibility-links {
  display: none
}
/* --- */
.editor-area {
  position: relative;
  margin-right: 5px
}
.editor-area h2 {
  margin: 14px 0 !important;
  font-size: 1.5em !important
}
#content h2 {
  font-size: 16px;
  margin-top: 10px;
}
#content h3 {
  font-size: 13px;
  padding-top: 10px;
}

#content .editor-area .preview img {
  width: 100%;
    max-width: 515px;
    height: auto;
}

#content .editor-area ul {margin: 0.5em 0.75em 0.5em 2em}

#content .editor-area p {line-height: 140%; margin: 0.4em 0; padding: 0.2em 0;}

#content .editor-area h2, #content .editor-area h3, #content .editor-area h4 {margin: 1em 0 0.3em 0; padding: 0.1em 0;}

#content .editor-area h2 {margin-top: 1.5em;}

/* main box-model, content adv, IE hacking, etc... */
body {
  margin: 0;
  padding: 0px;
  background: url('https://s3b.estranky.sk/img/d/1000000181/pageBkgBottom.png') repeat-x 50% 100% #6ba6d4;
  text-align: center;
  font-family: Verdana;
  font-size: 11px
}
#page-bkg {
  background: url('https://s3b.estranky.sk/img/d/1000000181/pageBkg.png') repeat-x transparent;
}
#whole-page {
  position: relative;
  width: 950px;
  margin: 0 auto;
  text-align: left;
}
#document {
  position: relative;
}
#body {
   margin: 190px 11px 0 12px;
   background: #fff;
   border-radius: 15px;
   padding: 20px 5px;
}
@media(min-width: 1100px) {
#body {
   padding: 40px 18px;
}
}
/*body - ne header*/
/* overlay leftBreaker */

/* IE hacking - shadow above menu*/

/*advertisment*/
.message a {
  color: #69708C
}
.adv-title {
  font-size: 12px;
  color: #C51373;
  font-weight: bold
}
#mess-ahead {
  text-align: center;
  padding: 5px 0px;
        background-color: rgb(41, 74, 110) !important;
        padding-bottom: 10px;
        color: #fff;
}
#mess-board {color: #fff; min-height: 200px;  position: relative; top: -40px;}
* html #mess-board {height: 220px;}
#sky-scraper-block {
    position: absolute;
    right: -300px;
    text-align: center;
    width: 300px;
    top: 0;
    color: #fff;
    z-index: 20;
}
#sticky-box {
  position: relative;
  position: -webkit-sticky;
    position: sticky;
  top: 0;
  right: 0;
}
#mess-skyscraper {
  margin-bottom: 10px
}
#mess-square {
  margin: 10px 0
}
#mess-message, #mess-text {
  margin: 10px 0;
  padding: 5px 0;
  border-top: solid 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
}
#mess-text {
  clear: both
}
#mess-message img {
  float: left;
  padding: 5px 10px 0 0
}
.hypertext {
    border: 1px solid #eee;
    margin: 10px 0 0 0;
    overflow: hidden;
    padding: 10px 5px;
}
#content .hypertext h2 {
  margin: 0 !important;
  font-weight: normal;
  font-size: 11px;
  padding-right: 75px;
}
#content .hypertext h2 a {
  color: #69708C;
  text-transform: none;
}
.hypertext+.hypertext {
  border-top: none;
  background: #FFF;
  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 {background: #407098 url('https://s3b.estranky.sk/img/d/1000000181/pageBkgBottom.png') 0% 0% repeat-x;}
#shifter #shifter_wrap #shifter_footer .span3 {background: #fff; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; padding: 0px 5px 5px;
-moz-box-shadow: #2f4455 4px 2px 10px; -webkit-box-shadow: #2f4455 4px 2px 10px; box-shadow: #2f4455 4px 2px 10px;}
#shifter div#shifter_title h3 {margin: 5px 0; color: #fff;}
#shifter .span3 .category a {color: #f1ae19;}
#shifter #shifter_wrap #shifter_footer .category a {text-decoration: none;}
#shifter #shifter_wrap #shifter_footer .category a:hover {text-decoration: underline;}
#shifter .span3 a {color: #434D5A;}
#shifter .span3 .category a {font-size: 13px;}
#shifter #shifter_wrap #shifter_footer .span3 h4 {margin: 0;}
#shifter #shifter_title h3#shifter_t_2 {margin-right: 292px;}
#shifter #shifter_wrap #shifter_terms a {color: #979797;}
:root #shifter #shifter_title h3#shifter_t_2 {margin-right: 291px\9;}
* html #shifter #shifter_title h3#shifter_t_2 {margin-right: 145px;}
/* closing content page */
/*footer*/
#footer {
  width: 950px;
  bottom: 0;
  overflow: hidden;
  min-height: 110px;
}
#footer .inner_frame {
  padding: 10px 0pt 0pt 40px;
  color: white;
}
#footer .inner_frame p + p {margin-top: 5px;}
#footer .inner_frame p + p a {margin-right: 5px;}
#footer a {
  color: White;
}
#footer #up-page {
  display: none
}
#footer p {
  margin: 0;
}
/* end of whole page */
/*#decoration6 {
  clear: both;
  width: 100%;
  margin-top: -64px;
  height: 64px;
  background: url('https://s3b.estranky.sk/img/d/1000000181/pageBkgBottom.png') repeat-x
}
*/
/*header */
#header {
  position: relative;
  top: 85px;
  left: 0;
  z-index: 20;
}
#header-above {
  display: table;
  &margin-top: 15px;
  margin-left: 40px;
  height: 110px;
  overflow: hidden
}
#header h1 {
  margin: 0;
  display: block;
  left: 5px;
  overflow: visible !important;
  vertical-align: middle;
}
#header h1 a {
  display: block;
  width: 730px;
}
#header a {
  color: white;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: normal;
  text-decoration: none !important
}
@media(min-width: 1100px) {
  #header a {
  font-size: 1.6rem;
}
}
#header-decoration {
  display: none;
}
/* =================================== left panel ==================================  */
#nav-column {
  float: left;
        min-height: 50px;
  width: 315px;
  margin-left: 10px;
  margin-right: 15px;
  position: relative;
       -webkit-box-shadow: 3px 3px 6px -2px #e6e5e5;
       -moz-box-shadow: 3px 3px 6px -2px #e6e5e5; 
       box-shadow: 3px 3px 6px -2px #e6e5e5;
}
#nav-column h2 {
  width: 270px;
  height: 20px;
  padding: 7px 0 0 5px;
  background-repeat: no-repeat;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
}
#nav-column .section a {
  color: #434D5A;
}
/* menu on the top */
#navigation {
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 50;
  width: 950px;
  height: auto;
}
#navigation h2 {
  display: none
}
nav menu > li.level_1 {overflow: unset !important;}
ul.level_2 { position: absolute; top: 20px; padding: 0; z-index:999; background: #224463; border: 1px solid #FFF;}
ul.level_2 > li { display: block !important; width: 100%;}
ul.level_2 > li > a {float: none; white-space: pre; padding: 5px 20px;}
menu {
  margin: 0;
  padding: 0;
}
menu li {
  display: block;
  position: relative;
  float: left;
  font-size: 1em;
  margin: 0 1px;
  padding: 0 0 3px 0;
  line-height: 18px !important;
  zoom: 1;
}
@media(min-width: 1100px) {
  menu li {
  line-height: 14px !important;
}
}
menu li a {
  display: block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
menu li span {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 3px 15px 5px 15px;
  color: #fff;
  text-decoration: none;
}
menu li a:hover {
  background: #8193a7 url('https://s3b.estranky.sk/img/d/1000000181/menuBkgR.png') no-repeat 0% 0%;
  background-size: 100% 100%;
}
menu li a:hover span {
  background: url('https://s3b.estranky.sk/img/d/1000000181/menuBkgL.png') no-repeat 100% 0%;
}
menu li {
  _width: expression(this.offsetWidth < 200 ? "auto": "200px");
  _background: url('https://s3b.estranky.sk/img/d/1000000181/menuBkgR.png') no-repeat;
}
menu li, menu li a:hover, menu li a {
  _background-image: none !important;
  _background-color: transparent !important;
}
/************************************************************/
#folders-nav h2, #languages h2, #contact-nav h2, #stats h2 {
  background-color: #548cb8;
  border-radius: 4px;
}
#mail-list fieldset dd {margin: 0;}
#mail-list fieldset {
    padding: 0;
}
#mail-list #mail-list-message .message {
   margin: 10px 0;
    display: block;
    color: #000;
}
#last-gallery h2, #photo-album-nav h2, #mail-list h2 {
   background-color: #a0d20a;
  border-radius: 4px;
}
#links h2, #last-photo h2, #rss-nav h2 {
  background-color: #e9aa1d;
   border-radius: 4px;
}
#calendar h2 {
  background-color: #a0d20a;
   border-radius: 4px;
}
/* like menu, but not slide up */
.section ul {
  margin: -2px 0 0 0;
  padding: 0;
  width: 170px;
  overflow: hidden
}
.section li {
  margin: 0;
  padding: 0;
  list-style: none
}
.section li a {
  display: block;
  _height: 15px;
  margin: 0 0 5px 0;
  padding: 0 5px 3px 15px;
  list-style: none;
  background: url('https://s3b.estranky.sk/img/d/1000000181/listType1.png') 5px 50% no-repeat;
  border-bottom: solid 1px #ededeb;
}
#links li a {
  background-image: url('https://s3b.estranky.sk/img/d/1000000181/listType2.png')
}
/*portrait*/
#portrait h2 {
  display: none
}
#portrait .inner_frame {
  padding: 9px;
  text-align: center
}
#portrait {
  border-bottom: 1px solid #ededeb
}
/*photo*/
#last-gallery .inner_frame {
  width: 170px;
  margin: 3px 0;
  text-align: center;
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: solid 1px #ededeb
}
/*search*/
#search h2 {
  display: none
}
#search {
  position: absolute;
  float: left;
  top: 0;
  left: 0;
  z-index: 50;
  width: 270px;
  height: 31px;
  background: url('https://s3b.estranky.sk/img/d/1000000181/search.png') no-repeat;
}
@media(min-width: 1100px) {
  #search {
  top: -261px;
  left: 450px;
}
}
#search fieldset {
  margin: 5px 0 0;
  padding: 0;
  border: none;
}
#search #key {
  float: left;
  width: 145px;
  height: 15px;
  padding: 0;
  margin: 2px 10px 0 38px;
  background: rgb(41, 74, 110);
  border: solid 1px rgb(41, 74, 110);
  color: #e6e6e4;
  font-size: .8em
}
#search #sendsearch {
  float: left;
  width: 17px;
  height: 16px;
  margin-top: -10px;
  background: url('https://s3b.estranky.sk/img/d/1000000181/searchSubmit.png') no-repeat;
  text-align: right;
  border: none;
  color: #99d900;
  font-size: 0px;
  font-weight: bold;
  padding-top: 100px;
}
/*kalendar */
#calendar caption {
  display: none
}
#calendar .inner_frame {
  text-align: center;
  padding-bottom: 10px
}
#calendar table {
  width: 170px;
  margin: 0 auto;
  color: #6a6e79;
  border-collapse: collapse
}
#calendar #archive-year td {
  padding-bottom: 3px;
  border-bottom: solid 1px #ededeb;
}
#calendar tbody {
  width: 170px;
}
#archive-month a, #archive-year a {
  color: #a3d30b !important;
  font-weight: bold
}
#calendar #archive-days th {
  padding: 5px 0
}
#calendar td, #calendar th {
  _font-size: .7em;
  text-align: center;
}
#calendar tbody td {
  margin: 0 !important;
  width: 18px;
  height: 18px;
}
#archive-month td {
  height: auto !important;
  width: auto!important;
}
#archive-month td * {
  margin: 0 !important;
  font-size: .9em;
}
#calendar tbody .day_active {
  background: url('https://s3b.estranky.sk/img/d/1000000181/calendarItemBkg1.png') 50% 50% no-repeat;
  &background-position: 25% 50%;
  font-size: 10px
}
#calendar tbody .day_active a {
  color: white !important
}
/* =============================  MAIN div ========================================= */
#content {
  width: 540px;
  margin-left: 0px;
  padding: 0px 0 0px 8px;
  overflow: hidden;
  line-height: 130%;
  color: #39475F;
       float: right;
}
/* breadcrumb */
#breadcrumb-nav {
  width: 520px;
  margin: 5px 0 10px 5px;
  line-height: 20px;
  color: #578dbb;
  overflow: hidden
}
#breadcrumb-nav a {
  color: #69708a
}
#breadcrumb-nav a:hover {
  color: #578dbb;
}
/* under content */
#perex, #photos, #articles, #slide, #folders, #gallery, #perex_adv, #articles, #archive, #articles .article {
  width: 526px;
  overflow: hidden;
}
/* main H */
#content h3#photos-title, #articles .section_sub_title, #block-comments h2, #gallery h3, #photos-title, #archive h2 {
  margin: 20px 0 0 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px
}
/* cancellation of H*/
.folder-info h3, #archive .article h2 {
  pletter-spacing: 0 !important;
  font-size: 12px !important;
  text-transform: none !important;
}
.section_article, .comment {
  margin-left: 5px;
  margin-right: 5px;
}
/* article(s) */
.article {
  position: relative;
  background: url(https://s3b.estranky.sk/img/d/1000000181/bkgArticle.png) 0 40px repeat-x
}
#article h2 a {
  color: #69708a;
  font-size: 11px;
  text-transform: uppercase
}
#articles .article h2, #archive .article h2 {
  width: 526px;
  height: 26px;
  padding-top: 4px;
  margin-bottom: 5px;
  background: url('https://s3b.estranky.sk/img/d/1000000181/hBkg.png') no-repeat;
}
.article h2 a {
  display: block;
  width: 404px;
  margin: 0px 100px 0 20px;
  overflow: hidden;
  color: white;
  text-transform: uppercase;
  line-height: 20px;
  height: 20px;
}
#articles h2 {
  font-size: 15px;
}
.article div.first p {
  margin: 2px 5px 5px 5px
}
div.first strong.date {
  margin-right: 2px;
  padding-right: 2px;
  color: #3c4952;
  font-weight: normal
}
p.first .date {
  margin: 0;
  padding: 0;
  color: #3c4952;
}
.under-article {
  clear: both;
  margin-left: 5px;
  padding: 5px 0 20px 0;
  border-top: solid 1px #dee8f1;
}
.under-article .a-whole-article {
  display: block;
  position: absolute;
  top: 16px;
  right: 8px;
  color: white !important;
  font-size: 10px;
  font-weight: normal
}
.under-article .art-delimit-wa {
  display: none
}
.under-article .comment-img {
  padding-right: 3px;
}
.under-article .nr-comments {
  display:inline-block;
  background: url('https://s3b.estranky.sk/img/d/1000000181/comment.png') 0 0 no-repeat;
  padding-left: 18px;
}
.under-article strong {
  font-weight: normal;
  color: #3c4952
}
.under-article a {
  color: #f1ae19;
  font-weight: bold
}
/* comment*/
#block-comments {
  position: relative;
  width: 520px;
  clear: both;
  padding-top: 25px;
  overflow: hidden;
  background: url(https://s3b.estranky.sk/img/d/1000000181/block-commentsBkg.png) no-repeat
}
#block-comments fieldset {
  width: 100%;
  border: none;
  padding: 0
}
#block-comments legend {
  display: none
}
#block-comments dd {
  margin: 0 0 5px 3px
}
.recaptchaContainer {
    text-align: left;
}
#block-comments fieldset input, #block-comments fieldset textarea,#block-comments input#c_title {
  width: 54%;
  background: #f3f3f3;
  border: solid 1px black;
  padding: 0 5px;
  margin-top: 2px;
  color: #69708C;
        font-family:Tahoma,Arial,sans-serif; font-size:13px;
}
@media(min-width:768px) {
  #block-comments fieldset input, #block-comments fieldset textarea,#block-comments input#c_title {
  width: 56%;
 }
}
#validation {
  float: left;
  width: 150px !important;
  margin-right: 20px
}

#block-comments .submit {
  text-align: center;
  border: 1px #69A6D3 solid;
  color: #69A6D3;
  font-weight: bold;
        padding:3px 10px;
        width: 80px;
}

#block-comments h3 {
  padding-top: 5px;
  border-top: solid 2px #DEE8F1;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px
}
#block-comments .comment-headline {
  color: #9AACC5
}
#block-comments .comment-headline h3 {
  color: #F1AE19 !important;
  margin: 10px 0 0 0;
  border: none;
  font-size: 12px;
  text-transform: none !important;
  letter-spacing: 0 !important
}
#block-comments .comment-text p {
  margin: 3px 0 5px 0
}
#block-comments .comment {
  border-bottom: solid 1px #EDEDEB
}
#block-comments form dd input{width: 250px;} 
#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{margin-bottom:20px;}
/* photo-gallery */
.folder {
  border: solid 1px #EEEEEE;
  margin: 5px;
  padding: 10px;
  clear: both;
  display: table;
  _height: 100px;
  width: 480px;
  _position: relative;
}
.folder .photo-wrap {
  display: table-cell;
  _position: absolute;
  _top: 50%;
  left: 5px;
  &float: left;
  _float: none;
  width: 100px;
  overflow: visible !important;
  vertical-align: middle;
  text-align: center;
}
.folder .photo-wrap div {
  _position: relative;
  _top: -50%;
  margin-right: 10px;
}
.folder-info {
  height: 110px;
  overflow: visible;
  display: block;
  width: 330px;
  overflow: hidden;
  float: right;
  vertical-align: middle;
}
.folder-info a {
  color: #F1AE19;
}
#gallery .folder-info h3 {
  margin: 0 !important;
  padding: 0 !important
}
#photos-sum h3#photos-title {
  margin: 10px 0 !important
}
#photos-sum .photo-wrap {
  float: left;
  display: table;
  height: 100px;
  width: 100px;
  _position: relative;
  overflow: hidden;
  text-align: center;
  _text-align: left !important;
}
#photos-sum .photo-wrap div {
  _position: absolute;
  _top: 50%;
  _left: 50%;
  display: table-cell;
  vertical-align: middle;
}
#photos-sum .photo-wrap a {
  display: block;
  _position: relative;
  _top: -50%;
  _left: -50%
}
.photo-wrap img {
  border: solid 2px #F1AE19;
  margin: 3px;
  &margin-bottom: 5px !important;
}
.photo-wrap img:hover {
  border-width: 5px;
  margin: 0 !important;
}
/*photographies*/
#p_name, #slide .slide-img, #p_comment {
  text-align: center
}
#p_name {
  color: #C51373
}
#slide a {
  color: #F1AE19;
  font-weight: bold
}
.slidebar a {
  display: block;
  float: left;
  height: 100px;
  width: 100px;
  text-align: center
}
.slidenav {
  clear: both;
  margin: 0 10px;
  text-align: center;
}
.slidenav .back {
  float: left;
}
.slidenav .forward {
  float: right;
}
#timenav {
  text-align: center;
  margin-top: 5px;
  padding-top: 5px;
  border-top: solid 2px #F3F3F3
}
/* folders */
.album {
  float: left;
  width: 220px;
  _width: 260px;
  padding-left: 40px;
  background: url(https://s3b.estranky.sk/img/d/1000000181/slozka.gif) no-repeat 10px 5px;
  overflow: hidden;
}
.album h3 {
  margin: 0;
  padding: 0 !important;
  font-size: 1.2em;
  height: 1.5em;
  overflow: hidden;
  line-height: 160%;
}
.album div {
  color: #666666;
  margin-bottom: 10px
}
.album a {
  color: #F1AE19;
}
.album a:hover {
}
/* rubrika prispevku */
.section_article h3 {
  margin-bottom: 0;
  padding-top: 10px;
  border-top: solid 1px #F3F3F3
}
.section_article h3 a {
  color: #C51373;
}
/**************************************************************************************/
/***fix*package************************************************************************/
/**************************************************************************************/
.comment {
  border-left: 1px solid #41719B;
  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;
}
.list-of-pages {
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
}
.list-of-pages .previous {
  position: absolute;
  left: 0px;
  top: 0px;
}
.list-of-pages .next {
  position: absolute;
  right: 0px;
  top: 0px;
}
.list-of-pages a {
  color: #3F5057 !important;
}
.list-of-pages .numbers {
  display: block;
  margin: 0px auto;
  width: 320px;
}
/**********preview**********/
#thumbnav, #photos, #preview-folder {
  overflow: hidden;
}
#photos .photo-wrap, #preview-folder .box, #thumbnav .box, .folder .photo-wrap {
  background: #fff;
  border: 1px solid #F1AE19;
  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**********/
#stats .inner_frame {
  text-align: left;
  color: #434D5A;
}
#stats .inner_frame td, #stats .inner_frame th {
  padding: 2px;
  color: #3F5057;
  font-weight: normal;
  text-align: left;
  font-size: 11px;
  color: #434D5A;
}
#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;
}
#last-photo .inner_frame{
  text-align: left;
}
#mail-list.section #validation-dt {
  display: block;
  margin: 0 0 10px;
}
#mail-list.section .vizual-captcha {
  width: 91%;
  margin: 10px 0;
}
#mail-list-key {
  height: 19px;
  padding: 3px 1px 0;
  width: 39%;
  margin: 0 0 5px;
}
@media(min-width: 1100px) {
  #mail-list-key {
    width: 89%;
  }
}
#send-mail-list {
  margin-top: 5px;
}
#mail-list .inner_frame {
  text-align: left;
}
#languages .inner_frame {
  text-align: center;
        overflow: hidden;
}
#languages .inner_frame a {
  padding: 0px 5px;  float: left;
}
/* ------------------------- 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, menu li.submenu-over ul.click, menu li.submenu-over ul.classic {
  display: none;
}
menu li.submenu-over ul.onmouse, menu li:hover ul.onmouse {
  display: block;
}
menu li.submenu-over ul.onmouse, menu li:hover ul.onmouse {
  position: absolute;
  top: 37px;
  left: 1px;
  list-style: none;
  display: block;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  =width: auto;
  _width: expression(this.offsetWidth < 150 ? "auto": "150px");
  height: auto;
}
menu li.submenu-over ul.onmouse li, menu li:hover ul.onmouse li {
  list-style: none;
  float: none;
  display: block;
  padding: 0px;
  margin: 0px;
  border: 1px solid #98C909;
  background: #98C909 !important;
  width: auto;
  background-image: none;
  height: auto;
  =position: relative;
  =margin-top: -2px;
}
menu li.submenu-over ul.onmouse li a, menu li:hover ul.onmouse li a {
  float: none;
  white-space: nowrap;
  background-image: none;
  padding: 1px 5px 5px 5px;
  height: auto;
}
menu li ul li a:hover {
  text-decoration: underline;
  background: #98C909;
}
/* ------------------------- submenu --------------------------- */
#header-decoration {
  display: none;
}
/* round of header img*/
#logo-in-content {
  background: url('/img/ulogo.60063.jpeg') no-repeat;
  height: 100%;
  width: 535px;
  padding-top: 36%;
}
#header-round1, #header-round2, #header-round3, #header-round4 {
  display: none;
}
#header-round1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  background: url(https://s3b.estranky.sk/img/d/1000000181/round1.gif) no-repeat
}
#header-round2 {
  position: absolute;
  top: 0;
  right: 0px;
  width: 4px;
  height: 4px;
  background: url(https://s3b.estranky.sk/img/d/1000000181/round2.gif) no-repeat
}
#header-round3 {
  position: absolute;
  top: 196px;
  left: 0;
  width: 4px;
  height: 4px;
  background: url(https://s3b.estranky.sk/img/d/1000000181/round3.gif) no-repeat
}
#header-round4 {
  position: absolute;
  top: 196px;
  right: 0px;
  width: 4px;
  height: 4px;
  background: url(https://s3b.estranky.sk/img/d/1000000181/round4.gif) no-repeat
}
#block-comments h3, #content h2 {
  margin: 10px 5px !important;
}
#photos, .editor-area {
  margin-bottom: 10px;
}

#comments-form #c_validation {
  width: 250px !important;
}

#portrait .inner_frame {
  text-align: center;
}
#calendar td, #calendar th {
  font-size: 11px;
}
.slidenav {
  padding: 10px;
}
a {
  color: #color: #3F5057;
}
#mess-message:after {
  content: ".";
  clear: both;
  visibility: hidden;
  display: block;
  height: 0px;
  line-height: 0px;
  _zoom: 1;
}
.folder-info h3 {
  padding: 0px !important;
}
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
.column .inner_frame {
  padding: 10px 0px;
}
.column #search .inner_frame {
  padding-top: 0px;
}
.own-code-nav h2 {
  background-image: url(https://s3b.estranky.sk/img/d/1000000181/menuBkg1.png);
}
#sendsearch, #send-mail-list, .submit {
  cursor: pointer;
}
#section_subsections, .article {
  margin-bottom: 20px;
}
#photos .photo-wrap {
  margin: 5px;
}
.article .editor-area, .first {
  margin-left: 5px;
}
.section .inner_frame {
  padding-left: 0;
}
.own-code-nav textarea {
  width: 98%;
}
#search .inner_frame, #languages .inner_frame, #last-photo .inner_frame, #calendar .inner_frame {
  padding-left: 0px !important;
}
#contact-nav .inner_frame {
  line-height: 150%;
}

/* special feature for menu */
#in-document {
                overflow: hidden;
}
#navigation .inner_frame menu {
                width: 100%;
}

/* layout adjustments - DO NOT CHANGE unless you know what are you doing */

#navigation {
  left: -5px;
}
#header h1 a {
  margin-left: 35px;
}
#nav-column h2 {
  padding:7px 0 0 15px;
  width: 270px;
}
.column .inner_frame {
                padding: 0;
}
#search.section {
                padding: 0;
}
#search.section .inner_frame {
                padding: 0;
}
.section .inner_frame {
  padding-left: 0;
  padding-top:15px;
  color: #434D5A;
  word-wrap: break-word;
}
.section {
  padding: 10px 0;
}
.section li a {
  padding:0 5px 3px 18px;
}
#perex .editor-area {
  margin-left: 5px;
}

/* correctures */
#articles .article h2 {margin-left: 0 !important; margin-left: 0 !important;}

#content #click {text-align: center;}
#content #click h3 {margin-bottom: 0.5em;}

#thumbnav .wrap {margin: 1em 0; margin-right: -10px;}
#thumbnav .box {margin: 2px 9px 2px 3px;}
* html #thumbnav .box {margin-right: 0px; margin-left: 8px;}  /* IE6 */

/* IE7 */
#navigation, #nav-column {zoom: 1; z-index: 1000;}
*:first-child+html menu li ul li a {display: block;}
*:first-child+html #decoration1 {top: 180px;}
*:first-child+html #decoration2 {bottom: 152px; height: 356px;}
*:first-child+html #decoration3, *:first-child+html #decoration4 {top: 170px;}
*:first-child+html #header {top: 60px; z-index: 1500;}
*:first-child+html #document {width: 780px; overflow-x: hidden;}  
*:first-child+html #clear3 {width: 771px;}

*:first-child+html menu li.submenu-over ul.onmouse, *:first-child+html menu li:hover ul.onmouse {background: #98C909; overflow: none;}
*:first-child+html menu li.submenu-over ul.onmouse li, *:first-child+html menu li:hover ul.onmouse li {margin-top: 3px;}

#content {position: relative; z-index: 500;}
#clear3 {position: relative; z-index: 10;}
#decoration2 {z-index: 1000;}

menu.menu-type-none li, menu.menu-type-onclick li, menu.menu-type-standard li {overflow: visible !important;}

menu li.submenu-over ul.onmouse li a, menu li:hover ul.onmouse li a {padding-bottom: 0;}

 /* IE 6 */
* html #nav-column h2 {width: 175px;}
* html #footer {height: 20px; font-size: 10px;}
* html menu li a:hover span {background-image: none !important; background-color: transparent !important;}
* html menu li a:hover {text-decoration: underline !important;}

#footer a.eoldal-footer {line-height: 30px; top: 0;}

/* ----------- Facebook------------ */

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

/******************************************************************************/
/*----------------------------------------------------------Navigation bar style----------------------------------------------------------*/
@media screen,projection{
#nav-cover{padding-bottom:0px !important;margin-bottom:-1px;background-color: rgb(41, 74, 110) !important;}
.bar{background-image:url('https://s3b.estranky.sk/img/d/1000000181/nav-bg2.png');} 
.bar .kereses{background-image:url('https://s3b.estranky.sk/img/d/1000000181/nav-search2.png');}
.bar .logo_1{background-image:url('https://s3b.estranky.sk/img/d/1000000181/logo-startlap2.png');}
.bar .logo_2{background-image:url('https://s3b.estranky.sk/img/d/1000000181/logo-iwiw2.png');}
.bar .logo_3{background-image:url('https://s3b.estranky.sk/img/d/1000000181/logo-facebook2.png');}
.bar .logo_4{background-image:url('https://s3b.estranky.sk/img/d/1000000181/logo-twitter2.png');}
.bar .belepek{background-image:url('https://s3b.estranky.sk/img/d/1000000181/nav-reg2.png');}
.bar .elvalaszto{border-left:1px solid rgb(41, 74, 110) !important;}

/* Full width adjustments */
body.full-width #body {background-image: none;}
body.full-width #nav-column {width: auto; margin-right: 0; _height: 0;}
body.full-width #content {padding: 0 11px; width: auto; _margin-top: -196px;}

body.full-width #decoration1, body.full-width #decoration2 {display: none;}

body.full-width #perex, body.full-width #photos, body.full-width #articles, body.full-width #slide, body.full-width #folders, body.full-width #gallery, body.full-width #perex_adv, body.full-width #articles, body.full-width #archive, body.full-width #articles .article {width: 710px;}

body.full-width .article {background: none;}

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

.slidenav {text-align: center;}

/* Facebook addons */
#fb-likebox-feed h2 {background-image: url(https://s3b.estranky.sk/img/d/1000000181/menuBkg2.png); background-color: #a0d20a}
#fb-likebox-feed .inner_frame { padding-left: 0;}
#fb_likebox_width {width: 182px;}
/* --- 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: 14px;
  width: auto;
}
#eshop fieldset {border: none;}
#eshop .comment-headline i {float: right;}
#eshop #articles form fieldset table {font-size: 11px;}
#eshop #block-comments {width: 100%;}
#eshop .submit, #login .submit {padding: 3px 8px; background: #F3F3F3; cursor: pointer;
border: 1px solid #69A6D3; color: #69A6D3; font-weight: bolder; -webkit-border-radius: 12px;
-moz-border-radius: 12px; border-radius: 12px;}
#usernewsletter, .settings .submit, .contact-info .submit {margin-left: 17px;}
#eshop .contact-info .submit {margin-left/*\**/: 20px\9}
#eshop .settings .submit {margin-left/*\**/: 20px\9}
#login input.submit {float: none;}
#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 .registration .validation dd, #eshop .gennewmail .validation dd {margin-left: 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 a {color: #434D5A;}
#eshop div.products h2 {width: 526px; height: 26px; padding-top: 6px; padding-left: 17px; background: url('https://s3b.estranky.sk/img/d/1000000181/hBkg.png') no-repeat; font-size: 15px; color: white; text-transform: uppercase;}
#eshop div.products .article h3, #eshop #articles .article h3 { margin: 0.2em 0em 0.3em; line-height: 1.2em; height: 2.4em; overflow: hidden;}
* html #eshop div.products .article h3, * html #eshop #articles .article h3 {height: 3.5em;}
#eshop div.products .article, #eshop #articles .article {float: left; width: 90%; display: inline; margin: 5px 20px 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.2em; line-height: 1.45em; overflow: hidden; text-align: justify; _height: 5.5em;}
* html #eshop div.products .article .editor-area, * html #eshop #articles .article .editor-area {line-height: 1.25em;}
*:first-child+html #eshop div.products .article .editor-area, *:first-child+html #eshop #articles .article .editor-area {height: 5.3em;}
#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;
}
#nav-basket .inner_frame, #login .inner_frame, #logged .inner_frame {margin-left: 7px;}
#eshop .sphotos .photo-wrap {display: table;}
#account_firm label {width: 86px; display: block;}
#billing_address label {width: 80px; display: block;}
.settings #firmsdata label {width: 86px;}
#eshop .settings #billing_address label {width: 81px;}
.contact-info #billing_address label {width: 84px;}
#eshop #billing_address #sameaddress + label {width: auto; display: inline;}
* html .settings #firmsdata label {width: 84px;}
* html #eshop .settings #billing_address label {width: 84px;}
*:first-child+html .settings #firmsdata label {width: 84px;}
*:first-child+html #eshop .settings #billing_address label {width: 77px;}
* html #account_firm label {width: 84px;}
*:first-child+html #account_firm label {width: 84px;}
*:first-child+html .contact-info #billing_address label {width: 81px;}
.contact-info #billing_address label {width/*\**/: 80px\9}
#eshop .settings #billing_address label {width/*\**/: 76px\9}
@-moz-document url-prefix() { /** FF */ 
    #eshop .settings #billing_address label {width: 75px;} 
   .contact-info #billing_address label {width: 79px;}
}
*:first-child+html #eshop .settings #usernewsletter {margin-left: 15px;}
*:first-child+html #eshop .settings .submit {margin-left: 19px;}
* html #eshop .settings #usernewsletter {margin-left: 15px;}
* html #eshop .settings .submit {margin-left: 19px;}
*:first-child+html #eshop .gennewmail .submit {margin-left: 4px;}
* html #eshop .gennewmail .submit {margin-left: 0;}
*:first-child+html #eshop .gennewmail .validation dl {margin-top: 10px;}
* html #eshop .gennewmail .validation dl {margin-top: 10px;}
*:first-child+html #eshop #basket_preview_form .wrap ul {margin-left: 0;}
* html #eshop #basket_preview_form .wrap ul {margin-left: 0;}
* html #eshop #basket_preview_form fieldset p {margin-bottom: 15px;}
*:first-child+html #eshop #basket_preview_form fieldset p {margin-bottom: 15px;}
*:first-child+html #eshop #basket_preview_form .wrap h3 {margin-top: 10px;}
* html #eshop #basket_preview_form .wrap h3 {margin-top: 10px;}
* 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;}
*:first-child+html #eshop #confirm {padding: 0 3px;}
* html .photo-wrap img {margin: 0; border: none;}
*:first-child+html #eshop .photo-wrap img {margin: 0; border: none;}
* html #eshop #eshop .photo-wrap div img {margin-left: 0;}
*:first-child+html #eshop .photo-wrap div img {margin-left: 0;}
#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;}
*:first-child+html #eshop #product-detail #basket form .amount {height: 18px;}
#eshop .gennewmail fieldset p input {width: 191px;}
* html #eshop .gennewmail fieldset p input {width: 195px;}
#login form div input {margin-bottom: 5px; width: 35%;}
@media(min-width: 1100px) {
  #login form div input {margin-bottom: 5px; width: 75%;}
}
#account_firm, #deliveryaddress {margin-left: 2px;}
#eshop .article .price {margin: 5px 0 20px;}
#sameaddress {margin-left: 0;}
#eshop #articles .settings {margin-top: 10px;}
#eshop #product-detail #calculation {line-height: 70%; margin-top: -2px;}
#eshop #basket_preview_form td img {padding-top: 2px;}
#basketpayments ul, #baskettransport ul {margin-left: -34px;}
#eshop #basket_preview_form p .submit {margin-left: 16px;}
#eshop #basket_preview_form .wrap input {margin-left: 0;}
#basketpayments h3, #baskettransport h3, #eshop #basket_preview_form fieldset p .submit {margin-left: 6px;}
* html #eshop #basket_preview_form .wrap input {margin-left: 2px;}
* html #eshop #basket_preview_form p .submit {margin-left: 6px;}
* html #content #eshop #basketpayments ul li div, * html #content #eshop #baskettransport ul li div {padding-left: 28px;}
*:first-child+html #eshop #basket_preview_form p .submit {margin-left: 10px;}
*:first-child+html #basketpayments h3, *:first-child+html #baskettransport h3,
*:first-child+html #eshop #basket_preview_form fieldset p .submit {margin-left: 6px;}
*:first-child+html #basketpayments ul, *:first-child+html #baskettransport ul {margin-left: 1px}
*:first-child+html #content #eshop #basketpayments ul li div, *:first-child+html #content #eshop #baskettransport ul li div {padding-left: 28px;}
#eshop #basket_preview_form fieldset p .submit {margin-left/*\**/: 5px\9}
#eshop #basket_preview_form .wrap input {margin-left/*\**/: -4px\9}
#eshop #basket_preview_form p .submit {margin-left/*\**/: 7px\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 2px;}
*:first-child+html #content #eshop #basketpayments ul li input, *:first-child+html #content #eshop #baskettransport ul li input {
margin: 0 2px 0 2px;}
* 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; padding: 0;}
#eshop #confirm .submit {margin-top: 3px;}
* html #eshop #confirm .submit {margin-top: -8px;}
*:first-child+html #eshop #confirm .submit {margin-top: -8px;}
#eshop #confirm .validation #c_validation {height: 18px;}
* html #eshop #confirm .validation #c_validation {height: 28px;}
*:first-child+html #eshop #confirm .validation #c_validation {height: 22px;}
#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, #eshop #confirm fieldset.validation dl {margin: 0;}
#eshop #product-comments #block-comments form {margin-left: 0;}
#eshop #panel .panel-header li a {background: #fafafa;}
#eshop fieldset.validation {width: 100%;}
#eshop #panel {width: 100%;}
#eshop .wrap #product-info td {padding: 1px 0;}
#eshop .validation .validatin-images-set {width: 50%;}
#eshop #basket_preview_form td {padding: 0;}
#eshop #articles ul, #eshop p {font-size: 100%;}
#login label {width: auto; float: none;}
#login .inner_frame p {margin: 5px 0;}
#eshop #panel .panel-header li {background: none; padding: 0;}
#eshop #block-comments .comment-headline h3 {display: block;}
#eshop .article .photo-wrap img {margin-left: 1px;}
* html #eshop .article .photo-wrap img {margin-left: 0;}
#eshop .wrap li, #eshop #steps li {background: none; padding: 0;}
#eshop #confirm .wrap {line-height: 160%;}
#eshop #block-comments textarea {width: 475px;}
#eshop #block-comments form input.submit {margin: 5px 0 3px 5px;}
#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 0 3px; word-wrap: break-word;}
#eshop .validation dt, #eshop .registration .validation dt {width: 81px;}
#eshop #block-comments .validation #c_validation {width: 228px;}
#login .inner_frame, #nav-basket .inner_frame, #logged .inner_frame {padding: 10px 10px 0px 5px;}
#eshop #panel .panel-header ul {margin-left: -40px;}
#eshop #block-comments .submit {width: auto;}
#eshop .registration .submit {margin: 5px 0 0 14px;}
#eshop .gennewmail .submit {margin: 5px 0 0 10px;}
#eshop #basket_preview_form td.title {width: 33%;}
#eshop #steps li {margin: 0px 5px;}
#delivery_address label {width: 86px; display: block;}
#eshop #basket {margin: 0;}
#eshop #product-comments #block-comments h3 {margin: 0 3px !important;}
#eshop #product-comments #block-comments .comment {border: none; padding-left: 0;}
#eshop #product-comments #block-comments .comment-headline h3 {margin: 15px 0 0 !important;}
#eshop #block-comments form dd input {width: 228px;}
#eshop .settings fieldset h3, #eshop .contact-info fieldset h3 {padding-top: 0; margin: 0 0 5px;}
#eshop #basket_preview_form .wrap h3 {padding-top: 0; margin-top: 0;} 
#eshop #confirm .wrap h3 {margin-top: 10px; padding-top: 0;}
#eshop .settings p {margin: 0;}
#eshop .settings .submit, #eshop #account_info, #eshop .contact-info .submit {margin-top: 10px;}
#eshop #confirm .right p {margin: 0;}
#eshop #confirm .right .price {margin: 10px 0;}
#eshop .article .editor-area {margin-bottom: 0;}
*:first-child+html #eshop .article .price {margin: 10px 0 20px;}
* html #eshop #confirm .wrap {padding-bottom: 10px;}
*:first-child+html #eshop #confirm .wrap {padding-bottom: 10px;}
*:first-child+html #login input.submit {width: 121px;}
#eshop .registration .validation, #eshop .gennewmail .validation {padding: .5em .75em;}
* html #eshop .registration .validation, * html #eshop .gennewmail .validation {padding: .5em 0;}
*:first-child+html #eshop .gennewmail .validation {padding: .5em 3px;}
#eshop .registration .validation, #eshop .gennewmail .validation {padding/*\**/: .5em 0\9}
#eshop .registration .validation dl, #eshop .gennewmail .validation dl, #eshop .registration p, #eshop .gennewmail p {margin: 0;}
#eshop .registration fieldset p {margin-top: .5em;}
#eshop .registration fieldset h3 {margin: 10px 0 5px;}
@-moz-document url-prefix() { /** FF */ 
    #eshop #basket_preview_form p .submit {margin-left: 14px;}
    #eshop #basket_preview_form fieldset p .submit {margin-left: 6px;}   
}
#eshop #confirm fieldset table .right {padding-right: 0;}
#eshop #basket_preview_form table .border_fix td, #eshop #basket_preview_form table tr .price {border: none;}
#nav-basket .inner_frame, #logged .inner_frame {line-height: 1.5em;}
#eshop .contact-info p {margin: 0;}
#eshop #articles #steps {margin-bottom: 10px;}
#eshop .photo-wrap img {border: none; margin: 0;}
* html #eshop .registration fieldset p {margin-bottom: 10px;}
*:first-child+html #eshop .registration fieldset p {margin-bottom: 10px;}
* 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 #product .wrap #product-detail #product-info table, * html #eshop #articles .settings table,
* html #eshop #basket_preview_form table, * html #eshop .contact-info table, * html #eshop #confirm table,
* html #eshop .registration table, * html #eshop .gennewmail table {font-size: 11px;}
* html #eshop #product-detail #calculation {line-height: 0%;}
*:first-child+html #eshop #product-detail #calculation {line-height: 0%;}
* html #eshop #block-comments .validation #c_validation, * html #eshop fieldset.validation .validatin-images-set input {width: 240px;}
*:first-child+html #eshop fieldset.validation .validatin-images-set input {width: 235px;}
#eshop #basketpayments, #eshop #baskettransport {width: 47%;}
#eshop #baskettransport {margin-left: 15px;}
#login .inner_frame p {line-height: 160%;}
#eshop .registration .submit {margin-left/*\**/: 6px\9}
#eshop .gennewmail .submit {margin-left/*\**/: 2px\9}
#eshop .registration #usernewsletter {margin-left/*\**/: 1px\9}
#content #eshop #basketpayments ul li, #content #eshop #baskettransport ul li {
background: #F3F3F3;}
#content #eshop #basketpayments ul li div, #content #eshop #baskettransport ul li div {
background: white;
margin-left: 0 !important;
padding-left: 22px;
}
#eshop #articles p.errormes {padding-left: 10px;}
#eshop #articles p.errormes {padding-left/*\**/: 2px\9}
* html #eshop #articles p.errormes {padding-left: 0;}
#eshop #articles .registration p.errormes { padding-left: 13px; }
#eshop #articles .registration p.errormes { padding-left/*\**/: 6px\9 }
* html #eshop #articles .registration p.errormes { padding-left: 3px; }
#eshop #articles .contact-info p.errormes {padding-left: 17px;}
@-moz-document url-prefix() { /** FF */ 
    #eshop #articles p.errormes {padding-left: 8px;}
    #eshop #articles .registration p.errormes { padding-left: 11px; }
}
#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; margin: 10px 0 15px!important;}
#eshop #basket_preview_form .wrap ul li {margin: 3px 0;}
#eshop #basket_preview_form p input {width: 128px;}
#eshop #basket_preview_form fieldset p input {padding: 4px 0;}
#eshop #basket_preview_form fieldset p a {padding: 4px 17px; text-decoration: none; text-align: center; font-size: 12px;}
*:first-child+html #eshop #basket_preview_form fieldset p a {padding: 3px 17px;}
* html #content #eshop #basketpayments ul li div, * html #content #eshop #baskettransport ul li div {font-size: smaller;}
#eshop #steps .active {color: #69A6D3; font-weight: bold; background: #F3F3F3; }
#eshop .registration #usernewsletter {margin-left: 4px;}
#eshop .registration .validation {margin-left: 6px;}
* html #eshop .registration .validation {margin-left: 4px;}
#eshop #steps .active, #eshop #steps .done {padding: 3px 5px; border: 1px solid #69A6D3;
-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; width: 55px; text-align: center;}
#logged h2, #login h2 {background: #a7dc09; border-radius: 4px;}
#nav-basket h2 {background: #f2ae18; border-radius: 4px;}
#ecategory h2 {background: #548CB8; border-radius: 4px;}
#confirm .wrap, #account_info, #billing_address,
#eshop div.products .article span.price, #eshop #articles .article span.price {background: #f3f3f3;}
#eshop #confirm .wrap, #eshop #account_info, #eshop #billing_address {border: 2px solid #69A6D3;}
#eshop #photo, #eshop div.products .article .photo-wrap, #eshop #articles .article .photo-wrap,
#eshop #product #photo-detail .photo-wrap {background: white; border: 1px solid #69A6D3;}
#eshop div.products .article .photo-wrap img:hover {border-width: 0; margin: 0 0 0 1px !important;}
:root #eshop #basket input.amount {top: 1px\9; padding-bottom: 4px\9;}
#eshop .message-info {margin: 10px 0 10px 5px;}
#eshop #articles .message-info {margin: 10px 0;}
#eshop #paging {clear: both;}
#eshop #paging a, #eshop #paging span.current {padding: 4px 6px; margin-right: 5px; border: 1px solid #69A6D3; background: #fff; text-decoration: none; font-size: 110%;}
#eshop #paging a:hover, #eshop #paging span.current {background: #548CB8 url('https://s3b.estranky.sk/img/d/1000000181/menuBkg3.png') 50% 50% no-repeat; border: 1px solid #fff; color: #fff; padding: 5px 7px; border: none;}
#eshop #paging #previous, #eshop #paging #next {border: none; background: none;}
#eshop #paging #previous:hover, #eshop #paging #next:hover {color: #39475F; padding: 4px 6px;}
#eshop div.products .editor-area {padding: 0px 20px;}
#eshop .contact-info fieldset span {color: #ff0000;}
#ecategory div ul li.current ul li a {text-decoration: none;}
#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;} 
menu li.current ul.submenu li a {background-image: none; color: #fff;}
menu li.current a { background: #95c80b url('https://s3b.estranky.sk/img/d/1000000181/menuBkgR.png') no-repeat 0% 0%; color: #fff;}
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.sk/img/d/1000000181/menuBkgL.png') no-repeat 100% 0%; color: #fff; text-decoration: underline;}
*:first-child+html #eshop .registration #usernewsletter {margin-left: 0;}
* html #eshop .registration #usernewsletter  {margin-left: 0;}
#eshop .registration .validation, #eshop .registration .submit {margin-left/*\**/: 14px\9}
*:first-child+html #eshop .registration .submit {margin-left: 14px;}
* html #eshop .registration .validation {margin-left: 14px;}
* html #eshop .registration .submit {margin-left: 14px;}
#eshop .login-info {border-bottom: solid 1px #DEE8F1; padding: 0 0 5px 7px;}
#eshop .login-info fieldset p {margin: 5px 0;}
#eshop form.login-info fieldset p label { display: inline-block; width: 84px; }
#eshop form.login-info fieldset p label {width/*\**/: 92px\9}
:root #eshop form.login-info fieldset p label {width: 84px\9;}
#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 h3 {margin: 5px 3px 2px;}
#eshop .order_account h4 {margin: 0;}
#eshop .order_account div {margin-left: 3px;}
#eshop #basket_preview_form td.title {width: 34%;}
#eshop #basket_preview_form td.coupon input.couponText {padding: 1px 2px;}
/*****************/

#product-search input {vertical-align: middle;}
#product-search input#product-search-text {background: #F3F3F3; border: solid 1px #000; padding: 0 5px; color: #69708C; font-family: Tahoma,Arial,sans-serif; font-size: 13px; height: 28px; width: 220px;}
#product-search input.submit {padding: 0 20px; height: 30px;}
#product-search #product-search-form {margin: 15px 5px 20px;}
#product-search .products ul {line-height: 1.5em;}
*: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;}
}

/* Responsive */

.menu-toggle {
  position: absolute;
  margin-top: 10px;
  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 span {
  border-top: 5px white 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 {
    max-width: 780px;
      margin: auto;
      position: relative;
  }
  #whole-page {
    width: 100%;
    background: none;
  }
  #body {
    margin: 50px 0 0 0;
      background: white;
  }
  #header {
    top: 40px;
  }
  #header h1 a {
    width: 100%;
      padding: 0 50px 0 10px;
    box-sizing: border-box;
    margin: 0;
  }
  #nav-column {
    width: 100%;
    margin: 0;
    position: static;
      min-height: 10px;
  }
  #navigation {
      width: 100%;
      display: table;
      top: 90px;
      left: 0;
  }
  #navigation .inner_frame menu {
    width: auto;
      background: rgb(41, 72, 107);
  }
  menu li {
    text-align: center;
    float: none;
    border-bottom: 1px solid white;
    font-size: 16px;
  }
  menu li a {
    padding: 5px 0;
  }
  menu li a:hover, menu li a:hover span {
    background: #29486b;
  }
  #content {
    width: 100%;
    padding: 10px;
      box-sizing: border-box;
  }
  #footer {
    width: 100%;
  }
  #decoration1, #decoration2, #decoration3, #decoration4 {
    display: none;
  }
  .column {
    display: block;
  }
  #logo-in-content {
      width: 100%;
      background-size: contain!important;
      border-radius: 10px;
  }
  #perex, #photos, #articles, #slide, #folders, #gallery, #perex_adv, #articles, #archive, #articles .article {
    width: 100%;
  }
  #breadcrumb-nav {
      width: 100%;
      margin: 5px 0;
  }
  #articles .article h2, #archive .article h2 {
    width: 100%;
    background: #5389b5;
      display: table;
           border-radius: 5px;
  }
  .article h2 a {
      width: 100%;
      margin: 0;
      padding: 0 100px 5px 10px;
      box-sizing: border-box;
      display: table;
  }
  #clear3 {
    width: 100%;
    background: white;
  }
  .folder {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0;
  }
  .folder-info {
    float: left;
    padding-left: 10px;
    width: auto;
    box-sizing: border-box;
  }
  #footer .inner_frame {
    padding: 10px;
  }
  .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) {
  
  #whole-page {
    overflow: hidden;
  }
  body {
    width: 100% !important;
      overflow-x: hidden;
  }
  html {
    overflow-x: hidden;
  }

}

/* ------------- 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í -> 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 */