/*-----------------------------------------------------------------------------
Pojection style
-----------------------------------------------------------------------------*/
@media screen, projection {

    /* Common style -------------------------------------------------------------*/

    * {
        margin: 0;
        padding: 0;
    }
    .decoration {
        display: none;
    }
    body {
        font: 70%/1.5 Verdana, "Geneva CE", lucida, sans-serif;
        text-align: center;
        color: #050505;
        background: #484848 url('https://s3b.estranky.sk/img/d/1000000130/bg.gif');
        margin: 0px;
        padding: 0px; 
    }
    hr {
        display: none;
    }
    table, form {
        font-size: 100%;
    }
    a {
        color: #10bba8;
    }
    a:hover {
        text-decoration: none;
    }
    a img {
        border: none;
    }
    p {
        margin: 10px 0;
    }
    h3 {
        font-size: large;
        _font-size: medium;
    }
    .left {
        text-align: left;
    }
    .right {
        text-align: right;
    }
    .center {
        text-align: center;
    }
    .justify {
        text-align: justify;
    }
    * html #content {
        overflow: hidden;
    }
    #articles {
        overflow: hidden;
    }
    #content ul, #content ol {
        list-style-type: square;
        margin-left: 30px;
    }
    #content ol {
        list-style-type: decimal;
    }
    #content li {
        margin: 5px;
    }
    .left-float {
        float: left;
    }
    .right-float {
        float: right;
    }
    img.vlevo-float {
        margin: 10px 10px 10px 0;
    }
    img.right-float {
        margin: 10px 0 10px 10px;
    }
    .clear {
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
        display: none;
        width: 1px;
    }
    center {
        margin: 15px 0;
    }
#leaderboard-top {
  display: none!important;
  margin: 0 auto;
   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 -------------------------------------------------------------------*/

    #whole-page {
        text-align: center;
    }
    #document {
        width: 820px;
        background: #FFF url('https://s3b.estranky.sk/img/d/1000000130/col.gif') 581px 0 repeat-y;
        margin: 0 auto;
        padding: 10px 0px 0px 0px;
        border: 10px solid #3d3d3d;
        border-width: 0px 10px;
        text-align: left;
    }
    #header {

        padding-top: 60px;
        background: #FFF url('https://s3b.estranky.sk/img/d/1000000130/document-in.jpg') top left no-repeat;
        position: relative;
    }
    #header .inner_frame{
        margin: 0 25px;
    }

    .u_head_title_position{
        position: absolute;
        top: 40px;
        left: 30px;
    }
    #header-decoration {
        display: block;
        width: 760px;
        height: 229px;
        margin-left: 4px;
        background: url('/img/ulogo.4.jpeg') top left no-repeat;
        margin-top: 20px;
    }
    #photos h2 {
        clear: both;
    }
    h1 {    
        font: normal 300% sans-serif;
        line-height: 35px;
        height: 35px;
        overflow: hidden;
    }
    h1 a,h1 a:hover {
        text-decoration: none;
        color: #000;
        letter-spacing: -1px;
    }
    #nav-column {
        float: right;
        width: 220px;
        _width: 215px;
        padding: 20px 0 0 18px;
        background: url('https://s3b.estranky.sk/img/d/1000000130/col-top.gif') top left no-repeat;
    }
    .menu-type-standard li > ul.level_2 {
        display: block !important;
        position: relative;
        margin: 0;
    }
    #navigation {
        float: left;
        width: 170px;
    }
    #navigation h2, .column h2, #nav-column .section h2 {
        padding: 5px 0 5px 8px;
        text-align: left;
        font-size: 130%;
        font-family: sans-serif;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #333;
    }
    .level_2 {
        border: 1px solid #f5f5f5;
        position: absolute;
        background: white;
        width: 160px;
        margin-left: -170px;
        margin-top: -27px;
    }
    menu {
        width: 169px;
        list-style-type: none;
        padding-bottom: 20px;
    }
    menu li, .column ul li , #photo-album-nav li, #rss-nav li, #ecategory ul li{
        width: 169px;
        list-style-type: none;
        background: url('https://s3b.estranky.sk/img/d/1000000130/menu-li.gif') top left repeat-x;
    }
    menu li.current{font-weight: bold;}
    menu li a, #folders-nav a, #links a , #photo-album-nav a, #rss-nav a, #ecategory ul li a{
        display: block;
        width: 149px;
        padding: 5px 10px !important;
        text-decoration: none;
        word-wrap: break-word;
        /*  border-left: 1px solid #fff;*/
    }
    #ecategory ul li ul {
        padding-left: 11px;
    }
    #ecategory ul li ul li, #ecategory ul li ul li a {
        width: auto;
    }
    menu li a:hover,#folders-nav a:hover,#links a:hover, #photo-album-nav a:hover, #rss-nav a:hover, #ecategory ul li a:hover{
        text-decoration: none;
        color: #000;
    }
    .section,#portrait {
        padding-bottom: 20px;
    }
    .column,#mess-square,#mess-message {
        float: left;
        overflow: hidden;
        width: 169px;
        color: #333;
    }
    .column a, menu li a {
        color: #585858;
    }
    .section {
        color: #585858;
    }
    .column a:hover {
        text-decoration: none;
    }
    #portrait .inner_frame,#last-gallery .inner_frame{
        text-align: center;
    }
    #portrait a,#last-gallery .wrap-of-photo{
        margin: 0 auto;
    }
    .wrap-wrapu {
        width: 120px;
        margin: 0 auto;
    }
    #portrait a, #last-gallery .wrap-of-photo a {
        display: block;
        width: 120px;
        margin: 10px auto;
    }
    #portrait a {
        display: block;
        width: 150px;
    }
    #search fieldset {
        margin-top: 10px;
        text-align: center;
    }
    #sendsearch. #send-mail-list {
        margin: 5px 0;
        padding: 2px 6px;
        _padding: 0px;
    }
    #mail-list .message{ color: #10BBA8;}
    #calendar,#calendar thead td {
        text-align: center;
        color: #585858;
    }
    #calendar thead td {
        font-weight: bold;
    }
    #calendar thead td a {
        color: #d81823;
    }
    #calendar td{
        font-size: 80%;
    }
    #calendar tbody td a {
        display: block;
        width: 16px;
        height: 16px;
        margin: 0 auto;
        padding-top: 2px;
        text-decoration: none;
        color: #585858;
        background: url('https://s3b.estranky.sk/img/d/1000000130/calendar.gif') center center no-repeat;
    }
    #calendar caption {
        display: none;
    }
    #calendar table {
        width: 169px;
        text-align: center;
        margin: 10px auto;
    }
    td, th {
        padding: 1px 1px;
    }
    #archive-days {
        font-weight: bold;
    }
    #archive-days a{
        font-weight: normal;
        text-decoration: underline;
    }
    #footer {
        position: relative;
        width: 801px;
        overflow: hidden;
        /*  height: 315px;*/
        margin-left: 9px;
        background: #454545 url('https://s3b.estranky.sk/img/d/1000000130/footer.gif') top left no-repeat;
    }
    #footer .inner_frame {
        padding: 215px 5px 0px;
        font-size: x-small;
        _font-size: xx-small;
        color: #FFF;
    }
    #footer p {
        display: block;
        margin: 0;
        padding-bottom: 7px;
    }
#footer .inner_frame p + p {margin: 10px 0px;}
#footer .inner_frame p + p a {margin-right: 5px;}
    #footer a {
        color: #FFF;
    }
    #decoration6 {
        display: block;
        clear: both;
    }
    #clear5, #perex-cont-clear, #gallery-cont-clear, #g-section-cont-clear, #a-section-cont-clear, #article-cont-clear {
        display: block;
    }
    #content {
        float: left;
        _float: none;
        width: 500px;
        _width: 550px;
        padding-left: 50px;
    }
    #breadcrumb-nav {
        padding: 18px 10px 5px 0px;
        overflow: hidden;
        color: #488a90;
    }
    #breadcrumb-nav a {
        color: #488a90;
    }
    #breadcrumb-nav span {
        color: #0e0e0e;
    }
    #perex {
        margin: 10px 0;
        padding: 5px 10px;
        background: #f7f7f7 url('https://s3b.estranky.sk/img/d/1000000130/block-bg.gif') top left no-repeat;
    }
    #articles {
        padding: 5px 0 0 5px;
    }
    #articles h2, #folders h2, #gallery h2, #photos h2, #slide h2,#block-comments h2, #eshop .products h2 {
        margin: 15px 0 5px 0px;
        font: bold x-large sans-serif;
        _font-size: large;
        color: #000;
    }
    .editor-area,.first,.article {
        clear: both;
        overflow: hidden;
    }
    .article {
        margin-top: 20px;

        background: #FFF url('https://s3b.estranky.sk/img/d/1000000130/block-bg.gif') top left no-repeat;
    }
    #articles .article h2 {
        margin: 10px 0 0 0;
        text-transform: uppercase;
        letter-spacing: -1px;
        font-size: large;
        _font-size: medium;
        background-color: transparent;
    }
    #articles .article h2 a {
        text-decoration: none;
        color: #000;
    }
    .date {
        margin-right: 15px;
        color: #999;
    }
    /*#articles .first {
            background: url('https://s3b.estranky.sk/img/d/1000000130/stin.gif') top center no-repeat;
    }*/
    .under-article{
        width: 500px;
        padding-bottom: 40px;
        background: url('https://s3b.estranky.sk/img/d/1000000130/stin2.gif') bottom center no-repeat;
    }
    .accessibility-links {
        position: absolute;
        top: -1500px;
    }
    form {
        clear: left;
        margin: 0;
    }
    button {
        clear: both;
    }
    fieldset {
        padding: 0;
        border: none;
    }
    #block-comments {
        margin-top: 10px;
    }
    #articles #block-comments h2{
        margin: 0;
    }
    #comments {
        display: block;
        width: 470px;
        padding-bottom: 25px;
        background: url('https://s3b.estranky.sk/img/d/1000000130/stin.gif') bottom center no-repeat;
    }
    #block-comments form {
        width: 456px;
        padding-bottom: 15px;
    }
    #block-comments form dt {
        display: block;
        padding: 5px 0 0;
        font-family: sans-serif;
        color: #6a6a6a;
    }
    #block-comments legend {
        display: none;
    }
    #block-comments input, #block-comments textarea,#block-comments input#c_title {
        /*float: left;*/    
        clear: left;
        width: 449px;
        border: 1px solid #cdcdcd;
        background-color: #FFF;
        font-family:Verdana,"Geneva CE",lucida,sans-serif; font-size:13px;
    }
    #block-comments input#validation {
        width: 150px;
        margin-right: 10px;
    }
    #block-comments input.submit{
        margin-top: 5px;
        border: 1px solid #CDCDCD;
        padding: 3px 10px;
        width: auto;
        text-transform: uppercase;
        color: #000;
        cursor:pointer;
    }
    #content form {
        margin: 10px 0;
    }
    #section_subsections {
        margin: 20px 0 30px 0;
    }
    #block-comments h3 {
        position: relative;
        margin: 5px 0;
        font: bold large sans-serif;
        _font-size: medium;
        text-transform: uppercase;
        letter-spacing: -1px;
    }
    .comment {
        margin-bottom: 3px;
        padding: 15px;
        background: url('https://s3b.estranky.sk/img/d/1000000130/stin.gif') top center no-repeat;
    }
    .comment-headline {
        color: #06b6a9;
    }
    #block-comments .comment h3 {
        /*float: left;*/
        margin: 0 10px 0 0;
        padding: 0;
        text-transform: none;
        font: normal small Verdana, "Geneva CE", lucida, sans-serif;
        _font-size: x-small;
        color: #000;
        display: inline;
    }
    #block-comments .comment span,#block-comments .comment b,#block-comments .comment i {
        font-style: normal;
        font-weight: normal;
        color: #06b6a9;
    }
    #block-comments form dd input{width: 190px;} 
    #block-comments form dd input#c_validation{float:left;} 
    #block-comments form dd div#c_validation_div{text-align:right;margin-right: 6px;} 

    #photo-album h2, #archive h2,#folders h2,#gallery h2,#photos h2,#slide h2 {
        letter-spacing: -1px;
        text-transform: uppercase;
        font-size: large;
        _font-size: medium;
    }

    /* Photo ---------------------------------------------------------------------*/

    #folders {
        margin-top: 20px;
    }
    #folders h2 {
        margin-top: 0;
    }
    .album {
        float: left;
        width: 115px;
        _width: 150px;
        margin: 10px 10px 10px 0;
        padding: 0 5px 0 30px;
        background: url('https://s3b.estranky.sk/img/d/1000000130/galerie.gif') top left no-repeat;
    }
    #folders .album h3 {
        margin: 0 0 .5em 0;
    }
    #folders .album h3 a{
        font: bold small Tahoma, "Lucida Grande CE", lucida, sans-serif;
        _font-size: x-small;
    }
    #gallery {
        clear: both;
    }
    #gallery h2 {
        width: 100%;
    }

    /*
    .folder {
            position: relative;
            overflow: hidden;
            float: left;
            width: 220px;
            _width: 230px;
            margin: 10px 10px 0px 0;
            padding: 10px 0 30px 10px;
            background: url('https://s3b.estranky.sk/img/d/1000000130/stin2.gif') bottom center no-repeat;
    
    }
    .folder .photo-wrap {
            position: relative;
            z-index: 1;
            float: left;
            white-space: nowrap;
            height: auto;
            margin-top: 2.5em;
            _padding-bottom: 4px;
            border: 1px solid #d0d0d2;
    }
    .folder .photo-wrap br {
            display: none;
    }
    .folder .photo-wrap img {
            display: block;
            margin: 4px;
    }
    .folder .folder-info {
            width: 120px;
            position: relative;
            top: 0px;
            left: 0px;
            margin: 2.5em 0 0 10px;
    margin-top:20px;
   display: inline-block;
    }
    
    #gallery .folder-info h3,.folder .folder-info h3 {
            position: absolute; 
            top: .7em;
            left: 10px;
            overflow: hidden;
            white-space: nowrap;
            width: 220px;
            margin: 0;
            font-size: small;
            _font-size: x-small;
            font-weight: bold;
    }
    
    */


    .folder .photo-wrap{ margin-top: 10px; position: absolute; top: 20px; left: 15px;}
    .folder { position: relative; margin-bottom: 0px; padding: 5px 5px 35px 5px;    background: url('https://s3b.estranky.sk/img/d/1000000130/stin2.gif') bottom center no-repeat;}
    #section_subsections h3, #gallery .folder h3, .folder h3{ border-bottom: 0; font-size: 1.2em !important;text-transform: none !important;}
    .folder h3 a{color: #10BBA8;}
    .folder .folder-info{ margin-top: 20px; min-height: 130px; _height: 130px; margin-left: 110px; color: #000;}
    .folder .folder-info span{color: #000; }

    .folder-info div {
        overflow: hidden;
        white-space: nowrap;
        width: 137px;
        line-height: 2;
    }
    .folder-info div a {
        color: #000;
    }
    #photos {
        clear: left;
    }
    #slide {
        padding: 0 5px;
    }
    #click {
        clear: both;
        overflow: hidden;
        margin: 15px 0;
        padding-bottom: 15px;
        text-align: center;
        background: #f7f7f7 url('https://s3b.estranky.sk/img/d/1000000130/block-bg.gif') top left repeat-y;
    }
    #click h3 {
        margin: 0;
        padding: 5px 0 10px;
        font-size: small;
        _font-size: x-small;
        font-weight: normal;
    }
    #click p {
        margin: 10px 20px 0;
    }
    .slidebar {
        _width: 100%;
        height: 100px;
        overflow: auto;
        white-space: nowrap;
    }
    .slidebar a {
        margin: 0 5px;
    }
    #thumbnav{
        margin: 15px 0;
        text-align: center;
    }
    #timenav, .slidenav {
        padding: 5px;
        clear: both;
        text-align: center;
        color: #050505;
        background: #f7f7f7 url('https://s3b.estranky.sk/img/d/1000000130/block-bg.gif') top left no-repeat;
    }
    #thumbnav br, .slidenav br {
        line-height: 0;
        height: 0;
        clear: both;
    }
    .slidenav .back {
        float: left;
    }
    .slidenav .forward {
        float: right;
    }

    /* Advertisment ------------------------------------------------------------------*/

    .message {
        clear: both;
        margin-bottom: 5px;
        text-align: center;
        color: white;
    }
    #mail-list .message{ color: #10BBA8;}
    .adv-title {
        width: 100%;
        margin-left: 5px;
    }
    #mess-ahead,#mess-skyscraper,#mess-rectangle, #mess-board {
        text-align: center;
    }
    #mess-ahead,#mess-text, #mess-board {
        color: black;
    }
    #mess-ahead .adv-title {
        margin-left: 35px;
    }
    #mess-ahead iframe {
        margin: 0 auto;
    }
    #mess-square {
        color: #000;
    }
    .message .inner_frame {
        padding: 5px;
        text-align: center;
    }
    .message img {
        display: block;
        border: none;
        margin: 0 auto;
    }
    #sky-scraper-block {
        position: absolute;
        right: -300px;
        text-align: center;
        width: 300px;
    }
    #sticky-box {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        right: 0;
    }
    
    #content .hypertext h2 a {font-size: 11px; font-weight: normal;}
    .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 {margin: 15px 0; padding: 5px; overflow: hidden;}
    .hypertext .inner_frame {line-height: 1em; margin-top: 3px;}
    .hypertext img, .hypertext {border: 1px solid #ddd;}
    #mess-text .mess-title {color: #333;}
    #mess-ahead .mess-title {color: #fff;}
    #content .hypertext + .hypertext {border-top: 1px solid #fff; margin-top: -16px;}
    .hypertext .mess-title {margin-top: 1px;}

    #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 {margin-top: 30px;}
    #shifter #shifter_wrap #shifter_footer .span3 {background: #fff; border: 1px solid #C2B294; padding: 0px 4px 4px;}
    #shifter div#shifter_title h3 {margin: 5px 0; color: #fff;}
    #shifter #shifter_wrap #shifter_footer .category {background: #eee; padding: 1px 0; text-align: center; font-weight: bold; line-height: 1.3em;}
    #shifter #shifter_wrap #shifter_footer .category a {text-decoration: none;}
    #shifter #shifter_wrap #shifter_footer .category a:hover {text-decoration: underline;}
    #shifter .span3 .category a {font-size: 13px;}
    #shifter #shifter_wrap #shifter_footer .span3 h4 {padding: 2px 0;}
    #shifter #shifter_wrap #shifter_footer .span3 h4 a {color: #050505; line-height: 1.4em;}
    #shifter #shifter_title h3#shifter_t_2 {margin-right: 292px;}
    :root #shifter #shifter_title h3#shifter_t_2 {margin-right: 290px\9;}
    * html #shifter #shifter_title h3#shifter_t_2 {margin-right: 146px;}


    /*** Fix package
     *****************************************************************************/

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

    #photos .photo-wrap, #preview-folder .box, #thumbnav .box{
        background-color: #eee;
        float: left;
        width: 90px;
        height: 90px;
        margin: 1px 1px;
        _width: 92px;
        _height: 92px;
    }

    #thumbnav .box{
        margin: 1px 1px;
    }

    #photos .photo-wrap div, #preview-folder .box div, #thumbnav .box 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 {
        =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 { 
        =border: none;
    }

    #thumbnav .box div a img, #photos .photo-wrap div a img, #preview-folder .box div a img {
        =position: relative; 
        =top: -50%;
        =left: -50%;
        border: 0px solid #FFF;
    }

    /******************end of preview*****************/

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

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

    #thumbnav .wrap { display: block; padding: 8px 0px 8px 5px; _padding-left: 0px;}

    #folders, #photos, #articles .article { padding: 0px; }

    #photo-album { padding: 0px 0px 0px 0px; overflow: hidden; width: 95%;}
    #articles .article, #folders, #photos{ padding: 0px !important; }
    #articles .article {margin: 0px !important;}
    .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;}

    #last-photo, #mail-list {text-align: center;}
    #languages a{ float: left; margin: 2px 4px;}
    #languages .inner_frame {padding-left: 5px; overflow: hidden; }
    #photos:after{
        content: ".";
        visibility: hidden;
        display: block;
        height: 0px;
        width: 100%;
        clear: both;
        _height: 1%;
    }

    .level1{ margin-left: 1em; }
    .level2{ margin-left: 2em; }
    .level3{ margin-left: 3em; }
    .level4{ margin-left: 4em; }
    .level5{ margin-left: 5em; }
    .level6{ margin-left: 6em; }
    .level7{ margin-left: 7em; }
    .level8{ margin-left: 8em; }
    .level9{ margin-left: 9em; }

    menu li.submenu-over { position: relative; z-index: 9999;}
    menu li a{padding: 1px;}
    menu li ul.submenu{ display: none; }
    menu li.submenu-over ul.click, menu li.submenu-over ul.onmouse, menu li:hover ul.onmouse{ display: block; }
    menu li ul.classic{ display: block; }
    menu li.submenu-over ul.onmouse, menu li:hover ul.onmouse{
        position: absolute;
        top: 0px;
        left: -170px;
        background: #fff;
    }
    menu li.submenu-over ul.onmouse a, menu li:hover ul.onmouse a{
        text-align: left;
        padding: 5px;
        margin: 0px;
    }

    /* title aligment */
    h1.head-left {
        text-align: left;
    }
    h1.head-center {
        text-align: center;
    }
    h1.head-right {
        text-align: right;
    }

    #ajax-container_preview{
        z-index: 999999;
    }

    #contact-nav .inner_frame { padding-left: 10px; }
    #stats .inner_frame  { padding-left: 8px; }
    #stats .inner_frame * {text-align: left;}
    #stats .inner_frame td, #stats .inner_frame th { padding: 2px 0px; font-weight: normal; color: #585858; }
    #stats .inner_frame table:after { content: ".";line-height: 0px;height: 0px;clear: both;visibility: hidden;}


    .own-code-nav .inner_frame { padding-left: 10px; }
    .own-code-nav textarea { width: 98%; }

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

    #photos .photo-wrap { margin: 2px;}


    #c_validtation{
        width: 100px;
    }

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

    /* /Advertisment-----------------------------------------------------------------*/


    #basket_preview_form tbody tr td{
        background: url('https://s3b.estranky.sk/img/d/1000000130/menu-li.gif') top left repeat-x;
        padding: 2px 3px;
    }
    #confirm tbody tr td, #confirm tbody tr th, #orderdone tbody tr th, #orderdone tbody tr td {
        border-bottom: 1px solid #ccc;
    }
    .settings tr td label, .contact-info tr td label, .login-info fieldset p label {
        width: 101px; 
        display: block;
    }
    #billing_address #sameaddress + label, #account_info #individual + label, #account_info #firm + label {
        width: auto; 
        display: inline;
    }
    * html #billing_address label {
        width: auto; 
        display: inline;
    }
    #eshop .products .article .editor-area {
        text-align: justify;
    }
    #eshop .article .photo-wrap, #eshop #photo-detail .photo-wrap {
        margin-top: 1px;
    }
    #eshop .sphotos .photo-wrap {
        float: left;
        height: 64px;
        padding: 2px 0;
        width: 64px;
        border: 1px solid #cccccc;
        background-color: #fff;
    }
    #content #eshop #basketpayments ul, #content #eshop #baskettransport ul {
        margin: 0 30px 0 0;
    }
    #eshop #product .wrap h2 {
        line-height: 1.2em;
        margin: 15px 0 15px 0;
    }
    #content #eshop #basketpayments ul li, #content #eshop #baskettransport ul li {
        border-bottom: 1px solid #bbb;
        background: #ccc;
    }
    #content #eshop #basketpayments ul li div, #content #eshop #baskettransport ul li div {
        background: #FFF;
        margin-left: 0 !important;
        padding-left: 18px;
        *padding-left: 24px;  
    }
    #login form div input, #eshop input {
        margin: 1px 0;
    }
    #content #steps ul li {
        color: #000;
        border: 1px solid #bbb;
        font-size: 120%;
        margin: 5px 2px;
        text-align: center;
        width: 50px;
    }
    #content #steps ul li.active {
        color: #FFF;
        font-weight: bold;
        background-color: #3D3D3D;
    }
    #eshop table {
        border-collapse: collapse;
    }
    #eshop .settings p{
        margin-left: 1px;
    }
    #content #eshop li {
        margin: 0;
    }
    #eshop #basket_preview_form td.title {
        width: 26%;
    }
    #eshop .products .article {
        background: none;
        margin: 15px 35px 0 0 !important;
        padding-bottom: 25px !important;
        clear: none;
    }
    #eshop .products .article span.price, #eshop .products .article .photo-wrap {
        background: #EDEDED;
    }
    #eshop .products .article span.price {
        margin-top: 5px;
    }
    #eshop #panel {
        width: 495px;
    }
    #eshop #product-detail {
        padding: 0;
    }
    #eshop #product-detail form {
        clear: none;
    }
    #eshop #photo-detail #photo {
        background: #EDEDED;
        border: 1px solid #ccc;
    }
    #eshop #product-info table tbody tr td {
        padding: 4px 3px 4px 1px;
        vertical-align: top;
        min-width: 85px;
    }
    #eshop .submit {
        border: 1px solid #858585;
        color: #000000;
        padding: 2px;
        background: #fff;
        font-weight: bold;
    }
    #eshop #confirm table tbody tr td img {
        height: 25px;
        width: 25px;
    }
    #confirm .validation {
        margin-bottom: 15px;
    }
    #login form div input {
        width: 105px;
    }
    #login form a {
        padding-top: 2px;
    }
    #login input.submit, #login label {
        float: none;
    }
    #login .inner_frame p {
        margin: 5px 0;
    }
    #login label {
        width: auto;
        margin-top: 2px;
    }
    #eshop #contactaddress, #eshop #basketpayments, #eshop #baskettransport, #eshop #deliveraddress {
        width: 49%;
    }
    #eshop #product-comments fieldset.validation {
        width: 100%;
    }
    #eshop #product-comments fieldset.validation dl {
        width: 240px;
    }
    #login form a {
        _padding-top: 3px;
    }
    #eshop .products .article .editor-area {  
        line-height: 1.50em;
        _line-height: 1.30em;
        &line-height: 1.50em;
        font-size: 99%;
    }
    #basket form {
        clear: none;
    }
    #login .inner_frame, #logged .inner_frame, #nav-basket .inner_frame {
        margin: 0 10px;
    }
    #eshop .registration tbody h3, #eshop .gennewmail h3, #eshop .settings table h3, #eshop .contact-info fieldset {
        margin: 15px 0 5px 0;
    }
    #eshop .registration tbody h3, #eshop .gennewmail h3, #eshop .settings table h3, #basketpayments h3, #baskettransport h3, #contactaddress h3, #deliveraddress h3, #eshop #articles h3 {
        font-size: 15px;
    }
    #basketpayments h3, #baskettransport h3 {
        margin-bottom: 5px;
    }
    #eshop .validation {
        margin-top: 10px;
    }
    #eshop #basket_preview_form td.price {
        background: none;
    }
    #eshop .products .article h3 {
        font-size: 13px;
    }
    #eshop #basket_preview_form fieldset p input {
        float: left;
        margin: 10px 5px 15px 0;
    }
    #eshop #basket_preview_form fieldset p a {
        float: right;
        text-decoration: none;
        font-size: 12px;
        padding: 1px 5px;
        margin: 10px 0;
    }
    .login-info p {
        margin: 2px 0;
    }
    .login-info fieldset p label {
        float: left;
        padding: 3px 0;
    }
    .contact-info, .login-info {
        border: 1px solid #bbb;
        padding: 10px 5px;
    }
    .contact-info {
        padding: 0 5px;
    }
    .contact-info h4 {
        font-size: 12px;
    }
    #eshop .login-info input.submit {
        margin-top: 10px;
    }
    #eshop .order_account #basket_preview_form {border-bottom: 1px solid #ededed;}
    #eshop .order_account #basket_preview_form tr td {border-top: 1px solid #ededed; background-image: none;}
#eshop .order_account #basket_preview_form th {padding: 4px;}
    #paging {
        clear: both;
        background: url('https://s3b.estranky.sk/img/d/1000000130/stin2.gif') top center no-repeat;
        padding-bottom: 5px;
        padding-top: 25px;
    }
    #paging a, #paging span {
        padding: 2px 0px;
        text-decoration: none;
        border: 1px solid #CDCDCD;
        background: #EDEDED;
        margin: 0 2px;
        display: inline-block;
        width: 20px;
        height: 18px;
    }
    #paging a:hover {
        text-decoration: underline;
    }
    #paging a#next, #paging a#previous {
        padding: 2px 7px;
        border: none;
        background: none;
        margin: 0 10px;
    }

    #paging a#next:hover, #paging a#previous:hover {
        text-decoration: none;
    }
    
    #product-search input {vertical-align: middle;}
    #product-search h2 {letter-spacing: -1px; text-transform: uppercase; font-size: large; _font-size: medium;}
    #eshop #product-search .products h2 {letter-spacing: -1px; text-transform: uppercase; font-size: medium; margin: 25px 0 5px;}
    #product-search input#product-search-text {border: 1px solid #CDCDCD; background-color: #FFF; font-family: Verdana,"Geneva CE",lucida,sans-serif; font-size: 13px; padding: 0 5px; width: 200px; height: 28px;}
    #product-search input.submit {padding: 0 15px; height: 30px;}
    #product-search input#product-search-text {padding/*\**/: 6px 5px 0\9}
    #product-search input#product-search-text {height/*\**/: 22px\9}
    * html #product-search input#product-search-text {padding: 6px 5px 0; height: 30px;}
    #eshop #basket_preview_form td.coupon input.couponText {padding: 1px 2px;}

}

/*-----------------------------------------------------------------------------
Print style
-----------------------------------------------------------------------------*/
@media print {

    * { 
        margin: 0px; 
        padding: 0px;
    }
    body {
        font: 12pt/15pt serif;
    }
    h1,h2,h3,h4 {
        margin: 1em 0;
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    h2 {
        font-size: 150%;
        font-weight: normal;
    }
    h3 {
        font-size: 110%;
        text-align: center;
    }
    p {
        margin: 0.25em 0;
        text-indent: 2em; }
    a {
        color: #4fc500;
    }
    a[href]:after { 
        content: " ["attr(href)"]";
    }
    a[href|="#"]:after, a[href|="./"]:after, a[href|="javascript:"]:after {
        content: "";
    }
    hr {
        display: none;
    }
    table {
        font-size: 12pt;
        border-collapse: collapse;
        border: 1px solid #b9d939;
    }
    td {
        padding: .2em .5em;
        border: 1px solid #b9d939;
    }
    caption {
        font-weight: bold;
    }
    input, textarea, label {
        display: none;
    }
    cite, blockquote {
        font-style: italic;
    }
    code {
        display: block;
        margin: 1em;
        font-family: monospace;
        color: #000;
    }
    ins {
        text-decoration: none;
        font-weight: bold;
    }
    menu,#search,#calendar,.accessibility-links {
        display: none;
    }
    .clear {
        clear: both;
    }
    
}

/******************************************************************************/
/*----------------------------------------------------------Navigation bar style----------------------------------------------------------*/
@media screen,projection{
    #nav-cover{margin-top: -10px;}
    #nav-cover form{ clear: none !important;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  /* only IE10 and 11 */
   #product-search input#product-search-text {padding: 0 5px; height: 28px;}
} 

/* Responsive */

.menu-toggle {
    position: absolute;
    margin-top: 5px;
    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 black solid;
    width: 30px;
    margin: 2px 0;
    display: block;
    transition: 0.3s all linear;
}
.menu-toggle.menu-active {
    margin-top: 0;
}
.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: 1160px) {
    
    #document {
        width: 100%;
        max-width: 820px;
        box-sizing: border-box;
        border: 0;
        background: #FFF;
        position: relative;
    }
    #body {
        display: table;
        margin-top: 55px;
    }
    h1{
        top: 0;
        position: relative;
        background: rgba(0,0,0,0.5);
        padding: 20px 10px;
        display: table;
        width: 100%;
        box-sizing: border-box;
    }
    h1 a, h1 a:hover{
        color: white;
    }
    #header {
        padding-top: 0;
        top: 55px;
        background: white;
    }
    #header-decoration {
        width: 100%;
        background-size: cover !important;
        margin-left: 0;
    }
    #header .inner_frame {
        margin: 0;
    }
    #content {
        width: 100%;
        padding-left: 0;
        padding: 20px;
        box-sizing: border-box;
    }
    .column, #mess-square, #mess-message {
        width: 100%;
    }
    #nav-column {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        background: none;
    }
    #footer {
        width: 100%;
        margin-left: 0;
    }
    menu li, .column ul li, #photo-album-nav li, #rss-nav li, #ecategory ul li {
        width: 100%;
    }
    .folder {
        padding: 5px 5px 15px 5px;
        box-sizing: border-box;
        float: left;
        clear: none;
        width: 45%;
        display: table;
        margin: 10px 2.5%;
    }
    .column .section {
        width: 45%;
        float: left;
        margin: 10px 2.5%;
        clear: none;
    }
    #nav-column .column >.inner_frame {
      display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #navigation {
        width: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        background: white;
        box-sizing: border-box;
    }
    #navigation h2 {
        padding: 20px 10px;
    }
    menu {
        padding: 0;
        width: 100%;
    }
    menu li {
        text-align: center;
        padding: 10px 0;
    }
    .level_2 {
        width: 100%;
    }
    menu li a {
        font-size: 14px;
    }
    menu li > ul.level_2 li a {
        padding-left: 20px !important;
    }
    menu li a, #folders-nav a, #links a, #photo-album-nav a, #rss-nav a, #ecategory ul li a {
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    #perex {
        background: #f7f7f7;
    }
    .article {
        background: #FFF;
    }
    .under-article {
        width: 100%;
        padding-bottom: 20px;
        background: none;
        border-top: 2px solid #f7f7f7;
    }
    .menu-toggle {
        display: block;
    }
    #navigation menu {
        display: none;
    }
    #navigation.menu-active menu {
        display: block;
    }
    .level_2 {
        display: none !important;
    }

}

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

    #whole-page {
        overflow: hidden;
    }
    body {
        width: 100% !important;
    }

}

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

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

}

/* ------------- CUSTOM GALLERY ---------------- */
/* INIT SLIDER STYLES  */
.initSlider,
.initSlider *,
.initSlider *::after,
.initSlider *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

 

.slide.hide,
.slide.hideSlide {
  display: none !important;
}

 

.initSlider {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}
.initSlider .firstImg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}

 

.initSlider .lastImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
}
.initSlider img {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-drag: none;
}

 

.initSlider .slide {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  text-align: center;
}

 

.initSlider .slide a {
  z-index: 55;
}

 

.initSlider .containerGallery {
  position: relative;
  display: inline-block;
}

 

.initSlider .slider__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: rgba(0, 0, 0, 0.4);
}
/* end INIT SLIDER STYLES */

 

/* SLIDER GALLERY STYLES  */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  body[data-slider-open="true"] {
     background: #000;
  }
}
body[data-slider-open="true"] {
  overflow: hidden;
}
body[data-slider-open="true"] .slider-gallery {
  display: block;
}

 

.slider-gallery {
  position: fixed;
  z-index: 100000;
  padding: 5px 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  display: none;
}
.slider-gallery .slider-gallery__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 10px;
  margin-top: 15px;
}
.slider-gallery .slider-gallery__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
 -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
}
.slider-gallery .slider-gallery__position {
  font-size: 1.42857rem;
  -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
}
.slider-gallery .slider-gallery__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  color: inherit;
}
.slider-gallery .slider-gallery__header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
}
.slider-gallery .slider-gallery__close {
  padding-left: 5px;
 cursor: pointer;
}

 

.slider-gallery .slider-gallery__close:hover {
  opacity: 0.6;
}
.slider-gallery .slider-gallery__description-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px 0;
  line-height: 1.5;
}

 

.slider-gallery .slider-gallery__description,
.slider-gallery .slider-gallery__comment {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #eee;
  text-align: left;
}

 

.slider-gallery .slider-gallery__comment {
  font-size: 0.7rem;
}

 

.slider-gallery .slider-gallery__arrow {
  position: absolute;
  top: 0;
  bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
}
.slider-gallery .slider-gallery__arrow {
  width: 30px;
}

 

.slider-gallery .slider-gallery__arrow:hover {
  opacity: 0.6;
}

 

.slider-gallery .slider-gallery__arrow-prev {
  left: 0;
  width: 30%;
}

 

.slider-gallery .slider-gallery__arrow-next {
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 70%;
}

 

.slider-gallery .slider-gallery__arrow-icon {
   border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    position: relative;
}

 

.slider-gallery .slider-gallery__arrow-prev-icon {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 10px;
}

 

.slider-gallery .slider-gallery__arrow-next-icon {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 10px;
}

 

.slider-gallery .slider-gallery__slider {
  position: relative;
  height: 80vh;
  min-height: 700px;
}

 

.slider-gallery .slider-gallery__slide {
  height: 100%;
}

 

.slider-gallery .slider-gallery__container {
   position: relative;
   height: 89vh;
   height: calc(100vh - 65px);
   padding: 0 15px;
}

 

.slider-gallery .slider-gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
}

 

.slider-gallery .slider-gallery__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  max-width: 90%;
  max-height: 100%;
  margin: auto;
  overflow: hidden;
}

 

.slider-gallery .slider-gallery__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

 

.slider-gallery .containerGallery {
    height: 100%;
}

 

@media (max-width: 650px) {
  .slider-gallery .slider-gallery__container {
     padding: 0;
  }
}
/* end SLIDER GALLERY STYLES */

 

/* Foto (vyjmutí #photos definicí -> 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: left;
  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 */