/******************************************************************************/
/*********** CSS Document - Eson - Zdeněk Vítek - 2012 ***********/

body {
    background: #19191a;
    font-family: "Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
    font-size: 17px;
    margin:0; padding:0;
    color: #1c232a;
    text-align: center;
    overflow-y: scroll;
    position: relative;
}

/******************************************************************************/
/*********** Capital Holders ***********/

#bodyHolder {
    background: #d9d9d9 url('../images/bgInn.jpg') repeat-x;
}
.homePage #bodyHolder {
    background: #d9d9d9 url('../images/bg.jpg') repeat-x;
}
#bodyGrd {
    background: url('../images/bgGradients.jpg') no-repeat center 203px;
}
.homePage #bodyGrd {
    background-position: center 418px;
}
#frameHolder {
    width: 1170px;
    position: relative;
    text-align: left;
    margin: 0 auto;
}
#contentHolder {
    width: 1170px;
    padding: 203px 0 0 0;
}
.homePage #contentHolder {
    padding: 418px 0 0 0;
}
#contentHolder .bgContent {
    background: #FFF url('../images/bgContent.jpg') no-repeat center top;
    padding: 25px 45px 45px 45px;
    
}
#headerHolder {

}

/******************************************************************************/
/*********** Control panel ***********/

#controlPanelholder {
    background: url('../images/bgTopBar.png') no-repeat;
    display: block;
    width: 418px; height: 65px;
    position: absolute;
    top: 0; right: -8px;
}
#controlPanelholder .linkZone {
    position: absolute;
    left: 42px; top: 20px;
    text-transform: uppercase;
    color: #3a3a3b;
    text-decoration: none;
    font-size: 13px;
    font-weight:bold;
    color:#fff;   
}
#controlPanelholder .linkZone:hover {
    text-decoration: underline;
}
#searchHolder {
    display: block;
    width: 190px;
    position: absolute;
    right: 22px; top: 17px;
}
#searchHolder .searchInput {
    background: url('../images/bgSearch.png') no-repeat;
    display: block;
    width: 143px; height: 23px;
    border: 0 none;
    float: left;
    padding: 0 5px;
}
#searchHolder .searchButton {
    background: url('../images/btnSearch.png') no-repeat;
    display: block;
    width: 19px; height: 18px;
    margin: 0 0 0 10px;
    border: 0 none;
    float: left;
    cursor: pointer;
}

#langHolder {
   display: block;
    height: 40px;
    left: 230px;
    position: absolute;
    top: 7px;
    width: 200px;
   z-index: 1000;     
}


#langHolder img {
    border: 1px solid #DBDBDB;
    margin-right: 6px;
}

_::-ms-reveal, #langHolder { left: 230px;}




/******************************************************************************/
/*********** Main menu ***********/

#menuHolder {
    position: absolute;
    right: 20px; top: 90px;
}
#menuHolder ul {
    list-style-type: none;
    margin: 0; padding: 0;
}
#menuHolder ul li {
    display: block;
    float: left;
    position: relative;
}
#menuHolder ul li a {
    background: url('../images/iconTomMenu.png') no-repeat left center;
    display: block;
    padding: 0 50px 0 30px;
    color:#414a56;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
#menuHolder ul li:last-child a {
    padding-right: 0;
}
#menuHolder ul li a:hover {
    color: #000;
}
#menuHolder ul li ul {
    position: absolute;
    left: 10px; top: 17px;
    display: none;
}
#menuHolder ul li ul li {
    float: none;
    width: 200px;
    z-index: 150;
}
#menuHolder ul li ul li:first-child {
    padding-top: 22px;
}
#menuHolder ul li ul li a {
    background: #e9e9e9;
    float: none;
    display: block;
    padding: 4px 10px 5px 20px;
    width: 170px;
    border-bottom: 1px solid #cbcbcb;
    text-transform: none;
}
#menuHolder ul li ul li:last-child a {
    padding-right: 10px;
}
#menuHolder ul li ul li a:hover {
    background: #e3e3e3;
    color: #000; 
}

#shopMenuHolder {
    position: absolute;
    top: 149px; left: 0;
}
#shopMenuHolder ul {
    list-style-type: none;
    margin: 0; padding: 0;
}
#shopMenuHolder ul li {
    display: block;
    float: left;
}
#shopMenuHolder ul li a {
    background: url('../images/bgCarouselLink.png') repeat-x;
    display: block;
    height: 53px; width: 194px;
    margin: 0 1px 0 0;
    color: #1c232a;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 380%;
    text-align: center;
}
#shopMenuHolder ul li:last-child a {
    margin: 0;
    width: 195px;
}
#shopMenuHolder ul li a:hover,
#shopMenuHolder ul li a.active {
    background: url('../images/bgCarouselLinkHover.png') repeat-x;
    color: #FFF;
    text-decoration: none;
}

/******************************************************************************/
/*********** Home page ***********/

.topArticles .articleLeft,
.topArticles .articleRight,
.bottomArticles .articleLeft,
.bottomArticles .articleRight {
    display: block;
    float: left;
    width: 50%;
}
.topArticles .articleLeft {
    width: 475px;
}
.bottomArticles .articleLeft {
    width: 530px;
}
.topArticles .articleLeft strong {
    font-size: 18px;
}
.bottomArticles .articleLeft strong {
    font-size: 22px;
    letter-spacing: -1px;
}
.bottomArticles .articleLeft h2 {
    font-size: 28px !important;
    margin: 0 0 20px 0;
}
.topArticles .articleRight {
    background: url('../images/bgOrangeTitle.png') no-repeat left top;
    width: 520px; height: 100px;
    padding: 45px 0 0 80px;
    margin: -40px 0 0 0; 
    float: left;
    position: relative;
}
#contentHolder .topArticles .articleRight h2 {
    color: #FFF;
    font-size: 22px;
    margin: 0 0 20px 0;
}

.hen  h2

{

    font-size: 18px !important;

}

.topArticlesButtons {
    background: url('../images/grdContent.png') no-repeat center 55px; 
    display: block;
    height: 40px;
    padding: 30px 0 30px 0;
    margin: 0 0 10px 0;
}
.topArticlesButtons a {
    background: url('../images/btnOrange.png') no-repeat center center;
    display: block;
    width: 100px; height:42px;
    color:#FFF;
    text-align: center;
    text-decoration: none;
    line-height: 320%;
}
.topArticlesButtons .btnLeft {
    float: left;
}
.topArticlesButtons .btnRight {
    float: right;
}

/******************************************************************************/
/*********** Footer ***********/

#footerHolder {
    background: url('../images/bgFooter.png') repeat-x;
}
#footerHolder #footer {
    width: 1080px; margin: 0 auto;
    padding: 20px;
    text-align: left;
    color: #FFF; 
}
#footerHolder .footerInfo {
    margin: 27px 0 0 0;
}
#footerHolder .footerInfo,
#footerHolder .footerInfo a {
    color: #828282;
    font-size: 12px;
}
#footerHolder ul {
    list-style-type: none;
    margin: 0; padding: 0;
}
#footerHolder ul li {
    display: block;
    width: 195px; height: 27px;
    float: left;
    margin: 0 75px 0 0;
}
#footerHolder ul li a {
    display: block;
    width: 190px; height: 27px;
    padding: 0 0 0 5px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #7d7d7f;
    white-space: normal;
    overflow: hidden;
    line-height: 195%;
}
#footerHolder ul li a:hover {
    background: #7d7d7f;
}

/******************************************************************************/
/*********** Carousel ***********/

#carouselGallery {
    height: 284px;
    position: absolute;
    top: 133px;
}
.carouselPagerHolderGallery {
    height: 53px; width: 1170px;
    display: block;
    margin: -53px 0 0 0;
    position: relative;
    z-index: 100;
}
.carouselPagerHolderGallery a {
    background: url('../images/bgCarouselLink.png') repeat-x;
    display: block;
    height: 53px; width: 194px;
    float: left;
    margin: 0 1px 0 0;
    color: #1c232a;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 380%;
}
.carouselPagerHolderGallery a:last-child {
    margin: 0;
    width: 195px;
}
.carouselPagerHolderGallery a:hover,
.carouselPagerHolderGallery a.carouselActiveItemGallery{
    background: url('../images/bgCarouselLinkHover.png') repeat-x;
    color: #FFF;
    text-decoration: none;
}

/******************************************************************************/
/*********** Content ***********/

#traceHolder {
    border-bottom: 1px solid #ccc;
    padding: 5px 0; margin: 0 0 15px 0;
}
#traceHolder a {
    color: #666;
    text-decoration: none;
}
hr {
    height: 0; font-size: 0;
    margin: 10px 0;
    padding: 0;
    border: 0 none;
    border-bottom: 1px solid #ccc;
}

/******************************************************************************/
/*********** Shop product list ***********/

.product-list {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 1085px;
}
#contentHolder .productCapitalImage a img {
    padding: 2px;
    border: 1px solid #ccc;
    margin: 0;
}
.produkt {
    display: block;
    width: 328px;
    float: left;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 15px 15px 15px;
    position: relative;
}
.produkt .jmeno {
background: #ED930A;
    margin: 0;
    padding: 3px 0 3px 10px;
    color: #fff;
}
.produkt .jmeno a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight:normal;
    text-decoration: none;
}


.produkt .obrazek {
    width: 328px; height: 130px;
    overflow:  hidden;
    margin: 0 ;
}
.produkt .obrazek a {
    display: block;
    width: 328px;
    height: 150px;
}
.produkt .linkDetail {
    background: #e88711;
    color: #FFF;
    width: 120px; 
    display: block;
    text-align: center;
    padding: 2px 0;
    position: absolute;
    right: 15px; bottom:15px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.filesHolder {
    margin: 11px -12px 0 0; 
    display: inline-block;
    float: right;
}
.filesHolder .txt {
    display: block;
    width: 90px;
    float: left;
    font-size: 14px;
    line-height: 100%;
    margin: 4px -18px 0 0;
    color: #000;    
}
.filesHolder a {
    background: url('/images/iconPDF.png') no-repeat 0 0px;
    display: bloclk;
    text-decoration: none;
    color:#000;
    float: left;
    margin: 0 0 0 10px;
    font-size: 14px;
    padding: 2px 10px 4px 25px;
}
.filesHolder a span {
    display: none;
}
.productImageOther {
    background: url("/images/productbcg.gif") repeat-x scroll center bottom  #888888;
    width: 450px;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.productImageOther .pImageHolder {
    background: url('/images/productImageBg.png') repeat-x 50% bottom;
    border-bottom: 1px solid #4b4b4b;
    padding: 0px 10px 14px 12px;
    margin: 14px 0 0 0;
}
.productImageOther .pImageHolder.last {
    border: 0 none;
    margin: 12px 0 0;
    
    background: url("/images/productImageBg2.png") repeat-x scroll center top -25px transparent !important;
    background-color: #4b4b4b;
}

.productImageOther .pImageHolder.first {
  margin: 11px 0 0;

}
.productImageOther .pImageHolder .pImage {
    display: block;
    float: left;
    width: 145px; height: 92px;
    margin: 0 22px 0 0;
    box-shadow: 2px 4px 4px #222222;

}
.productImageOther .pImageHolder .pImage a {
    display: block;
    width: 150px; height: 92px;
    overflow: hidden;
    border-left: 7px #ed930a solid;
    

    text-decoration: none;
    text-align: center;
}
#contentHolder .productImageOther .pImageHolder .pImage a img {
    margin: 0 auto;
    border: 0 none;
    padding: 0;
}
.productImageOther .pImageHolder .pInfo {
    display: block;
    float: left;
    width: 260px;
}

#contentHolder .productImageOther .pImageHolder .pInfo h4 {
    font-size: 16px;
    margin: 5px 0 10px 0;
    font-family: "Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
     font-weight: nprmal;
     color: #fff;
     text-transform: uppercase;
}
#contentHolder .productImageOther .pImageHolder .pInfo p {
    font-size: 14px;
    line-height: 130%;
    text-align: left;
    overflow: hidden;
    display: block;
    margin: 0;
    text-align: justify;
    color: #fff;
}
#contentHolder .productImageOther .pImageHolder .pInfo .more {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}
#contentHolder .productImageOther .pImageHolder .pInfo p span {
    display: block;
}
#footer a{
    color: #DDDDDD;
    cursor: hand; cursor: pointer;
}

.more{
    display: block;
}


#fakeH1 {position: absolute; left: -41px;}
#fakeH1 img {position: absolute; z-index: 100; border: 0 none !important;}
#fakeH1 span {position: absolute; z-index: 99; left: 41px;}
.homePage .logoE {display: none;}

#banner {
        display:none;
 border: 0 none !important;
    box-shadow: 0 0 0 0;
    left: 11px;
    position: absolute;
    top: 150px; 
    z-index:999 }
    
/**********************************************/

#contentHolder .topArticles .articleRight_pl h2 {
    font-size: 15px;
}
    
#contentHolder .topArticles .articleRight_de h2 {
    font-size: 18px;
}

.transport {float: left; margin-right: 20px; margin-top: 10px;}
.transport label {margin-left: 5px;}

.fullOverlay {position: absolute; z-index: 50000; display: none; width: 100%; height: 100%; opacity: 0.6; filter: alpha(opacity=60); background: rgb(0,0,0) url('/images/ajax-loader.gif') no-repeat center 223px;}
.fullOverlayNopict {position: absolute; z-index: 100; display: none; width: 100%; height: 100%; opacity: 0.6; filter: alpha(opacity=60); background: rgb(0,0,0);}

.orderFormWithout {
	display: none;
}

.xtraInput {
	position: relative;
    z-index: 950;
}
 
.withChoise, .withoutChoise {
    float: left;
    width: calc(50% - 5px);
    display: flex;
    background: red;
    height: 29px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 10px;
    background: #08172c;
    color: #FFF;
}

.withChoise {
    margin-right: 10px;
}