body {
  background: #000000;
  color: #FFF;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
}

.header-transparent #header {
  position: relative;
}

#header nav ul.main-menu > li {
  font-family: "Roboto Condensed", sans-serif;
}
#header nav ul.main-menu > li > a {
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:hover {
    color: #ccc;
  }
  .mobilemenu {
    background: #000000;
  }
  .navbar-collapse {
    border-top: none !important;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a ul li > a {
    color: #FFF;
    border-bottom: 1px solid #333;
  }
  #header nav ul.navbar-nav > li > a {
    color: #FFF;
    border-bottom: 1px solid #333;
  }
}
.pr-header .nav-link {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}

.pr-slider .pr-slide-text {
  right: 60px;
  top: 225px;
  color: #FFF;
  white-space: nowrap;
  font-weight: 300;
  font-size: 2.3em;
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .pr-slider .pr-slide-text {
    display: block;
    width: 100%;
    text-align: center;
    right: 0;
  }
}
.pr-slider .pr-slide-button {
  right: 60px;
  top: 300px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .pr-slider .pr-slide-button {
    display: block;
    width: 100%;
    text-align: center;
    right: 0;
  }
}
.pr-slider .pr-slide-button a {
  background: #e20a45;
  letter-spacing: 5px;
  font-size: 13px;
}
.pr-slider .pr-slide-text-small {
  right: 60px;
  top: 270px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #FFF;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .pr-slider .pr-slide-text-small {
    display: block;
    width: 100%;
    text-align: center;
    right: 0;
  }
}
.pr-slider .pr-slide-2-img {
  width: 500px;
  left: 0px;
  bottom: 0px;
}
.pr-slider .pr-slide-2-button {
  top: 330px;
}

.ms-skin-default .ms-nav-prev:after,
.ms-skin-default .ms-nav-next:after {
  background: none;
  transition: all 0.2s ease-in-out;
  border: none;
  color: #FFF;
}

.ms-skin-default .ms-nav-next:hover:after,
.ms-skin-default .ms-nav-prev:hover:after {
  background: none;
  color: #e20a45;
}

.boxed .content,
.content {
  background: #000000;
}

.btn.styled:hover {
  background: #000000;
}

.pr-realizations {
  position: relative;
}
.pr-realizations .pr-images {
  overflow: hidden;
}
.pr-realizations .pr-images .pr-image-container {
  width: 11.1%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .pr-realizations .pr-images .pr-image-container {
    width: 20%;
  }
  .pr-realizations .pr-images .pr-image-container:nth-child(26), .pr-realizations .pr-images .pr-image-container:nth-child(27) {
    display: none;
  }
}
.pr-realizations .pr-images .pr-image-container .pr-image {
  opacity: 0.4;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s;
}
.pr-realizations .pr-images .pr-image-container .pr-image:hover {
  opacity: 0.8;
}
.pr-realizations .pr-realization-text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pr-realizations .pr-realization-group {
  text-align: center;
}
.pr-realizations .pr-realization-group .pr-realization-text {
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  padding-bottom: 15px;
}

.btn-primary {
  background: #e20a45;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 5px;
}
.btn-primary:hover {
  background: #000000;
}

#contactform .radio label::before {
  background: #e20a45 !important;
  color: #e20a45;
}

#contactform .radio label.checked::after {
  border-color: #333 !important;
  background: #000000 !important;
  border-width: 2px !important;
}

.tytul-wycena {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 30px;
  border-left: 2px solid #e20a45;
  padding-top: 0px;
  padding-bottom: 0px;
}

.element.typ label img,
.element.konstr label img {
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}

.element.typ label.checked img,
.element.konstr label.checked img {
  opacity: 1;
}

.element.typ:hover label img,
.element.konstr:hover label img {
  opacity: 0.8;
}

.must {
  color: #e20a45;
}

.form-control,
.element .short {
  background-color: rgba(255, 255, 255, 0.4) !important;
  border: none !important;
  color: #FFF !important;
  font-weight: 300;
}

label {
  font-weight: 300 !important;
  font-size: 13px;
}

.input-group-addon {
  background: #000000;
  border: none;
  color: rgba(255, 255, 255, 0.4);
}

#contactform label.checked.checkbox:before {
  color: #e20a45 !important;
  font-size: 18px;
  padding-top: 3px;
}

#contactform label.checkbox:after {
  background: rgba(255, 255, 255, 0.4) !important;
  border: none !important;
}

#contactform label.checkbox.checked:after {
  background: rgb(0, 0, 0) !important;
  border: none !important;
  text-align: center;
}

.modal-content {
  border-radius: 0px !important;
  color: #FFF;
  border: 1px solid #e20a45;
  background: #e20a45;
  font-weight: 300;
}

.modal-header {
  background: #e20a45;
  color: #FFF;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.social-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  padding-top: 5px;
}
.social-icon i {
  transition: all 0.2s ease-in-out;
}
.social-icon:hover i {
  color: #e20a45;
}

.footer-link {
  letter-spacing: normal;
  font-size: 0.8em;
  transition: all 0.2s ease-in-out;
  margin-left: 50px;
}
.footer-link:hover {
  color: #e20a45 !important;
}
@media only screen and (max-width: 767px) {
  .footer-link {
    display: inline-block;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */