html, body {
    overflow-x: hidden !important;
}
.right_but{
    position: absolute;
    right: 30px;
    top: 45%;
}
.left_but{
    position: absolute;
    left: 30px;
    top: 45%;
}
.tcenter{
    text-align: center;
}

.bbutoon{
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 20px;
    margin: 20px;
    display: inline-block;
}
.bwbutoon{
    color: #000;
    border: 1px solid #fff;
    background: #fff;
    padding: 7px 20px;
    margin: 20px;
    display: inline-block;
}
.bbbutoon{
    color: #000;
    border: 1px solid #000;
    padding: 7px 20px;
    margin: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.container {
    position: relative;
}

.kategoria .lefttxt{
    color:#fff;
}
.kategoria .rightpic{ }

.powrot{position:absolute;top:0;right:0;z-index:100000; width:150px;}

.tab{display:table;}

#text2{text-align:center;}
/*podstrona kategorie*/

.ktytul h1{
    font-size: 50px;
    font-weight: 600;
    margin: 80px 0 30px 0 ;
}
.linia{
    width: 200px;
    border-bottom: 2px solid #000;
    margin: 20px auto 10px auto;    
}
.title_head{
    height: 10px;
    margin-top:30px;
}
.prod_img{
    height: 320px;
    overflow: hidden;
}

.opis-prod, .opis-prod:hover{
    color: #444;
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.opis-kat-prod{
    max-width: 700px;
    margin: 0 auto;
    text-align: justify!important;
    height: 1px;
    overflow: hidden;
}
.carousel{
    margin-bottom:50px;
}
.opis-prodm{
    display: inline-block;
    border: 1px solid #6d6d6d;
    color: #404040;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: 600;
    margin-bottom: 30px;
    background: #fff;
    transition: all 0.5s;
    min-height: 53px;
}
.opis-prodm:hover{
    background: #404040;
    color:#fff;
}
.zdj_gall {
    height: 350px;
    margin: 30px 0 25px 0;
}



.carousel-control{
    top:150px;
}

.dystryb table h2{
    text-transform: uppercase;
    font-size: 18px;
    /*border-bottom: 1px dashed #cacaca;*/
    font-weight: 600;
    background: #f3f3f3;
    padding: 20px;
}
.dystryb table td p{
    padding: 0px;
    margin: 0;
}
.dystryb table tr td{
    padding-bottom: 20px;
}
/*
.dystryb tr:nth-child(even) {background: #f3f3f3}
.dystryb tr:nth-child(odd) {background: #FFF}
*/

#section0 .lefttop img{
    display:none;
}
#section0{
    min-height: 700px;
}
#section7{
    padding: 50px;
}
#section8{
    padding: 50px;
}
img,.prod_img img{
   /* max-width: 100%;*/
}


.carousel-control.right {
    background: url("/gfx/arrow-right.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.carousel-control.left{
    background: url("/gfx/arrow-left.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.carousel-inner .item img{margin:0 auto 0 auto; max-height: 600px;}

@media (min-width: 1px) and (max-width: 768px) {
    .carousel-control.left {
        background: url("/gfx/arrow-left-small.jpg") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
    }
}

@media (min-width: 1px) and (max-width: 768px) { 
    .carousel-control.right {
        background: url("/gfx/arrow-right-small.jpg") no-repeat scroll right center rgba(0, 0, 0, 0) !important;
    }
}

@media (min-width: 640px) and (max-width: 769px) {
    .section .bg-content h1 {
        font-size: 58px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
   .box-kat h1 {
        font-size: 20px !important;
    }
    .navbar-nav li a {
        font-size: 11px;
        padding: 10px 5px !important;
    }
    .box-kat h1 {
        font-size: 16px !important;
    }
}



 

@media (min-width: 992px) {
    .box-kat {
        padding-bottom: 16.66666667%;
         width: calc(16.66666667% - 1px)
    }
    .box-kat h1 {
        font-size: 20px !important;
    }
}


@media (min-width: 1280px) {
        .box-kat h1 {
        font-size: 22px !important;
        line-height: 28px;
    }
}



 
 