﻿

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,900&subset=latin,latin-ext);

body {
    border: 0;
    padding: 0;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    color: #373c41;
    /*background: url(../img/background.png) center center repeat;*/
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

hr {
    display: none;
}

iframe {
    max-width: 100%;
}

h1 {
    font-weight: bold;
    font-size: 1.87em;
    color: #323232;
}

    h1.seo {
        font-weight: 300;
        color: #842885;
        font-size: 2.37em;
    }

h2 {
    font-weight: bold;
    color: #323232;
    font-size: 1.25em;
}

h3 {
    font-weight: bold;
    color: #323232;
    font-size: 1.25em;
}

.no-margin-top {
    margin-top: 0px !important;
}

.relative {
    position: relative;
}

.perex {
    font-size: 25px;
    margin-bottom: 20px;
}

.text {
    margin-bottom: 40px;
}

a {
    color: #b4cc43;
}

    a:hover {
        color: #a6c224;
        text-decoration: none;
    }


.top-menu {
    width: 100%;
    text-align: right;
    padding: 5px 0;
}

    .top-menu ul {
        list-style: none;
        margin: 0;
        padding: 0 0 0 0;
        display: inline-block;
        position: relative;
    }

        .top-menu ul li {
            display: inline-block;
            font-family: arial;
            margin: 0 30px 0 0;
            color: #323232;
            font-size: 0.75em;
             position: relative;
        }

            .top-menu ul li:last-child {
                margin: 0;
            }

            .top-menu ul li a {
                color: #323232;
                font-size: inherit;
            }

                .top-menu ul li a:hover {
                    color: #842885;
                    text-decoration: none;
                }

            .top-menu ul li.facebook {
                text-indent: -9999px;
            }

                .top-menu ul li.facebook a {
                    width: 20px;
                    height: 20px;
                    background: url('../img/facebook.png') no-repeat 0 0;
                    text-indent: -9999px;
                    display: inline-block;
                    overflow: hidden;
                    color: transparent;
                    position: absolute;
                    top: -15px;
                    right: 0px;
                }

                    .top-menu ul li.facebook a:hover {
                        background-position: 0 -20px;
                        text-decoration: none;
                    }
                    
                .top-menu ul li.youtube {
                    text-indent: -9999px;
                }

                .top-menu ul li.youtube a {
                    width: 20px;
                    height: 20px;
                    background: url('../img/yticon.jpg') no-repeat;
                    background-size: cover !important;
                    background-position: 50% 50%;
                    text-indent: -9999px;
                    display: inline-block;
                    overflow: hidden;
                    color: transparent;
                    position: absolute;
                    top: -15px;
                    right: 0px;
                        -webkit-filter: grayscale(1); /* Old WebKit */
                        filter: grayscale(1);
                    }

                    .top-menu ul li.youtube a:hover {
                        -webkit-filter: grayscale(0); /* Old WebKit */
                        filter: grayscale(0);
                    }

@media only screen and (max-width: 991px) {

    .top-menu ul li.facebook a {
        text-indent: 0;
    }
}

.logo {
}

.slogan {
    float: left;
    display: table;
    height: 80px;
}

.header .table {
    display: table;
    height: 80px;
}

    .header .table .cell {
        display: table-cell;
        vertical-align: middle;
    }

.slogan div {
    display: table-cell;
    vertical-align: middle;
}

.searchbox {
    float: left;
    width: 100%;
    padding-right: 150px;
    margin-right: -150px;
    margin-right: 5%;
    padding-right: 200px\9;
    position: relative;
}

    .searchbox .inner {
        width: 100%;
        height: 40px;
        background: #eeeeee;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .searchbox .inner input[type="text"] {
            background: #eeeeee;
            border: none;
            outline: 0;
            float: right;
            height: 40px;
            padding: 5px 10px 5px 45px;
            width: 100%;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .redirect-fulltext-search { /**/
            width: 40px;
            height: 40px;
            float: left;
            border: none;
            background: url('../img/search.png') no-repeat center center;
            text-indent: -9999px;
            position: absolute;
            top: 0px;
            left: 0;
            transition: all 300ms ease-in-out;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            display: inline-block;
            margin-top: 0;
            cursor: pointer;
        }

        .redirect-fulltext-search:hover {
            background: #6c388b url('../img/search-hover.png') no-repeat center center;
        }
        
        .searchbox .inner input[type="submit"], .link-search {
            width: 40px;
            height: 40px;
            float: left;
            border: none;
            background: url('../img/search.png') no-repeat center center;
            text-indent: -9999px;
            position: absolute;
            top: 0px;
            left: 0;
            transition: all 300ms ease-in-out;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            display: inline-block;
            margin-top: 0;
            cursor: pointer;
            
        }

        .searchbox .inner input[type="submit"].product-search:hover, .link-search:hover {
             background: #6c388b url('../img/search-hover.png') no-repeat center center;
        }

.link-search {
    display: none;
    background: #eeeeee url('../img/search.png') no-repeat center center;
    ;
}

    .searchbox .inner input[type="submit"]:hover, .link-search:hover {
        background: #6c388b url('../img/search-hover.png') no-repeat center center;
    }

.basket {
    float: right;
    position: absolute;
    right: 15px;
}

    .basket a {
        background: #eeeeee url('../img/basket.png') no-repeat 10px center;
        color: #e41869;
        display: inline-block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        height: 40px;
        min-width: 130px;
        padding: 10px 10px 10px 50px;
        font-weight: bold;
    }

        .basket a:hover {
            text-decoration: none;
        }

@media only screen and (max-width: 767px) {

    .header .table {
        height: auto;
        position: absolute;
        top: 107px;
        z-index: 999;
        width: 60%;
        right: 50px;
    }
}

@media only screen and (max-width: 650px) {

    .header .table {
        width: 70%;
    }
}

@media only screen and (max-width: 479px) {

    .header .table {
        padding-left: 30px;
        width: 90%;
    }

    .searchbox .inner input[type="submit"], .searchbox .inner input[type="text"] {
        display: none;
    }

    .searchbox .inner {
        background: none;
    }

    .searchbox {
        position: relative;
        width: 100%;
    }

    .link-search {
        display: block;
        position: absolute;
        right: 0 !important;
        left: auto;
    }

    .width-480 {
        width: 100%;
        text-align: center;
    }

    .hide-480 {
        display: none;
    }
}

.main-menu {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 0;
    border-radius: 5px;
    /*overflow: hidden;*/
}

    .main-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .main-menu ul li {
            float: left;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
            /*height: 50px;*/
            background: #842885;
            border-right: 1px solid #661c67;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            border-bottom: 4px solid #661c67;
            position: relative;
        }

            .main-menu ul li:last-child {
                border-right: none;
                -webkit-border-top-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-radius-topright: 5px;
                -moz-border-radius-bottomright: 5px;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
            }

            .main-menu ul li:first-child {
                width: 20%;
                -webkit-border-top-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-bottomleft: 5px;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }
            
            .main-menu ul li:nth-child(2) {
                width: 20%;
            }

            .main-menu ul li:nth-child(3) {
                width: 20%;
            }

            .main-menu ul li:nth-child(4) {
                width: 20%;
            }

            .main-menu ul li:nth-child(5) {
                width: 20%;
            }

            /*.main-menu ul li:nth-child(6) {
                width: 22%;
            }*/

            .main-menu ul li a {
                color: #fff;
                text-align: center;
                height: 46px;
                display: block;
                padding: 15px;
                border-left: 1px solid #8a338b;
                border-bottom: 1px solid #8a338b;
                line-height: 20px;
                font-size: 14px;
            }

            .main-menu ul li:hover {
                background: #9d429e;
                text-decoration: none;
            }

            .main-menu ul li a:hover {
                text-decoration: none;
            }

            .main-menu ul li:first-child a {
                -webkit-border-top-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-bottomleft: 5px;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }

            .main-menu ul li:last-child a {
                -webkit-border-top-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-radius-topright: 5px;
                -moz-border-radius-bottomright: 5px;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
            }

        .main-menu ul > li > ul {
            position: absolute;
            display: none;
            width: 100%;
            margin: 0;
            padding: 0;
            background-color: #842885;
            z-index: 9999;
            max-height: 500px;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            overflow: hidden;
            top: 50px;
            border-radius: 0 0 5px 5px;
        }

            .main-menu ul > li > ul > li {
                display: block;
                float: none;
                width: 100% !important;
                border-radius: 0;
                border-bottom: 1px solid #842885;
                height: auto;
            }

                .main-menu ul > li > ul > li a {
                    border-radius: 0 !important;
                    width: 100%;
                    border: none !important;
                    background: #9d429e;
                    height: auto;
                }

                    .main-menu ul > li > ul > li a:hover {
                        background: #842885;
                        text-decoration: none;
                    }

        .main-menu ul li:hover ul {
            display: block;
        }

        .main-menu ul > li.arrow > a:before {
            background: url(../img/main-menu-arrow.png) top left no-repeat;
            width: 12px;
            height: 20px;
            content: "";
            position: absolute;
            width: 12px;
            height: 20px;
            content: "";
            position: absolute;
            right: 33px;
            top: 21px;
            background-position: 0% 1px;
            padding-left: 30px;
            padding-left: 30px;
        }

.footer {
    width: 100%;
    background: url('../img/footer-bgc.png');
    padding-bottom: 40px;
}

.footer-loga {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 20px 0 10px 0;
}

    .footer-loga img {
        margin-bottom: 10px;
    }

.footer-content {
    padding-top: 30px;
}

.footer h4 {
    color: #fff;
    font-weight: bold;
    font-size: 0.81em;
}

.footer ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}

    .footer ul li {
        font-size: 0.81em;
        margin-bottom: 20px;
    }

        .footer ul li a {
            color: #fff;
        }

.footer-contact-box {
    border-bottom: 1px solid #ed7fad;
    font-size: 1em;
    color: #fff;
    line-height: 1.9em;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

    .footer-contact-box h4 {
        font-size: 1.12em;
        padding: 12px 70px 11px 0;
        margin: -1px 0 -5px 0;
        position: relative;
        display: inline-block;
    }

        .footer-contact-box h4:after {
            content: "";
            width: 54px;
            height: 41px;
            background: url('../img/footer-mask.png') no-repeat center center;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

    .footer-contact-box a {
        color: #fff;
    }

    .footer-contact-box .tel {
        background: url('../img/footer-tel.png') no-repeat left center;
        padding-left: 33px;
    }

    .footer-contact-box .email {
        background: url('../img/footer-email.png') no-repeat left center;
        padding-left: 33px;
    }

.footer-newsletter {
    font-size: 1em;
    color: #fff;
    line-height: 1.7em;
}

    .footer-newsletter input[type="text"] {
        background: #fff;
        border: none;
        padding: 5px 10px;
        height: 40px;
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-top: 15px;
        color: #000;
        outline: 0;
    }

    #KFiltrVse,
    .zu-button,
    input[type=button],
    input[type=submit],
    input[type=reset],
    .footer-newsletter input[type="submit"] {
        background: #e41869;
        color: #fff;
        border: none;
        padding: 5px 20px;
        border-bottom: 3px solid #bb1356;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

#KFiltrVse,
.zu-button {
    height: 50px;
    line-height: 40px;
    display: inline-block;
}

#KFiltrVse {
    margin-bottom: 30px;
}

.zu-button:hover, .footer-newsletter input[type="submit"]:hover {
    color: white;
    text-decoration: none;
    background: #bb1356;
}

@media only screen and (max-width: 767px) {

    .footer ul li {
        display: inline-block;
        margin-right: 3%;
    }
}

/***home page***/

.hp-slider {
    width: 100%;
    position: relative;
    height: 320px;
}

    .hp-slider:after {
        content: "";
        width: 80px;
        height: 20px;
        background: url('../img/colors.png') no-repeat center center;
        display: block;
        position: absolute;
        right: 15px;
        bottom: -10px;
        z-index: 1;
    }

    .hp-slider img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        height: 320px !important;
        width: auto !important;
        max-width: none;
        margin-left: 0 !important;
    }

.sp-slide, .sp-mask {
    height: 320px !important;
}

.hp-slider .title {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
}

.sp-slides-container, .sp-image-container {
    z-index: 2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sp-image-container {
    height: 320px !important;
}

.hp-video {
    width: 100%;
    max-height: 312px;
    position: relative;
}

    .hp-video:after {
        content: "";
        width: 80px;
        height: 20px;
        background: url('../img/colors.png') no-repeat center center;
        display: block;
        position: absolute;
        right: 30px;
        bottom: -8px;
        z-index: 1;
    }

    .hp-video iframe {
        width: 100%;
        height: 320px;
        z-index: 2;
        position: relative;
    }

.grey-perex {
    color: #7b7f80;
    font-size: 1.12em;
    line-height: 1.5em;
    margin-top: 20px;
}

.small-text {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-top: 20px;
}


.bx-controls {
    position: absolute;
    top: 50%;
    width: 100%;
}

.bx-wrapper {
    position: relative;
}

.bx-viewport {
    width: 96% !important;
}

.bx-controls-direction a {
    padding: 30px 20px;
    text-indent: -999999px;
    position: absolute;
    margin-top: -50px;
}

.bx-prev {
    background: url('../img/left-arrow.png') no-repeat center center;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.bx-next {
    background: url('../img/right-arrow.png') no-repeat center center;
    right: 0px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

    .bx-prev:hover, .bx-next:hover {
        opacity: 0.7;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

.hp-carousel {
    padding: 20px 0;
}

    .hp-carousel .product-item {
        width: 232px !important;
    }

    .hp-carousel h2 {
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
    }

.testimonial {
    width: 100%;
}

.testimonial-image {
    width: 130px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

    .testimonial-image img {
        max-width: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.testimonial-text {
    margin-left: 150px;
    color: #7b7f80;
    font-style: italic;
    padding: 30px 0;
    line-height: 1.4em;
    font-size: 1em;
}

/***kontakt***/

.map-box {
    margin: 30px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

    .map-box iframe {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.address {
    color: #7b7f80;
    font-size: 1em;
    line-height: 1.7em;
    padding-bottom: 35px;
}

.form-box {
    background: #eedff6;
    color: #842885;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    z-index: 2;
    position: relative;
}

.color-box {
    position: relative;
    width: 100%;
}

    .color-box:after {
        content: "";
        width: 80px;
        height: 20px;
        background: url('../img/colors.png') no-repeat center center;
        display: block;
        position: absolute;
        right: 15px;
        bottom: -10px;
        z-index: 1;
    }

.form-box a {
    color: #842885;
    text-decoration: underline;
    font-size: 0.8em;
}

.form-box h3 {
    color: #842885;
    font-weight: bold;
    font-size: 1.25em;
}

.form-box label {
    display: block;
    margin: 7px 0;
    font-size: 0.7em;
}

.form-box input[type="text"], .form-box input[type="password"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    height: 40px;
    width: 100%;
    border: none;
    outline: 0;
}

.margin-bottom {
    margin-bottom: 60px;
}

.form-box textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px;
    height: auto;
    width: 100%;
    border: none;
    outline: 0;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.form-box input[type="submit"] {
    background: #e41869;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-bottom: 3px solid #bb1356;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
}

.logon-form input[type="submit"] {
    float: none;
    width: 100%;
}

.login input[type="submit"] {
    width: 100%;
    background: #e41869;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-bottom: 3px solid #bb1356;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
}

.reg {
    padding-bottom: 10px;
}

    .reg a,
    .reg input[type="submit"] {
        background: #842885;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-bottom: 3px solid #661c67;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bold;
        float: right;
        width: 100%;
        text-align: center;
        font-size: 16px;
        text-decoration: none;
    }

.registration-form-inner {
    padding-top: 20px;
}

.form-box input[type="submit"]:hover {
    color: white;
    text-decoration: none;
    background: #bb1356;
}

.reg input[type="submit"]:hover {
    color: white;
    text-decoration: none;
    background: #661c67;
}

.grey-text {
    color: #7b7f80;
    line-height: 1.6em;
    font-size: 1em;
    margin-bottom: 50px;
    margin-top: 15px;
}

.circle {
    color: #2664a9;
    font-family: arial;
    font-weight: bold;
    padding-left: 100px;
    display: table;
    height: 80px;
    float: left;
    width: 33%;
    margin-bottom: 20px;
}

    .circle div {
        display: table-cell;
        vertical-align: middle;
    }

    .circle.download {
        background: url('../img/download-circle.png') no-repeat left center;
    }

    .circle.metody {
        background: url('../img/metody-circle.png') no-repeat left center;
    }

    .circle.pdf {
        background: url('../img/pdf-circle.png') no-repeat left center;
    }


@media only screen and (max-width: 767px) {

    .circle {
        width: 100%;
    }
}

/***ke stažení***/

.downloads .product-item {
    position: relative;
}

.white-bgc {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../img/white-bgc.png');
    display: none;
    z-index: 99;
    top: 0;
    left: 0;
}

.inactive .white-bgc {
    display: block;
}

/***kurzy***/

.course {
    width: 100%;
    margin-bottom: 60px;
}

.course-name {
    color: #323232;
    font-size: 1.5em;
    font-weight: bold;
}

.course .small-text {
    margin-bottom: 15px;
}

.course-detail {
}

    .course-detail h2 {
        margin-bottom: 0;
    }

    .course-detail .grey-text {
        margin-top: 5px;
    }

    .course-detail ul {
        list-style-image: url('../img/ul.png');
        margin: 20px 0 0 20px;
        padding: 0;
    }

        .course-detail ul li {
            color: #323232;
            font-size: 0.8em;
            margin-bottom: 20px;
            line-height: 1.5em;
        }

            .course-detail ul li strong {
                color: #842885;
                font-size: 1.1em;
            }

    .course-detail .detail {
        padding: 20px 0 0 0;
    }

        .course-detail .detail table {
            width: 100%;
            font-size: 0.87em;
        }

            .course-detail .detail table td {
                padding: 10px 0;
            }

                .course-detail .detail table td:first-child {
                    color: #7b7f80;
                }

                .course-detail .detail table td.price {
                    color: #842885;
                    font-size: 20px;
                }

/***product detail***/

.right-small {
    float: right;
    width: 180px;
}

.left-big {
    width: 100%;
    padding-right: 210px;
    margin-right: -210px;
    float: left;
}


@media only screen and (max-width: 1200px) {
    .right-small {
        float: none;
        width: 180px;
        margin: 0 auto;
    }

    .left-big {
        padding-right: 0;
        margin-right: 0;
        float: none;
    }
}
.product-detail {
}

    .product-detail h1 {
        color: #6c388b;
        font-weight: bold;
        font-size: 2.37em;
    }

    .product-detail table {
        width: 100%;
        font-size: 0.87em;
    }

        .product-detail table td {
            padding: 10px 0;
        }

            .product-detail table td:first-child {
                color: #7b7f80;
            }

#Iaddkos {
}

    #Iaddkos b {
        margin-top: 28px;
        display: inline-block;
    }

    #Iaddkos input[type=number] {
        height: 65px;
        width: 60px;
        border: none;
        background-color: #eeeeee;
        text-align: center;
        border-radius: 4px;
        margin: 0 10px;
        font-size: 18px;
        color: #7b7f80;
        padding-left: 19px;
        vertical-align: top;
    }

    #Iaddkos input[type=submit] {
        height: 65px;
        vertical-align: top;
        margin: 0;
    }
    
#Iaddkos #dPlusMinus {
    display: inline-block;
    height: 65px;
    padding-right: 5px;
}

#Iaddkos #dPlusMinus input[type="button"] {
    display: block;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    height: 30px;
    width: 100%;
}

#Iaddkos #dPlusMinus input[type="button"]:first-of-type {
    margin-bottom: 5px;
}

.no-data {
    text-align: center;
}


.map-canvas-container img {
    width: inherit;
    max-width: none;
}

.map-canvas-container {
    position: relative;
    padding-bottom: 40%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}

#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}


#map-points {
    display: none;
}


#shops-filter .sbHolder {
    float: right;
    margin-top: 10px;
}

#ZpusDod td,
#TSUMAR td,
#TPrihlaseni td,
#ItemsKos table td,
#FREGIST table td {
    padding: 5px;
}

#FREGIST {
    word-wrap: break-word;
    word-break: break-word;
}

#TPrihlaseni {
    margin: 30px 0 50px 0;
}

    input[type=tel],
    #OBJDETTAB textarea,
    #OBJDETTAB input[type=text],
    #ObjKos input[type=text],
    #TPrihlaseni input[type=text],
    #TPrihlaseni input[type=password],
    #ItemsKos table td input[type=number],
    #FREGIST input[type=password],
    #tDodAdr input[type=text],
    #FREGIST input[type=text] {
        background: #eeeeee;
        border: none;
        outline: 0;
        height: 40px;
        padding: 5px 10px;
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        #FREGIST input[type=text][disabled] {
            width: auto;
        }

#tDodAdr input[type=text] {
    margin: 0 0 15px 30px;
    position: relative;
    top: 10px;
}

#OBJDETTAB textarea {
    min-height: 150px;
}

#OBJDETTAB > tbody > tr > td {
    vertical-align: top;
    width: 50%;
}

#TSUMAR {
    width: 100%;
}

#ZpusDod input[type="radio"],
#FREGIST input[type="radio"],
#ZpusUhr input[type="radio"]{
    margin: 0 10px 0 20px;
}

.Tprehl .sbHolder,
form[name="objednavka"] .sbHolder {
    max-width: 70px;
    display: inline-block;
}

#ItemsKos table td input[type=number] {
    max-width: 70px;
}

@media only screen and (max-width: 1150px) {
    #KCont td {
        text-align: left;
    }

    .big-table #KCont {
        padding: 0 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
}

#KosButtons tr,
#KosButtons tr td {
    background: none !important;
    border: none !important;
}


.kurzor {
    cursor: pointer;
}

#ObjKos tr {
    background: none !important;
}


#ObjKos tr:nth-child(3n+1) {
    background: #eedff6!important;
    border-radius: 5px 5px 0 0;
}

    #ObjKos tr:nth-child(4n+1) {
        background: #eedff6 !important;
        border-radius: 0 0 5px 5px;
    }

.td_top_cal {
    line-height: 42px;
}

    .td_top_cal b {
        vertical-align: top;
    }

.calendar {
    background-color: white !important;
    height: 23px !important;
    width: 16px !important;
    margin-left: 1px !important;
    color: #ffffff !important;
    border: 0px !important;
    cursor: pointer !important;
    border-bottom: none !important;
}

.Tprehl tr:last-child td:nth-child(2) {
    vertical-align: top;
    line-height: 38px;
}

.top_table #SSleva,
#trFax,
#trMestCast {
    display: none;
}

/***
fixes - 20151110
***/

.jazyk,
.jazyk2,
#VObr,
#KOS,
#UVOD,
#C_M,
.KuponSleva,
#AddKod {
    display: none;
}

.td_top a {
    color: #000;
}

.td_top p {
    margin: 0;
}

#ItemsKos table td:not(.td_top) {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ikNahled {
    padding-top: 20px;
}

#ItemsKos #dPlusMinus {
    display: inline-block;
    vertical-align: middle;
    height: 55px;
}

#ItemsKos #dPlusMinus input[type="button"] {
    display: block;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    height: 25px;
    width: 25px !important;
    text-align: center;
    text-indent: -3px;
}

#ItemsKos #dPlusMinus input[type="button"]:first-of-type {
    margin-bottom: 5px;
}

#ItemsKos table td input[type=number] {
    height: 55px;
    vertical-align: middle;
}

#KCont .scrolled {
    position: fixed;
    top: 0;
    display: table;
}

#KCont .scrolled td:first-of-type {
    min-width: 240px;
}

#KCont .scrolled td {
    padding: 10px 10px 15px 10px;
}

.Tprehl {
  display: none;
}

.redirect-product-search {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #6c388b;
    position: relative;
    top: -40px;
    left: 40px;
    cursor: pointer;
    border-radius: 5px;
}

.product-items #STR {
   text-align: center;
}

/*html input[disabled] {
    opacity: 0;
}*/

#TABtlist {
    width: auto;
    line-height: 30px;
}

#TABtlist #UVOD, #TABtlist #C_M {
    display: table-cell;
}

#TABtlist td {
    padding-right: 8px;
}

#TABtlist a {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #7b7f80;
}

#TABtlist a:after {
    content: ">";
    margin-left: 5px;
}

#TABtlist td:last-of-type a:after {
     display: none;
}

#MenuNab #SEL {
    background: rgba(132,40,133,0.1);
}


.sidebar #MenuNab ul li {
    margin-bottom: 0px;
    padding: 9px 5px;
}

#TABtlist .SLIST {
    display: none;
}

#Tinfo {
    display: none;
}

#obch_mail {
    display: none;
}

.right-small h3 {
    color: #842885;
    font-size: 1.25em;
    font-weight: 400;
    margin-top: 10px;
}

#Iaddkos #dPlusMinus {
    position: relative;
    width: 50px;
    margin-right: 8px
}

#Iaddkos #dPlusMinus input:first-of-type {
    position: absolute;
    top: 35px;
}

#Iaddkos #dPlusMinus input:last-of-type {
    position: absolute;
    top: 0px;
}

.SLIST_bottom {
    margin: 0 auto;
}

#Iaddkos b {
    display: none;
}

#iKosM {
        height: 65px;
    width: 60px;
    vertical-align: top;
    margin-right: 8px;
    text-align: center;
    font-size: 22px;
    border-radius: 7px;
}

.breadcrumbs {
    margin-bottom: 20px;
}

.basket a {
    background-size: 20px;
    background-position: 12px 10px;
}

#KosButtons td:first-of-type,
#KosButtons td:nth-of-type(3),
#KosButtons td:nth-of-type(6) {
    display: none;
}

body .big-table table tbody tr:nth-child(odd) {
    background: #FFFFFF;
}

#KFiltrVse {
    color: #e41869;
    background: #FFFFFF;
    border-bottom: 0;
}

#trRegSend input:nth-of-type(2) {
    display: none;
}

#trRegSend input:nth-of-type(3) {
    background: #e2e2e2;
    color: #e41869;
}

.right-small #itemDoplNab {
    display: none;
}


.right-small #itemDoplNab, 
.right-small .itemDoplNab {
    
    margin-bottom: 50px;
    cursor: pointer;
}

.right-small #itemDoplNabKod {
    display: none;
}

.right-small #itemDoplNabNaz {
    margin-bottom: 20px;
    text-transform: uppercase;
}

/*.right-small #itemDoplNabImage,
.right-small .itemDoplNabImage {
    margin-top: -230px;
}

.right-small #itemDoplNabImage img,
.right-small .itemDoplNabImage img {
    max-height: 170px;
}*/

.load-more-products {
    color: #e41869;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

#KategNab{
    margin:20px 0 0 0;
}

.sidebar #KategNab ul li{
    font-size:16px;
    padding: 0px 5px;
}

#ItemsKos a b{
    color:#8a338b;
}

.tdCena{
    font-size:18px;
    font-weight:bold;
}

.tdZkrMJ,
#tdKosMJ,
#tSUMARKos tr:nth-child(1),
#tSUMARKos tr:nth-child(2),
#tSUMARKos tr:nth-child(3){
    display:none;
}

#trReg .td_top b{
    display:none;
}

.big-table td:nth-child(3){
    display:none;
}

.big-table td{
    text-align:center;
}

.big-table td:nth-child(1){
    text-align:left;
}

#DETSEARCHFORM {
    display:none;
}

.OBJPOZN {
    display: none;
}

#AGGRSEND input[type="checkbox"] {
    position: static;
}

#trReg, .td_top_cal, #dEvCis     {
    display: none;
}

#ZpusUhr{
    margin: 30px 0;
}

#ZpusDod {
    margin-top: 30px;
}

#ZpusUhr input[type=radio] {
    margin-top: 5px;
    margin-bottom: 5px;
}

#ZpusUhr b {
    display: inline-block;
    margin-bottom: 5px;
}

#tDokl td:nth-of-type(5) {
    text-align: center;
}

#tDokl td:nth-of-type(1) b,
#tDokl td:nth-of-type(2) b,
#tDokl td:nth-of-type(3) b {
    font-weight: 400;
}

#tDokl tr:first-of-type td:nth-of-type(1) b,
#tDokl tr:first-of-type td:nth-of-type(2) b,
#tDokl tr:first-of-type td:nth-of-type(3) b {
    font-weight: bold;
}

.big-table input[type=text] {
        height: 55px;
    position: relative;
    top: 4px;
    border-radius: 7px;
    width: 60px;
    text-align: center;
    font-size: 20px;
}

#KosButtons td {
    text-align: right;
}

#KCont .scrolled {
    z-index: 999;
}

.scrolled td:first-of-type {
    
}

.product-detail-basic-table tr:nth-of-type(3) {
    display: none;
}

.product-detail-perex + input[type=button], #trDodAdr2, #TRObjCBEZDPH, #TRObjDOPR, #TRObjCELK {
    display: none;
}

#tDodAdr input[type=text], #ODText, #SLkupon {
    background-color: #CCFFFF !important;
}

.top-menu ul li:first-of-type a {
    margin-left: 30px;
}

.scrolled td:first-of-type {
    padding-left: 5px !important;
}

#IBottom, #ITop {
    display: none;
}

.SLIST_bottom td {
    border: 5px solid #FFFFFF;
}

#liVse {
    list-style-type: none;
    font-size: 18px; 
}

table#tDokl td {
    padding: 5px 0;
}

#ObjedKos input[type=submit] {
    position: relative;
    top: 300px;
    left: 383px;
}

#STR {
    font-size: 20px;
    color: #842885;
    margin: 40px 0;
}

#STR a, #STR a:hover {
    color: #842885;
}

#STR span {
    font-weight: bold;
}

/*.SLIST_bottom {
    display: none;
}*/

div#STR > * {
    margin: 5px;
}

#tDokl tr:first-of-type td:nth-of-type(6) b {
   display: none;
}

#tDokl tr:first-of-type td:nth-of-type(5) {
    text-align: right;
}

#tDokl td:nth-of-type(5) {
    padding-right: 10px;
}

#tPolozky td:last-of-type {
    display: none;
}

#tDokl td[colspan="7"] {
    display: none;
}

#tPolozky td:nth-of-type(5) {
    text-align: right;
}

#tPolozky td:nth-of-type(4) {
    text-align: right;
}

#tPolozky td {
    padding-top: 10px;
}

#tPolozky {
    margin-bottom: 30px;
}

table.SLIST_bottom {
    width: 100%;
}

table.SLIST_bottom td:nth-of-type(2) {
    text-align: right;
}

#liVse {
    padding-left: 5px;
}

#tSUMARKos {
    margin-bottom: 150px;
}

.item .iname {
    font-weight: bold;
}

.order-steps {
    margin-bottom: 40px;
}

.order-steps > div {
    display: inline-block;
    width: 30%;
    background: #e2e2e2;
    margin-right: 5%;
    position: relative;
    padding: 15px 30px;
    border-radius: 5px 0 0 5px;
}

.order-steps > div:after {
    display: inline-block;
    content: "";
    width: 40px;
    height: 39px;
    position: absolute;
    background: #e2e2e2;
    right: -20px;
    top: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
}

.order-steps > div a {
    color: #000001;
}

.order-steps > div {
    font-weight: bold;
}

.order-steps > div.actual-step, .order-steps > div.actual-step:after {
    background: #842885;
}

.order-steps > div.actual-step a {
    font-weight: bold;
    color: #FFFFFF;
}

.order-steps > div:last-of-type {
    border-radius: 5px;
    width: 28.5%;
    margin-right: 0;
} 

.order-steps > div:last-of-type:after {
    display: none;
}


.OPLink {
    margin-left: 32px;
    text-decoration: underline;
}

.OPLink:hover {
    text-decoration: none;
}

.SLIST_bottom {
    display: none;
}

#STR a {
    font-weight: 300;
}


.hp-video {
    width: 100%;
    max-height: 460px;
    position: relative;
}

/*.hp-video:after {
    content: "";
    width: 80px;
    height: 20px;
    background: url(../img/colors.png) no-repeat center center;
    display: block;
    position: absolute;
    right: 15px;
    bottom: -17px;
    z-index: 1;
}*/

.img-link {
    display: inline-block;
    width: 100%;
    height: 460px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.purple-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    bacbackground: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 47%, rgba(239,227,239,0) 54%, rgba(131,40,133,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(47%, rgba(255,255,255,0)), color-stop(54%, rgba(239,227,239,0)), color-stop(100%, rgba(131,40,133,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 47%, rgba(239,227,239,0) 54%, rgba(131,40,133,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 47%, rgba(239,227,239,0) 54%, rgba(131,40,133,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 47%, rgba(239,227,239,0) 54%, rgba(131,40,133,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 47%, rgba(239,227,239,0) 54%, rgba(131,40,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#832885', GradientType=0 );
    border-radius: 0 0 5px 5px;
    opacity: 0.75;
}

.img-link span {
    position: absolute;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    left: 40px;
    bottom: 30px;
}

.hp-video.hp-eshop {
    margin-bottom: 30px;
    padding-right: 15px;
}


.age-filter {
    padding-right: 15px;
    margin-bottom: 40px;
}

.age-filter:after {
    display: table;
    content: "";
    clear: both;
}

.age-filter a {
    display: inline-block;
    padding: 10px 20px;
    color: #FFFFFF;
    width: 19.6%;
    margin-right: 0.4%;
    float: left;
    background: #842885;
    border-radius: 5px;
    text-align: center;
}

.age-filter a:hover {
    background: #9d429e;
}

.age-filter a:last-of-type {
    margin-right: -1%;    
}

.AtrNovinka {
    position: absolute;
    top: 45px;
    left: 10px;
    z-index: 5;
    
}

.AtrNovinka:before {
    content: "NOVINKA";
    color: #FFFFFF;
    background: #0edcae;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 600;
}

/*.product-items table { 
    text-align: center 
}*/

@media all and (max-width: 480px) {
    .searchbox {
        display: none;
    }
}