@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xEJPC2cKjh6GZZV1qHWxw94.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xIZrBv46fa2rZGrBtrri2IM.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Cond Light Italic'), local('OpenSans-CondensedLightItalic'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/jIXlqT1WKafUSwj6s9AzV12Cn97i9IlPbfrzIs7KZtD3rGVtsTkPsbDajuO5ueQw.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxolIZu-HDpmDIZMigmsroc4.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoMxgy2Fsj5sj3EzlXpqVXRKo.woff2) format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6Nnl6YROR5rHLkdLoHwoOWA.woff2) format('woff2');
}

:focus {
    outline: 0;
}

.clearfix:after, .clear:after /* force a container to fit around floated items */ {
    content: "\0020";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

*:first-child + html .clearfix, *:first-child + html .clear /* IE7 */ {
    zoom: 1;
}

.button {
    transition: all 1s ease 0s;
    display: inline-block;
    padding: 15px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

    .button:hover {
        border: 1px solid #805237;
        text-decoration: none;
        color: #805237;
    }

a {
    color: #805237;
}

    a:hover {
        color: #e7b7a3;
        text-decoration: none;
    }


h2 {
    font-family: Open Sans Condensed,sans-serif;
    font-size: 30px;
    font-weight: 300;
}

    h2 strong {
        font-weight: 700;
    }

BODY {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    text-align: left;
    text-rendering: optimizelegibility;
    word-wrap: break-word;
    background: #eeeeee;
    width: 100%;
    overflow-x: hidden;
    color: #535353;
}

.obal {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    overflow-x: hidden;
}

.container {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div#page {
    background-color: transparent;
    background-image: none;
    border-color: #000000;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    min-height: 961.95px;
    padding-bottom: 0;
    width: 100%;
    z-index: 1;
}

#main_container {
    width: 980px;
    margin: 0 auto;
}

#bottom {
    background-color: #383838;
    border-top: 1px solid #222;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    min-height: 230px;
    margin-top: 100px;
    position: relative;
    z-index: 198;
}

#copyright {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-top: 200px;
}



div#top {
    height: 844px;
    /*background: url(/web/20200921184429im_//images/jap_hp.jpg) no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    div#top #top_obal {
        height: 844px;
        background-color: rgba(0, 0, 0, 0.55);
        width: 100%;
    }

div#top_layer {
    background-color: #ffffff;
    border-color: transparent;
    border-style: none;
    height: 145px;
    position: fixed;
    top: -85px;
    left: -10px;
    transform: rotate(358.5deg);
    -webkit-transform: rotate(358.5deg);
    -moz-transform: rotate(358.5deg);
    -o-transform: rotate(358.5deg);
    -ms-transform: rotate(358.5deg);
    width: 3000px;
    z-index: 597;
}

div#left {
    display: none;
}

div#right {
    display: none;
}

H1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 58px;
    color: #535353;
    text-align: center;
    margin: 0 auto;
}

.underH1 {
    margin: 0 auto;
    text-align: right;
    padding-bottom: 100px;
    color: rgba(0,0,0,0.5);
    width: 880px;
    padding-right: 100px;
}

#menu_main {
    display: none;
}

#colorbox #menu_main {
    display: block;
    width: 800px;
    height: 238px;
}

#cboxLoadedContent {
    background: url(/images/menu_main_bg.jpg) no-repeat center center;
background-size: cover;
}

#menu_main .Header {
    margin: 0px 0px 20px 0px;
    padding: 20px 0px 0 0px;
    text-align: center;
    display: block;
    font-size: 20px;
  color: #fff;
    border-top: 4px solid #fff;
    text-transform: uppercase;
}

#menu_main ul {
    margin: 0px 0px 0px 0px;
    padding: 0 0px 0px 0px;
    text-align: center;
    display: block;
    list-style: none;
}

    #menu_main ul li {
        text-align: center;
        display: block;
        float: left;
    }

#menu_main ul li a.selected {
            color: #e7b7a3;
            text-decoration: none;
        }

        #menu_main ul li a {
            text-transform: uppercase;
            display: block;
            text-align: center;
            width: 119px;
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            letter-spacing: 1px;
            line-height: 18px;
            position: relative;
            padding: 64px 40px;
            transition: all 1s ease 0s;
        }

            #menu_main ul li a:hover {
                color: #e7b7a3;
                text-decoration: none;
                background-color: rgba(255,255,255,0.2);
            }



            #menu_main ul li a span {
                padding: 0px 0px 0px 0px;
                font-weight:bold;
            }
#menu_main ul li a strong{
display:block;

}


#top .menu_sub_top_plus_searchbox {
    left: 0;
    margin: 0;
    position: fixed;
    text-align: center;
    top: 14px;
    width: 100%;
    z-index: 598;
}

#top .menu_sub_top_plus_searchbox_inside {
    display: inline-block;
    padding-left: 290px;
}

#top .menu_sub.independent {
    position: relative;
    top: -9px;
    width: 360px;
    height: 30px;
    display: inline-block;
}

    #top .menu_sub.independent ul {
        margin: 0px 0px 0px 0px;
        padding: 0 0px 0px 0px;
        text-align: center;
        display: block;
        list-style: none;
    }

        #top .menu_sub.independent ul li {
            text-align: center;
            display: inline-block;
        }

            #top .menu_sub.independent ul li a.selected {
                color: #3c3c3c;
                text-decoration: none;
            }

            #top .menu_sub.independent ul li a {
                text-transform: uppercase;
                display: inline-block;
                padding: 0 9px;
                text-decoration: none;
                color: #323232;
                font-size: 14px;
                letter-spacing: 0;
                line-height: 14px;
                position: relative;
            }



                #top .menu_sub.independent ul li a:hover {
                    color: #8f8f8f;
                    text-decoration: none;
                }

                #top .menu_sub.independent ul li a:active {
                    border-color: #D4D4D4;
                }


                #top .menu_sub.independent ul li a span {
                    padding: 0px 0px 0px 0px;
                }

                #top .menu_sub.independent ul li a#ind_id_1 {
  color: #805237;
                }

                    #top .menu_sub.independent ul li a#ind_id_1:hover {
                        color: #8f8f8f;
                    }

a.logo {
    width: 272px;
    height: 39px;
    margin: 0px;
    position: fixed;
    left: 37px;
    top: 26px;
    z-index: 598;
    margin: 0 0 0 0px;
}

#top_obal #top_text {
    height: 844px;
    position: relative;
}

.subSlideshow {
    margin: 0 auto;
    padding-top: 300px;
    width: 850px;
}

#top_text .box {
    position: relative;
}

.subSlideshow .inner {
    position: relative;
}

#slideshow2 {
    display: block;
    width: 710px;
    height: 440px;
    overflow: hidden;
    margin: 0 70px;
}

#top_text #slideshow2 .header {
    font-size:38px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    text-align: center;
    margin: 20px 0 20px 0;
    /*font-family: 'Source Sans Pro', sans-serif;*/
}
#top_text #slideshow2 .header strong {
    font-size: 48px;
    font-weight: bold;
    line-height: normal;
    
    /*font-family: 'Source Sans Pro', sans-serif;*/
}

#top_text #slideshow2 p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight:bold;
}

#top_text .slide_text {
    width: 710px;
background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    padding: 0 0 20px;
}

.cycle-prev {
    background: rgba(0, 0, 0, 0) url("/images/arrow_left.png") no-repeat scroll 0 0;
    height: 38px;
    left: 0;
    position: absolute;
    top: 110px;
    width: 38px;
    z-index: 100;
}

.cycle-next {
    background: rgba(0, 0, 0, 0) url("/images/arrow_right.png") no-repeat scroll 0 0;
    height: 38px;
    position: absolute;
    right: 0;
    top: 110px;
    width: 38px;
    z-index: 100;
}

.cycle-prev:hover {
    background: rgba(0, 0, 0, 0) url("/images/arrow_left_hover.png") no-repeat scroll 0 0;
}

.cycle-next:hover {
    background: rgba(0, 0, 0, 0) url("/images/arrow_right_hover.png") no-repeat scroll 0 0;
}

.slider_nav span, .cycle-prev span, .cycle-next span {
    display: none;
}

.cyclepager {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 847px;
    padding-right: 3px;
    z-index: 200;
}

    .cyclepager a {
        background: rgba(0, 0, 0, 0) url("/images/slider_point.png") no-repeat scroll top center;
        display: inline-block;
        height: 21px;
        margin: 1px;
        width: 21px;
    }

        .cyclepager a:hover, .cyclepager a.cycle-pager-active {
            background-image: url("/images/slider_point_hover.png");
        }

    .cyclepager span {
        display: none;
    }

#top_text #slideshow2 .but {
    padding-top: 30px;
}

#top_text .button {
    border: 1px solid rgba(128, 82, 55,1);
    color: #fff;
    background: rgba(128, 82, 55,1);
}

    #top_text .button.katalog {
        padding-right: 45px;
        background: rgba(128, 82, 55,1) url('/images/arrow_white_down.png') 89% 50% no-repeat;
    }

    #top_text .button:hover {
        border: 1px solid rgba(128, 82, 55,1);
        background-color: rgba(128, 82, 55,0.5);
        color: #fff;
    }


a.txtbtn {
    background-color: transparent;
    border-color: #787878;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 3px 0;
    width: 171px;
    z-index: 100;
    display: block;
    color: black;
    font-style: normal;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    transition: all 1s ease 0s;
}

    a.txtbtn:hover {
        color: #ffffff;
        background-color: #545454;
    }

#copyright p {
    font-size: 9px;
    color: #d4d4d4;
}

    #copyright p a {
        font-size: 9px;
        color: #d4d4d4;
        text-decoration: none;
    }

        #copyright p a:hover {
            color: #d4d4d4;
            text-decoration: underline;
        }

#copyright .social {
    position: absolute;
    left: 35px;
    top: 100px;
    height: 58px;
    width: 160px;
}

    #copyright .social a {
        height: 58px;
        width: 58px;
        display: block;
        background: url("/images/facebook.png") no-repeat scroll center center #5f5f5f;
        border-color: transparent;
        border-radius: 100px;
        border-style: none;
        float: left;
        margin-right: 16px;
    }

        #copyright .social a:hover {
 background-color: #805237;
        }

        #copyright .social a.envelope {
            background-image: url("/images/envelope.png");
        }

        #copyright .social a span {
            display: none;
        }

#copyright .toTop {
    width: 980px;
    position: absolute;
    left: 0;
    top: -1px;
}

    #copyright .toTop a {
        background: rgba(0, 0, 0, 0) url("/images/bg_to_top.png") no-repeat scroll center top;
        display: block;
        height: 20px;
        padding-top: 44px;
        margin: 0 auto;
        width: 83px;
    }

        #copyright .toTop a:hover {
            background: url(/images/bg_to_top_hover.png) no-repeat top center;
        }

        #copyright .toTop a span {
            color: #d4d4d4;
            visibility: hidden;
            text-decoration: none;
        }

        #copyright .toTop a:hover span {
            visibility: visible;
            text-decoration: none;
        }

#copyright .BottomLogo {
    position: absolute;
left: 55px;
    top: 80px;
    height: 43px;
    width: 110px;
    text-align: left;
}

    #copyright .BottomLogo img {
        display: block;
        float: left;
    }


#bottom .independent {
    width: 100%;
    position: absolute;
    top: 160px;
}

    #bottom .independent ul {
        margin: 0 auto;
        width: 980px;
        list-style-type: none;
        text-align: center;
    }

    #bottom .independent li {
        margin: 0;
        display: inline-block;
    }

    #bottom .independent a {
        border-left: 1px solid #d4d4d4;
        color: #d4d4d4;
        display: inline-block;
        font-size: 11px;
        font-weight: 600;
        line-height: 10px;
        padding: 0 17px 0 3px;
        text-decoration: none;
        text-transform: uppercase;
    }

   #bottom .independent a:hover {
            border-left: 1px solid #805237;
            color: #805237;
        }


.errorborder {
    border-color: red !important;
}

.error {
    color: red !important;
}

#message * {
    margin: 0;
}

#message {
    background: rgba(255,255,255,0.7);
    border-radius: 5px;
    padding: 5px;
    position: relative;
    top: -20px;
    color: rgba(0, 0, 0, 0.7);
}

    #message h3 {
        margin: 0 0 12px 0;
color: #805237;
    }

        #message h3.Send_error {
            color: red;
        }

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxTitle {
    display: none !important;
}

#cboxLoadedContent {
    margin-bottom: 0 !important;
}

#cboxContent {
    width: 220px;
}

#cboxOverlay {
    background: rgba(0,0,0,1) !important;
}

/*
#kontaktujtenas {
    background: url('/web/20200921184429im_//images/kontakt_bg.gif') no-repeat center center;
    min-height: 400px;
}

    #kontaktujtenas h2 {
        float: left;
        padding-right: 42px;
        text-align: right;
        width: 438px;
        color: #7f7f7f;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
        padding-top: 105px;
    }

    #kontaktujtenas .kontakt_form {
        float: left;
        padding-left: 42px;
        text-align: left;
        width: 438px;
        padding-top: 75px;
    }

        #kontaktujtenas .kontakt_form .input-sm, #kontaktujtenas .kontakt_form .input-textarea {
            color: #5d5d5d;
            font-family: open-sans,sans-serif;
            font-size: 16px;
            font-weight: 300;
            min-height: 20px;
            padding: 6px 8px;
            width: 324px;
            border: 1px solid white;
            border-radius: 5px;
        }

        #kontaktujtenas .kontakt_form .in-textarea {
            height: 80px;
        }

        #kontaktujtenas .kontakt_form .input-sm:hover,
        #kontaktujtenas .kontakt_form .input-sm:focus,
        #kontaktujtenas .kontakt_form .input-sm:active,
        #kontaktujtenas .kontakt_form .input-textarea:hover,
        #kontaktujtenas .kontakt_form .input-textarea:focus,
        #kontaktujtenas .kontakt_form .input-textarea:active {
            border: 1px solid #383838;
        }

#kontaktujtenas .kontakt_form .input-btn-sp {
            background: none;
            border: 1px solid #805237;
            border-radius: 5px;
            color: #805237;
            cursor: pointer;
            font-size: 12px;
            min-height: 27px;
            text-transform: uppercase;
            width: 122px;
            font-weight: bold;
        }

            #kontaktujtenas .kontakt_form .input-btn-sp:hover {
                background-color: #805237;
                border: 1px solid #805237;
                color: #fff;
            }

        #kontaktujtenas .kontakt_form p {
            margin: 0;
        }

        #kontaktujtenas .kontakt_form .form_sub {
            height: 30px;
        }
    */

#kontaktujtenas {
    min-height: 400px;
    background: white;
}

    #kontaktujtenas h2 {
        text-align: center;
 color: #805237;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 43px;
        padding-top: 0;
        margin: 16px 0;
        text-transform: uppercase;
    }

    #kontaktujtenas .inner p.subtext {
        color: #3c3c3c;
        font-size: 16px;
        font-style: italic;
        letter-spacing: 1px;
        text-align: center;
        line-height: 19px;
        margin-bottom: 50px;
    }

    #kontaktujtenas .inner {
        margin: 0 auto auto;
        padding: 40px 0;
        text-align: left;
        width: 705px;
    }

    #kontaktujtenas .box {
        float: left;
        width: 342px;
        margin: 0 10px 0 0;
    }

    #kontaktujtenas .box2 {
        margin: 0 0 0 10px;
    }

    #kontaktujtenas .inner .input-sm, #kontaktujtenas .inner .input-textarea {
        background-color: #f2f2f2;
        font-size: 16px;
        font-weight: 300;
        min-height: 20px;
        padding: 6px 8px;
        border: 1px solid #c4c4c4;
        border-radius: 5px;
        color: #c4c4c4;
        font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
        font-style: italic;
        padding: 6px;
        width: 328px;
    }

    #kontaktujtenas .inner textarea {
        height: 97px;
    }

    #kontaktujtenas .inner .input-sm.filled,
    #kontaktujtenas .inner .input-sm:hover,
    #kontaktujtenas .inner .input-sm:focus,
    #kontaktujtenas .inner .input-sm:active,
    #kontaktujtenas .inner .input-textarea.filled,
    #kontaktujtenas .inner .input-textarea:hover,
    #kontaktujtenas .inner .input-textarea:focus,
    #kontaktujtenas .inner .input-textarea:active {
        border: 1px solid #6b6b6b;
        background: #fff;
    }

    #kontaktujtenas p.kont_errors {
        min-height: 40px;
        text-align: center;
    }

    #kontaktujtenas p.butt {
        text-align: center;
    }

#kontaktujtenas .inner .input-btn-sp {
        text-align: center;
        width: 200px;
        cursor: default;
        background: #805237 none repeat scroll 0 0;
        border: 1px solid #805237;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        font-size: 10px;
        font-style: italic;
        padding: 6px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 1s ease 0s;
    }

        #kontaktujtenas .inner .input-btn-sp:hover {
            background-color: #805237;
            border: 1px solid #805237;
            color: #fff;
        }

        #kontaktujtenas .inner .input-btn-sp.btn-sending, #kontaktujtenas .inner .input-btn-sp.btn-sending:hover {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #6b6b6b;
            color: #6b6b6b;
            cursor: progress;
        }


    #kontaktujtenas .inner p {
        margin: 0 0 5px 0;
    }

        #kontaktujtenas .inner p.kontaktErrors span {
            display: none;
        }

    #kontaktujtenas .inner .form_sub {
        height: 30px;
    }

    #kontaktujtenas .inner #message {
        text-align: center;
    }



.map {
    position: absolute;
    z-index: 150;
    left: 0;
    border-color: #ffffff;
    border-style: solid;
    border-width: 3px 3px 3px 0;
    min-height: 381px;
    width: 100%;
}


.searchbox {
    display: inline-block;
}

    .searchbox .box {
        border: 1px solid #5b5b5b;
        border-radius: 6px;
        display: inline-block;
        height: 29px;
        position: relative;
        width: 247px;
    }

    .searchbox input[type=text] {
        color: #989898;
        font-family: actor,sans-serif;
        font-style: italic;
        font-weight: 400;
        min-height: 14px;
        padding: 6px 6px 4px 6px;
        width: 200px;
        background-color: #fff;
        border: none;
        border-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .searchbox input[type=submit] {
        min-height: 29px;
        width: 35px;
        border-radius: 5px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        background: transparent url(/images/ico_search.png) center center no-repeat;
        text-indent: -9999px;
    }

    .searchbox input[type=text]:hover, .searchbox input[type=text]:focus, .searchbox input[type=text]:active {
        color: #000;
        background-color: rgba(255, 255, 255, 0.5);
    }

 .searchbox input[type=submit]:hover {
        color: #fff;
        background: #805237 url(/images/ico_search.png) center center no-repeat;
    }


.search_details {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-left: 20px;
    color: #3c3c3c;
}

.search_results {
    background: url("/images/slit-shadow-2-sharp-vert.png") no-repeat scroll top left rgba(0, 0, 0, 0);
    background-size: auto 100%;
    min-height: 190px;
    z-index: 197;
    padding: 40px 0 0 20px;
}

    .search_results ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .search_results li a {
        display: inline-block;
        background: url("/images/search-point.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        padding: 2px 0 2px 20px;
        text-decoration: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #3c3c3c;
    }

        .search_results li a:hover {
            background-image: url("/images/search-point-hover.png");
            text-decoration: underline;
        }


.kontakt_form #message {
    top: 0;
    padding: 70px 20px 80px 20px;
}


#prevProduct {
    /*http://westciv.com/tools/transforms/ */
    -webkit-transform: scale(1.1);
    -webkit-transform-origin: 0% 50%;
    -moz-transform: scale(1.1);
    -moz-transform-origin: 0% 50%;
    -o-transform: scale(1.1);
    -o-transform-origin: 0% 50%;
    -ms-transform: scale(1.1);
    -ms-transform-origin: 0% 50%;
    transform: scale(1.1);
    transform-origin: 0% 50%;
}

#nextProduct {
    -webkit-transform: scale(1.1);
    -webkit-transform-origin: 100% 50%;
    -moz-transform: scale(1.1);
    -moz-transform-origin: 100% 50%;
    -o-transform: scale(1.1);
    -o-transform-origin: 100% 50%;
    -ms-transform: scale(1.1);
    -ms-transform-origin: 100% 50%;
    transform: scale(1.1);
    transform-origin: 100% 50%;
}



.preview2 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .preview2 .action_panel_item {
        margin: 0 auto;
        width: 980px;
        position: relative;
    }

        .preview2 .action_panel_item .box {
            position: absolute;
            left: 400px;
            top: 81px;
            width: 316px;
        }

        .preview2 .action_panel_item input[type=text] {
            background: #9c9c9c;
            color: #b3baba;
            border: 1px solid #8f8f8f;
            border-radius: 2px;
            width: 200px;
            padding: 4px 16px;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 11px;
        }

        .preview2 .action_panel_item input.button {
            background: #383838;
            color: #f0f0f0;
            border: 1px solid #e5e5e5;
            border-radius: 2px;
            width: 77px;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
            padding: 3px 0;
        }

    .preview2 input[type=text]:hover, .preview2 input[type=text]:focus, .preview2 input[type=text]:active {
        color: #000;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .preview2 .action_panel_item input.button:hover {
        color: #fff;
        background: #805237;
    }

    .preview2 #email_error {
        display: block;
        padding-top: 20px;
    }



#main {
    position: relative;
    padding-top: 50px;
}

#content_body {
    background: #fff;
}

#main .menu_sub {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
   background: #805237;
}

    #main .menu_sub .action_panel_item {
        margin: 0 auto;
        width: 980px;
        position: relative;
    }

.menu_sub #menuSlideShow {
    margin: 18px 0 0 0;
    width: 841px;
    margin-left: 70px;
}

    .menu_sub #menuSlideShow div {
        color: #dddddd;
        text-decoration: none;
        border-right: 1px solid #e7b7a3;
        width: 209px;
        text-align: center;
        line-height: 16px;
    }

        .menu_sub #menuSlideShow div:last-child {
            border: none;
        }

#content_body #menuSlideShow a {
    color: #dddddd;
    text-decoration: none;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
    font-size: 14px;
    line-height: 16px;
    vertical-align: top;
}

    #content_body #menuSlideShow a:hover {
        font-size: 16px;
    }

    #content_body #menuSlideShow a.selected {
        font-weight: bold;
        color: #dddddd;
        text-decoration: none;
        font-size: 16px;
    }

#prev4 {
    display: block;
    position: absolute;
    left: 38px;
    top: -7px;
    width: 40px;
    height: 28px;
    background: url(/images/slider_left_arrow.png) no-repeat 0 0;
}

#next4 {
    display: block;
    position: absolute;
    right: 38px;
    top: -7px;
    width: 40px;
    height: 28px;
    background: url(/images/slider_right_arrow.png) no-repeat 0 0;
}

    #prev4 span, #next4 span {
        display: none;
    }

#prev4:hover {
    background: url(/images/slider_left_arrow_hover.png) no-repeat 0 0;
}

#next4:hover {
    background: url(/images/slider_right_arrow_hover.png) no-repeat 0 0;
}

#prev4.disabled {
    background: url(/images/slider_left_arrow_disabled.png) no-repeat 0 0;
    cursor: default;
    display: none;
}

#next4.disabled {
    background: url(/images/slider_right_arrow_disabled.png) no-repeat 0 0;
    cursor: default;
    display: none;
}


#content_body .content_nav {
}

    #content_body .content_nav ul {
        margin: 0 0 0 107px;
        padding: 14px 0 0 0;
        list-style-type: none;
    }

    #content_body .content_nav li {
        margin: 0;
        padding: 0;
        display: inline;
        color: #ababab;
    }

        #content_body .content_nav li a {
            margin: 0;
            padding: 0;
            display: inline;
            color: #ababab;
            text-decoration: none;
            font-size: 11px;
        }

            #content_body .content_nav li a:hover {
                color: #ababab;
                text-decoration: underline;
            }

        #content_body .content_nav li.selected a {
            color: #805237;
        }

.GalleryContent {
    padding: 50px 0 50px 0;
}

    .GalleryContent h5 {
        background: rgba(0, 0, 0, 0) url("/images/h2_bg_small_line.png") no-repeat scroll center bottom;
        color: #3c3c3c;
        
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 30px;
        padding: 0 0 50px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .GalleryContent td {
        padding: 0px;
    }

 .GalleryContent td a img {
            border: 5px solid white;
        }

        .GalleryContent td a:hover img {
            border: 5px solid #805237;
        }


.preview3 {
    height: 680px;
    background: url(/images/najdi_zastupce.jpg) 0 0 no-repeat;
}

    .preview3 .box {
        padding: 110px 0 0 107px;
        width: 320px;
    }

    .preview3 h3 {
        color: #fff;
        font-size: 21px;
        font-weight: normal;
        margin-top: 0;
        text-transform: uppercase;
        font-family: Open Sans Condensed;
        font-size: 30px;
        font-weight: 300;
    }

    .preview3 p {
        color: #fff;
    }

        .preview3 p.but {
            padding-top: 100px;
        }

.preview3 .button:hover {
        border: 1px solid #3c3c3c;
        color: #3c3c3c;
    }



#content_text {
    padding: 0 100px 50px 100px;
}

    #content_text .technicalInfo h2 {
        background: rgba(0, 0, 0, 0) url("/images/h2_bg_small_line.png") no-repeat scroll center bottom;
   color: #3c3c3c;
        font-family: Open Sans Condensed;
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 30px;
        padding: 50px 0;
        text-align: center;
        text-transform: uppercase;
    }

.technicalInfo .popis {
    width: 690px;
    margin: 0 auto;
}

    .technicalInfo .popis td {
        border-bottom: 1px solid #898989;
        padding: 5px 8px;
        color: #898989;
    }

    .technicalInfo .popis td {
    border-bottom: 1px solid #805237;
    }

        .technicalInfo .popis td:first-child {
            color: #585858;
        }

    .technicalInfo .popis tr:last-child td {
        border-bottom: none;
    }

p.pdfIcon {
}

    p.pdfIcon a {
        display: block;
        background: url(/images/ico_adobe_reader.png) 0 0 no-repeat;
        padding: 2px 0px 4px 35px;
        color: #585858;
        text-decoration: none;
    }

        p.pdfIcon a:hover {
            text-decoration: underline;
            color: #805237;
            background: url(/images/ico_adobe_reader_hover.png) 0 0 no-repeat;
        }


a.schod, a.cert {
    background: #e3e3e3 none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
    margin: 10px 3px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 230px;
    overflow: hidden;
}

    a.schod span, a.cert span {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
    }


    a.schod:hover, a.cert:hover {
        background: #805237 none repeat scroll 0 0;
        color: #fff;
    }

    a.schod img, a.cert img {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
    }

    a.schod span:hover img, a.cert span:hover img {
        -webkit-transform: scale(1.15); /* Safari and Chrome */
        -moz-transform: scale(1.15); /* Firefox */
        -ms-transform: scale(1.15); /* IE 9 */
        -o-transform: scale(1.15); /* Opera */
        transform: scale(1.15);
    }



#dalsi-produkt .linkbann {
    color: #535353;
    display: block;
    float: left;
    height: 101px;
    margin: 0 0 0 10px;
    padding: 20px 10px 0 180px;
    text-decoration: none;
    margin-left: 0;
    padding-left: 170px;
    width: 185px;
}

    #dalsi-produkt .linkbann:hover span {
        color: #805237;
    }

#dalsi-produkt .linkbann1 {
    background: rgba(0, 0, 0, 0) url("/images/link1.png") no-repeat scroll left top;
}

#dalsi-produkt .linkbann2 {
    background: rgba(0, 0, 0, 0) url("/images/link2.png") no-repeat scroll left top;
}

#dalsi-produkt .linkbann3 {
    background: rgba(0, 0, 0, 0) url("/images/link3.png") no-repeat scroll left top;
}

#dalsi-produkt .linkbann4 {
    background: rgba(0, 0, 0, 0) url("/images/link4.png") no-repeat scroll left top;
}

#dalsi-produkt .linkbann5 {
    background: rgba(0, 0, 0, 0) url("/images/link5.png") no-repeat scroll left top;
}

#dalsi-produkt .linkbann6 {
    background: rgba(0, 0, 0, 0) url("/images/link6.png") no-repeat scroll left top;
}

#dalsi-produkt .linkbann9 {
    background: rgba(0, 0, 0, 0) url("/images/link9.png") no-repeat scroll left top;
}

#dalsi-produkt .linkbann10 {
    background: rgba(0, 0, 0, 0) url("/images/link10.png") no-repeat scroll left top;
}

#dalsi-produkt .linkbann11 {
    background: rgba(0, 0, 0, 0) url("/images/link11.png") no-repeat scroll left top;
}

#dalsi-produkt .linkbann2, #dalsi-produkt .linkbann4, #dalsi-produkt .linkbann6, #dalsi-produkt .linkbann10 {
    /*margin-left: 10px;*/
}

.poptavkaBox {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    width: 165px;
    height: 115px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 990;
    background: rgba(62,62,62,1);
    background: -moz-linear-gradient(top, rgba(62,62,62,1) 0%, rgba(23,23,24,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(62,62,62,1)), color-stop(100%, rgba(23,23,24,1)));
    background: -webkit-linear-gradient(top, rgba(62,62,62,1) 0%, rgba(23,23,24,1) 100%);
    background: -o-linear-gradient(top, rgba(62,62,62,1) 0%, rgba(23,23,24,1) 100%);
    background: -ms-linear-gradient(top, rgba(62,62,62,1) 0%, rgba(23,23,24,1) 100%);
    background: linear-gradient(to bottom, rgba(62,62,62,1) 0%, rgba(23,23,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#171718', GradientType=0 );
    font-size: 14px;
    text-align: center;
    color: #bfbebe;
}

.poptavkaBox .button {
        color: #805237;
        border: 1px solid #805237;
        padding: 6px 15px;
    }

        .poptavkaBox .button:hover {
            color: #fff;
            border: 1px solid #805237;
            background: #805237;
            padding: 6px 15px;
        }


.news_bar .newsArchive {
    display: block;
    text-align: right;
    margin-right: 67px;
}

    .news_bar .newsArchive .archive {
        background: rgba(128, 82, 55, 1) none repeat scroll 0 0;
        border: 1px solid rgba(128, 82, 55, 1);
        color: #fff;
    }

        .news_bar .newsArchive .archive:hover {
            border: 1px solid rgba(128, 82, 55,1);
            background-color: rgba(128, 82, 55,0.5);
            color: #fff;
        }



.poptavka {
    margin-top: 50px;
}

    .poptavka td {
        padding: 5px;
    }

    .poptavka input[type=text] {
        color: #989898;
        padding: 4px;
        width: 200px;
        background-color: #fff;
        border: 1px solid #5b5b5b;
        border-radius: 6px;
    }

        .poptavka input[type=text]:hover, .poptavka input[type=text]:focus, .poptavka input[type=text]:active {
            color: #000;
            background-color: rgba(255, 255, 255, 0.5);
        }

        .poptavka input[type=text]:focus, .poptavka input[type=text]:active {
            border: 1px solid rgba(128, 82, 55, 1);
        }

    .poptavka textarea {
        color: #989898;
        padding: 4px;
        background-color: #fff;
        border: 1px solid #5b5b5b;
        border-radius: 6px;
        height: 80px;
        width: 600px;
    }

.poptavka .button {
        background: rgba(128, 82, 55, 1) none repeat scroll 0 0;
        border: 1px solid rgba(128, 82, 55, 1);
        color: #fff;
    }

        .poptavka .button:hover {
            border: 1px solid rgba(128, 82, 55,1);
            background-color: rgba(128, 82, 55,0.5);
            color: #fff;
        }


.boxSpol1 {
    position: relative;
    background: #fff;
}


    .boxSpol1 .inner {
        position: relative;
        z-index: 2;
        width: 920px;
        margin: 0 auto;
        text-align: center;
        padding: 0 0 40px;
        color: #3c3c3c;
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }


.boxSpol2 {
    position: relative;
   background: #805237;
}

    .boxSpol2 .inner {
        width: 835px;
        margin: 0 auto;
    }

    .boxSpol2 h1 {
        color: #ffffff;
        font-family: 'Source Sans Pro',sans-serif;
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 58px;
        text-align: center;
        padding: 100px 0 40px 0;
    }

    .boxSpol2 .inner {
        color: #fff;
        font-family: 'Source Sans Pro',sans-serif;
        font-weight: 200;
        font-feature-settings: "liga";
        text-rendering: optimizelegibility;
    }

        .boxSpol2 .inner .line {
            background: url('/images/history-point.png') top center no-repeat;
        }

            .boxSpol2 .inner .line:hover {
                background: url('/images/history-point-hover.png') top center no-repeat;
            }

        .boxSpol2 .inner .left {
            float: left;
            padding-bottom: 22px;
            padding-right: 35px;
            text-align: right;
            width: 400px;
        }


        .boxSpol2 .inner .right {
            width: 400px;
            float: left;
            text-align: left;
            padding-bottom: 22px;
        }

        .boxSpol2 .inner .twoline .left, .boxSpol2 .inner .twoline .right {
            padding-bottom: 5px;
        }

        .boxSpol2 .inner .date {
            font-weight: 600;
        }


        .boxSpol2 .inner .line.arrow {
            background: transparent url("/images/sipka.png") no-repeat scroll center center;
            height: 30px;
        }

        .boxSpol2 .inner .line.text {
            background: none;
            color: #ffffff;
            font-family: 'Source Sans Pro',sans-serif;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 37px;
            text-align: center;
            padding-bottom: 100px;
        }

.boxSpol3 {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 67px 0;
}

    .boxSpol3 .inner {
        margin: 0 auto;
        text-align: center;
        width: 835px;
    }

                .boxSpol3 .inner h2 {
            color: #595959;
            font-size: 36px;
            font-style: normal;
            letter-spacing: 2px;
            line-height: 40px;
            text-align: center;
        }

    .boxSpol3 .underH1 {
        padding: 0 155px 19px 0;
    }

.boxSpol4 {
    padding: 67px 0;
}

    .boxSpol4 .inner {
        margin: 0 auto;
        text-align: center;
        width: 882px;
    }

        .boxSpol4 .inner h2 {
            font-weight: 700;
        }

        .boxSpol4 .inner p {
            text-align: left;
            color: #7c7b7b;
            font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
            font-size: 16px;
            font-style: italic;
            letter-spacing: 1px;
        }

        .boxSpol4 .inner .vyrobaImg {
            background: url("/images/video.png") no-repeat scroll center bottom;
            padding-bottom: 80px;
            position: relative;
        }

            .boxSpol4 .inner .vyrobaImg img {
                border-color: #f5f5f5;
                border-style: solid;
                border-width: 10px;
                border-radius: 3px;
            }

.pageid177 #content_text,.pageid26 #content_text {
    padding: 0 0 50px;
}


.srollBanner {
    bottom: -60px;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 120;
}

.scrollButton {
    background: rgba(0, 0, 0, 0) url("/images/cont_scroll_white.png") no-repeat scroll 0 0;
    display: block;
    height: 24px;
    margin: 0 auto;
    text-decoration: none;
    width: 28px;
}

    .scrollButton:hover {
        background-image: url("/images/cont_scroll_green.png");
    }


.srollContent {
    clear: both;
    display: block;
    padding: 10px 0 0;
    width: 100%;
}

    .srollContent .scrollArrows {
        background: url("/images/cont_scroll_gray.png") no-repeat scroll 0 0;
        display: block;
        height: 24px;
        margin: 0 auto;
        text-decoration: none;
        width: 28px;
    }

        .srollContent .scrollArrows.white {
            background-image: url("/images/cont_scroll_white.png");
        }

        .srollContent .scrollArrows:hover {
            background-image: url("/images/cont_scroll_green.png");
        }


.GalleryContent .srollContent {
    padding-top: 50px;
}

.hp_box1 .srollContent,
.hp_box2 .srollContent,
.hp_box3 .srollContent,
.hp_box6 .srollContent {
    position:absolute;
    bottom:40px;
}
.hp_box1 .srollContent .scrollArrows{
        background: url("/images/cont_scroll_white.png") no-repeat scroll 0 0;
    }

        .hp_box1 .srollContent .scrollArrows:hover {
            background: url("/images/cont_scroll_green.png") no-repeat scroll 0 0;
        }
    
    .hp_box2 .srollContent .scrollArrows,
    .hp_box3 .srollContent .scrollArrows,
    .hp_box6 .srollContent .scrollArrows {
        background: url("/images/cont_scroll_green.png") no-repeat scroll 0 0;
    }

       
        .hp_box2 .srollContent .scrollArrows:hover,
        .hp_box3 .srollContent .scrollArrows:hover,
        .hp_box6 .srollContent .scrollArrows:hover {
            background: url("/images/cont_scroll_gray.png") no-repeat scroll 0 0;
        }

#cboxContent #cboxClose {
    background: url("/images/cbox_close_green.png") no-repeat scroll 0 0;
    height: 25px;
    position: absolute;
    right: 25px;
    text-indent: -9999px;
    top: 25px;
    width: 25px;
}

    #cboxContent #cboxClose:hover {
        background-image: url("/images/cbox_close_gray.png");
    }


#news {
}

    #news .title a {
        color: #3c3c3c;
        font-family: Open Sans Condensed;
        font-size: 25px;
        font-weight: 300;
        margin-bottom: 10px;
        padding: 0 0 0;
        text-align: left;
        text-decoration: none;
    }

        #news .title a:hover {
            text-decoration: underline;
        }

    #news a img {
        border: 10px solid #e7e6ed;
        margin-right: 20px;
    }

    #news a:hover img {
 border: 10px solid #e7b7a3;
    }

    #news .even, #news .odd {
        margin-bottom: 30px;
    }

    #news .news_more {
        text-align: right;
    }

        #news .news_more .tlac {
            border: 1px solid #e7b7a3;
            border-radius: 4px;
            color: #e7b7a3;
            display: inline-block;
            font-size: 11px;
            padding: 6px 15px 4px;
            text-decoration: none;
            text-transform: uppercase;
            transition: all 1s ease 0s;
        }

            #news .news_more .tlac:hover {
                background: rgba(0, 158,88,0.5);
            }



#top_text #slideTable {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 844px;
}

#top_text #slideshow {
    display: block;
    min-width: 840px;
    min-height: 844px;
    width: 100% !important;
    height: 844px;
    overflow: hidden;
}

#top_text .container_slideshow {
    min-width: 840px;
    width: 100%;
    height: 844px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

#top_text #slideshow img.slide {
    min-width: 1376px;
    min-height: 840px;
    width: 100% !important;
    text-align: center;
    width: inherit; /* This makes the next two lines work in IE8. */
    max-width: 100%; /* Add !important if needed. */
    height: auto; /* Add !important if needed. */
    vertical-align: middle;
    display: inline-block;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
}

/*NEW*/

#top .preview5 {
    display: block;
    height: 30px;
    right: 10px;
    position: fixed;
    top: 15px;
    width: 60px;
    z-index: 600;
}

    #top .preview5 p {
        margin: 0;
    }
.preview5 .button {
    background: #805237 none repeat scroll 0 0;
    border: 1px solid #805237;
    display: inline-block;
    font-size: 10px;
    font-style: italic;
    padding: 6px;
}

  .preview5 .button:hover {
    background: #595959 none repeat scroll 0 0;
    border: 1px solid #595959;
    color: #fff;
   }
.preview6{display:none;}
