fieldset,
hr {
    border: 0;
    padding: 0;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border-top: 1px solid #e2e2e2;
    margin: 1em 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    margin: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   influencja.pl
   ========================================================================== */

.czcionka {
    font-family: "Rubik", sans-serif;
}
img {
    border: 0;
    max-width: 100%;
    margin: 0px !important;
    height: auto;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 16px;
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    font-weight: normal;
}
#ladowanie {
    text-align: center;
    background-color: #fff;
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #666666;
    font-size: 13px;
    pointer-events: none;
    opacity: 0;
}
#ladowanieZawartosc {
    padding-top: 150px;
    opacity: 0;
}
#ladowanieZawartosc img {
    max-width: 100%;
    height: auto;
}
.imgMin {
    display: none;
}
a,
a * {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}
a:hover,
a:hover * {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

#menuKategoriiM {
    display: none;
    text-transform: uppercase;
    padding-left: 20px;
    font-weight: 500;
}

/** HEADER **/
#glowny_naglowek_knt {
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
    position: relative;
    z-index: 500;
    background-color: #e5e5e5;
    /*	background-color: rgba(255,255,255,0.9);
	background-repeat: no-repeat;
	background-position: top center;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.1);*/
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.cien {
    /*box-shadow: 0px 0px 35px rgba(0,0,0,0.1);*/
    background-color: #fafafa;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.odstep {
    height: 100px;
}

.menu1 {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
#logo {
    /*margin: 20px 0px 15px 10px;*/
    float: left;
    width: 25%;
}
#logo img {
    width: 220px;
}
.menu1 ul.menu_kontakt {
    width: 75%;
    float: left;
    padding: 0px;
    list-style: none;
    display: flex;
}
ul.menu_kontakt li {
    flex: 1;
}
ul.menu_kontakt li a {
    color: #777;
    font-size: 18px;
    line-height: 20px;
}

ul.menu_kontakt li a span {
    display: block;
    color: #000;
    font-weight: 500;
}

ul.menu_kontakt li a span:hover {
    color: #e18900;
}
ul.menu_kontakt li a span i {
    color: #e18900;
}

#menu_mobil,#oferta_mobil img {
    display: none;
}

.kontakt-mobile{
    display: none !important;
}

#menuGlowne {
    margin-top: 0px;
    width: 1200px;
    margin: 0 auto;
}
#menuGlowne ul {
    display: block;
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: auto;
}
#menuGlowne ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#menuGlowne li {
    position: relative;
    display: block;
    float: left;
    list-style-type: none;
    height: auto;
    display: block;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
}
#menuGlowne li.wyszukiwarka {
    float: right;
}
#menuGlowne li:first-child {
    padding-left: 0px;
}

#menuGlowne ul li a {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    margin: 0px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#menuGlowne ul li a.sklep {
    background-color: #e18900;
}
#menuGlowne ul li a:hover {
    background-color: #e18900;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#menuGlowne ul li.aktywny a {
    background-color: #e18900;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#menuGlowne ul li.aktywny a:hover {
    background-color: #000;
}

#menuGlowne ul ul {
    display: none;
    font-family: "Rubik", sans-serif;
    width: 100%;
    position: absolute;
    left: 10px;
    top: 40px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    z-index: 500;
    background-color: #333;
    height: auto;
}
#menuGlowne ul ul li {
    font-family: "Rubik", sans-serif;
    float: none;
    height: auto;
    text-align: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#menuGlowne ul ul li a {
    display: block;
    float: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    height: auto;
    margin-left: 0px;
    line-height: 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 215px;
    text-transform: none;
    text-align: left;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#menuGlowne ul ul li a:hover {
    color: #fff;
    background-color: #e18900;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#menuGlowne ul ul ul li a {
    padding-left: 20px;
    width: 215px;
}

#menuGlowne ul ul ul {
    position: absolute;
    width: auto;
    margin: 0px;
    left: 250px;
    top: 0px;
    background: #444;
}

#menuGlowne ul ul ul {
    display: none !important;
}
#menuGlowne ul ul li:hover ul {
    display: block !important;
}
/*#menuGlowne  ul ul ul ul{
	display: none !important ;
}
#menuGlowne  ul ul ul li:hover ul {
	display: block !important ;
}*/

#menuGlowne li a.szukajBtn {
    border: 2px solid #e18900;
    padding: 8px !important;
    color: #e18900;
    letter-spacing: 1px;
    background: #fff;
    font-weight: 100;
}
#menuGlowne li a.szukajBtn:hover {
    border: 2px solid #e18900;
    color: #fff;
    background: #e18900;
}

#menuKlienta {
    width: 100%;
    margin: 23px auto 0px auto;
}
#menuKlienta ul {
    display: block;
    padding: 0px;
    width: auto;
    overflow: hidden;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    list-style: none;
    margin: 0px auto;
}
#menuKlienta ul li a {
    display: block;
    position: static;
    height: auto;
    line-height: 34px;
    color: #000;
    margin: 0px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;

    padding: 5px 15px;
}
#menuKlienta li {
    position: relative;
    display: block;
    float: right;
    list-style-type: none;
    height: auto;
    display: block;
    cursor: pointer;
    border-bottom: 3px solid #e18900;
}
#menuKlienta li.koszyk {
    float: right;
    background-color: #e18900;
    color: #fff;
}
#menuKlienta li.koszyk a i {
    color: #fff;
    font-size: 26px;
}

#menuKlienta li.koszyk a span {
    background: #fff;
    border-radius: 50px;
    width: 15px;
    line-height: 15px;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 3px;
    bottom: 0px;
    font-size: 12px;
}
#menuKlienta li.koszyk:hover i {
    color: #000;
}
#menuKlienta li.koszyk:hover a span {
    background: #000;
    color: #fff;
}

#menuKlienta ul li a:hover {
    background-color: #e18900;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#menuKlienta ul ul {
    display: none;
    font-family: "Rubik", sans-serif;
    width: 100%;
    position: absolute;
    left: 10px;
    top: 40px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    z-index: 500;
    background-color: #333;
    height: auto;
}
#menuKlienta ul ul li {
    font-family: "Rubik", sans-serif;
    float: none;
    height: auto;
    text-align: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#menuKlienta ul li:hover ul {
    display: block;
}

.listaFirm {
    width: 1200px;
    margin: 0px auto;
}
.listaFirm ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 40px 0px;
}
.listaFirm ul li {
    flex: 1;
    border-right: 1px solid #f2f2f2;
    text-align: center;
}
.listaFirm ul li:last-child {
    border-right: 1px solid #fff;
}
.listaFirm ul li a:hover img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
}
.listaFirm ul li a img {
    max-width: 100%;
}

.listaFirm ul li span {
    display: none;
}

.informacja_menu {
    float: right;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 35px;
    padding-right: 20px;
    padding-bottom: 7px;
}
#menu_kontakt_knt {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0px;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100px;
}
#menu_kontakt {
    margin: 0px auto 0px auto;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}
#menu_kontakt ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
    list-style: none;
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0px;
}
#menu_kontakt li {
    list-style: none;
    display: block;
    width: 100px;
    cursor: pointer;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
}
#menu_kontakt span {
    display: none;
}
#menu_kontakt a {
    text-decoration: none;
    color: #ddd;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
#menu_kontakt a:hover {
    color: #fff;
}
#menu_kontakt a:hover i {
    color: #e18900;
}
#menu_kontakt a span {
    padding-left: 5px;
}
ul.produkcja {
    padding: 0px;
    overflow: hidden;
}
text {
    font-size: 24px;
    text-align: center;
    display: block;
    font-weight: 100;
}
ul.produkcja li {
    width: 29%;
    list-style: none;
    background: #f2f2f2;
    padding: 1%;
    float: left;
    margin: 1%;
    min-height: 510px;
}

ul.produkcja li:nth-child(3n + 1) {
    clear: both;
}
ul.produkcja li h2 {
    text-align: center;
    border-bottom: 3px solid #e18900;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
}

ul.produkcja li span {
    font-weight: 100;
    line-height: 20px;
    font-size: 16px;
    display: block;
    padding: 10px 30px 10px 30px;
}
.form-control {
    width: 100%;
    height: 25px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
}
textarea.form-control {
    min-height: 100px;
}
.btn {
    padding: 5px 20px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #666;
}
.btn:hover {
    background-color: #ccc;
}
.plik {
    list-style: none;
    display: block !important;
}
.plik h3 {
    color: #e18900;
}
.plik:hover h3 {
    color: #000;
}
.plik h3 i {
    padding-right: 20px;
    font-size: 40px;
}
#baner {
    width: 100%;
    position: relative;
}
#dalej {
    right: 110px;
    bottom: 50px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    padding-bottom: 15px;
}
.baner_txt_1 {
    font-size: 98px;
    line-height: 98px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 40px;
}
.baner_txt_2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0px;
    padding-top: 20px;
    padding-right: 160px;
}
#prev {
    position: absolute;
    top: 150px;
    z-index: 110;
    left: -20px;
    cursor: pointer;
}
#next {
    position: absolute;
    top: 150px;
    z-index: 110;
    right: -20px;
    cursor: pointer;
}
#slajder {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.slajd {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.glowny_film {
    text-align: center;
    overflow: hidden !important;
}
.glowny_film_nakladka {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    overflow: hidden;
    background-image: url(../img/nakladka.png);
    height: auto;
    opacity: 0.7;
}
#film_strona {
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 0px;
    position: relative;
}
#film_strona2 {
    width: 50%;
    max-width: 485px;
    height: auto;
    float: right;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
}
#video {
    /*min-height: 300px*/
    position: relative;
}
.playVideo {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 601;
    opacity: 0.8;
    text-align: center;
    margin-top: 180px;
    cursor: pointer;
}
.playVideo .pauseV {
    display: none;
}
.playVideo .playV {
    display: none;
    font-size: 50px;
    margin: 0 auto;
    margin-top: 20px;
}
.playVideoS {
    display: none;
    width: 100%;
    position: absolute;
    opacity: 0.8;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
.haslo {
    position: absolute;
    z-index: 500;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 123px;
    margin-top: -123px;
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    background: url(../img/tlo_baner_napis.png) top center;
    font-weight: 400;
}
.haslo h2 {
    font-size: 38px;
    line-height: 36px;
    font-weight: 700;
    margin: 0px;
    padding: 10px 0px 10px 0px;
}
.haslo div {
    width: 1200px;
    margin: auto;
    text-align: right;
    padding-top: 25px;
}

/** HEADER **/

.row {
    width: 100%;
    margin: 0px;
}

/** MAIN **/
#start_hook {
    position: absolute;
}
main {
    padding: 0;
    margin: 0;
    position: static;
    z-index: 3;
}
.tlo_strona {
    background-image: url(../img/tlo3.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.tlo_lista {
    background-color: #f5f5f5;
}
.tresc {
    width: 1200px;
    margin: auto;
}
.tresc2 {
    width: 1100px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.tlo_szare {
    background-color: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
}
.tlo_szare h2 {
    color: #e18900;
    font-size: 36px;
    font-weight: 400;
}
.tlo_transparentne {
    padding: 0px;
    padding-top: 40px;
}
.tlo_transparentne.tlo_strgl {
    background-image: url(../img/tlo_onas.jpg);
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: top right;
    text-align: center;
    padding: 200px 0px 200px 10%;
}
.tlo_transparentne.tlo_strgl .tekst {
    width: 35%;
}
.tlo_transparentne.tlo_strgl .ikona {
    float: right;
    max-width: 55%;
}
.tlo_transparentne.tlo_sklep {
    background-image: url(../img/tlo_sklep.jpg);
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: top left;
    text-align: center;
    padding: 150px 10% 100px 10%;
}
.tlo_transparentne.tlo_sklep .tekst {
    float: left;
    width: 35%;
    padding-left: 10%;
}
.tlo_transparentne.tlo_sklep .ikona {
    float: left;
    max-width: 55%;
}
.tlo_transparentne.tlo_strona {
    /*	padding: 50px 10% 50px 10%;*/
}
.tlo_transparentne.tlo_jakosc {
    background: url(../img/tlo_nasza_jakosc.jpg) center center no-repeat;
    padding: 25px 0px 50px 0px;
}
.tlo_transparentne.tlo_oferta {
    margin: 0px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 0px;
}
.tlo_transparentne.podobne_produkty {
    background: url(../img/tlo_podobne.jpg) top center no-repeat #f7f7f7;
    margin: 0px;
    padding: 50px 0px 0px 0px;
}
.podobne_produkty_koniec {
    background: url(../img/tlo_podobne_koniec.jpg) center center no-repeat;
    height: 81px;
}
.tlo_transparentne h1,
.tlo_transparentne .ngh1 {
    font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 60px;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tlo_transparentne h1 span,
.ngh1 span {
    color: #000;
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
    display: block;
    padding-left: 40px;
}
.tlo_transparentne h2 {
    font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}
.tlo_transparentne h2 span {
    color: #e18900 !important;
    font-weight: bold !important;
}
.tlo_transparentne h3 {
    font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
}

.tlo_transparentne.tlo_strgl h1 {
}
.tlo_transparentne.tlo_strgl h2 {
    font-size: 34px;
    text-transform: uppercase;
}
.tlo_transparentne.tlo_jakosc .ngh1 {
    color: #fff;
    padding-bottom: 0px;
}
.tlo_transparentne.tlo_jakosc p {
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
}
.btnLink {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0px;
}
.btnLink:hover {
    color: #e18900;
}
.katalog {
    width: 31.333%;
    margin: 1%;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 4px;
}
.katalog:hover {
    background-color: #ddd;
}
.katalog img {
    width: 60px;
    height: auto;
    margin: 10px;
}
.podobne_produkty h2 {
    text-align: center;
    font-size: 24px;
}
.ngh1_produkt {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 0px !important;
    margin-bottom: 20px !important;
}
.tlo_transparentne header {
    clear: both;
    background-image: url(../img/kreska.jpg);
    background-repeat: repeat-x;
    background-position: center 36px;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 0px;
    text-align: center;
}
.tlo_transparentne header h2 {
    font-size: 13px;
    color: #96a0a6;
    margin: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: 25px;
    font-weight: 700;
    text-align: left;
    background-color: #f2f2f2;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.tlo_transparentne header a {
    display: block;
    float: right;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-right: 25px;
    font-weight: 700;
    font-size: 18px;
    color: #666666;
    text-decoration: none;
    background-color: #fff;
}
.tlo_transparentne header a:hover {
    margin-right: 15px;
    color: #63493c;
}
.tekst_z_lewej {
    /*float: left;*/
    width: 40%;
    padding-left: 5%;
    position: relative;
}
.tekst_z_lewej img {
}
.tekst_z_prawej {
    float: right;
    width: 45%;
}
.btnMin {
    display: none;
}
#menuOferty div {
    padding-top: 10px;
}

.btnOferty {
    display: block;
    float: none;
    text-align: center;
}
.kim_jestesmy {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}
.wysoka_jakisc_itp {
    color: #fff !important;
    padding-top: 200px !important;
    padding-bottom: 350px !important;
    width: 40%;
}
.wysoka_jakisc_itp h2 {
    font-weight: 400;
    font-size: 28px;
    color: #fff !important;
    text-transform: uppercase;
}
.klucz_do_sukcesu {
    padding-top: 250px !important;
    padding-bottom: 160px !important;
}
.proukt_opis {
    float: left;
    width: 54%;
}
.proukt_opis img {
    max-width: 100%;
}
.produkt_galeria {
    float: right;
    width: 40%;
}
.produkt_galeria ul {
    padding: 0px;
    margin: 0px;
}
.produkt_galeria ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.produkt_galeria ul li {
    list-style: none;
    float: left;
    margin: 10px 2% 10px 2%;
    text-align: center;
    width: 46%;
}
.produkt_galeria ul li:first-child {
    width: 96%;
}
.produkt_galeria ul li img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 1px solid #e6e4e4;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.produkt_galeria ul li img:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}
ul.produkty {
    padding: 0px;
    margin: 0px;
}
ul.produkty:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.produkty li {
    list-style: none;
    float: left;
    margin: 10px 2% 10px 2%;
    width: 21%;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}
ul.produkty li:nth-child(4n + 1) {
    clear: both;
}
ul.produkty li img {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
ul.produkty a {
    color: #000;
}
ul.produkty li img:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
ul.produkty li h3 {
    color: #e18900;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-weight: 400;
    text-transform: uppercase;
}
.tlo_mieszane {
    color: #000000;
    background-image: url(../img/tlo_mieszane.png);
    background-position: center top;
    background-repeat: repeat-y;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 80px;
}
.tlo_mieszane .tekst.prawa {
    color: #dadada !important;
}
.tlo_mieszane h1 {
    font-family: "Rubik", sans-serif;
    color: #2588e6;
    font-size: 36px;
    font-weight: 900;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 12px;
    text-transform: uppercase;
}
.tlo_mieszane h1 span {
    color: #e18900;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
}
.tlo_mieszane .ngh1 {
    font-family: "Rubik", sans-serif;
    color: #2588e6;
    font-size: 36px;
    font-weight: 900;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 12px;
    text-transform: uppercase;
}
.tlo_mieszane .ngh1 span {
    color: #dadada !important;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
}
.tlo_mieszane h2 {
    font-family: "Rubik", sans-serif;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: left;
}
.tlo_mieszane h3 {
    font-size: 17px;
    color: #2588e6;
}
.tlo_biale {
    background: #fff;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
}
.tlo_ciemne {
    padding-top: 50px;
    min-height: 400px;
}
.tekst {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    padding: 0px 30px 30px 30px;
    text-align: left;
}
.tekst p {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
}
.tekst a {
    color: #e18900;
    text-decoration: none;
}
.tekst a:hover {
    color: #000000;
}
.tekst span {
    color: #444;
    font-weight: 500;
}
#baner_pro {
    background: url(../img/d_tlo.jpg) top center;
    width: 100%;
    height: 415px;
    margin-top: 80px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: right;
}
#baner_pro article {
    margin-left: 10px;
    padding-top: 80px;
    width: 450px;
    text-align: right;
    font-weight: bold;
}
#baner_pro img {
    position: absolute;
    margin-top: -99px;
}
#baner_pro h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    background-image: none;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#losowe_produkty {
    background-color: #fff;
    text-align: center;
    margin-top: 25px;
}
#loseowe_produkty_lista {
    width: 100%;
    left: 0px;
    right: 0px;
    margin-bottom: 25px;
}
#loseowe_produkty_lista a {
    display: block;
}
#loseowe_produkty_lista div {
    width: 300px;
    margin: 15px;
    padding-bottom: 5px;
}
#loseowe_produkty_lista div img {
    max-width: 280px;
    max-height: 180px;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
#loseowe_produkty_lista h3 {
    color: #414141 !important;
    font-size: 18px;
    font-weight: normal;
    padding: 25px 15px 15px 15px;
}
.linkBoks {
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.linkBoks:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}
.linkBoks img {
    width: 100%;
    height: auto;
}
.linkBoks h3 {
    color: #e18900;
    padding: 35px 0px 5px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 32px;
}
.linkBoks p {
    padding: 10px 50px 30px 50px;
    color: #e18900;
    font-size: 18px;
    font-weight: 700;
}
.link {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
}
.ofertaBox {
    overflow: hidden;
    height: auto;
}
.oferta {
    width: 48%;
    /*width: calc(23% - 2px);*/
    margin: 2% 2% 2% 0%;
    /*border: 1px solid #ccc;*/
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    display: block;
    float: left;
    background-image: url(../img/tlo_biale.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 40% 100%;
}
.oferta img {
    float: left;
    /*	position: absolute;
	z-index: 0;*/
    padding-top: 2%;
    width: 30%;
    height: auto;

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0.4;
}
.oferta:hover img {
    padding-left: 2%;

    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 1;
}
.opis_oferty {
    padding-left: 35%;
    padding-bottom: 4%;
}
a.oferta .opis_oferty h3 {
    margin: 0px;
    padding: 4% 0px 0px 0px;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
a.oferta .opis_oferty h3 span {
    text-transform: none;
    display: block;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
}
a.oferta .opis_oferty p {
    color: #666;
    margin: 0px;
    padding-top: 10px;
}
a.oferta:hover .opis_oferty .formBtn i {
    padding-left: 10px;
}
a.oferta:hover .opis_oferty .formBtn {
    color: #fff;
    background-color: #e18900;
}

ul.menuOfertaIdx {
    padding: 0px 0px 30px 35px;
    margin: 0px;
}
ul.menuOfertaIdx:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.menuOfertaIdx li {
    list-style: none;
    margin-bottom: 5px;
    min-width: 50%;
    float: left;
}
ul.menuOfertaIdx li a {
    color: #000 !important;
}
ul.menuOfertaIdx li a:hover,
ul.kontakt_lista li a i {
    color: #e18900 !important;
}

ul.kontakt_lista {
    padding: 0px;
    margin: 0px;
}
ul.kontakt_lista:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.kontakt_lista li {
    list-style: none;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}
ul.kontakt_lista li a {
    color: #dadada;
}
ul.kontakt_lista li a:hover {
    color: #e18900;
}
ul.kontakt_lista li a i {
    color: #e18900;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
ul.kontakt_lista li a:hover i {
    color: #dadada;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

ul.skroty * {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
ul.skroty {
    margin: 0px;
    padding: 0px;
    clear: both;
    width: 100%;
}
ul.skroty:after {
    display: block;
    content: " ";
    clear: both;
}
ul.skroty li {
    list-style: none;
    display: block;
    float: left;
    width: calc(20% - 1px);
    background-color: #666;
    text-align: center;
    margin: 0 0 0 1px;
    padding: 0;
    overflow: hidden;
    background-color: #393c00;
}
ul.skroty li:hover {
    background-color: #8b9300;
}
ul.skroty li a {
    text-decoration: none;
    color: #fff;
}
ul.skroty li img {
    width: 100%;
    height: auto;
    opacity: 0.2;
}
ul.skroty li a:hover img {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25) inset;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}
ul.skroty li h3 {
    font-size: 36px;
    color: #ffffff;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 2%;
    padding-left: 2%;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    padding-top: 45px;
    position: absolute;
    width: 20%;
    z-index: 5;
    line-height: 32px;
}
ul.skroty p {
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    width: 20%;
    z-index: 5;
    padding-top: 250px;
    text-transform: uppercase;
    color: #efefef;
}
#realizacje_img {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0);
}
#realizacje_img:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}
.mapka,
.google-map,
.angular-google-map-container {
    width: 100%;
    height: 600px;
    border: 1px solid #ccc;
    float: right;
    margin-bottom: 50px;
}
.przedstawiciel {
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.przedstawiciel span {
    background-color: rgba(163, 3, 0, 0.2);
    border: 2px solid rgba(163, 3, 0, 1);
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: block;
    float: left;
}

.przedstawiciel div {
    float: left;
    padding-left: 10px;
}
ul.galeria {
    padding: 0px;
    margin: 0px;
}
ul.galeria:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.galeria li {
    list-style: none;
    float: left;
    margin: 10px 2% 10px 2%;
    width: 29.333%;
    text-align: center;
}
/*ul.galeria li:nth-child(4n+1) {
	clear:both;
}*/
ul.galeria li img {
    width: calc(100% - 4px);
    height: auto;
    cursor: pointer;
    margin-bottom: 10px;
    border: 2px solid #f5f5f5;
}
ul.galeria li img:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
ul.ikona {
    padding: 0px;
    margin: 0px;
}
ul.ikona:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.ikona li {
    list-style: none;
    display: inline;
    cursor: pointer;
}
ul.ikona li img:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.formInput {
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    color: #000000;
    width: calc(100% - 22px);
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.formInputIlosc {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    color: #000000;
    width: 80px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.formInputKoszyk {
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    color: #000000;
    width: 80px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.formTextarea {
    width: 100%;
    height: 125px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.inputTextBlad {
    color: #cc0000 !important;
}
.inputTextInfo {
    color: #e18900 !important;
}
.formBtn {
    font-family: "Rubik", sans-serif;
    padding-top: 7px;
    padding-right: 30px;
    padding-bottom: 7px;
    padding-left: 30px;
    font-size: 20px;
    color: #717171;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    border: 2px solid #f5f5f5;
    cursor: pointer;
    border: 2px solid #f5f5f5;
    cursor: pointer;
    position: static;
    width: 200px;
    margin: 0 auto;
    padding: 5px 0px;
    bottom: -16px;
    color: #e18900;
    border: 2px solid #e18900;
    background-color: #fff;
}

.formBtn:hover {
    color: #fff;
    border: 2px solid #e18900;
    background: #e18900;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.formBtn2 {
    width: auto;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: bold;
    float: right;
}
.formBtn.dotpay {
    background-image: url(../img/dotpay_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 130px;
}
/*.formBtn i {
	padding-left: 0px;
}
.formBtn:hover i {
	padding-left: 10px;
}*/
a.formBtn {
    color: #e18900;
    background-color: #fff;
    cursor: pointer;
}
a.formBtn:hover {
    color: #fff;
    background-color: #e18900;
}
.niekatywnyBtn {
    /*	opacity: 0.8;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
}
a.formCiemny {
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
    border: 1px solid #e18900;
    background: none;
    font-size: 16px;
    color: #e18900;
    cursor: pointer;
}
a.formCiemny:hover {
    background-color: #e18900;
    padding-right: 40px;
    padding-left: 30px;
    color: #fff;
}
a.megaBtn {
    background-color: #e18900;
    background-image: url(../img/btn_koszyk.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 90px;
    margin-top: 15px;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: inline-block;
}
a.megaBtn:hover {
    background-color: #e18900;
    padding-right: 35px;
    padding-left: 95px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.boxTogle {
    background-color: #f2f2f2;
}
ul.opis_tekst {
    margin: 0px;
    padding: 10px;
    padding-top: 0px;
}
ul.opis_tekst:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.opis_tekst li {
    list-style: none;
    margin: 0px;
    padding: 25px;
    background-color: #fff;
    display: none;
}
ul.opis_tekst li ul {
    margin: auto;
    padding: auto;
}
ul.opis_tekst:after li ul {
    content: ".";
    display: block;
    height: 0;
    clear: none;
    visibility: hidden;
}
ul.opis_tekst li ul li {
    list-style: circle;
    margin: auto !important;
    padding: 5px !important;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
ul.opis_menu {
    padding: 10px;
    padding-bottom: 0px;
    margin: 0px;
}
ul.opis_menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.opis_menu li {
    list-style: none;
    color: #666;
    margin: 0px;
    padding: 0px 25px 0px 25px;
    text-align: center;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
ul.opis_menu li:hover {
    color: #000;
    background-color: #fafafa;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
ul.opis_menu li.wybrane {
    color: #000;
    background-color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
ul.opis_menu li h2 {
    color: #666;
    font-size: 18px;
    font-weight: bold;
}
ul.opis_menu li:hover h2,
ul.opis_menu li.wybrane h2 {
    color: #424242;
}
.tekst ul.punkty {
    margin-left: 0px;
    padding-left: 0px;
}
.tekst ul.punkty:after {
    display: block;
    clear: both;
    content: "";
}
.tekst ul.punkty li {
    display: block;
    float: left;
    width: 320px;
    list-style: none;
    padding: 10px 15px 10px 15px;
    margin: 3px;
    border-radius: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #333;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: dotted;
    border-right-style: dotted;
    border-top-color: #ccc;
    border-right-color: #ccc;
    cursor: pointer;
    overflow: hidden;
    height: 42px;
    text-align: left;
}
.menuPrawa {
    margin: 0px 0px 45px 0px;
    padding-top: 50px;
    padding-left: 20px;
    margin-bottom: 30px;
}
.menuPrawa h3 {
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 20px 0 20px;
}
.menuPrawa ul {
    margin: 0px;
    padding: 0px;
}
.menuPrawa ul:after {
    display: block;
    content: " ";
    clear: both;
}
.menuPrawa ul li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 8px 10px 8px 10px;
    font-size: 16px !important;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
}
.menuPrawa ul li:last-child {
    border-bottom: none;
}
.menuPrawa ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
}

.menuPrawa ul li a i {
    float: left;
    width: 20px;
    padding-top: 3px;
}
.menuPrawa ul li a span {
    width: 90%;
    float: left;
    width: calc(100% - 20px);
}
.menuPrawa ul li a:hover,
.menuPrawa ul li a.zaznaczone {
    color: #fff;
}
.menuPrawa ul li ul {
    border-top: none;
    padding-left: 15px;
}
.menuPrawa ul li ul li {
    padding: 3px 6% 3px 3%;
    font-size: 15px !important;
    text-transform: none;
    border-bottom: none;
    font-weight: bold;
}
.menuPrawa ul li ul li a {
    color: #444;
    text-decoration: none;
}
.warta {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.warta iframe {
    max-width: 90%;
    border: 0px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.offer-box .jq-tab .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.offer-item:hover .formBtn {
    color: #e18900;
    border: 2px solid #e18900;
}
.offer-item {
    background: #fff;
    position: relative;
    transition: 0.4s all ease;
    display: block;
    padding: 0px;
    margin: 0 0 20px 0;
    text-align: center;
    color: #333;
    text-decoration: none;
    min-height: 290px;
    position: relative;
    border: 2px solid #f5f5f5;
}
.offer-item .item-name {
    color: #000;
    font-size: 13px;
    display: block;
    padding: 0 10px;
    text-align: center;
    line-height: 16px;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 500;
}
.offer-item .item-name2 {
    font-size: 34px;
    padding-top: 50px;
    font-weight: 600;
    line-height: 40px;
}
.offer-item strong {
    color: #e18900;
}
.offer-item .item-img {
    margin: 0 auto;
}
.offer-item:hover,
.offer-item:hover .item-name {
    text-decoration: none;
    color: #e18900;
}
.offer-item:hover {
    /*
	transform:scale(1.09);  
	z-index:90;   */

    border: 2px solid #e18900;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.offer-item .formBtn {
    right: 10%;
    left: 10%;
    width: 80%;
    position: absolute;
    color: #717171;
    border: 2px solid #f5f5f5;
    font-size: 14px;
}

.offer-item .formBtn:hover {
    color: #fff;
}

.listaProduktow {
    width: calc(100% - 10px) !important;
}

.produktU {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0px;
    border: 1px solid #f2f2f2;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.produktU:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    transform: scale(1.025);
}

.produktU .zdjecie {
    width: 8%;
    padding-right: 1%;
    padding-left: 1%;
    float: left;
}

.produktU .informcje {
    width: 34%;
    padding: 10px 1%;
    float: left;
    font-size: 14px;
}
.produktU .informcje a {
    color: #000;
}

.produktU .cena {
    width: 15%;
    padding: 10px 1% 10px 1%;
    float: left;
    font-size: 14px;
}
.produktU .akcja {
    width: 35%;
    float: left;
    padding: 10px 1%;
    overflow: hidden;
    text-align: center;
}

.produktU .akcja .sztuk {
    line-height: 26px;
    padding: 0px 10px 2px 10px;
    font-size: 16px;
    display: inline-block;
}

.produktU .akcja .sztuk input {
    line-height: 26px;
    padding: 2px 10px;
    font-size: 16px;
    border: 1px solid #f2f2f2;
    width: 50px;
    float: left;
}
.produktU .akcja .do_koszyka {
    display: inline-block;
    border: 2px solid #e18900;
    color: #e18900;
    line-height: 26px;
    padding: 2px 0px;
    font-size: 14px;
    cursor: pointer;
    width: 150px;
    margin-top: 3px;
}

.produktU .akcja .do_koszyka:hover {
    background: #e18900;
    color: #fff;
}
.produktU .akcja .formBtn {
    display: inline-block;
    border: 2px solid #aaa;
    color: #aaa;
    line-height: 26px;
    padding: 2px 0px;
    font-size: 14px;
    cursor: pointer;
    width: 150px;
    margin: 0px;
    font-weight: 400;
}

.produktU .akcja .formBtn:hover {
    color: #fff;
    background: #aaa;
}

.carousel {
    width: 100%;
    height: 500px;
    display: relative;
}
.carousel img {
    display: hidden; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
}
.dodatkoweInfo .kol_2 {
    padding: 0px;
    width: 49%;
    width: calc(50% - 2px);
    border: 1px solid #ccc;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    min-height: 200px;
}
.dodatkoweInfo .kol_2 h2 {
    background-color: #f2f2f2;
    padding: 5px;
    color: #e18900;
    font-size: 26px;
}
.opis_tabela {
    width: 97%;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin-top: 15px;
}
.opis_tabela thead tr {
    font-weight: bold;
    background: #ffffff !important;
}
.opis_tabela td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 1%;
}
.opis_tabela tr:hover {
    background: #eeeeee !important;
}
.opis_tabela tr:nth-child(odd) {
    background: #f7f7f7;
}
.opis_tabela tr:nth-child(even) {
    background: #ffffff;
}
.produktImg {
    /*border-radius: 5px;*/
    border: 2px solid #f5f5f5;
    width: calc(100% - 4px);
    margin-top: 100px;
}

.numery {
    font-size: 13px;
    color: #cccccc;
    margin-top: 35px;
    text-align: center;
    padding-top: 10px;
    clear: both;
}
.numery a {
    font-size: 12px;
    color: #333333;
    margin: 2px;
    border: 1px solid #cccccc;
    text-decoration: none;
    background-color: #dddddd;
    display: inline-block;
    padding: 1px 7px 1px 7px;
}
.numery a:hover {
    font-size: 12px;
    color: #fff;
    border: 1px solid #054982;
    text-decoration: none;
    background-color: #e18900;
}
.pusty {
    background-color: #dddddd;
    color: #cccccc;
    margin: 2px;
    display: inline-block;
    padding: 1px 7px 1px 7px;
}
.wynik {
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 3px 10px 3px 10px;
}
.wynik:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-color: #efefef;
}

.wyszukiwarkaFull {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.wyszukiwarkaFull form {
    display: flex;
}
.wyszukiwarkaFull label {
    flex: auto;
    padding: 0px 30px;
    border-left: 1px solid #ccc;
}

.wyszukiwarkaFull label:first-child {
    border-left: 0px solid #ccc;
}
.wyszukiwarkaFull label span {
    font-size: 12px;
    width: 100%;
    display: block;
    color: #666;
    text-transform: uppercase;
}
.wyszukiwarkaFull label select {
    width: 100%;
    padding: 10px;
    background: none;
    border: 1px solid #ccc;
}
.wyszukiwarkaFull label input.formInputSzukaj {
    background-color: #fff !important;
    border: 1px solid #ccc;
    font-weight: 400;
    color: #000;
    font-size: 16px;
}

.wyszukiwarkaFull .formBtn {
    height: 43px;
    margin-top: 17px;
    width: auto;
    padding: 0px 20px;
}

/** MAIN odstep_z_lewej



/** FOOTER **/
#stopka {
    color: #aaa;
    font-size: 13px;
    font-weight: normal;
    margin: 0px;
    background: #000;
    min-height: 250px;
}
#stopka a {
    color: #ccc;
}
#stopka a:hover {
    color: #ffffff;
    text-decoration: none;
}
.odstep_z_lewej {
    padding-left: 2%;
}
#stopka span {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
#stopka .partnerzy {
    width: 1200px;
    margin: 0px auto;
    padding-top: 20px;
}
#stopka ul {
    display: flex;
    list-style: none;
    border-radius: 20px;
    padding: 0px;
    margin: 0px;
    background-color: #ffff;
    border-radius: 10px;
}
#stopka li {
    flex: 1;
    padding-bottom: 10px;
    padding-top: 10px;
}
.do_prawej {
    float: right;
    margin-left: 15px;
}
.influencja_knt {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 5%;
    background-color: rgba(0, 0, 0, 0.95);
}
#influencja {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0.8;
}
#influencja:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 1;
}
#wymiary table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
#wymiary table th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    border-top: 0;
}
#wymiary table tr {
    padding-top: 5px;
    padding-bottom: 5px;
}
#wymiary table tr:nth-of-type(2n + 1) {
    background-color: #f9f9f9;
}

table.zamowienia {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table.zamowienia th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    border-top: 0;
    padding: 1% 2% 1% 2%;
}
table.zamowienia td {
    padding: 1% 2% 1% 2%;
}
table.zamowienia tr {
    padding-top: 5px;
    padding-bottom: 5px;
}
table.zamowienia tr.zam {
    background-color: #f9f9f9;
}
table.zamowienia tr.pus {
    font-size: 12px;
    line-height: 12px;
}
table.zamowienia i {
    cursor: pointer;
}
table.koszyk {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    font-size: 15px;
    line-height: 20px;
}
table.koszyk th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    border-top: 0;
    padding: 5px 10px;
    background: #fff;
    font-weight: 400;
}
table.koszyk td {
    padding: 5px;
    background: #fff;
    font-weight: 400;
}
table.koszyk tr {
    padding-top: 5px;
    padding-bottom: 5px;
}
table.koszyk tr.zam {
}
table.koszyk tr.zam:hover {
    background-color: #fafafa;
}
table.koszyk tr.pus {
    font-size: 6px;
    line-height: 6px;
    padding: 0px;
}
table.koszyk td.pus {
    padding: 0px;
}
table.koszyk td.kosz {
    width: 100px;
    text-align: center;
}
table.koszyk i {
    cursor: pointer;
}
table.koszyk .koszyk_obr_knt {
    width: 60px;
    padding: 5px;
}
table.koszyk .koszyk_obr {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
}
table.koszyk .titleMenu {
    display: none;
}
.daneAdresowe {
    font-size: smaller;
    padding: 5px 10px 5px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    margin: 5px 0px 15px 0px;
}
.panel_lewa {
    width: 73%;
    padding-right: 2%;
    float: left;
}
.panel_lewa .tekst {
    padding: 0px !important;
}
.panel_prawa {
    width: 24%;
    float: right;
}
.info_nag {
    font-size: 12px;
    text-transform: uppercase;
}
.zamowienia .tabelaProduktow {
    font-size: 13px;
}
.tabelaProduktow {
    width: 100%;
    background-color: #fff;
}
.tabelaProduktow th {
    background-color: #fafafa;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    color: #999;
    padding: 5px;
}
.tabelaProduktow td {
    border-bottom: 1px solid #efefef;
    padding: 5px;
}
.tabelaProduktow th strong {
    color: #000;
    font-size: 15px;
}
.produkt_boks {
    background-color: #fff;
    padding: 2% 1% 1% 2%;
    margin: 10px 0px 10px 0px;
    border-radius: 5px;
}

.produkt_boks p {
    border-bottom: 1px solid #d8d8d8;
    padding: 5px;
    color: #e18900;
    font-weight: bold;
}

.produkt_boks p span {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}
.produkt_boks legend {
    border: 1px solid #efefef;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 0px 1% 0px 1%;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.kupTeraz {
    border: 1px solid #f2f2f2;
    text-align: center;
}
.cenaBox {
    font-size: 18px;
    padding: 10px;
}
.stara_cena {
    text-decoration: line-through;
    opacity: 0.5;
}
.koszyk_naglowek {
    width: 22%;
    padding: 1% 1% 1% 2%;
    margin: 0px 0px 2% 0px;
    background-color: #efefef;
    color: #999;
    float: left;
}
.koszyk_naglowek.wybrany {
    background-color: #e18900;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
.dostawa_platnosc {
    display: block;
    padding: 10px;
    background: #efefef;
    border: 1px solid #efefef;
    border-radius: 3px;
    cursor: pointer;
}
.dostawa_platnosc:hover {
    border: 1px solid #ddd;
}
.scroll_link {
    position: absolute;
    margin-top: -15px;
}

/** FOOTER **/
.proukt_opis table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.proukt_opis table th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    border-top: 0;
}
.proukt_opis table tr {
    padding-top: 5px;
    padding-bottom: 5px;
}
.proukt_opis table tr:nth-of-type(2n + 1) {
    background-color: #f9f9f9;
}

.info_koszyk {
    position: fixed;
    width: 20%;
    padding: 1%;
    margin-right: -25%;
    z-index: 600;
    right: 1%;
    bottom: 1%;
    background-color: #e18900;
    font-weight: normal;
    color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
}
.info_koszyk a {
    color: #fff;
}
.info_koszyk.blad {
    background-color: #cc0000;
}
.info_koszyk.pokaz {
    margin-right: 0px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 1;
}
/*td, th {
    padding: 5px;
}
tr:hover{
	border: 2px solid #666;
	background-color: #ddd !important;
}*/

/** ANIMATIONS **/
.ngFade.ng-enter {
    transition: 0.5s linear all;
    opacity: 0;
}
.ngFade.ng-enter.ng-enter-active {
    opacity: 1;
    transition: 0.5s linear all;
}
/** ANIMATIONS **/

/** DODATKI **/
.oberek100 {
    width: 100%;
    height: auto;
}
.kolor {
    color: #e18900;
}
.czarny {
    color: #333333;
}
.czerwony {
    color: #cc0000;
}
.px10 {
    font-size: 10px;
}
.px12 {
    font-size: 12px;
}
.px14 {
    font-size: 14px;
}
.px16 {
    font-size: 16px;
}
.px18 {
    font-size: 18px;
}
.px20 {
    font-size: 20px;
}
.px22 {
    font-size: 22px;
}
.px24 {
    font-size: 24px;
}
.px30 {
    font-size: 30px;
}
.px36 {
    font-size: 36px;
}
.px48 {
    font-size: 48px;
}
#sama_gora {
    position: absolute;
    top: 0px;
}
#do_gory {
    position: fixed;
    bottom: 0px;
    right: 30px;
    z-index: 10000;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding-bottom: 0px;
    color: #e18900;
    font-size: 40px;
}
#do_gory:hover {
    opacity: 1;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding-top: 0px;
    padding-bottom: 10px;
}
label {
    font-weight: normal;
}
.odstepMin {
    display: none;
}
.nasza_jakosc {
    border-radius: 50%;
    border: 2px solid #e8000b;
    box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.2);
    width: 15%;
    margin-right: 1%;
}
ul.kolumny_zalaczniki {
    padding: 0px;
    overflow: hidden;
}
ul.kolumny_zalaczniki li {
    width: 31%;
    margin: 1%;
    text-align: center;
    float: left;
}
ul.kolumny_zalaczniki li img {
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    opacity: 0.6;
    width: 200px;
}

ul.kolumny_zalaczniki li:hover img {
    opacity: 1;
}
.ukryte {
    position: absolute;
    opacity: 0;
    height: 1px;
    overflow: hidden;
}
/** DODATKI **/

.alignnone {
    margin: 1.625em;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
    max-width: 45% !important;
    height: auto;
}
.alignleft:hover {
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
    max-width: 45% !important;
    height: auto;
}
.alignright:hover {
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.aligncenter:hover {
}
.text-center {
    text-align: center;
}
.kol_3 div.slajd {
    width: 100%;
}
.angular-google-map {
    height: 600px;
}

/** Formularz **/
/*input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select, textarea {
  vertical-align: top;
  padding: 0 5px;
  margin: 10px;
  border: 1px solid #ddd;
  height: 36px;
  font: 13px 'Open Sans', sans-serif;
  color: #666;
  display: block;
  width: 100%;
  background: #fff 95% center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
    outline: none;
    border: 1px solid #54AFE4;
    -webkit-box-shadow: 0 0 2px rgba(84, 175, 228, 0.4);
    -moz-box-shadow: 0 0 2px rgba(84, 175, 228, 0.4);
    box-shadow: 0 0 2px rgba(84, 175, 228, 0.4); }
  input[type="email"].disabled, input[type="number"].disabled, input[type="password"].disabled, input[type="search"].disabled, input[type="tel"].disabled, input[type="text"].disabled, input[type="url"].disabled, input[type="color"].disabled, input[type="date"].disabled, input[type="datetime"].disabled, input[type="datetime-local"].disabled, input[type="month"].disabled, input[type="time"].disabled, input[type="week"].disabled, select.disabled, textarea.disabled {
    background-color: #f5f5f5; }

textarea{
	height: 155px;
}


input[type="submit"], input[type="button"] {
    display: inline-block;
    padding: 0 20px;
    min-width: 100px;
    border: 1px solid #ccc;
    height: 40px;
    color: #4E4E4E;
    font: bold 13px/40px 'Open Sans', sans-serif;
    cursor: pointer;
    border-radius: 3px;

}*/
.text-danger {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
}

#menu_kontakt li.wyszukiwarka {
    background-color: #494949;
    padding-left: 0px;
    margin-left: 30px;
}
.formInputSzukaj {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    background-color: #f2f2f2 !important;
    padding-top: 13px;
    padding-right: 40px;
    padding-bottom: 13px;
    padding-left: 15px;
    width: 205px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-weight: bold;
}
.formBtnSzukaj {
    font-family: "Rubik", sans-serif;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-image: url(../img/lupka.png);
    background-repeat: no-repeat;
    padding: 2px;
    height: 20px;
    width: 19px;
    margin-top: 10px;
    margin-left: -50px;
    position: absolute;
    top: 0px;
    right: 20px;
}
.formBtnSzukaj:hover {
    opacity: 0.8;
}
ul#ralownik {
    overflow: hidden;
    padding: 0px;
}
ul#ralownik li {
    width: 105px;
    float: left;
    margin: 5px !important;
    display: block;
}

ul#ralownik li h3 {
    text-align: center;
}

.wymiaryTab {
    border: 2px solid #ccc;
}
.wymiaryTab tr:first-child {
    background-color: #ccc !important;
    border-bottom: 2px solid #666;
}
.onas_box {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
    font-size: 14px;
}

.onas_box span {
    margin-top: 30px;
    display: block;
}

.onas_box span a {
    color: #000;
    display: block;
}

.onas_box span a:hover {
    color: #e18900;
}

.logoBox {
    width: 100px;
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100px;
    top: 0px;
    bottom: 0px;
    left: 0px;
}

.kolumnaLewa2 {
    width: 47%;
    padding-right: 3%;
    float: left;
}
.kolumnaPrawa2 {
    width: 47%;
    float: left;
    padding-right: 3%;
}

.kolumnaLewa {
    width: 50%;
    float: left;
}
.kolumnaPrawa {
    width: 50%;
    float: left;
}
.koniecKolumn {
    clear: both;
}
.tlo_lista .kolumnaPrawa img {
    width: 50%;
    margin: 0px 25% !important;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}

/** Bootstrap **/
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #a94442;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
    padding: 5px 25px 5px 25px !important;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
    padding: 5px 25px 5px 25px !important;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
    padding: 5px 25px 5px 25px !important;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
    padding: 5px 25px 5px 25px !important;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
    padding: 5px 25px 5px 25px !important;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
/** Bootstrap **/

/*
autor:      influencja.pl
wersja:     165.12.2.1
kompilacja: 123080962145912635976129019625019261569361986365;
klasy:      .wiersz
            .kol_[1-9]
            .kol_[10-100]
            .ods_z[gora,dol,prawa,lewa]_[5-100]
            .ods_w[gora,dol,prawa,lewa]_[5-100]
            .px[10-36]
*/

.produktyPolecane {
    padding-top: 50px;
}
.wiersz {
    clear: both;
}
.wiersz:after {
    clear: both;
    display: block;
    content: " ";
    height: 0px;
    overflow: hidden;
}
.kol_1 {
    float: left;
    width: 100%;
    width: calc(100% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_2 {
    float: left;
    width: 50%;
    width: calc(50% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_3 {
    float: left;
    width: 29%;
    width: calc(33.333333333333% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_4 {
    float: left;
    width: 22%;
    width: calc(25% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_5 {
    float: left;
    width: 18%;
    width: calc(20% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_6 {
    float: left;
    width: calc(16.666666666667% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_7 {
    float: left;
    width: calc(14.285714285714% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_8 {
    float: left;
    width: calc(12.5% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_9 {
    float: left;
    width: calc(11.111111111111% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_10 {
    float: left;
    width: calc(10% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_11 {
    float: left;
    width: calc(11% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_12 {
    float: left;
    width: calc(12% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_13 {
    float: left;
    width: calc(13% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_14 {
    float: left;
    width: calc(14% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_15 {
    float: left;
    width: calc(15% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_16 {
    float: left;
    width: calc(16% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_17 {
    float: left;
    width: calc(17% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_18 {
    float: left;
    width: calc(18% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_19 {
    float: left;
    width: calc(19% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_20 {
    float: left;
    width: calc(20% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_21 {
    float: left;
    width: calc(21% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_22 {
    float: left;
    width: calc(22% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_23 {
    float: left;
    width: calc(23% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_24 {
    float: left;
    width: calc(24% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_25 {
    float: left;
    width: calc(25% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_26 {
    float: left;
    width: calc(26% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_27 {
    float: left;
    width: calc(27% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_28 {
    float: left;
    width: calc(28% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_29 {
    float: left;
    width: calc(29% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_30 {
    float: left;
    width: 28%;
    width: calc(30% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_31 {
    float: left;
    width: calc(31% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_32 {
    float: left;
    width: calc(32% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_33 {
    float: left;
    width: calc(33% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_34 {
    float: left;
    width: calc(34% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_35 {
    float: left;
    width: calc(35% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_36 {
    float: left;
    width: calc(36% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_37 {
    float: left;
    width: calc(37% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_38 {
    float: left;
    width: calc(38% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_39 {
    float: left;
    width: calc(39% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_40 {
    float: left;
    width: calc(40% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_41 {
    float: left;
    width: calc(41% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_42 {
    float: left;
    width: calc(42% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_43 {
    float: left;
    width: calc(43% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_44 {
    float: left;
    width: calc(44% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_45 {
    float: left;
    width: calc(45% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_46 {
    float: left;
    width: calc(46% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_47 {
    float: left;
    width: calc(47% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_48 {
    float: left;
    width: calc(48% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_49 {
    float: left;
    width: calc(49% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_50 {
    float: left;
    width: calc(50% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_51 {
    float: left;
    width: calc(51% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_52 {
    float: left;
    width: calc(52% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_53 {
    float: left;
    width: calc(53% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_54 {
    float: left;
    width: calc(54% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_55 {
    float: left;
    width: calc(55% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_56 {
    float: left;
    width: calc(56% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_57 {
    float: left;
    width: calc(57% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_58 {
    float: left;
    width: calc(58% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_59 {
    float: left;
    width: calc(59% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_60 {
    float: left;
    width: calc(60% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_61 {
    float: left;
    width: calc(61% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_62 {
    float: left;
    width: calc(62% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_63 {
    float: left;
    width: calc(63% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_64 {
    float: left;
    width: calc(64% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_65 {
    float: left;
    width: calc(65% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_66 {
    float: left;
    width: calc(66% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_67 {
    float: left;
    width: calc(67% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_68 {
    float: left;
    width: calc(68% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_69 {
    float: left;
    width: calc(69% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_70 {
    float: left;
    width: 67%;
    width: calc(70% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_71 {
    float: left;
    width: calc(71% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_72 {
    float: left;
    width: calc(72% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_73 {
    float: left;
    width: calc(73% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_74 {
    float: left;
    width: calc(74% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_75 {
    float: left;
    width: calc(75% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_76 {
    float: left;
    width: calc(76% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_77 {
    float: left;
    width: calc(77% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_78 {
    float: left;
    width: calc(78% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_79 {
    float: left;
    width: calc(79% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_80 {
    float: left;
    width: calc(80% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_81 {
    float: left;
    width: calc(81% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_82 {
    float: left;
    width: calc(82% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_83 {
    float: left;
    width: calc(83% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_84 {
    float: left;
    width: calc(84% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_85 {
    float: left;
    width: calc(85% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_86 {
    float: left;
    width: calc(86% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_87 {
    float: left;
    width: calc(87% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_88 {
    float: left;
    width: calc(88% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_89 {
    float: left;
    width: calc(89% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_90 {
    float: left;
    width: calc(90% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_91 {
    float: left;
    width: calc(91% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_92 {
    float: left;
    width: calc(92% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_93 {
    float: left;
    width: calc(93% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_94 {
    float: left;
    width: calc(94% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_95 {
    float: left;
    width: calc(95% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_96 {
    float: left;
    width: calc(96% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_97 {
    float: left;
    width: calc(97% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_98 {
    float: left;
    width: calc(98% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_99 {
    float: left;
    width: calc(99% - 30px);
    padding: 0px 15px 0px 15px;
}
.kol_100 {
    float: left;
    width: calc(100% - 30px);
    padding: 0px 15px 0px 15px;
}
.ods_zg_0 {
    margin-top: 0px;
}
.ods_zl_0 {
    margin-left: 0px;
}
.ods_zp_0 {
    margin-right: 0px;
}
.ods_zd_0 {
    margin-bottom: 0px;
}
.ods_wg_0 {
    padding-top: 0px;
}
.ods_wl_0 {
    padding-left: 0px;
}
.ods_wp_0 {
    padding-right: 0px;
}
.ods_wd_0 {
    padding-bottom: 0px;
}
.ods_zg_5 {
    margin-top: 5px;
}
.ods_zl_5 {
    margin-left: 5px;
}
.ods_zp_5 {
    margin-right: 5px;
}
.ods_zd_5 {
    margin-bottom: 5px;
}
.ods_wg_5 {
    padding-top: 5px;
}
.ods_wl_5 {
    padding-left: 5px;
}
.ods_wp_5 {
    padding-right: 5px;
}
.ods_wd_5 {
    padding-bottom: 5px;
}
.ods_zg_10 {
    margin-top: 10px;
}
.ods_zl_10 {
    margin-left: 10px;
}
.ods_zp_10 {
    margin-right: 10px;
}
.ods_zd_10 {
    margin-bottom: 10px;
}
.ods_wg_10 {
    padding-top: 10px;
}
.ods_wl_10 {
    padding-left: 10px;
}
.ods_wp_10 {
    padding-right: 10px;
}
.ods_wd_10 {
    padding-bottom: 10px;
}
.ods_zg_15 {
    margin-top: 15px;
}
.ods_zl_15 {
    margin-left: 15px;
}
.ods_zp_15 {
    margin-right: 15px;
}
.ods_zd_15 {
    margin-bottom: 15px;
}
.ods_wg_15 {
    padding-top: 15px;
}
.ods_wl_15 {
    padding-left: 15px;
}
.ods_wp_15 {
    padding-right: 15px;
}
.ods_wd_15 {
    padding-bottom: 15px;
}
.ods_zg_20 {
    margin-top: 20px;
}
.ods_zl_20 {
    margin-left: 20px;
}
.ods_zp_20 {
    margin-right: 20px;
}
.ods_zd_20 {
    margin-bottom: 20px;
}
.ods_wg_20 {
    padding-top: 20px;
}
.ods_wl_20 {
    padding-left: 20px;
}
.ods_wp_20 {
    padding-right: 20px;
}
.ods_wd_20 {
    padding-bottom: 20px;
}
.ods_zg_25 {
    margin-top: 25px;
}
.ods_zl_25 {
    margin-left: 25px;
}
.ods_zp_25 {
    margin-right: 25px;
}
.ods_zd_25 {
    margin-bottom: 25px;
}
.ods_wg_25 {
    padding-top: 25px;
}
.ods_wl_25 {
    padding-left: 25px;
}
.ods_wp_25 {
    padding-right: 25px;
}
.ods_wd_25 {
    padding-bottom: 25px;
}
.ods_zg_30 {
    margin-top: 30px;
}
.ods_zl_30 {
    margin-left: 30px;
}
.ods_zp_30 {
    margin-right: 30px;
}
.ods_zd_30 {
    margin-bottom: 30px;
}
.ods_wg_30 {
    padding-top: 30px;
}
.ods_wl_30 {
    padding-left: 30px;
}
.ods_wp_30 {
    padding-right: 30px;
}
.ods_wd_30 {
    padding-bottom: 30px;
}
.ods_zg_35 {
    margin-top: 35px;
}
.ods_zl_35 {
    margin-left: 35px;
}
.ods_zp_35 {
    margin-right: 35px;
}
.ods_zd_35 {
    margin-bottom: 35px;
}
.ods_wg_35 {
    padding-top: 35px;
}
.ods_wl_35 {
    padding-left: 35px;
}
.ods_wp_35 {
    padding-right: 35px;
}
.ods_wd_35 {
    padding-bottom: 35px;
}
.ods_zg_40 {
    margin-top: 40px;
}
.ods_zl_40 {
    margin-left: 40px;
}
.ods_zp_40 {
    margin-right: 40px;
}
.ods_zd_40 {
    margin-bottom: 40px;
}
.ods_wg_40 {
    padding-top: 40px;
}
.ods_wl_40 {
    padding-left: 40px;
}
.ods_wp_40 {
    padding-right: 40px;
}
.ods_wd_40 {
    padding-bottom: 40px;
}
.ods_zg_45 {
    margin-top: 45px;
}
.ods_zl_45 {
    margin-left: 45px;
}
.ods_zp_45 {
    margin-right: 45px;
}
.ods_zd_45 {
    margin-bottom: 45px;
}
.ods_wg_45 {
    padding-top: 45px;
}
.ods_wl_45 {
    padding-left: 45px;
}
.ods_wp_45 {
    padding-right: 45px;
}
.ods_wd_45 {
    padding-bottom: 45px;
}
.ods_zg_50 {
    margin-top: 50px;
}
.ods_zl_50 {
    margin-left: 50px;
}
.ods_zp_50 {
    margin-right: 50px;
}
.ods_zd_50 {
    margin-bottom: 50px;
}
.ods_wg_50 {
    padding-top: 50px;
}
.ods_wl_50 {
    padding-left: 50px;
}
.ods_wp_50 {
    padding-right: 50px;
}
.ods_wd_50 {
    padding-bottom: 50px;
}
.ods_zg_55 {
    margin-top: 55px;
}
.ods_zl_55 {
    margin-left: 55px;
}
.ods_zp_55 {
    margin-right: 55px;
}
.ods_zd_55 {
    margin-bottom: 55px;
}
.ods_wg_55 {
    padding-top: 55px;
}
.ods_wl_55 {
    padding-left: 55px;
}
.ods_wp_55 {
    padding-right: 55px;
}
.ods_wd_55 {
    padding-bottom: 55px;
}
.ods_zg_60 {
    margin-top: 60px;
}
.ods_zl_60 {
    margin-left: 60px;
}
.ods_zp_60 {
    margin-right: 60px;
}
.ods_zd_60 {
    margin-bottom: 60px;
}
.ods_wg_60 {
    padding-top: 60px;
}
.ods_wl_60 {
    padding-left: 60px;
}
.ods_wp_60 {
    padding-right: 60px;
}
.ods_wd_60 {
    padding-bottom: 60px;
}
.ods_zg_65 {
    margin-top: 65px;
}
.ods_zl_65 {
    margin-left: 65px;
}
.ods_zp_65 {
    margin-right: 65px;
}
.ods_zd_65 {
    margin-bottom: 65px;
}
.ods_wg_65 {
    padding-top: 65px;
}
.ods_wl_65 {
    padding-left: 65px;
}
.ods_wp_65 {
    padding-right: 65px;
}
.ods_wd_65 {
    padding-bottom: 65px;
}
.ods_zg_70 {
    margin-top: 70px;
}
.ods_zl_70 {
    margin-left: 70px;
}
.ods_zp_70 {
    margin-right: 70px;
}
.ods_zd_70 {
    margin-bottom: 70px;
}
.ods_wg_70 {
    padding-top: 70px;
}
.ods_wl_70 {
    padding-left: 70px;
}
.ods_wp_70 {
    padding-right: 70px;
}
.ods_wd_70 {
    padding-bottom: 70px;
}
.ods_zg_75 {
    margin-top: 75px;
}
.ods_zl_75 {
    margin-left: 75px;
}
.ods_zp_75 {
    margin-right: 75px;
}
.ods_zd_75 {
    margin-bottom: 75px;
}
.ods_wg_75 {
    padding-top: 75px;
}
.ods_wl_75 {
    padding-left: 75px;
}
.ods_wp_75 {
    padding-right: 75px;
}
.ods_wd_75 {
    padding-bottom: 75px;
}
.ods_zg_80 {
    margin-top: 80px;
}
.ods_zl_80 {
    margin-left: 80px;
}
.ods_zp_80 {
    margin-right: 80px;
}
.ods_zd_80 {
    margin-bottom: 80px;
}
.ods_wg_80 {
    padding-top: 80px;
}
.ods_wl_80 {
    padding-left: 80px;
}
.ods_wp_80 {
    padding-right: 80px;
}
.ods_wd_80 {
    padding-bottom: 80px;
}
.ods_zg_85 {
    margin-top: 85px;
}
.ods_zl_85 {
    margin-left: 85px;
}
.ods_zp_85 {
    margin-right: 85px;
}
.ods_zd_85 {
    margin-bottom: 85px;
}
.ods_wg_85 {
    padding-top: 85px;
}
.ods_wl_85 {
    padding-left: 85px;
}
.ods_wp_85 {
    padding-right: 85px;
}
.ods_wd_85 {
    padding-bottom: 85px;
}
.ods_zg_90 {
    margin-top: 90px;
}
.ods_zl_90 {
    margin-left: 90px;
}
.ods_zp_90 {
    margin-right: 90px;
}
.ods_zd_90 {
    margin-bottom: 90px;
}
.ods_wg_90 {
    padding-top: 90px;
}
.ods_wl_90 {
    padding-left: 90px;
}
.ods_wp_90 {
    padding-right: 90px;
}
.ods_wd_90 {
    padding-bottom: 90px;
}
.ods_zg_95 {
    margin-top: 95px;
}
.ods_zl_95 {
    margin-left: 95px;
}
.ods_zp_95 {
    margin-right: 95px;
}
.ods_zd_95 {
    margin-bottom: 95px;
}
.ods_wg_95 {
    padding-top: 95px;
}
.ods_wl_95 {
    padding-left: 95px;
}
.ods_wp_95 {
    padding-right: 95px;
}
.ods_wd_95 {
    padding-bottom: 95px;
}
.ods_zg_100 {
    margin-top: 100px;
}
.ods_zl_100 {
    margin-left: 100px;
}
.ods_zp_100 {
    margin-right: 100px;
}
.ods_zd_100 {
    margin-bottom: 100px;
}
.ods_wg_100 {
    padding-top: 100px;
}
.ods_wl_100 {
    padding-left: 100px;
}
.ods_wp_100 {
    padding-right: 100px;
}
.ods_wd_100 {
    padding-bottom: 100px;
}
.px10 {
    font-size: 10px;
}
.px11 {
    font-size: 11px;
}
.px12 {
    font-size: 12px;
}
.px13 {
    font-size: 13px;
}
.px14 {
    font-size: 14px;
}
.px15 {
    font-size: 15px;
}
.px16 {
    font-size: 16px;
}
.px17 {
    font-size: 17px;
}
.px18 {
    font-size: 18px;
}
.px19 {
    font-size: 19px;
}
.px20 {
    font-size: 20px;
}
.px21 {
    font-size: 21px;
}
.px22 {
    font-size: 22px;
}
.px23 {
    font-size: 23px;
}
.px24 {
    font-size: 24px;
}
.px25 {
    font-size: 25px;
}
.px26 {
    font-size: 26px;
}
.px27 {
    font-size: 27px;
}
.px28 {
    font-size: 28px;
}
.px29 {
    font-size: 29px;
}
.px30 {
    font-size: 30px;
}
.px31 {
    font-size: 31px;
}
.px32 {
    font-size: 32px;
}
.px33 {
    font-size: 33px;
}
.px34 {
    font-size: 34px;
}
.px35 {
    font-size: 35px;
}
.px36 {
    font-size: 36px;
}

.wiersz .kol_4:nth-child(4n + 1) {
    clear: both;
}
.kol_menu {
    float: left;
    width: 25%;
    padding: 0px;
    background-image: url(../img/tlo_menu.jpg);
    background-size: 100% 100%;
}
.kol_zawartosc {
    float: left;
    width: calc(75% - 40px);
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.offer-box .kol_4 {
    float: left;
    width: 25%;
    width: calc(25% - 10px);
    padding: 0px 5px 0px 5px;
}

.koniec {
    clear: both;
}

/** DODATKI **/

.wyszukiwarka_link {
    display: block;
    padding: 10px 20px;
    width: auto;
    margin-right: 20px;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.8);
}
.wyszukiwarka_link i {
    color: #e18900;
    float: right;
    display: block;
    font-size: 24px;
}
.wyszukiwarka_link:hover {
    color: #000;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.05);
}
.wyszukiwarka_link:hover i {
    color: #fff;
}

#menuKategorii .wyszukiwarka_link {
    margin-left: 10px;
}

.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    *,
    :after,
    :before,
    :first-letter,
    :first-line {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
