@charset "UTF-8";
/*
  Theme Name: AZtech
  Author: Klaudeek
  Description: Szablon dedykowany
  Version: 1.0
  Text Domain: KBModular
*/
#wrapper {
  overflow: hidden;
}

body {
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-weight: 500px;
  font-size: 1.13rem;
  line-height: 1.9rem;
  background: #fff;
  color: #1c1c1c;
}

a {
  transition: 0.3s ease-in-out;
}

.az-font-blue {
  color: #002c85;
}

.az-font-red {
  color: #e60019;
}

.az-top-100 {
  margin-top: 100px !important;
}

.az-top-80 {
  margin-top: 80px !important;
}

.az-top-60 {
  margin-top: 60px !important;
}

.az-top-40 {
  margin-top: 40px !important;
}

.az-top-20 {
  margin-top: 20px !important;
}

.az-top-50 {
  margin-top: 50px !important;
}

@media (max-width: 575px) {
  .az-top-100 {
    margin-top: 80px !important;
  }
  .az-top-80 {
    margin-top: 60px !important;
  }
  .az-top-60 {
    margin-top: 40px !important;
  }
  .az-top-40 {
    margin-top: 20px !important;
  }
  .az-top-20 {
    margin-top: 10px !important;
  }
  .az-top-50 {
    margin-top: 0px !important;
  }
}
.az-button {
  background-color: #002c85;
  padding: 20px 40px 20px 40px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 210px;
  display: block;
  transition: 0.3s ease-in-out;
  margin: auto;
}
.az-button span {
  transition: 0.3s ease-in-out;
}
.az-button i {
  position: absolute;
  font-size: 2rem;
  right: 20px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.az-button:hover {
  transition: 0.3s ease-in-out;
}
.az-button:hover span {
  margin-left: -20px;
}
.az-button:hover i {
  color: #ffffff;
  opacity: 1;
}

.az-button-2 {
  background-color: #002c85;
  padding: 20px 40px 20px 40px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 210px;
  display: block;
  transition: 0.3s ease-in-out;
  float: right;
}
.az-button-2 span {
  transition: 0.3s ease-in-out;
}
.az-button-2 i {
  position: absolute;
  font-size: 2rem;
  right: 20px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.az-button-2:hover {
  transition: 0.3s ease-in-out;
}
.az-button-2:hover span {
  margin-left: -20px;
}
.az-button-2:hover i {
  color: #ffffff;
  opacity: 1;
}

.p-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.az-button-3 {
  background-color: #e60019 !important;
  padding: 16px 30px 20px 30px !important;
  height: 50px !important;
  border-radius: 50px !important;
  color: #fff !important;
  text-decoration: none !important;
  width: 130px !important;
  position: relative !important;
  transition: 0.3s ease-in-out !important;
  display: block !important;
  border: 0 !important;
}
.az-button-3 span {
  transition: 0.3s ease-in-out !important;
}
.az-button-3 i {
  position: absolute !important;
  font-size: 2rem !important;
  right: 20px !important;
  opacity: 0 !important;
  transition: 0.3s ease-in-out !important;
}
.az-button-3:hover {
  transition: 0.3s ease-in-out !important;
}
.az-button-3:hover span {
  margin-left: -20px !important;
}
.az-button-3:hover i {
  color: #ffffff !important;
  opacity: 1 !important;
}

.az-button-4 {
  background-color: #e60019;
  padding: 10px 40px 10px 40px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  width: 240px;
  position: relative;
  transition: 0.3s ease-in-out;
  display: block;
  border: 0;
}
.az-button-4 span {
  transition: 0.3s ease-in-out;
}
.az-button-4 i {
  position: absolute;
  font-size: 2rem;
  right: 20px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.az-button-4:hover {
  transition: 0.3s ease-in-out;
}
.az-button-4:hover span {
  margin-left: -20px;
}
.az-button-4:hover i {
  color: #ffffff;
  opacity: 1;
}

.embed-responsive {
  position: relative;
  padding-top: 56.25%;
}

.youtube {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#hero {
  background: #efefef url("assets/img/header-bg.jpg") no-repeat;
  margin-top: -95px;
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px 0;
  position: relative;
}
@media (max-width: 575px) {
  #hero {
    padding: 100px 0 100px 0;
  }
}
#hero .hero-container {
  position: relative;
  padding: 40px 40px 0 40px;
}
#hero .hero-container::before {
  content: "";
  width: 1px;
  height: calc(100% - 150px);
  background-color: #111111;
  position: absolute;
  left: 0;
}
#hero .hero-container h1 {
  font-size: 3rem;
}
#hero .hero-container p {
  margin-bottom: 0;
  padding-left: 3px;
}
@media (max-width: 575px) {
  #hero .hero-container {
    padding: 20px 20px 0 20px;
    margin: 20px;
  }
  #hero .hero-container p {
    padding-left: 0px;
  }
  #hero .hero-container h1 {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
}
#hero .hero-image {
  margin-top: 50px;
  margin-right: -160px;
}
@media (max-width: 575px) {
  #hero .hero-image {
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
#hero .hero-social {
  margin-left: -50px;
  margin-top: -100px;
}
@media (max-width: 575px) {
  #hero .hero-social {
    margin-left: -28px;
  }
}
#hero .hero-social ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#hero .hero-social ul li {
  line-height: 1.8rem;
}
#hero .hero-social i {
  color: #111111;
  font-size: 1.4rem;
  transition: 0.3s ease-in-out;
}
#hero .hero-social i:hover {
  color: #002c85;
}

#welcome {
  padding: 40px;
  background: #efefef;
  position: relative;
}
#welcome::before {
  content: "";
  background: url("assets/img/welcome-bg.svg") no-repeat;
  width: 500px;
  height: 500px;
  top: 0;
  right: 0;
  position: absolute;
}
#welcome h2 {
  margin-bottom: 20px;
}
#welcome p {
  margin-bottom: 40px;
}

.welcome-image {
  position: relative;
  padding-bottom: 200px;
}
@media (max-width: 575px) {
  .welcome-image {
    padding-bottom: 40px;
  }
}
.welcome-image h3 {
  text-align: center;
  font-size: 1.13rem;
  line-height: 1.9rem;
}
.welcome-image .welcome-boxes {
  margin-left: 0;
}
@media (min-width: 992px) {
  .welcome-image .welcome-boxes .box-1 {
    position: absolute;
    top: -100px;
    left: -50px;
  }
  .welcome-image .welcome-boxes .box-2 {
    position: absolute;
    bottom: 80px;
    left: 350px;
  }
  .welcome-image .welcome-boxes .box-3 {
    position: absolute;
    top: 100px;
    right: 0;
  }
}
.welcome-image .welcome-boxes .box-1 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 60px 20px;
  background-color: #ffffff;
}
.welcome-image .welcome-boxes .box-1 img {
  height: 80px;
  width: auto;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
.welcome-image .welcome-boxes .box-2 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 60px 20px;
  background-color: #ffffff;
}
.welcome-image .welcome-boxes .box-2 img {
  height: 80px;
  width: auto;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
.welcome-image .welcome-boxes .box-3 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 60px 20px;
  background-color: #ffffff;
}
.welcome-image .welcome-boxes .box-3 img {
  height: 80px;
  width: auto;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

#advantages {
  padding: 150px 40px 0 40px;
  background: #2a2a2a;
  background-image: url("assets/img/zalety-tlo.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  color: #ffffff;
}
@media (max-width: 575px) {
  #advantages {
    padding: 100px 40px 40px 40px;
    text-align: center;
  }
}
#advantages h2 {
  color: #ffffff;
  margin-top: 50px;
}
#advantages a.button-zalety {
  background-color: #e60019;
  width: 88px;
  border-radius: 50px;
  height: 59px;
  display: block;
  position: relative;
}
#advantages a.button-zalety img {
  width: 20px;
  height: auto;
  position: absolute;
  top: 18px;
  left: 34px;
  transition: all ease-in-out 0.3s;
}
#advantages a.button-zalety:hover {
  transition: 0.3s ease-in-out;
}
#advantages a.button-zalety:hover img {
  left: 50px;
}
#advantages .card {
  background: transparent;
  border-left: 2px solid #ffffff;
  color: #fff;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  transition: opacity 0.3s ease-in-out;
}
#advantages .card img {
  height: 100px;
  width: auto;
  margin-bottom: 40px;
}
#advantages .card p {
  margin-top: 30px;
  padding-bottom: 30px;
}
#advantages .card h5 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

#advantages .card img,
#advantages .card .button-zalety,
#advantages .card p {
  opacity: 0;
}

@media (max-width: 575px) {
  #advantages .card {
    background-color: #ffffff;
    color: #2a2a2a;
  }
  #advantages .card img,
  #advantages .card .button-zalety,
  #advantages .card p {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
}
#advantages .card:hover img,
#advantages .card:hover .button-zalety,
#advantages .card:hover p {
  opacity: 1;
}

#advantages .card:hover {
  background: #fff;
  transition: 0.3s ease-in-out;
}
#advantages .card:hover h5 {
  color: #2a2a2a;
}
#advantages .card:hover p {
  color: #2a2a2a;
}

#gallery {
  position: relative;
}
#gallery .az-gallery-container {
  padding: 100px 40px 100px 40px;
}
#gallery h2 {
  margin-bottom: 30px;
}
#gallery::before {
  content: "";
  background: url("assets/img/welcome-bg.svg") no-repeat;
  width: 800px;
  height: 800px;
  top: 100px;
  left: 0;
  position: absolute;
}

.az-carousel {
  padding: 0;
}
.az-carousel .container {
  position: relative;
  margin-top: 40px;
}
.az-carousel .owl-nav {
  position: absolute;
  left: 440px;
  top: -20px;
}
@media (max-width: 575px) {
  .az-carousel .owl-nav {
    left: 220px;
  }
}
@media (max-width: 575px) {
  .az-carousel .owl-nav {
    right: 20px;
  }
}
.az-carousel .owl-dots {
  position: absolute;
  left: 50px;
}
.az-carousel .owl-nav .owl-prev {
  width: 88px !important;
  height: 49px !important;
}
.az-carousel .owl-nav .owl-prev:hover i {
  margin-left: 10px;
}
.az-carousel .owl-nav .owl-prev i {
  font-size: 2.1rem;
  color: #002c85;
  margin-top: 2px;
  margin-left: 25px;
  float: left;
  transition: all ease-in-out 0.3s;
}
.az-carousel .owl-nav .owl-next {
  width: 88px !important;
  height: 49px !important;
}
.az-carousel .owl-nav .owl-next:hover i {
  margin-left: 35px;
}
.az-carousel .owl-nav .owl-next i {
  font-size: 2.1rem;
  color: #002c85;
  margin-top: 2px;
  margin-left: 25px;
  float: left;
  transition: all ease-in-out 0.3s;
}
.az-carousel .owl-nav button {
  border: 2px solid #002c85 !important;
  border-radius: 50px !important;
  background-color: #ffffff !important;
}
.az-carousel .owl-dots button {
  background-color: #d5d5d5 !important;
}
.az-carousel .owl-dots button.active span {
  background: #002c85 !important;
  width: 80px !important;
}
@media (max-width: 575px) {
  .az-carousel .owl-dots button.active span {
    width: 50px !important;
  }
}
.az-carousel span {
  width: 40px !important;
  height: 5px !important;
  margin: 0 !important;
  background-color: #d5d5d5 !important;
}
@media (max-width: 575px) {
  .az-carousel span {
    width: 25px !important;
  }
}
.az-carousel .item {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.az-carousel .item:hover p {
  opacity: 1;
}
.az-carousel .item:hover h4 {
  transform: translateY(0px);
}
.az-carousel .item:hover a {
  opacity: 1;
}
.az-carousel .item .title {
  padding: 20px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 12px;
  width: 100%;
  height: 150px;
  align-items: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9612438725) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
@media (max-width: 575px) {
  .az-carousel .item .title {
    height: 140px;
    padding: 20px;
  }
}
.az-carousel .item h4 {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  transform: translateY(60px);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .az-carousel .item h4 {
    font-size: 1.4rem;
  }
}
.az-carousel .item p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.az-carousel .item a {
  border: 2px solid #ffffff;
  border-radius: 50px;
  padding: 4px 0 0 0;
  height: 50px;
  width: 80px;
  display: flex;
  align-content: center;
  justify-content: center;
  opacity: 0;
}
@media (max-width: 575px) {
  .az-carousel .item a {
    height: 35px;
    width: 50px;
    padding: 2px 0 0 0;
  }
}
.az-carousel .item a:hover {
  transition: 0.3s ease-in-out;
  padding: 4px 0 0 20px;
}
@media (max-width: 575px) {
  .az-carousel .item a:hover {
    padding: 2px 0 0 15px;
  }
}
.az-carousel .item a i {
  color: #ffffff;
  font-size: 2.6rem;
}
@media (max-width: 575px) {
  .az-carousel .item a i {
    font-size: 2rem;
  }
}
.az-carousel img {
  width: 100%;
  height: auto;
}

#office {
  background-color: #efefef;
  padding: 100px 40px;
  margin-top: 200px;
}
@media (max-width: 575px) {
  #office {
    margin-top: 200px;
  }
}
#office h2 {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  #office .projekty {
    padding: 12px;
  }
}
#office .projekty span {
  font-weight: 600;
  display: block;
  width: 100%;
  margin-top: 18px;
}
#office .projekty p {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2rem;
}
#office .projekty .box-1 {
  border: 1px solid #111111;
  padding: 20px;
  height: 130px;
}
#office .projekty .box-2 {
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  border-bottom: 1px solid #111111;
  padding: 20px;
  height: 130px;
}
#office .projekty .box-3 {
  border-left: 1px solid #111111;
  padding: 20px;
  height: 130px;
}
#office .projekty .box-4 {
  border-left: 1px solid #111111;
  border-right: 1px solid #111111;
  padding: 20px;
  height: 130px;
}
#office .projekty .box-5 {
  border-left: 1px solid #111111;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  border-bottom: 1px solid #111111;
  padding: 20px;
  height: 130px;
}
@media (max-width: 575px) {
  #office .projekty .box-5 {
    border-bottom: 0;
  }
}
#office .projekty .box-6 {
  padding: 20px;
  border-top: 1px solid #111111;
  height: 130px;
}
#office .projekty .box-7 {
  padding: 20px;
  height: 130px;
}
#office .projekty .box-8 {
  border: 1px solid #e60019;
  padding: 50px 20px 20px 20px;
  height: 130px;
  font-size: 1rem;
  color: #e60019;
}
#office .projekty .box-8 a {
  background-color: #e60019;
  border-radius: 50px;
  padding: 5px 0 0 20px;
  height: 50px;
  width: 80px;
  display: block;
  float: right;
  transform: translateY(-10px);
}
#office .projekty .box-8 a img {
  margin-left: 10px;
  margin-top: 5px;
}
#office .projekty .box-8 a:hover {
  transition: 0.3s ease-in-out;
  padding: 5px 0 0 30px;
}
#office .projekty .box-8 a i {
  color: #ffffff;
  font-size: 2.6rem;
}
#office .projekty span {
  font-size: 2rem;
}

#before-footer {
  padding: 0 40px 0 40px;
  background: url("assets/img/before-footer-bg.jpg");
  background-position: center;
  background-size: cover;
}
#before-footer .welcome-massage {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px;
  color: #fff;
}
#before-footer .welcome-massage h3 {
  margin-bottom: 30px;
}
#before-footer .formularz {
  padding: 40px;
  color: #fff;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 575px) {
  #before-footer .formularz {
    margin-top: 30px;
  }
}
#before-footer .wpforms-container input::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
#before-footer .wpforms-container input::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
#before-footer .wpforms-container textarea::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
#before-footer .wpforms-container textarea::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
#before-footer .wpforms-container select {
  color: #fff !important;
  opacity: 1 !important;
}
#before-footer .wpforms-container select option {
  color: black !important;
  opacity: 1 !important;
}
#before-footer .wpforms-container label {
  color: #fff !important;
  opacity: 1 !important;
}
#before-footer .wpforms-container input {
  border-bottom: 1px solid #fff !important;
  background: transparent !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  color: #fff !important;
}
#before-footer .wpforms-container .wpforms-field-select-style-modern .choices {
  border-bottom: 1px solid #fff;
  background: transparent !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
}
#before-footer .wpforms-container .choices__item {
  color: #fff !important;
  opacity: 1 !important;
}
#before-footer .wpforms-container .choices__inner {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
}
#before-footer .wpforms-container .choices__list {
  background: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
}
#before-footer .wpforms-container .choices__list--dropdown {
  background: #000 !important;
  color: #fff !important;
}
#before-footer .wpforms-container textarea {
  border-bottom: 1px solid #fff;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  height: 100px;
  color: #fff !important;
}
#before-footer .wpforms-container .form-check {
  font-size: 1rem;
  line-height: 1.4rem;
  padding-bottom: 30px;
}

.scroll-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #000;
  border-radius: 150px;
  width: 40px;
  height: 55px;
}
.scroll-down a {
  text-decoration: none;
}
.scroll-down:hover i {
  padding-top: 20px;
}
.scroll-down i {
  color: #000;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  background: none;
  border: 0;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 575px) {
  .scroll-down {
    bottom: 70px;
  }
}

.owl-theme .owl-nav .disabled {
  border-color: #a8a8a8 !important;
}
.owl-theme .owl-nav .disabled i {
  color: #a8a8a8 !important;
}

.header-single {
  background-color: #ffffff !important;
}

.navbar {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.navbar .navbar-toggler i {
  color: #2a2a2a !important;
}
.navbar .dropdown-toggle::after {
  display: none;
}

.navbar {
  background: transparent;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  transition: background-color 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
  padding-bottom: 10px;
}
.navbar .home-icon img {
  margin-top: -5px;
}
.navbar .navbar {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.navbar .navbar .navbar-toggler i {
  color: #2a2a2a !important;
}
.navbar .navbar a {
  font-size: 1rem;
  font-weight: 500;
  color: #111111;
  border-bottom: 2px solid transparent;
}
.navbar .navbar a:hover {
  transition: all 0.5s ease-in-out;
  border-bottom: 2px solid #e60019;
}
@media (max-width: 575px) {
  .navbar .navbar a:hover {
    border-bottom: 2px solid transparent;
  }
}
.navbar .navbar-brand {
  position: relative;
  border-bottom: none !important;
}
.navbar .navbar-brand a:hover {
  border-bottom: none !important;
}
.navbar .navbar-brand img {
  height: 40px;
  width: auto;
}
.navbar ul .navbar-nav {
  height: 90px;
}
.navbar ul li {
  padding: 0 5px 0 5px;
}

@media (max-width: 575px) {
  .navbar-brand img {
    height: 40px !important;
  }
  .navbar-toggler {
    border: none !important;
  }
  .navbar {
    padding: 5px 0 5px 0 !important;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    display: flex;
    justify-content: end;
    align-items: end;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav a {
    padding: 17px 10px 17px 10px;
    font-size: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .navbar-nav a {
    padding: 17px 10px 17px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar-nav a {
    padding: 17px 10px 17px 10px;
  }
}
@media (max-width: 575px) {
  .navbar {
    margin-top: 10px;
  }
  .navbar-nav a {
    padding: 6px 15px 13px 15px;
  }
  .navbar .container {
    padding: 0;
  }
  .navbar .container .navbar-brand {
    padding-left: 15px;
  }
  .navbar .container .navbar-toggler {
    margin-right: 15px;
  }
  #navbarNav {
    background: #ffffff;
    box-shadow: 0px 15px 21px -5px rgba(0, 0, 0, 0.06);
    position: absolute;
    width: 100%;
    top: 60px;
  }
  ul.navbar-nav {
    border-top: 1px solid #002c85;
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .navbar-nav .nav-link.active::before,
  .navbar-nav .nav-link.show::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #e60019 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    margin-bottom: 5px;
  }
  .navbar {
    top: -10px;
  }
  .dropdown-menu {
    margin-top: 5px;
  }
  .dropdown-menu li {
    padding: 18px 5px 10px 5px !important;
  }
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #002c85 !important;
}

.navbar-nav .nav-link {
  position: relative;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link.show::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent 0%, transparent 5%, #e60019 5%, #e60019 95%, transparent 95%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  margin-bottom: 5px;
}

.dropdown-menu li a::before {
  content: "» ";
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}

.dropdown-menu {
  min-width: 240px;
  padding: 15px 5px !important;
  margin-top: -5px !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  background: #efefef !important;
  border-radius: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.dropdown-menu a {
  transition: 0.3s ease-in-out;
  color: #1c1c1c !important;
}
.dropdown-menu a:hover {
  background: none !important;
  color: #002c85 !important;
}
.dropdown-menu li {
  line-height: 0rem;
  padding: 0 5px 0 5px;
}
.dropdown-menu li:last-of-type {
  border-bottom: 0;
}
.dropdown-menu li:hover {
  background: none !important;
}

.uil-bars {
  color: #fff !important;
  font-size: 1.6rem !important;
}

.dropdown-item.active {
  background: #fff !important;
}

.dropdown-item:active {
  background: #fff !important;
}

.dropdown-menu ul li {
  background: #fff !important;
  border-bottom: 0 !important;
}

.dropdown-menu ul li a {
  border-bottom: 0 !important;
}

.single-page #hero {
  padding-top: 180px !important;
}

.single-page-nav #hero {
  padding-top: 220px !important;
}

.single-hero {
  height: 900px !important;
  background: url("assets/img/o-nas-bg.jpg") !important;
  background-size: cover !important;
  position: relative;
}
@media (max-width: 575px) {
  .single-hero {
    height: 600px !important;
  }
}
.single-hero .hero-container {
  height: 100%;
  display: flex;
  padding: 20px 40px 0 40px !important;
}
.single-hero .hero-container::before {
  content: "";
  width: 1px;
  height: 1000vh !important;
  background-color: #111111;
  position: absolute;
  left: 0;
  z-index: 2;
}

@media (min-width: 600px) {
  #about-us::before {
    content: "";
    background: url("assets/img/welcome-bg.svg") no-repeat;
    width: 500px;
    height: 500px;
    top: 1000px;
    right: 0;
    position: absolute;
  }
}
#wrapper-about #hero .hero-container::before {
  height: calc(100% + 150px) !important;
}
@media (min-width: 576px) and (max-width: 1496px) {
  #wrapper-about #hero .hero-container::before {
    height: calc(100% + 2500px) !important;
  }
}

#about-us .sidebar {
  background-color: #111111;
  color: #ffffff;
  padding: 40px;
  font-size: 1rem;
  width: 100%;
  position: sticky;
  top: 90px;
  overflow: auto;
}
@media (max-width: 575px) {
  #about-us .sidebar {
    margin-top: 10px;
    margin-left: 8px;
  }
}
#about-us .sidebar ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.onas-kontener {
  position: relative;
}

@media (max-width: 575px) {
  .about-us-hero {
    width: 100%;
    overflow: hidden;
  }
  .onas-kontener::before {
    content: "";
    width: 1px;
    height: calc(100% + 150px) !important;
    background-color: #111111;
    position: absolute;
    left: -12px;
    top: -100px;
  }
}
.onas-kontener::before {
  content: "";
  width: 1px;
  height: calc(100% + 150px) !important;
  background-color: #111111;
  position: absolute;
  left: -12px;
}
@media (max-width: 575px) {
  .onas-kontener::before {
    left: 8px;
  }
}
@media (min-width: 576px) and (max-width: 1496px) {
  .onas-kontener::before {
    display: none !important;
  }
}

#about-us {
  padding: 100px 80px 100px 80px;
}
@media (max-width: 575px) {
  #about-us {
    padding: 100px 40px 100px 40px;
  }
}
#about-us .onas-kontener {
  padding-left: 40px;
}
@media (max-width: 575px) {
  #about-us {
    padding-left: 0;
  }
}
#about-us .card-onas {
  position: relative;
  overflow: hidden;
  padding: 60px;
  border: 1px solid #a8a8a8;
  margin: 0 20px 20px 0;
}
@media (max-width: 575px) {
  #about-us .card-onas {
    padding: 40px;
    margin: 0 20px 20px 20px;
  }
}
#about-us .card-onas h5 {
  margin-bottom: 40px;
  font-size: 2rem;
}
#about-us .card-onas img.card-icon {
  height: 70px;
  width: auto;
  margin-bottom: 20px;
}
#about-us .card-onas img.card-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

body.single-page {
  background-color: #efefef;
  background-image: url("assets/img/welcome-bg.svg");
  background-repeat: no-repeat;
  background-position: right -100px top;
}

#single-page {
  padding: 140px 0 50px 0;
}
@media (max-width: 575px) {
  #single-page {
    padding: 100px 0 0 0;
  }
}

#team {
  background-image: url("assets/img/welcome-bg.svg") no-repeat;
  background-position: center right;
  padding-bottom: 100px;
  position: relative;
}
#team .card {
  background-color: #111111;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 0;
}
#team .card ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#team .card ul a {
  color: #fff;
  text-decoration: none;
}
#team .card ul a:hover {
  color: #e60019;
}
#team .card .job-title {
  color: #a8a8a8;
  font-size: 1rem;
}
#team .card h5 {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.menu-gallery .col-6 a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #2a2a2a;
  display: block;
  padding: 20px 0;
  background-color: #efefef;
}
.menu-gallery .col-6 a.active {
  background-color: #2a2a2a !important;
  border-color: #2a2a2a !important;
  color: #fff;
}
.menu-gallery .col-6 a:hover {
  color: #e60019;
}
.menu-gallery .col-6:nth-of-type(1) a {
  border: 1px solid #a8a8a8;
}
.menu-gallery .col-6:nth-of-type(2) a {
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
}
.menu-gallery .col-6:nth-of-type(3) a {
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
@media (max-width: 575px) {
  .menu-gallery .col-6:nth-of-type(3) a {
    border-top: 0;
    border-left: 1px solid #a8a8a8;
  }
}
.menu-gallery .col-6:nth-of-type(4) a {
  border: 1px solid #a8a8a8;
}
@media (max-width: 575px) {
  .menu-gallery .col-6:nth-of-type(4) a {
    border-top: 0;
  }
}

.contact-hero {
  background: url("assets/img/contact-bg.jpg") !important;
  background-size: cover !important;
}
.contact-hero a {
  color: #2a2a2a;
  text-decoration: none;
}
.contact-hero a:hover {
  color: #e60019;
}
.contact-hero h4 {
  font-size: 1.1rem;
  margin-top: 30px;
}
.contact-hero ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
  font-size: 1rem;
}
.contact-hero .contact-container {
  height: 100%;
  position: relative;
  padding: 20px 40px 0 40px !important;
}
.contact-hero .contact-container::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #111111;
  position: absolute;
  left: 0;
}
@media (max-width: 575px) {
  .contact-hero .contact-container::before {
    left: 20px;
  }
}
.contact-hero .dane-kontaktowe {
  background-color: #ffffff;
  padding: 40px;
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 20px;
}
.contact-hero .dane-kontaktowe h5 {
  margin-bottom: 20px;
  position: relative;
}
.contact-hero .dane-kontaktowe h5::before {
  content: "";
  top: -10px;
  left: -30px;
  width: 30px;
  height: 30px;
  background: url("assets/img//deco-contact.svg") no-repeat left;
  position: absolute;
}

.mapka iframe {
  width: 100%;
  height: 970px;
}

@media (max-width: 575px) {
  .mapka {
    margin-top: 30px;
  }
}
#help-content {
  background-color: #ffffff;
  padding: 40px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  #help-content {
    padding: 40px 0 40px 0;
  }
}
#help-content .container {
  border-left: 1px solid #a8a8a8;
  padding-left: 80px;
}
@media (max-width: 575px) {
  #help-content .container {
    padding-left: 40px;
    margin-left: -20px;
  }
}
#help-content .accordion-item {
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 20px;
}
#help-content .accordion-button {
  background-color: #fff;
  color: #333;
  border-radius: 0;
  font-size: 1.4rem;
}
#help-content .accordion-button span {
  font-size: 1.4rem;
  padding-right: 20px;
  border-right: 1px solid #eee;
  margin-right: 20px;
}
#help-content .accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fff;
}
#help-content .accordion-button:not(.collapsed) span {
  border-right: 1px solid #fff;
}
#help-content .accordion-body {
  background-color: #fff;
  color: #555;
}
#help-content .accordion-button::after {
  filter: grayscale(1) invert(1);
}
#help-content .accordion {
  z-index: 2;
  position: relative;
}
#help-content .sidebar {
  position: relative;
  background-color: #111111;
  color: #ffffff;
  padding: 40px;
  font-size: 1rem;
  margin-left: 20px;
  z-index: 1;
}
@media (max-width: 575px) {
  #help-content .sidebar {
    margin-left: 0;
  }
}
#help-content .sidebar ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.help-deco::before {
  content: "";
  background: url("assets/img/welcome-bg.svg") no-repeat;
  width: 500px;
  height: 500px;
  top: 400px;
  right: 0;
  position: absolute;
}

#poradnik-content {
  background-color: #ffffff;
  padding: 40px;
  margin-top: 40px;
}
#poradnik-content .timeline-row {
  padding-bottom: 30px;
  position: relative;
}
#poradnik-content .timeline-row::before {
  content: "";
  background: #a8a8a8;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 70px;
  z-index: 1;
}
@media (max-width: 575px) {
  #poradnik-content .timeline-row::before {
    left: 10px;
  }
}
#poradnik-content .timeline {
  position: relative;
}
#poradnik-content .timeline img {
  background-color: #fff;
  z-index: 2;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 575px) {
  #poradnik-content .timeline img {
    width: 80px;
    height: auto;
    margin-left: -40px;
  }
}
#poradnik-content .timeline-box {
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
#poradnik-content .timeline-box h2 {
  font-size: 1.6rem;
  position: relative;
  border-bottom: 1px solid #111111;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  #poradnik-content .timeline-box h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
#poradnik-content .timeline-box h2::before {
  content: "";
  top: -5px;
  width: 30px;
  height: 40px;
  background: url("assets/img//deco-contact.svg") no-repeat left;
  position: absolute;
}
@media (max-width: 575px) {
  #poradnik-content .timeline-box h2::before {
    width: 25px;
    hegight: 30px;
    left: -30px;
  }
}
#poradnik-content .timeline-box h2 span {
  color: #e60019;
  padding-right: 20px;
  padding-left: 40px;
}
@media (max-width: 575px) {
  #poradnik-content .timeline-box h2 span {
    padding-left: 0;
    padding-right: 10px;
  }
}

.project-office {
  background: url("assets/img/biuro-projektowe-bg.jpg") !important;
  padding-top: 140px;
  background-size: cover !important;
}
@media (max-width: 575px) {
  .project-office {
    padding-top: 100px;
  }
}
.project-office h1 {
  margin-bottom: 30px;
}
.project-office h3 {
  margin-bottom: 30px;
}
.project-office p {
  font-size: 1rem;
  padding-bottom: 20px;
}
.project-office .hero-container {
  height: 100%;
  display: flex;
  padding: 20px 40px 0 40px !important;
}
.project-office .hero-container::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #111111;
  position: absolute;
  left: 0;
}

#biuro-projektowe {
  padding: 40px;
}
@media (max-width: 575px) {
  #biuro-projektowe img {
    margin-top: 30px;
  }
}
#biuro-projektowe h4 {
  margin-bottom: 30px;
}
#biuro-projektowe .projekty-1 {
  padding: 10px 20px;
  border: 1px solid #111111;
}
#biuro-projektowe .projekty-2 {
  padding: 10px 20px;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
  border-right: 1px solid #111111;
}
#biuro-projektowe .projekty-3 {
  padding: 10px 20px;
  border-left: 1px solid #111111;
  border-bottom: 1px solid #111111;
  border-right: 1px solid #111111;
}
#biuro-projektowe .projekty-4 {
  padding: 10px 20px;
  border-bottom: 1px solid #111111;
  border-right: 1px solid #111111;
}
#biuro-projektowe .projekty-5 {
  padding: 10px 20px;
  border-left: 1px solid #111111;
  border-bottom: 1px solid #111111;
  border-right: 1px solid #111111;
}

#zajmujemy-sie {
  padding: 40px;
  color: #fff;
  background: #111111 url("assets/img/zajmujemy-sie-bg.jpg");
  background-size: cover;
}
#zajmujemy-sie p {
  margin-bottom: 30px;
}
#zajmujemy-sie ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#zajmujemy-sie ul li {
  border-bottom: 1px solid #fff;
  font-size: 1rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#zajmujemy-sie-2 {
  padding: 40px;
  background: #ffffff url("assets/img/zajmujemy-sie-bg-2.jpg") no-repeat center;
  background-size: cover;
}
#zajmujemy-sie-2 .card {
  border-radius: 0;
  border: 0;
  color: #2a2a2a;
  position: relative;
  padding-top: 270px;
}
#zajmujemy-sie-2 .caption-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 20px 20px 40px;
  width: 100%;
  line-height: 22px;
}
#zajmujemy-sie-2 .caption-box ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style-type: square;
  font-size: 1rem;
}
#zajmujemy-sie-2 .caption-box h3 {
  position: relative;
}
#zajmujemy-sie-2 .caption-box h3::before {
  content: "";
  left: -30px;
  width: 30px;
  height: 30px;
  background: url("assets/img//deco-contact.svg") no-repeat left;
  position: absolute;
}
#zajmujemy-sie-2 .caption-box h3 span {
  color: #e60019;
}
#zajmujemy-sie-2 .koncepcja {
  background: url("assets/img/koncepcja-bg.jpg");
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
#zajmujemy-sie-2 .projekt {
  background: url("assets/img/koncepcja-bg-2.jpg");
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
#zajmujemy-sie-2 .wykonanie {
  background: url("assets/img/koncepcja-bg-3.jpg");
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.galeria-biuro {
  padding-bottom: 100px;
}
@media (max-width: 575px) {
  .galeria-biuro h2 {
    text-align: center;
  }
}

#oferta {
  padding-bottom: 50px;
}
#oferta .itemy-oferty {
  padding: 0 15px 0 15px;
}
@media (min-width: 576px) and (max-width: 767px) {
  #oferta .item {
    height: 300px !important;
  }
  #oferta .item img {
    width: auto !important;
    height: 100% !important;
  }
  #oferta .item .title {
    height: 140px;
    padding: 20px;
  }
  #oferta .item h4 {
    font-size: 1.4rem;
  }
  #oferta .item a {
    height: 35px !important;
    width: 50px !important;
    padding: 2px 0 0 0 !important;
  }
  #oferta .item a:hover {
    padding: 2px 0 0 15px !important;
  }
  #oferta .item a i {
    font-size: 2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #oferta .item {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
  }
}
#oferta .item {
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 350px;
}
@media (max-width: 575px) {
  #oferta .item {
    height: 200px;
    margin-bottom: 0;
    padding: 0;
  }
}
#oferta .item img {
  background-size: cover;
  background-position: center;
  width: 100%;
}
#oferta .item:hover p {
  opacity: 1;
}
#oferta .item:hover h4 {
  transform: translateY(0px);
}
#oferta .item:hover a {
  opacity: 1;
}
#oferta .item .title {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 24px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 150px;
  align-items: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9612438725) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
@media (max-width: 575px) {
  #oferta .item .title {
    height: 140px;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  #oferta .item .title {
    left: 0;
    width: calc(100% + 24px);
  }
}
#oferta .item h4 {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  transform: translateY(60px);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  #oferta .item h4 {
    font-size: 1.4rem;
  }
}
#oferta .item p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#oferta .item a {
  border: 2px solid #ffffff;
  border-radius: 50px;
  padding: 4px 0 0 0;
  height: 50px;
  width: 80px;
  display: flex;
  align-content: center;
  justify-content: center;
  opacity: 0;
}
@media (max-width: 575px) {
  #oferta .item a {
    height: 38px;
    width: 60px;
    padding: 2px 0 0 0;
  }
  #oferta .item a i {
    font-size: 1.5rem !important;
  }
}
#oferta .item a:hover {
  transition: 0.3s ease-in-out;
  padding: 4px 0 0 20px;
}
@media (max-width: 575px) {
  #oferta .item a:hover {
    padding: 2px 0 0 15px;
  }
}
#oferta .item a i {
  color: #ffffff;
  font-size: 2.6rem;
}
@media (max-width: 575px) {
  #oferta .item a i {
    font-size: 2rem;
  }
}

.oferta-projekt {
  padding-top: 140px !important;
  height: 900px;
}
.oferta-projekt h1 {
  margin-bottom: 30px;
}
.oferta-projekt h3 {
  margin-bottom: 30px;
}
.oferta-projekt p {
  font-size: 1rem;
  padding-bottom: 20px;
}
.oferta-projekt .hero-container {
  height: 100%;
  display: flex;
  padding: 20px 40px 0 40px !important;
  position: relative;
}
.oferta-projekt .hero-container::before {
  content: "";
  width: 1px;
  height: 100% !important;
  background-color: #111111;
  position: absolute;
  left: 0;
}

#galeria-projekt {
  padding-bottom: 120px;
}

#opis-projektu {
  padding: 40px;
}
#opis-projektu .info-projekt2-1 {
  border: 1px solid #111111;
  padding: 20px 0 0 20px;
}
#opis-projektu .info-projekt2-2 {
  padding: 20px 0 0 20px;
  border-right: 1px solid #111111;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
#opis-projektu .info-projekt2-3 {
  padding: 20px 0 0 20px;
  border-right: 1px solid #111111;
  border-left: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
#opis-projektu .info-projekt2-4 {
  padding: 20px 0 0 20px;
  border-right: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
#opis-projektu .info-projekt2-5 {
  padding: 20px 0 0 20px;
  border-right: 1px solid #111111;
  border-left: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
#opis-projektu .info-projekt2-6 {
  padding: 20px 0 0 20px;
  border-right: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
#opis-projektu .info-projekt2-7 {
  padding: 20px 0 0 20px;
  border-right: 1px solid #111111;
  border-left: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
@media (max-width: 575px) {
  #opis-projektu .info-projekt2-7 {
    margin-bottom: 30px;
  }
}
#opis-projektu .info-projekt-1 {
  border: 1px solid #111111;
  padding: 20px 0 0 20px;
}
@media (max-width: 575px) {
  #opis-projektu .info-projekt-1 {
    margin-top: 30px;
  }
}
#opis-projektu .info-projekt-2 {
  padding: 20px 0 0 20px;
  border-right: 1px solid #111111;
  border-left: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
#opis-projektu .info-projekt-3 {
  border: 1px solid #111111;
  padding: 20px 0 0 20px;
}
#opis-projektu .info-projekt-4 {
  padding: 20px 0 0 20px;
  border-right: 1px solid #111111;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
#opis-projektu .info-projekt-5 {
  padding: 20px 0 0 20px;
  border-left: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
#opis-projektu .info-projekt-6 {
  padding: 20px 0 0 20px;
  border-right: 1px solid #111111;
  border-left: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
#opis-projektu .info-projekt-7 {
  padding: 20px 0 0 20px;
  border-right: 1px solid #111111;
  border-left: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
@media (max-width: 575px) {
  #opis-projektu .info-projekt-7 {
    margin-bottom: 30px;
  }
}

.breadcrumbs {
  font-size: 0.9rem;
  margin-left: -24px;
  color: #a8a8a8;
}
@media (max-width: 575px) {
  .breadcrumbs {
    margin-left: -4px;
  }
}
.breadcrumbs a {
  text-decoration: none;
  color: #111111;
}
.breadcrumbs a:hover {
  color: #e60019;
}

.bc-single {
  margin-left: -12px;
}

.bc-team {
  margin-left: 12px;
}
@media (max-width: 575px) {
  .bc-team {
    margin-left: -5px;
  }
}

.partners-images h5 {
  margin-bottom: 30px;
  font-size: 1.2rem;
}
.partners-images .wp-block-image {
  width: 100%;
}
.partners-images .wp-block-image a {
  background-color: #ffffff;
  padding: 40px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  text-align: center;
  width: 100%;
  display: block;
}
.partners-images .wp-block-image img {
  height: 45px !important;
  width: auto !important;
  margin: auto;
}

@media (max-width: 575px) {
  #header-help {
    margin-top: 40px;
  }
}
footer {
  position: relative;
  background-color: #2a2a2a;
  padding: 100px 40px 100px 40px;
  color: #fff;
  font-size: 1rem;
  z-index: 10;
}
footer ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
footer h5 {
  margin-top: 40px;
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 40px;
}
footer a:hover {
  color: #e60019;
}
footer ul.footer-social {
  margin-left: -20px;
}
footer ul.footer-social i {
  font-size: 2rem;
}
footer ul.footer-social li {
  float: left;
  padding-left: 20px;
}
footer .scroll-top {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
footer .scroll-top img {
  width: 40px;
  height: auto;
}

#footer-2 {
  font-size: 1rem;
  padding: 5px 0;
  background-color: #dfdfdf;
  z-index: 10;
  position: relative;
}
#footer-2 a {
  color: #2a2a2a;
  text-decoration: none;
}
#footer-2 a:hover {
  color: #e60019;
}
#footer-2 .samatix {
  font-weight: 700;
  color: #ff4e00;
}

.kategoria-stopka a {
  font-size: 20px !important;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 Animate.css
 */
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transform: translateZ(0) scaleY(0.95);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  animation-name: swing;
  transform-origin: top center;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-name: heartBeat;
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    opacity: 0.7;
    transform: translateY(-1200px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    opacity: 0.7;
    transform: translateX(-2000px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    opacity: 0.7;
    transform: translateX(2000px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    opacity: 0.7;
    transform: translateY(1200px) scale(0.7);
  }
  80% {
    opacity: 0.7;
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    transform: translateY(700px) scale(0.7);
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    transform: translateX(-2000px) scale(0.7);
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    transform: translateX(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    transform: translateX(2000px) scale(0.7);
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    transform: translateY(-700px) scale(0.7);
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
  }
  to {
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
.animate__animated.animate__flip {
  animation-name: flip;
  backface-visibility: visible;
}
@keyframes flipInX {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  animation-name: flipInX;
  backface-visibility: visible !important;
}
@keyframes flipInY {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  animation-name: flipInY;
  backface-visibility: visible !important;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutY;
  backface-visibility: visible !important;
}
@keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) skewX(30deg);
  }
  60% {
    opacity: 1;
    transform: skewX(-20deg);
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-200deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: rotate(200deg);
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: rotate(45deg);
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: rotate(-45deg);
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: rotate(-45deg);
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: rotate(90deg);
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
  }
  40%, 80% {
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  display: none;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */