



.navbar-right {
    float: right!important;
    margin-right: -15px;
    position: absolute;
    right: 15px;
    top:-15px;
}

@media only screen and (min-width: 768px) {

    .navbar-right {
        top:0px;
    }

    .mp-button-search-wrap {
        padding:    0px;
    }

    .mp-button-search-wrap .row {
        padding:    0px;
        margin: 0px;
    }

    .navbar-custom {
       background: #f1f1f1;
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
  }

  .jedna {
    
    margin-right: 0px;}

  /*
  .ikonki .dropdown-menu {
    right: 0;
    left: auto;
    width: 300px;}

  .ikonki .nav li a {
    font-size: 14px;
    letter-spacing: 1px;}
  */



  .navbar-header {
    /* float: left; */
    position: absolute;}





  .navbar-custom .navbar-brand {
    color: white;
       padding: 5px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.8);
  }

  .navbar-custom .nav li a {
    color: #000000;
    padding: 20px;
  }

/* .navbar-custom .ikonki > ul > li > a {font-size: 20px; color: #777;} */



  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: #1a6190;
  }

      .navbar .navbar-nav {
        display: inline-block;
        float: none;
            margin: 10px;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }



}
@media only screen and (min-width: 1170px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #404040;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #0085a1;
  }
  .navbar-custom.is-fixed .nav li a {
    color: #404040;
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #0085a1;
  }
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}

  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;}

.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}

  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }

.post-preview > a {
  color: #404040;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085a1;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #808080;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085a1;
  text-decoration: underline;
}

  .post-preview > a > .post-title {
    font-size: 36px;
}






@media (max-width: 992px) {

    .wyszukiwarka .btn-primary {
        color: #fff;
        background-color: #cc3232;
        border-color: #cc3232;
        width: 100%;
        margin-top: 20px;
    }

.square {
    float: left;
    position: relative;
    width: 46%;
    padding-bottom: 46%;
    margin: 2%;
    background-color: #262b2e;
    overflow: hidden;
    color: #fff;

  }

  .ofertaimage img {height: 100%;}

  

  .oferta_single {
    float: left;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    width: 100%;}

    .sidebar-promowane .row {

    }

.sumarum {
    background-color: #ddd;
    text-align: center;
    font-size: 26px;
    padding-top: 20px;
    height: auto!important;float: left;
    width: 100%;}

    .mores {
    
    position: relative;}

    .blogowe {
    float: left;
    position: relative;
    width: 100%;
    margin:0;
    padding-bottom: 0%;
        margin-bottom: 20px;}

    .blogowe_x {
    float: left;
    position: relative;
    width: 46%;
    padding-bottom: 0%;
    margin: 1.66%;    margin-bottom: 20px;}
}


@media (max-width: 768px) {

  .square {
    float: left;
    position: relative;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    height: auto!important;
    margin-bottom: 20px;}



  .new_one .square {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    margin: 15px 0;}


    .info .oferta_nazwa {    line-height: initial!important;     font-size: 18px;     padding: 10px;}

  .promowane {
    margin: 0 30px;}

    

    .cena_oferta {
    width: 50%;
    position: relative;
    right: 0;
    top: 0;
    background-color: rgba(0, 150, 241, 0.66);
    font-size: 23px;
    padding: 10px 5px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;}

    #lbCenter, #lbBottomContainer {
    top: 40%!important;
    width: 100%!important;
    /* height: !important; */
    margin-left: 0px!important;
    left: 0px!important;}

    #lbImage {
    position: relative!important;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;}


    .szukaj-image,
    .blog-img,
    .new_two .blogowe,
    .new_two .blogowe_x,
    .blog .info {
    height: auto!important;}

    .jedna_single {
    margin: 0 -30px;}
.dodatkowy {margin: 0 -15px;}
    .nawigacja {
    position: relative;}

    .wlasciwosci ul {

    padding: 0;}




  .blog {
    padding-top: 25px;
    padding-bottom: 25px;
    padding: 25px 30px;}
.nazwa-search {
    float: left;
    width: 100%;text-align: center;}

    .schowek {
    float: left;
    width: 100%;}

    .sidebar-promowane .square {
    width: 100%;
    padding-bottom: 30%;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 0;}

    .jedna {
    background-color: #f1f1f1;
    margin-bottom: 30px;
    float: none;
    width: initial;}

    .jedna_single {
    float: none;
    width: auto;}

    .menu_dol ul li {
    display: block;
    margin-bottom: 20px;
    width: 100%;}


    

  
  .site-heading h2 {
    font-size: 20px;}

    .navbar-brand>img {
    height: 100%;}

    .powiadomienie {

    }


    /*
    .ikonki .pull-right {
      width:100%;
      float: left!important;
    }
    */


    .contents {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0%;
    float: left;}

  .ofertaimage {  height: auto!important;
    }

.ofertaimage img {width:100%;}




}


@media (max-width: 550px) {

  .blogowe_x {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 0%;
    margin: 0;
    margin-bottom: 2%;
    background-color: #262b2e;
    overflow: hidden;
    color: #fff;
      margin-bottom: 20px;}


}

@media (max-width: 468px) {


}