/*====== RESPONSIVE BREAKPOINT VARIABLES ======= */
@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

#header {
  width: 100%;background: white;
  /*height: 231px;*/
}
#header object {
  display: block;
  height: 150px;
  /*display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 736px;*/
}

#footer {
  width: 100%;
  /*height: 414px;
  @media only screen and (max-width : 768px){
  	height: 975px;
  }*/
}
#footer object {
  display: block;
  height: 394px;
  /*display: none;
  width: 100%;
  height: 100%;*/
}

.page-container {
  font: 1.25em/1em 'arial', sans-serif;
  background: white  center top no-repeat;
}

/************************ eBay **************************/
#gh-bt {
  z-index: 1000 !important;
  /* Back to top icon */
}

.page-content-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: white url(../img/ajax-loader.gif) center 13% no-repeat;
}

.page-container {
  /* Layout & Common */
  /* Sidebar */
}
.page-container .page-content-container {
  width: 1100px;
  margin: 0 auto;
  background-color: #fff;
}
.page-container .page-sidebar {
  width: 260px;
  vertical-align: top;
  padding-top: 20px;
  color: #434343;
  /* Category block */
  /* Why Us block */
  /* Slideshow block */
}
.page-container .page-sidebar a {
  color: #434343;
}
.page-container .page-sidebar .sidebar-block {
  margin-bottom: 25px;
}
.page-container .page-sidebar .sidebar-block-title {
  display: block;
  padding: 10px !important;
  color: #fff;
  background-color: #3B3838 !important;
  text-transform: capitalize;
  font-size: 17px !important;
  font-weight: 500 !important;
  font-family: 'Lato', sans-serif;
}
.page-container .page-sidebar .sidebar-block-title.fb-title {
  background-color: #3b5997 !important;
}
.page-container .page-sidebar .sidebar-block-title h2, .page-container .page-sidebar .sidebar-block-title font {
  font-size: 17px !important;
}
.page-container .page-sidebar .sidebar-block-content {
  border: 1px solid #e8e8e8 !important;
  margin-bottom: 25px;
}
.page-container .page-sidebar .sidebar-block-content.fb-content {
  border-color: #3b5997 !important;
}
.page-container .page-sidebar .category-list-container {
  width: 100%;
}
.page-container .page-sidebar .category-block-list a {
  padding-left: 15px;
  background-image: url("../img/sprite.png");
  background-position: -50px -83px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.page-container .page-sidebar .category-block-list li {
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #ededed;
  font-weight: 100;
 				/*&:last-child {
					border-bottom: 0;
				} */
}
.page-container .page-sidebar .category-block-list li:hover a {
  margin-left: 5px;
}
.page-container .page-sidebar .category-block-list li span {
  font-weight: bold;
}
.page-container .page-sidebar .category-block-list ul {
  padding: 0 !important;
}
.page-container .page-sidebar .category-block-list ul li {
  list-style-type: none !important;
  margin: 0 !important;
}
.page-container .page-sidebar .category-block-list .lev2 li {
  padding-left: 35px;
}
.page-container .page-sidebar .category-block-list .lev3 li {
  padding-left: 50px;
}
.page-container .page-sidebar .category-block-list .lev3 li {
  padding-left: 65px;
}
.page-container .page-sidebar .why-us {
  padding-top: 20px;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-family: 'Lato', sans-serif;
}
.page-container .page-sidebar .why-us li {
  margin-bottom: 15px;
}
.page-container .page-sidebar .why-us li:before {
  content: '';
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #3B3838;
  background-image: url("../img/sprite.png");
  background-position: -47px -269px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-container .page-sidebar .why-us li:hover:before {
  background-color: #FF5900;
}
.page-container .page-sidebar .why-us h5 {
  margin-bottom: 5px;
  color: #323232;
  font-weight: bold;
}
.page-container .page-sidebar .why-us h6 {
  color: #a9a9a9;
  font-size: .9em;
}
.page-container .page-sidebar .block-slideshow {
  padding: 0;
  position: relative;
  background: #fff;
  border: none;
  border-top: 6px solid #3B3838;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.page-container .page-sidebar .block-slideshow .block-slideshow-inner {
  border: 1px solid #e8e8e8;
}
.page-container .page-sidebar .block-slideshow .block-content {
  padding: 0 20px 25px;
  margin: 0;
}
.page-container .page-sidebar .block-slideshow .block-slider .slides > li {
  margin: 0;
  padding: 22px 0 0;
  line-height: 1.4;
  text-align: center;
  background: none transparent;
  -webkit-backface-visibility: hidden;
}
.page-container .page-sidebar .block-slideshow .block-slider .slides > li strong {
  display: block;
  border: 0;
  padding: 0 0 22px;
  margin: 0 0 25px;
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #e8e8e8;
  font-size: 22px;
  font-weight: 400;
  font-family: "Myriad Pro", serif;
  text-transform: capitalize;
  letter-spacing: -1.2px;
  line-height: 21px;
}
.page-container .page-sidebar .block-slideshow .block-slider .slides > li p {
  margin: 0 0 20px;
  text-align: center;
  font-size: 14px;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
}
.page-container .page-sidebar .block-slideshow .block-slider .slides > li a {
  color: #322c29;
}
.page-container .page-sidebar .block-slideshow .block-slider .slides > li a.button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: -21px 0 21px;
  height: 42px;
  background-color: #f5f5f5;
  color: #FF5900;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.page-container .page-sidebar .block-slideshow .block-slider .slides > li a.button span {
  line-height: 42px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  text-transform: lowercase;
}
.page-container .page-sidebar .block-slideshow .block-slider .slides > li a.button:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.page-container .page-sidebar .block-slideshow .block-slider .slides > li img {
  max-width: 100%;
  display: block;
}
.page-container .page-sidebar .block-slideshow .flex-direction-nav {
  display: none;
}
.page-container .page-sidebar .block-slideshow .flex-control-nav {
  position: relative;
  width: 260px;
  height: 33px;
  overflow: hidden;
  margin: -35px -20px 15px;
  background: #fefefe;
  text-align: center;
  border-top: 1px solid #e8e8e8;
}
.page-container .page-sidebar .block-slideshow .flex-control-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 6px;
  padding: 0;
  line-height: 33px;
  background: none transparent;
}
.page-container .page-sidebar .block-slideshow .flex-control-nav li a {
  margin: 12px 0;
  width: 8px;
  height: 8px;
  display: block;
  background: #636975;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.page-container .page-sidebar .block-slideshow .flex-control-nav li .flex-active {
  background-color: #d83806;
}
.page-container .sidebar-left-spacer {
  width: 20px;
}

.obrazek-kat {
max-width: 85px
}

.bezprawej {
margin-right: 0 !important;
}
.product-info-container .subtitle {
display: none;

}
.tab #user-content > object{height: 2200px !important;}