@import "vendor/foundation/css/foundation.min.css";
@import "vendor/slick/slick.css";
@import "vendor/lightbox/css/lightbox.css";
@import "editor-style.css";
.row {
  max-width: 1170px;
}
header {
  height: 120px;
  border-bottom: 3px solid #ffcb01;
}
header .logo {
  display: inline-block;
  height: 69px;
  width: 263px;
  text-indent: -9999px;
  background: url('images/sprite.png') no-repeat;
  margin-top: 25px;
  max-width: 100%;
}
header ul.inline-list {
  padding-top: 45px;
}
header ul.inline-list li {
  margin: 0 0 0 2px;
}
header ul.inline-list li a:hover,
header ul.inline-list li[class^=current] a {
  background: #ffcb01;
  color: black;
}
header ul.inline-list a {
  font-size: 14px;
  display: inline-block;
  padding: 2px 5px;
  font-weight: bold;
}
section.slider {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
body.home section.slider {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  body.home section.slider {
    margin-bottom: 0px;
  }
}
section.slider .main .item {
  position: relative;
}
section.slider .main .item .zoom {
  display: inline-block;
  width: 68px;
  height: 68px;
  background: url('images/sprite.png') no-repeat -106px -70px;
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  transform: translateX(497px);
  -webkit-transform: translateX(497px);
  -moz-transform: translateX(497px);
}
@media screen and (max-width: 640px) {
  section.slider .main .item .zoom {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    right: 10px;
    left: auto;
    bottom: 10px;
  }
}
section.slider .main .item img {
  width: 100%;
}
body.home section.slider .main .item {
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  body.home section.slider .main .item {
    height: 250px;
  }
}
@media screen and (max-width: 380px) {
  body.home section.slider .main .item {
    height: 200px;
  }
}
body.home section.slider .main .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body:not(.home) section.slider .main .item {
  height: 404px;
  overflow: hidden;
}
body:not(.home) section.slider .main .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
section.slider .nav {
  position: absolute;
  bottom: 10px;
  left: 230px;
  right: 230px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  section.slider .nav {
    display: none;
  }
}
section.slider .nav .item {
  display: inline-block;
  overflow: hidden;
  border: 2px solid transparent;
  position: relative;
  outline: none;
}
section.slider .nav .item[class*=current] {
  border-color: #ffcb01;
}
section.slider .nav .item img {
  cursor: pointer;
  width: 67px;
}
section.offer-list h1 {
  margin: 0;
  padding: 25px 0 55px 0;
  font-size: 18px;
  text-transform: uppercase;
}
section.offer-list h1 a {
  color: black;
  display: block;
  position: relative;
  padding-right: 85px;
}
section.offer-list h1 a:after {
  content: 'zobacz';
  color: #ffcb01;
  display: inline-block;
  border: 2px solid #ffcb01;
  border-radius: 20px 20px 20px 20px;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  padding: 5px 15px;
  text-transform: none;
  position: absolute;
  top: -45px;
  right: 15px;
  transition: 0.5s all;
}
section.offer-list h1 a:hover:after {
  color: white;
  background: #ffcb01;
}
section.offer-list .image {
  max-height: 178px;
  overflow: hidden;
}
section.offer-list.two article img {
  max-height: 178px;
}
section.offer-list .has-hover {
  display: block;
  position: relative;
}
section.offer-list .has-hover img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
}
section.offer-list .has-hover:hover img:first-child {
  opacity: 0;
}
section.akcesoria,
section.footer {
  background: url('images/akcesoria-bottom-pattern.jpg') repeat-x;
}
section.akcesoria .image,
section.footer .image {
  background: url('images/akcesoria-bottom-background.jpg') no-repeat center center;
  height: 349px;
  color: white;
}
section.akcesoria h1,
section.footer h1 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: bold;
  margin: 0;
  padding: 95px 0 20px 0;
  text-transform: uppercase;
  color: white;
}
section.akcesoria p,
section.footer p {
  margin: 0 0 20px 0;
  font-size: 16px;
}
section.akcesoria a,
section.footer a {
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  border: 2px solid white;
  color: white;
  border-radius: 20px 20px 20px 20px;
  transition: 0.5s all;
}
section.akcesoria a:hover,
section.footer a:hover {
  background: white;
  color: #ffcb01;
}
@media screen and (max-width: 640px) {
  section.akcesoria .image,
  section.footer .image {
    background: none;
    height: auto;
    padding: 20px 0;
  }
  section.akcesoria h1,
  section.footer h1 {
    padding-top: 0px;
  }
}
section.akcesoria {
  padding: 35px 0 5px 0;
  background: #f3f3f3;
}
section.akcesoria h1 {
  color: #585858;
  padding-top: 5px;
}
section.akcesoria a {
  color: #ffcb01;
  border-color: #ffcb01;
}
section.akcesoria a:hover {
  color: white;
  background-color: #ffcb01;
}
footer {
  padding: 20px 0 50px 0;
  background: #ededed;
}
footer ul.inline-list a {
  font-size: 12px;
  border-bottom: 1px solid rgba(0,0,0,0);
}
footer ul.inline-list li[class*=current] a,
footer ul.inline-list li:hover a {
  color: black;
  border-bottom: 1px solid rgba(0,0,0,0.4);
}
article.post h1,
article.post h2 {
  font-size: 36px;
  font-weight: normal;
  color: #ffb000;
  margin: 0;
  padding: 0 0 40px 0;
}
article.post h2 {
  color: #999999;
}
article.post .row + .row {
  margin-top: 40px;
}
.bc {
  border: 0;
  margin: 0 0 40px 0;
  padding: 15px 0;
  background: #f2f2f2;
}
.bc ul.inline-list {
  margin: 0;
}
.bc ul.inline-list li {
  margin: 0;
  font-size: 14px;
}
.bc ul.inline-list li:not(:last-child) a:after {
  content: ' ';
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url('images/sprite.png') no-repeat -263px 0;
  margin: 0 10px;
  position: relative;
  top: 3px;
}
.bc ul.inline-list li a {
  font-size: calibri;
  color: black;
}
.btn {
  display: inline-block;
  font-weight: bold;
  color: #ffcb01;
  border: 2px solid #ffcb01;
  padding: 6px 15px;
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  margin-bottom: 20px;
  text-align: center;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
}
.btn:hover {
  color: black;
  background: #ffcb01;
}
.btn:not(.btn--big) + .btn {
  margin-left: 10px;
}
.btn--big {
  width: 100%;
  display: block;
  background: #ffcb01;
  color: black;
  font-size: 24px;
  padding: 8px 15px;
}
@media screen and (min-width: 641px) {
  .btn--big {
    width: 450px;
  }
}
.btn--big:hover {
  color: #ffcb01;
  background: white;
}
.exposition {
  overflow: auto;
  border-top: 5px solid #ededed;
}
.exposition div {
  display: inline-block;
  width: 20%;
  float: left;
  position: relative;
  overflow: hidden;
}
.exposition div a {
  display: block;
  position: relative;
}
.exposition div a:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.exposition div:not(:last-child):after {
  content: ' ';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ededed;
  z-index: 10;
}
.exposition div img {
  width: 100%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.exposition div:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.exposition div:hover a:after {
  background: rgba(0,0,0,0.2);
}
.widget {
  display: inline-block;
  width: 54px;
  height: 156px;
  position: absolute;
  right: 0;
  top: 150px;
  background: url('images/sprite.png') no-repeat 0 -70px;
  text-indent: -99999px;
  z-index: 2;
}
.widget.promo {
  background-color: #fcc901;
  background-position: -54px -70px;
  top: 320px;
}
@media screen and (max-width: 640px) {
  .widget {
    display: none;
  }
}
.slider-logo {
  position: absolute;
  left: 50%;
  z-index: 2;
  margin: 30px 0 0 440px;
}
.powloki {
  padding-bottom: 20px;
  overflow: hidden;
}
.powloki .slick-arrow {
  position: absolute;
  top: 33%;
  text-indent: -9999px;
  padding: 0;
  width: 70px;
  height: 40px;
  background: #fccd1b;
  border-radius: 20px;
  left: 10px;
  z-index: 2;
  outline: none;
}
.powloki .slick-arrow.slick-next {
  right: 10px;
  left: auto;
}
.powloki .slick-arrow.slick-prev {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
}
.powloki .slick-arrow:after {
  content: ' ';
  width: 10px;
  height: 16px;
  display: inline-block;
  background: url('images/sprite.png') no-repeat -273px 0;
  position: absolute;
  top: 12px;
  left: 31px;
}
.powloki span {
  display: block;
  font-size: 18px;
  padding: 5px 0 0 10px;
  color: black !important;
}
.powloki img {
  margin: 0 auto;
}
.powloki div.item {
  outline: none;
}
@media screen and (max-width: 640px) {
  .hamburger {
    display: inline-block;
    width: 32px;
    height: 24px;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    position: absolute;
    top: 45px;
    right: 20px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    outline: 5px solid white;
    box-shadow: 0;
    z-index: 99;
  }
  .hamburger:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    border-top: 3px solid black;
  }
  header ul.inline-list {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    padding: 10px;
    background: white;
    z-index: 99;
    box-shadow: 0 0 4px #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
  }
  header ul.inline-list li {
    display: block;
    float: none;
  }
  header ul.inline-list li[class*=current] a {
    background: #ffcb01;
  }
  header ul.inline-list li a {
    border-bottom: 1px solid #d3d3d3;
    padding: 10px;
    display: block;
  }
  body.menuOpen .hamburger {
    right: 270px;
    position: fixed;
    background: white;
    box-shadow: 0 0 4px 5px rgba(0,0,0,0.81);
  }
  body.menuOpen header ul.inline-list {
    right: 0;
  }
}
.ratio-4-3 .image {
  position: relative;
  max-height: 9999px !important;
}
.ratio-4-3 .image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 75%;
}
.ratio-4-3 .image > a img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-height: 9999px !important;
}
.footerimg {
  margin: 25px 0;
  background: #0000;
  overflow: hidden;
}
.footerimg p {
  margin: 0;
  padding: 0;
}
.medium-4:nth-child(3n+1),
.medium-6:nth-child(2n+1) {
  clear: both;
}
.tiledesc {
  margin-top: -50px;
  margin-bottom: 55px;
}


/***************/

header ul.inline-list a{
font-size: 12px;
display: inline-block;
padding: 12px 12px;
font-weight: bold;
margin-top: -10px;
}

section.offer-list .image{
height: 300px;

}


section.offer-list h1 a{
background-color: rgba(255, 255, 255, 0.8);
padding: 15px 15px;
margin-top: -75px;

}

section.offer-list h1 a:after{
margin-top: 57px;
margin-right: 10px;
color: white;
background-color: #ffcb01;

}


.promo2{
top: 320px !important;
background: url('/wp-content/uploads/2016/04/youtube_logo.png') no-repeat;
background-position: 0px 0px !important;
background-color:red !important;
}

.promo3{
top: 490px !important;
background: url('/wp-content/uploads/2017/01/pruszynki-aktywuj-ubezpieczenie.png') no-repeat;
background-position: 0px 0px !important;
background-color:red !important;
}

.promo4{
top: 490px !important;
background: url('/wp-content/uploads/2020/10/fb-realizacje.png') no-repeat;
background-position: 0px 0px !important;
background-color:red !important;
}

.promo5{
top: 660px !important;
background: url('/wp-content/uploads/2020/10/skontaktuj-sie-z-nami.png') no-repeat;
background-position: 0px 0px !important;
background-color:red !important;
}

#mapa-content{
text-align: center;
max-width: 350px;
margin: 0 auto;
}

@media screen and (min-width: 800px) {
    #mapa-content{
margin: 0 0 -350px 0;
z-index: 199;
display: block;
position: relative;
background-color: rgba(255, 255, 255, 0.9);

padding: 20px 20px 10px 20px;;

}
}
.tiledesc p:first-letter {
    text-transform: uppercase;
}

.column+.column:last-child, .columns+.column:last-child, .column+.columns:last-child, .columns+.columns:last-child {
float: left;
}