/*====== RESPONSIVE BREAKPOINT VARIABLES ======= */
.page-container {
  /* font: 1em/1em 'arial', sans-serif;
  margin: 0;
  padding: 0; 
  
  @media only screen and (max-width : 768px){
  	.wrapper {
  		width: 100% !important;
  	}
  }*/
  /************************ LAYOUT *************************/
  /************************ MODULES *************************/
  /* Top links */
}
.page-container .l-top-links {
  width: 100%;
  height: 26px;
  background-color: #333745;
}
@media only screen and (max-width: 768px) {
  .page-container .l-top-links {
    height: auto;
    text-align: center;
    padding: 10px 0;
  }
}
.page-container .l-top-links .icon-links {
  float: left;
  width: 550px;
  padding-top: 2px;
}
@media only screen and (max-width: 768px) {
  .page-container .l-top-links .icon-links {
    float: none;
    width: 100%;
  }
}
.page-container .l-top-links .icon-links li {
  float: left;
}
@media only screen and (max-width: 768px) {
  .page-container .l-top-links .icon-links li {
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
}
.page-container .l-top-links .call-now {
  float: left;
  padding-top: 4px;
}
@media only screen and (max-width: 768px) {
  .page-container .l-top-links .call-now {
    float: none;
  }
}
.page-container .l-top-links .top-links {
  float: right;
  margin-right: 10px;
  padding-top: 4px;
}
@media only screen and (max-width: 768px) {
  .page-container .l-top-links .top-links {
    float: none;
    width: 100%;
  }
}
.page-container .l-top-links .top-links li {
  float: left;
}
@media only screen and (max-width: 768px) {
  .page-container .l-top-links .top-links li {
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
}
.page-container .l-header .logo-and-search {
  height: 135px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .page-container .l-header .logo-and-search {
    height: auto;
    text-align: center;
    padding: 20px 0 5px;
  }
}
.page-container .l-header .logo-and-search .logo {
  float: left;
  /*width: 290px;*/
  /*height: 112px;*/
  /*background-color: #FF5900;*/
  line-height: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 2.9em;
  font-weight: bold;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .page-container .l-header .logo-and-search .logo {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: none;
  }
}
.page-container .l-header .logo-and-search .logo a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 8px;
}
.page-container .l-header .logo-and-search .logo img {
  max-width: 100%;
  max-height: 100%;
  *width: 100%;
  *height: 100%;
}
.page-container .l-header .logo-and-search .search-container {
  position: relative;
  float: right;
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .page-container .l-header .logo-and-search .search-container {
    float: none;
    margin-top: 20px;
  }
}
.page-container .l-header .navigation-container {
  position: relative;
  z-index: 99;
  height: 55px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page-container .l-header .navigation-container {
    height: auto;
  }
}
.page-container .l-header .navigation-container .toggle-button {
  display: none;
  padding: 17px 15px 13px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .page-container .l-header .navigation-container .toggle-button {
    display: block;
  }
}
.page-container .l-header .navigation-container .toggle-button span {
  float: left;
}
.page-container .l-header .navigation-container .toggle-button i {
  display: block;
  width: 25px;
  border-bottom: 4px solid #fff;
  margin-bottom: 4px;
}
.page-container .l-header .navigation-container .toggle-button b {
  float: left;
  margin-top: 2px;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: .95em;
}
/* np domek */
.page-container .l-header .navigation-container .home-link {
  float: left;
  width: 55px;
  height: 100%;
  background-color: #3b3838;
  background-image: url("../img/sprite.png");
  background-position: -26px -23px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-container .l-header .navigation-container .home-link {
    display: none;
  }
}
.page-container .l-header .navigation-container .navigation {
  float: right;
  width: 1045px;
  height: 100%;
  /* overflow: hidden; */
}
@media only screen and (max-width: 768px) {
  .page-container .l-header .navigation-container .navigation {
    display: none;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 -1px;
  }
}
.page-container .l-header .navigation-container .navigation > li {
  float: left;
  height: 100%;
  padding: 20px 0;
  width: 167px;
  text-align: center;
  border-right: 1px solid #cecece;
  font-size: 1.1em;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
@media only screen and (max-width: 768px) {
  .page-container .l-header .navigation-container .navigation > li {
    position: relative;
    width: 100%;
    text-align: left;
    float: none;
    padding: 15px 0;
    border-top: 1px solid #fff;
  }
  .page-container .l-header .navigation-container .navigation > li > span {
    margin-left: 15px;
  }
  .page-container .l-header .navigation-container .navigation > li > a {
    padding-left: 15px;
  }
  .page-container .l-header .navigation-container .navigation > li.has-child:after {
    content: '';
    background-image: url("../img/sprite.png");
    background-position: -51px -122px;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 17px;
    width: 7px;
    height: 11px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .page-container .l-header .navigation-container .navigation > li.has-child.opened {
    background-color: #FF5900;
  }
  .page-container .l-header .navigation-container .navigation > li.has-child.opened::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* np podseitlenie */
.page-container .l-header .navigation-container .navigation > li:hover {
  background-color: #3b3838;
  color: #fff;
}
.page-container .l-header .navigation-container .navigation > li:hover > a {
  color: #fff;
}
.page-container .l-header .navigation-container .navigation > li > ul {
  display: none;
  /*height: 505px;*/
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-container .l-header .navigation-container .navigation > li > ul {
    position: relative;
    left: 0;
    top: 15px;
    background-color: #5F6874;
  }
}
.page-container .l-header .navigation-container .navigation > li > ul > li {
  float: left;
}
.page-container .l-top-links {
  font-weight: bold;
  font-size: .8em;
  display: none;
}
.page-container .l-top-links .top-links li:not(:last-child):after {
  content: '|';
  margin: 0 5px;
}
.page-container .l-top-links .call-now span:before {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 21px;
  height: 14px;
  margin-top: -4px;
  margin-right: 10px;
  background-image: url("../img/sprite.png");
  background-position: -57px -446px;
  background-repeat: no-repeat;
}
.page-container .l-top-links .icon-links li {
  width: 23px;
  height: 23px;
  margin-right: 1px;
}
.page-container .l-top-links .icon-links li.facebook-icon {
  width: 22px;
  background-image: url("../img/sprite.png");
  background-position: -1px -93px;
  background-repeat: no-repeat;
}
.page-container .l-top-links .icon-links li.twitter-icon {
  background-image: url("../img/sprite.png");
  background-position: -1px -47px;
  background-repeat: no-repeat;
}
.page-container .l-top-links .icon-links li.youtube-icon {
  background-image: url("../img/sprite.png");
  background-position: -1px -116px;
  background-repeat: no-repeat;
}
.page-container .l-top-links .icon-links li.gplus-icon {
  width: 22px;
  background-image: url("../img/sprite.png");
  background-position: -1px -24px;
  background-repeat: no-repeat;
}
.page-container .l-top-links .icon-links li.rss-icon {
  background-image: url("../img/sprite.png");
  background-position: 0 -70px;
  background-repeat: no-repeat;
}
.page-container .l-top-links .icon-links li.newsletter-icon {
  position: relative;
  width: 80px;
  overflow: visible;
  background-image: url("../img/sprite.png");
  background-position: -1px -1px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .page-container .l-top-links .icon-links li.newsletter-icon {
    overflow: hidden;
  }
}
.page-container .l-top-links .icon-links .newsletter-form {
  position: absolute;
  left: 85px;
  top: 0;
  display: none;
  width: 250px;
  text-indent: 0;
}
.page-container .l-top-links .icon-links .newsletter-form input[type=text] {
  width: 200px;
  height: 45px;
  border: 0;
  background-color: #fff;
  padding: 0 10px;
}
.page-container .l-top-links .icon-links .newsletter-form input[type=submit], .page-container .l-top-links .icon-links .newsletter-form input[type=button], .page-container .l-top-links .icon-links .newsletter-form button {
  width: 45px;
  height: 45px;
  border: 0;
  background-color: #ccc;
  text-transform: capitalize;
}
/* np szukaj */
.page-container .l-header .search-container input[type=text] {
  width: 542px;
  height: 45px;
  padding-left: 10px;
  padding-right: 70px;
  border: 1px solid #d4d2d3;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .page-container .l-header .search-container input[type=text] {
    width: 100%;
  }
}
/* np przycisk */
.page-container .l-header .search-container input[type=submit], .page-container .l-header .search-container input[type=button], .page-container .l-header .search-container button {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 60px;
  height: 39px;
  background-color: #3B3838;
  background-image: url("../img/sprite.png");
  background-position: -35px -225px;
  background-repeat: no-repeat;
  border: 0;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  cursor: pointer;
}
.page-container .l-header .search-container input[type=submit]:hover, .page-container .l-header .search-container input[type=button]:hover, .page-container .l-header .search-container button:hover {
  background-color: #FF5900;
}
.page-container .navigation-container .nav-categories > ul {
  padding: 15px 0 0 15px;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .page-container .navigation-container .nav-categories > ul {
    padding: 15px 15px 0;
  }
}
.page-container .navigation-container .nav-categories > ul > li {
  width: 255px;
  height: 180px;
  margin: 0 16px 16px 0;
  padding: 12px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page-container .navigation-container .nav-categories > ul > li {
    width: 100%;
    height: 165px;
    float: none;
  }
}
/* NP nagłowki */
.page-container .navigation-container .nav-categories > ul > li h4 {
  height: 28px;
  color: #fff;
  background-color: #3b3838;
  font-weight: bold;
}
.page-container .navigation-container .nav-categories > ul > li h4 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 8px;
}
.page-container .navigation-container .nav-categories > ul > li ul {
  text-transform: capitalize;
}
.page-container .navigation-container .nav-categories > ul > li ul a {
  color: #000;
}
.page-container .navigation-container .nav-categories > ul > li ul li {
  margin-left: 5px;
  margin-top: 10px;
  padding-left: 10px;
  background-image: url("../img/sprite.png");
  background-position: -65px -325px;
  background-repeat: no-repeat;
  font-size: .85em;
}
.page-container .navigation-container .nav-categories img {
  float: right;
  margin: 10px;
}
@media only screen and (max-width: 768px) {
  .page-container .navigation-container .nav-categories img {
    display: none;
  }
}
.page-container .navigation-container .nav-brands {
  width: 210px !important;
}
@media only screen and (max-width: 768px) {
  .page-container .navigation-container .nav-brands {
    width: 100% !important;
  }
}
.page-container .navigation-container .nav-brands ul {
  padding: 15px 0 0 15px;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .page-container .navigation-container .nav-brands ul {
    text-align: center !important;
  }
}
.page-container .navigation-container .nav-brands ul li {
  width: 136px;
  height: 170px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  text-align: center !important;
}
@media only screen and (max-width: 768px) {
  .page-container .navigation-container .nav-brands ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: none !important;
  }
}
.page-container .navigation-container .nav-brands ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.page-container .navigation-container .nav-brands ul li h4 {
  padding: 9px 13px;
  color: #fff;
  background-color: #3b3838;
  font-family: 'Oswald', sans-serif;
  font-size: .8em;
  text-align: left;
}
.page-container .navigation-container .nav-brands ul li .brand-image {
  width: 116px;
  height: 115px;
  display: table-cell;
  vertical-align: middle;
}
.page-container .navigation-container .nav-brands ul li .brand-image img {
  max-width: 90%;
  max-height: 90%;
}
.page-container .navigation-container .nav-links {
  /*&  > ul {
  	padding-right: 15px;
  	padding-bottom: 15px;
  	&  > li {
  		width: 100%;
  		height: 100%;
  		margin: 0;
  		background: rgb(255,255,255);
  		background: rgba(255,255,255,.9);
  	}
  }*/
  position: relative;
}
.page-container .navigation-container .nav-links ul {
  width: 105% !important;
  padding: 15px 15px 0;
  border: 1px solid #ddd;
  background-color: #fff !important;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .page-container .navigation-container .nav-links ul {
    width: 100% !important;
  }
}
.page-container .navigation-container .nav-links ul li {
  float: none !important;
  width: 100%;
  height: 16px;
  background-image: url("../img/sprite.png");
  background-position: -65px -325px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: .75em;
  font-weight: bold;
}
.page-container .navigation-container .nav-links ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  color: #000;
}
.page-container .navigation-container .nav-promotions ul {
  padding: 15px 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .page-container .navigation-container .nav-promotions ul {
    text-align: center !important;
  }
}
.page-container .navigation-container .nav-promotions ul li {
  width: 202px;
  height: 290px;
  padding: 13px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-container .navigation-container .nav-promotions ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: none !important;
  }
}
.page-container .navigation-container .nav-promotions ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-container .navigation-container .nav-promotions ul li .promotion-image {
  width: 176px;
  height: 180px;
  display: table-cell;
  vertical-align: middle;
}
.page-container .navigation-container .nav-promotions ul li .promotion-image img {
  max-width: 100%;
  max-height: 100%;
}
.page-container .navigation-container .nav-promotions ul li h4 {
  margin-bottom: 8px;
  color: #000;
  text-transform: none;
  font-size: .9em;
  font-weight: bold;
}
.page-container .navigation-container .nav-promotions ul li .promotion-price {
  color: #000;
  font-family: 'Georgia',sans-serif;
  font-style: italic;
  font-weight: bold;
  border-top: 1px solid #e7e7e7;
}
.page-container .navigation-container .nav-promotions ul li .add-to-cart {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: 5px;
  padding: 9px 16px;
  background-color: #FF5900;
  font-family: 'Oswald',sans-serif;
  font-size: .8em;
}


#header > div.l-header > div > div.navigation-container.clearfix > ul > li.nav-brands.has-child > ul > li:nth-child(4){
	display: none;
}