/***** MAIN LAYOUT *****/
body{

    background-color:#EBF0F5;
}

body .page_content span{
//font-family: "Open Sans",sans-serif !important;
}
.header{
   background:#fff;
   border-top: none;
   border-bottom: none;
   margin-bottom: 10px;
}
.kart-links{
    margin-top:5px;
}
.kart-links a{
    border-radius: 0px;
    background: none;
    color: #777;
    font-size: 12px;
}


.topbar{
    max-width:1120px;
    padding: 2px 0 5px 0;
    color: #fff;
    overflow:auto;
    margin-left:auto;
    margin-right: auto;
}
.topbar a{
    color: #fff;
}

.topbar_BG{
width:100%;
background-color: #1d5971;
}


#ico-mail{
    background-image: url(../img/layout/mail.png);
    width:18px;
    height:16px;
    display: inline-block;
    background-repeat: no-repeat;
}
#ico-tel{
    background-image: url(../img/layout/phone.png);
    width:18px;
    height:17px;
    display: inline-block;
    background-repeat: no-repeat;
}
.tp-banner-container{
    box-shadow: 0;
}
/* others */
.calcbanner{
    background-color: #266F8C;
    margin-top: 40px;
    color: #fff;
    padding-bottom: 15px;
}
.calcbanner h2{
    margin-bottom: 5px;
}
.calcbanner .calc-button{
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 20px;
    padding: 7px 30px 7px 30px;
    margin: 25px 0 0 0;
}
/***** footer *****/
footer{
    background: none; /* zeruje styl z demo layoutu */
    background-color: #1d5971;
    box-shadow: none;
    color: #fff;
    border: none;
}
footer li{
    list-style-type: none;
    border-bottom: 1px solid #2b7ea0;
}
footer a{
    color: #fff;
    text-decoration: none;
    padding-bottom: 2px;
    border: none;
}
footer p{
    font-size: 11px;
    line-height: 16px;
    text-align: justify;
}
footer .footer-head{
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 3px;
    margin-bottom: 8px;
}
footer .copy{
    margin:7px 0 0 0;
}
.printon-footer{
    background-color: #fff;
}
.printon-footer a{
    color: #444;
}
/****** INDEX ******/
.shop-items .item{
    background: none;
    border: none;
}
.shop-items .item-details{
    margin-top: 12px
}
.shop-items .item h5{
    padding:7px 5px;
    border-top: 2px solid #1d5971;
}


.shop-items .item h5 a{
    color:#444;
    font-size: 15px;
}
.shop-items .item h5 a:hover{
    text-decoration: none;
}
.shop-items .item a.btn-danger{
    display: none;
}
.shop-items.offert .item img{
    height: 194px;
}
.shop-items.offert .item-details{
    height: 194px;
    margin-top: 0;
}
.shop-items.offert .item-details h5{
    margin-top: 0;
}
/* Koszyk */
.basketProductDescription {
    width: 200px;
    margin-bottom: 0px;
    margin: 10px;
}
.basketProductDescription tr:last-child td{border-bottom: 1px solid #DDDDDD;}
.basketProductDescription tr td:last-child{text-align: right}
.page-title h1{
    font-size: 28px;
    border-bottom: 2px solid #3fb8cd;
    padding-bottom: 5px;
}
.page-title hr{
    display: none;
}
/* Produkty */
#product-list{
    margin:20px 0 0 0;
}
#product-pricelist{
    padding-right: 25px;
    margin-top: 17px;
}
div.product-box img{
    max-width: 220px;
}
div.product-box .label{
    color: #333;
}
#pricelistTable tr td{
    vertical-align: middle;
}
#pricelistTable .price-netto{
    font-size:11px;
}
.product-label{
    font-size: 19px;
    margin-top: 10px;
}
#price-netto{
    color: #aaa;
    font-size: 13px;
}
#price-brutto{
    font-size: 14px;
}

/***** BANER *****/
#baner-wrapper{
    width:100%;
    margin-top: 30px;
}
#baner{
    height:360px;
    width:1060px;
    overflow:hidden;
    margin: auto;
}
#baner ul{margin:0;padding:0;}
#baner li{list-style-type: none;}
#slider{
    height: 360px;
    width:1060px;
}

/* płatnosci wyszczegolnienie waznych danych */
.bs-callout {
    border-left: 3px solid #EEEEEE;
    margin: 20px 0;
    padding: 20px;
}
.bs-callout-info {
    background-color: #F4F8FA;
    border-color: #5BC0DE;
}

/* pomoc/dlaklienta */
#dlaklienta a{
    color: #333;
    text-decoration: none;
}
#dlaklienta h2, #dlaklienta img{
    float:left;
}
#dlaklienta h2{
    font-size: 15px;
    font-weight: bold;
}
.bigbox {
    border-bottom: 2px solid #bfbfbf;
    height: 120px;
    width: 300px;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-top: 16px;
}

/***** galeria *****/
.gallery-slider {
    margin-bottom: 20px;
}
.gallery .gallery-img img{
    max-width:100%;
}

/***** makiety *****/
table.template-list .glyphicon{
    font-size:20px;
}
img.ico-title{
    margin-bottom: 4px;
    margin-right: 8px;
}



#mainmenu li a:hover {
color:#222222;
}

.logo{
float:left;
max-width: 110px;
}

.logo img{
 width: 100%;
 height: auto;
 padding: 10px;
}

@media screen and (max-width: 950px) {
  
}


@media screen and (max-width: 850px) {
    .logo{
        width:100%;
       /* border:solid 1px red;*/
        text-align: center;
        max-width: none;
    }  
 
    
    .logo img{
        max-width: 180px;
        padding: 0px;
    }
}



.container {
    max-width:1200px;
}

.item-image a img{
    width:100%;
    height:auto;
}

.downarrowpointer{
    display:none;
}




.Contact_Top{
text-align: center;    
margin-top:8px;
margin-left:3px;
}

.Panel_Top{
text-align: center;      
}


@media (min-width: 600px){
    
.Contact_Top{
float:left;
}    

.Panel_Top{
float:right;      
}

}
.shop-items .item-image {
    max-height: 240px;
    /*background-color: #2b7ea0;*/
}

.shop-items .item-image img{
    width:100%;
    height: auto;
}




.shop-items .col-xs-12{
width:100%;   
}



@media (min-width: 350px){
.shop-items .col-xs-12{
width:50%;   
}
}

@media (min-width: 700px){
.shop-items .col-xs-12{
width:25%;   
}
}

.ROW_Krell{

overflow: auto;
float:left;
width:49%;
}

.ROW_Krell li{
width:100%;   
}

@media (max-width:600px){

.ROW_Krell{
width:100%;    
} 


}



/*****MAIN MENU FIX******/


#mainmenu{
    margin-top: 18px;
    line-height: 100%;
}
#mainmenu li a{
    color: #777777;
    margin-right: 7px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#mainmenu li ul li a{
font-size: 11px;
width: 190px;
background-color: rgba(255, 255, 255, 0.9);
border: 1px solid #DDD;
padding: 8px;
margin: 1px;
color: #000;
float: left;
display: inline-block;
}


#mainmenu li ul li a:hover{
background-color: rgba(225,225,225, 0.9); 
}

#mainmenu li ul li {
display: inline-block;
}

#mainmenu li ul {
position: absolute;
display: none;
z-index: 999;
float: left;
width: 500px;
margin: 0px 0px 0px -200px;
padding: 0px;
text-align: center;
}

ul li{
    display:inline-block;
}


#mainmenu li #_submenu11{
width:500px;
margin-left:-150px;
}

/***/





/**RWD FIX**/
@media (max-width: 850px){
    ul li{
        display:block;
    }
    .header{
    padding:0px;
    margin:0px;
   padding-bottom:10px;
    }
    
    .logo{
    margin:0px;
    padding:0px;
    margin-top:20px;
    }
    
    #mainmenu{
    padding-top:0px;  
    margin:0px;
    width:100%;
    flot:left;
    
    }
    
    .navi{
        width:100%;
        padding:0px;
        margin:0px;
    }
    

    
    #mainmenu li a{
        font-size:14px;
        padding:0px;
        margin:0px;
        
        width:22%;
   
        margin-left: 2.5%;
        margin-top:2%;
        padding-top:2%;
        padding-bottom:2%;
        float:left;
        text-align: center;
        border:solid 1px #dddddd;
    }
}



@media (max-width: 550px){
    
   
    #mainmenu li a{
        width:30%;
        margin-left: 2.2%;
    }
    
    .SlideShow_Menu_Center{
    top:-28px;
}   
}


.container .row {
    margin:0px;
   /* margin-left:15px;*/
}

@media (max-width: 550px){
  .container .row {
    margin:0px;
}
     
}
/** **/
