html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}

/*----------------------------------------------------------------
 *
 ************************ style ogolne ***************************
 *
 ---------------------------------------------------------------*/
html,
body {
  text-align: center;
}

body {
  background: #fff;
  font-family: "Domine", serif;
  font-size: 13px;
  color: #333;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  font-smoothing: antialiased;
  text-transform: none;
  color: #292323;
  line-height: 1.5em;
}

/*------------------Zaznaczanie itp----------------------*/

::-moz-selection {
  background-color: #000;
  color: #fff;
}
::selection {
  background: #ccc;
  color: black;
}

/*------------------Dopasowanie obrazka----------------------*/

img.dopasuj {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

@-moz-document url-prefix() {
  img.dopasuj,
  p img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

/*------------------Pojemniki podstawowe----------------------*/

.clear {
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
}

.pojemnik {
  width: 100%;
  overflow: hidden;
  clear: both;
}

/*------------------Pojemniki definiujace strukture strony----------------------*/

#cala-strona {
  min-width: 310px;
  z-index: 1;
  padding-top: 0px !important;
  margin-top: 0 !important;
  position: relative;
}

div.tlo-strony {
  background: #fff;
  padding-bottom: 20px;
}

body.ciemne-tlo div.tlo-strony {
  background: #fff;
}

body.szare-tlo div.tlo-strony {
  background: #f8f8f8;
}

.pojemnik-zawartosc-strony {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

.ciemne-tlo {
  background: #fff;
}

.szare-tlo {
  background: #f8f8f8;
}

body.ciemne-tlo {
  background: #fff;
}

body.ciemne-tlo div.tlo-strony {
  background: #fff;
}

body.szare-tlo div.tlo-strony {
  background: #f8f8f8;
}

.kolumna-podmenu {
  width: 20%;
  padding-top: 100px;
  padding-bottom: 18px;
  float: left;
  border-left: 0px solid #b9b9b9;
  text-align: left;
}

.kolumna-tresc {
  width: 78%;
  padding-bottom: 0px;
  float: right;
  text-align: left;
}

.dopelnienie-dol {
  padding-bottom: 25px;
}

/*----------------------------------------------------------------------
 * ------ KLASY OGOLNE -------------------------------------------------*/

.width-10 {
  width: 10% !important;
}
.width-15 {
  width: 15% !important;
}
.width-20 {
  width: 20% !important;
}
.width-25 {
  width: 25% !important;
}
.width-30 {
  width: 30% !important;
}
.width-33 {
  width: 33.33% !important;
}
.width-35 {
  width: 35% !important;
}
.width-40 {
  width: 40% !important;
}
.width-45 {
  width: 45% !important;
}
.width-50 {
  width: 50% !important;
}
.width-55 {
  width: 55% !important;
}
.width-60 {
  width: 60% !important;
}
.width-65 {
  width: 65% !important;
}
.width-70 {
  width: 70% !important;
}
.width-75 {
  width: 75% !important;
}
.width-80 {
  width: 80% !important;
}
.width-85 {
  width: 85% !important;
}
.width-90 {
  width: 90% !important;
}
.width-95 {
  width: 95% !important;
}
.width-100 {
  width: 100% !important;
}

/*----------------------------------------------------------------------
 * ------ TYPOGRAFIA OGOLNA -------------------------------------------------*/

/* #Naglowki
==================== */

h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Lato";*/
  font-weight: 300;
  text-transform: uppercase;
  color: #111;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  text-align: left;
  font-family: "Domine", serif;
  font-weight: normal;
  font-style: normal;
}
/*
h2 {
	font-family: Ebisu-Black;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.0625em;
    text-transform: uppercase;
    font-size:36px;
    border-bottom:0px solid #787878;
    margin:0px 0px 25px 0px;
	padding:10px 0px 25px 0px;
	color: #f5f5f5;

}
*/

h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 45px;
  border-bottom: 0px solid #eee;
  margin: 0px 0px 25px 0px;
  padding: 50px 0px 25px 0px;
}

.no-baner h2 {
  padding: 60px 0px 25px 0px;
}

h2.nowosci-glowna {
  font-size: 36px;
  margin: 10px 0px 0px 0px;
  padding: 5px 0px 15px 5px;
  text-align: center;
}

h2.nowosci-glowna.promowane {
  font-size: 24px;
}

h2 span {
  font-size: 15px;
  color: #828282;
  position: relative;
  top: 0px;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-weight: 300;
}

h2.tytul span a {
  color: #333;
}

h2 span a:hover {
  color: #999;
}

h3 {
  font-weight: 300;
  font-size: 22px;
  margin: 0px 0px 5px 0px;
  padding: 30px 0px 5px 0px;
}

h4 {
  font-weight: 300;
  font-size: 20px;
  margin: 5px 0px 8px 0px;
  padding: 5px 0px 8px 0px;
}

h5 {
  font-weight: 300;
  font-size: 18px;
  margin: 5px 0px 8px 0px;
  padding: 5px 0px 8px 0px;
}

h6 {
  font-weight: 300;
  font-size: 16px;
  margin: 5px 0px 8px 0px;
  padding: 5px 0px 8px 0px;
}

/* #Paragrafy i inne
==================== */

p {
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.8em;
  text-align: left;
}

.ciemne-tlo p {
  color: #333;
}

p img {
  margin: 0;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

.small {
  font-size: 90%;
}

.big {
  font-size: 2em;
}

/* #Links
==================== */

a,
a:visited {
  color: #ef573f;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover,
a:focus {
  color: #000;
}

/* #Linki
================================================== */
ul,
ol {
  margin-bottom: 20px;
}
ul {
  list-style: circle outside;
}
ol {
  list-style: decimal inside;
  margin-left: 0px;
}
ul,
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 15px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
  text-align: left;
}

/* #Komunikaty
================================================== */

div#komunikat-top {
  background: #000;
  padding: 5px 0px;
}

.komunikat {
  line-height: 1.7em;
  padding: 8px 20px 8px 35px;
  margin: 5px 0px 8px 0px;
  text-align: left;
  color: #000 !important;
  background: #b1dad5 url(../images/info.gif) 10px 50% no-repeat;
  border: 1px solid #97bbb6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.ok {
  color: #000;
  background: #b9f1ca url(../images/ok.gif) 10px 50% no-repeat;
  border: 1px solid #94bfa0;
}

.blad {
  color: #000;
  background: #efb0b0 url(../images/blad.gif) 10px 50% no-repeat;
  border: 1px solid #c09393;
}

/* #Przyciski
================================================== */
.przycisk,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #444;
  color: #fcfcfc !important;
  font-family: "Domine", serif;
  border: 0;
  padding: 12px 20px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.szeroki-100,
button.szeroki-100,
input[type="submit"].szeroki-100,
input[type="reset"].szeroki-100,
input[type="button"].szeroki-100 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: #f4f4f4;
  color: #333 !important;
}

.bez-tla,
button.bez-tla,
input[type="submit"].bez-tla,
input[type="reset"].bez-tla,
input[type="button"].bez-tla {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #1f1e1e !important;
}

.przycisk:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #000;
  color: #fcfcfc !important;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

.przycisk:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  color: #fcfcfc;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/*----------------------------------------------------------------------
 * ------ PASEK GORNY -------------------------------------------------*/

.pasek-gora {
  background: #111;
  padding: 0px 0px 0px 0px;
  border-bottom: solid 1px #f5f5f5;
  font-size: 0.9em;
  position: relative;
  z-index: 19;
}

.pasek-gora .przycisk {
  font-size: 0.8em;
  padding: 10px 12px;
  margin: 0px 2px;
  line-height: 1em;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #413b3f;
}

.pasek-gora .przycisk.aktualny {
  background: #413b3f;
  color: #fff !important;
}

.pasek-gora .jezyki-pojemnik {
  display: inline-block;
  float: left;
  padding-right: 20px;
}

.pasek-gora .waluty-pojemnik {
  display: inline-block;
  float: left;
}

.pasek-gora .koszyk-pojemnik {
  display: inline-block;
  float: right;
  position: relative;
}

.pasek-gora .pojemnik-login {
  display: inline-block;
  float: right;
  position: relative;
  background: transparent;
}

.pasek-gora .naglowek .pojemnik-login,
.mobil .pasek-gora .pojemnik-login {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pasek-gora .koszyk-pojemnik .przycisk .typcn {
  font-size: 1.8em;
  line-height: 0.8em;
  margin: -0.4em 0 -0.8em 0;
  padding: 0;
  display: inline-block;
  position: relative;
  top: 0.2em;
}

.pasek-gora .koszyk-pojemnik .koszyk-odliczanie {
  font-size: 1.5em;
  line-height: 1em;
  padding: 8px 6px 7px 6px;
  display: inline-block;
  position: absolute;
  top: 0%;
  right: 100%;
  background: #ef573f;
  color: #fff;
  min-width: 80px;
  text-align: center;
}

/*----------------------------------------------------------------------
 * ------ NAGŁÓWEK -------------------------------------------------*/

.naglowek {
  border-top: solid 0px #fff;
  margin-top: 0px;
  background: #fefdfb;
  border-bottom: solid 1px #f4f4f4;
  position: relative;
  top: 0px;
  left: 0;
  z-index: 20;
  width: 100%;
  padding-top: 0px;
  z-index: 9000;
}

body.no-baner .naglowek {
  position: relative !important ;
  /*position:absolute !important;*/
  top: 0px;
}

/* przewijanie*/
body.przewijanie .naglowek {
  border-bottom: solid 0px #111;
  position: fixed !important;
  top: 0px !important;
  padding-top: 0px;
  z-index: 9000;
}

body.no-baner.przewijanie div.zawartosc {
  /*margin-top:184px;*/
}

.mobil .naglowek,
.responsive .naglowek {
  position: relative !important ;
  top: 0;
  margin: 0;
}

#menu_section {
  border-top: solid 0px #fff;
  margin-top: 0px;
  background: transparent;
  border-top: solid 1px #f4f4f4;
  position: relative;
  top: 0px;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 70px;
}

.mobil #menu_section,
.responsive #menu_section {
  height: auto;
}

.naglowek .pojemnik-logo {
  background: transparent;
  width: 100%;
  height: auto;
  float: none;
  text-align: center;
}

.responsive .naglowek .pojemnik-logo,
.mobil .naglowek .pojemnik-logo {
  background: transparent;
  width: 20%;
  height: 100%;
  float: none;
  text-align: left;
}

.naglowek .pojemnik-menu-gora {
  background: #fefdfb;
  width: 100%;
  height: 100%;
  float: none;
  position: relative;
  z-index: 10;
}

.naglowek .pojemnik-menu-strona {
  background: #f4f4f4;
  width: 100%;
  height: 100%;
  float: none;
  position: relative;
  z-index: 10;
}

.pojemnik-szukaj {
  background: #fff;
  width: 280px;
  height: 50px;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  border-bottom: solid 1px #000;
}

.responsive .pojemnik-szukaj,
.mobil .pojemnik-szukaj {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}

.naglowek .pojemnik-login {
  background: #ed1b24;
  width: 15%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 2;
}

.responsive .naglowek .pojemnik-login,
.mobil .naglowek .pojemnik-login {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
}

/*-- H1 --*/
h1 {
  width: 95%;
  max-width: 250px;
  padding: 35px 0;
  position: relative;
  top: 0px;
  left: 0%;
  background: transparent;
  z-index: 300;
  margin: 0 auto;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

h1 a {
  width: 100%;
  position: relative;
  top: 0px;
  left: 0%;
  margin-left: 0px;
  display: block;
  overflow: hidden;
}

/* przewijanie*/
body.przewijanie .naglowek .pojemnik-logo {
  background: #fff;
  height: 55px;
}

body.przewijanie h1 {
}

/*-- menu gorne --*/
ul.menu-gora {
  list-style: none;
  position: relative;
  top: 0px;
  left: 0%;
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 50;
  width: 100%;
  height: 100%;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  border-bottom: solid 0px #da261e;
  font-family: "Domine", serif;
  font-weight: 300;
  font-style: normal;
}

ul.menu-gora li {
  background: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: auto;
  height: auto;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  height: 100%;
}

ul.menu-gora li.prawo {
  float: right;
  padding: 0px 0px 0px 8px;
}

ul.menu-gora li a {
  display: block;
  padding: 1.8em 16px 0.5em 16px;
  color: #000;
  text-decoration: none;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.menu-gora li a:hover {
  color: #333;
  text-decoration: none;
}

ul.menu-gora li.fb-ikona {
  padding: 0;
  margin: 0px;
}

ul.menu-gora li.istagram-ikona {
  padding: 0;
  margin: 0px;
}

ul.menu-gora li.pin-ikona {
  padding: 0;
  margin: 0px;
}

ul.menu-gora li.fb-ikona a {
  padding: 1em 4px 0.3em 4px;
  margin: 0px;
  font-size: 20px;
}

ul.menu-gora li.istagram-ikona a {
  padding: 1em 4px 0.3em 4px;
  margin: 0px;
  font-size: 20px;
}

ul.menu-gora li.pin-ikona a {
  padding: 1em 4px 0.3em 4px;
  margin: 0px;
  font-size: 20px;
}

ul.menu-gora li.fb-ikona a:hover,
ul.menu-gora li.istagram-ikona a:hover,
ul.menu-gora li.pin-ikona a:hover {
  background: transparent;
}

ul.menu-gora li.zobacz_wszystkie_kategorie {
  display: none;
}

ul.menu-gora li a.zobacz_wszystkie_kategorie {
  color: #333;
  text-decoration: none;
  background: #fff;
  display: none;
}

ul.menu-gora li a.zobacz_wszystkie_kategorie:hover {
  color: #000;
  text-decoration: none;
  background: #fff;
}

ul.menu-gora li ul {
  list-style: none;
  position: absolute;
  margin: 0px 0px 0px 0px;
  top: 100%;
  left: 0px;
  z-index: 301;
  width: 240px;
  font-size: 12px;
  height: auto;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.menu-gora li:hover > ul {
  display: block;
}

ul.menu-gora li ul li {
  float: none;
  padding: 0px 0px 1px 0px;
  height: auto;
  width: auto;
  display: block;
}

ul.menu-gora li ul li a {
  padding: 8px 13px 8px 13px;
  display: block;
  height: auto;
  width: auto;
  border-bottom: 0px solid #ffedad;
  color: #111 !important;
  background: #fff;
  text-align: left;
}

ul.menu-gora li ul li a:hover {
  color: #fff !important;
  background: #000;
}

ul.menu-gora li ul strong {
  padding: 10px 13px 10px 22px;
  display: block;
  height: auto;
  width: auto;
  border-bottom: 0px solid #ffedad;
  color: #111 !important;
  background: #eee;
  text-align: left;
  border-top: #e30079 solid 0px;
  margin-bottom: 0px;
}

/*
ul.menu-gora li ul li ul {
	position:relative;
	margin:1px 0px 0px 0px;
	padding:0;

}

ul.menu-gora li ul li ul a {
	border-left:solid 5px #ed1b24;
}
*/

ul.menu-gora li ul li ul {
  position: absolute;
  top: 0px;
  left: 100%;
  margin: 0px 0px 0px 1px;
  padding: 0;
  display: none;
}

ul.menu-gora li ul li ul {
  display: none;
}

ul.menu-gora li ul li:hover > ul {
  display: block;
}

ul.menu-gora li ul li ul a {
  border-left: solid 0px #ed1b24;
}

ul.menu-gora.responsive li ul li ul {
  position: relative;
  margin: 1px 0px 0px 0px;
  padding: 0;
}

ul.menu-gora.responsive li ul li ul a {
  border-left: solid 5px #ed1b24;
}

/*---- responsive ----*/

div.rozwin-menu {
  padding: 0.6em 0.9em 0.6em 8px;
  margin-bottom: 0;
  color: #333;
  text-decoration: none;
  font-size: 1.1em;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  text-align: left;
  border-top: solid 0px #787878;
  margin-bottom: 0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  background: transparent;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.responsive .naglowek div.rozwin-menu,
.mobil .naglowek div.rozwin-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
}

div.rozwin-menu span.typcn {
  font-size: 2em;
  position: relative;
  top: 5px;
}

div.rozwin-menu:hover {
  color: #000;
  background: transparent;
}

ul.menu-gora.responsive {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0;

  background: transparent;
}

ul.menu-gora.responsive li,
ul.menu-gora.responsive li.prawo {
  float: none !important;
  padding: 0px 0px 0px 0px !important;
  border-top: solid 0px #333 !important;
  display: block !important;
  margin: 0px 0px 1px 0px !important;
  padding: 0px 0px !important;
  font-size: 0.9em !important;
}

ul.menu-gora.responsive li a {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0.9em 1.1em 1em 1.1em;
  border: 0;
  color: #333;
  text-decoration: none;
  text-align: left;
  background: transparent;
}

ul.menu-gora.responsive li a:hover {
  background: #000;
  color: #fff;
}

ul.menu-gora.responsive li.ikona a {
  padding-top: 0.4em;
}

ul.menu-gora.responsive li ul {
  list-style: none;
  position: relative;
  margin: 0px 0px 0px 0px;
  top: 0;
  left: 0px;
  z-index: 301;
  width: 100%;
  font-size: 13px;
  height: auto;
  display: block;
  padding-top: 1px;
  padding-bottom: 0px;
}

ul.menu-gora.responsive li ul li {
  float: none;
  padding: 0px 0px 1px 0px !important;
  margin-bottom: 0px !important;
  height: auto;
  width: auto;
  display: block;
}

ul.menu-gora.responsive li ul li a {
  padding: 8px 13px 8px 30px;
  display: block;
  height: auto;
  width: auto;
  border-bottom: 0px solid #ffedad;
  color: #333 !important;
  background: transparent;
  text-align: left;
  /*background:transparent url('../images/podmenu-tlo.gif') 20px 11px no-repeat;*/
}

ul.menu-gora.responsive li ul li a:hover {
  color: #000 !important;
  background: transparent;
}

/*-- menu strona --*/
ul.menu-strona {
  list-style: none;
  position: relative;
  top: 0px;
  left: 0%;
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 50;
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  border-bottom: solid 0px #da261e;
  font-family: "Domine", serif;
  font-weight: 300;
  font-style: normal;
}

ul.menu-strona li {
  background: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: auto;
  height: auto;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  height: 100%;
}

ul.menu-strona li.prawo {
  float: right;
  padding: 0px 0px 0px 8px;
}

ul.menu-strona li a {
  display: block;
  padding: 0.5em 16px 0.5em 16px;
  color: #000;
  text-decoration: none;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.menu-strona li a:hover {
  color: #333;
  text-decoration: none;
}

ul.menu-strona li.zobacz_wszystkie_kategorie {
  display: none;
}

ul.menu-strona li a.zobacz_wszystkie_kategorie {
  color: #333;
  text-decoration: none;
  background: #fff;
  display: none;
}

ul.menu-strona li a.zobacz_wszystkie_kategorie:hover {
  color: #000;
  text-decoration: none;
  background: #fff;
}

ul.menu-strona li ul {
  list-style: none;
  position: absolute;
  margin: 0px 0px 0px 0px;
  top: 100%;
  left: 0px;
  z-index: 301;
  width: 240px;
  font-size: 12px;
  height: auto;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.menu-strona li:hover > ul {
  display: block;
}

ul.menu-strona li ul li {
  float: none;
  padding: 0px 0px 1px 0px;
  height: auto;
  width: auto;
  display: block;
}

ul.menu-strona li ul li a {
  padding: 8px 13px 8px 13px;
  display: block;
  height: auto;
  width: auto;
  border-bottom: 0px solid #ffedad;
  color: #111 !important;
  background: #fff;
  text-align: left;
}

ul.menu-strona li ul li a:hover {
  color: #fff !important;
  background: #000;
}

ul.menu-strona li ul strong {
  padding: 10px 13px 10px 22px;
  display: block;
  height: auto;
  width: auto;
  border-bottom: 0px solid #ffedad;
  color: #111 !important;
  background: #eee;
  text-align: left;
  border-top: #e30079 solid 0px;
  margin-bottom: 0px;
}

ul.menu-strona li ul li ul {
  position: absolute;
  top: 0px;
  left: 100%;
  margin: 0px 0px 0px 1px;
  padding: 0;
  display: none;
}

ul.menu-strona li ul li ul {
  display: none;
}

ul.menu-strona li ul li:hover > ul {
  display: block;
}

ul.menu-strona li ul li ul a {
  border-left: solid 0px #ed1b24;
}

ul.menu-strona.responsive li ul li ul {
  position: relative;
  margin: 1px 0px 0px 0px;
  padding: 0;
}

ul.menu-strona.responsive li ul li ul a {
  border-left: solid 5px #ed1b24;
}

/* #Wszystkie kategorie
================================================== */

#wszystkie_kategorie ul {
  width: 100%;
  height: 100%;
  position: ralative;
  top: 0%;
  left: 0;
  margin: 0px auto;
  padding: 0px 0px;
  list-style: none;
}

#wszystkie_kategorie ul li {
  width: 70%;
  max-width: 640px;
  position: relative;
  top: 0%;
  left: 0%;
  padding: 5px 0;
  margin: 0 auto;
  border-bottom: solid 0px #666;
}

#wszystkie_kategorie ul li ul li {
  width: 100%;
  max-width: 640px;
}

#wszystkie_kategorie ul li ul {
  width: 100%;
  height: 100%;
  position: ralative;
  top: 0%;
  left: 0;
  margin: 0 auto;
  padding: 0px 0px;
  list-style: none;
}

#wszystkie_kategorie ul li:first-child {
  border-top: solid 0px #666;
}

#wszystkie_kategorie ul li a {
  display: block;
  font-size: 15px;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  position: relative;
  top: 0%;
  left: 0;
  color: #000;
  text-decoration: none;
  padding: 15px 0px;
  text-transform: uppercase;
  webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  font-weight: 300;
  background: #fff;
}

#wszystkie_kategorie ul li a:hover {
  background: #333;
  color: #fff;
}

#wszystkie_kategorie ul li ul li a {
  font-size: 13px;
  color: #fff;
  background: transparent;
  text-decoration: none;
}

/*-----------szukaj--------------*/
.pojemnik-szukaj form {
  margin-bottom: 0px;
  text-align: left;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  min-width: 100%;
  font-family: "Domine", serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 0px;
  height: 100%;
  background: #fff;
}

.pojemnik-szukaj form div.input-pojemnik {
  margin-bottom: 0px;
  text-align: left;
  position: relative;
  padding-right: 0px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
  padding-top: 8px;
}

.pojemnik-szukaj input {
  border: 0;
  color: #3c3c3c;
  font-family: "Domine", serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 35px 12px 12px;
  outline: none;
  display: block;
  background: #fff;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
}

.pojemnik-szukaj input:hover {
  color: #000;
}

.pojemnik-szukaj form div.przyciski-pojemnik {
  margin-bottom: 0px;
  text-align: left;
  position: absolute;
  top: 18px;
  right: 10px;
  overflow: hidden;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pojemnik-szukaj form div.przyciski-pojemnik button {
  text-align: left;
  position: relative;
  top: 0px;
  right: 0px;
  overflow: hidden;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 22px;
  height: 19px;
  background: transparent url(../images/szukaj.png) top center no-repeat;
  text-indent: -1000em;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

/*----------- join -------------*/

.pojemnik-login ul.login-menu {
  position: relative;
  top: 0px;
  display: block;
  border: none;
  padding: 0px 10px 0px 10px;
  margin: 0 0px 0px 0px;
  z-index: 20;
  font-size: 11px;
  width: 100%;
  overflow: hidden;
  clear: both;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.pojemnik-login ul.login-menu li {
  display: inline-block;
  position: relative;
  margin: 0 0px;
  padding: 6px 5px 0px 0px;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pojemnik-login ul.login-menu li.login {
  background: transparent url(../images/x.png) 0px 65% no-repeat;
  padding: 5px 0px 0px 12px;
}

.pojemnik-login ul.login-menu li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pojemnik-login ul.login-menu li a:hover {
  text-decoration: none;
  color: #eee;
}

/*----------------------------------------------------------*/
/*------------------------Formularz---------------------------*/
/*----------------------------------------------------------*/
/*------------------------------------------------------------*/
.zawartosc form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333;
  text-align: left;
}

.zawartosc form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.zawartosc form.inline {
  display: inline-block;
}

.zawartosc form header {
  margin: 0 0 20px 0;
}
.zawartosc form header div {
  font-size: 90%;
  color: #333;
}
.zawartosc form header h3 {
  margin: 0 0 5px 0;
}

.zawartosc form div.odstep-gora {
  margin-top: 50px;
}

.zawartosc form div.odstep-dol {
  margin-bottom: 50px;
}

.zawartosc form > div {
  clear: both;
  overflow: hidden;
  padding: 10px 10px;
  margin: 0px 0 0px 0;
}

.zawartosc form div.szary {
  background: #f5f5f5;
}

.zawartosc form > div > fieldset > div > div {
  margin: 3px 0 3px 0;
  padding: 0px 10px;
}

.zawartosc form > div.ajax-komunikat {
  clear: both;
  overflow: hidden;
  padding: 0px 0px !important;
  margin: 0px 0 0px 0 !important;
}

.zawartosc form > div > label,
legend {
  width: 20%;
  float: left;
  padding-right: 10px;
}

.zawartosc form > div > div,
.zawartosc form > div > fieldset > div {
  width: 80%;
  float: right;
}

.zawartosc form > div > fieldset label {
  font-size: 90%;
}

fieldset {
  border: 0;
  padding: 0;
}

.zawartosc input[type="text"],
.zawartosc input[type="email"],
.zawartosc input[type="url"],
.zawartosc input[type="password"] {
  border: 1px solid #ccc;
  padding: 8px 6px 8px 6px;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: 13px "Domine", serif;
  color: #555;
  width: 100%;
  margin: 0;
  max-width: 80%;
  display: inline-block;
  margin-bottom: 0px;
  background: #fff;
  transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.zawartosc textarea {
  border: 1px solid #ccc;
  padding: 8px 6px 8px 6px;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: 13px "Domine", serif;
  color: #555;
  width: 100%;
  margin: 0;
  display: inline-block;
  margin-bottom: 0px;
  background: #fff;
  transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.zawartosc input[type="text"],
.zawartosc input[type="email"],
.zawartosc input[type="url"],
.zawartosc input[type="password"] {
  width: 50%;
}

.zawartosc table input[type="text"],
.zawartosc table input[type="email"],
.zawartosc table input[type="url"],
.zawartosc table input[type="password"] {
  max-width: 100%;
}

.zawartosc input[type="text"]:focus,
.zawartosc input[type="email"]:focus,
.zawartosc input[type="url"]:focus,
.zawartosc input[type="password"]:focus,
.zawartosc textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

.zawartosc input[type="text"].ajax-waiting,
.zawartosc input[type="email"].ajax-waiting,
.zawartosc input[type="url"].ajax-waiting,
.zawartosc input[type="password"].ajax-waiting {
  padding-right: 30px;
  background: #fff url(../images/ajax-waiting-bialy.gif) 99% 50% no-repeat;
}

.zawartosc input[type="text"].blad,
.zawartosc input[type="email"].blad,
.zawartosc input[type="url"].blad,
.zawartosc input[type="password"].blad {
  border: 1px solid #900;
}

.zawartosc select {
  border: 1px solid #ccc;
  padding: 8px 6px 8px 6px;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: 13px "Domine", serif;
  color: #555;
  width: auto;
  margin: 0;
  max-width: 80% !important;
  display: inline-block;
  margin-bottom: 0px;
  background: #fff;
  transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.zawartosc select {
  background: #fff url(../images/select.png) no-repeat right center;
  cursor: pointer;
  -webkit-padding-end: 30px;
  background-size: 17px 5px;
}

.zawartosc select.ajax-waiting {
  background: #fff url(../images/ajax-waiting-bialy.gif) no-repeat 98% 50%;
  cursor: auto;
}

.zawartosc input.tekst:hover,
.zawartosc input[type="text"]:focus,
.zawartosc input[type="number"]:focus,
.zawartosc input[type="password"]:focus,
.zawartosc input[type="email"]:focus,
.zawartosc textarea:focus,
.zawartosc select:focus {
  border-color: rgb(138, 137, 138);
  color: #333;
}

.zawartosc input[type="checkbox"] {
  display: inline;
  position: relative;
  top: 2px;
}

.zawartosc input[type="radio"] {
  display: inline;
  position: relative;
  top: 2px;
}

/*----------------------------------------------------------------------
 * ------ BANER -------------------------------------------------*/

div.baner-glowny {
  position: relative;
  width: 100%;
  zoom: 1;
  clear: both;
  z-index: 10;
  margin-bottom: 3px;
  overflow: hidden;
}

div.baner-glowny ul {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  max-width: 2000px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  list-style: none;
  z-index: 10;
  background: #fff;
}

div.baner-glowny ul li {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-right: -100%;
  margin-bottom: 0;
}

div.baner-glowny ul li a {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

div.baner-glowny ul li a.klik {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  z-index: 100;
}

div.baner-glowny ul li img {
  display: block;
  margin: 0 auto;
  border: 0;
}

div.baner-glowny span.strzalki {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 60px;
  height: 60px;
  margin-left: -60px;
  margin-top: -30px;
  overflow: hidden;
  z-index: 25;
  background: #900;
  cursor: pointer;
}

div.baner-glowny span.poprzedni {
  background: transparent url(../images/arrow_sprite.png) 0px -180px no-repeat;
  margin-left: 0px;
  left: 0px;
}

div.baner-glowny span.kolejny {
  background: transparent url(../images/arrow_sprite.png) 0px -240px no-repeat;
}

div.baner-glowny span.poprzedni:hover {
  background: transparent url(../images/arrow_sprite.png) 0px -60px no-repeat;
}

div.baner-glowny span.kolejny:hover {
  background: transparent url(../images/arrow_sprite.png) 0px -120px no-repeat;
}

/*opisy baneru*/

div.baner-glowny ul li div.baner-opis {
  position: absolute;
  left: 0px;
  bottom: 150px;
  width: 100%;

  overflow: hidden;
  text-align: left;
}

div.baner-glowny ul li div.baner-opis h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  font-size: 36px;
  border-bottom: 0px solid #787878;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  color: #f5f5f5;
}

div.baner-glowny ul li div.baner-opis h2 span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1.8em;
  color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  background: none;
}

div.baner-glowny ul li div.baner-opis a,
div.baner-glowny ul li div.baner-opis .pojemnik-zawartosc-strony p {
  color: #fff !important;
  max-width: 500px;
}

/*--------------------------baner maly-------------------------*/
div.baner-maly-pojemnik {
  position: relative;
  top: 0px;
  left: 0;
  text-align: left;
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  background: #111;
  overflow: hidden;
}

div#baner-maly {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 1;
  padding-bottom: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

div#baner-maly ul {
  position: relative;
  top: 0px;
  left: 0;
  overflow: hidden;
  padding: 0;
  margin: 0px;
  z-index: 2;
}

div#baner-maly ul li {
  position: relative;
  top: 0px;
  left: 0;
  float: left;
  width: 20%;
  overflow: hidden;
  padding: 0;
  margin: 0px;
  line-height: 1;
  display: block;
  background: #000;
}

div#baner-maly ul li img {
  display: block;
  margin-top: -30%;
}

div#baner-maly ul li a.klik:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
  filter: alpha(opacity=50); /* IE 5-7 */
  opacity: 0.5;
}

div#baner-maly ul li div.baner-opis {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  overflow: hidden;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 14px;
}

div#baner-maly ul li div.baner-opis h2 {
  font-family: "Domine", serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 0px solid #787878;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  color: #f5f5f5;
}

div#baner-maly ul li div.baner-opis h2 span {
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8em;
  color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  background: none;
}

div#baner-maly ul li div.baner-opis a,
div#baner-maly ul li div.baner-opis p {
  color: #fff !important;
}

div#baner-maly ul li div.baner-opis p {
  margin: 0;
}

div#baner-maly span.zmiana {
  display: none;
  width: 11px;
  height: 21px;
  overflow: hidden;
  background: transparent url(../images/w-lewo.png) 0px 0px no-repeat;
  position: absolute;
  left: 690px;
  top: 122px;
  cursor: pointer;
  z-index: 30;
}

div#baner-maly span.kolejny {
  left: 705px;
  background: transparent url(../images/w-prawo.png) 0px 0px no-repeat;
}

/*----------------------------------------------------------------------
 * ------ SPIS PRODUKTOW -------------------------------------------------*/

.produkty-spis-produkt-podzial {
  display: none;
}

.produkty-spis-produkt {
  width: 33.33%;
  position: relative;
  float: left;
  overflow: hidden;
}

.strona-glowna .produkty-spis-produkt {
  width: 25%;
  position: relative;
  float: left;
  overflow: hidden;
}

div.produkty-spis-pojemnik {
  padding: 0px 0px;
  margin: 6px 6px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

div.produkty-spis-pojemnik div.zdjecie {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  box-sizing: border-box;
  text-align: center;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

div.produkty-spis-pojemnik div.opis {
  background: transparent;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  box-sizing: border-box;
  text-align: center;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  border-bottom: solid 2px #f4f4f4;
}

div.produkty-spis-pojemnik div.opis h2 {
  color: #000;
  padding: 10px 10px 0em 10px;
  margin: 0em 0px 0em 0px;
  background: none;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  line-height: 1.1em;
  min-height: 2.2em;
}

div.produkty-spis-pojemnik div.opis p.cena {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  color: #333;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  text-align: center;
}

div.produkty-spis-pojemnik div.opis p.cena span.stara-cena {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  text-align: left;
}

div.produkty-spis-pojemnik div.opis p.cena span.stara-cena strike {
  font-size: 13px;
}

div.produkty-spis-pojemnik div.nad {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  position: absolute;

  display: none;
  border: solid 0px #000;

  text-align: center;
  top: 0px;
  left: 0px;
  z-index: 2;
}

div.produkty-spis-pojemnik:hover div.nad {
  display: block;
}

div.produkty-spis-pojemnik div.nad div.do-srodka {
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 10px 0px 10px;
  margin: 0px;
  width: 100%;
  height: 100%;
  border-top: solid 3px #ede6e3;
  border-bottom: solid 3px #ede6e3;
  position: relative;
  text-align: center;
  top: 0px;
  left: -0px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.produkty-spis-pojemnik div.nad p {
  text-align: center;
}

div.produkty-spis-pojemnik div.nad span.nazwa-opcji {
  white-space: nowrap;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  background: #333;
  color: #fff !important;
  border: 0;
  padding: 8px 8px 7px 8px;
  margin: 0 0 0px 0;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border: solid 1px #333;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

div.produkty-spis-pojemnik div.nad span.sold-out {
  white-space: nowrap;
  line-height: 1em;
  font-family: Luzern-Medium;
  font-weight: normal;
  font-style: normal;
  background: #333;
  color: #fff !important;
  border: 0;
  padding: 8px 8px 7px 8px;
  margin: 0 0 0px 0;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border: solid 1px #333;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.produkty-spis-pojemnik ul.rozmiary {
  list-style: none;
  position: relative;
  top: 0px;
  left: 0%;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 50;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

div.produkty-spis-pojemnik ul.rozmiary li {
  background: none;
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  float: none;
  background: transparent;
  border-bottom: solid 1px #999;
  box-sizing: border-box;
  overflow: hidden;
}

div.produkty-spis-pojemnik ul.rozmiary li span {
  white-space: nowrap;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  background: transparent;
  color: #333 !important;
  border: 0;
  padding: 8px 2px 7px 2px;
  margin: 0 0 0px 0;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border: solid 0px #333;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.produkty-spis-pojemnik a.do-produktu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  border: solid 0px #000;

  text-align: center;
  top: 0px;
  left: 0px;
  z-index: 10;
}

div.produkty-spis-pojemnik img.onhover {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  animation-delay: 6s;
  animation-duration: 12s;
  animation-name: slidein;
  animation-iteration-count: infinite;
}

div.produkty-spis-pojemnik:hover img.onhover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*----------------------------------------------------------------------
 * ------ PORCJOWANIE -------------------------------------------------*/

.porcjowanie {
  padding-bottom: 10px;
  padding-top: 18px;
  padding-left: 0px;
  text-align: left;
  overflow: hidden;
  width: 100%;
  clear: both;
}

.porcjowanie a,
.porcjowanie strong {
  background: #666;
  color: #fff;
  border: 0;
  padding: 6px 14px;
  margin: 0px 2px 0px 0px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.porcjowanie strong {
  background: #111;
  color: #fff;
  cursor: auto;
}

.porcjowanie a:hover,
.porcjowanie strong:hover {
  color: #fff;
  background: #17c0ff;
  text-decoration: none;
}

/*----------------------------------------------------------------------
 * ------ PORCJOWANIE -------------------------------------------------*/

.porcjowanie {
  padding-bottom: 10px;
  padding-top: 18px;
  padding-left: 0px;
  text-align: left;
  overflow: hidden;
  width: 100%;
  clear: both;
}

.porcjowanie a,
.porcjowanie strong {
  background: #666;
  color: #fff;
  border: 0;
  padding: 6px 14px;
  margin: 0px 2px 0px 0px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.porcjowanie strong {
  background: #111;
  color: #fff;
  cursor: auto;
}

.porcjowanie a:hover,
.porcjowanie strong:hover {
  color: #fff;
  background: #ed1b24;
  text-decoration: none;
}

/*----------------------------------------------------------------------
 * ------ PRODUKT ----------------------------------------------------*/
div.produkt-naglowek {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 20px 0px;
}

div.produkt-opis {
  background: #f8f8f8;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 30px 0px;
}

div.produkt-galeria {
  background: #474749;
  border-top: solid 10px #232323;
  border-bottom: solid 10px #232323;
}

.kolumna-lewa-produktu {
  position: relative;
  float: left;
  width: 55%;
}

.kolumna-prawa-produktu {
  position: relative;
  float: right;
  width: 40%;
}

h2.tytul-produktu {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 35px;
  border-bottom: 0px solid #eee;
  margin: 0px 0px 0px 0px;
  padding: 60px 0px 25px 0px;
  line-height: 1em;
}

h2.tytul-produktu span {
  font-size: 15px;
  color: #666;
  position: relative;
  top: 0px;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  font-weight: 300;
}

h2.tytul-produktu span a {
  color: #666;
  text-decoration: none;
}

h2.tytul-produktu span.kod {
  font-size: 18px;
  line-height: 1em;
  color: #666;
  position: relative;
  top: 0px;
  display: block;
}

.kolumna-lewa-produktu p {
  margin: 0 20px 15px 0px;
  font-style: normal;
  line-height: 1.6em;
  text-align: left;
}

/*wybor rozmiaru i koloru =========*/
ul.przyciski-koszyk {
  list-style: none;
  position: relative;
  top: 0px;
  left: 0%;
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 50;
  text-align: center;
}

ul.przyciski-koszyk li {
  position: relative;
  top: 0px;
  left: 0%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 8px 0px;
  z-index: 50;
  width: 100%;
  float: none;
  /*text-align:center;*/
  background: transparent;
}

ul.przyciski-koszyk li.rodzina {
  position: relative;
  top: 0px;
  left: 0%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0% 0px 0px;
  z-index: 50;
  width: 100%;
  float: none;
  text-align: center;
  background: transparent;
}

ul.przyciski-koszyk li.szeroki {
  position: relative;
  top: 0px;
  left: 0%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0% 10px 0px;
  z-index: 50;
  width: 100%;
  float: left;
  text-align: center;
}

ul.przyciski-koszyk li.do-koszyka {
  position: relative;
  top: 0px;
  left: 0%;
  padding: 10px 0px 0px 0px;
  margin: 0px 0% 10px 0px;
  z-index: 50;
  width: 100%;
  float: none;
  text-align: center;
  clear: both;
}

/*

ul.przyciski-koszyk li.cena {
	position:relative;
	top:0px;
	left:0%;
	padding:0px 0px 0px 0px;
	margin:0px 0% 0px 0px;
	z-index:50;
	width:92.5%;
	float:left;
	text-align:center;
	overflow:hidden;
}
*/

ul.przyciski-koszyk li button.do-koszyka {
  white-space: nowrap;
  line-height: 1em;
  font-family: "Domine", serif;
  font-weight: normal;
  font-style: normal;
  background: #444;
  color: #fff !important;
  border: 0;
  padding: 20px 0px 14px 0px;
  margin: 0px 0 5px 0;
  text-align: center;
  cursor: pointer;
  font-size: 28px;
  text-transform: none;
  display: block;
  width: 100%;
  border: solid 0px #444;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.przyciski-koszyk li button.do-koszyka .typcn {
  font-size: 15px;
  position: relative;
  top: -2px;
}

ul.przyciski-koszyk li button.do-koszyka .typcn-shopping-cart {
  font-size: 20px;
}

ul.przyciski-koszyk li button.do-koszyka:hover {
  position: relative;
  background: #000;
  color: #fff !important;
}

/*odliczanie*/
ul.przyciski-koszyk li button.disabled,
ul.przyciski-koszyk li button.disabled:hover {
  background: #aaa;
  color: #fff !important;
  border: solid 1px #888;
  font-size: 16px;
  cursor: auto;
}

ul.przyciski-koszyk li button.disabled span.czas {
  display: block;
  font-size: 28px;
  padding: 0 0 8px 0;
}

ul.przyciski-koszyk li button.disabled .typcn {
  display: none;
}

/*----------*/

ul.przyciski-koszyk li p.stara-cena {
  font-size: 1em;
  color: #666;
  text-align: center;
}

ul.przyciski-koszyk li .przekreslenie {
  text-decoration: line-through;
}

ul.przyciski-koszyk li p.stara-cena .przekreslenie {
  font-size: 1.2em;
}

ul.przyciski-koszyk select.opcje-produktu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 12px 20px;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  color: #555;
  width: 100%;
  margin: 0;
  max-width: 100% !important;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

ul.przyciski-koszyk select.opcje-produktu {
  background: #fff url(../images/select.png) no-repeat right center;
  cursor: pointer;
  -webkit-padding-end: 30px;
  background-size: 17px 5px;
}

/*--opcje lista--*/

ul.przyciski-koszyk li .opcja-pojemnik {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 210%;
  margin-bottom: 45%;
  background: #fff;
  border: solid 1px #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.przyciski-koszyk li .wybrana-opcja {
  white-space: nowrap;
  line-height: 1em;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  background: transparent;
  color: #333;
  border: 0;
  padding: 18px 0px 14px 0px;
  margin: 0px 0 5px 0;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  border: solid 1px #333;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.przyciski-koszyk li .wybrana-opcja span {
  font-size: 11px;
  position: relative;
  top: -5px;
}

ul.przyciski-koszyk li .wybrana-opcja:hover {
  background: #333;
  color: #fff;
}

ul.przyciski-koszyk li.rodzina .wybrana-opcja {
  padding: 18px 0px 16px 0px;
  margin: 0px 0 3px 0;
}

ul.przyciski-koszyk ul.opcje-lista {
  background: none;
  padding: 10px;
  margin: 0px 0px 0px 0px;
  height: auto;
  position: relative;
  display: block;
  background: transparent;
  border: solid 0px #e12041;
  box-sizing: border-box;
  overflow: hidden;
}

ul.przyciski-koszyk ul.opcje-lista li {
  background: none;
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 0px 0px;
  width: 25%;
  height: auto;
  position: relative;
  display: block;
  float: left;
  background: transparent;
  border: solid 0px #e12041;
  box-sizing: border-box;
  overflow: hidden;
  left: 0;
}

ul.przyciski-koszyk ul.opcje-lista li span {
  white-space: nowrap;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  background: transparent;
  color: #333 !important;
  border: 0;
  padding: 8px 2px 7px 2px;
  margin: 0 0 0px 0;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border: solid 1px #fff;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

ul.przyciski-koszyk ul.opcje-lista li span:hover {
  border: solid 1px #ed1b24;
  color: #ed1b24 !important;
}

/*--rodzina lista--*/
ul.przyciski-koszyk li .rodzina-pojemnik {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 200%;
  max-height: 365px;
  overflow: hidden;
  margin-bottom: 45%;
  background: #fff;
  border: solid 1px #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.przyciski-koszyk ul.rodzina-lista {
  background: none;
  padding: 10px;
  margin: 0px 0px 0px 0px;
  height: auto;
  position: relative;
  display: block;
  background: transparent;
  border: solid 0px #e12041;
  box-sizing: border-box;
  overflow: hidden;
}

ul.przyciski-koszyk ul.rodzina-lista li {
  background: none;
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 0px 0px;
  width: 33.33%;
  height: auto;
  position: relative;
  display: block;
  float: left;
  background: transparent;
  border: solid 0px #e12041;
  box-sizing: border-box;
  overflow: hidden;
  left: 0;
}

/*informacje jesli nie ma opcji =========*/

p.cena-archiwum {
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  color: #333 !important;
  border: 0;
  padding: 35px 0px 0px 0px;
  margin: 0px 0 5px 0;
  text-align: left;
  font-size: 48px;
  text-transform: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p.stara-cena-archiwum {
  font-weight: normal;
  font-style: normal;
  color: #999 !important;
  border: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0 5px 0;
  text-align: left;
  font-size: 15px;
  text-transform: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p.stara-cena-archiwum .przekreslenie {
  text-decoration: line-through;
}

p.produkt-niedostepny {
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  background: #333;
  color: #fff !important;
  border: 0;
  padding: 10px 0px 10px 0px;
  margin: 0px 0 5px 0;
  text-align: center;
  font-size: 12px;
  text-transform: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*formularz zapytaj =========*/

.zawartosc form.zapytaj-o-produkt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 25px 0px 10px 0px;
  padding: 0;
  color: #333;
  text-align: left;
}

.zawartosc form.zapytaj-o-produkt h4 {
  margin: 0 0 5px 0;
  color: #333;
}

.zawartosc form.zapytaj-o-produkt > div {
  clear: both;
  overflow: hidden;
  padding: 5px 10px;
  margin: 0px 0 0px 0;
}

.zawartosc form.zapytaj-o-produkt div.szary {
  background: #f5f5f5;
}

.zawartosc form.zapytaj-o-produkt > div > label {
  width: 100%;
  float: none;
  padding-right: 0px;
}

.zawartosc form.zapytaj-o-produkt > div > div {
  width: 100%;
  float: none;
}

.zawartosc form.zapytaj-o-produkt input[type="text"],
.zawartosc form.zapytaj-o-produkt input[type="email"],
.zawartosc form.zapytaj-o-produkt textarea {
  border: 1px solid #ccc;
  padding: 8px 6px 8px 6px;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: 13px "Domine", serif;
  color: #555;
  width: 100%;
  margin: 0;
  max-width: 100%;
  display: block;
  margin-bottom: 0px;
  background: #fff;
  transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.zawartosc form.zapytaj-o-produkt input[type="text"],
.zawartosc form.zapytaj-o-produkt input[type="email"] {
  width: 100%;
}

.zawartosc form.zapytaj-o-produkt input.tekst:hover,
.zawartosc form.zapytaj-o-produkt input[type="text"]:focus,
.zawartosc form.zapytaj-o-produkt textarea:focus {
  border-color: rgb(138, 137, 138);
  color: #333;
}

/*galeria produktu =========*/
div.produkt-galeria div.produkt-galeria-pojemnik {
  list-style: none;
  position: relative;
  top: 0px;
  left: 0%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 50;
  text-align: center;
  overflow: hidden;
  background: #232323;
  border-left: solid 10px #232323;
  border-right: solid 10px #232323;
}

/*Lista video =========*/
ul.produkt-video-lista {
  list-style: none;
  position: relative;
  top: 0px;
  left: 0%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 50;
  text-align: center;
  overflow: hidden;
}

ul.produkt-video-lista li {
  position: relative;
  top: 0px;
  left: 0%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  z-index: 50;
  text-align: center;
  overflow: hidden;
}

/*SPOLECZNOSCIOWKI =========*/
.fb-button-pojemnik {
  text-align: left;
  padding: 10px 0px 0px 0px;
}

/*Promowane =========*/
.produkt-promowane {
  /*background:#000;*/
  padding-bottom: 0px;
}

/*---------------------------------------------------------------------------------

lista w koszyku

*/

form.w-koszyku-form {
  color: #333;
}

ul.w-koszyku-lista {
  list-style: none;
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 13px;
}

ul.w-koszyku-lista li {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  background: none;
  background: #fff;
  border-top: solid 1px #eee;
}

ul.w-koszyku-lista li div.nazwa-produktu {
  color: #333;
  width: 65%;
  float: left;
  padding: 14px 0px 12px 0px;
}

ul.w-koszyku-lista li div.nazwa-produktu {
  color: #333;
  width: 65%;
  float: left;
  padding: 12px 0px 12px 0px;
}

ul.w-koszyku-lista li div.przycisk-pojemnik {
  width: 35%;
  text-align: right;
  float: right;
}

ul.w-koszyku-lista li div.przycisk-pojemnik button {
  font-size: 18px;
}

/*-----------------------------------------------------------------------
 * --------FILTR--------------------------------------------------------*/

div.filt-produktow {
  background: transparent;
  padding: 0px;
  margin: 0 0px 10px 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  top: 0px;
  z-index: 10;
  clear: both;
  width: 100%;
  border-bottom: solid 1px #f5f5f5;
}

div.filt-produktow .kolumna-70 {
  width: 70%;
  position: relative;
  float: left;
}

div.filt-produktow .kolumna-60 {
  width: 60%;
  position: relative;
  float: left;
}

div.filt-produktow .kolumna-50 {
  width: 50%;
  position: relative;
  float: left;
}

div.filt-produktow .kolumna-45 {
  width: 45%;
  position: relative;
  float: left;
}

div.filt-produktow .kolumna-40 {
  width: 40%;
  position: relative;
  float: left;
}

div.filt-produktow .kolumna-33 {
  width: 33.33%;
  position: relative;
  float: left;
  overflow: hidden;
}

div.filt-produktow .kolumna-30 {
  width: 30%;
  position: relative;
  float: left;
}

div.filt-produktow .kolumna-25 {
  width: 25%;
  position: relative;
  float: left;
}

div.filt-produktow .kolumna-20 {
  width: 20%;
  position: relative;
  float: left;
}

div.filt-produktow .kolumna-15 {
  width: 15%;
  position: relative;
  float: left;
}

div.filt-produktow .kolumna-10 {
  width: 10%;
  position: relative;
  float: left;
}

div.filt-produktow form {
  margin: 0;
  padding: 0px;
  clear: both;
  text-align: left;
}

div.filt-produktow form div.srodek {
  margin: 0 auto;
  padding: 0px 4% 0px 0;
}

div.filt-produktow form div.szukana-fraza div.srodek {
  margin: 0 auto;
  padding: 0px 4% 0px 0px;
}

div.filt-produktow form div.szukane-id div.srodek {
  margin: 0 auto;
  padding: 0px 0px 0px 3%;
}

div.filt-produktow form input.tekst,
div.filt-produktow form input[type="text"],
div.filt-produktow form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 7px 5px 7px 8px;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  color: #555;
  width: 100%;
  margin: 0;
  max-width: 100% !important;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

div.filt-produktow form select {
  background: #fff url(../images/select.png) no-repeat right center;
  cursor: pointer;
  padding: 6px 5px 6px 8px;
  -webkit-padding-end: 30px;
  background-size: 17px 5px;
  width: 100%;
}

div.filt-produktow form div.wpromocji {
  text-align: center;
}

div.filt-produktow form label {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 4px !important;
  height: auto !important;
  overflow: hidden;
  color: #333;
}

div.filt-produktow form div.kolumna-25 label {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 4px !important;
  height: auto !important;
  overflow: hidden;
}

div.filt-produktow form div.wpromocji label {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 11px !important;
}

div.filt-produktow form div.guzik {
  text-align: center;
  padding-top: 18px;
}

div.filt-produktow form div.guzik .przycisk {
  background: #333;
  color: #fff;
}

div.filt-produktow form div.guzik .przycisk:hover {
  background: #000;
  color: #fff;
}

/*----------------------------------------------------------------------
 * ------ REJESTRACJA -------------------------------------------------*/

button.zaloz-konto {
  background: #444;
  color: #fff !important;
  border: 0;
  padding: 16px 30px;
  margin: 2px;
  font-size: 13px;
}

button.zaloz-konto:hover {
  background: #000;
}

/*----------------------------------------------------------------------
 * ------ LOGOWANIE -------------------------------------------------*/

button.zaloguj {
  background: #444;
  color: #fff !important;
  border: 0;
  padding: 16px 30px;
  margin: 2px;
  font-size: 13px;
}

button.zaloguj:hover {
  background: #000;
}

form.zaloguj {
  padding: 0px 0px 80px 0px;
}

/*----------------------------------------------------------------------
 * ------ KONTO KLIENTA -------------------------------------------------*/

div.boksy-lista {
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
}

/*----------------------------------------------------------------------
 * ------ PRODUCENCI -------------------------------------------------*/

.fullside {
  padding-top: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
  z-index: 500;
  display: none;
}

.fullside div.zamknij-okno {
  position: absolute;
  top: 0px;
  left: 100%;
  margin: 0px 0px 0px -60px;
  width: 60px;
  height: 60px;
  background: #fff url("../images/x-cz.png") center center no-repeat;
  color: #000;
  z-index: 51;
  cursor: pointer;
  display: none;
}

.fullside div.zamknij-okno:hover {
  background: #ed1b24 url("../images/x-b.png") center center no-repeat;
}

.fullside div.zamknij-okno {
  display: block;
}

div.boksy-producenci-lista {
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
}

.fullside div.boksy-producenci-lista {
  padding: 0px 0px 0px 0px;
  height: 100%;
}

ul.boksy-producenci-lista {
  list-style: none;
  position: relative;
  top: 0px;
  left: 0%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 50;
  width: 100%;
  text-align: center;
  overflow: hidden;
  border-left: solid 0px #fff;
}

.fullside ul.boksy-producenci-lista {
  height: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

ul.boksy-producenci-lista li {
  background: none;
  padding: 0px 1px 1px 0px;
  margin: 0px 0px 0px 0px;
  width: 25%;
  position: relative;
  display: block;
  float: left;
  border: solid 0px #e12041;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.fullside ul.boksy-producenci-lista li {
  padding: 0px 1px 1px 0px;
  margin: 0px 0px 0px 0px;
  width: 33.33%;
  height: 33.33%;
}

ul.boksy-producenci-lista li div.do-srodka {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

.fullside ul.boksy-producenci-lista li div.do-srodka {
  height: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

ul.boksy-producenci-lista li div.opis {
  background: rgba(17, 17, 17, 0.7);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}

.fullside ul.boksy-producenci-lista li div.opis {
  height: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

ul.boksy-producenci-lista li h3 {
  color: #eee;
  text-align: left;
  padding: 80px 2px 80px 2px;
  margin: 0em 0px 0em 0px;
  position: relative;
  top: 0%;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}

.fullside ul.boksy-producenci-lista li h3 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

ul.boksy-producenci-lista li h3 span {
  font-size: 11px;
  color: #aaa;
  position: relative;
  top: 0px;
  display: block;
  padding-bottom: 0px;
  font-weight: 400;
  line-height: 1.1em;
}

ul.boksy-producenci-lista li:hover div.opis {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

ul.boksy-producenci-lista li:hover div.opis h3 {
  color: #111;
}

ul.boksy-producenci-lista li:hover div.opis h3 span {
  color: #555;
}

ul.boksy-producenci-lista li a.wiecej {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  top: 0px;
  left: 0px;
  z-index: 5;
  text-indent: -1000em;
}

/*----------------------------------------------------------------------
 * ------ KOSZYK -------------------------------------------------*/

/*------------------------------------ tabela poziomaa ---------*/

table.poziom {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 13px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 0px #eee;
  background: transparent;
}

table.poziom a {
  border: 0;
}

table.poziom th {
  padding: 10px 6px 0px 6px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 0px solid #eee;
  background: transparent;
  color: #333;
}

table.poziom thead th {
  font-size: 12px;
  border-bottom: 0px solid #eee;
  font-weight: normal;
  background: transparent;
  text-align: center;
  color: #333;
  padding: 10px 6px 0px 6px;
  vertical-align: bottom;
  white-space: nowrap;
}

table.poziom thead td {
  font-size: 12px;
  border-bottom: 0px solid #000;
  font-weight: normal;
  background: transparent;
  text-align: center;
  color: #333;
  padding: 6px 6px 0px 6px;
}

table.poziom tbody th {
  padding: 6px 10px;
  text-align: left;
  background: #f5f5f5;
  border-bottom: 0px solid #ccc;
}

table.poziom tbody th p {
  padding: 3px 0px;
  text-align: left;
  color: #333;
  font-weight: normal;
}

table.poziom tbody td {
  padding: 6px 10px;
  background: #f4f4f4;
  vertical-align: middle;
  text-align: center;
  border-bottom: 0px solid #ccc;
}

table.poziom thead th.nazwa {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 6px;
  font-weight: bold;
  min-width: 50%;
}

table.poziom thead th.ikona {
  min-width: 15px;
}

table.poziom thead th.sredni {
  min-width: 50px;
}

table.poziom th.maly {
  width: 20px;
  padding: 8px 5px;
}

table.poziom td {
  font-weight: normal;
  color: #333;
  vertical-align: top;
}

table.poziom tr.parzysty th,
table.poziom tr.parzysty td {
  background: #f4f4f4;
}

table.poziom tfoot th {
  padding: 12px 10px;
  text-align: right;
  background: #fff;
  vertical-align: middle;
}

table.poziom tfoot td {
  padding: 12px 10px;
  text-align: center;
  background: #f5f5f5;
  vertical-align: middle;
}

table.koszyk {
  margin: 0px 0px 25px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-left: solid 2px #000;
  background: transparent;
}

table.koszyk thead th {
  font-size: 13px;
  border-bottom: 1px solid #eee;
  /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
  font-weight: bold;
  background: #f5f5f5;
  text-align: center;
  color: #333;
  padding: 10px 6px 10px 6px;
  vertical-align: bottom;
  white-space: nowrap;
}

table.koszyk thead th.nazwa {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  width: 50%;
}

table.koszyk thead td {
  font-size: 13px;
  border-bottom: 0px solid #000;
  font-weight: normal;
  background: #f5f5f5;
  text-align: center;
  color: #333;
  padding: 10px 6px 10px 6px;
}

table.koszyk tbody th {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
}

table.koszyk tbody th p {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  margin: 0;
  line-height: 1em;
}

table.koszyk tbody th p.produkt_tytul {
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: bold;
  line-height: 1em;
}

table.koszyk tbody td input[type="text"] {
  text-align: center;
  width: 50px;
}

table.koszyk tbody td.nowrap {
  white-space: nowrap;
}

table.koszyk tfoot td.wartosc-koszyka {
  font-size: 1.5em;
  color: #fff;
  background: #77c3da;
}

table.koszyk tfoot tr.kupon-koszyk th {
  background: #fff;
}

table.koszyk tfoot td.czerwone-pole {
  font-size: 2em;
  background: #77c3da;
  color: #fff;
}

table.koszyk tfoot td.szare-pole {
  font-size: 1em;
  background: #666;
  color: #fff;
}

table.koszyk tfoot td.biale-pole {
  font-size: 1.5em;
  background: #fff;
  color: #333;
}

table.platnosc {
  border-left: solid 2px #111;
}

table.kupon {
  border-left: solid 2px #fcca2a;
}

table.koszyk label {
  cursor: pointer;
}

table.koszyk tr.opis-platnosci td {
  text-align: left;
}

table.koszyk .przycisk-maly {
  font-size: 16px;
}

div.przyciski-koszyk {
  overflow: hidden;
  padding: 20px 0px 20px 0px !important;
}

.do-zamowienia {
  background: #333;
  padding: 25px 25px;
  font-size: 14px;
  font-weight: bolder;
  float: right;
}

.oplac-btn {
  background: #ed1b24;
  padding: 25px 25px;
  font-size: 14px;
  font-weight: bolder;
}

/*------------------------------------ tabela zamowien ---------*/

table.zamowienia-lista {
  margin: 0px 0px 25px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-left: solid 0px #ed1b24;
  background: transparent;
}

table.zamowienia-lista thead th {
  font-size: 13px;
  border-bottom: 1px solid #111;
  /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
  font-weight: normal;
  background: #111;
  text-align: center;
  color: #eee;
  padding: 15px 6px 15px 6px;
  vertical-align: bottom;
}

table.zamowienia-lista thead th.nazwa {
  text-align: left;
  padding: 15px 6px 15px 6px;
}

/*----------------------------------------------------------------------
 * ------ STRONA GLOWNA -------------------------------------------------*/
.strona-glowna div.tlo-strony {
  padding-bottom: 0px;
}

.strona-glowna div.baner-glowny {
  margin-bottom: 0;
}

.strona-glowna div.pojemnik-zawartosc-strony {
  z-index: 11;
}

/*-----BOKSY GLOWNA------------------*/

div.boksy-glowna-lista {
  padding: 2px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
}

ul.boksy-glowna-lista {
  list-style: none;
  position: relative;
  top: 0px;
  left: 0%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 50;
  width: 100%;
  text-align: center;
  overflow: hidden;
  border-left: solid 0px #fff;
}

ul.boksy-glowna-lista li {
  background: none;
  background-color: #fff;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 2px 0px;
  width: 25%;
  position: relative;
  display: block;
  float: left;
  border: solid 0px #e12041;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

ul.boksy-glowna-lista li div.do-srodka {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
  padding-bottom: 140%; /*56.25%;*/
  width: 95%;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  top: 0px;
  left: 0px;
  z-index: 3;
  overflow: hidden;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}

ul.boksy-glowna-lista li:hover div.do-srodka {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
  filter: alpha(opacity=50); /* IE 5-7 */
  opacity: 0.5;
}

ul.boksy-glowna-lista li div.opis {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}

ul.boksy-glowna-lista li div.pojemnik-opis {
  padding: 20px 20px 0px 20px;
  margin: 0px 0px 0px 0px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.boksy-glowna-lista li div.pojemnik-opis h2 {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 0px;
  text-align: center;
  padding: 15px 10px;
  color: #1a1616;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0.7;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

ul.boksy-glowna-lista li:hover div.pojemnik-opis h2 {
  background: #fff;
  opacity: 0.9;
}

ul.boksy-glowna-lista li div.pojemnik-opis h2 span {
  font-size: 13px;
  line-height: 1.3em;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  background: none;
}

ul.boksy-glowna-lista li div.pojemnik-opis a,
ul.boksy-glowna-lista li div.pojemnik-opis p {
  color: #fff !important;
}

ul.boksy-glowna-lista li div.pojemnik-opis p {
  margin: 0;
}

ul.boksy-glowna-lista li div.pojemnik-opis p.instagram-like {
  font-size: 1.5em;
}

ul.boksy-glowna-lista li div.pojemnik-opis p.instagram-like span.typcn {
  position: relative;
  top: -2px;
}

ul.boksy-glowna-lista li a.klik {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  top: 0px;
  left: 0px;
  z-index: 5;
  text-indent: -1000em;
}

/*----------------------------------------------------------------------
 * ------------------------ GRIDSTACK -----------------------------
 * -------------------------------------------------------------------*/
.grid-stack-item div.do-srodka {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  top: 0px;
  left: 0px;
  z-index: 3;
  overflow: hidden;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}

.grid-stack-item:hover div.do-srodka {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
  filter: alpha(opacity=50); /* IE 5-7 */
  opacity: 0.5;
}

.grid-stack-item div.pojemnik-opis h2 {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 0px;
  text-align: center;
  padding: 15px 10px;
  color: #1a1616;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0.7;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.grid-stack-item li div.pojemnik-opis h2 span {
  font-size: 13px;
  line-height: 1.3em;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  background: none;
}

.grid-stack-item div.pojemnik-opis a,
.grid-stack-item div.pojemnik-opis p {
  color: #fff !important;
}

.grid-stack-item div.pojemnik-opis p {
  margin: 0;
}

.grid-stack-item a.klik {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  top: 0px;
  left: 0px;
  z-index: 5;
  text-indent: -1000em;
}

/*opisy baneru srodtekstowego*/

div.baner-szeroki ul li div.baner-opis {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

div.baner-szeroki ul li div.baner-opis h2 {
  font-family: "Domine", serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  font-size: 36px;
  border-bottom: 0px solid #787878;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  color: #f5f5f5;
}

div.baner-szeroki ul li div.baner-opis h2 span {
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 1.8em;
  color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  background: none;
}

div.baner-szeroki ul li div.baner-opis a,
div.baner-szeroki ul li div.baner-opis .pojemnik-zawartosc-strony p {
  color: #fff !important;
  max-width: 500px;
}

/*-------------- PRODUKTY NA GLOWNEJ -------------------*/

.produkty-glowna {
  background: #fff;
  padding: 12px 0px;
}

/*----------------------------------------------------------*/
/*------------------------BLOG---------------------------*/
/*----------------------------------------------------------*/

/*----------------------------------------------------------------------
 * ------ SPIS WPISOW -------------------------------------------------*/

.wpisy-spis-wpis-podzial {
  display: none;
}

.wpisy-spis-wpis {
  width: 25%;
  position: relative;
  float: left;
  overflow: hidden;
}

div.wpisy-spis-pojemnik {
  padding: 0px 0px;
  margin: 6px 6px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

div.wpisy-spis-pojemnik div.zdjecie {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  box-sizing: border-box;
  text-align: center;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

div.wpisy-spis-pojemnik div.opis {
  background: #111;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  box-sizing: border-box;
  text-align: center;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

div.wpisy-spis-pojemnik div.opis h3 {
  color: #fff;
  padding: 10px 10px 0em 10px;
  margin: 0em 0px 0em 0px;
  background: none;
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  line-height: 1.1em;
  min-height: 2.2em;
}

div.wpisy-spis-pojemnik div.opis h3 a {
  color: #fff;
  text-decoration: none;
}

div.wpisy-spis-pojemnik div.opis h3 a:hover {
  color: #aaa;
  text-decoration: none;
}

div.wpis-opis {
  padding: 30px 0px 20px 0px;
}

/*----------------------------------------------------------*/
/*------------------------HISTORY---------------------------*/
/*----------------------------------------------------------*/

div.history-pojemnik {
  position: relative;
}

div.history-pojemnik div.linia {
  background: #666;
  width: 2px;
  height: 100%;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -1px;
  z-index: 1;
}

ul.history-lista {
  list-style: none;
  position: relative;
  top: 0px;
  left: 0%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 50;
  width: 100%;
  text-align: center;
  overflow: hidden;
  border-left: solid 0px #fff;
}

ul.history-lista li {
  background: none;
  padding: 0px 0px 80px 0px;
  margin: 0px auto;
  width: 90%;
  position: relative;
  display: block;
  border: solid 0px #e12041;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

ul.history-lista li div.do-srodka {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  width: 50%;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0px;
  left: 15%;
  z-index: 3;
  overflow: hidden;
}

ul.history-lista li:nth-child(odd) div.do-srodka {
  left: -15%;
}

ul.history-lista li div.zdjecie {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  width: 40%;
  max-width: 250px;
  position: relative;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  top: 0px;
  left: 0px;
  z-index: 3;
  overflow: hidden;
  border: solid 6px #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

ul.history-lista li:nth-child(odd) div.zdjecie {
  float: right;
}

ul.history-lista li div.opis {
  background: transparent;
  padding: 50px 0px 0px 20px;
  margin: 0px;
  width: 60%;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

ul.history-lista li:nth-child(odd) div.opis {
  float: right;
  padding: 50px 20px 0px 0px;
}

ul.history-lista li div.opis p.data {
  padding: 0px 0px 5px 0px;
  margin: 0px;
  font-size: 1.2em;
  color: #aaa;
}

ul.history-lista li div.opis h3 {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-size: 2em;
  line-height: 1.1em;
}

ul.history-lista li:nth-child(odd) div.opis p.data {
  text-align: right;
}

ul.history-lista li:nth-child(odd) div.opis h3 {
  text-align: right;
}

div.history-pojemnik .pojemnik-more-przycisk {
  position: relative;
  z-index: 2;
  padding-top: 10px;
}

/*----------------------------------------------------------*/
/*------------------------PODMENU---------------------------*/
/*----------------------------------------------------------*/

.kolumna-podmenu h2 {
  height: auto;
  background: transparent;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0px 0px 0px;
  border-bottom: solid 1px #999;
  margin: 0;
}

.kolumna-podmenu h2 span {
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  background: none;
  padding-left: 0;
}

.kolumna-podmenu h2 a:hover span {
  padding-left: 10px;
}

/*---- podmenu -----*/

.kolumna-podmenu ul.podmenu {
  list-style: none;
  padding: 5px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
}

.kolumna-podmenu ul.podmenu li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 1px 0px;
  background: transparent url("../images/podmenu-plus.gif") 7px 8px no-repeat;
  color: #000;
  font-size: 13px;
  line-height: 1.3em;
}

.kolumna-podmenu ul.kategorie-lista li {
  padding: 0px;
  margin: 0px 0px 1px 0px;
  background: transparent url("../images/podmenu-tlo.gif") 10px 15px no-repeat;
  color: #000;
  font-size: 13px;
  line-height: 1.3em;
}

.kolumna-podmenu ul.podmenu li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 9px 10px 9px 30px;
}

.kolumna-podmenu ul.podmenu li a:hover,
.kolumna-podmenu ul.podmenu li.aktywny a {
  color: #000;
  text-decoration: none;
  background: transparent;
}

.kolumna-podmenu ul.podmenu li ul {
  padding: 10px 0px 8px 0px;
  margin: 0;
  list-style: none;
}

.kolumna-podmenu ul.podmenu ul li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 1px 0px;
  background: transparent url("../images/podmenu-tlo.gif") 15px 11px no-repeat;
  color: #333;
  font-size: 13px;
  line-height: 1.3em;
}

.kolumna-podmenu ul.punktator li {
  padding: 8px 10px 8px 23px;
  margin: 0px 0px 1px 0px;
  background: transparent url("../images/podmenu-tlo.gif") 15px 15px no-repeat;
  color: #ddd;
  font-size: 13px;
  line-height: 1.3em;
}

/*----------------------------------------------------------------------
 * ------ STOPKA -----------------------------------------------------*/

div.pojemnik-stopka {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 2;
  clear: both;
  position: relative;
  border-top: 1px solid #f5f5f5;
  background: #fff;
}

div.pojemnik-stopka .kolumna-lewa {
  width: 100%;
  position: relative;
  float: nonet;
}

div.pojemnik-stopka .kolumna-prawa {
  width: 100%;
  position: relative;
  float: none;
}

/*----- menu z obramowaniem w stopce -----*/

div.pojemnik-stopka ul.menu-stopka {
  position: relative;
  top: 0px;
  display: block;
  border: none;
  padding: 15px 0px 15px 0px;
  margin: 0 0px 0px 0px;
  z-index: 20;
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  clear: both;
}
div.pojemnik-stopka ul.menu-stopka li {
  display: block;
  position: relative;
  margin: 0 0px;
  padding: 0px 5px 0px 0px;
  border: 0;
  overflow: hidden;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

div.pojemnik-stopka ul.menu-stopka li a {
  color: #333;
  text-decoration: none;
  min-width: 100px;
  padding: 6px 10px;
  display: inline-block;
  background: #f4f4f4;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  border: solid 1px #f2f2f2;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.pojemnik-stopka ul.menu-stopka li a:hover {
  color: #fff;
  text-decoration: none;
  background: #333;
  border: solid 1px #fff;
}

/*----- menu bez obramowan w stopce -----*/

div.pojemnik-stopka ul.menu-stopka-proste {
  position: relative;
  top: 0px;
  display: block;
  border: none;
  padding: 5px 0px 0px 0px;
  margin: 0 0px 0px 0px;
  z-index: 20;
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  clear: both;
}
div.pojemnik-stopka ul.menu-stopka-proste li {
  display: block;
  position: relative;
  margin: 0 0px;
  padding: 0px 20px 0px 0px;
  border: 0;
  overflow: hidden;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

div.pojemnik-stopka ul.menu-stopka-proste li a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.pojemnik-stopka ul.menu-stopka-proste li a:hover {
  text-decoration: none;
  color: #000;
}

/*----- menu ikony w stopce -----*/

div.pojemnik-stopka ul.ikony {
  position: relative;
  top: 0px;
  display: block;
  border: none;
  padding: 15px 0px 0px 0px;
  margin: 0 0px 0px 0px;
  z-index: 20;
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  clear: both;
}
div.pojemnik-stopka ul.ikony li {
  display: block;
  position: relative;
  margin: 0 0px;
  padding: 12px 0px 0px 12px;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}

div.pojemnik-stopka ul.ikony li a {
  color: #8b8b8b;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.pojemnik-stopka ul.ikony li a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30); /* For IE8 and earlier */
}

div.pojemnik-stopka p.paypal {
  color: #8b8b8b;
  padding: 0px;
  margin: 8px 0px 0px 20px;
  font-size: 11px;
  text-align: right !important;
  line-height: 1.6em;
}

div.pojemnik-stopka p.paypal img {
  display: inline;
}

/*---podpisy-----------*/
div.pojemnik-stopka p.wykonawca-stopka {
  margin: 8px 0px 0px 0px;
  font-size: 10px;
  text-align: right !important;
  line-height: 1.2em;
  color: #777;
}

div.pojemnik-stopka p.adres-stopka {
  margin: 8px 0px 0px 0px;
  font-size: 11px;
  text-align: right !important;
  line-height: 1.2em;
  color: #aaa;
}

div.pojemnik-stopka p.adres-stopka strong {
  font-size: 1.4em;
}

div.pojemnik-stopka p.wykonawca-stopka a {
  color: #999;
}

div.pojemnik-stopka p.adres-stopka a {
  color: #ccc;
}

div.pojemnik-stopka p.wykonawca-stopka a:hover {
  color: #ccc;
}

div.pojemnik-stopka p.adres-stopka a:hover {
  color: #fff;
}

/*-------------------------------------------
 * NEWSLETTER ------------------------------------
--------------------------------------------*/

div#newsletter-przycisk {
  position: fixed;
  bottom: 50px;
  right: 0px;
  text-align: left;
  overflow: hidden;
  z-index: 1051;
  width: 40px;
  height: 120px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  background: transparent url("../images/newsletter.png") center left no-repeat;
  cursor: pointer;
}

div#newsletter-box-pojemnik {
  padding-top: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2500;
  display: none;
}

div#newsletter-box-pojemnik form.newsletter {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  margin: -50px 0 0px 0;
  padding: 0;
}

div#newsletter-box-pojemnik form.newsletter h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  border-bottom: 0px solid #eee;
  margin: 0px 0px 0px 0px;
  padding: 4px 0px 5px 0px;
  line-height: 1.2em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  display: block;
}

div#newsletter-box-pojemnik form.newsletter div.newsletter-form {
  margin: 0px auto 0px auto;
  padding: 0px;
  font-size: 13px;
  width: 90%;
  max-width: 900px;
  position: relative;
}

div#newsletter-box-pojemnik form.newsletter div.newsletter-form div {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

div#newsletter-box-pojemnik
  form.newsletter
  div.newsletter-form
  div.przycisk-pojemnik {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

div#newsletter-box-pojemnik
  form.newsletter
  div.newsletter-form
  div.zamknij-okno-newsletter {
  position: absolute;
  top: 0px;
  left: 100%;
  margin: -60px 0px 0px -60px;
  width: 60px;
  height: 60px;
  background: #fff url("../images/x-cz.png") center center no-repeat;
  color: #000;
  z-index: 51;
  cursor: pointer;
}

div#newsletter-box-pojemnik
  form.newsletter
  div.newsletter-form
  div.zamknij-okno-newsletter:hover {
  background: #ed1b24 url("../images/x-b.png") center center no-repeat;
}

div#newsletter-box-pojemnik form.newsletter input.tekst,
div#newsletter-box-pojemnik form.newsletter input[type="text"],
div#newsletter-box-pojemnik form.newsletter input[type="email"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 12px 8px 12px 12px;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  color: #555;
  width: 100%;
  margin: 0;
  max-width: 100%;
  display: block;
  margin-bottom: 5px;
  background: #fff;
  transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/*przycisk wiecej*/
div#newsletter-box-pojemnik form.newsletter .przycisk-wyslij {
  background: #ed1b24;
  color: #fff !important;
  border: solid 0px #333;
  padding: 12px 30px 11px 30px;
  margin: 1px 0px 0px 0px;
  text-align: center;
  cursor: pointer;
  font: 11px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

div#newsletter-box-pojemnik form.newsletter .przycisk-wyslij:hover {
  background: #fff;
  color: #000 !important;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

div#newsletter-box-pojemnik form.newsletter .wysylanie {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 10px;
}

/* #aduls
================================================== */

div.aduls-info {
  width: 100%;
  height: 100%;
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  font-size: 11px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgb(30, 30, 30); /* The Fallback */
  background: rgba(30, 30, 30, 0.98);
  z-index: 1000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

div.aduls-info .aduls-tresc {
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 10px 0px 15px 0px;
  text-align: center;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

div.aduls-info .osiemnascie {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  font-size: 136px;
  border-bottom: 0px solid #787878;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #f5f5f5;
  line-height: 1em;
}

div.aduls-info .aduls-tresc p {
  padding: 5px 0px 0px 0px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 1.2em;
}

div.aduls-info .aduls-tresc a.akceptuje-aduls {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background: #900;
  white-space: nowrap;
  overflow: visible;
  cursor: pointer;
  text-decoration: none;
  border: 0px solid #4c6d8f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  position: relative;
  top: 0px;
  zoom: 1;
  line-height: 1;
  *display: inline;
  *vertical-align: middle;
  -moz-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  margin-top: 10px;
}

div.aduls-info .aduls-tresc a.akceptuje-aduls:hover {
  background: #000;
  border: 0px solid #2f4358;
}

/*----------------------------------------------------------------
 *
 ************************ BOKSY PODMENU ***************************
 *
 ---------------------------------------------------------------*/

ul.boksy-podmenu-lista {
  list-style: none;
  position: relative;
  top: 0px;
  left: 0%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 50;
  width: 100%;
  text-align: center;
  border-left: solid 0px #fff;
  overflow: hidden;
}

ul.boksy-podmenu-lista li {
  padding: 0px 0px 10px 20px;
  margin: 0px 0px 10px 0px;
  width: 100%;
  float: none;
  overflow: hidden;
  border-bottom: solid 0px #f5f5f5;
}

ul.boksy-podmenu-lista li div.do-srodka {
  background: transparent;
  padding: 0px 0 0px 0;
  margin: 0px;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
  top: 0%;
  left: 0%;
  z-index: 3;
  overflow: hidden;
}

ul.boksy-podmenu-lista li div.zdjecie {
  background: transparent;
  padding: 0px 0px 0 0px;
  margin: 0px auto 0px auto;
  width: 150px;
  height: 150px;
  position: ralative;
  display: block;
  text-align: center;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  display: none;
}

ul.boksy-podmenu-lista li div.baner-opis {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  color: #bbb;
  position: ralative;
  display: block;
  text-align: left;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  font-size: 0.9em;
}

ul.boksy-podmenu-lista li h2 {
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 300;
  color: #52514f;
  text-align: left;
}

ul.boksy-podmenu-lista li h2 span.tytul-1 {
  line-height: 1.2em;
  display: inline-block;
  border-right: solid 0em #88a72f;
  padding-right: 0px;
  color: #52514f;
}

ul.boksy-podmenu-lista li h2 span.tytul-2 {
  font-size: 0.7em;
  color: #747371;
  font-weight: 300;
  display: inline-block;
}

ul.boksy-podmenu-lista li p {
  color: #666;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  text-align: left;
}

ul.boksy-podmenu-lista li a.wiecej {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  width: auto;
  position: relative;
  top: 0%;
  left: 0;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  font-weight: 300;
  background: #88a72f;
  background: rgba(136, 167, 47, 0.9);
  border-bottom: solid 0px #88a72f;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

ul.boksy-podmenu-lista li a.wiecej:hover {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.opis-kategorii {
}

.opis-kategorii .opis-kategorii-tresc {
  font-size: 1em;
  padding: 1.2em 2em 1em;
  background: #fefdfb;
  border-bottom: solid 1px #f5f5f5;
}

.google-maps-pojemnik {
  position: relative;
  padding-bottom: 400px;
  height: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

.google-maps-pojemnik iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.google-maps-pojemnik p {
  color: #333;
}

div.pojemnik-spolecznosci {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
}

ul.spolecznosci {
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  z-index: 500;
}

ul.spolecznosci li {
  width: 30px;
  height: 30px;
  position: relative;
  top: 0%;
  left: 0%;
  padding: 0px 0;
  margin: 0 5px 5px 0;
  border-bottom: solid 0px #666;
  display: block;
  float: left;
}

ul.spolecznosci li a {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
}

ul.spolecznosci li a.fb {
  background: url(../images/fb-icon-bw.png) no-repeat center center;
  background-size: cover;
}

ul.spolecznosci li a.instagram {
  background: url(../images/instagram-icon-bw.png) no-repeat center center;
  background-size: cover;
}

.iframe-response {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.iframe-response iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
