/***** MAIN LAYOUT *****/


footer{
    margin-top: 40px;
}

/***** OTHERS *****/
.footer {
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* 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}

/* Produkty */
#product-list{
    margin:20px 0 0 0;
}
#product-pricelist{
    /*padding-right: 25px;*/
}
div.product-box img{
    max-width: 220px;
}
div.product-box .label{
    color: #333;
}
#pricelistTable tr td{
    vertical-align: middle;
}
.product-label{
    font-size: 19px;
    margin-top: 10px;
}
#price-netto{
    color: #FF7900;
    font-size: 13px;
}
tbody .price-netto{
    color: #FF6D00;
}
#price-brutto{
    font-size: 26px;
    font-weight: bold;
}

/***** 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;
}

/***** Statusy plików *****/
label.files-ok{
    padding: 3px 10px;
    background-color: #5cb85c;
    color: #fff;
}
label.files-error{
    padding: 3px 10px;
    background-color: #d9534f;
    color: #fff;
}
label.files-new{
    padding: 3px 10px;
    background-color: #428bca;
    color: #fff;
}
label.files-accept{
    padding: 3px 10px;
    background-color: #f0ad4e;
    color: #fff;
}
label.files-accept-yes{
    padding: 3px 10px;
    background-color: #5bc0de;
    color: #fff;
}
label.files-accept-no{
    padding: 3px 10px;
    background-color: #5bc0de;
    color: #fff;
}
/***** main content *****/


/***** 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;
}

/***** lupki na produktach *****/
.mini-desc {
    position: initial !important;
    margin-left: 5px !important;
}


/** ---- */
.header {
    background-color: white;
    border-bottom: 0px;
}

hr
{
    margin-top:10px;
    margin-bottom:0px;
}


footer{
    background: rgb(49,68,57); /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxNDQzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTA1MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  rgba(49,68,57,1) 0%, rgba(5,5,5,1) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,68,57,1)), color-stop(100%,rgba(5,5,5,1))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  rgba(49,68,57,1) 0%,rgba(5,5,5,1) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  rgba(49,68,57,1) 0%,rgba(5,5,5,1) 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  rgba(49,68,57,1) 0%,rgba(5,5,5,1) 100%); /* IE10+ */background: linear-gradient(to bottom,  rgba(49,68,57,1) 0%,rgba(5,5,5,1) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314439', endColorstr='#050505',GradientType=0 ); /* IE6-8 */
    color: #FFFFFF !important;
    border-top: 6px solid #97C11F;
}
footer h4{color: #FFFFFF !important;}
footer a{color:#FFFFFF;}
footer i.contact-icon {
    color: #000000 !important;
    background-color: #FFFFFF;
}
.btn-danger, .btn-success, .btn-info {
    background: rgb(151,193,31); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YzExZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MTk0MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(151,193,31,1) 0%, rgba(97,148,56,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(151,193,31,1)), color-stop(100%,rgba(97,148,56,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(151,193,31,1) 0%,rgba(97,148,56,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(151,193,31,1) 0%,rgba(97,148,56,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(151,193,31,1) 0%,rgba(97,148,56,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(151,193,31,1) 0%,rgba(97,148,56,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c11f', endColorstr='#619438',GradientType=0 ); /* IE6-8 */

    background-repeat: repeat-x;
    border-color: #619438;
}

.btn-danger:hover, .btn-danger:focus, 
.btn-success:hover, .btn-success:focus,
.btn-info:hover, .btn-info:focus{
    background-color:#619438;
    background-position: 0 -15px;
}
.btn-danger:active, .btn-danger.active,
.btn-success:active, .btn-success.active,
.btn-info:active, .btn-info.active{
    background-color: #619438 !important;
    border-color: #619438 !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: grey !important;
    border-color: #619438 !important;
    color: #fff;
}
#myTab li.active a{
    background-color: #929292 !important;
    border-color:#929292 !important;
}
#myTab li a{
    color: #929292 !important;
}
.totop {background-color: #C51F2E !important}

.ddsubmenustyle li a:hover{
    background-color: #BD2133;
    color:white;
}
.navi {padding-bottom: 1px !important;}
.item-details .short-description, .item-details hr, .item-details .bttn-buy {display:none !important;}
.item:hover{border: 1px solid #C1C1C1;}
.item-icon {left: 0; top: 0; position: absolute; width: 100%}
.item-icon span {
    background: #AD0F10;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #fff;
    /*display: table;*/
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    text-align: center;
    padding: 3px;
}
.shop-items .item-details h5 a {
    color: #777;
    text-transform:normal !important;
}
.shop-items .item-image img {height:90px;width:120px;}
.shop-items .item-image {
    max-height: 80px;
}

.item-container{
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 0px solid #D7D7D7;
    padding: 10px 0;
    line-height: 18px;
    padding-bottom: 10px; 
    /*height: 232px; */
    text-align:center; 
    margin-top:15px;
    margin-bottom:20px;
	font-size:15px;
	
}
.item-container:hover{	
transform: scale(1.2,1.2);
transition-duration: 1s;
}
.item-container a{
    color:white
}
.item-container:hover a {}
.item-container a:hover {color: #000 !important;}
.item-container .imgOfTiles {
    /*width:180px;*/
    /*height: 80%;*/
	
}
.item-container .img-responsive {display: initial;}
.item-container .urlOfTails {
    padding: 14px 15px 14px 10px;
	
}
.urlOfTails{
    background: #505050;
}
.marginLeft30{
    margin-left: 30px;
}
.marginRight0{
    margin-right: 0px;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .kart-links {margin-top: 10px !important; text-align: center !important;}
    .navbar-header .navbar-toggle {float: left !important;}
    .logo .img-responsive {display: initial;}
    .item-container { /*width: 45%;*/ margin-right: 10px; margin-top: 0; margin-bottom: 10px; text-align: center}
    .marginLeft30 {margin-left: 0;}
    .item-container .tenderTiles a{
        /*float: left;*/
    }
    .item-container .urlOfTails{
        /*float: left;*/
        /*margin-top: 30px;*/	
    }
    .item-container .imgOfTiles{width: auto; }
}


#tag {position: fixed; right: 0; width: 35px; z-index: 10000; top: 290px;}

#recommend
{
    background-color:#C12030;
    width:100%;


}

#recommend > ul
{
    line-height:5mm;
    list-style:none;
    max-height:88px;
}



li > p
{
    display:inline;
    position:relative;
}

.wieksze
{
    line-height:1mm;
    font-weight:bold;
    font-size:14px;
    color:white;
}

.mniejsze
{
    line-height:1mm;
    font-size:10px;
    color:white;
}

#navfooter
{
    padding-top:10px;
    width:100%;
    padding-bottom:10px;
    color: #BFBFBF;
}

#navfooter  ul
{
    text-decoration:none;
    list-style:none;
    padding-left: 0px;
    margin-top: 15px;
}

#navfooter  ul  li
{
    width:200px;
}

#navfooter p
{
    width:220px;
}

#navfooter a
{
    color:#BFBFBF;
}

.naglowkowe
{
    color:red;
    font-size:22px;
    margin-left:42px;
}
.headersOfCards {
    margin-bottom: 10px;
    height: 56px;
    
    
}
.headersOfCards div{
    height: 56px;
    margin-left: 56px;
    padding-left: 10px;
    line-height: 56px;
    font-size: 14px;
    font-weight: bold
}

.headersOfCards h3{
    font-size:14px;
    margin-left:0px;
}

#store-head-1 {
    background: url(../img/layout/produkt1.jpg) no-repeat;
}
#store-head-1 div{
    background: url(../img/layout/parametry.png) no-repeat center right #E5E5E5;   
}
#store-head-2 {
    background: url(../img/layout/produkt2.jpg) no-repeat;
}
#store-head-2 div{
    background: url(../img/layout/naklad.png) no-repeat center right #E5E5E5;   
}
#store-head-3 {
    background: url(../img/layout/produkt3.jpg) no-repeat;
}
#store-head-3 div{
    background: url(../img/layout/produktkoszyk.png) no-repeat center right #E5E5E5;   
}

.miniBasketAdd {
    background: none;
    border: 0px;
}
.line
{
}
#addToBasket{background-color:#FF7900;width:100%;color:white;padding:10px; border: 0px; font-size: 14px;
             line-height: 16px;
             font-weight: bold;
}

.glyph
{

    position: relative;

    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.inline-level
{
    display:inline;
    font-size:11px;
    margin-left:16px;
    font-weight:bold;
    margin-bottom:-15px;
}

.small-text p
{
    font-size:10px !important;
}

.jumbotron h4
{
    display:inline-block;
    font-size:11px !important;
    font-weight:bold;
}

.jumbotron
{

    padding-top:3px !important;
    padding-bottom:3px !important;
    padding-left:10px !important;
}

.indent
{
    margin-left:10px;
}

.row-out
{
    margin-bottom:45px;
}



.button:link, a.button:visited {
    display: block;
    white-space: nowrap;
    padding: 10px 10px 10px 10px;
    border-left: 2px solid #FEBF01;
    border-top: 2px solid #FEBF01;
    border-right: 2px solid #987201;
    border-bottom: 2px solid #987201;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #CC9901;
    text-decoration: none;
}

.my-mini-desc
{
    /*position:absolute;*/
    margin-left: 5px !important;
}

.inline-level > .lower_menu
{
    color:black !important;
}

.item-shop
{
    width:180px;
    text-align:center;
    margin-left:30px;			
    margin-right:0px;	
    margin-top:15px;
    margin-bottom:20px;
    text-transform:lowercase !important;
}



/* bottom blocks */
.bottom-white-1{
    margin-bottom: 30px;
}
.bottom-grey-2 {
    background-color: #FF0000;
}


.copyright {
    color: #BFBFBF;
    font-size: 12px;
    border-top: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
}


.nav > li > a {
    padding: 10px 20px !important;
}
.navbar-brand {
    height: auto;
}

.navbar-default{
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 0px !important;
     -webkit-box-shadow: none !important; 
     box-shadow: 0 !important; 
     background-color: #ffffff !important;
     border: 0 !important;
    border-color: !none;
}

.navbar {
    margin-bottom: 0 !important;
    min-height: initial; 
}
/*.navbar*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu {
    padding-top: 0 !important;
    padding-bottom: : 0 !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-image: none !important;
}
.form-group-label {margin-bottom: 0;}

.input-checkbox-label {padding-left: 0; font-size: 12px; line-height: 22px;}
