/*header-----------------------------------------------------------------------*/
html {
  background-color: #f6f6f6;
}

a {
  color: white;
}

header {
  background-color: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#img {
  height: 130px;
  width: auto;
}

@media (max-width: 991px) {
  #img {
    height: 90px;
    width: auto;
  }
}

.navlink {
  max-width: 200px;
  width: 100%;
  margin-left: 30px;
}

.last {
  margin-right: 30px !important;
}

.box {
  max-width: 200px;
  width: 100%;
  padding: 0px;
  /*dont touch*/
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

.box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 0;
}

.box .inner {
  padding: 5px;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa8127), to(#fa8127)) bottom left/20% 3px, -webkit-gradient(linear, left top, left bottom, from(#fa8127), to(#fa8127)) top right/20% 3px, -webkit-gradient(linear, left top, left bottom, from(#fa8127), to(#fa8127)) left bottom/3px 40%, -webkit-gradient(linear, left top, left bottom, from(#fa8127), to(#fa8127)) right top/3px 40%, white;
  background: linear-gradient(#fa8127, #fa8127) bottom left/20% 3px, linear-gradient(#fa8127, #fa8127) top right/20% 3px, linear-gradient(#fa8127, #fa8127) left bottom/3px 40%, linear-gradient(#fa8127, #fa8127) right top/3px 40%, white;
  background-repeat: no-repeat;
}

/*prawo dol*/
.box .inner::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0;
  border-bottom: 3px solid #fa8127;
  border-left: 3px solid #fa8127;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

/*lewo gora*/
.box .inner::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0;
  border-top: 3px solid #fa8127;
  border-right: 3px solid #fa8127;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.box:hover .inner::after,
.box:hover .inner::before {
  border-color: #fa8127;
  width: 100%;
  height: 100%;
}

/*tekst*/
.box .inner h3 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin: 18px 40px;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 1px;
  font-weight: 500;
}

.box .inner h3 p {
  color: #fa8127;
}

/*responmsywna zmniana na zwinieciu*/
@media (max-width: 991px) {
  .box {
    max-width: 100%;
    width: auto;
    padding: 0px;
    /*dont touch*/
    margin-bottom: 15px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    border-top: black 1px;
  }
  .box:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 0;
  }
  .box .inner {
    padding: 5px;
    text-align: left;
    position: relative;
    background: transparent;
    background-repeat: no-repeat;
  }
  .box:hover .inner {
    z-index: 0;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  /*prawo dol*/
  .box .inner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 0;
    border-bottom: none;
    border-left: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }
  /*lewo gora*/
  .box .inner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 0;
    border-top: none;
    border-right: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }
  .box:hover .inner::after,
  .box:hover .inner::before {
    width: 100%;
    height: 100%;
  }
  /*tekst*/
  .box .inner h3 {
    font-size: 20px;
    font-weight: 800;
    font-weight: normal;
    color: #000;
    margin: 20px 40px;
  }
}

.navlink {
  text-decoration: none;
}

/*main--------------------------------------------------------------------*/
main {
  top: 130px;
  position: relative;
}

@media (max-width: 991px) {
  main {
    top: 90px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.slideshow {
  width: 100%;
  height: 750px;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

@media (max-width: 991px) {
  .slideshow {
    height: 650px;
  }
}

.slideshow-item {
  width: inherit;
  height: inherit;
  position: absolute;
  opacity: 0;
  -webkit-animation: swapImage 31s infinite;
          animation: swapImage 31s infinite;
}

.slideshow-item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.slideshow-item:nth-child(2) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.slideshow-item:nth-child(3) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}

.slideshow-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slideshow-item-text {
  z-index: 999;
  opacity: 1;
  max-width: 33%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2rem 1.5rem;
}

.slideshow-item-text h5 {
  color: orange;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: .5rem;
}

.slideshow-item-text p {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
}

@-webkit-keyframes swapImage {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}

@keyframes swapImage {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}

@media (max-width: 1000px) {
  .slideshow-item-text {
    max-width: 50%;
    padding: 1.0rem 1.25rem;
  }
  .slideshow-item-text h5 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .slideshow-item-text {
    max-width: 100%;
    padding: 1rem;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    bottom: 0;
  }
  .slideshow-item-text h5 {
    font-size: 1.25rem;
  }
  .slideshow-item-text p {
    font-size: 0.9rem;
  }
}

.main-cards {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner-card h2 {
  color: #fa8127;
  padding-top: 20px;
  font-family: 'Black Ops One', cursive;
}

.inner-card p {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  text-align: center;
  font-family: 'Bebas Neue', cursive;
  font-size: 23px;
}

.inner-card {
  border: 2px solid #fa8127;
  margin: 10px 10px 10px 10px;
  border-radius: 2% 2% 2% 2%;
  text-align: center;
  min-height: 610px;
  -webkit-box-shadow: 0px 0px 37px -12px #3c3c4c;
  box-shadow: 0px 0px 37px -12px #3c3c4c;
  background-color: #f6f6f6;
}

.fa-cogs {
  font-size: 200px !important;
}

.cardimage {
  font-size: 300px;
  text-align: center;
  margin-bottom: 0px;
  color: red;
}

@media (max-width: 991px) {
  .cardimage {
    font-size: 200px;
  }
}

/*footer-----------------------------------------------------------*/
footer {
  background-color: white;
  bottom: 0px;
  min-height: 160px;
  z-index: 100;
  font-weight: 500;
  color: black;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Lexend Tera', sans-serif;
}

footer {
  top: 130px;
  position: relative;
}

@media (max-width: 991px) {
  footer {
    top: 90px;
    min-height: 150px;
  }
}

.logofooter {
  text-align: center;
}

.headerfooter {
  text-align: center;
  padding-top: 30px;
  font-family: 'Black Ops One', cursive;
}

.contactfooter {
  text-align: center;
  padding-top: 12px;
  font-family: 'Bebas Neue', cursive;
  font-size: 19px;
  letter-spacing: 1px;
}

.footericon {
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 20px !important;
}

.copyrights {
  color: black;
  font-size: 13px;
  opacity: 0.3;
  background-color: none;
  text-align: center;
}

/*watermark-----------------------------------------------------------*/
/*--------------------------------------------------------*/
/*galeria*/
.galleryheader {
  background-color: #f6f6f6 !important;
  text-align: center;
}

.galleryheader h1 {
  color: #fa8127;
  font-family: 'Black Ops One', cursive;
}

.galleryheader p {
  font-family: 'Bebas Neue', cursive;
  font-size: 19px;
  letter-spacing: 1px;
}

.gallery {
  padding: 70px;
  background-color: #f6f6f6;
}

.gallery img {
  background-color: #fa8127;
  padding: 7px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 300px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  max-width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.col img:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

@media (max-width: 767px) {
  .col img:hover {
    -webkit-transform: none;
            transform: none;
  }
  img {
    -webkit-transition: none;
    transition: none;
  }
}

#gallery-modal .modal-img {
  width: 100%;
}

#gallery-modal .modal-left {
  opacity: 0.2;
  width: 15%;
  height: 100%;
  position: absolute;
  float: left;
  z-index: 100;
}

#gallery-modal .modal-right {
  opacity: 0.2;
  width: 15%;
  height: 100%;
  position: absolute;
  float: left;
  z-index: 100;
  right: 0px;
}

#gallery-modal .guzik {
  z-index: 200;
  background-color: lightgray;
  width: 100%;
  height: 16%;
  position: absolute;
  bottom: 42%;
}

#gallery-modal .guzik i {
  z-index: 6969;
  font-size: 4rem;
}

.btn-close {
  z-index: 22222;
}

/*contact-------------------------*/
.contacts {
  padding: 70px;
}

.contactsheet {
  background-color: white;
  padding-right: auto;
  padding-left: auto;
}

.contactimage {
  font-size: 300px;
  text-align: center;
}

@media (max-width: 991px) {
  .contactimage {
    font-size: 200px;
  }
  .contactsheet h2 {
    color: black !important;
    font-size: 20px;
  }
  .contacts {
    padding: 30px;
  }
}

.contactsheet h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 35px;
  letter-spacing: 2px;
}

.contactsheet h2 {
  color: black !important;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 1px;
}

.contactsheet h2 a {
  color: black !important;
}
/*# sourceMappingURL=style.css.map */