body {
  background-color: #fff;
  font-family: 'Lato', sans-serif;
}

p,
h1,
h2,
h3,
h4 {
  font-family: 'Lato', sans-serif;
}

.squer {
  background-image: url(../img/top.jpg);
  height: 100vh;
  background-size: cover;
}

.squer2 {
  background-image: url(../img/top2.jpg);
  height: 100vh;
  background-size: cover;
}

.squer3 {
  background-image: url(../img/top3.jpg);
  height: 100vh;
  background-size: cover;
}

.squer4 {
  background-image: url(../img/top4.jpg);
  height: 100vh;
  background-size: cover;
}

.squer5 {
  background-image: url(../img/top5.jpg);
  height: 100vh;
  background-size: cover;
}

.slid {
  position: absolute;
  z-index: 9999;
}

.squer h1 {
  color: #9ecc41;
  font-weight: 900;
}

.squer p {
  text-align: justify;
}

.squermarg {
  margin-top: 23%;
}

.squermarg h1{
    font-size: 26px;
    font-weight: 300;
}

.squermarg h4{
    font-weight: 600;
}

.navbar {
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}

.navbar-brand>img {
  display: block;
  width: 150px;
}

.navbar .navbar-nav > li > a {
  color: inherit;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  transition: box-shadow 0.3s ease-in-out;
}

.navbar .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #9ecc41;
  border-radius: 25px;
}

.pixel {
  background-image: url(../img/pixel.jpg);
  background-size: cover;
  padding-top: 130px;
    padding-bottom: 130px;
}

.pixel img{
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.pixel h2 {
 color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.pixel h3 {
      color: #fff;
    margin-top: 0px;
    text-align: center;
    font-size: 18px;
}

.pixel a {
  color: #fff;
}

.pixel a:hover {
  color: #d6e9b0;
}

.pixel img {
  margin-top: 15px;
}

.ogro {
  margin-top: 60px;
}

.archi {
  margin-top: 60px;
}

.tarasy{
    margin-top: 40px;
}

.tarasy h2{
    margin-top: 15px;
}

.tarasypage a{
    color: inherit;
}

.home-onas {
  background-image: url(../img/onas.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-color: #f5f4f4;
}

.marg-onas {
  margin-left: 160px;
  margin-right: 60px;
}

.onas-dark {
  background-color: #e9e9e9;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.onas-dark h1 {
  color: #9ecc41;
  font-weight: 900;
    margin-top: -50px;
}

.onas-dark p {
  text-align: justify;
  line-height: 1.8em;
}

.onas-img {
  position: absolute;
  z-index: 1;
  width: 600px;
  top: 200px;
}

.home-galeria {
  padding-top: 80px;
  padding-bottom: 90px;
  background-image: url(../img/galeria.jpg);
}

.popup-gallery img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: box-shadow 0.3s ease-in-out;
}

.popup-gallery img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.home-galeria h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-weight: 900;
}

.haslo {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url(../img/haslo.jpg);
  background-repeat: no-repeat;
}

.haslo h1 {
  color: #fff;
  font-weight: 900;
}

.haslo h1>span {
  color: #9ecc41;
}

.haslo p {
  color: #fff;
}

.top-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.top-footer h1 {
  font-weight: 900;
  color: #9ecc41;
}

.top-footer h3 {
  font-weight: 900;
  margin-top: 0px;
}

.telefon {
  margin-top: 30px;
}

.email {
  margin-top: 30px;
}

.email a {
  color: inherit;
}

.adres {
  margin-top: 30px;
}

.adres h3 {
  font-weight: 300;
}

.mapka {
  margin-top: 20px;
}

.roslina {
  position: absolute;
  right: 0px;
  height: 400px;
  bottom: 0px;
}

.footer {
  background-color: #707070;
  background-image: url(../img/q.png);
  background-repeat: no-repeat;
  background-position: 17% 0%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #9ecc41;
}

.footer p{
    color: #fff;
}

.footer h4 {
  color: #fff;
  font-weight: 900;
}

.footer ul {
  padding-left: 20px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #9ecc41;
}

.bottom-footer {
  background-color: #505050;
  padding-top: 25px;
  padding-bottom: 10px;
}

.bottom-footer p {
  color: #9f9f9f;
  font-size: 12px;
}

.bottom-footer p>span {
  float: right;
}

.bottom-footer a {
  color: inherit;
}

.btn.btn-success,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success:active:focus,
.btn.btn-success:active:hover,
.btn.btn-success.active:focus,
.btn.btn-success.active:hover,
.open > .btn.btn-success.dropdown-toggle,
.open > .btn.btn-success.dropdown-toggle:focus,
.open > .btn.btn-success.dropdown-toggle:hover,
.navbar .navbar-nav > li > a.btn.btn-success,
.navbar .navbar-nav > li > a.btn.btn-success:hover,
.navbar .navbar-nav > li > a.btn.btn-success:focus,
.navbar .navbar-nav > li > a.btn.btn-success:active,
.navbar .navbar-nav > li > a.btn.btn-success.active,
.navbar .navbar-nav > li > a.btn.btn-success:active:focus,
.navbar .navbar-nav > li > a.btn.btn-success:active:hover,
.navbar .navbar-nav > li > a.btn.btn-success.active:focus,
.navbar .navbar-nav > li > a.btn.btn-success.active:hover,
.open > .navbar .navbar-nav > li > a.btn.btn-success.dropdown-toggle,
.open > .navbar .navbar-nav > li > a.btn.btn-success.dropdown-toggle:focus,
.open > .navbar .navbar-nav > li > a.btn.btn-success.dropdown-toggle:hover {
  background-color: #9ecc41;
  color: #FFFFFF;
  border-radius: 25px;
}

.btn.btn-success,
.navbar .navbar-nav > li > a.btn.btn-success {
  box-shadow: 0 2px 2px 0 rgba(158, 204, 65, 0.5), 0 3px 1px -2px rgba(158, 204, 65, 0.50), 0 1px 5px 0 rgba(158, 204, 65, 0.5);
}

.ogrodzenia {
  margin-top: 70px;
  background-image: url(../img/ogrodzenia.jpg);
}

.projekty {
  margin-top: 70px;
  background-image: url("../img/projekty.jpg" )!important;
}

.ogrodzenia h1 {
  color: #fff;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 140px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-page {
  margin-top: 160px;
  margin-bottom: 80px;
  background-color: #fff;
}

.product-page h4 {
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #242424;
  font-weight: 500;
}

.product-page p {
  text-align: justify;
}

.product-page h4 {
  margin-top: 60px;
}

.product-page a {
  color: #3C4858;
}

.product-page a:hover {
  color: #9ecd41
}

.galeria-page {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #fff;
}

.galeria-page h4 {
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #242424;
  font-weight: 500;
}

.galeria-page ul {
  padding-left: 0px;
}

.galeria-page li {
  text-transform: uppercase;
  list-style-type: none;
  line-height: 28px;
  color: #777;
}

.galeria-page li>a {
  color: inherit;
}

.galeria-page li>a:hover {
  color: #9ecc41;
}

.commerce-nav {
  margin-bottom: 35px;
}

.product-list img {
  margin-bottom: 20px;
  padding-top: 15px;
}

.product-list p {
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 0px;
  font-weight: 500;
}

.product-card a {
  color: inherit;
}

.swiper-container {
  width: 100%;
  height: 100vh;
}

.nopadding {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.nawierzchnie h1 {
  font-weight: 900;
  margin-top: 22%;
  margin-bottom: 40px;
}

.nawierzchnie p {
  font-size: 16px;
  margin-right: 60px;
}
.nawierzchnie a{
    color: inherit;
}
.nawierzchnie a:hover{
    color: #9ecc41;
}

.ogrodzenia-bramy h1 {
  font-weight: 900;
  margin-top: 20%;
  margin-bottom: 40px;
}

.ogrodzenia-bramy p {
  font-size: 16px;
  margin-right: 60px;
}

.ogrodzenia-bramy a{
    color: inherit;
}
.ogrodzenia-bramy a:hover{
    color: #9ecc41;
}

.malaarchitektura h1 {
  font-weight: 900;
  margin-top: 27%;
  margin-bottom: 40px;
}

.malaarchitektura p {
  font-size: 16px;
  margin-right: 60px;
}

.malaarchitektura a{
    color: inherit;
}
.malaarchitektura a:hover{
    color: #9ecc41;
}

.onas {
  margin-top: 160px;
    margin-bottom: 80px;
}

.onas h2 {
  color: #fff;
  font-weight: 900;
  margin-right: 20px;
  margin-left: 20px;
}

.onas p {
  font-size: 16px;
  line-height: 1.8em;
  text-align: justify;
  color: #fff;
  margin-right: 20px;
  margin-left: 20px;
}

.onas-link {
  background-color: #fff;
  margin-top: 80px;
  padding-bottom: 80px;
}

.onas-link img {
  margin-top: 15px;
}

.onas-link h2 {
  margin-top: 0px;
  padding-top: 0px;
  color: #707070;
}

.onas-link a {
  color: #707070;
}

.onas-link a:hover {
  color: #62851d;
}

.title-hr {
  width: 7rem;
  max-width: 100%;
  height: 0.28rem;
  background: #9ecd41;
}

.marg-top {
  padding-top: 160px;
}

.marg-top h1 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
}

.kontakt {
  margin-top: 60px;
  margin-bottom: 60px;
}

.kontakt h2 {
  color: #999999;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.kontakt p {
  font-size: 16px;
  line-height: 1.8em;
}

.kontakt-form {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #efefef;
}

.kontakt-form i {
  color: #999999;
}

.kontakt-form h2{
    color: #999999;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.kontakt a {
  color: inherit;
}

.kontakt a:hover {
  color: #9ecd41;
}

.content {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: rgba(158, 205, 65, .9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.content:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.onasbg {
  background-image: url(../img/squer.jpg);
  background-size: cover;
}

.single-gallery img {
  margin-bottom: 40px;
}

.ogrodzenia-page {
  margin-top: 160px;
}

.ogrodzenia-page a{
    color: inherit;
}

.ogrodzenia-top {
  text-align: center;
  margin-bottom: 40px;
}

.ogrodzenia-top h1 {
  font-weight: 300;
  margin-bottom: 80px;
font-size: 90px;
color: #cacaca;
}

.ogrodzenia-top p {
  font-weight: 900;
  text-transform: uppercase;
}

.ogrodzenia-top a {
  color: inherit;
}

.ogrodzenia-top a:hover {
  color: #9ecc41;
}

.ogrodzenia-betonowe p {
  font-size: 16px;
  margin-right: 60px;
}

.ogrodzenia-betonowe h1 {
  font-weight: 900;
  margin-top: 20%;
  margin-bottom: 40px;
  margin-right: 60px;
}

.renowacja h1{
    margin-top: 5% !important;
}

.ogrodzenia-betonowe img{
    margin-top: 20px;
}

.elewacje h1{
    margin-top: 0%;
}

.elewacje-home h1{
    margin-top: 15% !important;
}

.renowacja-home h1{
    margin-top: 20% !important; 
}

@media (min-width:768px) { 
  
  

  .nav-bg {
	    height: 0px;
	    width: 100%;
	    position: absolute;
	    top: 70px;
	    background: #9ecc41;
	    transition: all .3s ease-in-out;
	}

	.menu-open .nav-bg { height: 60px } /* change to your height of the child menu */
  
	.menu-open #page {
        padding-top:60px;
	    transition: all .2s ease-in-out;
	}
  
	.navbar-nav.nav > li { position: static }

	.navbar-nav.nav .dropdown-menu {
	    left: 0 !important;
	    right: 0 !important;
	    box-shadow: none;
	    border: none;
	    margin: 0 auto;
	    max-width: 1360px;
	    background: transparent;
	    padding: 0;
	}

	.navbar-nav.nav .dropdown-menu > li { float: right; }

	.navbar-nav.nav .dropdown-menu > li > a {
	    width: auto !important;
	    background: transparent;
	    line-height: 59px;
	    padding-top: 0;
	    padding-bottom: 0;
	    margin: 0;
        color: #fff;
	}
    .navbar-nav.nav .dropdown-menu > li > a:hover{
        background-color: #85aa3a;
        box-shadow: none;
        border-radius: 0px;
    }
}



@media all and (width:1600px) {
  .ogrodzenia-bramy h1 {
    margin-top: 15%;
}
.ogrodzenia-page {
    margin-top: 120px;
}
.nawierzchnie h1 {
    margin-top: 15%;
}
  .malaarchitektura h1 {
    margin-top: 25%;
}
}

@media all and (width:1440px) {
  .ogrodzenia-bramy h1 {
    margin-top: 10%;
    font-size: 48px;
}
.nawierzchnie h1 {
    margin-top: 7%;
    font-size: 48px;
}
.malaarchitektura h1 {
    margin-top: 20%;
    font-size: 48px;
}
.ogrodzenia-page {
    margin-top: 120px;
}
}

@media all and (width:1366px) {
  .pixel {
    background-image: url(../img/pixel.jpg);
    background-size: cover;
    height: 60vh;
}
  .marg-onas {
    margin-left: 200px;
    margin-right: 30px;
}
.ogrodzenia-bramy h1 {
    font-weight: 900;
    margin-top: 8%;
    margin-bottom: 30px;
    font-size: 36px;
}
.nawierzchnie h1 {
    font-weight: 900;
    margin-top: 16%;
    margin-bottom: 30px;
    font-size: 36px;
}
.malaarchitektura h1 {
    font-weight: 900;
    margin-top: 20%;
    margin-bottom: 30px;
    font-size: 36px;
}
.ogrodzenia-page {
    margin-top: 110px;
}
}

@media all and (width:1366px) {
  .marg-onas {
    margin-left: 200px;
    margin-right: 30px;
}
.ogrodzenia-bramy h1 {
    font-weight: 900;
    margin-top: 5%;
    margin-bottom: 20px;
    font-size: 28px;
}
.nawierzchnie h1 {
    font-weight: 900;
    margin-top: 14%;
    margin-bottom: 20px;
    font-size: 28px;
}
.malaarchitektura h1 {
    font-weight: 900;
    margin-top: 22%;
    margin-bottom: 20px;
    font-size: 28px;
}
.ogrodzenia-betonowe h1 {
    font-weight: 900;
    margin-top: 15%;
    margin-bottom: 40px;
    margin-right: 60px;
}
}

@media all and (min-width:240px) and (max-width:768px) {
  .onas-img {
    position: relative;
    z-index: 1;
    width: 100%;
    top: 40px;
}
.onas-dark {
    background-color: #f4f4f4;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 100px;
}
.marg-onas {
    margin-left: 20px;
    margin-right: 20px;
}
.ogrodzenia-bramy h1 {
    font-weight: 900;
    margin-top: 5%;
    margin-bottom: 30px;
}
  .pixel h2 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 26px;
    margin-bottom: 0px;
    font-size: 24px;
}
.pixel h3 {
    color: #fff;
    margin-top: 0px;
    font-size: 16px;
}
.archi {
    margin-top: 40px;
}
  .ogrodzenia-bramy{
    padding-bottom: 30px;
  }
  .nawierzchnie h1 {
    font-weight: 900;
    margin-top: 5%;
    margin-bottom: 30px;
}
  .nawierzchnie{
  padding-bottom: 30px;
    }
  .malaarchitektura h1 {
    font-weight: 900;
    margin-top: 5%;
    margin-bottom: 30px;
}
  .malaarchitektura{
    margin-bottom: 30px;
  }
  .ogrodzenia-top h1 {
    font-weight: 300;
    margin-bottom: 60px;
    font-size: 60px;
    color: #cacaca;
}
.ogrodzenia-page {
    margin-top: 100px;
}
.ogrodzenia-betonowe h1 {
    font-weight: 900;
    margin-top: 5%;
    margin-bottom: 20px;
    margin-right: 60px;
}
  #betonowe{
    margin-bottom: 30px;
  }
  #aluminiowe{
    margin-bottom: 30px;
  }
  #panele{
    margin-bottom: 30px;
  }
  .bottom-footer p > span {
    float: left;
}
.ogrodzenia-betonowe p {
    font-size: 16px;
    margin-right: 10px;
    text-align: justify;
}
.onasbg {
    background-image: none;
    background-size: cover;
}
.onas {
    margin-top: 52px;
}
.onas h2 {
    color: #fff;
    font-weight: 900;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 40px;
}
.onas-link {
    background-color: #fff;
    margin-top: 0px;
    padding-bottom: 80px;
}
.pixel {
    background-image: url(../img/pixel.jpg);
    background-size: cover;
    height: 80vh;
}
.ogrodzenia-bramy p {
    font-size: 16px;
    margin-right: 20px;
    text-align: justify;
}
.nawierzchnie p {
    font-size: 16px;
    margin-right: 20px;
    text-align: justify;
}
.malaarchitektura p {
    font-size: 16px;
    margin-right: 20px;
    text-align: justify;
}
  .squermarg{
    padding-left: 20px;
    padding-right: 20px;
  }
  .squermarg img{
    margin-top: 35%;
  }
}



.zielony { color: #9ecc41 !important; }

@media (max-width: 425px){
    .malaarchitektura h1 {
    font-weight: 900;
    margin-top: 5%;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
}
    .nawierzchnie h1 {
    font-weight: 900;
    margin-top: 5%;
    margin-bottom: 30px;
    font-size: 28px;
    margin-top: 30px;
}
    .ogrodzenia-bramy h1 {
    font-weight: 900;
    margin-top: 5%;
    margin-bottom: 30px;
    font-size: 28px;
    margin-top: 30px;
}
    .onas-img {
    position: relative;
    z-index: 1;
    width: 100%;
    top: 40px;
    margin-bottom: 100px;
}
    .pixel {
    background-image: url(../img/pixel.jpg);
    background-size: cover;
    height: auto;
        padding-top: 60px;
    padding-bottom: 60px;
}
    
    .pixel h2 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 26px;
    margin-bottom: 40px;
    font-size: 18px;
}
}