body{
    background: #fff;
    font-family: 'Raleway', sans-serif;
}
.dnone{
    display: none;
}
#gal1 .img_zoom{
    max-width: 200px;
}
.ttab{
    display: table;
}

.trow{
    display: table-cell;
    vertical-align: middle;
}

.tcenter{    text-align: center;}
.tleft{    text-align: left;}
.tright{    text-align: right;}
.tjusty{ text-align: justify;}
.tupper{
    text-transform: uppercase;
}
.tab_cont, .tab_cont td{
    /*   border-color: #aed1cb;*/
    border-color: #0c676e;
    border-width: 1.4px;
}
.navbar-default{
    background-color: #fff;
    border-color:#fff;
}
.navbar{
    min-height: 104px;
}
.navbar-default .navbar-nav > li > a{
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #000;
}
.container-menu{
    position: relative;
    width: 1060px;
    margin: 0 auto;
    padding-top: 27px;
    transition: all 0.2s;
}
.logo-top{
    position: absolute;
    top:15px !important;
    /*left:380px;*/
    left:416px;
    padding-top:10px;
    z-index: 10;
    display: block;
    width: 228px;
    transition: all 0.2s;
    
}
.menu_right{
    position: absolute;
    right:0;
    top:0;
    z-index: 22;
}
.menu_right a{
    display: inline-block;
    float: left;
    transition: all 0.5s;
}
.change{
    min-height: 80px;
}
.change .logo-top{
    top:2px !important;   
    
}
.change .menu_right img{
    height: 80px;
    width: auto;
}
.change .menu_right a{
    width: 62px;
}
.change .container-menu{
    padding-top: 15px;
}
/*.change .logo-top img{
    display: none;
}*/
.wysz{
    position: absolute;
    top:0px;
    right: 20px;
    z-index: 20;
    background: #fff;
    padding: 120px 20px 20px 20px;
}
.wysz_p .btnwh{
    text-align: center;
    padding: 5px 10px;
    width: inherit;
    min-height: inherit;
    margin-right: 10px;
}
.wysz_pp input{
    margin-top: 20px;
    border:1px solid #cacaca;
    color: #000;
    width: 95%;
    padding: 5px;
}
.szuk_btn{
    border: 2px solid #af0d18 !important;
    transition: all 0.5s;
    padding: 10px 20px !important;
    color: #af0d18;
    font-weight: 800;
}
.szuk_btn:hover, .szuk_btn:focus{
    background: #af0d18;
    color: #fff;
}
.topi{
    position: relative;
    padding-top:80px;
}
.t_gl{
    position: absolute;
    width: 80%;
    left:10%;
    bottom: 40px;
    color: #fff;
}
.t_gl h1{
    font-size: 80px;
    font-weight: 300;
}
.t_gl h2{
    margin-bottom: 200px;
    font-size: 40px;
}
.marg-menu{
    margin-right: 300px;
}

.top{
    padding: 130px 0 105px 0;
    position: relative;
    border-top:7px solid #af0d18;
    
}
.t_i1{
    position: absolute;
    top:20px;
    left: 65px;
}
.top h2, .top5l h2{
    color: #ad0c33 ;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
}
.top h1, .top5l h1{
    color: #af0d18;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 300;
}
.top h1 strong, .top5l h1 strong{
    font-weight: 800;
}
.top2 .row{
    margin-left: 0;
    margin-right: 0;
}
.top2 .row .col-md-4, .top2 .row .col-md-6, .top2 .row .col-md-3, .top2 .row .col-md-12{
    padding-left: 0;
    padding-right: 0;
}
.cr4, .cr3, .cr6, .cr12{
    position: relative;
    
}
.btn_txt{
    position: absolute;
    width: 100%;
    bottom: 40px;
    left:0;  
    text-align: center;
}
.btn_{
    min-height: 42px;
    border:2px solid #fff;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    padding: 14px 0;
    transition: all 0.5s;
}
.btn_:hover, .btn_:focus, .top2 .cr4:hover .btn_, .top2 .cr3:hover .btn_, .top2 .cr6:hover .btn_, .top2 .cr12:hover .btn_{
    background: rgba(255,255,255,0.6);
    border: 2px solid #000;
    color: #000;
}
.btn_p{
    margin-top:56px;    
}
.top .btn_p .btnred{
    margin-right: 32px;
}
.footmap .btn_txt{
    z-index: 20;
}
.btnred{
    min-height: 42px;
    border:2px solid #af0d18;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    background: #af0d18;
    padding: 14px 0;
    transition: all 0.5s;
    width:201px;
    
}
.btnred:hover, .btnred:focus{
    background: #fff;
    border: 2px solid #af0d18;
    color: #af0d18;
    
}
.btnwh{
     min-height: 42px;
    border:2px solid #000;
    color: #000;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    padding: 14px 0;
    transition: all 0.5s;
    width:201px;
}
.btnwh:hover, .btnwh:focus{
    background: #000;
    border: 2px solid #fff;
    color: #fff;
}
.cr4 .btn_, .footmap .btn_{
    width: 84%;
}
.cr6 .btn_{
    width: 75%;
}
.cr3 .btn_{
    width: 245px;
}
.cr12 .btn_{
    width: 75%;
}
.footmap .row{
    margin-left: -6px;
    margin-right: -6px;
}
.footmap .row .col-md-4{
    padding-left: 6px;
    padding-right: 6px;
}
#oferta4{
    background: #353535;
    color: #fff;
}
.of4txt{
    padding: 100px 100px 0 100px;
}
.of4txt h1{
    font-weight: 800;
    padding-bottom: 50px;
}
.link_of4{
    margin-left: 0;
    padding-left: 0;
    margin: 40px auto 0 auto;
    list-style: none;
}
.link_of4 li{
    /*display: inline;*/
    display: block;
}
.link_of4 li a{
    display: block;
    width:100%;
    text-align: center;
    margin-top: 20px;
    min-height: 42px;
    border:2px solid #fff;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    padding: 14px 10px;
    transition: all 0.5s;
    margin-left: 8px;
    
}
.link_of4 li a:hover{
    background: rgba(255,255,255,1);
    border: 2px solid #000;
    color: #000;
}
.foot_{
    background: #000;
    color: #fff;
    padding: 50px 0 100px 0;
    position: relative;
}
.foot_ .col-md-12{
    padding: 0 5%;
}
.foot_ a{
    color: #fff;
}
.foot_ .txt{
    float: left;
    width: 11.111%;
}
 /*end menu główne*/

#kontakt{
    position: relative;
    font-weight: 300;
    padding-bottom: 50px !important;
    background: #fff ;
    color:#000;
}
#kontakt a{
    color: #fff;
}
.well{
    background: transparent;
}
.kont1{
    background: url(gfxi/tlo_newsletter.jpg);
    
}
.kont1 h1{
    font-size: 40px !important;
    color: #fff;
    text-transform: uppercase;
    margin-top: 200px;
    font-weight: 600;
}
.kont2{
    background: #f3f3f3;
}
.kont3{
    background: url(gfxi/tlo_kont.jpg);    
}
.kont1, .kont2, .kont3{
    background-size: cover;
    min-height: 800px;
}
.fomr-1{
    background: transparent;
    color: #fff;
    width: 280px;
    margin: 20px 0 10px 0;
    border: 0;
    border-bottom: 2px solid #fff;
    font-size: 20px;
    font-weight: 300;
}
.fomr-2 {
    background: #ad0c33 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 14px 25px;
    transition: all 0.5s ease 0s;
    border:0;
}
.fomr-2:hover, .fomr-2:focus {
    background: #fff none repeat scroll 0 0;
    color: #ad0c33;
}
.form-group .col-md-4{
    margin-bottom: 20px;
}
.kont2 .inputGroupContainer{
    margin-top: 20px;
}
#contact_form{
    padding: 0 50px;
}
.kont2{
    padding-top: 100px;
}
.foot{
    background: url(gfx/footbg.jpg);
    min-height: 380px;
    padding: 78px 50px 100px 50px;
    position: relative;
}

.foot ul li{
    text-align: left;
    list-style: none;
}
.foot ul li a{
    text-decoration: underline;
    color: #000;
}
.foot h2{
    font-size: 18px;
    color:#444444;
    margin: 0 0 5px 0;
    font-weight: 100;
}
.form_kont input, .form_kont textarea{
    border: 2px solid #3e3e3e;
    color: #494949;
    background: transparent;
    margin:2px;
    padding: 15px 8px 8px 15px ;
    width: calc(50% - 6px);
}
.form_kont textarea, .form_kont #email{
    width: calc(100% - 3px);
}
.form_kont .send{
    background: url(gfx/send_form.jpg) no-repeat;
    height: 42px !important;
    width: 42px !important;
    border: 0;
    float: right;
    background-position: right top;
}
#input_email{
    background: rgba(38, 21, 21, 0.5);
    border: 2px solid #fff;
    border-right: 0;
    padding: 10px;
    color: #fff;
    float: left;
    width: calc(100% - 45px);
    height: 42px;
}
#modul_newsletter #n_but{
    background: url(gfx/send_form.jpg) no-repeat;
    height: 42px !important;
    width: 42px !important;
    float: left;
    border: 0;
    margin-left:0;
    margin-top:0;
    border: 2px solid #fff;
    border-left: 0;
}
.menu_cat{
    border-top:1px solid #d2d2d2;
    border-bottom:1px solid #d2d2d2;
    
}
.mcat {
    list-style: none;
    margin: 0 auto;
}
.mcat li{
    display: inline-block;
    border-left:1px solid #d2d2d2;
    
}
.mcat li:last-child{
    border-right:1px solid #d2d2d2;
}
.mcat li a{
    color: #000;
    font-size: 15px;
    display: inline-block;
    padding: 18px 40px 12px 40px;
    border-bottom: 6px solid #fff;
    transition: all 1s;
}
.mcat li a:hover{
    border-bottom: 6px solid #ff9a14;
    background: #ff9a14;
}


.carousel-caption {
    font-size: 22px;
    font-weight: 400;
    left: 10%;
    text-shadow: 1px 1px 1px #000;
    bottom: 5%;
    width: 80%;
}
#myCarousel .fill img{
   width: 100%;
   height: auto;
}
.carousel-caption p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}
.carousel-caption h5 {
    
}
.carousel-caption h5 a {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 1.5px;
    padding: 19px 33px;
    text-transform: uppercase;
    background: #ff9a14;
    display: inline-block;
    font-weight: 700;
}
.carousel-caption h1 {
    font-size: 70px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #9a9380;
    text-transform: uppercase;
}
.carousel-caption hr{
    border: 0;
    border-bottom: 2px solid #ff9a14;
    width: 170px;
}
.carousel-caption h2 {
    font-size: 50px;
    margin-top: 0;
    text-shadow: 1px 1px 1px #9a9380;
}
/*produkty*/
.prod_p a{
    display: block;
    text-align: center;
}
.prod_p img{
    width:100%;
    min-width: 100%;
}
.rowh{
    background: #337ab7;
    color:#fff;
    font-weight: 600;
    font-size: 13px;
    
}
.rowh p{
    margin:  10px 0;
    text-align: center;
    
}
.rowc{
    text-align: center;
}
.rowc .prod_p, .rowe .prod_p{
    text-align: left;
}
.rowc a h1{
    color: #000;
    font-size: 20px;
    margin: 0;
}
.rowe{
    text-align: center;
    background: #f0f0f0;
}
.rowe a h1{
    color: #000;
    font-size: 20px;
    margin: 0;
}
.prod_opis_box table{
    width: 90% !important;
}

.prod_opis_box table td{
    font-size: 14px;
    padding: 10px;
    
}
.tab_file td, .tab_file th{
    padding: 10px;
}

.kopis, .klink{
    padding-top: 40px;
}

#foot2, #foot3{
    position: absolute;
    bottom: 10px;
    right: 50px;
}
.item .title a{
    color: #44444f;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
}
.item .cena{
    color: #ff9a14;
    font-size: 17px;
    text-align: center;
}
.social_media{
    position: fixed;
    top: 40%;
    right:0px;
    z-index: 1000;
}
.social_media ul li{
    list-style: none;
}
.social_media ul li a{
    display: block;
}
.social_media ul li img{
    width: 40px;
    height: auto;
}
.tab2{
    display: none;
}
.tab-p{
    margin: 0 auto;
}
.tab-p .dark{
    color: #e4dedc;
    background: #565656 !important;
}
.tab-p td, .tab-p th{
    padding: 15px;
    border: 1px solid #ece9e7;
}
.tab-p th{
    background: #532b1d;
    color: #e4dedc
}
.tab-p td{
    background: #fff;
    text-align: left;
}
.bgnon{
    background:transparent !important;
}
.pkt_orange, .pkt_green, .pkt_green_d, .pkt_yellow, .pkt_red{
    background: #f68829;
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 200px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.pkt_green{
    background: #8bc15c;
}
.pkt_green_d{
    background: #2da44a;
}
.pkt_yellow{
    background: #ffdf4f;
}
.pkt_red{
    background: #ed1a3b;
}
tr.tcenter td{
    text-align: center;
}
.gal-pic{
    margin-bottom: 20px;
}
.gal_pic img{
    width: auto;
}
.tkont h1{
    font-weight: 400;
    font-size: 32px;
    margin: 80px 0 50px 0;
}
.tkont h1 strong{
    font-weight: 800;
}
.list_foot{
    list-style: none;
    width: 100%;
    margin: 0 auto;
}
.list_foot li{
    display: inline-block;
    float: left;
    padding:0 10px;
    margin: 0 10px 0 0;
    width: 10.5%;
}
.list_foot li a{
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.pod_list_foot{
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.pod_list_foot li a{
    font-weight: 400;
    font-size: 11px;
    display: block;
}
.pod_list_foot li{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.input-group-addon {background-color:#af0d18 ;color:#fff}

.head-ghost-btn{
    background-color: #af0d18;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 17px 60px;
    border: 0;
}

.well{
    border:0;
}

/*produkty*/
.produkt{
    position: relative;
    height: auto;
    overflow: hidden;
}
.prod_title{
    bottom: 87px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}
.prod_title a {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    min-height: 42px;
    padding: 14px 0;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 400px;
}
.prod_title a h1{
    margin: 0;
    font-size: 12px;
    font-weight: 800;
}
.prod_title a:hover, .produkt:hover .prod_title a{
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border: 2px solid #000;
    color: #000;
}
.produkty {
    margin: 0;
    padding: 6px;
}
.produkty .row{
    margin: 0;
}
.produkty .produkt{
    padding: 6px;
}

.podstrony{
    text-align: center;
    margin: 50px 0;
}
.pagination{
    margin:  0 auto;
}
.pagination > li > a{
    padding: 0;
    borer:0;
    margin: 0 7px;
}

.pagination .btx a{
    border: 2px solid #000;
    height: 42px;
    width: 42px;
    font-size: 13px;
    font-weight: 800;
    padding-top:10px;
    color: #000;    
}
.pagination .btx .page_act{
    border: 2px solid #ddd;
    background: #eee;
    height: 42px;
    width: 42px;
    font-size: 13px;
    font-weight: 800;
    padding-top:10px;
    color: #000;    
}
.str_idz{
    line-height: 40px;
}
.str_idz input{
    width: 40px;
    height: 30px;
}
.pagination .ok a{
    float: inherit;
    border: 2px solid #000;
    height: 42px;
    padding: 10px;
    font-size: 13px;
    color: #000;
    border-radius: 0;
}
.back{
    float: right;
    margin-right: 30px;
    border:1px solid #000;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px 10px;
    font-size:18px;
}
.back span{
    font-size: 20px;
    line-height: 5px;
    margin-right: 3px;    
    
}
.cookiez {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    left: 0;
    padding: 25px 0 30px;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 20000;
}
.cookiez a {
    background-color: #ddd;
    border: 0 solid red;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    margin-left: 10px;
    padding: 9px 17px;
}
#foot2, #foot3{
    position: absolute;
    bottom: 100px;
    right: 20px;
}
