/*!
 * Vitality v1.3.5 (http://themes.startbootstrap.com/vitality-v1.3.5)
 * Copyright 2013-2015 Start Bootstrap Themes
 * To use this theme you must have a license purchased at WrapBootstrap (https://wrapbootstrap.com)
 */

/* ==========================================================================
   1. BAZA I TYPOGRAFIA GLOBALNA
   ========================================================================== */
html,
body {
  height: 100%;
  background-color: #f7f7f7;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

body p {
  color: #4d4d4d;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

p.lead {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 481px) {
  h1 { font-size: 52px; }
  h2 { font-size: 50px; }
}

a {
  color: #b0506c;
  transition: all 0.5s;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

.text-primary {
  color: #b0506c;
}

/* ==========================================================================
   2. UKŁAD I ELEMENTY GLOBALNE
   ========================================================================== */
section {
  padding: 60px 0 !important;
}

@media (max-width: 767px) {
  section {
    padding: 40px 0 !important;
  }
}

.bg-gray { background-color: #f5f5f5; }
.bg-dark { color: #ffffff; background-color: #222222; }
.img-centered { margin: 0 auto; }
.content-row { margin-top: 30px; }
.footer { background-color: rgba(231, 231, 231, 0.8); }

.groundback {
  margin-left: -10%;
  width: 120%;
  margin-top: 10%;
  margin-bottom: -15%;
  min-height: 500px;
}

.title { margin-bottom: 5%; }
.bout p { text-align: left; }

/* Linie podziału (HR) */
hr {
  max-width: 100px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  height: 2px;
  margin: 15px auto;
}

hr.left { margin: 15px auto 15px 0; }
hr.right { margin: 15px 0 15px auto; }
hr.colored {
  border-color: #898989;
  border-bottom: 2px;
  margin: 10px;
}

@media (min-width: 768px) {
  hr { max-width: 200px; margin: 20px auto; }
  hr.left { margin: 20px auto 20px 0; }
  hr.right { margin: 20px 0 20px auto; }
}

/* Ujednolicone tytuły sekcji */
.custom-section-title {
  font-family: 'WindSong', cursive !important;
  font-weight: 500 !important;
  color: #6d5f5f !important;
  font-size: 48px !important;
  text-transform: none !important;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.custom-section-title::before,
.custom-section-title::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #a5928a !important;
}

.custom-section-title::before { margin-right: 25px; }
.custom-section-title::after { margin-left: 25px; }

.section-intro {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #666666 !important;
  text-wrap: pretty;
}

@media (max-width: 767px) {
  .custom-section-title {
    font-size: 36px !important;
    margin-bottom: 20px !important;
  }
  .custom-section-title::before,
  .custom-section-title::after {
    margin-right: 15px;
    margin-left: 15px;
  }
}

#price .content-row,
#renovation .content-row {
  margin-top: 15px !important;
}

#renovation .container-fluid + .container {
  padding-top: 0 !important;
  margin-top: 10px !important;
}

/* ==========================================================================
   3. PRZYCISKI I FORMULARZE
   ========================================================================== */
.btn,
.input-group-btn {
  border-radius: 0 !important;
  transition: all 0.5s;
}

.btn {
  padding: 12px 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}

input.form-control { border-radius: 0 !important; }
input.form-control:focus {
  border-color: #b0506c;
  box-shadow: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #b0506c;
  border-color: #b0506c;
  transition: all 0.5s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ed2a1d;
  border-color: #ec2114;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #b0506c;
  border-color: #b0506c;
}

.btn-primary .badge {
  color: #b0506c;
  background-color: #ffffff;
}

.btn-outline-light {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  transition: all 0.5s;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #b0506c;
  background: #ffffff;
  outline: none;
}

.btn-outline-dark {
  color: #222222;
  border: 1px solid #222222;
  background: transparent;
  transition: all 0.5s;
  min-width: 250px;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: #ffffff;
  background: #b0b0b0;
  border-color: #b0b0b0;
  outline: none;
}

.btn-full-width {
  border: 0;
  border-radius: 0;
  background-color: #222222;
  color: #ffffff;
  padding: 50px 0;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: normal;
  text-transform: none;
}

.btn-full-width:hover {
  background-color: #b0506c;
  color: #ffffff;
}

.btn-full-width:focus {
  color: #ffffff;
}

/* Przycisk Oferta */
.btn-oferta {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #7d7171 !important;
  border: 2px solid #7d7171 !important;
  background-image: url('/assets/img/oferta.svg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-transform: none !important;
  padding: 12px 25px !important;
  transition: all 0.3s ease !important;
  display: block;
  margin-bottom: 20px !important;
}

.btn-oferta:hover, 
.btn-oferta:focus, 
.btn-oferta:active {
  color: #ffffff !important;
  border-color: #7d7171 !important;
  background-image: url('/assets/img/oferta.svg') !important;
  background-color: #7d7171 !important;
  background-blend-mode: multiply !important;
  opacity: 0.95;
}

@media (max-width: 767px) {
  .btn-oferta {
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-bottom: 12px !important;
    padding: 14px 20px !important;
    background-image: url('/assets/img/oferta.svg') !important;
  }
  
  #renovation .content-row {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .btn.btn-outline-dark {
    font-size: 10px;
  }
}

/* Floating Labels */
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}

.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: baseline;
  opacity: 0;
  transition: top 0.5s ease, opacity 0.5s ease;
}

.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e1e1e1;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #b0506c;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e1e1e1;
}

/* ==========================================================================
   4. NAWIGACJA (NAVBAR & FLEXBOX)
   ========================================================================== */
.navbar-fixed-top { margin-bottom: 0; }
.navbar-default { background-color: #b0506c; }
.navbar-inverse { background-color: #f7f7f7; }

.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #A08888;
  background-color: transparent;
  border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #615252;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  padding: 0 15px;
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
  transition: all 0.5s;
}

.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}

.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
  color: #615252;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  vertical-align: middle;
  padding: 15px 10px;
  white-space: nowrap;
}

.navbar-default .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
  color: #A08888;
}

.navbar a:focus,
.navbar .navbar-nav li a:focus {
  outline: none;
}

/* Flexbox Menu - Komputery i Tablety */
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius: 5px;
  }

  .navbar-fixed-top {
    padding: 15px 0;
    transition: padding 0.5s;
  }

  .navbar-fixed-top.navbar-expanded {
    padding: 30px 0;
  }

  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }

  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
  }

  .navbar-nav.main-flex-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .navbar-nav.main-flex-menu > li {
    float: none !important;
    display: block !important;
    flex: 1 1 auto !important;
    text-align: center !important;
  }

  .navbar-nav.main-flex-menu > li.logo-item {
    flex: 0 0 auto !important;
    padding: 0 2vw !important;
  }

  .navbar-nav.main-flex-menu > li.logo-item img {
    height: 75px;
    width: auto;
  }

  .navbar-nav.main-flex-menu > li.social-item {
    flex: 0 0 auto !important;
  }

  .navbar-nav.main-flex-menu > li.first-social {
    margin-left: 1.5vw !important;
  }

  .navbar-default .navbar-nav li a,
  .navbar-inverse .navbar-nav li a {
    color: #615252 !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    padding: 15px 5px !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-default .navbar-nav li a,
  .navbar-inverse .navbar-nav li a {
    font-size: 14px !important;
  }
  
  .navbar-nav.main-flex-menu > li.logo-item img {
    height: 60px;
  }
}

/* Reset Menu na Smartfonach */
@media (max-width: 767px) {
  .navbar-collapse {
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden !important;
  }

  .navbar-nav.main-flex-menu {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .navbar-nav.main-flex-menu > li {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .navbar-default .navbar-nav li a,
  .navbar-inverse .navbar-nav li a {
    font-size: 16px !important;
    padding: 12px 10px !important;
    display: block !important;
    width: 100% !important;
  }

  .navbar-nav.main-flex-menu > li.social-item {
    display: inline-block !important;
    width: auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  
  .navbar-nav.main-flex-menu > li.first-social {
    margin-left: 10px !important;
  }

  .navbar-nav.main-flex-menu > li.logo-item {
    display: none !important;
  }
}

/* ==========================================================================
   5. HEADER / BANNER GŁÓWNY
   ========================================================================== */
header {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  background-color: #222222;
  background: no-repeat center center scroll;
  background-size: cover;
}

header .intro-content {
  color: #ffffff;
  text-align: center;
  position: relative;
}

header .brand-name {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 15px;
}

header .brand-name-subtext {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

header img {
  max-width: 150px;
  max-height: 150px;
}

header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
  margin-bottom: 5%;
}

header .scroll-down .btn {
  height: 50px;
  width: 50px;
  border: 2px solid #ffffff;
  border-radius: 100% !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: #ffffff;
  font-size: 30px;
  transition: all 0.5s;
}

header .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

@media (max-width: 768px) {
  header .brand-name-subtext {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30%;
  }
}

@media (min-width: 768px) {
  header {
    height: 100%;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
  }

  header .intro-content {
    color: #ffffff;
    text-align: center;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  header .brand-name {
    font-size: 80px;
    line-height: 80px;
  }

  header .brand-name-subtext {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 100px;
  }

  header img {
    max-width: 300px;
    max-height: 300px;
  }
}

@media (min-width: 1025px) {
  header {
    background-attachment: fixed;
  }
}

header.video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: 998;
  opacity: 0;
}

header.video .intro-content,
header.video .scroll-down {
  z-index: 999;
}

@media (min-width: 768px) {
  header.video .overlay { opacity: 0.5; }
}

/* ==========================================================================
   6. SEKCJE SPECJALNE (CTA, TESTIMONIALS, SERVICES, POZNAJMY SIĘ)
   ========================================================================== */

/* CTA Quote */
aside.cta-quote {
  color: #ffffff;
  background-color: #222222;
  background: no-repeat center center scroll;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}

aside.cta-quote span.quote {
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}

@media (min-width: 768px) {
  aside.cta-quote { background-attachment: scroll; padding: 150px 0; }
  aside.cta-quote span.quote { font-size: 36px; line-height: 38px; }
}

@media (min-width: 992px) {
  aside.cta-quote { padding: 300px 0; }
  aside.cta-quote span.quote { font-size: 40px; line-height: 42px; }
}

@media (min-width: 1025px) {
  aside.cta-quote { background-attachment: fixed; }
}

/* Testimonials */
.testimonials { text-align: center; }
.testimonials .testimonials-carousel .item { padding: 0; }
.testimonials .testimonials-carousel .item p.quote,
.testimonials .testimonials-carousel .item .testimonial-info { margin-bottom: 30px; }

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-img {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author {
  display: inline-block;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author hr.colored {
  margin: 3px auto;
  max-width: 50px;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author p { margin: 0; }
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .stars { color: #f1c40f; }

.owl-theme .owl-controls .owl-page span { background: rgba(34, 34, 34, 0.5); }
.testimonials .testimonials-carousel .owl-controls { margin-top: 0; }

.testimonials .testimonials-carousel .owl-controls .owl-prev,
.testimonials .testimonials-carousel .owl-controls .owl-next {
  display: none;
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #b0506c !important;
  color: #ffffff !important;
  transition: all 0.5s;
}

.testimonials .testimonials-carousel .owl-controls .owl-prev:hover,
.testimonials .testimonials-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}

.testimonials .testimonials-carousel .owl-controls .owl-prev { left: 15px; }
.testimonials .testimonials-carousel .owl-controls .owl-next { right: 15px; }

@media (min-width: 768px) {
  .testimonials .testimonials-carousel .item { padding: 0 100px; }
  .testimonials .testimonials-carousel .owl-controls .owl-prev,
  .testimonials .testimonials-carousel .owl-controls .owl-next { display: block; }
}

.cta-form h3 { margin-top: 0; }
.about-content { padding: 30px; }

/* About Carousel */
.about-carousel .item { padding: 15px; }
.about-carousel .item .caption {
  padding: 15px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-carousel .item .caption h3,
.about-carousel .item .caption p { margin: 0; }
.about-carousel .item .caption hr { margin: 5px auto; max-width: 50px; }
.about-carousel .item .caption ul.social { margin-top: 5px; }
.about-carousel .item .caption ul.social li a { color: rgba(255, 255, 255, 0.7); }

.about-carousel .item .caption ul.social li a:hover,
.about-carousel .item .caption ul.social li a:focus { color: #ffffff; }

.about-carousel .owl-controls { margin-top: 0; }
.about-carousel .owl-controls .owl-prev,
.about-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #ece4de !important;
  color: #4f3d2f !important;
  transition: all 0.5s;
}

.about-carousel .owl-controls .owl-prev:hover,
.about-carousel .owl-controls .owl-next:hover { opacity: 1; }
.about-carousel .owl-controls .owl-prev { left: 15px; }
.about-carousel .owl-controls .owl-next { right: 15px; }

/* Sekcja "Poznajmy się" (About person) */
.about-person {
  margin-bottom: 50px !important;
}

.about-img {
  max-height: 300px !important;
  width: auto;
  border: none !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.person-header {
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: left;
}

.person-name {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #7d7171 !important;
  letter-spacing: 0.5px;
  margin-right: 12px;
  display: inline-block;
}

.person-title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #615252 !important;
  display: inline-block;
}

.person-text p {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14.5px !important;
  color: #615252 !important;
  line-height: 1.65 !important;
  text-align: left !important;
  margin-bottom: 12px !important;
}

@media (max-width: 767px) {
  .person-header {
    text-align: center !important;
    margin-top: 15px;
  }

  .person-name {
    display: block !important;
    margin-right: 0;
    font-size: 19px !important;
  }

  .person-title {
    display: block !important;
    font-size: 14px !important;
    margin-top: 3px;
  }

  .person-text p {
    text-align: justify !important;
    font-size: 14px !important;
  }

  .about-person {
    margin-bottom: 40px !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
  }

  .about-person:last-child {
    border-bottom: none;
  }
}

/* Services */
.services .media { margin-bottom: 30px; }
.services .media i.fa {
  height: 75px;
  width: 75px;
  line-height: 70px;
  text-align: center;
  border: 3px solid #222222;
  border-radius: 100%;
  font-size: 30px;
}

.services .media .media-body {
  min-width: none;
  padding-left: 15px;
}

.services .media .media-body h3 { margin-bottom: 15px; }
.services .media .media-body ul { list-style: inside; padding: 0; }
.services .media .media-body ul li { margin-bottom: 10px; }

@media (min-width: 390px) { .services .media .media-body { min-width: 260px; } }
@media (min-width: 992px) {
  .services .media .media-body { min-width: 193px; }
  .services .media { margin-bottom: 0; }
}
@media (min-width: 1199px) { .services .media .media-body { min-width: 260px; } }

/* ==========================================================================
   7. PORTFOLIO, GALERIA I CENNIK
   ========================================================================== */
.portfolio-carousel {
  padding: 0;
  color: #ffffff;
  background-color: #222222;
}

.portfolio-carousel .item {
  background-color: #222222;
  background: no-repeat center center scroll;
  background-size: cover;
  padding: 50px 55px;
  text-align: center;
}

.portfolio-carousel .item .portfolio-image { margin-top: 50px; }
.portfolio-carousel .item .project-details { padding: 0; }
.portfolio-carousel .item .project-details img.client-logo { margin: 0 auto 25px; }

.portfolio-carousel .item .project-details .project-name {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.portfolio-carousel .item .project-details .project-description {
  display: block;
  font-size: 18px;
  line-height: 18px;
}

.portfolio-carousel .owl-controls { margin-top: 0; }
.portfolio-carousel .owl-controls .owl-prev,
.portfolio-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 75px;
  width: 50px;
  border-radius: 0 !important;
  line-height: 70px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #b0506c !important;
  color: #ffffff !important;
  transition: all 0.5s;
}

.portfolio-carousel .owl-controls .owl-prev:hover,
.portfolio-carousel .owl-controls .owl-next:hover { opacity: 1; }
.portfolio-carousel .owl-controls .owl-prev { left: 0; }
.portfolio-carousel .owl-controls .owl-next { right: 0; }

@media (min-width: 992px) {
  .portfolio-carousel .item {
    padding: 155px 55px;
    text-align: left;
    min-height: 100%;
  }
  .portfolio-carousel .item .portfolio-image { margin-top: 0; }
  .portfolio-carousel .item .project-details { padding: 15% 0 0; }
  .portfolio-carousel .item .project-details img.client-logo { margin: 0 auto 25px 0; }
  .portfolio-carousel .item .project-details .project-name { display: block; font-size: 50px; line-height: 50px; }
  .portfolio-carousel .item .project-details .project-description { font-size: 20px; line-height: 20px; }
  .portfolio-carousel .item hr.colored { margin: 20px auto 20px 0; }
}

.portfolio-gallery .item { padding: 15px; }

/* Portfolio Modal */
.portfolio-modal { background-size: cover; }
.portfolio-modal .modal-backdrop { display: none; }

.portfolio-modal .modal-content {
  color: #ffffff;
  background: transparent;
  border-radius: 0;
  background-clip: border-box;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 { margin: 0; font-size: 46px; }
.portfolio-modal .modal-content img { margin: 30px auto; }
.portfolio-modal .modal-content .item-details { margin: 30px 0; }

.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.portfolio-modal .close-modal:hover { opacity: 0.3; }

.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #404040;
  transform: rotate(45deg);
  z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #404040;
  transform: rotate(90deg);
  z-index: 1052;
}

/* Portfolio Filters */
.portfolio-filter { display: inline-block; }
.portfolio-filter #filters { list-style: none; padding: 0; margin-bottom: 30px; }
.portfolio-filter #filters li { display: inline-block; }
.portfolio-filter #filters li .filter {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  margin: 2px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 12px;
  color: #222222;
  background: transparent;
  border: 1px solid #222222;
  transition: all 0.5s;
}

.portfolio-filter #filters li .filter.active {
  background-color: #b0506c;
  color: #ffffff;
  border-color: #b0506c;
}

/* Portfolio Grid Lista 1 */
#portfoliolist .portfolio {
  width: 30%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}

#portfoliolist .portfolio .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}

#portfoliolist .portfolio .portfolio-wrapper img {
  max-width: 100%;
  position: relative;
}

#portfoliolist .portfolio .portfolio-wrapper .caption {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: -75px;
}

#portfoliolist .portfolio .portfolio-wrapper .caption .caption-bg {
  background-color: #ece4de !important;
  opacity: 0.9 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text {
  color: #ffffff;
  position: relative;
  z-index: 500;
  padding: 15px 8px;
}

#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text .text-title,
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text a.text-title {
  color: #7d7171 !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-transform: none !important;
}

#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text .text-category {
  display: block;
  font-size: 12px;
}

/* Blokada ruchu zdjęć w galerii */
#portfoliolist .portfolio .portfolio-wrapper img,
#portfoliolist .portfolio:hover .portfolio-wrapper img {
  transform: none !important;
  top: 0 !important;
  transition: none !important;
}

#portfoliolist .portfolio-wrapper,
#portfoliolist .portfolio:hover .portfolio-wrapper {
  top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  transition: none !important;
}

/* Portfolio Grid Lista 2 */
#portfoliolist1 .portfolio {
  width: 31%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}

#portfoliolist1 .portfolio .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #222222;
  cursor: pointer;
}

#portfoliolist1 .portfolio1 .portfolio-wrapper1 img {
  max-width: 100%;
  position: relative;
}

#portfoliolist1 .portfolio1 .portfolio-wrapper1 .caption1 {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: -75px;
}

#portfoliolist1 .portfolio1 .portfolio-wrapper1 .caption1 .caption-bg1 {
  background: #b0506c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#portfoliolist1 .portfolio1 .portfolio-wrapper1 .caption1 .caption-text1 {
  color: #ffffff;
  position: relative;
  z-index: 500;
  padding: 15px 8px;
}

#portfoliolist1 .portfolio1 .portfolio-wrapper1 .caption1 .caption-text1 a.text-title1 { color: #ffffff; }
#portfoliolist1 .portfolio1 .portfolio-wrapper1 .caption1 .caption-text1 .text-category1 { display: block; font-size: 12px; }

@media only screen and (max-width: 767px) {
  #portfoliolist .portfolio {
    width: 98%;
    margin: 1%;
  }

  #portfoliolist1 .portfolio1 {
    width: 48%;
    margin: 1%;
  }
}

/* Pricing / Cennik */
.pricing {
  color: #ffffff;
  background-color: #222222;
  background: no-repeat center center scroll;
  background-size: cover;
}

.pricing .pricing-item {
  text-align: center;
  background: #ffffff;
  color: #222222;
  padding: 30px;
  box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  z-index: 1;
  margin-bottom: 30px;
}

.pricing .pricing-item h3 { margin: 0; }
.pricing .pricing-item hr { max-width: 100px; }
.pricing .pricing-item .price { margin-bottom: 20px; }
.pricing .pricing-item .price .number { font-weight: 900; font-size: 50px; }
.pricing .pricing-item .price .number sup { font-size: 30px; }
.pricing .pricing-item .list-group-item { border-radius: 0; }

@media (min-width: 992px) {
  .pricing { background-attachment: scroll; }
  .pricing .pricing-item { margin-bottom: 0; }
  .pricing .pricing-item.featured-first { margin-right: -15px; margin-top: 15px; }
  .pricing .pricing-item.featured {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 45px 30px;
  }
  .pricing .pricing-item.featured-last { margin-left: -15px; margin-top: 15px; }
}

@media (min-width: 1025px) {
  .pricing { background-attachment: fixed; }
}

/* Cennik z grafikami */
.no-gutters-cennik [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-gutters-cennik .example-image {
  margin: 0 auto !important;
  width: 100%;
}

.cennik-hover-box {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.cennik-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(225, 213, 201, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.cennik-hover-box:hover .cennik-overlay {
  opacity: 1;
}

/* ==========================================================================
   8. KONTAKT I FOOTER
   ========================================================================== */
.contact-box p, 
.contact-link {
  color: #7d7171 !important;
}

.contact-box p {
  margin-top: 0 !important;
}

.contact-regular {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
}

.contact-phone,
.contact-hours-heading {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 15.5px !important;
  line-height: 1.4 !important;
  margin-bottom: 8px !important;
  min-height: 22px;
}

.contact-link-block {
  margin-top: 25px;
}

.contact-link-block p {
  margin-bottom: 2px !important;
}

.contact-link {
  display: inline-block;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14.5px !important;
  text-decoration: underline !important;
  transition: opacity 0.2s ease;
}

.contact-link:hover {
  opacity: 0.8;
}

.contact-logo-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-logo-img {
  max-height: 250px;
  width: auto;
  display: block;
}

@media (min-width: 768px) {
  .flex-contact-row {
    display: flex;
    align-items: flex-start;
  }
  
  .contact-col-center {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
  }

  .text-right-md { text-align: right !important; }
  .text-left-md { text-align: left !important; }
  .contact-col-left { padding-right: 40px; }
  .contact-col-right { padding-left: 40px; }
}

@media (max-width: 767px) {
  .contact-box {
    text-align: center !important;
    margin-bottom: 35px;
  }

  .contact-col-center {
    margin-bottom: 35px;
    order: -1;
  }
}

footer.footer {
  color: rgba(255, 255, 255, 0.7);
  background: no-repeat center center scroll;
  background-size: cover;
  padding: 50px 0 20px;
}

footer.footer a { color: rgba(255, 255, 255, 0.7); }
footer.footer a:hover { color: #ffffff; }
footer.footer p { font-size: 22px; }
footer.footer .contact-details { margin: 75px 0; }
footer.footer .social { margin-bottom: 75px; }
footer.footer .copyright p.small { font-size: 14px; }

@media (min-width: 1025px) {
  footer.footer { background-attachment: fixed; }
}

/* ==========================================================================
   9. MODALE W GALERII (POPUP)
   ========================================================================== */
.portfolio-modal .modal-content {
  background-color: #faf7f5 !important;
  padding: 40px 0;
  border: none;
  box-shadow: none;
}

.modal-gallery-title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300 !important;
  font-size: 25px !important;
  color: #615252 !important;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.about-carousel .item img {
  border-radius: 6px;
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-carousel .item img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.btn-gallery-close {
  background-color: transparent !important;
  color: #a5928a !important;
  border: 1px solid #7d7171 !important;
  padding: 10px 28px !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px !important;
  transition: all 0.3s ease !important;
}

.btn-gallery-close:hover {
  background-color: #a5928a !important;
  color: #ffffff !important;
  border-color: #a5928a !important;
}

.about-carousel .owl-controls .owl-buttons div,
.about-carousel .carousel-control {
  background: #a5928a !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding: 0 !important;
  margin: 0 !important;
  text-indent: 0 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.about-carousel .owl-controls .owl-buttons div:hover,
.about-carousel .carousel-control:hover {
  opacity: 1 !important;
  background: #a5928a !important;
}

/* ==========================================================================
   10. MOTYWY (MODERN & VINTAGE)
   ========================================================================== */
body.modern,
body.vintage {
  font-family: "Cardo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

body.modern h1, body.modern h2, body.modern h3, body.modern h4, body.modern h5, body.modern h6,
body.modern p.lead,
body.modern header .brand-name,
body.modern .portfolio-carousel .item .project-details .project-name,
body.modern .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body.modern .about-carousel .owl-controls .owl-prev,
body.modern .about-carousel .owl-controls .owl-next,
body.modern .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.modern .testimonials .testimonials-carousel .owl-controls .owl-next,
body.vintage .about-carousel .owl-controls .owl-prev,
body.vintage .about-carousel .owl-controls .owl-next,
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-next {
  line-height: 55px;
}

body.vintage h1, body.vintage h2, body.vintage h3, body.vintage h4, body.vintage h5, body.vintage h6,
body.vintage p.lead,
body.vintage header .brand-name,
body.vintage .portfolio-carousel .item .project-details .project-name,
body.vintage .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}