@import url(http://fonts.googleapis.com/css?family=Lato:400,700,300&subset=latin,latin-ext);
@import "vendor/slick/slick.css";
.slick-slide {
  height: auto;
}
.slick-slide img {
  margin: 0 auto;
}
body {
  font-size: 14px;
  font-family: 'Lato';
  line-height: 22px;
  color: #595959;
  overflow-x: hidden;
}
a {
  color: #0055a0;
}
ul,
ol,
li {
  font-size: 1em;
}
.row {
  max-width: 73.9rem;
}
.blue {
  color: #0055a0;
}
.red {
  color: #ee2f25;
}
.f18 {
  font-size: 18px !important;
}
p {
  margin: 0;
  padding: 0;
}
p + p {
  margin-top: 15px;
}
h2,
h3 {
  font-family: 'Lato';
  font-size: 30px;
  color: #0055a0;
  margin: 0 35px 0 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 700;
}
h3 {
  font-size: 22px;
  color: #ee2f25;
  margin: 0 35px 0 0;
}
input[type=text],
textarea,
select {
  border: 1px solid #BCBCBC;
  height: 40px;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 5px;
  background: white;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
input[type=text]:hover,
input[type=text]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  background: white;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
input[type=text] {
  height: 49px;
  line-height: 41px;
}
textarea {
  padding: 10px;
  height: 110px;
  line-height: 20px;
}
ul {
  list-style: none;
  margin-left: 0;
}
ul li {
  background: url('images/li.png') no-repeat 0 6px;
  margin: 0;
  padding: 0 0 5px 23px;
}
.button {
  font-family: 'Lato';
  font-size: 19px;
  background: #0055a0;
}
.button:hover {
  background-color: #003a6d;
}
.button--red:focus,
.button--red {
  background: #ee2f25;
}
.button--red:focus:hover,
.button--red:hover {
  background-color: #d01a10;
}
.button + .button {
  margin-left: 15px;
}
.button img {
  vertical-align: middle;
  margin-right: 3px;
}
.wrapper {
  transition: 0.5s transform;
  -webkit-transition: 0.5s transform;
  -moz-transition: 0.5s transform;
  -ms-transition: 0.5s transform;
  -o-transition: 0.5s transform;
  position: relative;
  transform: translateX(0px);
  background: white;
}
header {
  height: 71px;
  background: white;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 3px #444;
}
header .main-menu-toggle {
  position: relative;
  z-index: 101;
  font-size: 21px;
  font-weight: 300;
  line-height: 71px;
  padding: 5px;
  background: white;
}
header ul.inline-list {
  overflow: visible;
}
header ul.inline-list label:after {
  content: ' ';
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url('images/icon.arrow.down.png') no-repeat;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 4px;
}
header ul.inline-list > li {
  background: transparent;
  padding: 0;
  margin-left: 0;
  margin-right: 1.85rem;
  position: relative;
}
header ul.inline-list > li a[href="#"] {
  cursor: default;
}
header ul.inline-list > li > label,
header ul.inline-list > li > a {
  color: #0055a0;
  line-height: 71px;
  text-transform: uppercase;
  font-size: 15px;
}
header ul.inline-list > li input {
  display: none;
}
header ul.inline-list > li.current-menu-item a,
header ul.inline-list > li.current-menu-ancestor label {
  color: #E52B23;
}
header ul.inline-list > li.current-menu-item a:after,
header ul.inline-list > li.current-menu-ancestor label:after {
  background-image: url('images/icon.arrow.down.red.png');
}
header ul.sub-menu li.current-menu-item > a,
header ul.sub-menu li.current-menu-ancestor > a {
  text-decoration: underline;
}
header ul.inline-list > li ul {
  list-style: none;
  display: none;
  position: absolute;
  top: 71px;
  left: 0;
  padding: 0;
  margin: 0;
  background: #F5F5F5;
  width: 300px;
}
header ul.inline-list > li ul li {
  background: transparent;
  list-style: none;
  padding: 0;
  position: static;
  margin: 0;
}
header ul.inline-list > li ul label,
header ul.inline-list > li ul a {
  display: block;
  padding: 0.7em;
  border-bottom: 1px solid #E1E1E1;
  color: #000000;
  font-size: 13px;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
header ul.inline-list > li ul label:hover,
header ul.inline-list > li ul a:hover {
  background: #FFFFFF;
  border-right: 1px solid #fff;
}
header ul.inline-list > li ul label:hover:after,
header ul.inline-list > li ul a:hover:after {
  display: none;
}
header ul.inline-list > li ul label:after {
  float: right;
  background: url('images/icon.arrow.right.png') no-repeat;
  width: 8px;
  height: 12px;
  top: 3px;
  left: 0;
}
header ul.inline-list > li ul ul {
  top: 0;
  left: 100%;
  background: #FFFFFF;
  min-height: 100%;
}
header ul.inline-list > li ul ul a {
  border: 0;
  padding: 0.4em 0.7em;
}
header ul.inline-list > li ul ul a:hover {
  text-decoration: underline;
}
header ul.inline-list li:hover > ul {
  display: block;
}
header .logos {
  z-index: 10;
  position: relative;
  padding-top: 20px;
}
header .logos a:first-child {
  position: absolute;
  margin-left: -45px;
}
body.single-porada #menu-item-23 a,
body.single-promocja #menu-item-20 a {
  color: #E52B23;
}
div.top {
  max-height: 524px;
  position: relative;  
}
div.top--product {
  background-image: url('images/splash.productgroup.png');
  background-position: center center;
  background-size: cover;
  height: 275px;
  margin-bottom: 15px;
}
div.top .slick {
  max-width: 1366px;
  margin: 0 auto;
  clear: both;
  position: relative;
  top: -50px;
  overflow: hidden;
}
div.top .slick-dots {
  bottom: 75px;
}
div.top .item {
  text-align: center;
}
div.top .item a {
  display: block;
}
div.top .slick-prev,
div.top .slick-next {
  top: auto;
  bottom: 30px;
}
div.products--slick  .slick-prev,
div.products--slick  .slick-next {
  left: 44.5%;
  top: 260px;
  right: auto;
  opacity: 1;
  z-index: 10;
}
div.products--slick .slick-next {
  margin-left: 40px;
}
div.scroll {
  font-size: 50px;
  font-weight: bold;
  color: #0055a0;
  height: 85px;
  padding-top: 10px;
  background: white;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.scroll-trigger {
  cursor: pointer;
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  background: url('images/decoration.scroll.png') no-repeat left center;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -28px;
  z-index: 10;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.menuOpen .scroll-trigger {
  display: none;
}
.iconmenu {
  margin-bottom: 25px;
}
body.page-id-753 .iconmenu {
  margin-bottom: 0;
}
.iconmenu div.columns {
  color: white;
  padding-left: 0;
  padding-right: 0;
}
body.page-id-753 .iconmenu div.columns {
  padding-left: 0;
  padding-right: 0.92rem;
}
.iconmenu div.columns:hover {
  border-right: 0;
}
.iconmenu div.columns a {
  color: white;
  background: #0055a0;
  border: 1px solid #0055a0;
}
.iconmenu div.columns.active,
.iconmenu div.columns:hover {
  background: white;
  color: #ee2f25;
}
.iconmenu div.columns.active a,
.iconmenu div.columns:hover a {
  color: #ee2f25;
}
.iconmenu div.columns.active a span img,
.iconmenu div.columns:hover a span img {
  position: relative;
  top: -60px;
}
.iconmenu a {
  display: block;
  height: 58px;
  line-height: 58px;
  text-align: left;
  font-size: 18px;
  color: #f02e24;
  padding-left: 10px;
}
.iconmenu a span {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 5px;
}
.iconlist {
  margin-bottom: 76px;
}
.iconlist strong {
  font-size: 20px;
}
.iconlist .item {
  border: 1px solid #D8D8D8;
  padding: 0.9375rem;
  height: 253px;
  position: relative;
  overflow: hidden;
}
.iconlist .item .image {
  display: block;
  height: 173px;
  position: relative;
  text-align: center;
  line-height: 173px;
}
.iconlist .item .image img {
  vertical-align: middle;
  position: relative;
  max-height: 180px;
  width: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 53%;
}
.iconlist .item .image {
  height: 180px;
}
.iconlist .item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.7);
  padding: 5px 0.9375rem 0.9375rem;
}
.iconlist .item .blue {
  position: relative;
  z-index: 2;
}
.iconlist .columns {
  padding-left: 0;
  padding-right: 1em;
}
.iconlist .columns:last-child {
  padding-right: 0;
}
.iconlist--product-details .columns {
  padding-left: 0.9375rem;
  padding-right: 0;
}
.iconlist--product-details [class*="column"] + [class*="column"]:last-child {
  float: left;
}
.iconlist.products-intro {
  margin-top: 15px;
  margin-bottom: 25px;
}
.iconlist.products-intro .large-8 .columns:last-child {
  padding-right: 0.9375rem;
  float: left;
}
.iconlist.products-intro .slick-dots {
  bottom: -50px;
  z-index: 2;
}
.iconlist .slick-prev,
.iconlist .slick-next {
  top: 110px;
  margin: 0;
  left: 10px;
  opacity: 0;
}
.iconlist .slick-next {
  left: auto;
  right: 25px;
}
.iconlist .slick-slider:hover .slick-prev,
.iconlist .slick-slider:hover .slick-next {
  opacity: 1;
}
.yt-showroom {
  height: 418px;
  background: url('images/decoration.youtube.png') no-repeat center top;
  position: relative;
}
.yt-showroom iframe {
  border: 0;
  position: absolute;
  left: 50%;
  margin-left: -232px;
  top: 37px;
}
.map .ui {
  padding: 20px 0 15px 0;
  line-height: 45px;
}
.map .ui h2 {
  height: 45px;
  line-height: 45px;
}
.map .ui img {
  vertical-align: middle;
  margin: 0 15px;
}
.map .ui select {
  width: 200px;
  float: right;
  position: relative;
  top: 3px;
  font-size: 18px;
}
.map .ui select[name=miasto] {
  width: 250px;
}
.map .google-map {
  height: 391px;
  background: url('images/tmp.map.png') no-repeat center center;
}
.map .google-map#map-canvas {
  background: none;
}
#map-canvas img {
  max-width: 9999px;
}
footer {
  font-size: 11px;
  color: #595959;
  padding: 14px 0;
  text-transform: uppercase;
}
footer img {
  vertical-align: middle;
  margin: 0 10px;
}
footer a,
footer a:hover {
  color: #595959;
}
.columns.no-padding {
  padding-left: 0;
}
@media only screen and (min-width: 40em) {
  .columns.no-padding {
    padding-left: 0;
  }
  .products--slick .slick-slide {
    max-width: 205px;
  }
}
.index-more {
  padding: 55px 0 47px;
  background: #F6F6F6;
  font-size: 14px;
}
.index-more h2 {
  display: block;
  margin-bottom: 10px;
}
.index-more .columns {
  background: white;
  padding: 20px;
}
.index-more .columns:nth-child(2) {
  width: 30%;
  margin: 0 1.6%;
}
.index-more .no-padding {
  padding: 0 0.9375rem;
  background: none;
}
.index-more .no-padding img {
  margin-left: 10px;
}
.index-more .row + .row {
  padding-top: 19px;
}
.index-more p {
  font-size: inherit;
}
.index-more article {
  clear: left;
  margin-top: 15px;
}
.index-more article a {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.index-more article .image,
.index-more article img {
  position: relative;
  top: 5px;
  float: left;
  margin: 0 10px 10px 0;
}
.index-more article .image {
  width: 89px;
  height: 64px;
  overflow: hidden;
}
.index-more article .image img {
  max-height: 64px;
  width: auto;
  height: auto;
  max-width: 999px;
  margin: 0;
  top: 0;
}
.index-more article p {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.index-more h3 {
  margin: 0 0 10px;
}
.index-more .slick-next,
.index-more .slick-prev {
  top: auto;
  bottom: -70px;
}
.index-more .slick .image {
  overflow: hidden;
  padding: 0 0 15px !important;
}
.index-more .slick .image + div + div,
.index-more .slick .image + div {
  padding: 0 !important;
}
.index-more .slick img {
  width: 100% !important;
}
.slick-prev,
.slick-next {
  top: 240px;
  left: 50%;
  width: 38px;
  height: 39px;
  background: url('images/decoration.scroll.right.png') no-repeat !important;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev {
  margin-left: -39px;
  background: url('images/decoration.scroll.left.png') no-repeat !important;
}
.iconlist .slick-slider {
  height: 240px;
  margin-bottom: 0;
}
.slick-dots {
  margin: 0;
  bottom: -35px;
}
.slick-dots li {
  background: none;
}
.slick-dots li button:before {
  content: ' ';
  background: #0055a0;
  width: 13px;
  height: 13px;
  opacity: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #ee2f25;
}
.slick-products {
  height: 320px;
}
.slick-products .slick-dots {
  position: relative;
  top: 10px;
}
.product--details {
  margin: 15px auto 30px auto;
}
.product--details h2 {
  font-size: 45px;
  display: block;
  margin-top: -17px;
}
.product--details .subheader {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.product--details .images .image {
  border: 1px solid #D6D6D6;
  position: relative;
  text-align: center;
}
.product--details .images .image--big {
  height: 393px;
  margin-bottom: 15px;
}
.product--details .images .image--small {
  height: 100px;
}
.product--details .images .image img {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  left: 50%;
  max-width: 95%;
  max-height: 95%;
  width: auto;
}
.product--details .images [class*="column"] + [class*="column"]:last-child {
  float: left;
}
.single-post h2 {
  margin-right: 0;
}
.error--404 {
  padding: 50px 0 80px;
}
.error--404 h2 {
  font-size: 88px;
}
.error--404 .subheader {
  font-size: 28px;
  display: block;
  margin: 0 0 15px 0;
  font-weight: 300;
}
.page .subheader {
  font-size: 20px;
}
.page + .page {
  margin-top: 20px;
  margin-bottom: 45px;
}
form.ninja-forms-form .button {
  font-size: 14px;
}
form.ninja-forms-form textarea {
  height: 110px;
}
form.ninja-forms-form input[type=text] {
  height: 49px;
}
form.ninja-forms-form .ninja-forms-field-error p {
  font-size: 12px;
  color: red;
  position: relative;
  top: -15px;
}
form.ninja-forms-form .ninja-forms-required-items {
  display: none;
}
form.ninja-forms-form .full-wrap {
  width: 100%;
}
.ninja-forms-error-msg {
  margin-bottom: 15px;
}
.address-list {
  overflow: auto;
}
.address-list .vcard {
  border: 0;
  font-size: 16px;
  height: 105px;
  margin-top: 10px;
}
.address-list .vcard:nth-child(4n+1),
.address-list .vcard:nth-child(4n+2),
.address-list .vcard:nth-child(4n+3) {
  float: left !important;
}
.address-list .vcard:nth-child(4n+1) {
  clear: both;
}
.address-list .vcard .fn {
  color: #0055a0;
  font-weight: bold;
}
.address-list .vcard p {
  margin: 0;
  padding: 0;
}
.lista-promocji > .columns {
  margin-bottom: 12px;
}
.lista-promocji .row {
  margin-left: 0;
}
.lista-promocji img {
  width: 100%;
}
.lista-promocji .promocja {
  border: 1px solid #E5E5E5;
  padding-top: 0.973rem;
  padding-bottom: 0.973rem;
  min-height: 192px;
}
.lista-promocji .promocja p {
  font-size: 14px;
}
.lista-promocji .promocja .name {
  font-size: 20px;
}
.lista-promocji .columns:nth-child(2n+1) .promocja {
  margin-right: -9px;
}
.lista-promocji .columns:nth-child(2n+2) .promocja {
  margin-left: -9px;
}
.lista-porad p.title {
  height: 64px;
}
.lista-porad .promocja {
  border: 1px solid #D6D6D6;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  height: 400px;
  margin-bottom: 1.9rem;
}
.lista-porad .img {
  margin: 15px 0;
}
.lista-porad .img img {
  width: 100%;
}
.lista-porad .name {
  font-size: 20px;
}
.szczegoly-promocji p {
  font-size: 14px;
}
.szczegoly-promocji .navigate {
  padding-top: 240px;
  position: relative;
  left: 20px;
}
.szczegoly-promocji .navigate--right {
  text-align: left;
  left: -20px;
}
.szczegoly-promocji .navigate img {
  vertical-align: middle;
}
.szczegoly-promocji h3 {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #0055a0;
}
.field-wrap,
#ninja_forms_required_items {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1025px) {
  .slick-prev,
  .slick-next {
    top: -80px;
    left: auto;
    right: 40px;
  }
  .slick-next {
    right: 0;
  }
  .mobile-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-id-753 .mobile-container {
    padding-right: 0;
  }
  .iconmenu .columns {
    margin-bottom: 1px;
  }
  .iconmenu .columns:nth-child(2n+2) {
    padding-right: 0;
  }
  .index-more {
    padding-top: 15px;
  }
  .index-more .columns:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .index-more .columns:nth-child(2),
  .index-more .columns {
    margin-bottom: 15px;
  }
  .index-more .row + .row {
    padding-top: 0;
  }
  .iconlist .columns:last-child,
  .iconlist .columns {
    padding: 0 0.9375rem;
  }
  .iconmenu {
    margin-top: 5px;
  }
  .iconmenu .small-6:nth-child(1),
  .iconmenu .small-6:nth-child(2),
  .iconmenu .small-6:nth-child(4),
  .iconmenu .small-6:nth-child(5) {
    border-right: 1px solid white;
  }
  .iconlist .columns + .columns {
    margin-top: 0.9375rem;
  }
  .iconlist .item {
    height: 240px;
  }
  .iconlist .item .image {
    height: 170px;
  }
  .iconlist.products-intro {
    padding-bottom: 30px;
  }
  footer .columns + .columns {
    padding-top: 15px;
  }
  div.scroll {
    padding-top: 35px;
    font-size: 40px;
    line-height: 40px;
  }
  header .menu {
    margin-top: -143px;
    padding: 0;
    position: absolute;
    top: -2000px;
  }
  header ul.inline-list {
    float: right;
    width: 300px;
    backface-visibility: hidden;
    z-index: 100;
  }
  header ul.inline-list li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
  }
  header ul.inline-list li label,
  header ul.inline-list li a {
    padding: 0.9731rem !important;
    border-bottom: 1px solid #E1E1E1;
    line-height: 1em;
    color: black;
  }
  header ul.inline-list li label:after,
  header ul.inline-list li a:after {
    display: none;
  }
  header ul.inline-list li li label:after {
    display: block;
  }
  header ul.inline-list li ul {
    position: static;
    height: 0;
    overflow: hidden;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header ul.inline-list li ul:before {
    content: '+';
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header ul.inline-list li ul a {
    display: block;
  }
  header ul.inline-list li input:checked ~ ul {
    height: 100%;
  }
  body.menuOpen {
    background: #F5F5F5;
  }
  body.menuOpen header .menu {
    top: 144px;
    right: -300px;
    right: -150px;
  }
  body.menuOpen header ul.menu {
    position: fixed;
    right: 0;
    top: 144px;
    bottom: 0;
    background: #F5F5F5;
  }
  body.menuOpen header ul.menu ul {
    min-height: 1px !important;
  }
  body.menuOpen header ul.menu a {
    font-size: inherit !important;
  }
  body.menuOpen header .main-menu-toggle {
    right: 300px;
  }
  div.top {
    height: 200px;
    background-size: cover;
  }
  .slick-dots {
    bottom: 0;
  }
  .ui .pins {
    padding: 0.93em 0;
  }
  .button {
    padding: 1rem 1rem;
  }
  .product--details .images .image--small {
    margin-bottom: 15px;
  }
  .lista-porad .promocja,
  .lista-porad p.title {
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .button {
    padding: 1rem 0.4rem;
  }
  .iconmenu {
    margin-top: 5px;
  }
  .iconmenu .small-6:nth-child(1),
  .iconmenu .small-6:nth-child(3),
  .iconmenu .small-6:nth-child(5) {
    border-right: 1px solid white;
  }
  .iconmenu .small-6:nth-child(3),
  .iconmenu .small-6:nth-child(4) {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
}
@media only screen and (min-width: 1026px) {
  .page-id-753 .iconmenu .columns,
  .page-id-753 .iconlist .columns {
    max-width: 197px;
  }
  .page-id-753 .iconmenu .columns:last-child {
    padding-right: 0;
  }
}
.slick-track .slick-slide {
  margin-top: 0 !important;
}
.page-id-8 .large-12 img[class*=wp-image] {
  max-width: 50%;
}

#spontex_modal{
  width: 100vw;
  height: 100vh;
  background: #000000b5;
  position: absolute;
  top: 0;
  z-index: 10000;
  position: fixed;
  display: none;
}
#spontex_modal .spontex_modal_content{
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  top: 20vh;
  opacity: 1;
}
#spontex_modal .spontex_modal_content img{
  width: 100%;
}
#spontex_modal .spontex_modal_content .close{
  width: 25px;
  height: 25px;
  background: #fff;
  float: right;
  position: relative;
  right: -35px;
  top: 25px;
  cursor: pointer;
}
#spontex_modal .spontex_modal_content .close::before{
  content: "X";
  width: 25px;
  height: 25px;
  color: #000;
  position: absolute;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 1366px) {
  #spontex_modal .spontex_modal_content{
      top: 4vh;
    }
}
@media only screen and (max-width: 768px) {
  #spontex_modal{
    display: none!important;
  }
}