/* 
INFO
Name: CSS - Index
Author: Jiří Petrák

DESCRIPTION
Special CSS for Main Template
*/

/* design primary */
.home_site .titles_home h1, .home_site .titles_home h2, .home_site .titles_home h3, .home_site .titles_home h4{
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 8px;
}
.home_site .custom_product_box, .home_site .custom_product_box2{
    box-sizing: border-box;
}
.home_site .customer_feedback_random_div_conteiner{
    overflow: auto;
    height: 90px;
}
.custom_product_box2 #eKomiSeal_default{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
} 
.custom_product_box2 h3{
    background: none;
    margin: 5px 0 5px 70px;
    padding: 0;
}
.custom_product_box2 #eKomiSeal_default img{
    max-width: 60px;
} 
.custom_product_box2 #customer_feedback_random_rating{
    margin-left: 70px;
}
.home_site div.main_box{
    min-height: 700px;
}
.home_site div.main_box.small{
    min-height: auto;
}
.home_site .custom_product_box2 a.next{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
    background: white url(../../images/main/arrows_right_orange.png) right no-repeat;
    color: black;
}
.home_site .custom_product_box2 a.next:hover{
    background: white url(../../images/main/arrows_right_orange.png) right no-repeat;
    color: gray;
}
.home_site .info_box h3{
    line-height: 25px;
    margin: 0;
    background: 0;
    padding: 0;
}
.home_site .info_box span.subtitle{
    margin-bottom: 20px;
    display: block;
}
.home_site .info_box .box{
    height: 192px;
    position: relative;
    box-sizing: border-box;
    color: white;
}
.home_site .left_padding{
    margin-left: 3%;
}
.home_site .left_padding_big{
    margin-left: 6%;
}
.home_site .info_box .box .heading_img{
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 2;
}
.home_site .custom_product_box2{
    position: relative;
    position: relative;
    color: white;
    height: 160px;
}
.home_site .wide_box{
    background: #fff;
    border-top: 5px solid #f29100;
}
.home_site h2.flag{
    margin: -20px 0 20px -20px;
    padding: 15px 0 25px 70px;
    background: url(../../images/main/header_h3.png) top left no-repeat;    
}
.home_site .wide_box .item{
    width: 250px;
    height: 100%;
    float: left;
    margin: 0 5px 15px 5px;
}
.home_site .wide_box .item .date{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
}
.home_site .wide_box .item img{
    width: 98%;
    padding: 0 1% 3px 0;
    height: 120px;
}
.home_site .wide_box .item img:hover{
}
.home_site .wide_box img.arrow{
    opacity: 0.4;
    float: left;
}
.home_site .wide_box img.arrow:hover{
    opacity: 1;
}
.home_site .wide_box ul.item li{
    position: relative;
}
/* product box */
#product-box{
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    -moz-box-shadow: 0 -6px 4px -4px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0 -6px 4px -4px rgba(0, 0, 0, 0.29);
    box-shadow: 0 -6px 4px -4px rgba(0, 0, 0, 0.29);
}
#product-box ul{
    margin: 0;
    padding: 0;
    width: 66.666%;
    box-sizing: border-box;
    float: right;
    border-right: 1px solid #e4e4e4;
    background: white;
}
#product-box ul li.main_item{
    list-style: none;
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    background: #f6f6f6;
}
#product-box ul.main_box li.main_item a:first-child{
    font-family: SourceSansPro-Regular;
    font-weight: bold;
    font-size: 16px;
}
#product-box ul li.main_item:hover{
    background: white;
}
#product-box ul li.main_item.active{
    background: #414141;
    border-left: 5px solid #ffa736;
    margin-left: -5px;
}
#product-box ul li.main_item a{
    display: block;
    vertical-align: middle;
    padding: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: black;
}
#product-box ul li.main_item ul li a{
    padding: 5px;
    height: 15px;
    line-height: 15px;
    border-left: 0;
}
#product-box ul li.main_item.active a{
    color: white;
}
#product-box ul li.main_item a img{
    vertical-align: middle;
    margin: 0 10px 0 5px;
}
#product-box ul li ul.submenu{
    position: absolute;
    width: 66.666%;
    margin-left: 33.333%;
    top: 0;
    display: none;
    border: 0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    background: white;
}
#product-box ul li ul.submenu ul{
    position: relative;
    width: auto;
    margin-left: auto;
    display: inherit;
    border: 0;
}

#product-box ul li.active ul{
    display: block;
    overflow: auto;
}
#product-box ul li.item{
    float: left;
    position: relative;
    overflow: hidden;
    list-style: none;
    width: 33.333%;
    box-sizing: border-box;
    height: 195px;
    text-align: center;
    background: white;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
#product-box ul li.item:hover{
    background: #f6f6f6;
}
#product-box ul li.item.next_items h2{
    color: black;
    background: url(../../images/main/arrows_right_orange.png) 100% 50% no-repeat;
    margin: 38% 0%;
    width: 80%;
    top: 0;
}
@media (max-width: 600px) {
    #product-box ul li.item{
        width: 50%;
    }
    #product-box ul li.item.blank{
        display: none;
    }
    #product-box ul li ul, #product-box ul li ul.submenu{
        position: relative;
        width: 100%;
        margin-left: 0;
    }
    #product-box ul {
        width: 100%;
        height: auto;
    }    
}
@media (max-width: 770px) {
    .home_site .left_padding, .home_site .left_padding_big {
    margin-left: 0;
    }
    .home_site .div66{
        margin-bottom: 20px;        
    }
    #product-box ul {
        float: none;
        width: 100%;
    }
    .home_site h2.flag{
        margin: -2% 0 20px -20px;
        padding: 15px 0 25px 70px;
        background: url(../../images/main/header_h3.png) top left no-repeat;    
    }
}

#product-box ul li.item h2{
    top: 152px;
    width: 100%;
    letter-spacing: 0.0px !important;
    font-size: 14px;
    color: black;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    transition: all 0.2s ease;
}
#product-box ul li img.top_price{
    width: 45px;
    height: 45px;
    z-index: 2;
    top: 5px;
    right: 5px;
    position: absolute;
}
#product-box ul li img.express{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
}
#product-box ul li.item .product_item{
    position: absolute;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
    background: white;
    top: 0;
    left: 0;
}
#product-box ul li.item .product_item div.mCustomScrollbar{
    background: url(../../images/main/hp_icon_overlay.png) right no-repeat;
    position: absolute;
    top: 0;
    height: 180px;
    width: 90%;
    margin: auto;
    left: 0;
    display: block;
    right: 0;
    padding: 0;
}
#product-box ul li.lang_secondary_style .product_item div.mCustomScrollbar{
    height: 135px !important;
}
#product-box ul li.item .product_item div.mCustomScrollbar ul{
    margin: 0 0 15px 0;
}
#product-box ul li.item .product_item div ul li{
    height: auto;
    width: auto;
    text-align: left;
    float: none;
    margin: 0 0 5px 18px;
    font-size: 100% !important;
}
#product-box ul li.item .product_item div a{
    display: inline-block;
    position: static;
    background: none;
    color: #aa6600;
}
#product-box ul li.item .product_item div a:hover{
    background: none;
    color: orange;
    font-size: 100%;
}
#product-box ul li.item .product_item b, #product-box ul li.item .product_item strong{
    color: #333;
}
#product-box ul li.item hr{
    width: 100%;
    position: relative;
    border-top: 1px solid #e4e4e4;
    margin: 0 auto;
}
#product-box li.item img{
    position: relative;
    transition: all 0.2s ease;
    padding-top: 10px;
}
#product-box li.item a.icon-overlay{
    background: url(../../images/main/hp_icon_overlay.png) top center no-repeat;
    position: absolute;
    top: 0;
    height: 180px;
    width: 90%;
    margin: auto;
    left: 0;
    display: block;
    right: 0;
    padding: 0 5%;
}
#product-box li.item:hover a.icon-overlay{
    background: url(../../images/main/hp_icon_overlay.png) bottom center no-repeat;
}
#product-box li.item.sliding h2{
    line-height: 20px;
}
#product-box li.lang_secondary_style{
    /*height: 189px !important;*/
}
#product-box li.lang_secondary_style img{
    /*top: 10px !important;*/
}
#product-box ul li.item .product_item span.item_link{
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}
#product-box ul li.item .product_item a{
    bottom: -30px;
    display: block;
    text-align: right;
    padding: 8px 45px 8px 20px;
    color: black;
    background: white url(../../images/main/arrows_right_orange.png) right no-repeat;
}
#product-box ul li.item .product_item a:hover{
    background: #f2a33a url(../../images/main/arrows_right.png) right no-repeat;
    color: white;
}


.overflow-auto{
    overflow: auto;
}
.zhlabels_l_material, .zhlabels_l_colorset{
    background: url(../../images/main/top-preis.png) center center no-repeat;
    width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    display: block;
    float: right;
}
.zhlabels_l_material:hover, .zhlabels_l_colorset:hover{
    opacity: 1;
}
.zhlabels_l_material .price, .zhlabels_l_colorset .price{
    font-size: 150%;
    font-weight: bolder;
}
.top_price{
    float: right;
}
.top_price .top_price_image{
    right: 5px;
    top: 0px;
    position: absolute;
    -ms-transform: rotate(15deg); /* IE 9 */
    -webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
    transform: rotate(15deg);
}
.top_price .top_price_image, .top_price .top_price_image img{
    width: 60px;
    height: 60px;
}
.top_price .top_price_image img{
    position: absolute;
    cursor: pointer;
    display: block;
    float: right;
    padding: 2px;
}
.top_price .top_price_image img:hover{
}
.top_price .tooltiper{
    margin-left: 60px;
    margin-top: 30px;
}
.button_corner{
    position: absolute;
    right: -5px;
    bottom: -15px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.mini_calculator_main_box{
    border-left: 1px solid #e4e4e4;
    padding-bottom: 42px;
}
.mini_calculator_top_box{
    padding: 20px 20px 0 20px;
}
.mini_calculator_products, .mini_calculator_products:focus{
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 15px;
    width: 100%;
    font-size: 15px;
    font-family: SourceSansPro-Regular;
}
.mini_calculator_box select, .mini_calculator_box input{
    height: 29px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.home_site .custom_product_box select {
    width: 100%;
    margin: 3px 0 4px 0;
}
.mini_calculator_box table.align_middle td, .mini_calculator_box table.align_middle th {
    vertical-align: middle;
}
.mini_calculator_box table td, .mini_calculator_box table th {
    padding: 0 0 4px 0;
    font-weight: lighter;
    font-family: SourceSansPro-Regular;
    line-height: 13px;
}
.mini_calculator_box table {
    text-align: left;
    width: 100%;
}
.mini_calculator_box .zh_prize .total h4 {
    font-size: 150%;
    color: green;
    display: inline;
    margin-right: 20px;
}
.mini_calculator_box .zh_prize .total strong {
    font-size: 175%;
    color: green;
}
.mini_calculator_box .dark-bg {
    background: rgb(247, 244, 240);
    padding-top: 15px;
    height: 50px;
    font-family: SourceSansPro-Regular;
}
.mini_calculator_box .action_row {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.mini_calculator_box input[type=submit] {
    position: relative;
    float: right;
    cursor: pointer;
    color: #000000;
    font-family: SourceSansPro-Regular;
    font-size: 16px;
    padding: 10px 43px 10px 23px;
    text-decoration: none;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    background: #ffffff;
    height: 40px;
}
.mini_calculator_box input[type=submit]:hover {
    background: #f2a33a url(../../images/main/arrows_right.png) right no-repeat;
    color: white;
}
.mini_calculator_box .loading{
    min-width: 100%;
    min-height: 240px;
    background: url(../../images/calculator/mini/loading.gif) center 43% no-repeat;
}
