@media screen, projection {
    * {
        margin: 0;
        padding: 0;
    }
#leaderboard-top {
  display: none!important;
  margin: 0 auto 15px;
   width: 85%;
}
@media(min-width: 991px) {
  #leaderboard-top {
    display: block!important;
  }
}
#m-leaderboard-top {
  display: block!important;
}
@media(min-width: 991px) {
  #m-leaderboard-top {
    display: none!important;
    margin: 0 auto 15px;
    width: 100%;
  }
}
#m-square-1 {
  display: block!important;
  margin: 5px auto;
  width: 95%;
}
@media(min-width: 991px) {
 #m-square-1 {
    display: none!important;
  }
}
#square-1 {
  display: none!important;
}
@media(min-width: 991px) {
 #square-1 {
    display: inline-block!important;
  }
}

#m-sticky {
  display: inline-block;
}
@media(min-width: 991px) {
  #m-sticky {
      display: none!important;
  }
}
    /*--- <LAYOUT> ---*/

    hr {
        display: none;
    }
    h3 {
        overflow: hidden;
    }
    #header .inner_frame {
        width: 780px;
        height: 220px;
        background: #000 url('/img/logo.1.1656685330.jpeg') 50% 50% no-repeat;
    }
    #header .inner_frame h1 { position: absolute; top: 40px; left: 0; }
    #whole-page {
        text-align: center;
        margin: 0px auto;
    }
    #document {
        width: 780px;
        margin: 0px auto;
        text-align: left;

    }
    #document #in-document{
        padding-top: 120px;
    }
    .message {
        margin-bottom: 5px;
    }
    /* version 0.91 */
    .message .inner_frame {
        padding: 5px;
    }
    /* version 0.91 */

    h1 {
        position: absolute;
        top: 60px;
        left: 10px;
    }
    #search {
        position: absolute;
        top: 40px;
        right: 26px;
        height: 25px;
        width: 190px;
    }
    * html #search {
        position: fixed;
    }
    #search br {
        display: none;
    }
    #search #key{ float: left; }
    #search #sendsearch {
        height: 19px;
        width: 20px;
        overflow: hidden;
        margin: 0px;
        margin-left: 3px;
        outline: none;
        float:right;
        background: #000000 url('https://s3b.estranky.sk/img/d/1000000162/arrow.gif') 50% 50% no-repeat;
        cursor: pointer;
        cursor: hand;
        border: 0px;
        text-indent: 400px;
        font-size: 450px;
    }
    html>body #search h2 {
        display: none;
    }
    #navigation h2 {
        display: none;
    }
    #navigation {
        width: 780px;
        position: relative;
    }
    nav menu > li.level_1 {overflow: unset !important;}
    nav menu > li.level_1 > a {float: none;}
    ul.level_2 { position: absolute; z-index: 999; min-width: 200px; background: black;}
    ul.level_2 > li { display: block !important;}
    strong.date {
        display: block;
    }
    menu {
        display: block;
    }
    menu li {
        display: block;
        float:left;
        position: relative;
    }
    menu li a {
        display: block;
        padding: 3px 10px;
        margin: 0 2px 0 0;
    }
    .column li a {
        display: block;
        padding: 0px 5px 0px 20px;
        margin: 0 1px;
        overflow: hidden;
    }

    #breadcrumb-nav {
        padding: 8px 5px;
    }
    #articles, #archive, #photos, #slide, #folders {
        overflow: hidden;
    }
    #gallery {
        padding: 5px 20px 0 5px;
    }
    #articles {
        padding: 5px 20px 0 0px;
    }
    .article {
        margin-bottom: 15px;
        padding-lefT: 5px
    }
    .under-article {
        padding: 3px 5px 15px 0px;
    }
    #content {
        width: 570px;
        float: left;
        margin-left:5px;
    }
    .column {
        width: 180px;
        padding: 25px 0;
        overflow: hidden;
        float: right;
    }
    .column h2 {
        margin-top: 10px;
        padding-left: 10px;
    }
    .section .inner_frame {
        padding: 10px;
    }
    .wrap-wrapu {
        width: 120px;
        margin: 0 auto;
    }
    .wrap-of-photo {
        padding: 5px;
        margin: 0 auto;
    }
    #calendar caption {
        display: none;
    }
    #calendar table {
        margin: 0 auto;
    }
    td, th {
        padding: 1px 3px;
    }
    #ecategory ul li ul {
        padding-left: 12px;
    }



    #footer {
        float:left;
        margin: 3px 0px 20px 0px;
        padding: 3px 5px;
        width: 774px;
        overflow: hidden;
    }

    #clear6, #clear7, #perex-cont-clear, #gallery-cont-clear, #g-section-cont-clear, #a-section-cont-clear, #article-cont-clear {
        display: block;
    }
    .clear {
        clear: both;
        height: 0px;
        width: 100%;
    }
    .decoration, .pristupnost-links {
        display: none;
    }
    * html #content {
        overflow: hidden;
    }
    .article {
        overflow: hidden;
    }
    #content ul, #content ol {
        margin-left: 30px;
    }
    #content li {
        margin: 5px;
    }
    .vlevo-float {
        float: left;
    }
    .right-float {
        float: right;
    }
    img.vlevo-float {
        margin: 10px 10px 10px 0;
    }
    img.right-float {
        margin: 10px 0 10px 10px;
    }
    .under-article {
        clear: both;
    }
    form {
        margin: 0;
        clear: left;
    }
    #content form {
        margin: 10px 0;
    }
    form dt {
        width: 75px;
        margin-bottom: 10px;
        float: left;
        clear: left;
    }
    form dt#validation-dt {
        width: 200px;
    }
    form dd img {
        vertical-align: top;
    }
    form dd {
        margin-bottom: 10px;
    }
    button {
        clear: both;
    }
    fieldset {
        padding: 0;
        border: 0 none;
    }

    center {
        margin: 15px 0;
    }
    #portrait h2 {
        margin: 0;
    }

    #folders, #photosgalerie, #photos, #slide {
        width: 100%;
    }
    #folders {
        overflow: hidden;
    }
    #photos h2 {
        clear: both;
    }
    .folder {
        clear: both;
        margin: 0;
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }
    .folder-info {
        margin-left: 10px;
        overflow: hidden;
        float: right;
        width: 430px;
    }

    .folder:after {
        content: ".";
        visibility: hidden;
        dislay: block;
        width: 100%;
        height: 1px;
    }
    #mess-text {
        clear: both;
    }
    .fotoalbum {
        margin: 10px 0;
        padding: 10px;
    }
    .album {
        margin: 20px 0;
    }
    #slide h3 {
        margin: 10px 0;
    }
    .slide-img {
        margin-bottom: 10px;
    }
    .slidebar {
        margin: 15px 0;
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }
    .slidenav {
        padding: 3px 5px;
    }
    .slidenav br, #thumbnav br {
        height: 0;
        clear: both;
    }
    .slidenav .back {
        float: left;
    }
    .slidenav .forward {
        float: right;
    }
    .comment {
        overflow: hidden;
    }
    .comment-headline, .comment-text {
        padding: 3px 5px;
    }
    h2#comments {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #thumbnav, #timenav {
        margin: 10px 0;
        padding: 10px;
    }
    #thumbnav .box {
        float: left;
        width: 80px;
        height: 80px;
        margin: 0 5px;
        padding: 5px 0;
    }
    #thumbnav .box a {
        display: block;
    }
    #thumbnav .wrap {
        width: 470px;
        margin: 0 auto;
    }
    p {
        margin: 10px 0;
    }
    #perex {
        margin: 10px 0;
        padding: 5px;
    }
    h3.section_sub_title {
        margin: 20px 0;
    }
    /*--- <form> ---*/
    input, textarea {
        padding: 2px 5px;
    }

    input#name, input#headline, textarea#txt {
        width: 400px;
    }
    /*--- </form> ---*/
    /* advertisement */
    .message img {
        display: block;
        margin: 0 auto;
    }
    #in-document {
        position: relative;
    }
    #sky-scraper-block {
        position: absolute;
        right: -300px;
        text-align: center;
        width: 300px;
        top: 0;
    }
    #sticky-box {
    	position: -webkit-sticky;
        position: sticky;
    	top: 0;
    	right: 0;
    }
    .accessibility-links {
        display: none;
    }
    #content .hypertext h2 {clear: none; padding: 0; margin: 0 !important;}
    #content .hypertext h2 a {font-weight: normal; font-style: normal; font-size: 12px; border: none; color: #c9dfbd;}
    #content .hypertext h2 a:hover {color: #f8f4be;}
    .hypertext .inner_frame div#clanek:after {content: "."; display: block; height: 0; clear:both; visibility: hidden; font-size:0;}
    * html .hypertext .inner_frame div#clanek {zoom: 1;}
    *:first-child+html .hypertext .inner_frame div#clanek {zoom: 1;}
    .hypertext {width: 380px; margin: 15px auto; padding: 5px; overflow: hidden;}
    .hypertext .inner_frame {line-height: 1em; margin-top: 3px;}
    .hypertext img, .hypertext {border: 1px solid #b8b3af;}
    * html .hypertext {margin-left: 90px;}
    #content .hypertext + .hypertext {border-top: 1px solid #1075a1; margin-top: -16px;}
#mess-ahead iframe {margin: 0 auto;}

#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 #shifter_wrap #shifter_footer .span3 {background: #08AEDB; border: 1px solid #02D2FF; padding: 0px 4px 4px;}
#shifter div#shifter_title h3 {margin: 5px 0;}
#shifter #shifter_wrap #shifter_footer .category a {color: #f8f4be;}
#shifter #shifter_wrap #shifter_footer .category a:hover {color: #c9dfbd; text-decoration: underline;}
#shifter #shifter_wrap #shifter_footer .span3 h4 {line-height: 1.6em; padding: 3px 0;}
#shifter #shifter_title h3#shifter_t_2 {margin-right: 290px;}
* html #shifter #shifter_title h3#shifter_t_2 {margin-right: 145px;}
@-moz-document url-prefix() { /** FF */ 
    #shifter #shifter_title h3#shifter_t_2 {margin-right: 292px;}
}
    /* advertisement */

    /*--- </LAYOUT> ---*/

    /*--- <STYLE> ---*/
    html, body {
        color: #cfe3ec;
        background: #1175a2 url(https://s3b.estranky.sk/img/d/1000000162/bg_body.png) repeat-x;
    }
    body {
        font: .75em/1.5 'Trebuchet MS' ,Tahoma, sans-serif;
        text-align: center;
    }
    table, form {
        font-size: 100%;
    }
    table {
        border-collapse: collapse;
    }
    a {
        color: #c9dfbd;
        text-decoration: none;
    }
    a:hover {
        color: #f8f4be;
        text-decoration: underline;
    }
    a img {
        border: none;
    }
    #document {
    }
    #document #in-document{
        border: none;
        overflow: hidden;
    }
    .message {
        /*background: black;*/
        color: white;
    }

    #search {
        text-align: center;
    }
    #sendsearch {
        background: #000000 url('https://s3b.estranky.sk/img/d/1000000162/arrow.gif') 50% 50% no-repeat;
        cursor: pointer;
        cursor: hand;
        border: 0px;
        text-indent: 400px;
        font-size: 450px;
    }
    h1, h2, h3, h1 a, h2 a, h3 a {
        color: #f8f4be;
        font-family: Georgia, 'Times New Roman',serif;
        font-weight: normal;
        text-decoration: none;
    }
    h1 a:hover, h2 a:hover, h3 a:hover {
        color: #c9dfbd;
    }
    #navigation h2 {
        text-align: left;
    }
    strong.date {

        font-weight: normal;
    }
    menu {
        list-style-type: none;
    }
    menu li {
        list-style: none;
    }
    menu li a {
        font: bold 1.1em/1.5 Georgia,'Times new roman',serif;
        color: #ffffff;
        background-color: #000000;
    }
    menu li a:hover {
        color: #F8F4BE;
        text-decoration: none;
    }
    #breadcrumb-nav {
    }
    .under-article {
        border-bottom: 1px solid #4191b5;
    }
    .column {
        background: url(https://s3b.estranky.sk/img/d/1000000162/bg_column.png) repeat-x;
    }
    .column h2, #articles .article h2, .folder-info h3 {
        font-size: 150%;
        font-weight: normal;
        text-align: left;
    }
    .section_article h3, .folder-info h3 {
        font-size: 125%;
    }
    .column ul {
        list-style-type: none;
    }
    .column li a {
        color: #cfe3ec;
        text-decoration: none;
        border-bottom: 1px solid #4191b5;
        background: url(https://s3b.estranky.sk/img/d/1000000162/arrow.gif) 10px 50% no-repeat;
    }
    .column li a:hover {
        color: #f8f4be;
        /*background-color: #000000;*/
        text-decoration: none; 
    }

    #last-fotogalerie {
        text-align: center;
    }
    .section .inner_frame {
    }
    .wrap-of-photo {
        text-align: center;
    }
    #calendar {
        text-align: center;
    }
    #calendar table {
        text-align: center;
    }
    #footer {
        text-align: right;
        border-top: 1px solid #4191b5;
        border-bottom: 1px solid #4191b5;
    }
    .clear {
        line-height: 0;
        font-size: 0;
    }
    /* added */
    .left {
        text-align: left;
    }
    .right {
        text-align: right;
    }
    .center {
        text-align: center;
    }
    .justify {
        text-align: justify;
    }
    #content ul, #content ol {
        list-style-type: square;
    }
    #content ol {
        list-style-type: decimal;
    }

    .fotoalbum {
        background: #fafbff;
        border: 1px solid #aaf;
    }
    #slide h3 {
        text-align: center;
    }
    .slide-img {
        text-align: center;
    }
    .slide-img a img, .slidebar a img {
        border: 3px solid #1697d2;
    }
    .slide-img a:hover img, .slidebar a:hover img {
        border: 3px solid #000;
    }
    .slidenav {
        border: 1px solid #1697d2;
        /*background: #127cac;*/
        text-align: center;
    }
    .slidenav br, #thumbnav br {
        line-height: 0;
    }
    .comment h3 {
        font: bold .9em/1.5 'Trebuchet MS' ,Tahoma, sans-serif;
    }
    .comment-headline {
    }
    .comment-headline b, .comment-headline i {
        font-style: normal;
        font-weight: normal;
    }
    #thumbnav, #timenav {
        border: 1px solid #1697d2;
        /*background: #127cac;*/
        text-align: center;
    }
    #thumbnav .box {
        border: 1px solid #1697d2;
        background: #127cac;
    }
    #thumbnav .box a {
        text-align: center;
        line-height: 80px;
    }
    #thumbnav .box a img {
        vertical-align: middle;
    }
    #thumbnav .wrap {
        text-align: left;
    }
    #perex {

    }
    strong.comment-img {
        background: url(https://s3b.estranky.sk/img/d/1000000162/comment-img.gif) 0px 50% no-repeat;
        padding: 5px 0px 5px 25px;
    }
    /* advertisement */
    .message {
        text-align: center;

    }
    .message img {
        border: none;
    }
    /* advertisment */

    /*--- <form> ---*/
    input, textarea {
        font: 1em/1.5 'Trebuchet MS' ,Tahoma, sans-serif;
        color: #cfe3ec;
        border: 1px solid #4191b5;
        background: #000000;
    }
    input.submit {
        font-weight: bold;
        text-align: center;
        background: #194C6E;
    }
    #search input {
        border: 0px solid black;
    }

    /**************************************************************************************/
    /***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;}

    .list-of-pages {
        text-align: center;
        position: relative;
        display: block;
        width: 100%;
    }
    .list-of-pages .previous {
        position: absolute;
        left: 15px;
        top: 0px;
        margin: 0px;
    }
    .list-of-pages .next {
        position: absolute;
        right: 15px;
        top: 0px;
        margin: 0px;
    }
    .list-of-pages a {
    }
    .list-of-pages .numbers {
        display: block;
        margin: 0px auto;
        width: 200px;
    }

    /**********preview**********/

    #thumbnav, #photos, #preview-folder { 
        overflow: hidden;
    }

    #photos .photo-wrap, #preview-folder .box, #thumbnav .box, .folder .photo-wrap{
        background: #08AEDB;
        border:1px solid #02D2FF;
        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------------ */

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

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

    #stats .inner_frame {text-align: left; padding-left: 10px; }
    #stats .inner_frame td, #stats .inner_frame th { padding: 2px; color: #CFE3EC; font-weight: normal; text-align: left; _font-size: 90%; }
    #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 { text-align: center; }

    #mail-list-key {
        background:#F2F2F2 url(https://s3b.estranky.sk/img/d/1000000162/searchi.gif) repeat scroll 0 0;
        border:medium none;
        height:19px;
        padding:3px 1px 0;
        width:133px;
    }

    #send-mail-list{
        padding: 2px 5px; bordeR: 2px solid #F2F2F2; background: #fff; 
        margin-top: 5px;
    }

    #mail-list .inner_frame{ text-align: center;}

    #languages .inner_frame{ text-align: center;padding:5px; overflow: hidden;}
    #languages .inner_frame a{ margin: 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 { 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{
        position: absolute;
        top: 20px;
        left: 0px;
        list-style: none;
        display: block; 
        overflow: hidden;
        =overflow: hidden;
    }

    menu li.submenu-over ul.onmouse li, menu li:hover ul.onmouse li, menu li.submenu-over ul.classic li, menu li.submenu-over ul.click li{
        list-style: none;
        float: none;
        display: block;
        padding: 0px; margin: 0px; 
        border-bottom: 1px solid #000;
        background: #000;
        width: auto;
    }

    menu li.submenu-over ul.onmouse li a, menu li:hover ul.onmouse li a { float: none; white-space: nowrap; }

    #block-comments h3, #content h2 {margin: 10px 0px !important;}

    #photos, .editor-area { margin-bottom: 10px; }

    #comments-form textarea, #comments-form input ,#block-comments input#c_title { width: 467px; }
    #comments-form input.submit { width: 100px !important;}

    #block-comments form dd input{width: 215px;} 
    #block-comments form dd input#c_validation{float:left;margin-left:75px;} 
    #block-comments form dd div#c_validation_div{text-align:right;margin-right:10px;} 
    #block-comments form dd div#c_validation_div img {margin:1px 0px;}
    #block-comments form dt#validation-dt{margin-left:75px;margin-top:33px;position:absolute;width:180px;}
    #block-comments form input.submit {margin-left: 75px;}

    /* ------------------------- submenu --------------------------- */

    #block-comments h3, #content h2 {margin: 10px 0px !important;}

    #photos, .editor-area { margin-bottom: 10px; }


    #mail-list-key, #send-mail-list{
        background: #08AEDB;
        border:1px solid #02D2FF;
    }

    #portrait .inner_frame { text-align: center; }
    #calendar .inner_frame, #contact-nav .inner_frame, .own-code-nav .inner_frame, #stats .inner_frame{ 
        padding-left: 20px;
    }
    #send-mail-list, #sendsearch { cursor: pointer; }
    #photos .photo-wrap {margin:9px;}
    #calendar table { margin: 0px;}
    #photo-album, #articles h2, #section_subsections { padding-left: 5px;}
    #section_subsections { margin-bottom: 30px;}
    .sound-captcha {
        display:block;
        margin-top:10px;
        padding-left:200px;
    }
    .submit{ cursor: pointer; }
    #comments-form legend span { font-weight: bold; display: block; padding: 5px 0px; }
    #articles .article h2 { padding-left: 0px; }
    #photos { padding: 0px; }
    #footer a.eoldal-footer {top: 4px !important;}
    /**************************************************************************************/
    /**************************************************************************************/
    /**************************************************************************************/
    /* --- eshop ---- */
    #eshop #articles h2 {padding-left: 0px;}
    * html #basket_preview_form td input {border:  medium none; background:   none transparent scroll repeat 0% 0%;}
    *:first-child+html #basket_preview_form td input {border:  medium none; background:   none transparent scroll repeat 0% 0%;}
    #individual , #firm, #sameaddress, #usernewsletter {border:  medium none; background:   none transparent scroll repeat 0% 0%;}
    #basket_preview_form .wrap input {border:  medium none; background:   none transparent scroll repeat 0% 0%;}
    * html #basket_preview_form .wrap input {border:  medium none; background:   none transparent scroll repeat 0% 0%;}
    *:first-child+html #basket_preview_form .wrap input {border:  medium none; background:   none transparent scroll repeat 0% 0%;}
    #eshop .comment-headline i {float: right;}
    #eshop .comment-text {margin: 10px 0 0 10px;}
    #eshop #block-comments {width: 100%;}
    #eshop .submit, #eshop #block-comments input.submit {padding: 2px 10px; cursor: pointer;
                                                         border: 1px solid #4191B5; color: #CFE3EC; font-weight: bolder; background: #194C6E;}
    #usernewsletter, .settings .submit, .contact-info .submit {margin-left: 15px;}
    .contact-info .submit {margin-left/*\**/: 19px\9}
    .settings .submit {margin-left/*\**/: 19px\9}
    #login input.submit, #login label {float: none;}
    #login label {width: auto; margin-top: 3px;}
    #basket_preview_form tbody tr td, #confirm tbody tr td, #orderdone tr td {border-top: 1px solid #4191B5; border-collapse: collapse;}
    #eshop #confirm fieldset table, #eshop #orderdone, #eshop .comment-headline  {border-bottom: 1px solid #4191B5; 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; font-size: 1.17em;}
    #eshop div.products .article, #eshop #articles .article {float: left; width: 130px; display: inline; margin: 5px 4px 0px 0px; padding: 0 2px;}
    * html #eshop div.products .article, * html #eshop #articles .article {width: 134px; padding-bottom: 25px;}
    #eshop div.products {padding: 5px 0 5px 5px; margin-bottom: 25px;}
    #eshop div.products .article .photo-wrap, #eshop #articles .article .photo-wrap {float: none; width: 130px; height: 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;}
    * html #eshop div.products .article .editor-area, * html #eshop #articles .article .editor-area {line-height: 1.25em;}
    #eshop div.products .article span.price, #eshop #articles .article span.price {font-weight: bolder; text-align: center; display: block;}
    #eshop .article .photo-wrap {margin-top: 0;}
    #eshop #product #photo-detail .photo-wrap {
        float: left;
        margin-top: 1px;
    }
    #eshop #basket input.amount {height: 20px; top: 0;}
    * html #eshop #basket input.amount {height: 35px;}
    *:first-child+html #eshop #basket input.amount {height: 24px;}
    #eshop #product #product-detail p {margin: 0;}
    #eshop #product-comments .comment {margin-top: 15px;}
    #eshop #product-comments #block-comments form dd input {width: 230px;}
    * html #eshop #product-comments #block-comments form dd input {width: 240px;}
    * html #login .inner_frame form div label {width: 50px;}
    #eshop #confirm fieldset table .right {padding-right: 0;}
    #eshop #confirm .wrap h3 {margin-top: 5px;}
    #logged h2 {margin-top: 20%;}
    #eshop .article .price {margin: 0 0 20px;}
    #account_firm label {width: 78px; display: block;}
    #billing_address label {width: 80px; display: block;}
    .settings #firmsdata label {width: 79px;}
    #eshop .settings #billing_address label {width: 61px;}
    .contact-info #billing_address label {width: 64px;}
    #eshop #billing_address #sameaddress + label {width: auto; display: inline;}
    .contact-info #billing_address label {width/*\**/: 59px\9}
    #eshop .settings #billing_address label {width/*\**/: 56px\9}
    *:first-child+html #account_firm label {width: 82px;}
    *html .contact-info #billing_address label {width: 78px;}
    *:first-child+html .contact-info #billing_address label {width: 60px;}
    *:first-child+html .settings #firmsdata label {width: 79px;}
    *:first-child+html #eshop .settings #billing_address label {width: 57px;}
    * html #eshop .settings #billing_address label {width: 79px;}
    * html #eshop #confirm .validation {margin: 25px 0 0 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;}
    /* Opera 7.2 < */
    @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: 0px;}
    #individual , #firm, #sameaddress, #usernewsletter {background: white;}
    .contact-info #billing_address label {width: 71px;}
}
*:first-child+html #eshop #basket_preview_form .wrap input {top: 1px;}
#login .inner_frame .errormes {margin-bottom: 15px;}
#eshop fieldset.validation .validatin-images-set input {width: 229px;}
#eshop .gennewmail fieldset p input {width: 190px;}
* html #eshop .gennewmail fieldset p input {width: 201px;}
* html #eshop fieldset.validation .validatin-images-set input {width: 240px;}
#eshop #product-comments .validation .validatin-images-set .sound-captcha {margin-left: 21.6%;}
* html #eshop #basket input.add_basket {color: whitesmoke;}
* html #eshop #product-comments fieldset.validation dd {margin-left: 13px;}
*:first-child+html #eshop #product-comments fieldset.validation dd {margin-left: 13px;}
* html #eshop #block-comments input.submit {margin-left: 14.8%;}
*:first-child+html #eshop #block-comments input.submit {margin-left: 14.8%;}
#account_firm, #deliveryaddress {margin-left: 2px;}
#sameaddress {margin-left: 0;}
#eshop #articles .settings {margin-top: 10px;}
#eshop #product-detail #calculation {line-height: 160%;}
#eshop #basket_preview_form td img {padding: 3px;}
#basketpayments ul, #baskettransport ul {margin-left: -5px;}
#basketpayments h3, #baskettransport h3, #eshop #basket_preview_form fieldset p .submit,
#eshop #basket_preview_form p .submit {margin-left: 3px;}
* html #basketpayments ul, * html #baskettransport ul {margin-left: -3px;}
* html #basketpayments h3, * html #baskettransport h3, * html #eshop #basket_preview_form p .submit,
* html #eshop #basket_preview_form fieldset p .submit {margin-left: 7px;}
* html #content #eshop #basketpayments ul li div, * html #content #eshop #baskettransport ul li div {padding-left: 27px;}
*:first-child+html #content #eshop #basketpayments ul li div, *:first-child+html #content #eshop #baskettransport ul li div {padding-left: 21px;}
*:first-child+html #basketpayments ul, *:first-child+html #baskettransport ul {margin-left: -1px;}
*:first-child+html #basketpayments h3, *:first-child+html #baskettransport h3,
*:first-child+html #eshop #basket_preview_form fieldset p .submit, *:first-child+html #eshop #basket_preview_form p .submit {margin-left: 7px;}
#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 -6px;}
#eshop .registration fieldset table h3 {margin-top: 10px;}
#eshop #articles #steps ul {width: 235px; margin: 5px auto;}
* html #eshop #articles #steps {text-align: center;}
* html #eshop #basket_preview_form li div  {font-size: smaller;}
* html #eshop #confirm .validation .validatin-images-set {margin-top: 0;}
#basket_preview_form fieldset input {background/*\**/:   none transparent scroll repeat 0% 0%\9}
#basket_preview_form fieldset input {border/*\**/:  medium none\9}
#basket_preview_form fieldset input[name="amount[1]"] {background/*\**/: black\9}
#basket_preview_form fieldset input[name="amount[1]"] {border/*\**/: 1px solid #4191B5\9}
.contact-info fieldset, .settings fieldset {padding: 5px 10px;}
* html #eshop .registration #usernewsletter {margin-left: 1px;}
*:first-child+html #eshop .registration #usernewsletter {margin-left: 1px;}
#orderdone {padding: 5px 10px;}
#orderdone td {padding: 2px 0;}
#eshop #confirm .wrap {padding: 0px 10px;}
#eshop #articles {padding: 5px 0 0 0;}
#eshop #block-comments .validatin-images-set {margin-left: 10px;}
#eshop #block-comments input.submit {margin: 0 0 0 75px;}
#eshop #block-comments .comment h3 {margin: 0 !important;}
#eshop .comment-headline {width: 500px;}
#eshop #block-comments form dd input#c_validation {margin-left: 65px !important; width: 229px;}
#eshop #product-comments fieldset.validation dd {width: 315px;}
#eshop #block-comments h2 {width: 108%; padding: 5px 6px;}
#eshop #confirm .validation {margin: 10px 0 0 ;}
#eshop #confirm .submit {margin-top: 3px;}
* html #eshop #confirm .validation #c_validation {height: 29px;}
*:first-child+html #eshop #confirm .validation #c_validation {height: 23px;}
#eshop form#confirm input[type="checkbox"] {position: relative; top: 2px;}
*:first-child+html #eshop form#confirm input[type="checkbox"] {margin-left: -3px;}
#eshop #confirm .validation dt {float: none;}
#eshop #product-comments #block-comments form {margin-left: 0;}
#eshop #panel .panel-header li.active a, #eshop #panel .panel-header li a:hover {
    border: 1px solid rgba(0, 0, 0, .06);
    border-bottom: 1px solid #07a3d3;
    background: #07a3d3;
    color: white;
}
#eshop #panel .inner_frame {background: #07a3d3;}
#eshop #panel .panel-header li a {background: #1075a1; color: white;}
#eshop #block-comments textarea {width: 435px;}
#eshop .sound-captcha {padding-left: 0px;} 
#eshop #basket_preview_form .right {padding-right: 12px;}
#eshop #confirm dt {width: 80px;}
#eshop #confirm img {margin: 3px 0;}
#eshop .under-article, #eshop .first, #eshop .article {clear: none;}
#login .submit {width: 128px;}
* html #login .submit {width: 115px;}
#eshop .validation dt {margin-bottom: 0; width: 80px;}
#eshop .validation .sound-captcha {margin-top: 0;}
#eshop #product-detail #product-info table td {padding: 1px 0;}
#eshop #product-comments #block-comments .validation dt  {width: 75px; margin-bottom: -30px;}
#eshop #product-comments #block-comments .comment {border: none;}
#eshop .settings p, #eshop .contact-info p {margin: 0;}
#eshop .settings .submit, #eshop .contact-info .submit {margin-top: 10px;}
#eshop #account_info {margin-top: 5px;}
#eshop #confirm .right p {margin: 0;}
#eshop #confirm .right .price {margin: 10px 0;}
#eshop #product .wrap h2 {padding-left: 0;}
#eshop #block-comments .validation #c_validation_img {margin-left: 65px;}
#eshop fieldset .validation .validatin-images-set input {width: 229px;}
#delivery_address label {width: 81px; display: block;}
#eshop #basket form {clear: none; margin: 0; padding: 0;}
#eshop #basket_preview_form table .border_fix td, #eshop #basket_preview_form table tr .price {border: none;}
#eshop .contact-info p {margin-top: -5px;}
#eshop .photo-wrap {border: none;}
#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;}
#eshop #block-comments .validation {width: 60%;}
#eshop .sale, #eshop .new, #eshop .discount {color: #F8F4BE;}
* html #eshop .registration fieldset.validation dd,
* html #eshop .gennewmail fieldset.validation dd {margin-top: 5.2%;}
*:first-child+html #eshop .registration fieldset.validation dd,
*:first-child+html #eshop .gennewmail fieldset.validation dd {margin-top: 5.2%;}
*:first-child+html #eshop #block-comments .validatin-images-set {margin: 0 !important;}
* html #eshop #block-comments .validatin-images-set {margin: 0 !important;}
* 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 form dd input#c_validation {width: 240px;}
#content #eshop #basketpayments ul li, #content #eshop #baskettransport ul li {
    background: #0aa3cf;}
#content #eshop #basketpayments ul li div, #content #eshop #baskettransport ul li div {
    background: #1075a1;
    margin-left: 0 !important;
    padding-left: 23px;
}
#eshop .article .editor-area {margin-bottom: 5px;}
#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 fieldset p input  {padding: 2px 0; float: left; background: #194C6E;}
#eshop #basket_preview_form p input {width: 120px;}
#eshop #basket_preview_form fieldset p a {padding: 2px 18px; text-decoration: none; text-align: center;
                                          font-size: 12px; float: left; background: #194C6E;}
* html #eshop #basket_preview_form fieldset p a {padding: 5px 18px 4px;}
*:first-child+html #eshop #basket_preview_form fieldset p a {padding: 5px 18px 4px;}
@-moz-document url-prefix() { /** FF */ 
    #eshop #basket_preview_form fieldset p a {padding: 1px 18px;}
}
#content #eshop #basketpayments ul li div, #content #eshop #baskettransport ul li div {padding-left/*\**/: 36px\9}
#eshop #steps .active {color: #F8F4BE; font-weight: bold; background: #0aa3cf; }
#eshop .registration #usernewsletter,#eshop .registration .validation, #eshop .registration .submit {margin-left: 3px;}
#eshop #steps .active, #eshop #steps .done {padding: 3px 5px; border: 1px solid #4191B5;
                                            text-align: center; width: 55px;}
.gennewmail, .registration fieldset {margin-top: 5px;}
#confirm .wrap, #account_info, #billing_address,
#eshop div.products .article span.price, #eshop #articles .article span.price {background: #08AEDB; color: white;}
#confirm .wrap, #account_info, #billing_address {border: 2px solid #02D2FF;}
#eshop #photo, #eshop div.products .article .photo-wrap, #eshop #articles .article .photo-wrap,
#eshop #product #photo-detail .photo-wrap {background: #08AEDB; border: 1px solid #02D2FF;}
#eshop #basket input.amount {top/*\**/: -1px\9}
:root #eshop #basket input.amount {top: 1px\9; padding-bottom: 3px\9;}
@-moz-document url-prefix() { /** FF */ 
    #eshop #basket input.amount {height: 18px;} 
}
#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: 2px 6px; margin-right: 4px; border: 1px solid #02D2FF; background: #08AEDB; text-decoration: none; font-size: 110%;}
#eshop #paging span.current {background: none;}
#eshop #paging #previous, #eshop #paging #next {border: none; background: none;}
#eshop {padding-left: 10px;}
#eshop .contact-info fieldset span {color: #ff0000;}
#ecategory div ul li.current ul li a {color: #CFE3EC;}
#ecategory div ul li.current a, #ecategory div ul li ul li.current a, #ecategory div ul li.current ul li a:hover {color: #F8F4BE;} 
menu li.current ul.submenu li a {color: #fff;}
menu li.current a, menu li.current ul.submenu a, menu li.current ul.submenu li a:hover {color: #F8F4BE;}
#eshop .registration fieldset {padding: 0;}
#eshop .login-info fieldset p {margin: 2px 0;}
#eshop form.login-info fieldset p label { display: inline-block; width: 80px; }
#eshop form.login-info input {width/*\**/: 110px\9}
#eshop form.login-info input.submit {width/*\**/: auto\9}
* html #eshop form.login-info input {width: 113px;}
* html #eshop form.login-info input.submit {width: auto;}
#eshop .login-info {padding-left: 15px; border-bottom: 1px solid #4191B5; padding-bottom: 10px; margin-bottom: 20px;}
#eshop #product .wrap #product-detail form {clear: none;}
#eshop div.order_account table tr.odd {background: #0aa3cf;}
#eshop .order_account #basket_preview_form {border-bottom: 1px solid #4191B5;}

#product-search input {vertical-align: middle;}
#product-search input#product-search-text {width: 200px; height: 24px; _height: 30px}
#product-search input.submit {padding: 2px 20px; height: 30px;}
#product-search input#product-search-text {padding/*\**/: 4px 5px 0\9}

#eshop #confirm td.title {width: 43%;}
#eshop #basket_preview_form td.title {width: 39%;}
/*****************/


}
@media print {
}
/******************************************************************************/
/*----------------------------------------------------------Navigation bar style----------------------------------------------------------*/
@media screen,projection{
    #nav-cover input{background-color: #fff;}
    #nav-cover form{clear: none !important;}

    /* Full width adjustments */
    body.full-width #content {width: 775px;}
    body.full-width .column {background: none; float: none; padding: 0; width: 0;}
    body.full-width #folders {width: 550px;}
}

/* Responsive */

.menu-toggle {
    position: absolute;
    margin-top: 10px;
    right: 15px;
    border: 0;
    outline: 0;
    background: rgba(255,255,255,0.7);
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
    min-height: 35px;
    display: none;
    z-index: 99999;
}
.menu-toggle span {
    border-top: 5px black solid;
    width: 30px;
    margin: 2px 0;
    display: block;
    transition: 0.3s all linear;
}
.menu-toggle.menu-active {
    margin-top: 5px;
    background: transparent;
}
.menu-toggle.menu-active span {
    border-top: 5px white solid;
}
.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) { 

    #document {
        width: 100%;
        max-width: 780px;
    }
    #navigation {
        width: 100%;
    }
    #header .inner_frame {
        width: 100%;
        background-size: 100% 100% !important;
    }
    #header .inner_frame h1 {
        left: 5px;
    }
    #content {
        width: 100%;
    }
    .column {
        width: 100%;
    }
    #search {
        top: 0;
        right: 0;
    }
    menu li {
        width: 100%;
        float: none;
        text-align: center;
    }
    menu li a {
        padding: 13px;
        margin: 1px;
        float: none;
    }
    .folder-info {
        float: left;
        width: auto;
    }
    .section {
    	width: 45%;
        float: left;
        margin: 10px 2.5%;
        clear: none;
    }
    .folder {
        padding-bottom: 30px;
        box-sizing: border-box;
        float: left;
        clear: none;
        width: 45%;
        display: table;
        margin: 10px 2.5%;
    }
    #footer {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    .menu-toggle {
        display: block;
    }
    #navigation menu {
        display: none;
    }
    #navigation.menu-active menu {
        display: block;
    }
    .level_2 {
        display: none !important;
    }
    #nav-column .column >.inner_frame {
    	display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

}

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

    #whole-page {
        overflow: hidden;
    }
    body {
        width: 100% !important;
    }
    #header .inner_frame h1 {
        font-size: 20px;
    }
    #articles {
        padding: 5px;
    }
    #content {
        margin: 0;
        padding: 5px;
        box-sizing: border-box;
    }

}

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

	.section, .folder {
		width: 100%;
	    margin: 5px 0;
	}
    #comments-form textarea, #comments-form input, #block-comments input#c_title {
        width: 100% !important;
        box-sizing: border-box;
    }
    .recaptchaContainer {
        text-align: left;
    }
    #block-comments form input.submit {
        margin-left: 0;
    }
    .slide.img.width {
        max-width: 100% !important;
    }
    .slide-img img {
        box-sizing: border-box !important;
    }

}

img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}

@media only screen and (max-width: 991px) { 
    table {
        width: 100%;
        max-width: 800px;
        clear: both;
        height: auto;
    }
    #perex table {
        width: 100%;
        display: block;
        overflow: auto;
        box-sizing: border-box;
        border: 0;
        min-width: auto !important;
    }
}
/* Galerie responsive */
#smLightbox_title {
  max-width:750px;
  position:relative;
  box-sizing: border-box;
  padding:0 10px;
}
#smLightbox_description {
  max-width:100%;
  position:relative;
  padding:5px 10px 0;
  box-sizing: border-box;
  top:10px !important;
}
#smLightbox_container {
  max-width: 100%;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #smLightbox_title {
    margin-top:30px ;
  }
}


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