body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #333;
}
h2 {
      font-size: 24px;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
}
h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 800;
      margin-bottom: 30px;
}  

  .container-fluid {
      padding: 0px 0px;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 0px 0;
      border: none;
      border-radius: 0;
      margin-bottom:0px !important;
      box-shadow: 2px 2px 15px rgba(0,0,0,.3);
-moz-box-shadow: 2px 2px 15px rgba(0,0,0,.3);
-webkit-box-shadow: 2px 2px 15px rgba(0,0,0,.3);
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 0px !important;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #fff;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  }
.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 14%;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  font-family: 'Cormorant Upright', sans-serif;
  font-size: 30px;
  line-height: 1.1em;
}
.carousel-caption h3{
  font-size: 40px;
}
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #f4511e; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #f4511e !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #f6f6f6;
      background-image: url(../images/header-bg.jpg);
      z-index: 99;
      border: 0;
      font-size: 17px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
      min-height: 100px;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
      text-shadow: 1px 1px 3px #000;
  }
.navbar li a.orange {
      color: #FF4208 !important;
      text-shadow: 1px 1px 3px #000;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #fff !important;
      background-color: #ed0909 !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
.navbar-collapse {
    margin-top: 20px;
}
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #f4511e;
  }
.footer-bg {
    background-image: url(../images/drewno-footer-bg.jpg);
    background-size: cover;
    min-height: 200px;
}
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
      min-height: 700px;
  }
.slide-box {
    background-color: #583a2a;
    opacity:0.85;
    position: absolute;
  right: 70%;
    top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}
.services-caption {
    position: absolute;
    left: 0px;
    top: 80%;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.services-slide-box {
    position: absolute;
    left: 15px;
    top: 80%;
    right: 15px;
    bottom: 0px;
    z-index: 10;
    padding-top: 10px;
    background-color: #583a2a;
    opacity:0.85;
    border-top: 1px solid #c7b39c;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.blum-slide-box  {
    position: absolute;
    left: 15px;
    top: 80%;
    right: 15px;
    bottom: 0px;
    z-index: 10;
    padding-top: 10px;
    color: #FF4208;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
footer {
     font-size: 20px;
      line-height: 1.375em;
      font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.plus-bottom-margin {margin-bottom: 20px;}
.extra-bottom-margin {margin-bottom: 50px;}
.greenline	{width: 100%; height: 3px; line-height: 3px; background: #9db214;}
.red {color: #ed0909;}
.orange {color: #FF4208;}
.grey-bg1 {
   background-color: #b8aca6; 
}
.grey-bg2 {
   background-color: #e1ddda;
}
.left-column-title {
    padding: 15px 15px 15px 15px;
    background-color: #b8aca6;
    text-align: center;
    color: #fff;
    font-size: 19px !important;
}
.left-column-box {
    padding: 15px 15px 15px 15px;
    background-color: #e1ddda;
    color: #111;
}
.left-column {
    padding: 15px 15px 15px 15px;
    text-align: center;
}

.left-column-box li {
  list-style-type: disc !important;
}

.left-column-box a {
  color: #111;
}
.left-column-box a {
  color: #111;
}
.left-column-box a:hover {
    color: #ed0909;
}

.right-column {
    padding: 0px 0px 15px 35px !important;
}
.right-column h1 {
    margin-top: 0px  !important;
}
h1 {margin-top: 0px; !important; color: #ed0909; font-size: 23px !important;}

.form-horizontal .control-label {font: 400 12px Lato, sans-serif; text-align: right !important;}

.oferta li.active a {
      color: #ed0909 !important;
  }
 .oferta li.active {
      color: #ed0909 !important;
  }
.oferta-menu > li > a {
    position: relative;
    display: block;
    padding: 10px 0px;
}
.oferta-menu > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
    background-color: #e1ddda !important;
    }
.img-main img { max-width: 500px; max-height: 300px; min-width: 500px; min-height: 300px;}
.img-thumbnail {
border-radius: 0px !important;
}
#oferta-images-menu .thumbnail {
      padding: 2px 2px 2px 2px;
      border: 1px solid #ddd;
      border-radius: 0;
      margin-bottom:20px !important;
      box-shadow: 2px 2px 15px rgba(0,0,0,.1);
-moz-box-shadow: 2px 2px 15px rgba(0,0,0,.1);
-webkit-box-shadow: 2px 2px 15px rgba(0,0,0,.1);
  }
#oferta-images-menu .thumbnail a:hover {
  }
#oferta-images-menu .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 0px !important;
      max-height: 160px;
      min-height: 160px;

display: block;
  }
  
#oferta-images-menu .thumbnail .caption {
    padding: 9px;
    color: #ed0909;
    text-align: center !important
}

.google-maps {
        position: relative;
        padding-bottom: 75%; // Tutaj regulujemy wysokość
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
 .pop-up-hide {display: none; visibility: hidden;}