/*

Theme Name: KastaGroup
Description: Motyw dla Kasta Group
Author: Arkadiusz Skibiński
Author URL: aspirujemy.pl

*/

*{
  margin: 0;
  padding: 0;
  font-weight: 400;
  
  }

/* Klasa bazowa */
.reveal {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

/* Kierunki animacji */
.reveal-up {
  transform: translateY(40px);
}

.reveal-left {
  transform: translateX(-40px);
}

.reveal-right {
  transform: translateX(40px);
}

/* Stan po wejściu w widok */
.reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

<div class="reveal reveal-up">Treść od dołu</div>
<div class="reveal reveal-left">Treść z lewej</div>
<div class="reveal reveal-right">Treść z prawej</div>

.page-id-10 #content .tresc, .page-id-12 #content .tresc, .page-id-14 #content .tresc {
    padding-top: 60px;
}
  
  body{
  background-color: #000;
  }
  
  h1, h2, h3, h4, h5, h6, .wpcf7 form.sent .wpcf7-response-output{
  font-weight: 200;
  margin: 1rem 0;
  font-family: 'Montserrat', sans-serif;
  }
  
.wp-block-separator {
    border: none;
    border-top: 1px solid #ccc;
    margin: 70px;
}

  p, span, a, li, em, label{
  color: #9d9b9b;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  }
  
  tr, th{
color: #656363;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }


/* Główny kontener formularza */
.wpcf7-form {
    max-width: 760px;
    margin: 0 auto;
    padding: 36px;
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

/* Układ odstępów */
.wpcf7-form p {
    margin: 0 0 20px;
}

/* Etykiety */
.wpcf7-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #4b4b4b;
    margin-bottom: 8px;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

/* Pola tekstowe i textarea */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    margin-top: 8px;
    padding: 15px 18px;
    font-size: 16px;
    color: #2f2f2f;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 16px;
    outline: none;
    box-sizing: border-box;
    transition: all 0.25s ease;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
    font-family: inherit;
}

/* Placeholder */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #9a9a9a;
}

/* Focus */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    border-color: #d19a3d;
    box-shadow: 0 0 0 4px rgba(209, 154, 61, 0.14);
    background: #fffdf9;
}

/* Textarea */
.wpcf7-form textarea {
    min-height: 160px;
    resize: vertical;
}

/* Przycisk */
.wpcf7-form .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 15px 28px;
    border: none;
    border-radius: 16px;
    background: #d19a3d;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 10px 24px rgba(209, 154, 61, 0.22);
}

/* Hover */
.wpcf7-form .wpcf7-submit:hover {
    background: #bd8932;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(209, 154, 61, 0.28);
}

/* Kliknięcie */
.wpcf7-form .wpcf7-submit:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(209, 154, 61, 0.2);
}

/* Spinner */
.wpcf7-form .wpcf7-spinner {
    margin-left: 12px;
    vertical-align: middle;
}

/* Komunikaty formularza */
.wpcf7-form .wpcf7-response-output {
    margin: 22px 0 0;
    padding: 14px 18px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background: #f1f1f1;
    color: #444;
}

/* Błędy walidacji */
.wpcf7-form .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 13px;
    color: #b94a48;
}

.wpcf7-form .wpcf7-not-valid {
    border-color: #d66b6b !important;
    box-shadow: 0 0 0 4px rgba(214, 107, 107, 0.12);
}

/* Ukryte pola */
.wpcf7-form .hidden-fields-container {
    display: none;
}

/* Lepszy wygląd na telefonie */
@media (max-width: 767px) {
    .wpcf7-form {
        padding: 22px;
        border-radius: 20px;
    }

    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form textarea {
        padding: 14px 16px;
        border-radius: 14px;
        font-size: 15px;
    }

    .wpcf7-form .wpcf7-submit {
        width: 100%;
    }
}
  
  tr.first , tr.first th{
    background: #da3029;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

tr:nth-child(even) {background: #eee}


    .insurance-steps {
      max-width: 900px;
      margin: 0 auto;
      display: grid;
      gap: 16px;
    }

.step {
    border: 1px solid #6e6e6e;
    border-radius: 18px;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .step.active {
      border-color: #d19a3d;
      box-shadow: 0 8px 24px rgba(242, 140, 40, 0.12);
    }

    .step-button {
      width: 100%;
      border: 0;
      background: transparent;
      padding: 24px 28px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
      text-align: left;
      cursor: pointer;
    }

    .step-number {
      min-width: 56px;
      font-size: 32px;
      font-weight: 700;
      line-height: 1;
      color: #d19a3d;
    }

    .step-content {
      flex: 1;
    }


#content span.step-icon{
	font-size: 30px;
}

    .step-title {
      margin: 0;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.2;
    }

    .step-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.45s ease, opacity 0.35s ease, padding 0.35s ease;
      opacity: 0;
      padding: 0 28px;
    }

    .step.active .step-body {
      opacity: 1;
      padding: 0 28px 24px;
    }

    .step-body p {
      margin: 0;
      font-size: 16px;
      line-height: 1.7;
      color: #fff;
    }

    .step-icon {
      margin-left: auto;
      font-size: 30px;
      line-height: 1;
      color: #999;
      transition: transform 0.35s ease, color 0.3s ease;
    }

    .step.active .step-icon {
      transform: rotate(45deg);
      color: #d19a3d;
    }

    @media (max-width: 768px) {
      .step-button {
        padding: 20px;
        gap: 14px;
      }

      .step-number {
        min-width: 42px;
        font-size: 24px;
      }

      .step-title {
        font-size: 20px;
      }

      .step.active .step-body {
        padding: 0 20px 20px;
      }

      .step-body {
        padding: 0 20px;
      }
    }
  
  .szybki_kontakt {
	position: absolute;
       float: left;
    width: 250px;
    text-align: left;
padding: 61px 0px 61px 42px;
	background-image: url(images/pin.png);
	background-position: center left;
	background-repeat: no-repeat;
	  -webkit-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
	}
	
	.smaller .szybki_kontakt{
	padding: 33px 0px 33px 42px;
	}

.szybki_kontakt p a,   .szybki_kontakt_2 p a{
    color: #878787;
    font-size: 19px;
    line-height: 21px;
	text-decoration: none;
}

.szybki_kontakt_2 {
    position: absolute;
    right: 10%;
    top: 45px;
	padding: 4px 0px 4px 42px;
	text-align: right;
	
	  -webkit-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
}

.szybki_kontakt_2 a.tel {
    background-image: url(images/phone.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 3px 0px 3px 30px;
}

.szybki_kontakt_2 a.mail {
    background-image: url(images/mail.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 3px 0px 3px 30px;
}

.smaller .szybki_kontakt_2{
top: 34px;
}

.szybki_kontakt span, .szybki_kontakt a{
	font-size: 15px;
    line-height: 21px;
    font-weight: 400;
	
}

span.skontaktuj{
	color: #da3029;
	font-weight: 400;
}

.smaller span.skontaktuj, .smaller span.mail{
	display: none;
	
}
  
  strong{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  }
  
  a:hover{
    text-decoration: none;
  
  }
  
    
  a img{
    -webkit-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
    }
    
    a img:hover{
    filter:alpha(opacity=60);
      opacity: 0.6;
      -moz-opacity:0.6;
    }
    
    .alignright{
    float: right;
    margin: 10px 0px 20px 20px;
    }
    
    .alignleft{
    float: left;
    margin: 10px 20px 20px 0px;
    }
  
  .clear{
  width: 100%;
  clear: both;
  }
  
  
  .logo{
      padding: 30px 0px;
width: 265px;
    height: 100px;
       -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  
  .logo img{
    width: 100%;
    height: auto;
  }
  
  .logo img {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  
  .logo img:hover{
    filter:alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity:0.6;
  }
  
  .tresc h3{

    font-size: 21px;
    font-weight: 600;
    color: #ffffff;

  }

header{
    position: fixed;
	   top: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;

    box-shadow: 2px 0px 15px #0003;
    z-index: 999;
     -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.smaller header{
    height: 90px
}

.smaller .telefony{
  display: none;
}

.smaller .logo {
    width: 200px;
    height: 31px;
        padding: 15px 0px;
}

.header_wew{
       margin: 0 auto;
    position: relative;
    height: 165px;
    background: #000;
	     -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.smaller .header_wew {
height: 108px;
}


.wew {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.telefony{
    position: absolute;
    top: 105px;
    right: 0;
     -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.social_tlumacz{
     position: absolute;
    top: 5px;
    right: 0;
}

header nav ul li{
    display: inline;
   }

header nav ul li a{
    text-decoration: none;
    text-transform: uppercase;

    font-weight: 700;
    font-size: 15px;
    margin: 0 20px;
    letter-spacing: 2px;
    color: #fff;
	    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

header nav ul li a:hover{
    color: #000000;
}

header nav ul li a.active{
    color: #000000;
}

header nav{
     border-bottom: solid 1px #765907;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
	    background-color: #d19a3dbf;
    margin: 0 auto;
    padding: 12px 0px;
}

.menu {
   max-width: 1200px;
    margin: 0 auto;
	text-align: center;
    width: 90%;
}

#oferta h2 {
   color: #fff;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 60px;
}


#content{
	height: auto;
	min-height: 650px;
    background: #000;
    background-image: url(https://kastagroup.pl/wp-content/uploads/2026/03/kasta_tlo_2.png);
    background-size: cover;
    background-repeat: no-repeat;
}


.tresc td, .tresc th {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 22px;
	color: #fff;
	font-weight: 400;
}


.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #fefefe33!important;
}

tr:nth-child(even) {
    background: #14141440!important;
}

tbody th:first-child{
background: red!important

}


.telefony span{
    color: #818686;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 20px;
    font-weight: 400;
    }

.telefony span:before{
    content: "\f3cd";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    font-size: 15px;
    color: #009a9f;
    
}


#slider{
    margin-top: 116px;
    width: 100%;
height: 80vh;
background-color: #000;
    background-image: url(https://kastagroup.pl/wp-content/uploads/2026/03/kasta_tlo-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
	    background-size: cover;
}

#slider.maly {
    height: 50px;
    background-image: url(images/slide_2.jpg);
}

#slider .haslo{
       position: absolute;
    /* left: 5%; */
    padding-left: 10%;
    padding-right: 40px;
    top: 30vh;
    color: #ffffff;
    background: #000000ad;
	    padding-bottom: 30px;
}

#slider .haslo h2, #slider .haslo h2 span{
font-size: 70px;
    font-weight: 300;
    margin: 20px 0px;
    line-height: 73px;
}

#slider .haslo h2 span{
    color: #009a9f;
}

#slider .haslo a{
text-decoration: none;
    color: #fff;
    font-weight: 400;
    border: none;
    border-radius: 0px;
    padding: 15px 85px 15px 25px;
    position: absolute;
    bottom: -30px;
    right: 310px;
    background: #d19a3dbf;
    font-size: 19px!important;
    display: inline-block;
    margin-left: 5px;
    margin-top: 10px;
	background-image: url(images/arrow_w.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#slider .haslo a:hover{
 background-position: 95% center;
	 }

#content .tresc, #marki, #promocje{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
}

.page-id-9 #content .tresc{
padding-top: 60px;

}

#newsletter{
    background: #ebfeff;
    padding: 50px 0px;
    min-height: 250px;
    position: relative;
}

.social a{
    font-size: 17px;
    margin-left: 7px;
}

a.fb{
    color: #566fa5;
}

button.button-submit {
    padding: 10px 20px;
}

a.ig{
    color: #e00040;
}

.tlumaczenia a{
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
    text-decoration: none;
    
}

.tlumaczenia a.active{
    color: #009a9f;
}

.tlumaczenia{
    float: left;
}

.social {
float: right;
    margin-left: 0px;
    position: absolute;
    top: 15px;
    right: 10%;
   z-index: 99999;
}

.smaller .social {
    top: 0px;
}

h1, #marki h2, #promocje h2{
        color: #d19a3d;
    margin: 50px 0px 20px 0px;
    border-bottom: solid 1px #fff;
    padding-bottom: 30px;
    font-size: 39px;
	font-weight: 700;
    display: inline-block;
}

.wp-singular h1{
	 margin: 90px 0px 20px 0px;
}

#content h2{
color: #d19a3d;
    margin: 0px 0px 30px 0px;
    padding-bottom: 30px;
    font-size: 39px;
    clear: both;
}


span.line{
    width: 100%;
    border-top: solid #dedede 1px;
    display: block;
    margin-top: -51px;
    margin-bottom: 50px;
}

#newsletter h3{
    color: #414141;
    font-weight: 400;
    text-align: center;
    margin: 0px auto 5px auto;
}

p.podpis{
    text-align: center;
     color: #414141;
    font-weight: 400;
    font-size: 14px;
    
}


.rezerwacja img{
    position: absolute;
    right: 4%;
    bottom: -70px;
}


.galeria{
    width: 500px;
    float: left;
    
}



#oferta{
width: 100%;
    height: 614px;
    background: #000;
    background-image: url(images/slide_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

#oferta .tresc{
	  max-width: 1200px;
    margin: 0 auto;
    width: 90%;
	padding: 50px 0px;
}



#content a, #content p, #content span, #content strong{
font-size: 20px;
    line-height: 29px;
}

#content p, #content ul{
    margin-bottom: 25px;
}



.insta_wew{
      background: #6ec6c8;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    padding: 2px 5%;
    
}

#oferta .tresc ul{
    position: absolute;
    padding-left: 50px;
    padding-right: 40px;
    color: #ffffff;
    background: #000000ad;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-left: -50px;
    width: 40%;
}


#oferta .tresc ul li{
	color: #fff;
	line-height: 30px;
	
}

#oferta .tresc ul li {
    color: #fff;
    line-height: 50px;
    font-size: 22px;
    list-style-type: none;
    background-image: url(images/arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 70px;
	    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#oferta .tresc ul li:hover{
	background-position: 10px center;
}




.stopka{
    background: #000;
    padding: 30px 5%;
}

.align_left{
    float: left;
    width: 60%;
}

.align_right{
    float: right;
}


.stopka span, .stopka a{
    font-size: 14px;
    color: #5a5a5a;
    text-decoration: none;
}

.mapa_wew{
width: 100%;
    float: none;
}

.mapa_wew {
    width: 100%;

    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


img.logo_dolne{
	max-width: 250px;
	height: auto;
	margin-bottom: 40px;
	    float: left;
    margin-right: 80px;
}

.kontakt {
	background: #fff;
	padding: 80px 0px;
    width: 100%;
    
}

.kontakt_wew{
    max-width: 1200px;
	width: 90%;
	margin: 0px 5%;
}

.column {
    width: 24%;
    float: left;
}


.column_1 p, .column_2 p`{
margin: 0;
font-size: 20px;
}

.column_3{
	text-align: right;
}

.column_1{
	padding: 0px 0px 0px 42px;
	background-image: url(images/pin.png);
	background-position: center left;
	background-repeat: no-repeat;
	  -webkit-transition: 0.2s ease;
	      box-sizing: border-box;
}

.column_2{
	padding: 5px 0px 5px 42px;
	background-image: url(images/contact.png);
	background-position: center left;
	background-repeat: no-repeat;
	  -webkit-transition: 0.2s ease;
	      box-sizing: border-box;
}

.kontakt h3 {
    margin: 0px 0px 30px 0px;
    color: #d19a3d;
    font-size: 26px;
    text-align: center;
}

.kontakt p, .kontakt a{
    font-size: 20px;
    line-height: 26px;
    color: #2b2a29;
}

.kontakt_modul{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0px;
}

.align_left .column{
    float: left;
    width: 250px;
    margin-right: 80px;
}

.column h3{
    
     margin: 0px 0px 30px 0px;
    color: #009a9f;
    font-size: 26px;
    }

.column:first-child{
    border-right: solid 1px #eee;
    box-sizing: border-box;
}

.column:first-child{
    border-right: solid 1px #eee;
    box-sizing: border-box;
}
.column ul li{
    color: #797979;
    font-size: 14px;
    margin-left: 0px;
    list-style-type: none;
}


   @media all and (max-width: 720px) {
	   
	   .wp-singular  #content .tresc {
        float: none;
        width: 100%;
        padding: 180px 10% 100px 10%;
	   }
	   
	   
	   #content h2 {
    color: #d19a3d;
    margin: 0px 0px 30px 0px;
    padding-bottom: 30px;
    font-size: 30px;
    clear: both;
}
   
   #slider.maly {
        display: none;
	}
	   
	   .wp-singular h1 {
    margin: 0px 0px 20px 0px;
}
	
	.szybki_kontakt, .szybki_kontakt_2 {
    display: none;
	}
	
	#content {
    min-height: 614px;
	height: auto;
	background-image: none;
	}
   
   
   header nav ul li a{
	margin: 0 0px;
	color: #000;
   }
   
    #content .tresc {
        float: none;
        width: 100%;
        padding: 10px 10% 100px 10%;
        box-sizing: border-box;
    }

    .column {
        width: 300px;
        margin: 0 auto;
        float: none;
        margin-bottom: 30px;
    }
      
      	nav ul li a {
            color: #fe0009;
              text-shadow: none;
	  display: block;
	  width: 100%;
	  text-align: center;
	  text-transform: uppercase;
	      font-size: 14px;
    padding: 6px 0px;
	  margin: 0;
	  border-right: none;
	  border-bottom: dashed 1px #e9cbb2;
	}
      
      #content article {
    display: inline-block;
    float: none;
    width: 100%;
}

.sub-menu {
    display: block;
}

ul.sub-menu {
    position: relative;
    width: 100%;
    background: #eee;
    top: 0;
    left: 0;
    text-align: center;
    margin-left: 0;
}
  
  ul.sub-menu li a {
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    text-transform: lowercase;
    border-bottom: solid 2px #fff;
    padding: 6px 15px;
    letter-spacing: 0;
    background-image: none;
    margin-left: 0;
    margin-right: 0;
}
  
  
	nav li a:hover {
	  background: #fff;
	  padding: 5px 0px;
	}
  
	.logo {
    float: left;
}

  
	.menu_res a.menu-toggler {
	  width: 70px;
	  height: 40px;
	  margin: 62px auto;
	  display: block;
	}
  
	.menu_res {
    position: absolute;
	    z-index: 10;
    right: 10%;
    top: 0px;
	  -webkit-transition: 0.2s ease;
	  -o-transition: 0.2s ease;
	  transition: 0.2s ease;
	}
  
	.smaller .menu_res {
	     top: 9px;
	}
	
	.smaller .menu_res a.menu-toggler {
    width: 70px;
    height: 40px;
    margin: 25px auto;
}

.kontakt_wew {
    margin: 0px 10%;

}

.kontakt {
    background: #fff;
    padding: 30px 0px;
	}
  
	header nav {
	  padding: 0px;
	  float: none;
	  clear: both;
	  -webkit-transition: 0.2s ease;
	  -o-transition: 0.2s ease;
	  transition: 0.2s ease;
            border-bottom: none;
        width: 100%;
        right: 0%;
	}
  
	span.bar {
	  width: 100%;
	  height: 5px;
	  border-radius: 3px;
	  display: block;
	      background: #dab260;
	  margin: 4px 0px;
	}
  
	.menu.visible {
	    position: absolute;
    left: 0%;
    display: block;
    background: #f3f3f3;
    padding-left: 0%;
    margin-top: 0px;
    width: 100%;
	}
  
	nav ul li {
	  display: block;
	}
  
	.menu {
	  display: none;
	}
      
      nav ul li a:before{
          display: none;
      }
      
	  
	#oferta {
    width: 100%;
   height: 440px;
	}
	
	.align_left {
    float: left;
    width: 50%;
}

.align_right {
    float: right;
    width: 50%;
    text-align: right;
}
	
	#oferta h2 {
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 10px;
}



#oferta .tresc ul {
    width: 90%;
    padding-bottom: 20px;
	position: relative;
}

#oferta .tresc ul li {
    color: #fff;
    line-height: 30px;
    font-size: 17px;
	}
	
	#slider{
	height: 370px;
	    margin-top: 161px;
	}
	
	#slider .haslo{
		    top: 110px;
	}
	
	#slider .haslo h2, #slider .haslo h2 span {
    font-size: 34px;
    font-weight: 300;
    margin: 10px 0px;
    line-height: 35px;
}

#slider .haslo a {

    padding: 8px 72px 10px 20px;
    bottom: -21px;
    right: 91px;
    background: #b49130ba;
    font-size: 14px!important;

    margin-left: 5px;
    margin-top: 10px;
}

img.logo_dolne{
display: none;
}
	   
	   	       .home.wp-singular #content .tresc {
        padding: 0px 10% 100px 10%;
    }
   
	
  }

  
   @media all and (max-width: 420px) {
	   
	       .home.wp-singular #content .tresc {
        padding: 0px 10% 100px 10%;
    }
	   
	    .wp-singular  #content .tresc {

        padding: 150px 10% 100px 10%;
	   }
	
	.logo {
    margin: 0 auto;
    padding: 30px 0px;
    width: 180px;
    height: 68px;
	}
	
	.header_wew {
        margin: 0 auto;
        position: relative;
        height: 90px;
    }
	
	#slider {
    height: 370px;
    margin-top: 124px;
}

#slider .haslo {
    top: 70px;
}
    .menu_res a.menu-toggler {
        width: 70px;
        height: 40px;
        margin: 42px auto 23px auto;
    }
	   
    .smaller .menu_res a.menu-toggler {
        width: 70px;
        height: 40px;
        margin: 16px auto 13px auto;
    }
	
	.smaller .logo {
    width: 160px;
    height: 60px;
    padding: 15px 0px;
}
	
	
	
	}

