/* Generated by less 2.4.0 */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700&subset=latin,latin-ext);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: 'Lato', sans-serif;
  color: #231f20;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow-x: hidden;
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
  min-height: 100%;
  position: relative;
  background: #f2f1e6;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  color: #76774d;
  text-decoration: none;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  color: #000000;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 .5em 0;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
}
h1 {
  font-size: 1.75em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}
ul,
ol {
  margin: .75em 0 .75em 32px;
  padding: 0;
}
p {
  margin: .75em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clear {
  clear: both;
  display: block;
  position: relative;
  height: 0px;
  float: none;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
/* LAYOUT */
.wrapper {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  position: relative;
}
.spacer {
  padding-top: 45px;
}
#h-top {
  background: #fff;
  padding: 5px 0 10px;
}
#h-top .logo {
  text-align: center;
}
#h-top .logo p {
  margin: 0;
}
#baner {
  background: url('../images/bgr-baner-page.png') center bottom no-repeat;
  padding: 50px 0 0;
  height: 250px;
}
#page-content {
  color: #1f1f1f;
  padding: 0 0 120px;
}
#f-main {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #222222 url('../images/bgr-footer.jpg') center bottom no-repeat;
}
#f-main #copyrights {
  height: 60px;
  position: relative;
}
#f-main #copyrights .copy {
  position: absolute;
  bottom: 15px;
  left: 0;
}
@media (max-width: 1000px) {
  #baner {
    height: 300px;
    padding: 0;
  }
}
@media (max-width: 450px) {
  #f-main #copyrights {
    height: 80px;
  }
  #f-main #copyrights .copy {
    bottom: 40px;
  }
}
/* WYGLAD ARTYKUŁU */
.-pc-article-header {
  font-size: 0.9em;
}
.-pc-article-header .h {
  margin: 0 5px 0 0;
}
.-pc-article-header .v {
  margin: 0 10px 0 0;
  font-weight: bold;
}
img.-pc-article-image {
  position: relative;
  float: left;
  margin: 0 10px 10px 0;
}
.-pc-article-footer {
  font-size: 0.9em;
}
.-pc-article-footer .h {
  margin: 0 5px 0 0;
}
.-pc-article-footer .v {
  margin: 0 10px 0 0;
  font-weight: bold;
}
.-pc-article-footer .-pc-article-share-on-facebook {
  margin: 0 10px;
}
.-pc-article-footer .-pc-article-back-button a {
  display: block;
  font-size: 12px;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #ff348a;
  cursor: pointer;
  border: 1px solid #ff348a;
  transition: all .4s ease;
}
.-pc-article-footer .-pc-article-back-button a:hover {
  color: #fff;
  background: #ff348a;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
  background-position: -6px -5px;
  background-color: #969494;
  border: 2px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  display: block;
  border: 2px solid #ffffff;
  background-color: #969494;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.fancybox-prev span {
  left: 10px;
  background-position: -2px -37px;
}
.fancybox-next span {
  right: 10px;
  background-position: -3px -73px;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*PODPIS PRIMEO */
.primeo {
  position: absolute;
  bottom: 15px;
  right: 0;
  line-height: 1;
  font-size: 14px;
  color: #fff;
}
.primeo p {
  margin: 0;
}
.primeo a {
  text-decoration: none;
}
@media (max-width: 450px) {
  .primeo {
    right: auto;
    left: 0;
  }
}
/*WYGLAD PRODUKTU */
/* POWIEKSZENIE ZDJĘCIA */
.-pc-product-image-zoom {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 5px;
}
.-pc-product-image-zoom .-pc-product-image-zoom-in {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .3;
  background: url('../../images/gallery/zoom_in.png') center center no-repeat;
  background-size: 0 0;
  transition: all .4s ease;
}
.-pc-product-image-zoom:hover .-pc-product-image-zoom-in {
  background-color: #fff;
  background-size: 48px 48px;
}
/* KOLUMNY PRODUKTU */
.product-col-left {
  position: relative;
  float: left;
  width: 370px;
  text-align: center;
}
.product-col-right {
  position: relative;
  float: right;
  width: 320px;
}
/* OPIS PRODUKTU*/
.desc-title {
  font-size: 15px;
  margin: 15px 0 10px 0;
  padding: 10px 15px;
  background: #F8F6F6;
}
.description,
.details {
  clear: both;
}
/* WARIANTY PRODUKTOW */
.details table {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.details table tr th {
  background: #F8F6F6;
  padding: 9px 7px;
  white-space: nowrap;
}
.details table tr th:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.details table tr th:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.details table tr td {
  padding: 2px 7px;
  text-align: center;
}
.details table tr:nth-child(2) td {
  padding: 10px 7px 2px 7px;
}
.details table tr td input {
  text-align: center;
}
.details .form-inp-btn {
  float: right;
}
.details .price-promotion {
  display: block;
  font-size: 1.1em;
  color: #BF0500;
}
.details .price-old {
  display: block;
  text-decoration: line-through;
  font-size: 0.9em;
}
/* ATRYBUTY PRODUKTOW */
.attribute {
  border-bottom: 1px solid #D4D4D4;
  overflow: auto;
}
.attribute:last-child {
  border-bottom: none;
}
.atr-title {
  padding: 5px 0;
  border-right: 1px solid #D4D4D4;
  width: 49%;
  float: left;
}
.attribute .value {
  padding: 5px 0;
  float: right;
  width: 50%;
}
@media (max-width: 734px) {
  .-pc-product-image {
    width: 200px !important;
    height: 200px !important;
    float: left;
    width: 50%;
  }
  .-pc-product-list .-pc-product-list-row-item {
    width: 100% !important;
    float: none;
  }
  .-pc-product-list .-pc-product-list-row-item .-pc-product-list-item-wrapper {
    padding: 0 !important;
    border: 0 !important;
  }
  .-pc-product-list .list-item-odd,
  .-pc-product-list .list-item-even {
    border: 0 !important;
  }
}
@media (max-width: 459px) {
  .-pc-product-list-row-item .-pc-product-list-item-wrapper.two-cols .-pc-product-list-image {
    float: none !important;
    margin: auto;
  }
  .-pc-product-image {
    width: 200px !important;
    height: 200px !important;
    float: none;
    clear: both;
    width: 100%;
  }
}
/*KOSZYK*/
.basket-table {
  width: 100%;
  border-collapse: collapse;
}
.td-title {
  display: none;
}
.basket-table input {
  text-align: center;
}
.basket-table tr td {
  vertical-align: top;
}
.basket-table tr.header td {
  background: #D4D4D4;
  padding: 12px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border: 0;
}
.basket-table td {
  border-right: 1px solid #dbdada;
  border-bottom: 1px solid #dbdada;
  padding: 10px;
  text-align: center;
}
.basket-table tr:last-child td {
  border-bottom: 0;
}
.basket-table td:last-child {
  border-right: 0;
}
.basket-table td:first-child {
  text-align: left;
}
.basket-table .basket-table-product {
  width: 50%;
}
.basket-table .basket-table-count {
  width: 10%;
}
.basket-table .basket-table-price {
  width: 10%;
}
.basket-table .basket-table-price-count {
  width: 10%;
}
.basket-table .basket-table-action {
  width: 10%;
}
.basket-table-thumb {
  float: left;
  border: 1px solid #4a4646;
  margin-right: 10px;
}
.basket-table p {
  margin: 4px;
}
.basket-table-inp {
  width: 50px;
  border: 1px solid #4a4646;
  text-align: center;
}
.basket-table .price-promotion {
  display: block;
  font-size: 1.1em;
  color: #BF0500;
}
.basket-table .price-old {
  display: block;
  text-decoration: line-through;
  font-size: 0.9em;
}
.sum {
  position: relative;
  height: 50px;
  border-top: 4px solid #D4D4D4;
  border-bottom: 4px solid #D4D4D4;
}
.convert {
  left: 50%;
  margin: 0 0 0 -90px;
  position: absolute;
  top: 5px;
  min-width: 180px;
}
.convert-btn {
  float: left;
  margin-right: 20px;
}
.amount {
  float: right;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}
.basket .navigation {
  margin-top: 0px;
  border: 0;
  clear: both;
  position: relative;
  height: 25px;
}
.basket .navigation .prev {
  position: absolute;
  left: 0;
  top: 0;
}
.basket .navigation .next {
  position: absolute;
  right: 0;
  top: 0;
}
.basket .navigation .next .form-inp-btn,
.basket .navigation .prev .form-inp-btn {
  font-family: Verdana;
  font-size: 12px;
  padding: 7px 10px;
  margin: 0px;
  min-width: 100px;
}
.basket-message {
  font-size: 12px;
}
.basket-message p.red {
  color: #bf0500;
  text-align: center;
}
.basket-message textarea {
  width: 686px;
  border: 1px solid #4a4646;
  padding: 10px;
}
.basket-alert {
  width: 689px;
  border-radius: 3px;
  padding: 20px 10px;
  height: 55px;
  margin-bottom: 5px;
  background: #bf0500;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.basket-alert p {
  margin: 0 0 5px 0;
}
.partner-basket-details {
  padding: 15px 0;
}
.partner-basket p {
  float: left;
  margin: 3px 0 0 5px;
}
.partner-basket .parnter-box-basket-title {
  margin-left: 0;
  font-size: 11px;
}
.partner-basket .parnter-box-basket,
.partner-basket .parnter-box-basketcount {
  margin-left: 3px;
}
.parnter-box-basket-title {
  line-height: 23px;
  margin: 3px 0 0 0;
}
.parnter-box-basketcount {
  margin: 0;
  background: #F8F6F6;
  color: #231f20;
  text-align: center;
  font-size: 13px;
  float: left;
  height: 24px;
  min-width: 24px;
  line-height: 23px;
  border-radius: 1px;
}
.form-inp-btn.parnter-box-basket {
  margin: 3px 0 0 3px;
  font-size: 11px;
  float: left;
  line-height: 21px;
  height: 22px;
  width: 80px;
  padding: 0 8px;
  background: url("../../images/basket-color.png") no-repeat 55px 1px;
  text-align: left;
  transition: all .4s ease;
}
.form-inp-btn.parnter-box-basket:hover {
  color: #fff;
  background: #ff348a url("../../images/basket.png") no-repeat 55px 1px;
}
.basket-top {
  width: 73px;
  position: absolute;
  top: 15px;
  right: 0;
}
.basket .form-inp-btn {
  min-width: 85px;
  margin-right: 20px;
  float: left;
}
.basket .delivery-other {
  display: none;
  clear: both;
}
.basket-user .form-field-group {
  width: 48%;
  margin: 0 10px 5px 0;
  float: left;
  clear: none;
}
.basket-user .form-field-group-address,
.basket-user .form-field-group-message,
.basket-user .form-field-group-delivery-address,
.basket-user .form-field-group-delivery-company {
  width: 100%;
  margin: 0 0 5px 0;
}
.basket-user .form-field-group-company,
.basket-user .form-field-group-phone,
.basket-user .form-field-group-delivery-phone {
  margin-right: 0;
  width: 50%;
}
.basket-user .form-field-group-delivery-other {
  clear: both;
}
@media (max-width: 599px) {
  .basket-table .header {
    display: none;
  }
  .basket-table {
    display: block;
  }
  .basket-table tr {
    clear: both;
    display: block;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 3px solid #dbdada;
  }
  .basket-table tr:last-child {
    border: 0;
    padding: 0;
  }
  .basket-table tr td {
    display: inline-block;
  }
  .basket-table tr td {
    width: 100% !important;
    padding: 4px 0 !important;
    text-align: left !important;
    border: 0 !important;
  }
  .td-title {
    display: inline-block;
    width: 80px;
    marign: 0 10px 0;
    font-weight: bold;
  }
  .basket-table .basket-table-product {
    margin: 0 0 20px 0;
  }
  .basket-table-count .form-inp {
    width: 150px;
    padding: 3px 0;
    display: inline-block;
  }
  .basket-user .form-field-group {
    width: 48%;
  }
  .basket-user .form-field-group-address,
  .basket-user .form-field-group-message,
  .basket-user .form-field-group-delivery-address,
  .basket-user .form-field-group-delivery-company {
    width: 100%;
  }
  .basket-user .form-field-group {
    width: 100%;
    margin-right: 0;
  }
}
#top {
  float: left;
  position: relative;
  left: 50%;
}
#top ul {
  list-style: none;
  margin: 0;
  position: relative;
  left: -50%;
}
#top ul li {
  float: left;
}
#top ul li a {
  display: block;
  font: 400 18px / 22px 'Roboto Slab', serif;
  color: #242424;
  text-transform: uppercase;
  padding: 10px 25px 0 25px;
}
.offer {
  margin: 20px 0;
}
.offer.dark ul li a {
  color: #1f1f1f;
  border-color: #1f1f1f;
}
.offer ul {
  margin: 0;
  list-style: none;
}
.offer ul li {
  float: left;
}
.offer ul li:first-child a {
  padding-left: 0 ;
}
.offer ul li:last-child a {
  padding-right: 0;
  border-right: 0;
}
.offer ul li a {
  display: block;
  font: 400 19px/22px 'Roboto Slab', serif;
  text-transform: uppercase;
  padding: 0px 25px;
  color: #d3d3d3;
  border-right: 3px solid #d3d3d3;
}
#show-menu {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #515f08 url("../images/menu.png") center center no-repeat;
  transition: right .8s ease;
  z-index: 10002;
}
#show-menu.active {
  right: 270px;
}
#smart {
  background: #fff;
  width: 320px;
  position: fixed;
  right: -320px;
  top: 0;
  z-index: 10001;
  height: 100%;
  transition: right .8s ease;
  display: none;
  padding: 65px 0 0 0;
}
#smart.show {
  right: 0;
}
@media (max-width: 1023px) {
  #show-menu,
  #smart {
    display: block;
  }
  #smart ul li a .slide-level {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url("../images/slideLevel.png") no-repeat center -30px;
    transition: background-position 0.4s ease;
  }
  #smart ul li a .slide-level.active {
    background-position: center 0px;
  }
  #smart ul {
    margin: 0;
    list-style: none;
  }
  #smart .level-0 {
    height: 86%;
    overflow: auto;
  }
  #smart .level-0 li {
    border-bottom: 1px solid #cfcfcf;
  }
  #smart .level-0 li a {
    display: block;
    font-size: 14px;
    color: #231f20;
    line-height: 18px;
    padding: 10px;
    font-weight: normal;
    position: relative;
  }
  #smart .level-0 li a:hover,
  #smart .level-0 li a.active,
  #smart .level-0 li a.hover {
    color: #515F08;
  }
  #smart .level-0 ul li {
    border-bottom: 0;
  }
  #smart .level-0 .level-1 li a {
    padding: 8px 10px 8px 25px;
    text-transform: lowercase;
  }
  #smart .level-0 .level-1 ul li a {
    padding: 8px 10px 8px 40px;
  }
}
/*AJAX LOADER */
.loader {
  display: none;
}
.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: #ffffff;
  z-index: 1000;
}
.loader-image {
  position: absolute;
  top: 10%;
  left: 48%;
  width: 35px;
  height: 35px;
  z-index: 1001;
  background: url('../../images/ajax/loader1.gif') center center no-repeat;
}
/*
	LISTA ARTYKUŁÓW
					*/
.-pc-articles-list.list li {
  margin: 0;
  clear: both;
  /* KOLUMNY */
}
.-pc-articles-list.list li.last {
  border: none;
}
.-pc-articles-list.list li .-pc-articles-list-row {
  margin: 0;
  padding: 0;
  list-style: none;
}
.-pc-articles-list.list li .-pc-articles-list-row .-pc-articles-list-row-item {
  float: left;
}
.-pc-articles-list.list li .-pc-articles-list-row .-pc-articles-list-row-item .-pc-articles-list-item-wrapper {
  padding: 0 10px;
}
.-pc-articles-list-item-wrapper {
  position: relative;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-title {
  position: relative;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-title .-pc-articles-list-image {
  float: left;
  margin: 0 10px 0 0;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-title .-pc-articles-list-name {
  font-size: 1.3em;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-header {
  font-size: 0.9em;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-header .-pc-articles-list-author {
  margin: 0 5px 0 0;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-trailer {
  position: relative;
  clear: none;
  margin: 10px 0;
  font-size: 1em;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-footer {
  font-size: 0.9em;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-footer .h {
  margin: 0 5px 0 0;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-footer .v {
  margin: 0 10px 0 0;
  font-weight: bold;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-footer .-pc-articles-list-share-on-facebook {
  margin: 0 10px;
}
.-pc-articles-list-item-wrapper .-pc-articles-list-footer .-pc-articles-list-more-button {
  display: block;
  text-align: right;
  font-size: 1.2em;
}
@media (max-width: 1000px) {
  .list .-pc-articles-list-row .-pc-articles-list-row-item {
    width: 100% !important;
    margin: 10px 0 !important;
  }
}
/* Zaptayj o produkt */
.question {
  float: right;
  padding: 5px 0 20px 0;
  text-align: right;
}
.ask-form {
  position: absolute;
  top: 40px;
  right: 0;
  background: #D4D4D4;
  color: #231f20;
  width: 555px;
  padding: 20px 10px;
  display: none;
  z-index: 10;
}
.ask {
  position: relative;
  height: 35px;
  margin-top: 10px;
}
.ask-btn {
  width: 130px;
  position: absolute;
  right: 0;
}
.ask-group {
  padding-bottom: 20px;
  margin-right: 10px;
}
.ask-form-title {
  font-size: 13px;
  padding: 0 5px;
}
.ask-form-name {
  float: left;
  width: 202px;
}
.ask-form-company {
  float: left;
  width: 202px;
}
.ask-form-phone {
  float: right;
  width: 121px;
}
.ask-form-phone .ask-form-inp {
  width: 121px;
}
.ask-form-email {
  float: left;
  width: 202px;
}
.ask-form-productname {
  width: 333px;
  float: right;
}
.ask-form-productname .ask-form-inp {
  width: 333px;
  color: #777777;
}
.ask-form-message {
  clear: both;
  width: 555px;
}
.ask-form-message .ask-form-inp {
  width: 535px;
  padding: 10px;
  height: 90px;
}
.ask-form-token {
  width: 370px;
  float: left;
}
.ask-form-token .ask-form-title {
  float: left;
  line-height: 26px;
}
.ask-form-token .form-field-group {
  float: left;
  clear: none;
  width: 210px;
}
.ask-form-token .form-inp.token {
  width: 100px;
}
.ask-form-token .ask-form-inp {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.ask-form-submit {
  float: right;
}
.ask-form-inp-btn {
  background: #1d1818;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 4px 10px;
}
.ask-form-inp-btn:hover {
  background: #bf0500;
  cursor: pointer;
  text-decoration: none;
}
.ask-form-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top-right-radius: 3px;
  background: #505050;
  color: #e1e1e1;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
@media (max-width: 734px) {
  .ask-form {
    top: 300px;
  }
}
@media (max-width: 599px) {
  .ask-form {
    width: 100%;
  }
  .ask-group {
    width: 47% !important;
  }
  .ask-form-productname,
  .ask-form-message,
  .ask-form-token {
    width: 100% !important;
    margin-right: 0;
  }
  .ask-form-company,
  .ask-form-phone {
    margin-right: 0;
    width: 50% !important;
  }
  .ask-form-token .ask-form-title {
    width: 100%;
    float: none;
  }
  .ask-form-token .form-inp.token {
    width: 68%;
  }
  .ask-form-submit {
    float: none;
    clear: both;
    width: 33% !important;
    margin: auto;
  }
}
@media (max-width: 450px) {
  .ask-form {
    width: 92%;
    top: 400px;
  }
  .ask-group {
    width: 100% !important;
    margin: 0 !important;
  }
  .ask-form-token .form-inp.token {
    width: 62%;
  }
  .ask-form-submit {
    width: 33% !important;
  }
}
.partner-box {
  margin-top: 20px;
}
#partner-show-form {
  cursor: pointer;
}
#show-login-form {
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  margin: 10px 0 0 0;
}
#show-login-form:before {
  content: '';
  background: #0cc6c4 url('../../images/shop/strzalka_login.png') center center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 2px;
  border-radius: 100%;
}
.partner-form {
  margin-top: 15px;
  display: none;
  position: relative;
}
.partner-form #website-user-login-form {
  width: auto;
}
.partner-form .form-field-group input {
  float: right;
}
.partner-form .form-header {
  display: none;
}
.partner-form .form-field-group {
  width: 175px;
  overflow: auto;
}
.partner-form .form-field-title {
  font-size: 11px;
  color: #808080;
  float: left;
  padding: 4px 5px 5px 0;
}
.partner-form .form-inp {
  width: 123px;
  padding: 3px 5px;
}
.partner-form .form-field-group.buttons {
  width: 67px;
  float: right;
  margin-top: -67px;
}
.partner-form .form-field-group .form-inp-btn {
  font-size: 13px;
  margin: 0;
  padding: 35px 7px 7px 7px;
}
.partner-form .-pc-field-group-remember {
  clear: both;
  padding: 0 0 0 40px;
  line-height: 18px;
  color: #808080;
  width: 130px;
}
/*ZALOGOWANY*/
.user-loged-in {
  position: relative;
  background: url('../../images/strzalka_login.png') left center no-repeat;
  padding-left: 25px;
  margin: 10px 0 0 0;
  line-height: 21px;
}
.user-loged-in:before {
  content: '';
  background: #0cc6c4 url('../../images/strzalka_login.png') center center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 3px;
  border-radius: 100%;
}
/*formularz logowania */
#website-user-login-form {
  width: 200px;
  margin: auto;
}
/*FORMULARZ KONTAKTOWY */
form {
  display: block;
}
.form-header {
  position: relative;
  padding: 10px 0;
  border-bottom: dashed 1px #323539;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.form-group {
  position: relative;
  clear: both;
  padding: 10px 0;
}
.form-group-header {
  position: relative;
  padding: 3px 10px;
  margin: -10px 0 10px;
  border-bottom: solid 1px #323539;
  font-size: 1em;
}
.form-field-group {
  position: relative;
  clear: both;
  margin: 0 0 5px;
}
.form-field-group.clear-margin {
  margin: 0;
}
.form-field-group.float-left {
  float: left;
}
.form-field-group.float-right {
  float: left;
}
.form-field-group.half {
  clear: none;
  width: 50%;
}
.form-field-group.buttons {
  text-align: center;
}
.form-field-title {
  position: relative;
  padding: 0 0 2px;
  font-family: 1em;
  font-family: inherit;
  font-weight: normal;
}
.form-field-description {
  position: relative;
  clear: both;
  padding: 2px 0 0;
  font-size: 0.8em;
}
.form-field-group .label-group {
  position: relative;
}
.form-inp,
.field-select {
  display: block;
  width: 100%;
  padding: 6px 0px;
  border: solid 1px #C9C7C1;
  background: #ffffff;
  font-size: 1em;
  font-family: inherit;
}
.field-select {
  padding: 5px 0;
}
.field-select select,
.field-select option {
  font-family: inherit;
  font-size: 1em;
  display: block;
  width: 100%;
  border: none;
}
.form-inp:focus,
.form-inp.form-inp-focus,
.field-select.form-inp:focus,
.field-select.form-inp-focus {
  border-color: #323539;
}
.form-inp-error,
.field-select.form-inp-error,
.label-group.form-inp-error {
  border-color: #952222;
}
.label-group.form-inp-error {
  border-style: solid;
  border-width: 1px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-inp.token {
  display: inline;
  width: 88%;
}
img.token {
  vertical-align: middle;
}
.form-inp.disabled,
.disabled .form-inp {
  background: #fbfbfb;
  font-style: italic;
}
div[class*="contact_form"] .form-inp-btn {
  margin: 20px auto 0;
}
.form-inp-btn {
  background: none;
  border: 2px solid #161616;
  cursor: pointer;
  color: #161616;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  line-height: 13px;
  padding: 9px 8px;
  transition: all 0.4s ease 0s;
}
.form-inp-btn:focus,
.form-inp-btn:hover {
  background: #161616;
  color: #fff;
}
.form-inp-btn.disabled {
  opacity: 0.6;
  font-style: italic;
  font-weight: normal;
}
.form-require-mark,
.form-require-text {
  color: #952222;
}
.form-require-mark {
  margin: 0 0 0 5px;
}
.form-require-text {
  text-align: center;
  clear: both;
}
/*###################################
##### INDYWIDUALNE STYLE CSS#######
###################################*/
#contact_form_5 .form-inp,
#contact_form_5 .field-select {
  background: none;
  border: 0;
  border-bottom: 2px solid #eeeeee;
}
#contact_form_5 .form-inp.token {
  width: 40%;
}
#contact_form_5 .form-require-text {
  color: #fff;
}
#contact_form_5 .form-inp-btn {
  background: none repeat scroll 0 0 #161616;
  border: 2px solid #fff;
  color: #fff;
}
.contact_form_13 .form-inp.token {
  width: 77% ;
}
.contact_form_13 .form-field-group.-pc-field-group-name,
.contact_form_13 .form-field-group.-pc-field-group-last-name,
.contact_form_13 .form-field-group.-pc-field-group-email,
.contact_form_13 .form-field-group.-pc-field-group-phone,
.contact_form_13 .form-field-group.-pc-field-group-company {
  clear: none;
  float: left;
  width: 48% ;
}
.contact_form_13 .form-field-group.-pc-field-group-last-name,
.contact_form_13 .form-field-group.-pc-field-group-phone {
  margin-right: 0;
}
.contact_form_13 .form-field-group {
  margin: 0 5px 5px ;
}
@media (max-width: 450px) {
  .contact_form_13 .form-field-group.-pc-field-group-name,
  .contact_form_13 .form-field-group.-pc-field-group-last-name,
  .contact_form_13 .form-field-group.-pc-field-group-email,
  .contact_form_13 .form-field-group.-pc-field-group-phone,
  .contact_form_13 .form-field-group.-pc-field-group-company {
    clear: none;
    float: none;
    width: 100%;
  }
  .contact_form_13 .form-field-group {
    margin: 0 0 5px ;
  }
  .contact_form_13 .form-inp.token {
    width: 69% ;
  }
}
/* GALERIE */
.-pc-gallery {
  /* ZOOM */
  /*----------*/
  /* STANDARD */
  /*----------*/
}
.-pc-gallery .-pc-gallery-image-zoom-in {
  display: none;
}
.-pc-gallery .-pc-gallery-image-zoom {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 5px;
}
.-pc-gallery .-pc-gallery-image-zoom .-pc-gallery-image-zoom-in {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .3;
  background: url('../images/gallery/zoom_in.png') center center no-repeat;
  background-size: 0 0;
  transition: all .4s ease;
}
.-pc-gallery .-pc-gallery-image-zoom:hover .-pc-gallery-image-zoom-in {
  background-color: #fff;
  background-size: 48px 48px;
}
.-pc-gallery.standard {
  width: 100%;
  margin: 0;
}
.-pc-gallery.standard .-pc-gallery-row {
  padding: 0;
  float: left;
  list-style: none;
  /* Opisy */
}
.-pc-gallery.standard .-pc-gallery-row .-pc-gallery-item .name {
  display: block;
  position: relative;
  font-size: 1em;
}
.-pc-gallery.standard .-pc-gallery-row .-pc-gallery-item .name .desc {
  display: block;
  position: relative;
  font-size: 0.8em;
  line-height: 1em;
}
.-pc-gallery-standard-zoom-title-desc-wrapper {
  position: relative;
  padding: 10px;
  color: #ffffff;
  background: #000;
}
/*----------*/
/*----------*/
/* KARUZELA */
/*----------*/
.-pc-gallery-carousel-wrapper .-pc-gallery-image-zoom img {
  padding: 0;
  border: none;
}
.-pc-gallery-carousel-wrapper {
  position: relative;
  padding: 1px;
  margin: 0 auto;
}
.-pc-gallery.carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}
.-pc-gallery.carousel .list-item-odd,
.-pc-gallery.carousel .list-item-even {
  margin: 0;
  padding: 0;
}
.-pc-gallery.carousel.horizontal .list-item-odd,
.-pc-gallery.carousel.horizontal .list-item-even {
  position: relative;
  float: left;
  overflow: hidden;
}
.-pc-gallery.carousel .carousel-child-wrapper {
  margin: 5px;
  padding: 5px;
  background: #fff;
  border: solid 1px #F1F1F1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
/* Opis i nazwa */
.-pc-gallery.carousel .carousel-child-wrapper .name {
  display: block;
  position: relative;
  font-size: 1em;
}
.-pc-gallery.carousel .carousel-child-wrapper .desc {
  display: block;
  position: relative;
  font-size: 0.8em;
  line-height: 1em;
}
/* przyciski */
.-pc-gallery-carousel-wrapper .carousel-control {
  display: block;
  text-indent: -4000px;
  position: absolute;
  top: 40%;
  left: -35px;
  width: 30px;
  height: 50px;
  cursor: pointer;
  background: #000;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 987;
}
.-pc-gallery-carousel-wrapper .carousel-control.carousel-previous {
  background-image: url('../images/gallery/btn_prev.gif');
}
.-pc-gallery-carousel-wrapper .carousel-control.carousel-next {
  left: auto;
  right: -35px;
  background-image: url('../images/gallery/btn_next.gif');
}
.-pc-gallery-carousel-wrapper .carousel-control:hover {
  opacity: 1;
}
.-pc-gallery-carousel-wrapper .carousel-control.disabled {
  opacity: 0.2;
  cursor: default;
}
.-pc-gallery-carousel-wrapper .center-wrap {
  position: relative;
  width: 100%;
  height: 15px;
  padding: 5px 0;
}
/* pagination */
.-pc-gallery-carousel-wrapper .center-wrap .carousel-pagination {
  position: absolute;
  top: 5px;
  left: 50%;
}
.-pc-gallery-carousel-wrapper .center-wrap .carousel-pagination p {
  display: block;
  position: relative;
  margin: 0 0 0 -50%;
  padding: 0;
}
.-pc-gallery-carousel-wrapper .center-wrap .carousel-pagination a {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  background: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-indent: -4000px;
  cursor: pointer;
}
.-pc-gallery-carousel-wrapper .center-wrap .carousel-pagination a:hover,
.-pc-gallery-carousel-wrapper .center-wrap .carousel-pagination a.active {
  background-color: #FC2631;
}
/* Progressbar */
.-pc-gallery-carousel-wrapper .carousel-progressbar-wrapper {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #000;
}
.-pc-gallery-carousel-wrapper .carousel-progressbar-wrapper .carousel-progressbar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 2px;
  background-color: #FC2631;
}
/*----------*/
.-pc-gallery.realizations .-pc-gallery-row:nth-child(8n+1) {
  clear: both;
}
.-pc-gallery.realizations .-pc-gallery-row .-pc-gallery-image-zoom {
  margin: 0;
}
.-pc-gallery.realizations .-pc-gallery-row .-pc-gallery-image-zoom img {
  display: block;
}
@media (max-width: 1000px) {
  .-pc-gallery .-pc-gallery-image-zoom img {
    max-width: 240px !important;
    height: auto !important;
  }
}
@media (max-width: 750px) {
  .-pc-gallery .-pc-gallery-image-zoom img {
    max-width: 180px !important;
    height: auto !important;
  }
}
@media (max-width: 450px) {
  .-pc-gallery .-pc-gallery-image-zoom img {
    max-width: 155px !important;
    height: auto !important;
  }
}
@media (max-width: 335px) {
  .-pc-gallery .-pc-gallery-image-zoom img {
    max-width: 140px !important;
    height: auto !important;
  }
}
/* ELEMENTY TREŚCI */
.-pc-content-column .-pc-content-column-wrapper {
  padding: 0 10px;
  position: relative;
}
.-pc-content-column.col-1 .-pc-content-column-wrapper {
  padding-left: 0;
}
.-pc-content-column.col-2 .-pc-content-column-wrapper {
  padding-right: 0;
}
.title {
  color: #ffffff;
  font-weight: 400;
  font-size: 90px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  margin: 0;
}
#page-content .title {
  color: #1f1f1f;
  font-size: 65px;
}
@media (max-width: 750px) {
  .-pc-content-column {
    float: none !important;
    width: 100% !important;
  }
  .-pc-content-column .-pc-content-column-wrapper {
    padding: 0 !important;
  }
}
/* MAPA GOOGLE */
.-pc-gmap-wrapper {
  position: relative;
  padding: 1px;
  background: #fff;
  border: solid 1px #F1F1F1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: .9em;
  font-family: inherit;
  color: #000;
}
.-pc-gmap-map {
  position: relative;
}
.-pc-gmap-map p {
  line-height: 1.2em;
}
.-pc-gmap-map input {
  border: solid 1px #000000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.-pc-gmap-directions {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 300px;
  padding: 1px;
  height: 300px;
  border: solid 1px #F1F1F1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  font-size: 12px;
}
.-pc-gmap-directions a {
  display: block;
  position: relative;
  padding: 5px;
  background: #161616;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all .4s ease;
}
.-pc-gmap-directions a:hover {
  background-color: #4e4b4b;
  color: #fff;
}
.-pc-gmap-directions .-pc-gmap-directions-content {
  position: relative;
  width: 100%;
  height: 273px;
  overflow-y: auto;
}
.-pc-gmap-directions .adp-placemark {
  margin: 10px 2px;
}
.-pc-gmap-directions .adp-placemark td {
  padding: 2px 5px;
  vertical-align: middle;
}
.-pc-gmap-directions .adp-placemark td.adp-text {
  font-size: 14px;
  font-weight: bold;
}
.-pc-gmap-directions .adp-placemark td img {
  height: 28px;
}
.-pc-gmap-directions .adp-summary {
  font-weight: bold;
  font-size: 1.2em;
  margin: 8px 0;
}
/* LISTA MARKERÓW */
.-pc-gmap-markers-list {
  position: relative;
  padding: 10px 0;
}
.-pc-gmap-markers-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.-pc-gmap-markers-list ul a {
  display: block;
}
.-pc-gmap-markers-list ul a img {
  border: none;
}
/*
###################################
##### INDYWIDUALNE STYLE CSS#######
###################################*/
.google_map_6 {
  clear: both;
}
.google_map_6 .-pc-gmap-wrapper {
  margin-top: 30px;
  background: none;
  border: 5px solid #fff;
  border-radius: 0;
  padding: 5px;
}
@media (max-width: 750px) {
  .google_map_6 .-pc-gmap-wrapper {
    margin-top: 30px;
  }
}
/*MAPA KONTAKT */
@media (min-width: 1023px) {
  .google_map_14 .-pc-gmap-directions .-pc-gmap-directions-content {
    height: 520px;
  }
  .google_map_14 .-pc-gmap-directions {
    height: 550px;
    left: -311px;
    transition: all .5s ease;
  }
}
/*---------*/
/* Pagebar */
/*---------*/
.pagebar {
  position: relative;
}
.pagebar.pagebar-top {
  margin: 0 0 15px;
  padding: 0 0 25px;
  border-bottom: dashed 1px #b2b2b2;
}
.pagebar.pagebar-bottom {
  margin: 15px 0 0;
  padding: 5px 0 0;
  border-top: dashed 1px #b2b2b2;
}
.pagebar ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
.pagebar ul li {
  display: inline;
  float: left;
  margin: 0 3px;
}
.pagebar ul li a {
  display: block;
  padding: 3px 7px;
  font-size: 1em;
  line-height: 1em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  background: #0cb5d9;
}
.pagebar ul li a:hover,
.pagebar ul li a.active,
.pagebar ul li a.selected {
  background-color: #01d3ff;
  color: #fff;
}
.pagebar ul li a.selected {
  padding-top: 5px;
  margin-top: -2px;
}
.pagebar .current-page {
  position: relative;
  float: right;
  margin: 1px 10px 0;
  text-align: center;
}
.pagebar .current-elements {
  position: relative;
  float: right;
  margin: 1px 2px 0;
}
.pagebar .items-on-page {
  position: relative;
  float: right;
  margin: 1px 10px 0;
}
.pagebar .items-on-page .items-on-page-items a {
  margin: 0 2px;
}
.pagebar .items-on-page .items-on-page-items a.selected {
  text-decoration: underline;
  font-weight: bold;
}
/*-------*/
/* Lista */
/*-------*/
.list {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list li {
  position: relative;
  margin: 5px 0;
}
/* KOMUNIKATY */
.message {
  display: none;
  position: relative;
  width: 100%;
  margin: 10px auto 10px;
  font-size: 12px;
  text-align: left;
}
.message ul {
  margin: 0;
  padding: 5px 0 5px 20px;
  font-style: italic;
}
.message .close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  opacity: .9;
  background: url('../images/messages/close.gif');
}
.message .close:hover {
  box-shadow: 0px 0px 2px #101B33;
}
.message .message-wrapper {
  padding: 1px;
  border: solid 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.message .message-body {
  padding: 8px 10px 8px 40px;
  background-position: 10px 6px;
  background-repeat: no-repeat;
}
.message .arrow-down {
  display: none;
  position: absolute;
  bottom: -9px;
  left: 10px;
  width: 19px;
  height: 10px;
  border-top: solid 1px;
  background: url('../images/messages/arrows_down.gif') 0px 0px no-repeat;
}
.message.error .message-wrapper {
  border-color: #e53720;
}
.message.error .message-body {
  background-color: #ff8878;
  background-image: url('../images/messages/error.gif');
}
.message.error .arrow-down {
  border-color: #ff8878;
  background-position: 0px -30px;
}
.message.warning .message-wrapper {
  border-color: #f69036;
}
.message.warning .message-body {
  background-color: #ffd08e;
  background-image: url('../images/messages/warning.gif');
}
.message.warning .arrow-down {
  border-color: #ffd08e;
  background-position: 0px -20px;
}
.message.ok .message-wrapper {
  border-color: #6ebd34;
}
.message.ok .message-body {
  background-color: #c6fd9e;
  background-image: url('../images/messages/ok.gif');
}
.message.ok .arrow-down {
  border-color: #c6fd9e;
  background-position: 0px -10px;
}
.message.info .message-wrapper {
  border-color: #99bad7;
}
.message.info .message-body {
  background-color: #d9f0ff;
  background-image: url('../images/messages/info.gif');
}
.message.info .arrow-down {
  border-color: #d9f0ff;
  background-position: 0px 00px;
}
/*------*/
/* FORM */
/*------*/
.form-field-group .message {
  position: absolute;
  width: 40%;
  bottom: 9px;
  right: -20%;
  opacity: .9;
  font-size: .9em;
  margin: 0px;
}
.form-field-group .message .message-body {
  padding-top: 5px;
  padding-bottom: 5px;
  background-position: 10px 4px;
}
.form-field-group .arrow-down {
  display: block;
}
/*------*/
/*----------------*/
/* FORM VALID MSG */
/*----------------*/
.form-field-valid-msg .message {
  left: 0px;
  right: auto;
  bottom: 34px;
  width: 100%;
}
/*----------------*/
/* WYSZUKIWARKI */
.search-box {
  position: relative;
}
.search-box .search-engine-text {
  width: 188px;
  margin: 0 7px 0 0;
  float: left;
}
.search-box .search-engine-submit {
  float: right;
}
.search-engine {
  width: 725px;
  float: left;
  padding: 13px 0px 13px 20px;
}
.search-engine .form-header {
  display: none;
}
.search-engine .bgr {
  position: relative;
  background: #4a4646;
  padding: 10px;
  width: 390px;
  height: 25px;
  border-radius: 3px;
}
.search-product-text {
  position: absolute;
  top: 10px;
  left: 10px;
}
.search-product-submit {
  position: absolute;
  top: 10px;
  right: 10px;
}
.search-product-text input {
  border: none;
  border-radius: 2px;
  width: 322px;
  height: 26px;
  padding: 0 5px;
}
.search-engine-submit .form-inp-btn {
  cursor: pointer;
  width: 52px;
  line-height: 12px;
}
.search-product-submit input:hover {
  background: #1d1818;
}
/* Wyszukiwarka zaawansowana */
.search-product-advanced-main {
  position: relative;
  float: left;
  width: 400px;
  background: #4a4646;
  padding: 10px;
  height: 25px;
  border-radius: 3px;
}
.search-product-advanced-main .form-inp {
  display: inline;
  border: none;
  border-radius: 2px;
  width: 334px;
  height: 26px;
  padding: 0 5px;
}
.search-product-advanced-main .form-inp-btn {
  background: #bf0500;
  border: none;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  width: 52px;
  margin: 0;
  min-width: 0;
  padding: 6px 0 7px 0;
  line-height: 12px;
}
.search-product-advanced-attributes-switch {
  position: relative;
  float: right;
  width: 265px;
  background: #534f4f;
  border-radius: 3px;
  padding: 14px 10px;
  color: #fff;
}
.search-product-advanced-attributes-switch .ico {
  display: block;
  top: 10px;
  right: 10px;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  background: #d61d6b url(../../images/shop/filtr-show-arrows.gif) left -26px no-repeat;
  cursor: pointer;
  transition: background-position 1s ease;
}
.search-product-advanced-attributes-switch:hover,
.search-product-advanced-attributes-switch:focus {
  color: #fff;
}
.search-product-advanced-attributes-switch:hover .ico {
  background-color: #1d1818;
}
.search-product-advanced-attributes-switch.open {
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: rgba(83, 79, 79, 0.95);
  padding-bottom: 16px;
}
.search-product-advanced-attributes-switch.open .ico {
  transition: background-position 1s ease;
  background-position: 0 0px;
}
.search-product-advanced-attributes {
  display: none;
  position: absolute;
  top: 60px;
  right: 0px;
  width: 705px;
  padding: 10px 10px 45px;
  background: rgba(83, 79, 79, 0.95);
  border-radius: 3px;
  border-top-right-radius: 0;
  font-size: 0.9em;
}
.search-product-advanced-attributes table {
  width: 100%;
  border: none;
  border-spacing: 0px;
  border-collapse: collapse;
  color: #fff;
}
.search-product-advanced-attributes table td {
  vertical-align: top;
}
.search-product-advanced-attributes table td .label-group label {
  display: block;
  margin: 0 0 2px;
  cursor: pointer;
}
.search-product-advanced-attributes table td .label-group label:hover {
  color: #fe3833;
}
.search-product-advanced-attributes .form-inp-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
}
.search-product-advanced-info-wrapper {
  position: relative;
  clear: both;
  width: 705px;
  margin: 0 0 0 275px;
  padding: 10px;
  background: #534f4f;
  border-radius: 3px;
  border-top-right-radius: 0;
  line-height: 15px;
  z-index: 2;
  color: #bebebe;
  font-size: 13px;
}
.search-product-advanced-info-wrapper-top-link {
  position: absolute;
  width: 285px;
  height: 15px;
  top: -15px;
  right: 0px;
  background: #534F4F;
}
/* filtrowanie produktów */
.search-product-filtr {
  position: relative;
}
.search-product-filtr .form-header {
  display: none;
}
.search-product-filtr-attributes-switch {
  position: relative;
  float: left;
  width: 265px;
  background: #f8f6f6;
  color: #231f20;
  padding: 14px 10px;
}
.search-product-filtr-attributes-switch .ico {
  display: block;
  top: 10px;
  right: 10px;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #d61d6b url(../../images/shop/filtr-show-arrows.gif) left -26px no-repeat;
  cursor: pointer;
  transition: background-position 1s ease;
}
.search-product-filtr-attributes-switch:hover,
.search-product-filtr-attributes-switch:focus {
  color: #231f20;
}
.search-product-filtr-attributes-switch:hover .ico {
  background-color: #1d1818;
}
.search-product-filtr-attributes-switch.open {
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: rgba(248, 246, 246, 0.95);
  padding-bottom: 16px;
}
.search-product-filtr-attributes-switch.open .ico {
  transition: background-position 1s ease;
  background-position: 0 0px;
}
.search-product-filtr-attributes {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 97%;
  padding: 10px 10px 45px;
  background: rgba(248, 246, 246, 0.95);
  border-radius: 3px;
  border-top-left-radius: 0;
  font-size: 0.9em;
  z-index: 110;
}
.search-product-filtr-attributes table {
  width: 100%;
  border: none;
  border-spacing: 0px;
  border-collapse: collapse;
  color: #231f20;
}
.search-product-filtr-attributes table td {
  vertical-align: top;
}
.search-product-filtr-attributes table td .label-group label {
  display: block;
  margin: 0 0 2px;
  cursor: pointer;
}
.search-product-filtr-attributes table td .label-group label:hover {
  color: #fe3833;
}
.search-product-filtr-attributes .form-inp-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
  font-size: 11px;
}
.search-product-filtr-attributes-info-wrapper.display-none {
  display: none;
}
.search-product-filtr-attributes-info-wrapper {
  position: relative;
  clear: both;
  padding: 10px 80px 10px 10px;
  background: #f8f6f6;
  border-top-left-radius: 0;
  line-height: 15px;
  z-index: 2;
  color: #919191;
  font-size: 13px;
}
.search-product-filtr-attributes-info-wrapper-top-link {
  position: absolute;
  width: 285px;
  height: 15px;
  top: -15px;
  left: 0px;
  background: #534F4F;
}
.search-product-filtr .close {
  position: absolute;
  bottom: 10px;
  right: 80px;
  left: auto;
}
.search-product-filtr .clear-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: auto;
  padding: #5px 8px;
}
.search-product-filtr-attributes-info-wrapper .clear-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 5px 8px;
}
/* LISTA PRODUKTÓW */
.-pc-product-list .list-item-odd.first {
  margin-top: -10px !important;
}
.-pc-product-list .list-item-odd,
.-pc-product-list .list-item-even {
  padding: 10px 0;
  border-bottom: solid 1px #CCCCCC;
}
.-pc-product-list-row-item .-pc-product-list-item-wrapper {
  display: block;
  min-height: 200px;
  padding: 0 15px;
  border-right: solid 1px #CCCCCC;
}
.-pc-product-list-row-item.first .-pc-product-list-item-wrapper {
  padding: 0 15px 0 0;
}
.-pc-product-list-row-item.last .-pc-product-list-item-wrapper {
  padding: 0 0 0 15px;
  border-right: none;
}
.-pc-product-list-row-item .-pc-product-list-item-wrapper.two-cols .-pc-product-list-image {
  display: block;
  float: left;
  text-align: center;
  padding: 0 5px 5px 0;
}
.-pc-product-list-thumb-default {
  display: block;
  width: 80px;
  padding: 70px 0 0;
  margin: 0 auto;
  background: url('../../images/no-image.jpg') center top no-repeat;
}
.-pc-product-list-thumb-default:after {
  content: 'Brak zdjęcia';
  text-align: center;
  color: #cccccc;
}
.-pc-product-list-row-item .-pc-product-list-item-wrapper.two-cols .-pc-product-list-item-col-right {
  float: right;
  width: 219px;
}
.-pc-product-list-row .list-row-item-2 .-pc-product-list-more-button a {
  right: 0;
}
.-pc-product-list-attributes .attribute-h {
  font-weight: bold;
  color: #4d4646;
  vertical-align: top;
}
.-pc-product-list-attributes .v .-pc-product-list-attribute {
  display: block;
  padding: 3px 0;
}
.-pc-product-list-attributes .-pc-product-list-attribute.attribute-1-6 .-pc-product-list-attribute-separator {
  display: none;
}
.-pc-product-list-attributes .-pc-product-list-attribute.attribute-1-6 img {
  margin-right: 3px;
}
.-pc-product-list-item-wrapper {
  position: relative;
}
.-pc-product-list-title {
  position: relative;
}
.-pc-product-list-name {
  display: block;
  margin: 0;
  padding: 10px 5px;
  color: #231f20;
  background: #F8F6F6;
  margin-bottom: 15px;
}
.-pc-product-list-header {
  display: block;
}
.-pc-product-list-header .h {
  margin: 0 5px 0 0;
}
.-pc-product-list-code {
  display: block;
  padding-bottom: 3px;
}
.-pc-product-list-attributes .h {
  visibility: hidden;
}
.-pc-product-list-attribute .h,
.-pc-product-list-code .h {
  visibility: visible;
  font-weight: bold;
  color: #4d4646;
}
.-pc-product-list-trailer {
  position: relative;
  clear: both;
  font-size: 1em;
  padding: 0 0 40px 0 ;
}
.-pc-product-list-footer {
  font-size: 0.9em;
}
.-pc-product-list-footer .h {
  margin: 0 5px 0 0;
}
.-pc-product-list-footer .v {
  margin: 0 10px 0 0;
  font-weight: bold;
}
.-pc-product-list-share-on-facebook {
  margin: 0 10px;
}
.-pc-product-list-more-button a {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
/* KOLUMNY */
.-pc-product-list-row {
  margin: 0;
  padding: 0;
  list-style: none;
}
.-pc-product-list-row-item {
  float: left;
}
.-pc-product-list-row-item .-pc-product-list-item-wrapper {
  padding: 0 5px;
}
@media (max-width: 734px) {
  .-pc-product-list-more-button a {
    right: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .wrapper {
    width: 730px;
  }
  #about-us .title {
    padding: 0;
    margin: 0px 0px -15px;
  }
  #top {
    display: none;
  }
  #offer {
    display: none;
  }
  #about-us .about-content {
    font-size: 16px !important;
  }
  .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 750px) {
  .wrapper {
    width: 551px;
  }
  .baner-offer .header1 {
    font-size: 50px;
  }
  #baner .slogan p {
    font-size: 44px !important;
  }
  #baner .slogan {
    padding: 35px 0 35px;
  }
  .baner-offer .header2 {
    font-size: 18px;
  }
  .baner-offer {
    font-size: 16px;
  }
}
@media only screen and (max-width: 570px) {
  .wrapper {
    width: 88%;
  }
  .title {
    font-size: 50px;
  }
  .baner-offer .header1 {
    font-size: 32px;
  }
  #baner .slogan p {
    font-size: 34px !important;
    line-height: 110%;
  }
  #baner .slogan {
    padding: 25px 0 25px;
  }
  .baner-offer .col.col-2 {
    display: none;
  }
  .baner-offer .col.col-1 {
    width: 100%;
  }
  #about-us .about-content {
    width: 85%;
    padding: 10px 6%;
  }
  #about-us .title {
    margin: 0 0 -11px;
  }
}
@media only screen and (max-width: 450px) {
  .title {
    font-size: 35px;
  }
  #baner .slogan p {
    font-size: 28px !important;
  }
  .baner-offer .header1 {
    font-size: 26px;
  }
  #about-us .title {
    margin: 0 0 -7px;
  }
  #about-us .about-content {
    border: 4px solid #2e2e2a;
  }
}
