@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext");
.btn {
  display: inline-block;
  position: relative;
  white-space: normal;
}

.btn.btn-yellow {
  font-family: 'BrushUp';
  font-size: 2em;
  margin: 0 0 10px;
  padding: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #000;
}

.btn.btn-yellow::before {
  content: '';
  position: absolute;
  width: 105%;
  height: 70%;
  top: 12px;
  left: -5px;
  background-color: #fff;
  z-index: -1;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn.btn-yellow:focus, .btn.btn-yellow.active:hover, .btn.btn-yellow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-yellow:focus::before, .btn.btn-yellow.active:hover::before, .btn.btn-yellow:hover::before {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.btn.btn-red {
  font-family: 'BrushUp';
  font-size: 2em;
  margin: 0 0 10px;
  padding: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #000;
}

.btn.btn-red::before {
  content: '';
  position: absolute;
  width: 105%;
  height: 70%;
  top: 12px;
  left: -5px;
  background-color: #E1001A;
  z-index: -1;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn.btn-red:focus, .btn.btn-red.active:hover, .btn.btn-red:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-red:focus::before, .btn.btn-red.active:hover::before, .btn.btn-red:hover::before {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.btn.btn-square {
  font-family: 'BrushUp';
  font-size: 2em;
  margin: 0 0 10px;
  padding: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #000;
  position: relative;
  z-index: 1;
}

.btn.btn-square::before {
  content: '';
  position: absolute;
  width: 105%;
  height: 70%;
  top: 12px;
  left: -5px;
  background-color: #c9d22a;
  z-index: -1;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn.btn-square:focus, .btn.btn-square.active:hover, .btn.btn-square:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-square:focus::before, .btn.btn-square.active:hover::before, .btn.btn-square:hover::before {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.btn.btn-square.btn-green::before {
  background-color: #009640;
}

.btn.btn-square.btn-green-light::before {
  background-color: #c7d300;
}

.btn.btn-square.btn-green-dark::before {
  background-color: #006939;
}

.btn.btn-square.btn-blue::before {
  background-color: #1ebbef;
}

.btn.btn-square.btn-red::before {
  background-color: #E1001A;
}

.btn.btn-square.btn-orange::before {
  background-color: #F8B100;
}

.btn.btn-square.btn-yellow::before {
  background-color: #c9d22a;
}

.btn.btn-get-app {
  line-height: 1em;
  margin: 10px 0 30px;
  display: block;
}

@media screen and (min-width: 480px) {
  .btn.btn-get-app {
    margin: 10px 10px 30px;
  }
}

@media screen and (min-width: 992px) {
  .btn.btn-get-app {
    white-space: normal;
  }
}

@media screen and (min-width: 1200px) {
  .btn.btn-get-app {
    white-space: normal;
    font-size: 1.6em;
  }
}

.btn.btn-black {
  font-family: 'BrushUp';
  font-size: 2em;
  margin: 0 0 10px;
  padding: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #ED7F00;
  z-index: 10;
}

.btn.btn-black::before {
  content: '';
  position: absolute;
  width: 115%;
  height: 100%;
  top: 0px;
  left: -10px;
  background-color: #AC007C;
  z-index: -1;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn.btn-black:focus, .btn.btn-black.active:hover, .btn.btn-black:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-black:focus::before, .btn.btn-black.active:hover::before, .btn.btn-black:hover::before {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

@font-face {
  font-family: 'BrushUp';
  src: url(../fonts/PintassilgoPrints_-_Brush_Up.ttf);
  font-weight: normal;
}

section {
  padding: 50px 0;
}

section h1, section h2, section h3 {
  font-family: 'BrushUp';
  color: #000;
}

#mainnav {
  position: fixed;
  min-height: 20px;
  width: 100%;
  z-index: 250;
  padding: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#mainnav.fixed-top {
  background-color: #009640;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

#mainnav.fixed-top a {
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  #mainnav.fixed-top a {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 992px) {
  #mainnav.fixed-top a {
    font-size: 0.85em;
  }
}

@media screen and (min-width: 1600px) {
  #mainnav.fixed-top a {
    font-size: 1em;
  }
}

#mainnav.fixed-top a.nav-btn {
  font-size: 2em;
  color: #000;
  margin-top: 25px;
}

#mainnav.fixed-top a.nav-btn:hover, #mainnav.fixed-top a.nav-btn:active, #mainnav.fixed-top a.nav-btn:focus {
  color: #000;
}

#mainnav.opened {
  background-color: #009640;
}

#mainnav.opened .nav {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  #mainnav.opened .nav {
    height: 375px;
  }
}

.navbar {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .navbar .nav-header {
    position: absolute;
    top: -140%;
  }
}

@media screen and (min-width: 1600px) {
  .navbar .nav-header {
    top: -120%;
  }
}

.navbar .nav-header .fa-bars {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navbar .nav-header .fa-bars:focus, .navbar .nav-header .fa-bars:hover, .navbar .nav-header .fa-bars:active {
  color: #000;
}

.navbar .nav-header .brand {
  float: left;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar .nav-header .brand img {
  max-width: 200px;
  height: auto;
  margin: 10px 0 15px;
}

@media screen and (min-width: 992px) {
  .navbar .nav-header .brand img {
    max-width: 300px;
    max-height: 80px;
    margin: 0;
  }
}

@media screen and (min-width: 1600px) {
  .navbar .nav-header .brand {
    padding: 10px;
  }
}

.navbar .nav-btn {
  float: right;
  font-size: 30px;
  margin-top: 0;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.navbar .nav-btn:hover {
  color: #ED7F00;
}

@media screen and (min-width: 992px) {
  .navbar .nav-btn {
    display: none;
  }
}

.navbar .nav {
  width: 100%;
  height: 0;
  margin: 60px 0 0;
  overflow: hidden;
  -webkit-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;
}

@media screen and (min-width: 992px) {
  .navbar .nav {
    height: auto;
    display: block;
    margin: 10px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.navbar .nav li {
  text-align: center;
  padding: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 992px) {
  .navbar .nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
}

.navbar .nav li.active a {
  background-color: transparent !important;
  color: #000;
}

.navbar .nav li.active a::before {
  -webkit-transform: skewY(-2.5deg);
          transform: skewY(-2.5deg);
  width: 100%;
}

.navbar .nav li a {
  font-family: arial;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 5px 1px;
  position: relative;
  z-index: 10;
  display: inline-block;
}

.navbar .nav li a::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 60%;
  background-color: #c7d300;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.navbar .nav li a:active, .navbar .nav li a:focus {
  background-color: transparent !important;
}

.navbar .nav li a:hover {
  background-color: transparent;
  color: #000;
}

.navbar .nav li a:hover::before {
  -webkit-transform: skewY(-2.5deg);
          transform: skewY(-2.5deg);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .navbar .nav li a {
    font-size: 0.85em;
  }
}

@media screen and (min-width: 992px) {
  .navbar .nav li a {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1600px) {
  .navbar .nav li a {
    font-size: 1.1em;
    padding: 10px 8px;
  }
}

.minimenu {
  text-transform: uppercase;
  margin: 0 0 10px;
}

.minimenu .wrapper {
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .minimenu .wrapper {
    overflow: visible;
  }
}

@media screen and (min-width: 992px) {
  .minimenu .wrapper {
    width: 570px;
    float: right;
  }
}

@media screen and (min-width: 1200px) {
  .minimenu .wrapper {
    width: 420px;
  }
}

@media screen and (min-width: 1400px) {
  .minimenu .wrapper {
    width: 570px;
  }
}

.minimenu .wrapper::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 115%;
  z-index: 0;
  background-color: #c9d22a;
  -webkit-transform: skewY(-1deg);
          transform: skewY(-1deg);
}

.minimenu .wrapper .btn-apps {
  text-align: center;
  color: #000;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .minimenu .wrapper .btn-apps span {
    display: block;
  }
}

.minimenu .wrapper .btn {
  padding: 8px 5px 7px;
  background-color: #009640;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.minimenu .wrapper .btn:hover {
  background-color: #006939;
  color: #fff;
}

.minimenu .wrapper .btn i {
  margin-left: 5px;
}

.minimenu .wrapper .btn-login {
  display: block;
}

.minimenu .wrapper .btn-login i {
  display: none;
}

@media screen and (min-width: 480px) {
  .minimenu .wrapper .btn-login i {
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
  .minimenu .wrapper .btn-login {
    float: right;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.minimenu i {
  font-size: 1.4em;
  margin: 0 5px 0 0;
}

.minimenu .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style-type: none;
  text-align: right;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.minimenu .lang li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.minimenu .lang li a {
  padding: 10px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.minimenu .lang li a:hover {
  background-color: #006939;
  color: #fff;
}

.minimenu .lang li.current a {
  background-color: #afba00;
  color: #000;
}

.minimenu .lang li.current a:hover::before {
  width: 0;
}

.modal-header {
  border-bottom: none;
  padding: 10px 10px 0;
}

.modal-content {
  background-color: #c7d300;
  font-family: 'BrushUp';
  color: #000;
}

.modal-content .wrapper {
  padding: 0 15px 50px;
}

.modal-content h2 {
  font-size: 42px;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}

.modal-content p {
  text-align: center;
  font-size: 32px;
}

.modal-content a.btn {
  color: #c7d300;
}

.modal-content a.btn::before {
  background-color: #000;
}

button.close {
  font-size: 60px;
}

.rooveepark_infowindow {
  text-align: center;
  font-family: 'BrushUp';
  font-size: 20px;
}

.rooveepark_infowindow span {
  font-size: 24px;
}

.facebook {
  display: none;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -360px;
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .facebook {
    display: block;
  }
}

.facebook::before {
  content: '';
  position: absolute;
  top: -25px;
  left: -20px;
  background-color: #1ebbef;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  width: 120%;
  height: 110%;
}

.facebook .fb-trigger {
  position: absolute;
  padding: 10px 20px;
  font-size: 30px;
  color: #fff;
  left: -75px;
  background-color: #1ebbef;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: -5px 0 10px rgba(0, 0, 0, 0.4);
}

.facebook .fb-trigger i {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.facebook.active {
  right: 0;
}

.facebook.active .fb-trigger i {
  -webkit-transform: rotate(720deg);
          transform: rotate(720deg);
}

.pobierz-aplikacje {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  bottom: -100%;
  z-index: 999;
  background-color: #1c1c1b;
  width: 100%;
  -webkit-box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.24);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.pobierz-aplikacje.active {
  bottom: 0;
}

.pobierz-aplikacje img {
  float: left;
  margin-left: 10px;
}

.pobierz-aplikacje a.gettheapplink {
  display: block;
  height: 58px;
  font-size: 1.1em;
  border-radius: 5px;
  background-color: #ffed00;
  color: #1c1c1b;
  text-align: center;
  padding-top: 15px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pobierz-aplikacje a.gettheapplink:active, .pobierz-aplikacje a.gettheapplink:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 5px 5px 0px rbga(#000, 0.5);
          box-shadow: 0 5px 5px 0px rbga(#000, 0.5);
}

.pobierz-aplikacje a.gettheapplink span {
  text-transform: none;
  letter-spacing: normal;
  margin-top: -5px;
  font-size: .7em;
  display: block;
  font-family: arial;
}

.pobierz-aplikacje .close {
  width: 25px;
  height: 30px;
  font-size: 2em;
  color: #fff;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-size: 14px;
  background-position: top center;
  font-family: 'Roboto', arial;
  background-color: #006939;
}

section {
  padding: 50px 0;
}

section h1, section h2, section h3 {
  font-family: 'BrushUp';
}

section p {
  text-align: justify;
  line-height: 1.6em;
}

section a {
  text-decoration: none;
  color: inherit;
}

section a:hover {
  text-decoration: underline;
  color: inherit;
}

#top {
  padding-top: 200px;
  background: url("../images/backgrounds/top.png") top center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1300px) {
  #top {
    background-size: 100% 100%;
  }
}

#top h1 {
  font-family: 'BrushUp';
  margin: 0 auto 25px;
  font-size: 2.8em;
  display: block;
  position: relative;
  text-align: left;
  width: 300px;
  margin-top: 40px;
  color: #fff;
}

@media screen and (min-width: 480px) {
  #top h1 {
    font-size: 4em;
    width: 440px;
  }
}

@media screen and (min-width: 768px) {
  #top h1 {
    font-size: 6em;
    width: 580px;
  }
}

@media screen and (min-width: 1200px) {
  #top h1 {
    font-size: 7em;
    width: 720px;
  }
}

#top h1 span {
  display: block;
  font-size: .65em;
}

#top h1 span.sub-header {
  font-family: arial;
  font-size: .25em;
  padding-left: 5px;
}

@media screen and (min-width: 480px) {
  #top h1 span.sub-header {
    font-size: .35em;
  }
}

@media screen and (min-width: 768px) {
  #top h1 span.sub-header {
    font-size: .25em;
  }
}

@media screen and (min-width: 1200px) {
  #top h1 span.sub-header {
    font-size: .26em;
  }
}

#top .bike {
  position: absolute;
  width: 140px;
  height: auto;
  top: 10px;
  right: -5px;
}

@media screen and (min-width: 480px) {
  #top .bike {
    top: 0px;
    width: 220px;
    right: -15px;
  }
}

@media screen and (min-width: 768px) {
  #top .bike {
    top: 10px;
    width: 310px;
    right: -80px;
  }
}

@media screen and (min-width: 992px) {
  #top .bike {
    top: -30px;
    width: 400px;
    right: -170px;
  }
}

@media screen and (min-width: 1200px) {
  #top .bike {
    top: -50px;
    width: 510px;
    right: -210px;
  }
}

#top .btns {
  margin-top: 10px;
}

#top .btns a {
  font-size: 1em;
  line-height: 1em;
}

#top .btns a span {
  display: block;
  font-size: 1.8em;
  margin-top: 5px;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  #top .btns {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 992px) {
  #top .btns {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  #top .btns a {
    font-size: 1.4em;
  }
}

#naszrower {
  padding: 50px 0 0;
  background: #006838;
}

#naszrower h2 {
  font-size: 1.5em;
  color: #fff;
}

@media screen and (min-width: 480px) {
  #naszrower h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 768px) {
  #naszrower h2 {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 992px) {
  #naszrower h2 {
    font-size: 2.1em;
  }
}

@media screen and (min-width: 1600px) {
  #naszrower h2 {
    font-size: 4.1em;
  }
}

#naszrower h2 span {
  font-size: 2.2em;
  display: block;
}

#naszrower .bike {
  position: relative;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 480px) {
  #naszrower .bike {
    top: -40px;
    margin-bottom: -20px;
  }
}

@media screen and (min-width: 992px) {
  #naszrower .bike {
    top: -130px;
    margin-bottom: -20px;
    width: 340px;
    left: 160px;
  }
}

@media screen and (min-width: 1078px) {
  #naszrower .bike {
    width: 390px;
  }
}

@media screen and (min-width: 1178px) {
  #naszrower .bike {
    width: 430px;
  }
}

@media screen and (min-width: 1200px) {
  #naszrower .bike {
    top: -140px;
    margin-bottom: -20px;
    width: auto;
    left: 80px;
  }
}

@media screen and (min-width: 1600px) {
  #naszrower .bike {
    top: -200px;
    left: 180px;
  }
}

@media screen and (min-width: 1786px) {
  #naszrower .bike {
    width: 660px;
    top: -190px;
    left: 160px;
  }
}

#naszrower .yellow-square p {
  display: block;
  position: relative;
  padding: 15px;
  margin: 30px 0;
  text-align: justify;
  color: #fff;
}

@media screen and (min-width: 992px) {
  #naszrower .yellow-square p {
    padding: 15px;
    font-size: .7em;
  }
}

@media screen and (min-width: 1200px) {
  #naszrower .yellow-square p {
    font-size: .9em;
  }
}

@media screen and (min-width: 1600px) {
  #naszrower .yellow-square p {
    font-size: 1em;
    line-height: 1.5em;
  }
}

#naszrower .yellow-square p::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #1ebbef;
  z-index: -1;
  -webkit-transform: skewY(-1deg) skewX(1deg) rotate(-1deg);
          transform: skewY(-1deg) skewX(1deg) rotate(-1deg);
}

@media screen and (min-width: 480px) {
  #naszrower .yellow-square p::before {
    top: -10px;
  }
}

@media screen and (min-width: 992px) {
  #naszrower .yellow-square p::before {
    top: -10px;
  }
}

#naszrower .btn {
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 992px) {
  #naszrower .btn {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 992px) {
  #naszrower .btn {
    font-size: 2em;
  }
}

@media screen and (min-width: 992px) {
  #naszrower .btn span {
    display: block;
  }
}

@media screen and (min-width: 1400px) {
  #naszrower .btn span {
    display: inline-block;
  }
}

#aktualnosci {
  position: relative;
}

#aktualnosci h2 {
  font-size: 2em;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  text-align: center;
  display: block;
  margin: 0;
  color: #009640;
}

@media screen and (min-width: 992px) {
  #aktualnosci h2 {
    display: inline-block;
    text-align: left;
    margin: 30px 0 0;
  }
}

@media screen and (min-width: 1600px) {
  #aktualnosci h2 {
    font-size: 3.2em;
  }
}

#aktualnosci h2 span {
  font-size: 2.2em;
  display: block;
}

#aktualnosci::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f1f1f2;
  z-index: 0;
  top: 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewY(-1deg);
          transform: skewY(-1deg);
  -webkit-box-shadow: 1px 1px 1px transparent;
          box-shadow: 1px 1px 1px transparent;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
}

#aktualnosci .news-slider .slide {
  padding: 20px;
  margin: 0 20px;
}

#aktualnosci .news-slider .slide .date {
  display: block;
  font-size: 1em;
}

#aktualnosci .news-slider .slide p {
  font-size: 1.6em;
  line-height: 1.2em;
  text-align: left;
  font-weight: 700;
  color: #000;
}

#aktualnosci .news-slider .slide a {
  font-family: 'BrushUp';
  font-size: 1.5em;
  display: inline-block;
  float: right;
  position: relative;
}

#aktualnosci .news-slider .slide a::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -10px;
  width: 0;
  height: 60%;
  background-color: #c9d22a;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#aktualnosci .news-slider .slide a:hover {
  text-decoration: none;
  background-color: transparent;
}

#aktualnosci .news-slider .slide a:hover::before {
  -webkit-transform: skewY(-2.5deg) ease-in-out;
          transform: skewY(-2.5deg) ease-in-out;
  width: 140%;
}

#faq {
  position: relative;
  padding-bottom: 60px;
  background: url("../images/backgrounds/light-green-to-yellow.png") top center no-repeat #c7d300;
  background-size: contain;
}

#faq h2 {
  text-align: center;
  font-size: 3.5em;
  color: #000;
}

@media screen and (min-width: 992px) {
  #faq h2 {
    font-size: 4.8em;
  }
}

@media screen and (min-width: 1400px) {
  #faq h2 {
    font-size: 7em;
  }
}

#faq h2 span {
  font-size: .6em;
  display: block;
  color: #000;
}

#faq h2 span br {
  display: none;
}

@media screen and (min-width: 992px) {
  #faq h2 span {
    display: inline-block;
    font-size: .4em;
  }
  #faq h2 span br {
    display: block;
  }
}

#faq .btn-title {
  font-weight: 700;
  font-size: 1.4em;
  color: #000;
  text-decoration: none;
}

#faq .btn-more {
  font-family: 'BrushUp';
  text-transform: uppercase;
  font-size: 1.3em;
  float: right;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

#faq .btn-more.active {
  font-weight: 700;
}

#faq .faq-header {
  padding-top: 5px;
  padding-bottom: 5px;
}

#faq .faq-header a {
  display: block;
}

#faq .faq-header .wrapper {
  position: relative;
}

#faq .faq-header .wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 90%;
  background-color: #009640;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: skewY(-0.5deg);
          transform: skewY(-0.5deg);
}

#faq .faq-header .wrapper::after {
  content: "";
  clear: both;
  display: table;
}

#faq .faq-header:hover .wrapper::before, #faq .faq-header.active .wrapper::before {
  width: 100%;
}

#faq .faq-panel p {
  color: #fff;
  position: relative;
}

#faq .faq-panel .wrapper {
  position: relative;
  padding: 30px 15px;
  margin: 20px 0;
}

#faq .faq-panel .wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #007d35;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewY(-1deg);
          transform: skewY(-1deg);
  -webkit-box-shadow: 1px 1px 1px transparent;
          box-shadow: 1px 1px 1px transparent;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
}

#jaktodziala {
  background: url("../images/backgrounds/green-to-yellow.png") top center no-repeat #c7d300;
  background-size: contain;
  color: #000;
  position: relative;
  padding-bottom: 0;
}

#jaktodziala h2 {
  text-align: center;
  font-size: 3.5em;
  color: #000;
}

@media screen and (min-width: 992px) {
  #jaktodziala h2 {
    font-size: 4.8em;
  }
}

@media screen and (min-width: 1400px) {
  #jaktodziala h2 {
    font-size: 7em;
  }
}

#jaktodziala h2 span {
  font-size: .6em;
  display: block;
}

#jaktodziala h2 span br {
  display: none;
}

@media screen and (min-width: 992px) {
  #jaktodziala h2 span {
    display: inline-block;
    font-size: .4em;
  }
  #jaktodziala h2 span br {
    display: block;
  }
}

#jaktodziala .steps {
  padding-bottom: 50px;
}

@media screen and (min-width: 480px) {
  #jaktodziala .steps {
    text-align: left;
    padding: 0 80px 50px;
  }
}

@media screen and (min-width: 768px) {
  #jaktodziala .steps {
    padding: 0 0 50px;
  }
}

#jaktodziala .steps .step {
  overflow: hidden;
}

#jaktodziala .steps .step h3 {
  margin: 40px 0 20px 20px;
  font-size: 2em;
  color: #000;
}

#jaktodziala .steps .step .image {
  margin: 0 10px 10px;
  width: 90px;
  float: left;
  text-align: right;
}

@media screen and (min-width: 992px) {
  #jaktodziala .steps .step .image {
    padding-bottom: 15px;
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 1500px) {
  #jaktodziala .steps .step .image {
    margin: 0 10px 10px;
    width: 90px;
    float: left;
    text-align: right;
  }
}

#jaktodziala .steps .step .content p {
  padding-right: 30px;
}

#jaktodziala .steps .step .content p img {
  display: block;
  padding: 5px 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  #jaktodziala .steps .step .content p img {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1500px) {
  #jaktodziala .steps .step .content p img {
    display: inline-block;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  #jaktodziala .steps .step .content p {
    padding-right: 10px;
  }
}

@media screen and (min-width: 992px) {
  #jaktodziala .steps .step .content p {
    padding: 0;
    text-align: center;
  }
}

@media screen and (min-width: 1500px) {
  #jaktodziala .steps .step .content p {
    text-align: left;
  }
}

#jaktodziala .steps .step .content span {
  font-family: 'BrushUp';
  font-size: 1.5em;
  display: block;
  text-align: center;
  font-size: 2em;
  line-height: 1em;
}

#jaktodziala .yellow {
  background: url("../images/backgrounds/yellow-to-green.png") bottom center no-repeat #c7d300;
  background-size: contain;
  overflow: auto;
  color: #000;
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}

#jaktodziala .yellow .feature {
  overflow: hidden;
  padding: 0 30px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  #jaktodziala .yellow .feature {
    padding: 0 100px;
  }
}

@media screen and (min-width: 768px) {
  #jaktodziala .yellow .feature {
    padding: 0;
  }
}

@media screen and (min-width: 1400px) {
  #jaktodziala .yellow .feature {
    text-align: left;
  }
}

#jaktodziala .yellow .feature a {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#jaktodziala .yellow .feature a:hover {
  color: #ED7F00;
}

#jaktodziala .yellow .image {
  width: 120px;
  height: 120px;
  float: left;
}

@media screen and (min-width: 768px) {
  #jaktodziala .yellow .image {
    float: none;
    width: 100%;
    height: 80px;
    text-align: center;
  }
}

@media screen and (min-width: 1400px) {
  #jaktodziala .yellow .image {
    width: 120px;
    height: 120px;
    float: left;
  }
}

#jaktodziala .yellow .content {
  padding: 20px 0;
  font-size: 1.2em;
  display: inline;
}

#jaktodziala .yellow .content a.prices {
  font-size: .8em;
}

#jaktodziala .yellow .content a.phone {
  font-size: 1.2em;
  font-weight: bold;
}

#pobierzaplikacje {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

#pobierzaplikacje .row {
  position: relative;
  z-index: 20;
}

#pobierzaplikacje h2 {
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  color: #fff;
}

@media screen and (min-width: 480px) {
  #pobierzaplikacje h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 768px) {
  #pobierzaplikacje h2 {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 992px) {
  #pobierzaplikacje h2 {
    font-size: 2.1em;
  }
}

@media screen and (min-width: 1600px) {
  #pobierzaplikacje h2 {
    font-size: 3.6em;
  }
}

#pobierzaplikacje h2 span {
  font-size: 2.2em;
  display: block;
}

#pobierzaplikacje .container-fluid {
  overflow: hidden;
}

#pobierzaplikacje .content {
  position: relative;
}

#pobierzaplikacje .roovee-app {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #pobierzaplikacje .roovee-app {
    position: absolute;
    top: -220px;
    right: -520px;
    max-width: 520px;
  }
}

@media screen and (min-width: 992px) {
  #pobierzaplikacje .roovee-app {
    top: -170px;
    width: 450px;
    right: -480px;
  }
}

@media screen and (min-width: 1200px) {
  #pobierzaplikacje .roovee-app {
    top: -160px;
    width: 440px;
    right: -460px;
  }
}

@media screen and (min-width: 1600px) {
  #pobierzaplikacje .roovee-app {
    top: -240px;
    width: 500px;
    right: 0;
    left: 510px;
  }
}

#oplaty {
  padding-top: 0;
  background-size: 100%;
  padding-bottom: 60px;
  margin-bottom: 0;
  background-color: #009640;
}

#oplaty .container-fluid {
  background: url("../images/backgrounds/green-to-yellow-2.png") bottom center no-repeat #006939;
  background-size: contain;
  padding-top: 100px;
}

#oplaty .row {
  position: relative;
  z-index: 20;
}

#oplaty h2 {
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  color: #fff;
}

@media screen and (min-width: 480px) {
  #oplaty h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 768px) {
  #oplaty h2 {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 992px) {
  #oplaty h2 {
    font-size: 2.1em;
  }
}

@media screen and (min-width: 1600px) {
  #oplaty h2 {
    font-size: 3.6em;
  }
}

#oplaty h2 span {
  font-size: 2.2em;
  display: block;
}

#oplaty .container-fluid {
  overflow: hidden;
}

#oplaty .content {
  position: relative;
}

#oplaty ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transform: skewY(-1deg);
          transform: skewY(-1deg);
}

#oplaty ul li {
  display: block;
  overflow: hidden;
  padding: 5px 0;
  font-family: 'BrushUp';
  font-size: 1.5em;
  border-bottom: 3px #005a31 dotted;
  color: #000;
}

#oplaty ul li .item {
  display: block;
  float: left;
  width: 70%;
}

#oplaty ul li .price {
  display: inline-block;
  float: right;
  text-align: right;
  position: relative;
  font-size: 1.4em;
  color: #000;
}

#oplaty ul li .price::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 10px;
  left: -10px;
  width: 110%;
  height: 90%;
  background-color: #c7d300;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
}

#oplaty ul li .currency {
  font-size: .7em;
}

#oplaty .regulamin {
  display: inline-block;
  position: relative;
  margin: 30px 0;
  padding: 0 0 0 40px;
  font-family: 'BrushUp';
  font-size: 20px;
  color: #000;
}

#oplaty .regulamin i {
  position: absolute;
  font-size: 32px;
  top: -10px;
  left: 0;
}

#oplaty .regulamin a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#oplaty .regulamin a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

#oplaty .regulamin::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 110%;
  height: 150%;
  background-color: #c7d300;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
}

#platnosci {
  background: url("../images/backgrounds/green-to-yellow.png") top center no-repeat #c9d22a;
  color: #000;
  position: relative;
  z-index: 20;
  margin-bottom: 0;
  padding-bottom: 0;
}

#platnosci .container-fluid {
  background: url("../images/backgrounds/yellow-to-green.png") bottom center no-repeat;
  background-size: contain;
  padding-bottom: 100px;
}

#platnosci h2 {
  font-size: 1.5em;
  position: relative;
  color: #000;
  display: inline-block;
}

@media screen and (min-width: 480px) {
  #platnosci h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 768px) {
  #platnosci h2 {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 992px) {
  #platnosci h2 {
    font-size: 2.1em;
  }
}

@media screen and (min-width: 1600px) {
  #platnosci h2 {
    font-size: 4.1em;
  }
}

#platnosci h2 span {
  font-size: 2.2em;
  display: block;
}

#platnosci .roovee-payments {
  max-width: 100%;
  height: auto;
  position: relative;
  margin-top: -100px;
}

@media screen and (min-width: 480px) {
  #platnosci .roovee-payments {
    margin-top: -140px;
  }
}

@media screen and (min-width: 768px) {
  #platnosci .roovee-payments {
    position: absolute;
    left: -100%;
    top: 30px;
  }
}

@media screen and (min-width: 1400px) {
  #platnosci .roovee-payments {
    top: -30px;
  }
}

@media screen and (min-width: 1600px) {
  #platnosci .roovee-payments {
    left: -95%;
    top: -20px;
  }
}

#platnosci .payments {
  list-style-type: none;
  margin: 40px 0 40px 10px;
  padding: 0;
}

#platnosci .payments li {
  display: inline-block;
  margin: 0 15px 10px;
}

#platnosci .payments li img {
  width: 60px;
  height: auto;
}

@media screen and (min-width: 1200px) {
  #platnosci .payments li img {
    width: 80px;
  }
}

@media screen and (min-width: 1600px) {
  #platnosci .payments li img {
    width: auto;
  }
}

#namapie {
  background: url("../images/backgrounds/yellow-to-gray.png") top center no-repeat #efefef;
  background-size: contain;
  padding-top: 50px;
}

#namapie h2 {
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  z-index: 50;
  color: #000;
}

@media screen and (min-width: 480px) {
  #namapie h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 768px) {
  #namapie h2 {
    font-size: 1.8em;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  #namapie h2 {
    font-size: 2.1em;
  }
}

@media screen and (min-width: 1600px) {
  #namapie h2 {
    font-size: 4.1em;
  }
}

#namapie h2 span {
  font-size: 2.2em;
  display: block;
}

#namapie #map {
  position: relative;
  width: 100%;
  height: 650px;
  margin-top: -50px;
}

#namapie .yellow-square {
  position: relative;
  z-index: 150;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  #namapie .yellow-square {
    position: absolute;
    top: -30px;
    right: 30px;
    width: 300px;
    height: auto;
    z-index: 100;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  #namapie .yellow-square {
    right: 50px;
  }
}

#namapie .yellow-square p {
  position: relative;
  padding: 15px;
  margin: 30px 20px 30px 0;
  text-align: justify;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  #namapie .yellow-square p {
    font-size: .9em;
  }
}

@media screen and (min-width: 1600px) {
  #namapie .yellow-square p {
    font-size: 1em;
    line-height: 1.5em;
  }
}

#namapie .yellow-square::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #006939;
  z-index: -1;
  -webkit-transform: skewY(-1deg) skewX(1deg) rotate(-1deg);
          transform: skewY(-1deg) skewX(1deg) rotate(-1deg);
}

@media screen and (min-width: 480px) {
  #namapie .yellow-square::before {
    top: -10px;
  }
}

@media screen and (min-width: 992px) {
  #namapie .yellow-square::before {
    top: -10px;
  }
}

#namapie .map-wrapper {
  position: relative;
}

#namapie .blue-square {
  z-index: 100;
  margin: 30px;
  overflow: visible;
  position: relative;
}

@media screen and (min-width: 768px) {
  #namapie .blue-square {
    position: absolute;
    left: 0;
    width: 280px;
    bottom: -70px;
  }
}

@media screen and (min-width: 992px) {
  #namapie .blue-square {
    left: 5%;
  }
}

@media screen and (min-width: 1400px) {
  #namapie .blue-square {
    left: 10%;
  }
}

#namapie .blue-square h3 {
  color: #fff;
  font-size: 2em;
  margin-bottom: -10px;
}

#namapie .blue-square ul {
  position: relative;
  padding: 15px 15px 30px;
  margin: 0;
  list-style-type: none;
  color: #fff;
}

#namapie .blue-square ul li {
  padding: 5px 0;
  display: block;
  clear: both;
}

#namapie .blue-square ul .icon {
  display: block;
  padding-right: 10px;
  float: left;
  width: 36px;
}

#namapie .blue-square ul .text {
  display: inline;
  padding-top: 5px;
}

@media screen and (min-width: 1200px) {
  #namapie .blue-square ul {
    font-size: .9em;
  }
}

@media screen and (min-width: 1600px) {
  #namapie .blue-square ul {
    font-size: 1em;
    line-height: 1.5em;
  }
}

#namapie .blue-square::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #006939;
  z-index: -1;
  -webkit-transform: skewY(-1deg) skewX(1deg) rotate(-1deg);
          transform: skewY(-1deg) skewX(1deg) rotate(-1deg);
}

@media screen and (min-width: 992px) {
  #namapie .blue-square::before {
    top: -10px;
  }
}

#bok {
  padding-top: 150px;
  padding-bottom: 10px;
  position: relative;
  z-index: 50;
  color: #000;
  background: url("../images/backgrounds/gray-to-yellow.png") top center no-repeat #c9d22a;
}

#bok h2 {
  font-size: 2em;
  position: relative;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  z-index: 50;
  color: #000;
}

@media screen and (min-width: 480px) {
  #bok h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 768px) {
  #bok h2 {
    display: inline-block;
    font-size: 1.8em;
    margin-bottom: 60px;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  #bok h2 {
    font-size: 2.1em;
  }
}

@media screen and (min-width: 1600px) {
  #bok h2 {
    font-size: 4.1em;
  }
}

#bok h2 span {
  font-size: 3.2em;
  display: block;
}

#bok .content p {
  text-align: center;
}

#bok .content p.inline {
  line-height: 2em;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 3px #c9d22a dotted;
}

#bok .content p.inline a {
  display: inline-block;
}

#bok .content a {
  display: inline-block;
  position: relative;
  font-size: 2.2em;
  margin: 15px auto;
  color: #4B4B4D;
  text-decoration: none;
  font-family: 'BrushUp';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#bok .content a:hover {
  color: #006939;
}

#ue p {
  text-align: center;
  font-size: 12px;
}

#ue img {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: auto;
}

@media screen and (min-width: 768px) {
  #ue img {
    max-width: 100%;
    width: 100%;
  }
}

#ue img.poziom {
  display: none;
}

#ue img.pion {
  display: block;
}

@media screen and (min-width: 768px) {
  #ue img.poziom {
    display: block;
  }
  #ue img.pion {
    display: none;
  }
}

#kontakt {
  background: url("../images/backgrounds/footer.png") top center no-repeat #000;
  color: #fff;
  position: relative;
  padding-top: 100px;
}

#kontakt p {
  color: #fff;
  text-align: center;
}

#kontakt .bike {
  display: block;
  max-width: 200px;
  margin: 0 auto 30px;
}

#kontakt .fb a {
  font-size: 1.7em;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#kontakt .fb a:hover {
  color: #000;
  text-decoration: none;
}

#kontakt .fb a span {
  font-family: 'BrushUp';
}

@media screen and (max-width: 768px) {
  #kontakt .footer-logotypes {
    margin-top: 50px;
  }
}

#kontakt .footer-logotypes img {
  display: block;
  height: 80px;
  width: auto;
}

#kontakt .footer-logotypes .logotypes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#kontakt .footer-logotypes .logotypes li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  line-height: 12px;
  margin: 20px 0;
}

@media screen and (min-width: 992px) {
  #kontakt .footer-logotypes .logotypes li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 130px;
            flex: 1 0 130px;
    padding: 30px;
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  #kontakt .footer-logotypes .logotypes li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 150px;
            flex: 1 0 150px;
  }
}

@media screen and (min-width: 1400px) {
  #kontakt .footer-logotypes .logotypes li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 165px;
            flex: 1 0 165px;
  }
}

@media screen and (min-width: 1800px) {
  #kontakt .footer-logotypes .logotypes li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 120px;
            flex: 1 0 120px;
  }
}

#kontakt .footer-logotypes .logotypes li img {
  display: block;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  #kontakt .footer-logotypes .logotypes li img {
    max-height: 80px;
  }
}

@media screen and (min-width: 1800px) {
  #kontakt .footer-logotypes .logotypes li img {
    padding: 0;
    max-height: 100px;
  }
}

#kontakt .footer-logotypes .logotypes li span {
  font-size: 12px;
}

#kontakt .n2eyes {
  text-align: center;
  padding-top: 30px;
  opacity: .5;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#kontakt .n2eyes:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #kontakt .n2eyes {
    text-align: right;
  }
}

#kontakt .n2eyes img {
  position: relative;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#kontakt .n2eyes a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: n2 .3s ease-in-out;
  transition: n2 .3s ease-in-out;
}

#kontakt .n2eyes a:hover {
  color: #000;
}

.lang-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lang-wrapper .styleswitcher {
  color: #000;
}

.lang-wrapper ul {
  margin-bottom: 0;
}

#gdpr {
  position: fixed;
  max-width: 280px;
  padding: 15px 10px;
  text-align: center;
  left: 30px;
  bottom: -100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

#gdpr.active {
  z-index: 99;
  bottom: 30px;
}

#gdpr p {
  font-size: 1em;
  line-height: 1.5;
  padding-bottom: 10px;
}

#gdpr a {
  color: #c5161a;
}

#gdpr button {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#gdpr button.accept {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
}

#gdpr button.decline {
  background-color: #fff;
}

#gdpr button:hover, #gdpr button:focus {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  outline-offset: 2px;
  outline: 2px #c5161a solid;
}

.wcag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.wcag .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wcag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 10px;
  margin: 0 25px;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wcag a i {
  display: block;
  margin: 0 auto 10px;
}

@media screen and (min-width: 480px) {
  .wcag a i {
    margin: 0 5px;
  }
}

.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.skip-main:focus, .skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

#availabilitydeclaration h1, #availabilitydeclaration h2 {
  color: #c5161a;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#availabilitydeclaration h1, #availabilitydeclaration h2 {
  border-bottom: 1px solid #c5161a;
}

#availabilitydeclaration h1 {
  font-size: 2.2em;
}

#availabilitydeclaration h2 {
  margin-top: 60px;
  font-size: 1.6em;
}

#availabilitydeclaration h3 {
  font-size: 1.2em;
}

#availabilitydeclaration ul {
  list-style-type: disc;
}
