@font-face {
    font-family: "Open Sans";
    src: url('https://s3b.estranky.cz/img/d/1000000391/opensans-light.eot');
    src: url('https://s3b.estranky.cz/img/d/1000000391/opensans-light.eot?#iefix') format('embedded-opentype'), url('https://s3b.estranky.cz/img/d/1000000391/opensans-light.woff2') format('woff2'), url('https://s3b.estranky.cz/img/d/1000000391/opensans-light.woff') format('woff'), url('https://s3b.estranky.cz/img/d/1000000391/opensans-light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: "Open Sans";
    src: url('https://s3b.estranky.cz/img/d/1000000391/opensans-regular.eot');
    src: url('https://s3b.estranky.cz/img/d/1000000391/opensans-regular.eot?#iefix') format('embedded-opentype'), url('https://s3b.estranky.cz/img/d/1000000391/opensans-regular.woff2') format('woff2'), url('https://s3b.estranky.cz/img/d/1000000391/opensans-regular.woff') format('woff'), url('https://s3b.estranky.cz/img/d/1000000391/opensans-regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: "Open Sans";
    src: url('https://s3b.estranky.cz/img/d/1000000391/opensans-italic.eot');
    src: url('https://s3b.estranky.cz/img/d/1000000391/opensans-italic.eot?#iefix') format('embedded-opentype'), url('https://s3b.estranky.cz/img/d/1000000391/opensans-italic.woff2') format('woff2'), url('https://s3b.estranky.cz/img/d/1000000391/opensans-italic.woff') format('woff'), url('https://s3b.estranky.cz/img/d/1000000391/opensans-italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Open Sans";
    src: url('https://s3b.estranky.cz/img/d/1000000391/opensans-semibold.eot');
    src: url('https://s3b.estranky.cz/img/d/1000000391/opensans-semibold.eot?#iefix') format('embedded-opentype'), url('https://s3b.estranky.cz/img/d/1000000391/opensans-semibold.woff2') format('woff2'), url('https://s3b.estranky.cz/img/d/1000000391/opensans-semibold.woff') format('woff'), url('https://s3b.estranky.cz/img/d/1000000391/opensans-semibold.ttf') format('truetype');
    font-weight: 600;
}
/* Layout */
body {
    font-size: 14px;
    font-family: "Open Sans";
    line-height: 20px;
    margin: 0;
    color: #484848;
    background: #fff;
}

div.editor-area {
    line-height: 22px;
}

.editor-area table {
    width: 100% !important;
}

div.editor-area dd {
    margin: 0;
}

.accessibility-links {
    position: absolute;
    top: -10000em;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.left, .head-left {
    text-align: left;
}

.right, .head-right {
    text-align: right;
}

.center, .head-center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

b, strong, th {
    font-weight: 600;
}

i {
    font-style: italic;
}

hr {
    display: none;
}

img {
    border: 0;
}

fieldset {
    border: 0;
    padding: 0;
    min-width: auto;
}

.validation dd {
    margin-left: 0;
}

p {
    margin: 0 0 15px;
}

h1, h2, h3, h4 {
    font-weight: 600;
    color: #333;
}

h1 {
    font-size: 2.286em;
    line-height: 36px;
}

@media (max-width: 1400px) {
    h1 {
        font-size: 2.143em;
    }
}

h2 {
    font-size: 1.429em;
    margin: 0 0 42px;
}

h3 {
    font-size: 1.286em;
}

h4 {
    font-size: 1.143em;
    margin: 10px 0 8px;
}

a, .admin h3 {
    color: #eb8e0e;
}

a {
    display: inline-block;
    text-decoration: none;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

    a:active, a:hover, a:focus {
        text-decoration: none;
        color: #484848;
    }

/* Inputs */
input, input[type="text"], input[type="email"], input[type="password"], textarea {
    border: 1px solid #dfe8e2;
    background: #fff;
    padding: 10px 8px;
    margin: 3px 0;
    font-family: "Open Sans";
    font-size: 0.929em;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

    input:active, input:hover, input:focus, input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="password"]:active, input[type="password"]:hover, input[type="password"]:focus, textarea:active, textarea:hover, textarea:focus {
        border-color: #eb8e0e;
        outline: none;
    }

    input[type="text"], input[type="email"], input[type="password"], textarea {
        -moz-box-shadow: #fff -100em 0 0 inset;
        -webkit-box-shadow: #fff -100em 0 0 inset;
        box-shadow: #fff -100em 0 0 inset;
    }

.submit, #send-mail-list {
    padding: 10px 20px;
    background: #eb8e0e;
    border: 1px solid #eb8e0e;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

    .submit:active, .submit:hover, .submit:focus, #send-mail-list:active, #send-mail-list:hover, #send-mail-list:focus {
        background: #53d483;
        border-color: #53d483;
        outline: none;
    }

input[type="checkbox"], input[type="radio"] {
    border: none;
    background: none;
}

/* comments level */
.level1 {
    margin-left: 20px;
}

.level2 {
    margin-left: 40px;
}

.level3 {
    margin-left: 60px;
}

.level4 {
    margin-left: 80px;
}

.level5 {
    margin-left: 100px;
}

.level6 {
    margin-left: 120px;
}

.level7 {
    margin-left: 140px;
}

.level8 {
    margin-left: 160px;
}

.level9 {
    margin-left: 180px;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    display: none;
    width: 1px;
}

#clear5, #clear6, #clear7, #perex-cont-clear, #gallery-cont-clear, #g-section-cont-clear, #a-section-cont-clear, #article-cont-clear {
    display: block;
}

/* Right panel */
#column-wrap {
    display: block;
    width: 320px;
    height: 100%;
    position: fixed;
    text-align: left;
    left: 0;
    top: 0;
    padding: 30px 10px 0 30px;
    overflow-x: hidden;
    background-color: #4c0711;
    color: #fff;
}

@media (max-width: 1300px) {
    #column-wrap {
        width: 280px;
    }
}

@media (max-width: 1150px) {
    #column-wrap {
        position: static;
        width: 100%;
        height: 100px;
        padding: 10px 30px;
        overflow: hidden;
        -moz-transition: height 0.25s linear;
        -o-transition: height 0.25s linear;
        -webkit-transition: height 0.25s linear;
        transition: height 0.25s linear;
    }

        #column-wrap.menu-open {
            height: auto;
        }
}

#nav-column {
    /* Menu */
    /* Modules */
    /* Footer */
}

    #nav-column .nav-scroll {
        position: relative;
        width: 120%;
        width: calc(100% + 60px);
        height: 100%;
        margin-top: 130px;
        overflow: hidden;
        left: -30px;
    }

@media (max-width: 1150px) {
    #nav-column .nav-scroll {
        width: 106%;
        width: calc(100% + 64px);
        margin-top: 30px;
        text-align: center;
    }
}

#nav-column .nav-scroll-wrap {
    padding-right: 20px;
    /*position: absolute; top: 0; right: -20px; bottom: 0; left: 0; overflow: scroll; overflow-x: hidden;*/
}

#nav-column #navigation, #nav-column .section {
    width: 106%;
    width: calc(100% + 17px);
}

@media (max-width: 1150px) {
    #nav-column #navigation {
        text-align: left;
    }
}

#nav-column .section {
    padding: 0 30px 30px;
    text-align: center;
    font-size: 0.929em;
}

@media (max-width: 1150px) {
    #nav-column .section {
        display: inline-block;
    }
}

#nav-column .section p {
    margin: 0 0 10px;
}

#nav-column #navigation + div {
    padding-top: 60px;
}

#nav-column h2 {
    display: none;
}

#nav-column a {
    color: #fff;
}

#nav-column #logo {
    position: fixed;
    top: 0;
    left: 0;
    background: #4c0711;
    z-index: 99;
    padding: 30px;
    width: 320px;
}

@media (max-width: 1300px) {
    #nav-column #logo {
        width: 280px;
        padding: 30px 10px;
    }
}

@media (max-width: 1150px) {
    #nav-column #logo {
        position: static;
        padding: 0;
    }
}

#nav-column #logo a {
    width: 260px;
    height: 100px;
    background: url("https://s3b.estranky.cz/img/d/1000000391/logo.png") 50% 50% no-repeat;
    background-size: contain;
}

@media (max-width: 1150px) {
    #nav-column #logo a {
        height: 70px;
        background-position: 0 50%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
}

#nav-column .navbar-toggle {
    display: none;
    width: 26px;
    height: 26px;
    border: 0;
    background: transparent url("https://s3b.estranky.cz/img/d/1000000391/menu.png") 0 0 no-repeat;
    outline: none;
}

    #nav-column .navbar-toggle.menu-open {
        background-position: 0 -32px;
    }

@media (max-width: 1150px) {
    #nav-column .navbar-toggle {
        display: inline-block;
        float: right;
        position: relative;
        top: -42px;
    }
}

#nav-column menu {
    margin: 0;
    padding: 0;
}

    #nav-column menu li {
        list-style-type: none;
        position: relative;
    }

        #nav-column menu li.current:before {
            content: "";
            position: absolute;
            background-color: #4c0711;
            width: 100%;
            height: 62px;
            top: 0;
        }

        #nav-column menu li.current a {
            color: #fff;
        }

            #nav-column menu li.current a:before, #nav-column menu li.current a:after {
                background-color: #fff;
            }

            #nav-column menu li.current a:active, #nav-column menu li.current a:hover, #nav-column menu li.current a:focus {
                color: #fff;
            }

        #nav-column menu li.current ul a:active, #nav-column menu li.current ul a:hover, #nav-column menu li.current ul a:focus {
            color: #eb8e0e;
        }

        #nav-column menu li:last-child a {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        #nav-column menu li .submenu {
            margin: 0 30px;
            padding: 20px 0 20px 25px;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            height: 0;
            display: none;
        }

            #nav-column menu li .submenu a {
                text-transform: none;
                border: 0;
                padding: 3px 0;
                margin: 0;
                letter-spacing: 0;
            }

                #nav-column menu li .submenu a:before, #nav-column menu li .submenu a:after {
                    display: none;
                }

        #nav-column menu li.submenu-over .submenu {
            height: 100%;
            display: block;
        }

        #nav-column menu li.submenu-over a:before, #nav-column menu li.submenu-over a:after {
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    #nav-column menu a {
        display: block;
        position: relative;
        padding: 20px 20px 20px 0;
        margin: 0 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 0.929em;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        #nav-column menu a:before, #nav-column menu a:after {
            content: "";
            position: absolute;
            background: #fff;
            -moz-transition: background 0.25s linear;
            -o-transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
            transition: background 0.25s linear;
        }

        #nav-column menu a:before {
            width: 8px;
            height: 2px;
            right: 0;
            top: 29px;
        }

        #nav-column menu a:after {
            width: 2px;
            height: 8px;
            right: 3px;
            top: 26px;
        }

        #nav-column menu a:active, #nav-column menu a:hover, #nav-column menu a:focus {
            color: #eb8e0e;
        }

            #nav-column menu a:active:before, #nav-column menu a:active:after, #nav-column menu a:hover:before, #nav-column menu a:hover:after, #nav-column menu a:focus:before, #nav-column menu a:focus:after {
                background-color: #4c0711;
            }

#nav-column #portrait img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#nav-column #languages a {
    display: inline-block;
    margin: 0 8px 10px;
}

#nav-column #footer {
    padding: 0 0 0 30px;
    font-size: 0.857em;
    color: #9c9c9c;
}

    #nav-column #footer a {
        color: #9c9c9c;
    }

        #nav-column #footer a:active, #nav-column #footer a:hover, #nav-column #footer a:focus {
            color: #eb8e0e;
        }

    #nav-column #footer p + p a:first-child {
        margin-right: 15px;
    }

.menu-type-standard li > ul.level_2 {
    display: block !important;
}

/* Layout */
#body {
    margin-left: 320px;
    position: relative;
    padding-left: 30px;
}

@media (max-width: 1300px) {
    #body {
        margin-left: 280px;
    }
}

@media (max-width: 1150px) {
    #body {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    #body {
        padding: 0 30px;
    }
}

@media (max-width: 450px) {
    #body {
        padding: 0 15px;
    }
}

#content {
    float: left;
    width: 75%;
    width: calc(100% - 330px);
    margin-top: 30px;
}

.column {
    float: right;
    width: 300px;
    background: #f6f6f6;
    padding: 30px 30px 0;
}

@media (max-width: 600px) {
    #content, .column {
        float: none;
        width: 100%;
    }
}
/* Header */
#header {
    margin-bottom: 40px;
    display: none;
}

.home #header {
    display: block;
}

#header .inner_frame {
    background-image: url("/img/ulogo.25.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    display: table;
    overflow: hidden;
    height: 320px;
    width: 100%;
    position: relative;
}

@media (max-width: 1400px) {
    #header .inner_frame {
        height: 320px;
    }
}

@media (max-width: 900px) {
    #header .inner_frame {
        height: 250px;
    }
}

@media (max-width: 450px) {
    #header .inner_frame {
        height: 200px;
    }
}

#header h1 {
    font-weight: 900;
    width: 100%;
    padding: 5px 25px;
    margin: 0;
    position: absolute;
    top: 80%;
    background: #000000;
    opacity: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

    #header h1 a {
        color: #fff;
    }

#header #header-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Modules */
.column .section {
    margin-bottom: 30px;
    text-align: left;
    font-size: 0.929em;
    /* Search */
    /* Login */
    /* Basket */
    /* Category, Photoalbum, Links, RSS */
    /* Last photo */
    /* Mail list */
    /* RSS */
    /* Calendar */
}

    .column .section h2 {
        display: inline-block;
        padding-bottom: 8px;
        margin: 0 0 15px;
        position: relative;
        font-size: 1em;
        color: #333;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .column .section h2:before, .column .section h2:after {
            position: absolute;
            content: "";
            left: 0;
            background-color: #eb8e0e;
        }

        .column .section h2:before {
            height: 2px;
            width: 100%;
            bottom: 1px;
        }

        .column .section h2:after {
            height: 1px;
            width: 500px;
            bottom: 0;
        }

    .column .section input {
        display: block;
        width: 100%;
        border-color: #f6f6f6;
    }

        .column .section input:active, .column .section input:hover, .column .section input:focus {
            border-color: #eb8e0e;
        }

    .column .section#search fieldset {
        position: relative;
        margin: 0;
    }

    .column .section #key {
        padding-right: 30px;
    }

    .column .section #sendsearch {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 10px;
        right: 10px;
        text-indent: -9999px;
        background: transparent url("https://s3b.estranky.cz/img/d/1000000391/search.png") no-repeat;
        border: 0;
    }

    .column .section#login label {
        float: none;
        display: none;
    }

.ie9 .column .section#login label, .ie8 .column .section#login label {
    display: block;
}

.column .section#login form div input {
    width: 100%;
    margin-bottom: 5px;
}

.column .section#login input.submit {
    float: none;
    margin: 0;
}

.column .section#login p {
    margin: 10px 0 13px;
}

.column .section#nav-basket a {
    margin-top: 5px;
}

.column .section#ecategory ul, .column .section#photo-album-nav ul, .column .section#links ul, .column .section#rss-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.column .section#ecategory a, .column .section#photo-album-nav a, .column .section#links a, .column .section#rss-nav a {
    display: block;
    position: relative;
    padding: 10px 13px 10px 0;
    border-bottom: 1px solid #dfe8e2;
}

    .column .section#ecategory a:before, .column .section#ecategory a:after, .column .section#photo-album-nav a:before, .column .section#photo-album-nav a:after, .column .section#links a:before, .column .section#links a:after, .column .section#rss-nav a:before, .column .section#rss-nav a:after {
        position: absolute;
        content: "";
        width: 6px;
        height: 1px;
        right: 0;
        background-color: #4c0711;
        -moz-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .column .section#ecategory a:before, .column .section#photo-album-nav a:before, .column .section#links a:before, .column .section#rss-nav a:before {
        top: 18px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .column .section#ecategory a:after, .column .section#photo-album-nav a:after, .column .section#links a:after, .column .section#rss-nav a:after {
        top: 21px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .column .section#ecategory a:hover:before, .column .section#ecategory a:hover:after, .column .section#photo-album-nav a:hover:before, .column .section#photo-album-nav a:hover:after, .column .section#links a:hover:before, .column .section#links a:hover:after, .column .section#rss-nav a:hover:before, .column .section#rss-nav a:hover:after {
        background: #eb8e0e;
    }

.column .section#ecategory li.first a, .column .section#photo-album-nav li.first a, .column .section#links li.first a, .column .section#rss-nav li.first a {
    border-top: 1px solid #dfe8e2;
}

.column .section#ecategory li.first ul a, .column .section#photo-album-nav li.first ul a, .column .section#links li.first ul a, .column .section#rss-nav li.first ul a {
    border-top: 0;
    padding-left: 15px;
}

.column .section#last-photo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.column .section#last-photo span a {
    margin-top: 5px;
}

.column .section#last-photo .wrap-of-photo {
    overflow: hidden;
}

    .column .section#last-photo .wrap-of-photo:hover a {
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

.ie11 .column .section#last-photo a, .ie10 .column .section#last-photo a, .ie9 .column .section#last-photo a, .ie8 .column .section#last-photo a {
    display: block;
}

.column .section#mail-list br {
    display: none;
}

.column .section#mail-list .submit {
    margin: 10px 0 0;
}

.column .section#rss-nav ul li:first-child a {
    border-top: 1px solid #dfe8e2;
}

.column .section#calendar th {
    font-weight: 600;
}

.column .section#calendar caption {
    display: none;
}

.column .section#calendar table {
    width: 100%;
    _width: 210px;
    max-width: 240px;
    min-width: 200px;
}

    .column .section#calendar table td, .column .section#calendar table th {
        text-align: center;
    }

.column .section#calendar tbody a {
    color: #fff;
    background: #eb8e0e;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .column .section#calendar tbody a:active, .column .section#calendar tbody a:hover, .column .section#calendar tbody a:focus {
        background: #53d483;
    }

.column .section#calendar #archive-small a {
    display: inline-block;
    color: #eb8e0e;
    background: transparent;
}

    .column .section#calendar #archive-small a:active, .column .section#calendar #archive-small a:hover, .column .section#calendar #archive-small a:focus {
        background: transparent;
        color: #484848;
    }

.nav-icon-row {
    display: flex;
    justify-content: space-between;
    padding: 0 5% 1em 5%;
}

#inner-column {
    overflow: hidden;
}

/* Photos */
.photo-wrap, #preview-folder .box {
    width: 30%;
    width: calc(35% - 30px);
    _float: left;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.ie11 .photo-wrap, .ie10 .photo-wrap, .ie9 .photo-wrap, .ie8 .photo-wrap, .ie11 #preview-folder .box, .ie10 #preview-folder .box, .ie9 #preview-folder .box, .ie8 #preview-folder .box {
    overflow: hidden;
}

    .ie11 .photo-wrap a, .ie10 .photo-wrap a, .ie9 .photo-wrap a, .ie8 .photo-wrap a, .ie11 #preview-folder .box a, .ie10 #preview-folder .box a, .ie9 #preview-folder .box a, .ie8 #preview-folder .box a {
        display: block;
    }

@media (max-width: 1400px) {
    .photo-wrap, #preview-folder .box {
        width: 50%;
        width: calc(50% - 30px);
    }
}

@media (max-width: 900px) {
    .photo-wrap, #preview-folder .box {
        width: 100%;
        width: calc(100% - 30px);
    }
}

.photo-wrap > div, #preview-folder .box > div {
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.photo-wrap img, #preview-folder .box img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    border: 0;
}

.photo-wrap:hover > div, #preview-folder .box:hover > div {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
}

#photos, #folders, #preview-folder {
    overflow: hidden;
    *zoom: 1;
    margin-left: -15px;
    margin-right: -15px;
}

    #photos h2, #folders h2, #preview-folder h2 {
        margin: 0 15px 42px;
    }

#photos, #preview-folder {
    padding-top: 30px;
}

/* Folder */
.folder {
    width: 30%;
    width: calc(35% - 30px);
    _float: left;
    display: inline-block;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 70px;
}

@media (max-width: 1400px) {
    .folder {
        width: 50%;
        width: calc(50% - 30px);
    }
}

@media (max-width: 900px) {
    .folder {
        width: 100%;
        width: calc(100% - 30px);
    }
}

.folder .photo-wrap {
    float: none;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
}

    .folder .photo-wrap:hover > div {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .folder .photo-wrap:hover a {
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

.folder .folder-info h3 {
    max-height: 42px;
    margin: 10px 0 8px;
    overflow: hidden;
}

.folder .folder-info div {
    display: inline-block;
    margin: 0 10px;
    font-size: 0.786em;
}

    .folder .folder-info div span {
        display: inline-block;
        margin-right: 3px;
        position: relative;
        top: 1px;
    }

.folder .folder-info .date {
    background: url("https://s3b.estranky.cz/img/d/1000000391/date.png") no-repeat;
    width: 12px;
    height: 12px;
}

.folder .folder-info .pictures-count {
    background: url("https://s3b.estranky.cz/img/d/1000000391/picture.png") no-repeat;
    width: 15px;
    height: 12px;
}

.folder .folder-info .folder-count {
    background: url("https://s3b.estranky.cz/img/d/1000000391/folder.png") no-repeat;
    width: 14px;
    height: 12px;
}

.folder .folder-info .comments-count {
    background: url("https://s3b.estranky.cz/img/d/1000000391/comments.png") no-repeat;
    width: 14px;
    height: 12px;
}

/* Slide */
#slide {
    text-align: center;
}

.slidenav {
    margin: 30px 0 15px;
}

    .slidenav .back {
        float: left;
    }

    .slidenav .forward {
        float: right;
    }

#thumbnav {
    width: 466px;
    margin: 0 auto 20px;
    overflow: hidden;
}

@media (max-width: 800px) {
    #thumbnav {
        width: 100%;
    }
}

#thumbnav .box {
    float: left;
}

    #thumbnav .box, #thumbnav .box div {
        height: 86px;
        width: 86px;
        text-align: center;
        display: table;
        overflow: hidden;
    }

        #thumbnav .box div a {
            height: 100%;
            border: 0;
            display: table-cell;
            vertical-align: middle;
        }

        #thumbnav .box div img {
            width: auto;
            height: auto;
            max-width: 120px;
            max-height: 120px;
            _width: 110%;
        }

.slidebar {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
}

    .slidebar a {
        margin-right: 3px;
    }

/* Gallery preview */
#smLightbox_preview {
    display: none !important;
}

/* Navigation */
#breadcrumb-nav {
    margin-bottom: 45px;
}

    #breadcrumb-nav a {
        background: url("https://s3b.estranky.cz/img/d/1000000391/arrow.png") 100% 5px no-repeat;
        padding-right: 13px;
        margin-right: 6px;
    }

    #breadcrumb-nav span {
        display: inline-block;
    }

/* Article preview */
#articles, #archive {
    overflow: hidden;
    *zoom: 1;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 30px;
}

    #articles h2, #archive h2, #articles .editor-area, #archive .editor-area {
        margin-left: 15px;
        margin-right: 15px;
    }

    #articles .article, #archive .article {
        width: 33%;
        float: left;
        position: relative;
        text-align: center;
        padding: 0 15px;
        margin-bottom: 30px;
        border: 0;
        overflow: visible;
    }

@media (max-width: 1400px) {
    #articles .article, #archive .article {
        width: 50%;
    }
}

@media (max-width: 900px) {
    #articles .article, #archive .article {
        width: 100%;
        max-width: 420px;
    }
}

#articles .article .article-wrap, #archive .article .article-wrap {
    overflow: hidden;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#articles .article:hover .article-wrap, #archive .article:hover .article-wrap {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
}

#articles .article .art-delimit-wa, #articles .article .art-delimit-gal, #articles .article .art-delimit-sec, #archive .article .art-delimit-wa, #archive .article .art-delimit-gal, #archive .article .art-delimit-sec {
    display: none;
}

#articles .article .preview, #archive .article .preview {
    /*height: 175px;*/
    overflow: hidden;
    background-color: #f6f6f6;
    position: relative;
    padding-bottom: 46%;
}

    #articles .article .preview a, #archive .article .preview a {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
    }

    #articles .article .preview img, #archive .article .preview img {
        max-width: 100%;
        height: auto;
    }

#articles .article h3, #articles .article .editor-area, #articles .article .under-article, #archive .article h3, #archive .article .editor-area, #archive .article .under-article {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}

#articles .article h3, #archive .article h3 {
    height: 42px;
    margin: 22px 0 18px;
}

#articles .article .editor-area, #archive .article .editor-area {
    text-align: left;
    height: 130px;
    margin: 0 0 12px;
}

#articles .article .under-article, #archive .article .under-article {
    padding-bottom: 5px;
    font-size: 0.786em;
}

    #articles .article .under-article .inner_frame, #archive .article .under-article .inner_frame {
        height: 40px;
        overflow: hidden;
    }

    #articles .article .under-article strong, #archive .article .under-article strong {
        display: none;
    }

    #articles .article .under-article span, #archive .article .under-article span {
        margin: 0 6px;
    }

    #articles .article .under-article .dir, #articles .article .under-article .comment, #archive .article .under-article .dir, #archive .article .under-article .comment {
        margin: 0;
    }

    #articles .article .under-article .date, #archive .article .under-article .date {
        background: url("https://s3b.estranky.cz/img/d/1000000391/date.png") 0 1px no-repeat;
        padding-left: 18px;
    }

    #articles .article .under-article .section, #archive .article .under-article .section {
        background: url("https://s3b.estranky.cz/img/d/1000000391/folder.png") 0 1px no-repeat;
        padding-left: 20px;
    }

    #articles .article .under-article .photo-voluntary, #archive .article .under-article .photo-voluntary {
        background: url("https://s3b.estranky.cz/img/d/1000000391/picture.png") 0 1px no-repeat;
        padding-left: 21px;
    }

    #articles .article .under-article .nr-comments, #archive .article .under-article .nr-comments {
        background: url("https://s3b.estranky.cz/img/d/1000000391/comments.png") 0 1px no-repeat;
        padding-left: 21px;
    }

    #articles .article .under-article .comment, #archive .article .under-article .comment {
        border: 0;
        padding: 0;
    }

/* Archive */
#archive {
    padding-top: 0;
}

    #archive h2 {
        clear: both;
    }

/* Article detail */
.article {
    display: flex;
    flex-direction: column;
    position: relative;
    border-bottom: 1px solid #dfe8e2;
    padding-bottom: 20px;
}

    .article img {
        max-width: 100%;
        height: auto;
    }

    .article .span-a-title {
        display: inline-flex;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .article .article-date {
        display: flex;
        flex-direction: column;
        background: url("https://s3b.estranky.cz/img/d/1000000391/date.png") 0 3px no-repeat;
        padding-left: 18px;
        position: absolute;
        top: 35px;
        margin-bottom: 20px;
        font-size: 0.786em;
    }

@media (max-width: 650px) {
    .article .article-date {
        position: relative;
        margin-bottom: 40px;
    }
}

.editor-area.article-perex {
    margin-top: -85px;
    text-indent: 20px;
    color: rgb(0, 0, 0);
    text-align: justify;
    width: 40%;
}

@media (max-width: 900px) {
    .editor-area.article-perex {
        margin-top: 5px;
        width: 100%;
    }
}

.image-intro-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dfe8e2;
    max-width: 950px;
}

@media (max-width: 768px) {
    .image-intro-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .image-intro-wrapper {
        flex-direction: column;
        padding-bottom: 10px;
        margin-top: 0;
    }
}

.detail-article-perex {
    padding-right: 15px;
    float: left;
    width: 50%;
   font-size: 20px;
display: none;
}

@media (max-width: 900px) {
    .detail-article-perex {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .detail-article-perex {
        padding-right: 0;
        width: 100%;
    }
}

.article_img {
    float: left;
    width: 50%;
}

@media (max-width: 900px) {
    .article_img {
        width: 100%;
    }
}

.article #block-comments {
    border-top: 1px solid #dfe8e2;
    margin-top: 15px;
    padding-top: 30px;
}
/* Comments */
#block-comments legend, #block-comments label {
    display: none;
}

#block-comments label {
    _display: block;
}

.ie9 #block-comments label, .ie8 #block-comments label {
    display: block;
}

#block-comments dl {
    margin: 0;
}

#block-comments dd {
    margin-left: 0;
}

#block-comments #validation-dt label {
    display: inline-block;
}

#block-comments #c_validation_div, #block-comments #c_validation {
    width: 240px;
}

#c_validation_div {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

    #c_validation_div a {
        margin-top: 15px;
    }

#block-comments .sound-captcha {
    display: inline-block;
    margin-top: 3px;
}

#block-comments dd input, #block-comments dd textarea {
    width: 100%;
}

#block-comments textarea {
    margin-bottom: 20px;
}

#block-comments h3 + div {
    border-top: 1px solid #dfe8e2;
}

#block-comments #comments-form {
    margin-bottom: 50px;
}

.comment {
    border-bottom: 1px solid #dfe8e2;
    padding: 20px 0;
}

    .comment .commentWrap {
        border-left: 3px solid #eb8e0e;
        padding-left: 25px;
    }

    .comment h3 {
        font-size: 1em;
        margin: 0 0 20px;
    }

    .comment .comment-footer {
        font-size: 0.786em;
    }

        .comment .comment-footer .date {
            background: url("https://s3b.estranky.cz/img/d/1000000391/date.png") 0 1px no-repeat;
            padding-left: 18px;
            margin-right: 20px;
        }

/* Pagination */
.list-of-pages {
    text-align: center;
    margin: 40px 0;
    clear: both;
}

    .list-of-pages p {
        display: inline-block;
    }

    .list-of-pages .numbers {
        padding: 0 10px !important;
    }

    .list-of-pages span, .list-of-pages a {
        display: inline-block;
        margin: 0 3px 3px 0;
    }

    .list-of-pages a {
        background: #eb8e0e;
        color: #fff;
        min-width: 28px;
        min-height: 28px;
        line-height: 28px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        _color: #eb8e0e;
        _background: none;
    }

        .list-of-pages a:active, .list-of-pages a:hover, .list-of-pages a:focus {
            background: #4c0711;
        }

    .list-of-pages .previous a, .list-of-pages .next a {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: transparent;
        color: #eb8e0e;
    }

        .list-of-pages .previous a:active, .list-of-pages .previous a:hover, .list-of-pages .previous a:focus, .list-of-pages .next a:active, .list-of-pages .next a:hover, .list-of-pages .next a:focus {
            color: #484848;
        }

/* RSS */
#rss-channels a {
    word-break: break-all;
}

/* Eshop */
#eshop {
    /* Article preview */
    /* Pagination */
    /* Product detail */
    /* Forgoten passward */
    /* Orders */
    /* Steps */
    /* Basket */
    /* Registration */
    /* Settings */
}

    #eshop p.message-info {
        color: #ff0000;
        padding: 40px;
        background: white;
    }

    #eshop .errormes, #eshop p.message-info {
        background-color: #F2DEDE;
        border: 1px solid #EBCCD1;
        color: #A94442;
        padding: 15px;
        margin: 15px 0;
    }

    #eshop #articles {
        padding: 0 15px;
    }

        #eshop #articles h2 {
            margin-left: 0;
            margin-right: 0;
        }

    #eshop #basket_preview_form tbody tr td, #eshop #confirm tbody tr td, #eshop #orderdone tr td {
        border-collapse: collapse;
        border-top: 1px solid #dfe8e2;
        padding: 5px 0;
    }

    #eshop #basket_preview_form table .border_fix td, #eshop #basket_preview_form table tr .price {
        border: none;
    }

    #eshop .placeholder, #eshop .labelFix label {
        display: none;
        _display: block;
    }

.ie9 #eshop .placeholder, .ie8 #eshop .placeholder, .ie9 #eshop .labelFix label, .ie8 #eshop .labelFix label {
    display: block;
}

#eshop .products {
    border-bottom: 1px solid #dfe8e2;
}

    #eshop .products h2 {
        margin: 30px 0 22px;
    }

    #eshop .products .article {
        margin: 15px 22px 0 0;
        border: 0;
        height: 320px;
    }

        #eshop .products .article h3 {
            font-size: 1.143em;
        }

        #eshop .products .article .photo-wrap {
            width: 120px;
            height: 120px;
        }

            #eshop .products .article .photo-wrap div {
                width: 120px;
            }

            #eshop .products .article .photo-wrap a {
                width: 118px;
            }

.ie11 #eshop .products .article .photo-wrap a, .ie10 #eshop .products .article .photo-wrap a, .ie9 #eshop .products .article .photo-wrap a, .ie8 #eshop .products .article .photo-wrap a {
    display: inline-block;
}

#eshop .products .article .editor-area {
    font-size: 0.929em;
    height: 82px;
}

#eshop .products .article .price {
    margin-top: 5px;
}

#eshop #paging {
    text-align: center;
    margin: 40px 0;
}

    #eshop #paging .numbers {
        padding: 0 10px !important;
    }

    #eshop #paging span, #eshop #paging a {
        display: inline-block;
        margin: 0 10px 5px 0;
    }

    #eshop #paging a {
        background: #eb8e0e;
        color: #fff;
        min-width: 28px;
        min-height: 28px;
        line-height: 28px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        _color: #eb8e0e;
        _background: none;
    }

        #eshop #paging a:active, #eshop #paging a:hover, #eshop #paging a:focus {
            background: #4c0711;
        }

    #eshop #paging #next {
        margin-left: 15px;
    }

    #eshop #paging #previous {
        margin-right: 15px;
    }

#eshop .photo-wrap {
    padding: 0;
    margin: 0;
    border: 1px solid #dfe8e2;
}

    #eshop .photo-wrap:hover > div {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #eshop .photo-wrap:hover a {
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

#eshop #product #photo-detail {
    margin-right: 40px;
    width: 272px;
}

    #eshop #product #photo-detail #photo {
        border: 1px solid #dfe8e2;
    }

    #eshop #product #photo-detail #zoomer_middle {
        width: 266px;
        height: 266px;
    }

@media (max-width: 950px) {
    #eshop #product #photo-detail {
        float: none;
    }
}

#eshop #product .sphotos .ephoto {
    float: left;
    margin: 4px 4px 0 0;
}

#eshop #product .wrap {
    float: left;
    width: 48%;
}

    #eshop #product .wrap h2 {
        margin-left: 0;
        margin-right: 0;
    }

#eshop #product #basket input.add_basket {
    padding: 10px 20px 10px 35px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.929em;
    background-position: 8px 50%;
    background-color: #eb8e0e;
    border-color: #eb8e0e;
    color: #fff;
    background-image: url("https://s3b.estranky.cz/img/d/1000000391/cart.png");
}

    #eshop #product #basket input.add_basket:active, #eshop #product #basket input.add_basket:hover, #eshop #product #basket input.add_basket:focus {
        background-color: #53d483;
        border-color: #53d483;
        outline: none;
    }

#eshop #product #basket input.amount {
    border-color: #dfe8e2;
    padding: 10px 8px;
    width: 50px;
    text-align: center;
    top: 0;
}

    #eshop #product #basket input.amount:active, #eshop #product #basket input.amount:hover, #eshop #product #basket input.amount:focus {
        border-color: #eb8e0e;
        outline: none;
    }

#eshop #product #panel {
    float: right;
    width: 48%;
}

    #eshop #product #panel .panel-header ul {
        padding: 0;
    }

    #eshop #product #panel .panel-header a {
        padding: 6px 14px;
    }

    #eshop #product #panel #block-comments dl {
        margin: 0;
    }

        #eshop #product #panel #block-comments dl dt {
            display: none;
            _display: block;
        }

.ie9 #eshop #product #panel #block-comments dl dt, .ie8 #eshop #product #panel #block-comments dl dt {
    display: block;
}

#eshop #product #panel #block-comments .comment h3 {
    margin-bottom: 10px;
}

#eshop #product #panel #block-comments .comment .comment-headline i {
    display: block;
    margin-bottom: 13px;
    font-size: 0.786em;
    background: url("https://s3b.estranky.cz/img/d/1000000391/date.png") 0 3px no-repeat;
    padding-left: 18px;
}

@media (max-width: 1750px) {
    #eshop #product .wrap, #eshop #product #panel {
        float: none;
        width: 100%;
    }
}

@media (max-width: 950px) {
    #eshop #product #product-detail {
        margin-bottom: 15px;
    }
}

#eshop fieldset.validation .validatin-images-set input, #eshop .gennewmail fieldset input {
    width: 240px;
}

#eshop .order_account table#basket_preview_form {
    border-bottom: 1px solid #dfe8e2;
}

#eshop .order_account .price {
    margin-top: 10px;
}

#eshop #steps ul {
    width: 290px;
    margin: 0 auto 40px;
    font-size: 0.929em;
    _width: 280px;
    overflow: hidden;
    *zoom: 1;
}

    #eshop #steps ul li {
        background-image: url("https://s3b.estranky.cz/img/d/1000000391/step.png");
        background-repeat: no-repeat;
        width: 90px;
        padding: 5px 0 6px;
        text-align: center;
    }

        #eshop #steps ul li.active {
            background-image: url("https://s3b.estranky.cz/img/d/1000000391/step-active.png");
            font-weight: 600;
        }

    #eshop #steps ul .step2, #eshop #steps ul .step3 {
        margin-left: -10px;
        _margin-left: 0;
    }

#eshop #basket_preview_form td.coupon input.couponText {
    width: 115px;
}

#eshop #basket_preview_form table {
    margin-bottom: 20px;
}

#eshop #basket_preview_form fieldset p {
    float: left;
}

    #eshop #basket_preview_form fieldset p .submit {
        margin: 3px 5px 3px 0;
    }

    #eshop #basket_preview_form fieldset p a.submit {
        font-size: 0.929em;
        padding: 9px 20px;
        margin-left: 3px;
    }

        #eshop #basket_preview_form fieldset p a.submit:active, #eshop #basket_preview_form fieldset p a.submit:hover, #eshop #basket_preview_form fieldset p a.submit:focus {
            color: #fff;
        }

#eshop #basket_preview_form .wrap {
    margin: 25px 0;
    background: #f6f6f6;
    padding: 15px;
}

    #eshop #basket_preview_form .wrap h3 {
        font-size: 1.143em;
    }

    #eshop #basket_preview_form .wrap ul {
        padding: 0;
    }

    #eshop #basket_preview_form .wrap li input {
        position: relative;
        top: 2px;
        _height: auto;
        _top: 2px;
    }

#eshop #confirm table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0;
}

#eshop #confirm fieldset.right {
    border-top: 1px solid #dfe8e2;
    padding-top: 10px;
}

#eshop #confirm .wrap {
    margin: 25px 0;
    background: #f6f6f6;
    padding: 15px;
}

    #eshop #confirm .wrap h3 {
        font-size: 1.143em;
    }

#eshop #confirm #usernote h3 {
    display: none;
}

#eshop #confirm #validtermscnf {
    position: relative;
    top: 2px;
}

#eshop #confirm .submit {
    margin-top: 15px;
}

#eshop .registration table {
    border-collapse: collapse;
    border-spacing: 0;
}

    #eshop .registration table tbody {
        min-width: 330px;
    }

@media (max-width: 1800px) {
    #eshop .registration table tbody {
        min-width: 0;
    }
}

#eshop .registration table td input {
    width: 240px;
}

#eshop .registration.contact-info fieldset {
    width: 60%;
}

@media (max-width: 1800px) {
    #eshop .registration.contact-info fieldset {
        width: 100%;
    }
}

#eshop .contact-info #usernewsletter {
    position: relative;
    top: 2px;
}

#eshop .contact-info p {
    clear: both;
}

#eshop .contact-info table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#eshop .contact-info .labelFix input {
    width: 85%;
}

#eshop .contact-info .labelFix span {
    color: red;
}

#eshop .contact-info #account_info, #eshop .contact-info #billing_address {
    height: 300px;
}

.ie9 #eshop .contact-info #account_info, .ie8 #eshop .contact-info #account_info, .ie9 #eshop .contact-info #billing_address, .ie8 #eshop .contact-info #billing_address {
    height: 390px;
}

@media (max-width: 900px) {
    #eshop .contact-info #account_info, #eshop .contact-info #billing_address {
        height: auto;
    }

    .ie9 #eshop .contact-info #account_info, .ie8 #eshop .contact-info #account_info, .ie9 #eshop .contact-info #billing_address, .ie8 #eshop .contact-info #billing_address {
        height: auto;
    }
}

#eshop .contact-info .left-float, #eshop .contact-info .right-float, #eshop .contact-info > fieldset {
    width: 48%;
}

@media (max-width: 900px) {
    #eshop .contact-info .left-float, #eshop .contact-info .right-float, #eshop .contact-info > fieldset {
        width: 100%;
    }
}

#eshop .contact-info .widthFix {
    width: 100px;
}

#eshop .settings {
    overflow: hidden;
    *zoom: 1;
}

    #eshop .settings p {
        clear: both;
    }

    #eshop .settings table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    #eshop .settings .labelFix input {
        width: 85%;
    }

    #eshop .settings .labelFix span {
        color: red;
    }

    #eshop .settings #account_info, #eshop .settings #billing_address {
        height: 300px;
    }

.ie9 #eshop .settings #account_info, .ie8 #eshop .settings #account_info, .ie9 #eshop .settings #billing_address, .ie8 #eshop .settings #billing_address {
    height: 390px;
}

@media (max-width: 900px) {
    #eshop .settings #account_info, #eshop .settings #billing_address {
        height: auto;
    }

    .ie9 #eshop .settings #account_info, .ie8 #eshop .settings #account_info, .ie9 #eshop .settings #billing_address, .ie8 #eshop .settings #billing_address {
        height: auto;
    }
}

#eshop .settings .left-float, #eshop .settings .right-float, #eshop .settings > fieldset {
    width: 48%;
}

@media (max-width: 900px) {
    #eshop .settings .left-float, #eshop .settings .right-float, #eshop .settings > fieldset {
        width: 100%;
    }
}

#eshop .settings .widthFix {
    width: 100px;
}

#eshop .login-info fieldset {
    width: 48%;
}

#eshop .login-info label {
    display: none;
}

#eshop .login-info input {
    width: 85%;
}

#eshop .login-info .submit {
    width: auto;
}

/* Adv */
#mess-ahead, #shifter {
    margin-left: 320px;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 5;
}

@media (max-width: 1300px) {
    #mess-ahead, #shifter {
        margin-left: 280px;
    }
}

@media (max-width: 1150px) {
    #mess-ahead, #shifter {
        margin-left: 0;
    }
}

#mess-ahead .inner_frame, #shifter .inner_frame {
    text-align: center;
}

#mess-ahead {
    padding-bottom: 30px;
}

#shifter #shifter_wrap {
    width: 880px;
}

#shifter #shifter_title h3#shifter_t_2 {
    margin-right: 267px;
}

#shifter #shifter_wrap #shifter_terms a {
    margin: 10px 15px 0 0;
}

@media (max-width: 900px) {
    #shifter #shifter_wrap {
        width: auto;
        position: relative;
    }

        #shifter #shifter_wrap h3#shifter_t_2 {
            position: absolute;
            left: 5px;
            top: 250px;
        }

        #shifter #shifter_wrap #selfpromo {
            margin-top: 35px;
        }

        #shifter #shifter_wrap #shifter_terms {
            text-align: left;
        }
}

@media (max-width: 650px) {
    #shifter #shifter_wrap h3#shifter_t_2 {
        position: absolute;
        left: 5px;
        top: 450px;
    }
}

@media (max-width: 350px) {
    #shifter #shifter_wrap #shifter_title h3#shifter_t_2, #shifter #shifter_wrap #selfpromo {
        display: none;
    }
}
