body {
  font-family: 'Roboto', sans-serif;
}
.container {
  max-width: 1300px;
}
nav.navbar {
  height: 100px;
  background-color: #fff !important;
}
nav.navbar .navbar-nav {
  justify-content: center;
  width: 100%;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #313A40;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 5px 30px;
}
.slick-arrow {
  display: none !important;
}
#hero #hero-slider {
  height: calc(100vw * 0.447);
}
#hero #hero-slider .slide.bruk {
  display: flex;
  width: 100%;
  align-items: center;
  height: calc(100vw * 0.447);
  background: url("../img/hero1.jpg") no-repeat;
  background-size: cover;
}
#hero #hero-slider .slide.roboty {
  display: flex;
  width: 100%;
  align-items: center;
  height: calc(100vw * 0.447);
  background: url("../img/hero2.jpg") no-repeat;
  background-size: cover;
}
#hero #hero-slider .slide.wykonczenie {
  display: flex;
  width: 100%;
  align-items: center;
  height: calc(100vw * 0.447);
  background: url("../img/hero3.jpg") no-repeat;
  background-size: cover;
}
#hero #hero-slider .slide .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#hero #hero-slider h1 {
  font-weight: 700;
  color: #fff;
  line-height: 65px;
  font-size: 56px;
  width: 60%;
}
#hero #hero-slider h1 span {
  font-weight: 300;
}
#hero .hero-buttons {
  margin-top: 40px;
}
#hero .hero-buttons .btn {
  margin-right: 20px;
}
.btn {
  padding: 15px 50px;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.btn.btn-primary {
  background: #CA2128;
  border: 1px solid #CA2128;
}
.btn.btn-secondary {
  background: transparent;
  border: 1px solid #fff;
}
#phone-top {
  background: url("../img/phone.svg") no-repeat left center;
  padding-left: 50px;
}
#phone-top a {
  font-weight: 700;
  color: #333333;
  font-size: 21px;
  display: block;
  white-space: nowrap;
}
#phone-top span {
  color: #555555;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 29px;
  display: block;
  margin-top: -8px;
}
#offer-menu {
  display: flex;
}
#offer-menu .offer-menu-item {
  flex: 0 0 16.66%;
  position: relative;
  transition: 0.4s ease;
  overflow: hidden;
  background: #eeeeee;
}
#offer-menu .offer-menu-item:hover {
  background: #CA2128;
}
#offer-menu .offer-menu-item:hover .title h1 {
  color: #fff;
}
#offer-menu .offer-menu-item:hover .cover {
  filter: grayscale(0);
  opacity: 0.25;
}
#offer-menu .offer-menu-item .cover {
  opacity: 0.2;
  filter: grayscale(1);
  transition: 0.3s ease;
  min-width: 100%;
}
#offer-menu .offer-menu-item .letter {
  position: absolute;
  top: 15%;
  right: -10px;
}
#offer-menu .offer-menu-item .title {
  position: absolute;
  bottom: 15px;
  left: 30px;
}
#offer-menu .offer-menu-item .title h1 {
  margin-top: 25px;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  height: 61px;
  transition: 0.3s ease;
}
section.home-section {
  padding: 120px 0;
}
section.home-section p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #777777;
  margin: 15px 0;
}
section.home-section span.section-small-head {
  color: #CA2128;
  letter-spacing: 3px;
  line-height: 60px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}
section.home-section h2.section-head {
  color: #333333;
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 30px;
}
section.home-section.home-offer {
  background: url("../img/bg_home_offer.jpg") no-repeat center;
  background-size: cover;
}
.home-gallery {
  display: flex;
  flex-wrap: wrap;
}
.home-gallery .gallery-item {
  flex: 0 0 25%;
  padding: 1px;
  overflow: hidden;
}
.home-gallery .gallery-item:hover img {
  transform: scale(1.1, 1.1);
}
.home-gallery .gallery-item img {
  transition: all 0.3s ease;
  max-width: 100%;
  min-width: 100%;
}
#full-offer {
  display: flex;
  flex-wrap: wrap;
}
#full-offer .offer-item {
  flex: 0 0 33%;
  border: 1px solid #EEEEEE;
  padding: 20px 40px;
  min-height: 239px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px 0;
  border-bottom: 2px solid #ca2128;
}
#full-offer .offer-item h1 {
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#full-offer .offer-item p {
  margin: 0;
}
#full-offer .offer-item i {
  height: 42px;
  width: 40px;
  background: #ca2128;
}
#full-offer .offer-item i.bruk {
  -webkit-mask: url(../img/bruk_ico.svg) no-repeat center;
  mask: url(../img/bruk_ico.svg) no-repeat center;
  width: 35px;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
}
#full-offer .offer-item i.wykonczenia {
  -webkit-mask: url(../img/wykoneczenie_ico.svg) no-repeat center;
  mask: url(../img/wykoneczenie_ico.svg) no-repeat center;
  height: 42px;
  width: 32px;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
}
#full-offer .offer-item i.roboty {
  -webkit-mask: url(../img/roboty_ico.svg) no-repeat center;
  mask: url(../img/roboty_ico.svg) no-repeat center;
  height: 42px;
  width: 42px;
  mask-size: 90% auto;
  -webkit-mask-size: 90% auto;
}
#full-offer .offer-item i.uslugi {
  -webkit-mask: url(../img/uslugi_ico.svg) no-repeat center;
  mask: url(../img/uslugi_ico.svg) no-repeat center;
  mask-size: 90% auto;
  -webkit-mask-size: 90% auto;
}
#full-offer .offer-item i.przygotowanie {
  -webkit-mask: url(../img/roboty_ico.svg) no-repeat center;
  mask: url(../img/roboty_ico.svg) no-repeat center;
  mask-size: 90% auto;
  -webkit-mask-size: 90% auto;
}
#full-offer .offer-item i.rozbiorki {
  width: 42px;
  -webkit-mask: url(../img/rozbiorki_ico.svg) no-repeat center;
  mask: url(../img/rozbiorki_ico.svg) no-repeat center;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
}
#full-offer .offer-item i.kanalizacje {
  width: 42px;
  -webkit-mask: url(../img/kanalizacje_ico.svg) no-repeat center;
  mask: url(../img/kanalizacje_ico.svg) no-repeat center;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
}
#full-offer .offer-item i.drogi {
  width: 42px;
  -webkit-mask: url(../img/drogi_ico.svg) no-repeat center;
  mask: url(../img/drogi_ico.svg) no-repeat center;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
}
#full-offer .offer-item i.konserwacja {
  width: 42px;
  -webkit-mask: url(../img/konserwacje_ico.svg) no-repeat center;
  mask: url(../img/konserwacje_ico.svg) no-repeat center;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
}
#category-menu {
  display: flex;
  width: 100%;
  margin: 30px 0;
  justify-content: center;
}
#category-menu .category-menu-item {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s ease;
  margin: 0 15px;
}
#category-menu .category-menu-item a {
  display: inline-block;
  color: #333333;
  padding: 15px 40px;
  border: 1px solid #DDDDDD;
}
#category-menu .category-menu-item:hover a {
  border: 1px solid #CA2128;
}
#testimonials {
  background: url("../img/referencje_bg.jpg") no-repeat right center;
  background-size: auto 100%;
  background-color: #F7F7F7;
}
#testimonials #testimonials-slides {
  display: flex;
  justify-content: space-between;
}
.cat-separator {
  display: block;
  height: 50px;
}
footer {
  background: #060203;
  padding: 60px 0;
}
footer .row {
  align-items: center;
}
footer #phone-bottom {
  background: url("../img/phone_botttom.png") no-repeat left center;
  padding-left: 50px;
}
footer #phone-bottom a {
  font-weight: 700;
  color: #fff;
  font-size: 21px;
  display: block;
  white-space: nowrap;
}
footer #phone-bottom span {
  color: #555555;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 29px;
  display: block;
  margin-top: -8px;
}
footer #mail-bottom {
  background: url("../img/mail_bottom.png") no-repeat left center;
  padding-left: 50px;
}
footer #mail-bottom a {
  font-weight: 700;
  color: #fff;
  font-size: 21px;
  display: block;
  white-space: nowrap;
}
footer #mail-bottom span {
  color: #555555;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 29px;
  display: block;
  margin-top: -8px;
}
#page-head {
  height: 260px;
  background: url("../img/page_bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  width: 100%;
  align-items: center;
}
#page-head h1 {
  color: #333333;
  font-weight: 700;
  text-align: center;
  font-size: 56px;
  width: 100%;
}
section.home-section .contact-box {
  padding-left: 50px;
  margin-bottom: 30px;
}
section.home-section .contact-box a,
section.home-section .contact-box p {
  color: #CA2128;
  font-size: 21px;
  font-weight: 300;
  display: block;
  margin: 0;
}
#location-contact {
  background: url("../img/phone_contact.svg") no-repeat left center;
}
#mail-contact {
  background: url("../img/mail_contact.svg") no-repeat left center;
}
#phone-contact {
  background: url("../img/location.svg") no-repeat left center;
}
.contact-span {
  color: #333333;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
}
form label {
  color: #333333;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
}
form input,
form textarea {
  border: 1px solid #EEEEEE;
  width: 100%;
  padding: 5px 10px;
}
#map-canvas {
  height: 550px;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
  #offer-menu {
    flex-wrap: wrap;
  }
  #offer-menu .offer-menu-item {
    flex: 0 0 100%;
  }
  .home-gallery .gallery-item {
    flex: 0 0 50%;
  }
  #hero #hero-slider .slide.bruk,
  #hero #hero-slider,
  #hero #hero-slider .slide.roboty,
  #hero #hero-slider .slide.wykonczenie {
    height: auto;
  }
  #hero #hero-slider h1 {
    font-weight: 700;
    color: #fff;
    line-height: 44px;
    font-size: 34px;
    width: 100%;
  }
  #hero #hero-slider .slide .container {
    padding: 80px 20px;
  }
  #hero #hero-slider .slide {
    background-position: center;
  }
  #hero .hero-buttons .btn {
    margin-bottom: 20px;
    margin-right: 5px;
    padding: 13px 40px;
  }
  .navbar-brand img {
    max-height: 50px;
  }
  section.home-section {
    padding: 60px 0;
  }
  section.home-section h2.section-head {
    color: #333333;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .navbar-collapse {
    position: fixed;
    z-index: 9999;
    top: 146px;
    background: #fff;
    left: -100%;
    display: block !important;
    height: calc(100vh - 146px);
    width: 100%;
    transition: 0.5s ease;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 27px;
    text-transform: uppercase;
    color: #313A40;
    letter-spacing: 1px;
    line-height: 58px;
    padding: 5px 30px;
  }
  #phone-top {
    margin-left: 20px;
  }
}
/*# sourceMappingURL=main.css.map */