@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

.icon-heart-broken:before {
  content: "\e600";
  font-family: 'icomoon'; }

.icon-heart:before {
  content: "\e601";
  font-family: 'icomoon'; }

.icon-heart2:before {
  content: "\e602";
  font-family: 'icomoon'; }

.icon-star:before {
  content: "\e603";
  font-family: 'icomoon'; }

.icon-cancel-circle:before {
  content: "\e604";
  font-family: 'icomoon'; }

.icon-tag:before {
  content: "\e605";
  font-family: 'icomoon'; }

.icon-tags:before {
  content: "\e606";
  font-family: 'icomoon'; }

.icon-cart:before {
  content: "\e607";
  font-family: 'icomoon'; }

.icon-cart2:before {
  content: "\e608";
  font-family: 'icomoon'; }

.icon-cart3:before {
  content: "\e609";
  font-family: 'icomoon'; }

.icon-bubbles:before {
  content: "\e60a";
  font-family: 'icomoon'; }

h2 {
  font-size: 50px; }

h3 {
  font-size: 22px; }

.kolor3 {
  color: #000730; }

.cleaner {
  clear: both; }

.ttab {
  display: table; }

.trow {
  display: table-cell;
  vertical-align: middle; }

.linia {
  width: 240px;
  height: 2px;
  background: #fff; }

.tcenter {
  text-align: center; }

.tright {
  text-align: right; }

.tleft {
  text-align: left; }

.tjust {
  text-align: justify; }

.dnone {
  display: none; }

.well {
  background: transparent;
  border: 0;
  box-shadow: none; }

.foot_podpis {
  position: relative; }

#foot2, #foot3 {
  position: absolute;
  top: 121px;
  right: 70px; }

.sluchawka {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 40px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-image: url(../gfxi/sluchawka.png);
  background-color: #e51937;
  background-repeat: no-repeat;
  background-position: 25px 20px;
  transition: all 0.5s;
  z-index: 999999999;
  box-sizing: content-box; }
  .sluchawka:hover {
    width: 400px;
    background-color: #e51937; }

.sluchawka:hover {
  width: 400px;
  background-color: #e51937; }

.sluchawka-inner {
  opacity: 1;
  position: relative;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 5px;
  left: 5px;
  animation: sluch 0.5s infinite; }

.cookiez {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  font-size: 12px;
  left: 0;
  padding: 25px 0 30px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 20000; }
  .cookiez a {
    background-color: #ddd;
    border: 0 solid red;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    margin-left: 10px;
    padding: 9px 17px; }

.btn_1:hover, .btn_1:focus, .btn_2:hover, .btn_2:focus, .btn_3:hover, .btn_3:focus, .btn_4:hover, .btn_4:focus, body a:hover {
  text-decoration: none; }

.shadowsmall, section.offer_category .product_list:hover, .offer_category .kategorie .cat_p:hover {
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1); }

.shadowhuge {
  -webkit-box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1); }

.btn_1 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 25px 10px 25px;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_1:hover, .btn_1:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #333;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 25px 10px 25px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.btn_2 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #b59963;
  background: #b59963;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 25px 10px 25px;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_2:hover, .btn_2:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #b59963;
    background: #fff;
    color: #b59963;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 25px 10px 25px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.btn_3 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 25px 10px 25px;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_3:hover, .btn_3:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 25px 10px 25px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.btn_4 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 25px 10px 25px;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_4:hover, .btn_4:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 25px 10px 25px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

@keyframes looper {
  0% {
    background-color: rgba(0, 0, 0, 0); }

  70% {
    background-color: #000730; }

  100% {
    background-color: rgba(0, 0, 0, 0); } }

body {
  font-family: 'Raleway', sans-serif;
  font-size: 18px; }
  body p {
    letter-spacing: 0px; }
  .line {
    width: calc((100% - 1343px)/2);
    float: left;
    height: 1px;
    background: #a99577;
    margin-top: 50px; }

.mapa {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /*panel klienta*/ }

.menu_profil .button, .menu_profil .glyphicon {
  background: ;
  border: 0;
  color: #fff;
  height: 40px;
  margin: 10px;
  padding: 5px 20px; }

.menu_profil .button::before {
  content: "\e008";
  font-family: 'Glyphicons Halflings'; }

.ev_zam, .old_zam {
  padding: 10px;
  border-bottom: 1px solid #0a0a0a; }

.old_zam {
  background: #fff; }

#profil {
  background: #fafafa;
  padding: 50px; }
  #profil ul {
    list-style: none; }
    #profil ul li .btn {
      margin-top: 20px; }

.rodo {
  font-size: 10px;
  text-align: justify;
  line-height: 13px;
  height: 40px;
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  white-space: wrap;
  overflow: auto;
  text-overflow: ellipsis;
  color: #cacaca; }
  .rodo:hover {
    overflow: auto;
    height: 200px; }

nav {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; }
  nav .toptop .left, nav .toptop .right {
    padding-top: 23px;
    font-family: 'Open Sans', sans-serif; }
    nav .toptop .left a, nav .toptop .right a {
      color: #333;
      font-weight: 400;
      font-size: 15px; }
      nav .toptop .left a strong, nav .toptop .right a strong {
        font-weight: 600; }
      nav .toptop .left a img, nav .toptop .right a img {
        padding-right: 10px; }
    nav .toptop .right {
      text-align: right; }
  nav .navbar-brand {
    height: auto;
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; }
  nav.navbar-default {
    background: #fff;
    color: #333;
    height: auto;
    min-height: 80px;
    width: 100%;
    border: 0;
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.22); }
    nav.navbar-default .container .kolor3 {
      color: #000730; }
    nav.navbar-default .container .col2 {
      transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      padding: 0; }
      nav.navbar-default .container .col3 {
        transition: all 0.5s;
        -khtml-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        padding-top: 41px; }
      nav.navbar-default .container .col3 .form_search {
        float: left;
        margin-top: 22px;
        text-align: right;
        width: 525px; }
        nav.navbar-default .container .col3 .form_search form {
          float: right; }
        nav.navbar-default .container .col3 .form_search input {
          color: #000;
          font-size: 11px;
          text-transform: uppercase;
          border: 1px solid #000730;
          height: 40px; }
          nav.navbar-default .container .col3 .form_search input#search_1 {
            margin-right: -3px;
            padding-left: 25px;
            padding-right: 25px; }
            nav.navbar-default .container .col3 .form_search input#search_1::placeholder {
              color: darken #b59963, 20%;
              font-size: 11px;
              text-align: center;
              text-transform: uppercase; }
          nav.navbar-default .container .col3 .form_search input#search_3 {
            background-image: url(../gfxi/btn_search.jpg);
            background-color: #000730;
            color: rgba(0, 0, 0, 0);
            height: 40px;
            width: 40px;
            margin-left: 0;
            margin-right: 15px; }
      nav.navbar-default .container .col3 #log a {
        color: #333;
        font-weight: 700;
        font-size: 12px;
        margin-right: 20px;
        text-transform: uppercase; }
        nav.navbar-default .container .col3 #log a span {
          color: #000730; }
      nav.navbar-default .container .col3 ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        nav.navbar-default .container .col3 ul li {
          display: inline-block; }
        nav.navbar-default .container .col3 ul li a {
          color: #333;
          font-size: 12px;
          font-weight: 400;
          text-transform: uppercase;
          padding: 18px 10px;
          display: inline-block;
          transition: all 0.5s;
          border-bottom: 2px solid rgba(0, 0, 0, 0); }
          nav.navbar-default .container .col3 ul.register_icon {
            margin: 10px 0 0 20px;
            border-bottom: 0; }
        nav.navbar-default .container .col3 ul.register_icon li {
          margin: 11px 0px 14px 0px; }
        nav.navbar-default .container .col3 ul.register_icon li:nth-child(1), nav.navbar-default .container .col3 ul.register_icon li:nth-child(2) {
          position: relative; }
          nav.navbar-default .container .col3 ul.register_icon li:nth-child(1):hover:after, nav.navbar-default .container .col3 ul.register_icon li:nth-child(2):hover:after {
            background: #000317;
            border-radius: 5px;
            top: 0px;
            color: #fff;
            content: "Zaloguj";
            left: 53px;
            padding: 10px 15px;
            position: absolute;
            z-index: 98;
            display: inline-block;
            font-weight: 400;
            font-size: 12px;
            animation: default-transitionz 0.2s; }
          nav.navbar-default .container .col3 ul.register_icon li:nth-child(1):hover:before, nav.navbar-default .container .col3 ul.register_icon li:nth-child(2):hover:before {
            border: solid;
            border-color: transparent #000317 transparent transparent;
            border-width: 12px;
            content: "";
            left: 30px;
            position: absolute;
            z-index: 99;
            top: 7px;
            animation: default-transitionz 0.2s; }
        nav.navbar-default .container .col3 ul.register_icon li:nth-child(2):hover:after {
          content: "Rejestracja"; }
          nav.navbar-default .container .col3 ul.register_icon li:nth-child(3) {
            position: relative; }
          nav.navbar-default .container .col3 ul.register_icon li:nth-child(3) a div {
            position: absolute;
            width: 20px;
            height: 20px;
            top: -8px;
            right: -8px;
            text-align: left;
            font-size: 12px;
            border: 1px solid #b59963;
            background-color: #b59963;
            border-radius: 30px; }
            nav.navbar-default .container .col3 ul.register_icon li:nth-child(3) a div span.badge_ilosc {
              color: #fff;
              display: block;
              width: 18px;
              height: 30px;
              overflow: hidden;
              text-align: center; }
            nav.navbar-default .container .col3 ul.register_icon li:nth-child(3) a div span.badge_cena {
              color: #fff;
              display: block;
              width: 70px;
              height: 40px;
              overflow: hidden;
              text-align: center;
              position: absolute;
              top: 7px;
              left: -25px;
              font-family: 'Raleway', sans-serif;
              background-color: #000730;
              line-height: 40px;
              transition: all 0.2s;
              opacity: 0; }
              nav.navbar-default .container .col3 ul.register_icon li:nth-child(3) a div span.badge_cena val {
                font-weight: 400; }
          nav.navbar-default .container .col3 ul.register_icon li:nth-child(3):hover span.badge_cena {
            opacity: 1; }
    nav.navbar-default .container .col1 {
      transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      padding-left: 0;
      padding-right: 0;
      padding-top: 41px;
      border-bottom: 1px solid #b59963; }
      nav.navbar-default .container .col1 ul {
        float: right;
        list-style-type: none;
        margin: 0;
        padding: 0; }
        nav.navbar-default .container .col1 ul li {
          display: inline-block;
          margin: 11px 0px 14px 0px; }
        nav.navbar-default .container .col1 ul li:nth-child(1) {
          border-right: 1px solid #000;
          padding-right: 20px; }
        nav.navbar-default .container .col1 ul li:nth-child(2) {
          padding-left: 20px; }
        nav.navbar-default .container .col1 ul li a {
          color: #fff;
          font-size: 12px; }
          nav.navbar-default .container .col1 ul li a img {
            margin-right: 8px; }
          nav.navbar-default .container .col1 ul li a strong {
            font-family: 'Raleway', sans-serif;
            font-weight: 800; }
    nav.navbar-default .logo_menu {
      transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      margin: 0;
      padding: 20px 0 26px 0px;
      background: url(../gfxi/bg_logo.jpg);
      background-position: center -20px; }
    nav.navbar-default #navbar {
      padding: 0;
      text-align: center; }
    nav.navbar-default #navbar.navbar-collapse {
      max-height: none; }
    nav.navbar-default .top_nav {
      background: #333;
      width: 100%; }
    nav.navbar-default .top_nav ul {
      float: none;
      list-style: none;
      margin: 0 auto;
      padding: 0; }
      nav.navbar-default .top_nav ul li {
        display: inline-block;
        float: left; }
        nav.navbar-default .top_nav ul li ul.dropdown-menu {
          padding: 0;
          border: 0;
          border-radius: 0;
          box-shadow: none; }
        nav.navbar-default .top_nav ul li ul.dropdown-menu li {
          float: none;
          display: block;
          border-color: #796339;
          border-width: 0 0 1px 0;
          border-style: solid; }
          nav.navbar-default .top_nav ul li ul.dropdown-menu li a {
            color: #fff;
            background: #333;
            font-size: 11px;
            letter-spacing: 0; }
            nav.navbar-default .top_nav ul li ul.dropdown-menu li a:hover {
              background-color: #333;
              color: #b59963; }
        nav.navbar-default .top_nav ul li a {
          background: #333;
          color: #fff;
          display: block;
          font-family: 'Raleway', sans-serif;
          font-size: 12px;
          font-weight: 700;
          letter-spacing: 0px;
          margin-top: 0;
          padding: 11px 10px 11px 10px;
          text-transform: uppercase;
          transition: all 0.2s; }
        nav.navbar-default .top_nav ul li a:hover, nav.navbar-default .top_nav ul li a:focus {
          color: #b59963;
          background: #333; }
        nav.navbar-default .top_nav ul li.active a {
          background-color: #333;
          color: #b59963;
          padding-left: 12px; }
          nav.navbar-default .top_nav ul li.active a:hover {
            background: #b59963;
            color: #fff; }
      nav.navbar-default .top_nav ul.nav-right {
        float: right; }
        nav.navbar-default .top_nav ul.nav-right li a {
          color: #000730;
          padding: 13px 0px 11px 13px; }
          nav.navbar-default .top_nav ul.nav-right li a:hover {
            color: #fff; }
    nav.navbar-default .top_nav .navbar-header {
      display: none; }
      nav.navbar-default .top_nav .navbar-header .navbar-toggle {
        background-color: #fff;
        border: 0;
        transition: all 0.5s; }
        nav.navbar-default .top_nav .navbar-header .navbar-toggle .icon-bar {
          background-color: #333;
          transition: all 0.5s; }
        nav.navbar-default .top_nav .navbar-header .navbar-toggle.collapsed {
          background-color: #333; }
        nav.navbar-default .top_nav .navbar-header .navbar-toggle.collapsed .icon-bar {
          background-color: #fff; }
    nav.navbar-default .navbar-nav > .open > a, nav.navbar-default .navbar-nav > .open > a:hover, nav.navbar-default .navbar-nav > .open > a:focus {
      color: #b59963;
      background-color: #333; }
  nav .navbar-nav {
    margin-left: -15px; }
  nav .navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    padding: 15px 10px; }
  nav .navbar-nav .ico a {
    padding: 10px 5px;
    display: inline-block; }
  nav .navbar-nav .icolang a {
    display: inline-block; }

nav.navbar-default.change .toptop .left, nav.navbar-default.change .toptop .right {
  padding-top: 13px; }
  nav.navbar-default.change .logo_menu {
    padding: 5px 0 10px 0;
    background-position: center -33px; }
  nav.navbar-default.change .container .col3 {
    padding-top: 3px; }
    nav.navbar-default.change .container .col1 {
      padding-top: 3px; }

@media (min-width: 768px) {
  .navbar-nav > li {
    float: none; } }

@media screen and (min-width: 1px) and (max-width: 767px) {
  nav.navbar-default {
    min-height: 53px; }
    nav.navbar-default .top_nav {
      background: #000730; }
      nav.navbar-default .top_nav ul li {
        display: block; }

  .navbar .container {
    padding: 0; }

  .navbar-brand {
    padding: 5px; }
    .navbar-brand img {
      height: 40px; }

  section.top_slider_1 {
    height: auto; }

  nav.navbar-default .top_nav ul li a:hover, nav.navbar-default .top_nav ul li a:focus {
    background: #333; } }

@media screen and (max-width: 1290px) {
  nav .navbar-brand {
    height: auto; }
    nav.navbar-default .container .col-md-4:nth-child(1) {
      width: 39.9999%; }
      nav.navbar-default .container .col-md-4:nth-child(2) {
        width: 19.9999%; }
      nav.navbar-default .container .col-md-4:nth-child(3) {
        width: 39.9999%; }
        nav.navbar-default .container .col-md-4:nth-child(3) ul {
          text-align: right; }
      nav.navbar-default .container .col3 .form_search {
        width: 411px; }
      nav.navbar-default .top_nav ul li a {
        font-size: 10px; } }

@media screen and (min-width: 1px) and (max-width: 991px) {
  nav.navbar-default .container .ciarko, nav.navbar-default .container .col1 {
    display: none; }
    nav.navbar-default .container .col3 {
      text-align: left; }
      nav.navbar-default .container .col3 .form_search {
        margin-top: 10px; }
        nav.navbar-default .container .col3 .form_search form {
          float: left;
          margin-left: 15px; }
      nav.navbar-default .container .col3 ul li {
        margin: 11px 21px 14px 0px; }
    nav.navbar-default .top_nav .navbar-header {
      display: block; } }

@media screen and (min-width: 769px) {
  a.navbar-brand {
    display: none; } }

@media screen and (min-width: 1px) and (max-width: 768px) {
  /*START  _slider_bootstrap.sass*/
  /*tytu³ podstrony*/
    nav.navbar-default {
      border: 0; }
      nav.navbar-default .container .col2, nav.navbar-default .container .col3 {
        display: none; }
      nav.navbar-default .top_nav ul li {
        width: 100%;
        border: 1px solid red;
        border-color: #fdfdfd rgba(0, 0, 0, 0) #c5c5c5 rgba(0, 0, 0, 0);
        padding: 0; }
        nav.navbar-default .top_nav ul li a {
          background-color: #f0f0f0;
          color: #000;
          margin: 0;
          font-size: 17px; }
          nav.navbar-default .top_nav ul li a:hover {
            background-color: #979797;
            color: #fff; } }

section.slider_bootstrap {
  margin-top: 130px;
  /*END  _slider_bootstrap.sass*/ }
  section.slider_bootstrap .description_slider {
    position: absolute;
    bottom: 230px;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    width: 100%;
    text-align: center;
    padding-right: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px 0; }
    section.slider_bootstrap .description_slider h1 {
      font-size: 60px;
      font-family: 'Raleway', sans-serif;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      letter-spacing: 4px; }
    section.slider_bootstrap .description_slider h2 {
      margin: 0 0 20px 0;
      padding: 0;
      font-family: 'Raleway', sans-serif;
      font-size: 20px;
      font-weight: 800;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      letter-spacing: 3px; }
    section.slider_bootstrap .description_slider h2 strong {
      font-weight: 600;
      color: #fff; }
    section.slider_bootstrap .description_slider h3 {
      margin: 0 0 80px 0;
      padding: 0;
      font-size: 20px;
      font-weight: 800;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 6px; }
    section.slider_bootstrap .description_slider p {
      padding-top: 0px;
      padding-bottom: 30px;
      color: #fff;
      text-align: center;
      font-size: 16px; }
  section.slider_bootstrap .carousel-inner {
    border: 1px solid rgba(0, 0, 0, 0); }
    section.slider_bootstrap .carousel-inner .carousel-control {
      opacity: 0; }
    section.slider_bootstrap .carousel-inner .carousel-indicators {
      border: 2px solid rgba(0, 0, 0, 0);
      top: 50px;
      width: 74px; }
    section.slider_bootstrap .carousel-inner .carousel-scroller {
      display: none;
      background-image: url(../gfx/scroller.png);
      width: 36px;
      height: 248px;
      position: absolute;
      bottom: 405px;
      left: 69px;
      z-index: 15; }
    section.slider_bootstrap .carousel-inner .carousel-scroller div {
      width: 36px;
      height: 248px;
      position: relative; }
      section.slider_bootstrap .carousel-inner .carousel-scroller div span {
        width: 36px;
        display: block;
        height: 9px;
        position: absolute;
        top: 0;
        left: 0;
        animation: mouse 1s infinite;
        background-image: url(../gfx/mouse-inner.png);
        background-repeat: no-repeat;
        background-position: center top; }
    section.slider_bootstrap .carousel-inner .carousel-scroller a {
      width: 36px;
      height: 248px;
      display: block; }

.tile_menu .tiles {
  width: 11.1111%;
  height: 11.1111vw;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .tile_menu .tiles .tile {
    background-color: #14b4f0;
    border-right: 1px solid #000;
    width: 100%;
    height: 11.1111vw; }
  .tile_menu .tiles .tile img {
    margin-top: 52px; }
  .tile_menu .tiles .tile:hover img {
    opacity: 0;
    animation: tile_img 0.5s; }
  .tile_menu .tiles .tile_hov {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 11.1111vw; }
  .tile_menu .tiles .tile_hov img {
    margin-top: 52px; }
  .tile_menu .tiles:hover .tile_hov {
    position: absolute;
    display: block;
    animation: tile_hov 0.7s; }
    .tile_menu .tiles:hover .tile_hov img {
      transform: translateY(-20px);
      animation: tile_img 0.7s; }
  .tile_menu .tiles h2 {
    margin: 0 0 11px 0;
    padding: 0;
    color: white;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.7s; }
  .tile_menu .tiles:hover h2, .tile_menu .tiles:hover .btn_1 {
    transform: translateY(-20px);
    animation: tile_img 0.7s; }

@media screen and (max-width: 1680px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 38px; } }

@media screen and (max-width: 1600px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 30px; }
    .tile_menu .tiles h2 {
      margin: 0 0 8px 0; } }

@media screen and (max-width: 1440px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 20px; }
    .tile_menu .tiles h2 {
      margin: 0 0 5px 0; } }

@media screen and (max-width: 1366px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 15px; }
    .tile_menu .tiles h2 {
      margin: 0 0 3px 0; }
    .tile_menu .tiles .btn_1 {
      padding-left: 10px;
      padding-right: 10px; } }

@media screen and (max-width: 1280px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 10px; }
    .tile_menu .tiles h2 {
      margin: 0 0 2px 0; }
    .tile_menu .tiles .btn_1 {
      padding-left: 10px;
      padding-right: 10px; } }

@media screen and (max-width: 1280px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 10px; }
    .tile_menu .tiles h2 {
      margin: 0 0 2px 0; }
    .tile_menu .tiles .btn_1 {
      padding-left: 10px;
      padding-right: 10px; } }

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 0px; }
    .tile_menu .tiles h2 {
      margin: 0px 0 2px 0; }
    .tile_menu .tiles .btn_1 {
      padding-left: 10px;
      padding-right: 10px; }
    .tile_menu .tiles .tile_hov img {
      display: none; }
      .tile_menu .tiles .tile_hov h2 {
        margin-top: 35px; } }

@media screen and (min-width: 1px) and (max-width: 991px) {
  .tile_menu {
    background: #000730; }
    .tile_menu .tiles {
      width: calc(19.99999vw - 4px);
      border-bottom: 1px solid #000;
      height: 18vw; }
      .tile_menu .tiles .tile, .tile_menu .tiles .tile_hov {
        height: 18vw; }
        .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
          margin-top: 20px; }
      .tile_menu .tiles h2 {
        margin: 0px 0 2px 0; }
      .tile_menu .tiles .btn_1 {
        padding-left: 10px;
        padding-right: 10px; } }

@media screen and (min-width: 1px) and (max-width: 768px) {
  .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
    margin-top: 7px; }
    .tile_menu .tiles h2 {
      margin: 0px 0 2px 0;
      font-size: 13px; } }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .tile_menu .tiles {
    width: calc(32.9999vw - 4px);
    height: 30vw; }
    .tile_menu .tiles .tile, .tile_menu .tiles .tile_hov {
      width: 32vw;
      height: 30vw; }
      .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
        margin-top: 20px; }
    .tile_menu .tiles h2 {
      margin: 0px 0 2px 0;
      font-size: 14px; } }

@media screen and (min-width: 1px) and (max-width: 639px) {
  .tile_menu .tiles {
    width: calc(99.9999vw - 4px);
    height: 53vw; }
    .tile_menu .tiles .tile, .tile_menu .tiles .tile_hov {
      width: 99vw;
      height: 53vw; }
      .tile_menu .tiles .tile img, .tile_menu .tiles .tile_hov img {
        margin-top: 20px; }
    .tile_menu .tiles h2 {
      margin: 0px 0 2px 0;
      font-size: 14px; } }

section.witamy {
  padding: 150px 0;
  /*START  _produkty_nosidebar.sass*/
  /*tytuÅ‚ podstrony*/ }
  section.witamy h2 {
    color: #000;
    font-size: 60px;
    font-weight: 300;
    margin: 0 0 20px 0;
    border: 0; }
  section.witamy h2 strong {
    font-weight: 700; }
  section.witamy h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800; }
  section.witamy h4 {
    font-weight: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px; }
  section.witamy#technologia h2 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase; }
  section.witamy#nasze-realizacje h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 45px; }
  section.witamy#nasze-realizacje h3 {
    letter-spacing: 3px; }

section.main_title {
  padding-top: 200px; }
  section.main_title h1, section.main_title h2 {
    width: 50%;
    float: left;
    font-size: 38px;
    font-weight: 200;
    margin-bottom: 40px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase; }
  section.main_title h1 {
    font-weight: bold;
    text-align: right;
    padding-right: 10px; }
  section.main_title h2 {
    text-align: left;
    padding-left: 10px; }
  section.main_title .article_content {
    clear: both;
    text-align: justify; }

section.offer_category {
  padding: 0 100px 0 100px; }
  section.offer_category .kategorie .filters_panel {
    background: #b59963;
    margin: 50px 0;
    padding: 30px 15px 30px 0; }
  section.offer_category .kategorie .filters_panel .filtry .producent, section.offer_category .kategorie .filters_panel .filtry .plec {
    border: 1px solid #979797;
    font-size: 12px;
    height: 38px;
    text-transform: uppercase;
    width: 200px; }
    section.offer_category .kategorie .filters_panel .filtry input {
      background-color: #000730;
      border: 0;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      height: 38px;
      margin-top: -1px;
      padding: 0 20px;
      text-transform: uppercase;
      transform: translateY(-1px); }
  section.offer_category .kategorie .filters_panel .ilosc_prod {
    background: #fff;
    border: 1px solid #979797;
    font-size: 12px;
    height: 38px;
    padding-right: 0;
    text-align: left;
    text-transform: uppercase; }
    section.offer_category .kategorie .filters_panel .ilosc_prod p {
      display: inline-block;
      float: left;
      line-height: 38px; }
    section.offer_category .kategorie .filters_panel .ilosc_prod .pagination {
      float: right;
      margin: 0; }
      section.offer_category .kategorie .filters_panel .ilosc_prod .pagination > li > a {
        background-color: #000;
        border-color: #1a1a1a;
        border-width: 0;
        border-radius: 0;
        color: #000730;
        font-family: 'Open Sans';
        font-weight: 700;
        padding: 10px 12px 9px 12px;
        transition: all 0.5s; }
      section.offer_category .kategorie .filters_panel .ilosc_prod .pagination > li > a:hover {
        background: #000730;
        color: #fff; }
      section.offer_category .kategorie .filters_panel .ilosc_prod .pagination > li > a.page_act {
        background: #000730;
        color: #fff; }
        section.offer_category .kategorie .filters_panel .ilosc_prod .pagination > li > a.page_act:hover {
          background: #fff;
          color: #000; }
  section.offer_category .product_list {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px 0 0 0;
    transition: all 0s;
    text-align: center; }
  section.offer_category .product_list .price {
    min-height: 60px; }
  section.offer_category .product_list .prod_name {
    background: #fff;
    padding: 0 0 15px 0; }
  section.offer_category .product_list .prod_name a {
    font-size: 16px; }
    section.offer_category .product_list .prod_name a h2 {
      font-size: 16px;
      font-weight: 800;
      color: #000;
      padding: 15px 0 5px 0;
      margin: 0;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      section.offer_category .product_list .prod_name a h2 span {
        font-weight: 300; }
  section.offer_category .product_list .prod_name .cena {
    font-weight: 800;
    font-size: 18px; }
  section.offer_category .product_list .price_promo_old {
    color: #979797;
    font-size: 12px;
    font-weight: 400;
    margin: 0; }
  section.offer_category .product_list .price_promo_old span {
    color: #979797;
    font-size: 12px;
    font-family: 'Oswald';
    font-weight: 400;
    text-decoration: line-through; }
  section.offer_category .product_list .price_default, section.offer_category .product_list .price_promo_new {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0px 0; }
  section.offer_category .product_list .price_default span, section.offer_category .product_list .price_promo_new span {
    color: #333;
    font-family: 'Oswald';
    font-size: 25px;
    font-weight: 700; }
  section.offer_category .product_list .price_default {
    padding-bottom: 18px !important; }
  section.offer_category .product_list .prod_promocja, section.offer_category .product_list .prod_promo, section.offer_category .product_list .prod_news {
    height: 32px;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 32px; }
  section.offer_category .product_list .prod_promo {
    background-image: url(../gfx/discout.svg);
    background-size: 32px 32px; }
  section.offer_category .product_list .prod_news {
    background-image: url(../gfx/new.svg);
    background-size: 32px 32px; }
  section.offer_category .product_list:hover {
    transform: scale(1.02); }
  section.offer_category .product_list:hover .prod_name {
    background: #000; }
    section.offer_category .product_list:hover .prod_name a h2 {
      color: #fff; }
  section.offer_category .product_preview {
    padding: 30px 0 100px 0; }
  section.offer_category .product_preview .close-box {
    position: absolute;
    top: 10px;
    right: 20px;
    @import transitions(0.3s); }
  section.offer_category .product_preview .product_prev {
    margin-left: 30px; }
  section.offer_category .product_preview .product_next {
    float: right;
    margin-right: 30px; }
  section.offer_category .product_preview .product_desc .kw_prod_opis {
    font-size: 12px;
    margin: 0 auto; }
    section.offer_category .product_preview .product_desc .kw_prod_opis h3 {
      border-bottom: 2px solid #000730;
      font-size: 14px;
      font-weight: 700;
      padding: 20px 0;
      text-transform: uppercase; }
    section.offer_category .product_preview .product_desc .kw_prod_opis ul {
      margin-top: 50px;
      margin-bottom: 50px; }
    section.offer_category .product_preview .product_desc .kw_prod_opis p {
      margin: 0; }
  section.offer_category .product_preview .product_desc .prod_picture {
    text-align: center; }
    section.offer_category .product_preview .product_desc .prod_picture .product_main_pic {
      position: relative; }
      section.offer_category .product_preview .product_desc .prod_picture .product_main_pic img {
        position: relative !important; }
    section.offer_category .product_preview .product_desc .prod_picture .galeria_i a {
      width: 16%;
      display: inline-block;
      float: left;
      height: 90px;
      padding: 10px 2px; }
  section.offer_category .product_preview .product_desc .prod_opis_box {
    font-size: 16px; }
    section.offer_category .product_preview .product_desc .prod_opis_box h1 {
      text-transform: uppercase;
      border-bottom: 2px solid #000730; }
    section.offer_category .product_preview .product_desc .prod_opis_box .cena_p {
      font-size: 14px;
      font-weight: 700;
      padding: 20px 0;
      text-transform: uppercase; }
      section.offer_category .product_preview .product_desc .prod_opis_box .cena_p .cena_sz {
        color: #000730;
        font-family: 'Oswald';
        font-size: 32px; }
      section.offer_category .product_preview .product_desc .prod_opis_box .cena_p .ax_valuta {
        font-weight: 400; }
    section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika {
      font-weight: 700; }
      section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .selected_color {
        display: inline-block;
        float: left;
        width: 38px;
        height: 38px; }
      section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .selected_color a img {
        width: 38px;
        height: 38px; }
      section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .selected_color .brak {
        width: 38px;
        height: 38px;
        background: url(../gfx/nopalette.png);
        background-position: -2px 0px; }
      section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .paleta_tooltip {
        float: left;
        margin-left: 5px; }
      section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .paleta_tooltip a {
        position: relative;
        top: 0;
        right: 0;
        content: "";
        display: block;
        height: 38px;
        width: 38px;
        background: url(../gfx/kolor-palette.png);
        background-position: -2px 0px; }
        section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .paleta_tooltip a:hover:after {
          background: #00083a;
          border-radius: 5px;
          bottom: 43px;
          color: #fff;
          content: "Wybierz kolor z   palety";
          left: 6%;
          padding: 10px 15px;
          position: absolute;
          z-index: 98;
          display: inline-block;
          min-width: 180px;
          font-weight: 400;
          font-size: 12px;
          animation: default-transitionz 0.2s; }
        section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .paleta_tooltip a:hover:before {
          border: solid;
          border-color: #00083a transparent;
          border-width: 12px 12px 0 12px;
          content: "";
          left: 80%;
          position: absolute;
          z-index: 99;
          top: -5px;
          animation: default-transitionz 0.2s; }
      section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .wzorniki_prod h2 {
        font-size: 14px;
        font-weight: 700;
        padding: 20px 0 0 0;
        text-transform: uppercase; }
        section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .wzorniki_prod h2 span {
          font-weight: 400; }
      section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .wzorniki_prod .wzory_lista ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .wzorniki_prod .wzory_lista ul li {
          display: inline-block;
          float: left;
          margin: 0;
          padding: 0;
          text-align: center; }
          section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .wzorniki_prod .wzory_lista ul li a {
            font-size: 10px;
            font-family: 'Raleway', sans-serif;
            font-weight: 400;
            color: #000; }
            section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika .wzorniki_prod .wzory_lista ul li a img {
              width: 38px;
              height: 38px;
              margin-right: 5px; }
      section.offer_category .product_preview .product_desc .prod_opis_box .nazwa_wzornika input {
        background: #b59963;
        border: 1px solid #979797;
        font-size: 12px;
        height: 38px;
        width: 42px;
        padding-right: 0;
        text-align: left;
        text-transform: uppercase;
        font-family: 'Oswald';
        text-align: center;
        float: left;
        margin-right: 5px; }
    section.offer_category .product_preview .product_desc .prod_opis_box .cart_quantity {
      padding-top: 5px; }
      section.offer_category .product_preview .product_desc .prod_opis_box .cart_quantity input {
        height: 38px;
        border: 1px solid #979797;
        text-transform: uppercase;
        font-family: 'Oswald';
        font-weight: 600;
        text-align: center;
        font-size: 12px;
        width: 128px;
        margin-bottom: 20px; }
  section.offer_category .slider li {
    border-right: 1px solid #fdfdfd; }
  section.offer_category .slider li:nth-child(1) {
    border-left: 1px solid #fdfdfd; }
  section.offer_category .slider li a h1 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 15px 0 5px 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

section.offer_category_boxes {
  padding-top: 150px; }
  section.offer_category_boxes .box_kat {
    padding: 0;
    position: relative;
    overflow: hidden; }
  section.offer_category_boxes .box_kat .opis {
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 100%;
    text-align: center;
    transition: all 0.5s; }
  section.offer_category_boxes .box_kat .opis h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 900;
    margin-top: 0;
    text-transform: uppercase; }
  section.offer_category_boxes .box_kat .opis a {
    margin-bottom: 38px; }
  section.offer_category_boxes .box_kat img {
    transition: all 0.6s;
    width: 100%;
    height: auto; }
  section.offer_category_boxes .box_kat:hover .opis {
    bottom: 15%; }
  section.offer_category_boxes .box_kat:hover img {
    transform: scale(1.1);
    filter: brightness(50%); }

section.product_details .product_desc .product_head h1 {
  font-size: 32px;
  font-weight: 400; }
  section.product_details .product_desc .product_head .return_button {
    text-align: right;
    margin-bottom: 30px; }
  section.product_details .product_desc .product_head .product_price {
    border-top: 1px solid #b59963;
    margin-top: 25px;
    padding-top: 25px;
    text-align: right; }
    section.product_details .product_desc .product_head .product_price .dodaj_kosz .cena_p {
      font-size: 18px; }
      section.product_details .product_desc .product_head .product_price .dodaj_kosz .cena_p .cena_sz {
        color: #333;
        font-weight: 700;
        font-size: 24px; }
  section.product_details .product_desc .product_description {
    padding: 75px 0 100px 0;
    border-bottom: 1px solid #b59963; }
  section.product_details .product_desc .product_description h1, section.product_details .product_desc .product_description h2, section.product_details .product_desc .product_description h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #9b7f4a;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  section.product_details .product_desc .product_description p {
    text-align: justify;
    margin-bottom: 30px; }
    section.product_details .product_desc .product_description p a {
      color: #333;
      font-weight: 400; }

section.promotions_and_news {
  padding-bottom: 80px; }
  section.promotions_and_news h1 {
    background-image: url(../gfx/header-raster.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #000;
    font-size: 27px;
    font-weight: 900;
    margin-top: 136px;
    margin-bottom: 28px;
    text-transform: uppercase;
    padding-bottom: 26px; }
  section.promotions_and_news h1 b {
    color: #000730;
    font-weight: 900; }
  section.promotions_and_news .flex-direction-nav a {
    width: 75px;
    height: 75px; }
  section.promotions_and_news .flex-direction-nav a:before {
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 90px;
    background-color: rgba(255, 255, 255, .5);
    font-size: 18px;
    padding-top: 8px; }
  section.promotions_and_news .flex-direction-nav a.flex-next {
    color: rgba(0, 0, 0, 0); }
    section.promotions_and_news .flex-direction-nav a.flex-next:before {
      content: "";
      background-image: url(../gfxi/flex-arrow-right.png);
      background-repeat: no-repeat;
      background-position: center center; }
  section.promotions_and_news .flex-direction-nav a.flex-prev {
    color: rgba(0, 0, 0, 0); }
    section.promotions_and_news .flex-direction-nav a.flex-prev:before {
      content: "";
      background-image: url(../gfxi/flex-arrow-left.png);
      background-repeat: no-repeat;
      background-position: center center; }

@media screen and (min-width: 1px) and (max-width: 991px) {
  /*end _produkty_nosidebar.sass*/
  /*START  _category.sass*/
    section.product_details .product_desc .product_head h1 {
      text-align: center;
      font-size: 28px; }
      section.product_details .product_desc .product_head .product_price {
        text-align: center; } }

.offer_category {
  margin-bottom: 50px;
  /*END  _category.sass*/
  /*START  _realizacje_blog.sass*/ }
  .offer_category .kategorie {
    padding: 50px 0; }
  .offer_category .kategorie .cat_p .kat_img {
    height: 350px;
    overflow: hidden;
    text-align: center; }
    .offer_category .kategorie .cat_p .kat_img img {
      max-height: 300px; }
  .offer_category .kategorie .cat_p .title_p h1 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 15px 0 5px 0;
    padding: 0;
    min-height: 40px;
    text-align: center; }
  .offer_category .kategorie .cat_p:hover {
    transform: scale(1.02); }

.realizacje {
  /*END  _realizacje_blog.sass*/ }
  .realizacje .realizacja {
    background-color: #f7f7f7;
    border: 4px solid white;
    padding-bottom: 20px; }
  .realizacje .realizacja.grid-item {
    width: 50%; }
  .realizacje .realizacja .link {
    text-align: right; }
  .realizacje .realizacja h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .realizacje .realizacja .opis {
    font-size: 14px;
    text-align: justify; }
  .realizacje .realizacja .cat_p {
    padding: 15px;
    background-color: #f7f7f7; }
  .realizacje .realizacja .cat_p:before, .realizacje .realizacja .cat_p:after {
    clear: both; }
  .realizacje .realizacja .flex-control-nav {
    display: none; }
  .realizacje .realizacja .flex-direction-nav, .realizacje .realizacja .flex-direction-nav li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .realizacje .realizacja .gal_realizacje ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: #000; }
    .realizacje .realizacja .gal_realizacje ul li {
      margin: 0;
      padding: 0;
      list-style: none; }
      .realizacje .realizacja .gal_realizacje ul li:nth-child(1) {
        float: left; }
      .realizacje .realizacja .gal_realizacje ul li:nth-child(2) {
        float: right; }
  .realizacje .realizacja .gal_realizacje ul.flex-direction-nav li a {
    font-size: 14px;
    color: white;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    @import transitions(0.5s);
    background-color: #000; }
  .realizacje .realizacja .gal_realizacje ul.flex-direction-nav li a:hover {
    color: #444;
    background-color: #fff; }

.oferta .kategoria {
  position: relative;
  min-height: 200px;
  background: #fff;
  padding: 1px 1px 0 0;
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; }
  .oferta .kategoria img {
    width: 100%; }
  .oferta .kategoria .title {
    width: 100%;
    position: absolute;
    bottom: 0px;
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; }
  .oferta .kategoria .title h2 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 25px 0;
    background: #fff;
    margin: 0; }
  .oferta .kategoria .title .line {
    background: #000;
    width: 98px;
    height: 2px;
    float: right;
    margin: 0 60px 20px 0; }
  .oferta .kategoria .btn {
    display: none;
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    margin-top: 30px; }
  .oferta .kategoria:hover .btn {
    display: inline-block; }
  .oferta .kategoria:hover .title {
    bottom: 100px; }

.oferta2 {
  padding: 0px 100px 0 100px; }
  .oferta2 .row .col-md-6 {
    padding: 0; }
  .oferta2 img {
    width: 100%; }
  .oferta2 .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%; }
  .oferta2 .grid .off_1 .btn_2 {
    color: #000;
    border-color: #000; }
  .oferta2 .grid .off_1:nth-child(2n+1) {
    -ms-grid-column: 2;
    grid-column: 2; }
  .oferta2 .grid .off_1:nth-child(2n) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; }
  .oferta2 .grid div:nth-child(2n) {
    padding: 30px 40px;
    font-size: 12px; }
  .oferta2 .grid div:nth-child(2n) h2 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase; }
  .oferta2 .grid.col-left .off_0 {
    background: #333;
    color: #fff; }
  .oferta2 .grid.col-right .off_0 {
    background: #404040;
    color: #fff; }

.oferta3 {
  padding: 50px 100px; }
  .oferta3 .off_box .btn_2 {
    color: #000;
    border-color: rgba(0, 0, 0, 0);
    margin: 0 0 30px 10px; }
  .oferta3 .off_box .btn_2:hover {
    color: #333;
    background-color: rgba(0, 0, 0, 0); }
  .oferta3 .row {
    padding: 0; }
  .oferta3 .row .col-md-2 {
    padding: 0; }
  .oferta3 .row .col-md-2:nth-child(2n+1) {
    background: #f9f9f9; }
  .oferta3 .row img {
    width: 100%; }
  .oferta3 .row h2 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 20px;
    min-height: 50px; }
  .oferta3 .oferta_lato_zima .col-md-6 {
    padding: 0; }
  .oferta3 .oferta_lato_zima .of1, .oferta3 .oferta_lato_zima .of2 {
    background: #f9f9f9; }
  .oferta3 .oferta_lato_zima .of1 h2, .oferta3 .oferta_lato_zima .of2 h2 {
    margin: 0;
    color: #fff;
    padding: 35px 30px;
    font-size: 15px; }
  .oferta3 .oferta_lato_zima .of1 .txt p, .oferta3 .oferta_lato_zima .of2 .txt p {
    padding: 0; }
  .oferta3 .oferta_lato_zima .of1 h2 {
    background: #333; }
  .oferta3 .oferta_lato_zima .of1 .btn_3 {
    float: right;
    margin-right: 30px;
    margin-bottom: 60px; }
    .oferta3 .oferta_lato_zima .of1 .btn_3:hover {
      border-width: 2px; }
  .oferta3 .oferta_lato_zima .of2 h2 {
    background: #404040; }
  .oferta3 .oferta_lato_zima .of2 .btn_3 {
    float: right;
    margin-right: 30px;
    margin-bottom: 60px; }
    .oferta3 .oferta_lato_zima .of2 .btn_3:hover {
      border-width: 2px; }
  .oferta3 p {
    padding: 20px 10px;
    font-size: 11px; }
  .oferta3 .oferta_lato_zima .txt {
    padding: 60px 30px 0px 30px; }
  .oferta3 .oferta_lato_zima .txt p {
    padding: 0;
    font-size: 14px; }
  .oferta3 .oferta_lato_zima p {
    padding: 0; }

.pozostala_oferta {
  background: #009ddc;
  color: #fff;
  padding: 80px 0 60px 0; }
  .pozostala_oferta h2 {
    color: #dfdfdf;
    margin-bottom: 20px; }
  .pozostala_oferta .txt {
    margin-top: 20px; }
  .pozostala_oferta .of_box a {
    margin: 4px; }

@media screen and (max-width: 1366px) {
  .oferta2 .grid div:nth-child(2n) {
    padding: 10px 30px; } }

@media screen and (max-width: 1024px) {
  .oferta2 .grid {
    display: block; } }

@media screen and (max-width: 991px) {
  .oferta2, .oferta3 {
    text-align: center;
    padding: 20px 0; }
    .oferta2 .grid .off_1 .btn_2, .oferta3 .grid .off_1 .btn_2 {
      width: 90%; }
    .oferta2 .grid .off_0 .btn_2, .oferta3 .grid .off_0 .btn_2 {
      width: 90%; }
    .oferta2 h2, .oferta3 h2 {
      margin-top: 30px;
      text-align: center; }
    .oferta2 .grid div:nth-child(2n), .oferta3 .grid div:nth-child(2n) {
      padding: 30px 50px 50px 50px;
      font-size: 14px; }

  .oferta3 .off_box .btn_2 {
    border-color: #000;
    color: #000;
    width: 80%; }
    .oferta3 .oferta_lato_zima .of1, .oferta3 .oferta_lato_zima .of2 {
      padding-bottom: 100px; }
      .oferta3 .oferta_lato_zima .of1 .btn_3, .oferta3 .oferta_lato_zima .of2 .btn_3 {
        float: none;
        margin-right: 0;
        width: 80%; }
    .oferta3 p {
      padding: 30px 50px 50px 50px;
      font-size: 14px; }

  .pozostala_oferta .of_box a {
    width: 80%; } }

section.foot_ {
  display: none; }

section.foot_podpis {
  background-color: #000;
  color: #fff;
  padding: 100px 0;
  text-transform: uppercase;
  /*start _contact.sass*/ }
  section.foot_podpis h4, section.foot_podpis h5 {
    margin: 10px 0 0 0;
    padding: 0; }
  section.foot_podpis h4 {
    font-weight: 900;
    font-size: 24px; }

section.contact_section {
  background: url('../gfxi/tlo-paski.jpg');
  background-size: cover;
  background-position: center top;
  padding-bottom: 0px;
  padding-top: 153px;
  /*end _contact.sass*/
  /*paralax start _parallax.sass */ }
  section.contact_section h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800; }
  section.contact_section h3 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 800; }
  section.contact_section .footer-logo {
    margin-bottom: 50px; }
  section.contact_section .container {
    color: #000;
    font-weight: 400;
    font-size: 16px; }
  section.contact_section .container a {
    color: #000; }
  section.contact_section .container p strong {
    font-weight: 800; }
  section.contact_section form .form-group {
    box-shadow: none; }
  section.contact_section form .form-group .input-group {
    margin-top: 20px;
    display: block; }
    section.contact_section form .form-group .input-group input, section.contact_section form .form-group .input-group textarea {
      border: 0;
      background-color: transparent;
      border-bottom: 1px solid #333;
      border-color: #333;
      color: #000;
      box-shadow: none; }
      section.contact_section form .form-group .input-group input::-webkit-input-placeholder, section.contact_section form .form-group .input-group textarea::-webkit-input-placeholder {
        color: #000; }
    section.contact_section form .form-group .input-group span {
      color: pink; }
    section.contact_section form .form-group .input-group .input-group-addon {
      vertical-align: top; }
    section.contact_section form .form-group .input-group .form-control {
      color: #000; }
      section.contact_section form .form-group .input-group .form-control:focus {
        border-width: 0 0 1px 0;
        border-color: #333;
        box-shadow: none;
        -webkit-box-shadow: none; }
  section.contact_section form .form-group .head-ghost-btn {
    padding: 15px 0; }
    section.contact_section form .form-group .head-ghost-btn:hover, section.contact_section form .form-group .head-ghost-btn:focus {
      padding: 15px 0; }
      section.contact_section form .form-group .head-ghost-btn:hover span, section.contact_section form .form-group .head-ghost-btn:focus span {
        color: red !important; }
    section.contact_section form .form-group .head-ghost-btn span {
      color: #005f4f !important; }
  section.contact_section form .form-group .tcenter {
    float: right; }
  section.contact_section form .form-group #g-recaptcha div {
    margin: 0 auto; }

.parallax {
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: 700px;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /*paralax end _parallax.sass */ }
  .parallax.bg1 {
    background-image: url(../gfxi/1.webp);
    height: 1000px;
    position: relative;
    color: #fff;
    padding: 300px 0 0 0; }
  .parallax.bg2 {
    background-image: url(../gfxi/2.webp);
    height: 1000px;
    position: relative;
    color: #fff;
    padding: 300px 0 0 0; }
  .parallax.bg2 .box {
    background: #fff;
    color: #000;
    padding: 30px;
    font-size: 12px;
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; }
  .parallax.bg2 .box h3 {
    color: #b59963;
    font-size: 16px; }
  .parallax.bg2 .box .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 140px; }
  .parallax.bg2 .box:hover {
    height: auto; }
    .parallax.bg2 .box:hover .txt {
      height: auto; }

section.shoping_cart {
  padding-bottom: 136px;
  padding-top: 80px; }
  section.shoping_cart h1 {
    background-image: url(../gfx/header-raster.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #000;
    font-size: 27px;
    font-weight: 900;
    margin-top: 56px;
    margin-bottom: 28px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 26px; }
  section.shoping_cart .koszyk_cont h2 {
    font-size: 16px;
    text-align: center; }
  section.shoping_cart form .btn_1, section.shoping_cart form .btn_2, section.shoping_cart form .btn_3 {
    width: calc(33% - 10px);
    display: inline-block;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px; }
  section.shoping_cart form table {
    width: 100%; }
  section.shoping_cart form table th {
    background-color: #000730;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 11px 13px 11px 0;
    text-align: center; }
  section.shoping_cart form table tr td {
    border-right: 1px solid #9b7f4a;
    border-bottom: 1px solid #9b7f4a;
    font-size: 14px;
    text-align: center; }
    section.shoping_cart form table tr td strong span {
      font-family: 'Raleway', sans-serif;
      color: #000730; }
    section.shoping_cart form table tr td a img {
      width: 80px;
      margin: 20px auto; }
    section.shoping_cart form table tr td:nth-child(1) {
      border-left: 1px solid #9b7f4a; }
    section.shoping_cart form table tr td input.cart_input {
      border: 1px solid #342a18;
      height: 40px;
      width: 40px;
      margin-right: 10px;
      text-align: center; }
    section.shoping_cart form table tr td .usun_kosz {
      position: relative; }
    section.shoping_cart form table tr td .usun_kosz input {
      position: relative; }
      section.shoping_cart form table tr td .usun_kosz input.remove {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        display: block;
        margin: auto;
        width: 26px;
        height: 26px;
        background-image: url(../gfx/bin.svg);
        background-size: 26px 26px; }
    section.shoping_cart form table tr td .usun_kosz:hover:after {
      background: #f10707;
      border-radius: 5px;
      bottom: 37px;
      color: #fff;
      content: "UsuÅ„";
      left: 0%;
      padding: 10px 15px;
      position: absolute;
      z-index: 98;
      display: inline-block;
      min-width: 100px;
      font-weight: 400;
      font-size: 12px;
      animation: default-transitionz 0.2s; }
    section.shoping_cart form table tr td .usun_kosz:hover:before {
      border: solid;
      border-color: #f10707 transparent;
      border-width: 12px 12px 0 12px;
      content: "";
      left: 80%;
      position: absolute;
      z-index: 99;
      top: -11px;
      animation: default-transitionz 0.2s; }
  section.shoping_cart form table.tabkoszyksuma td {
    background-color: #b59963;
    font-size: 20px;
    padding: 20px; }
  section.shoping_cart .cart_ship_pay, section.shoping_cart .cart_client {
    font-size: 14px; }
  section.shoping_cart .cart_ship_pay textarea, section.shoping_cart .cart_client textarea {
    width: 100%; }
  section.shoping_cart .cart_ship_pay table, section.shoping_cart .cart_client table {
    width: 100%; }
  section.shoping_cart .cart_ship_pay table th, section.shoping_cart .cart_client table th {
    background-color: #000730;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 11px 13px 11px 0;
    text-align: center; }
  section.shoping_cart .cart_ship_pay table td, section.shoping_cart .cart_client table td {
    border-right: 1px solid #9b7f4a;
    border-top: 1px solid #9b7f4a;
    font-size: 14px;
    text-align: center;
    padding: 11px 13px 11px 0; }
    section.shoping_cart .cart_ship_pay table td:nth-child(1), section.shoping_cart .cart_client table td:nth-child(1) {
      border-left: 1px solid #9b7f4a; }
  section.shoping_cart .cart_ship_pay ul, section.shoping_cart .cart_client ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 50%; }
  section.shoping_cart .cart_ship_pay ul li input, section.shoping_cart .cart_client ul li input {
    border: 1px solid #342a18;
    height: 40px;
    width: 100%;
    clear: both;
    text-align: center;
    display: block; }
    section.shoping_cart .cart_ship_pay ul li input#rej_firma_2, section.shoping_cart .cart_client ul li input#rej_firma_2, section.shoping_cart .cart_ship_pay ul li input#r_newsletter1, section.shoping_cart .cart_client ul li input#r_newsletter1, section.shoping_cart .cart_ship_pay ul li input#r_regulamin1, section.shoping_cart .cart_client ul li input#r_regulamin1, section.shoping_cart .cart_ship_pay ul li input#r_dane_osobowe1, section.shoping_cart .cart_client ul li input#r_dane_osobowe1, section.shoping_cart .cart_ship_pay ul li input#rej_firma, section.shoping_cart .cart_client ul li input#rej_firma, section.shoping_cart .cart_ship_pay ul li input#r_newsletter, section.shoping_cart .cart_client ul li input#r_newsletter, section.shoping_cart .cart_ship_pay ul li input#ax_regulamin, section.shoping_cart .cart_client ul li input#ax_regulamin, section.shoping_cart .cart_ship_pay ul li input#r_dane_osobowe, section.shoping_cart .cart_client ul li input#r_dane_osobowe {
      width: 20px;
      height: 20px;
      float: left; }
  section.shoping_cart .cart_ship_pay h4, section.shoping_cart .cart_client h4 {
    color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 11px 13px 0 0; }
  section.shoping_cart .cart_ship_pay h4 span, section.shoping_cart .cart_client h4 span {
    color: #000730;
    margin-right: 10px; }
  section.shoping_cart .cart_ship_pay .btn_2, section.shoping_cart .cart_client .btn_2, section.shoping_cart .cart_ship_pay .btn_1, section.shoping_cart .cart_client .btn_1 {
    width: calc(33% - 10px);
    display: inline-block;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    float: right; }

.modal-content {
  font-size: 13px;
  /*custom start*/ }
  .modal-content .modal-header {
    background-color: #000730; }
  .modal-content .modal-header .modal-title {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    text-align: center; }
  .modal-content .modal-body fieldset input {
    width: 20px;
    height: 20px; }
    .modal-content .modal-body fieldset input.chx {
      border: 1px solid red;
      width: 15px;
      height: 15px;
      background-color: red; }
  .modal-content .modal-body fieldset ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .modal-content .modal-body fieldset ul li input {
      border: 1px solid #342a18;
      height: 40px;
      width: 50%;
      display: inline-block;
      margin-bottom: 5px;
      padding-left: 20px; }
    .modal-content .modal-body fieldset ul li label {
      width: 50%; }
    .modal-content .modal-body fieldset ul li:last-child {
      text-align: center; }
  .modal-content .modal-footer {
    text-align: center; }

html {
  scroll-behavior: smooth; }

nav.navbar-default .container .col3 ul li a {
  position: relative; }
  nav.navbar-default .container .col3 ul li a:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0px;
    left: 0;
    height: 2px;
    width: 0%;
    opacity: 0;
    background-color: #b59963;
    transition: all 0.5s; }
  nav.navbar-default .container .col3 ul li a:hover:after {
    width: 100%;
    opacity: 1; }

.social {
  position: absolute;
  top: 24px;
  right: 80px; }
  .social img {
    width: 30px; }

.change .social {
  top: 14px; }

.wyloguj {
  position: absolute;
  top: 150px;
  right: 50px; }

.tab_file {
  border: 2px solid #333;
  border-collapse: separate;
  border-radius: 5px !important;
  padding: 0;
  background: #333;
  /*.btn_2{
  background-color: $color_5; 
  background-image: linear-gradient(to right, $color_5, $color_5);
  color: $color_1; 
  &:hover{
    background-color: $color_1; 
    background-image: linear-gradient(to right, $color_1, $color_1); 
    color:$color_base;
  }
}*/ }
  .tab_file th {
    background: #333;
    text-align: center;
    padding: 15px;
    color: #fff; }
  .tab_file tbody {
    background: white; }
  .tab_file tbody td {
    padding: 15px; }

.kreska_pion {
  width: 4px;
  height: 220px;
  background: #fff; }

section.witamy {
  background: url(../gfxi/tlo-paski.jpg);
  background-size: cover;
  font-size: 14px;
  padding-top: 50px; }
  section.witamy.mirror {
    background: url(../gfxi/tlo-paski-mirror.jpg);
    background-size: cover; }
  section.witamy .left_pad {
    padding-left: 100px; }
  section.witamy .kreska_pion {
    width: 1px;
    height: 100px;
    background: rgba(0, 0, 0, 0); }
  section.witamy h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 800; }
  section.witamy h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800; }
  section.witamy .miejsce {
    font-size: 14px; }
  section.witamy .miejsce strong {
    text-transform: uppercase; }
  section.witamy .miejsce h3 {
    margin: 0 auto 10px auto; }
  section.witamy .miejsce p {
    margin: 0 auto; }
  section.witamy.drzwi_off {
    padding: 150px 100px; }
  section.witamy.drzwi_off .white {
    background: #fff; }
  section.witamy.drzwi_off .d_dla_domu {
    font-size: 14px;
    padding: 50px 20px; }
  section.witamy.drzwi_off .d_dla_domu h1 {
    font-size: 50px; }
  section.witamy.drzwi_off .d_dla_domu h2 {
    font-size: 26px;
    font-weight: 800; }
  section.witamy.drzwi_off .d_dla_domu h3 {
    font-size: 16px; }
  section.witamy.drzwi_off .d_wew .txt {
    padding: 20px;
    font-size: 12px; }
    section.witamy.drzwi_off .d_wew .txt h2 {
      font-size: 20px;
      margin-bottom: 10px; }
    section.witamy.drzwi_off .d_wew .txt h2 span {
      font-size: 15px; }
    section.witamy.drzwi_off .d_wew .txt h3 {
      font-size: 12px; }
  section.witamy.drzwi_off .drzwi_right .txt {
    padding: 20px;
    font-size: 12px; }
    section.witamy.drzwi_off .drzwi_right .txt h2 {
      font-size: 20px;
      margin-bottom: 10px; }
    section.witamy.drzwi_off .drzwi_right .txt h2 span {
      font-size: 15px; }
    section.witamy.drzwi_off .drzwi_right .txt h3 {
      font-size: 12px; }
  section.witamy.drzwi_off .drzwi_right .d_zew {
    padding: 0;
    margin: 0 15px; }
    section.witamy.drzwi_off .drzwi_right .d_zew .col-md-6 {
      padding: 0; }
  section.witamy.drzwi_off .drzwi_right .podlogi, section.witamy.drzwi_off .drzwi_right .klamki {
    background: #ececec;
    padding: 0;
    margin: 0 15px; }
    section.witamy.drzwi_off .drzwi_right .podlogi .col-md-6, section.witamy.drzwi_off .drzwi_right .klamki .col-md-6 {
      padding: 0; }
  section.witamy.drzwi_off .drzwi_right .podlogi {
    margin-top: 50px; }

.str_down {
  margin-top: 40px; }

.bg1 {
  position: relative; }
  .bg1 .txt_pion {
    text-transform: uppercase;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
    width: 400px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    position: absolute;
    top: 350px;
    left: -154px; }
  .bg1 .tright {
    background: rgba(0, 0, 0, 0.4);
    padding-bottom: 20px; }

.top1 {
  color: #fff; }
  .top1 h2 {
    color: #fff;
    font-weight: 800;
    font-size: 50px;
    padding-bottom: 20px;
    max-width: 365px; }
  .top1 .hover {
    min-height: 33.333vW;
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    position: relative; }
  .top1 .hover:hover {
    background: rgba(0, 0, 0, 0.3); }
  .top1 .hover .txt {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 150px;
    font-size: 14px;
    font-weight: 600; }
  .top1 .hover .txt .linia {
    width: 132px; }
  .top1 .hover .txt .btn {
    float: right; }
  .top1 .hover .txt h2 {
    font-weight: 300; }
    .top1 .hover .txt h2 strong {
      font-weight: 800; }
  .top1 .left {
    background: url('../gfxi/top1_left.jpg');
    background-size: cover;
    background-position: center top;
    padding: 0; }
  .top1 .right {
    background: url('../gfxi/top1_right.jpg');
    background-size: cover;
    background-position: center top;
    padding: 0; }
  .top1 #txt_top2 .left {
    background: url('../gfxi/top2_1_right.jpg');
    background-size: cover;
    background-position: center top;
    padding: 0; }
  .top1 #txt_top2 .right {
    background: url('../gfxi/top2_1_left.jpg');
    background-size: cover;
    background-position: center top;
    padding: 0; }

.top2 {
  color: #fff; }
  .top2 .hover {
    min-height: 33.333vW;
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    position: relative; }
  .top2 .hover:hover {
    background: rgba(0, 0, 0, 0.3); }
  .top2 .hover:hover .txt {
    transform: translateY(0px); }
  .top2 .hover .txt {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 150px;
    font-size: 14px;
    font-weight: 500; }
  .top2 .hover .txt .linia {
    width: 132px; }
  .top2 .hover .txt .btn {
    float: right;
    margin-top: 30px; }
  .top2 .hover .txt h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400; }
    .top2 .hover .txt h2 strong {
      font-weight: 700; }
  .top2 .hover .txt h4 {
    text-transform: uppercase; }
  .top2 .left1 {
    background: url('../gfxi/top2_1.jpg');
    background-size: cover;
    background-position: center top;
    padding: 0; }
  .top2 .left1 .txt {
    padding: 0 50px;
    transform: translateY(120px); }
  .top2 .left1 .txt:hover {
    transform: translateY(0px); }
  .top2 .left2 {
    background: url('../gfxi/top2_2.jpg');
    background-size: cover;
    background-position: center top;
    padding: 0; }
  .top2 .left2 .txt {
    padding: 0 50px;
    transform: translateY(120px); }
  .top2 .left2 .txt:hover {
    transform: translateY(0px); }
  .top2 .right {
    background: url('../gfxi/top2_3.jpg');
    padding: 0; }

.top2.zadaszenia .left1 {
  background: url('../gfxi/top2_2_1.jpg');
  background-size: cover;
  background-position: center top;
  background-size: 100%;
  transition: background-size 0.5s ease-in;
  -moz-transition: background-size 0.5s ease-in;
  -web-kit-transition: background-size 0.5s ease-in; }
  .top2.zadaszenia .left1:hover {
    background-size: 110%; }
  .top2.zadaszenia .left2 {
    background: url('../gfxi/top2_2_2.jpg');
    background-size: cover;
    background-position: center top;
    background-size: 100%;
    transition: background-size 0.5s ease-in;
    -moz-transition: background-size 0.5s ease-in;
    -web-kit-transition: background-size 0.5s ease-in; }
  .top2.zadaszenia .left2:hover {
    background-size: 110%; }
  .top2.zadaszenia .right {
    background: url('../gfxi/top2_2_3.jpg');
    background-size: cover;
    background-position: center top;
    background-size: 100%;
    transition: background-size 0.5s ease-in;
    -moz-transition: background-size 0.5s ease-in;
    -web-kit-transition: background-size 0.5s ease-in; }
  .top2.zadaszenia .right:hover {
    background-size: 110%; }

.top3 {
  color: #fff; }
  .top3 h2 {
    color: #fff;
    font-weight: 800;
    font-size: 50px; }
  .top3 h3 {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 50px; }
  .top3 h3 strong {
    font-weight: 800; }
  .top3 .hover {
    min-height: 33.333vW;
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    position: relative;
    padding: 100px; }
  .top3 .left {
    background: url('../gfxi/top3_1.jpg');
    background-size: cover;
    background-position: center top;
    background-size: 100%;
    transition: background-size 0.5s ease-in;
    -moz-transition: background-size 0.5s ease-in;
    -web-kit-transition: background-size 0.5s ease-in;
    padding: 0; }
  .top3 .left:hover {
    background-size: 110%; }
  .top3 .right {
    background: #00a6c7;
    padding: 0; }

.top3.zadaszenia .left {
  background: url('../gfxi/top3_2_1.jpg');
  background-size: cover;
  background-position: center top;
  background-size: 100%;
  transition: background-size 0.5s ease-in;
  -moz-transition: background-size 0.5s ease-in;
  -web-kit-transition: background-size 0.5s ease-in; }
  .top3.zadaszenia .left:hover {
    background-size: 110%; }
  .top3.zadaszenia .right {
    background: url('../gfxi/top3_2_2.jpg');
    background-size: cover;
    background-position: center top;
    background-size: 100%;
    transition: background-size 0.5s ease-in;
    -moz-transition: background-size 0.5s ease-in;
    -web-kit-transition: background-size 0.5s ease-in; }
  .top3.zadaszenia .right:hover {
    background-size: 110%; }
  .top3.zadaszenia .right h3 {
    margin-bottom: 0; }
  .top3.zadaszenia .right h2 {
    margin-bottom: 50px; }

.top4 {
  background: url('../gfxi/top4.jpg');
  background-size: cover;
  background-position: center top;
  color: #fff;
  padding: 320px 0 270px; }
  .top4 h2 {
    color: #fff;
    font-weight: 300;
    font-size: 50px; }
  .top4 .left {
    padding: 0 50px; }
  .top4 .left ul {
    list-style: none; }
  .top4 .left ul li {
    display: inline-grid;
    width: 18%;
    text-align: center;
    float: left; }
    .top4 .left ul li p:nth-of-type(1) {
      height: 100px; }
    .top4 .left ul li p:nth-of-type(2) {
      height: 100px; }
  .top4 .right {
    padding: 0 100px; }
  .top4 .right h2 {
    width: 450px; }

.top4.zadaszenia {
  background: url('../gfxi/top4_2.jpg');
  background-size: cover;
  background-position: center top; }

.promotions_and_news .txt {
  padding: 150px 0 70px 0; }
  .promotions_and_news .txt .left h2 {
    text-transform: none;
    font-size: 80px;
    font-weight: 100;
    color: #000730; }
  .promotions_and_news .txt .left h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300; }
  .promotions_and_news .txt .right {
    font-size: 22px;
    font-weight: 200; }
  .promotions_and_news .txt .right .linia {
    background-color: #4282d8;
    background-image: linear-gradient(to right, #333, #4282d8);
    width: 390px;
    height: 4px;
    float: right;
    margin: 15px 0 42px 0; }

.wsp_tech {
  background: #333 url(../gfxi/wsparcie-techniczne.jpg);
  background-size: cover;
  color: #fff;
  padding: 90px 0; }
  .wsp_tech .left h2 {
    text-transform: none;
    font-size: 70px;
    font-weight: 200;
    margin-bottom: 0; }
  .wsp_tech .left h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 50px;
    padding-left: 131px;
    margin-top: 0; }
  .wsp_tech .center, .wsp_tech .right {
    font-size: 14px; }
  .wsp_tech .center h3, .wsp_tech .right h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800; }

.grid-item {
  width: 16.6666%;
  padding: 10px;
  text-align: center; }
  .grid-item img {
    max-width: inherit !important;
    width: 90%;
    height: auto; }
  .grid-item .opis {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; }
  .grid-item a {
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif; }

.galeria .pic {
  text-align: center; }
  .galeria h3 {
    color: #000;
    text-align: center;
    margin-bottom: 40px; }

.flexslider .slides img {
  max-height: 493px; }

.contact_section {
  font-family: 'Open Sans', sans-serif; }
  .contact_section ul {
    list-style: none;
    max-width: 200px;
    margin: 0 auto;
    padding: 0;
    font-weight: 600; }
  .contact_section ul li {
    text-align: left; }

@keyframes mouse {
  0% {
    top: 42px; }

  50% {
    top: 52px; }

  100% {
    top: 42px; } }

.carousel-indicators {
  left: inherit !important;
  right: 50px !important; }
  .carousel-indicators li {
    height: 36px;
    width: 36px;
    border-radius: 100px;
    transition: all 0.5s;
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    margin: 0 0px 4px 0;
    padding: 0; }
  .carousel-indicators li:hover {
    animation: looper 2s infinite; }
  .carousel-indicators li span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: #b59963;
    margin: 10px 10px; }
  .carousel-indicators li span:before {
    font-size: 13px;
    color: #fff;
    width: 100%;
    display: block;
    content: " ";
    color: darken #b59963, 50%;
    position: absolute;
    top: 300px;
    right: -475px;
    font-size: 28px;
    font-weight: 700;
    opacity: 0; }
  .carousel-indicators li span:after {
    font-size: 13px;
    color: #fff;
    width: 100%;
    display: block;
    content: " ";
    color: darken #b59963, 50%;
    position: absolute;
    top: 310px;
    right: -505px;
    font-size: 18px;
    font-weight: 200;
    opacity: 0; }
  .carousel-indicators li.active {
    animation: looper 1s;
    height: 36px;
    width: 36px;
    border-radius: 100px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    margin: 0 0px 4px -4px;
    padding: 0;
    /* &:nth-child(1) span:before {content:"01";}
    &:nth-child(2) span:before {content:"02";}
    &:nth-child(3) span:before {content:"03";}
    &:nth-child(4) span:before {content:"04";}
    &:nth-child(5) span:before {content:"05";}
    &:nth-child(6) span:before {content:"06";}
    &:nth-child(7) span:before {content:"07";}
     */ }
  .carousel-indicators li.active span:before, .carousel-indicators li.active span:after {
    opacity: 1; }

.tyt_podstrony h1 {
  margin-bottom: 50px; }

.str_prod {
  border: 0px solid red;
  position: absolute;
  top: 24px;
  left: 80px; }
  .str_prod a {
    color: black;
    font-size: 13px;
    line-height: 17px; }
  .str_prod a img {
    padding: 0 0 0px 0;
    float: left; }
  .str_prod a span {
    border: 0px solid red;
    display: block;
    float: left;
    padding: 0 0 0 4px;
    margin-top: -3px; }

.change .str_prod {
  top: 14px; }

@media screen and (max-width: 1366px) {
  .str_prod {
    left: 20px; } }

section.slider_bootstrap .widget-pom {
  z-index: 999;
  width: 200px;
  height: 200px;
  position: fixed;
  right: -199px;
  top: 200px;
  transition: all 0.5s;
  border: 0px solid green;
  border-radius: 10px 0 0 10px; }
  section.slider_bootstrap .widget-pom:hover {
    right: -10px; }
  section.slider_bootstrap .widget-pom .wid-holder {
    border: 0px solid yellow;
    background: white;
    position: relative;
    text-align: left;
    width: 200px;
    height: 200px; }
  section.slider_bootstrap .widget-pom .wid-holder h2 {
    transform: rotate(90deg);
    border: 0px solid blue;
    font-size: 16px;
    float: left;
    width: 200px;
    height: 40px;
    text-transform: uppercase;
    color: white;
    /*#b4965a;*/
    background: #94a68e;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 0px;
    transform-origin: top left;
    border-radius: 0 0 10px 10px; }
  section.slider_bootstrap .widget-pom .wid-holder .wid-content {
    padding: 10px; }
    section.slider_bootstrap .widget-pom .wid-holder .wid-content a {
      font-family: arial;
      color: white;
      background: black;
      display: inline-block;
      width: 100%;
      padding: 10px;
      margin-top: 10px;
      font-size: 20px;
      text-align: center; }
    section.slider_bootstrap .widget-pom .wid-holder .wid-content span {
      border: 0px solid red;
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      padding: 10px 20px;
      text-align: center;
      line-height: 17px; }

@media screen and (min-width: 1px) and (max-width: 1440px) {
  section.slider_bootstrap .description_slider h3 {
    font-size: 74px; } }

@media screen and (min-width: 1px) and (max-width: 1366px) {
  section.slider_bootstrap .carousel-inner .carousel-scroller {
    bottom: 240px; }
    section.slider_bootstrap .description_slider {
      bottom: 150px; }
      section.slider_bootstrap .description_slider h3 {
        font-size: 74px; } }

@media screen and (min-width: 1px) and (max-width: 1366px) {
  section.slider_bootstrap .carousel-inner .carousel-scroller {
    bottom: 150px;
    left: 30px; }
    section.slider_bootstrap .carousel-inner .carousel-indicators {
      right: 10px !important; }
    section.slider_bootstrap .description_slider {
      bottom: 80px;
      text-align: center;
      padding-right: 0;
      width: 100%; }
    section.slider_bootstrap .description_slider h2, section.slider_bootstrap .description_slider h3 {
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
    section.slider_bootstrap .description_slider p {
      padding-left: 90px;
      padding-right: 90px;
      text-align: center; } }

@media screen and (min-width: 1px) and (max-width: 991px) {
  section.slider_bootstrap .carousel-inner .carousel-scroller {
    display: none; }
    section.slider_bootstrap .carousel-inner .carousel-indicators {
      display: none; }
    section.slider_bootstrap .description_slider {
      bottom: 20px;
      text-align: center;
      padding-right: 0;
      width: 100%; }
    section.slider_bootstrap .description_slider h2, section.slider_bootstrap .description_slider h3 {
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      margin: 0; }
    section.slider_bootstrap .description_slider p {
      padding-left: 20px;
      padding-right: 20px;
      text-align: center;
      padding: 10px 0;
      margin: 0; } }

@media screen and (min-width: 1px) and (max-width: 640px) {
  section.slider_bootstrap .description_slider h2 {
    font-size: 18px; }
    section.slider_bootstrap .description_slider h3 {
      font-size: 60px; }
    section.slider_bootstrap .description_slider p {
      font-size: 14px; } }

.footer-icony {
  background: #94a68d;
  margin: 50px 0;
  padding: 0; }
  .footer-icony div {
    width: 9.09116%;
    float: left;
    padding: 30px 0 10px 0;
    text-align: Center;
    color: white;
    border-right: 1px solid #bac9b4;
    border-bottom: 1px solid #bac9b4; }
  .footer-icony div:last-child {
    border-right: 0; }
  .footer-icony div img {
    height: 64px;
    width: auto;
    max-width: 89px; }
  .footer-icony div p {
    font-weight: 600;
    font-size: 12px;
    display: block;
    padding: 20px 5px;
    color: white;
    height: 62px; }

@media screen and (max-width: 768px) {
  .footer-icony div {
    width: 50%;
    padding: 70px 20px 20px 20px;
    height: 240px; }

  .foot-news .newsletter-head {
    padding: 10px 20px 16px 20px !important; }

  .foot-news .dew-newsletter {
    padding: 10px 20px 16px 20px !important; }

  .foot-news .newsletter-checks input {
    margin: 0 10px 10px 0 !important; } }

@media screen and (max-width: 530px) {
  .foot-news .dew-newsletter {
    border: 0px solid red; }
    .foot-news .dew-newsletter h2 {
      width: 100%;
      text-align: center; }

  input {
    width: 90%;
    margin: 5px 0 5px 0; } }

.foot-news .newsletter-head {
  border-top: 2px solid #b4965a;
  padding: 10px 0 16px 21%;
  background: white; }
  .foot-news .newsletter-head h3 {
    color: #b4965a;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0; }
  .foot-news .newsletter-checks {
    border-bottom: 2px solid #b4965a;
    padding: 30px 21%; }
  .foot-news .newsletter-checks input {
    float: left;
    margin: 0 10px 100px 0; }
  .foot-news .newsletter-checks p {
    font-size: 12px; }
  .foot-news .dew-newsletter {
    color: white;
    padding: 16px 0 16px 21%;
    background: #b4965a; }
  .foot-news .dew-newsletter h2 {
    font-size: 16px !important;
    float: left;
    margin: 0 !important;
    padding: 12px 10px 0 0 !important; }
  .foot-news .dew-newsletter input {
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    color: #444;
    padding: 10px 30px; }
  .foot-news .dew-newsletter input::placeholder {
    color: #aaa !important; }
  .foot-news .dew-newsletter input[type=submit] {
    background: #333;
    color: white;
    text-transform: uppercase;
    padding: 10px 40px; }

@media screen and (max-width: 1366px) {
  .foot-news .newsletter-head {
    padding: 10px 0 16px 15%; }
    .foot-news .newsletter-checks {
      padding: 30px 15%; }
    .foot-news .dew-newsletter {
      padding: 16px 0 16px 15%; } }

@media screen and (max-width: 1280px) {
  .foot-news .newsletter-head {
    padding: 10px 0 16px 10%; }
    .foot-news .newsletter-checks {
      padding: 30px 10%; }
    .foot-news .dew-newsletter {
      padding: 16px 0 16px 10%; } }

#popup {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 180px 0;
  font-size: 20px;
  color: #fff;
  height: 100vh; }
  #popup .close_pop {
    position: absolute;
    font-weight: 600;
    left: 80%;
    top: 150px;
    z-index: 20; }
  #popup .content_popup {
    padding-top: 40px; }

.forebs {
  text-align: left;
  padding-top: 180px; }
  .forebs h3 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px; }

.mob_vis {
  display: none !important; }

body {
  overflow-x: hidden; }

img {
  max-width: 100%; }

@media screen and (min-width: 1px) and (max-width: 1440px) {
  .social {
    right: 20px; }

  section.witamy {
    padding: 100px 20px; }

  section.witamy.drzwi_off {
    padding: 150px 50px; }

  section.witamy.drzwi_off .drzwi_right .txt {
    padding: 10px; }
    section.witamy.drzwi_off .drzwi_right .txt h2 {
      font-size: 17px;
      margin-bottom: 5px; }
    section.witamy.drzwi_off .drzwi_right .txt h3 {
      margin-top: 0;
      margin-bottom: 5px; }
    section.witamy.drzwi_off .drzwi_right .txt .btn_2, section.witamy.drzwi_off .drzwi_right .txt .btn_4 {
      font-size: 10px;
      padding: 10px 15px; }

  .top2 .hover .txt h2 {
    font-size: 35px; }

  .top4 .left ul li {
    width: 33%; }

  section.slider_bootstrap .description_slider {
    top: inherit;
    bottom: 20px; }
    section.slider_bootstrap .description_slider h2 {
      font-size: 30px; }
    section.slider_bootstrap .description_slider h3 {
      font-size: 40px; }

  .top1 h2, .top2 h2 {
    font-size: 30px; }
    .top1 .hover .txt, .top2 .hover .txt {
      padding: 0 50px; } }

@media screen and (min-width: 1px) and (max-width: 1300px) {
  .social {
    right: 10px; }

  .toptop .right {
    padding-right: 30px; } }

@media screen and (min-width: 1px) and (max-width: 1280px) {
  .toptop .right {
    padding-right: 45px; }

  .top1 h2 {
    font-size: 35px;
    margin-top: 10px;
    padding-bottom: 10px; }
    .top1 .hover .txt {
      padding: 0 30px; }

  section.witamy {
    padding: 100px 20px; }
    section.witamy h2 {
      font-size: 35px; }

  section.witamy .left_pad {
    padding-left: 30px; }

  section.witamy.drzwi_off {
    padding: 150px 15px; }

  .top2 .hover .txt {
    padding: 0 50px; }
    .top2 .hover .txt h2 {
      font-size: 25px; }
    .top2 .hover .txt h4 {
      font-size: 16px; }

  .top3 h2 {
    font-size: 35px; }
    .top3 h3 {
      font-size: 20px; }

  section.slider_bootstrap .description_slider {
    top: inherit;
    bottom: 20px; }
    section.slider_bootstrap .description_slider h3 {
      font-size: 20px;
      text-shadow: 1px 1px #333;
      margin: 0 0 40px 0; } }

@media screen and (min-width: 1px) and (max-width: 1024px) {
  .str_prod {
    display: none; }

  section.witamy.drzwi_off > .row > .col-md-4 {
    width: 100%;
    float: left;
    text-align: center; }
    section.witamy.drzwi_off > .row > .col-md-4.d_wew {
      padding-bottom: 50px; }
    section.witamy.drzwi_off > .row > .col-md-4.drzwi_right .col-md-6 {
      width: 50%;
      float: left; }
      section.witamy.drzwi_off > .row > .col-md-4.drzwi_right .txt {
        padding: 50px 20px; }

  section.slider_bootstrap {
    margin-top: 135px; }

  .top1 h2, .top2 h2 {
    font-size: 18px; }
    .top1 .hover .txt, .top2 .hover .txt {
      padding: 0 30px; }

  .top2 .col-sm-12 {
    width: 100%; }

  nav.navbar-default .toptop .left, nav.navbar-default .toptop .right {
    padding-top: 34px; }

  nav.navbar-default.change .toptop .left, nav.navbar-default.change .toptop .right {
    padding-top: 25px; } }

@media screen and (min-width: 1px) and (max-width: 768px) {
  nav.navbar-default .top_nav ul li a {
    padding: 9px 10px 9px 10px;
    font-size: 15px; }

  .forebs {
    text-align: center;
    padding-top: 30px; }

  .offer_category .kategorie {
    padding: 20px 0; }

  .tyt_podstrony .col-md-7 {
    padding-top: 20px; }

  body {
    width: 100% !important; }

  .social {
    display: none; }

  nav.navbar-default .top_nav ul li.mob_vis img {
    width: 30px; }

  .parallax.bg1 {
    height: auto;
    padding: 50px 0; }
    .parallax.bg1 .txt_pion, .parallax.bg1 .kreska_pion {
      display: none; }

  section.witamy {
    text-align: center; }
    section.witamy .kreska_pion {
      display: none; }
    section.witamy.drzwi_off {
      padding: 50px 15px; }
      section.witamy.drzwi_off .podlogi img, section.witamy.drzwi_off .klamki img {
        width: 100%; }

  .parallax.bg2 {
    height: auto;
    padding: 50px 0; }
    .parallax.bg2 .box .txt {
      overflow: inherit;
      height: auto; }

  .tright {
    text-align: center; }

  nav.navbar-default .toptop {
    display: none; }
    nav.navbar-default .top_nav {
      background: #fff; }

  nav.navbar-default .top_nav ul {
    width: 100%; }

  .carousel-inner > .item {
    overflow-x: hidden; }

  .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 130%; }

  .top4 {
    display: none; }
    .top4 .right {
      padding: 0; }
      .top4 .right h2 {
        width: auto;
        font-size: 20px; }

  .mob_vis {
    display: block !important; }

  .top4.zadaszenia {
    display: none; }

  .navbar-brand {
    margin: 0; }
    .navbar-brand img {
      margin-left: 20px; }

  section.contact_section {
    text-align: center; }
    section.contact_section .form-horizontal {
      padding: 0 50px; }
    section.contact_section .form-group .col-md-4 {
      width: 100%; }

  section.offer_category {
    padding: 0 30px; }

  #story-freext {
    margin-top: 54px; }
    #story-freext p {
      font-size: 12px; }
    #story-freext .btn {
      display: none; }

  section.slider_bootstrap .description_slider {
    display: none;
    width: 100%;
    bottom: 10px; }
    section.slider_bootstrap .description_slider h3 {
      font-size: 15px; }
    section.slider_bootstrap .description_slider h2 {
      font-size: 17px; }
    section.slider_bootstrap .description_slider .col2, section.slider_bootstrap .description_slider .col1, section.slider_bootstrap .description_slider .col3 {
      width: 100%; }
      section.slider_bootstrap .description_slider .col2 h2, section.slider_bootstrap .description_slider .col1 h2, section.slider_bootstrap .description_slider .col3 h2 {
        font-size: 18px; }
    section.slider_bootstrap .description_slider p {
      text-align: center;
      padding: 0; }
      section.slider_bootstrap .description_slider p:nth-child(1) {
        display: none; }
      section.slider_bootstrap .description_slider p img {
        width: 200px;
        margin: 0 auto;
        display: block; }
    section.slider_bootstrap .description_slider .mob_none {
      display: none; }

  .top1 .hover, .top2 .hover {
    height: auto;
    min-height: inherit; }
    .top1 .hover .txt, .top2 .hover .txt {
      position: relative;
      left: inherit;
      bottom: inherit;
      padding: 30px 25px 120px 25px;
      text-align: center;
      transform: translateY(0); }
      .top1 .hover .txt .linia, .top2 .hover .txt .linia {
        margin: 0 auto; }
      .top1 .hover .txt h2, .top2 .hover .txt h2 {
        max-width: 100%;
        font-size: 30px; }
    .top1 .hover.pic, .top2 .hover.pic {
      height: 500px; }
    .top1 .left, .top2 .left {
      background-size: cover; }

  .promotions_and_news .txt {
    padding: 50px 0; }

  .top3 .hover {
    padding: 40px 20px;
    text-align: center; }

  #foot2, #foot3 {
    top: inherit;
    bottom: 95px; }

  section.foot_podpis {
    padding: 50px 0 150px; }

  .top1 .hover.pic, .top2 .hover.pic {
    height: 350px; }

  .nav {
    min-height: 100px !important; } }

@media screen and (min-width: 1px) and (max-width: 600px) {
  .top1 .hover.pic, .top2 .hover.pic {
    height: 250px; } }

@media screen and (min-width: 769px) and (max-width: 1366px) {
  nav.navbar .container {
    width: 100%;
    border: 0px solid blue; }
    nav.navbar .container .toptop {
      border: 0px solid red; }
      nav.navbar .container .toptop .col-md-4:nth-child(1) {
        border: 0px solid red;
        text-align: right;
        width: 39.9999%; }
      nav.navbar .container .toptop .col-md-4:nth-child(2) {
        border: 0px solid blue;
        width: 19.9999%; }
      nav.navbar .container .toptop .col-md-4:nth-child(3) {
        border: 0px solid green;
        text-align: left;
        width: 39.9999%; } }
