@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,800&display=swap');

h1,h2,h3,h4,h5,h6,p,ul li{
	color: #000000;
  font-weight: 400;
}

h1{
	font-size: 27px;
}

h2{
	font-size: 21px;
}

h4{
  font-size:21px;
  font-weight: 400;
  color:#00a820;
  text-transform: uppercase;
}

h5{
  font-size: 18px;
  font-weight: 300px;
  text-transform: uppercase;
}

p{
	font-size: 17px;
  text-align: justify;
}

body{
	font-family: 'Lato', sans-serif;
	position: relative;
  overflow-x: hidden;
}

body:after{

	opacity: 0.05;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
}


img{
  max-width: 100%
}

header > .container{
	background: #fff;
}

header{
  background: #fff;
}

nav#menu{

	padding-top: 15px;
}

.menu-row{
  background: #d22020;
  border-bottom: 4px solid #bc0b0b;
}

nav#menu ul{
	display: block;
	list-style: none;
  text-align: center;
}

nav#menu ul li{
	display: inline-block;

}

nav#menu ul li{
	font-size: 14px;
	line-height: 13px;
	padding: 0 20px;
}

nav#menu ul li.active a{
  color: #fff;
}

nav#menu ul li a:hover{
  color: #fff;
}

nav#menu ul li a{
	text-transform: uppercase;
	font-size: 16px;
	color: #000000;
  transition: color .2s ease-in-out;
}

nav#menu ul li:last-child{
	padding-right: 0;
	border-right: 0;

}

nav#menu ul li a:focus{
	text-decoration: none;
}

.navbar-brand{
      padding: 0;
    height: 108px;
    display: flex;
    align-items: center;
}

.img-center{
	display: block;
	margin: 0 auto;
}

.row#nav-row{
	padding: 15px;
}

.logo{
	float: left;
}

.logo img{
	height: 35px;
  margin-top: 5px;
}

.slider-container{
  padding:0;
  position: relative;
  margin-bottom: 200px;
}

.slider-container .slider-left h3{
  text-align: right;  
}

.slider-container .slider-img{
  display: flex;
  justify-content: center;
}


.slider-container .slider-right h3{
  text-align: left;  
}

.slider{
  position: relative;
}

.slider{
  min-height: 550px;
  width: 100%;
  background: url(../img/slider1.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  overflow: hidden;
  margin:0;
}

.slider .text-box{
  position: absolute;
  top: calc(10% - 5px);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  text-align: center;
  padding: 20px;
  color:#fff;
}

.slider .text-box h1{
  color: #fff;
  font-weight: 800;
  font-size: 56px;
  margin: 0;
  margin-bottom: 56px;
  text-transform: uppercase;
}

.slider .text-box h2{
  text-transform: uppercase;
  color: #fff;
  font-size: 34px;
  margin:0;
  margin-top: 0;
}

.slider .text-box h3{
  color: #fff;
  font-size: 34px;

}

.under-slider{
  position: absolute;
    bottom: -160px;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.under-slider img{
  border-radius:50px;
}

.under-slider h3{
    font-size: 25px;
    color: #868686;
    text-transform: uppercase;
    font-weight: 400;
        margin-bottom: 100px;
    text-align: center;
}

.section-title{
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  background:#00ad19;
  background: url(../img/headline-bg.png) no-repeat;
  color:#fff;
  width:280px;
  height: 79px;
  display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.section-title+.row .gray-text{
  margin-top: -30px;
}

.behind{
  border-radius: 11px;
  background: #fff;
  box-shadow: 3px 3px 8px rgba(0,0,0, .3);
  padding: 30px 13px;
}

.behind .row{
  display: flex;
  align-items: center;
  width: 100%;
}

ul.city-list{
  padding-left: 0;
  text-align: left;
  list-style: none;
}

ul.city-list li{
  background: #555454;
  border-radius: 4px;
  margin-bottom: 7px;
  color: #fff;
  padding: 8px 13px;
  transition: background ease-in-out .2s;
}

ul.city-list li.active,
ul.city-list li:hover{
  background: #00ad19;
}

footer a:focus{
  color: #fff;
  text-decoration: none;
}

footer .contact-data-details i{
    margin-right: 10px;
}


.city-picker{
  margin-bottom: 40px;
}

.city-picker li>a{
  color: #fff;
  display: block;
}

.pick-city{
  font-size: 23px;
}

.red-arrow{
  margin-top: 15px;
  margin-bottom: 30px;
}

.red-text{
  color: #00ad19;
}

section{
  text-align: center;
  padding: 50px 0;
}
article.behind{
  padding: 18px 15px;
  margin-bottom: 25px;
  text-align: center;
  display: flex;
  width: calc(100% / 3 - 15px);
  flex-basis: calc(100% / 3 - 15px);
  margin-right: 15px;
}

article.behind .col-md-5{
  width: 42%;
}

article.behind .col-md-7{
  width: 58%;
}

.articles-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.behind > .row:after, .behind > .row:before,
.row.articles-row:after, .row.articles-row:before{
  display: none !important;
}

article h3{
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
}

article .col-md-5{
  padding-right: 15px;
}

article .col-md-7{
  padding-left: 0;
}

article p{
  font-size: 10px;
}

article img{
    max-width: 100%;
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* flex-basis: 100%; */
}

article .overlay{
  position: relative;
  display: flex;
}

article .overlay:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(192,26,26,.3);
  z-index: 1;
}

article p strong{
  font-size: 11px;
}

section#o-nas{
  background: #a6a6a6;
}

section#o-nas p.gray-text{
  color: #8e8d8d;
}

section#nasza-misja{
   background: url(../img/mission.jpg) no-repeat;
   padding-bottom: 20px;
   background-size: cover;
}

section#o-nas p,
section#nasza-misja p{
  color: #fff;
}

section#nasza-misja .section-title{
  margin-bottom: 80px;
  background: url(../img/headline-bg-mission.png) no-repeat;
  width:334px;
}

section#nasza-misja .headlines-mission{
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

section#nasza-misja .headlines-mission h5{
  color:#fff;
  font-size:13px;
  margin:10px;
}


.cotact-icon {
  font-size: 19px;
  margin-top: 10px;
}

.nextcenter{
  display: block;
  margin: 15px auto;
}

.woj{
  display: none;
  border: 1px solid #dddde0;
}

ul.citiesul {
  list-style: none;
  font-size: 13px;
  font-weight: 300;
  line-height: 32px;
  padding: 0;
  padding-left: 10px;
}

ul.citiesul li{
    text-align: left;
    padding: 5px;
}


ul.citiesul li a {
    color: #6f6f6f;
}

ul.citiesul li a:hover {
    color: #00ad19;
    text-decoration: none;
}


hr{
      border-top: 2px solid #D22020;
    margin-right: 50px;
}

.cotact-icon i{
  margin-right: 10px;
  color: #fe0404;
}
.color-line{
  background: #D22020;
  padding: 10px;
}
.color-line p{
	text-align: center;
	margin-top:5px;
	font-size: 23px;
}
.color-line h2{
  text-transform: uppercase;
  margin-top:10px;
  text-align: center;
  font-size: 27px;
}

.uslugi-header
{
	margin-top:40px;
 margin-bottom: 50px;
}
.uslugi-header p
{
 font-size: 20px;
 margin-top:10px;
 text-align: center;
}

.uslugi-header span{
 font-style: italic;
 font-weight: bold;
 margin-top:10px;
 font-size: 37px;
 text-transform: uppercase;
 border-bottom: 5px solid #D22020;
}

.main-uslugi{
  margin-bottom: 50px;
}

.uslugi-text{
  margin-top: 50px;

}

.col-uslugi h3{
  font-size: 19px;
}

.item-list-title{
  font-size: 13pt;
  text-transform: uppercase;
  font-weight: bold;
  color:#00ad19;

}

.item-list li{
  text-align: left;
  font-size: 17px;
  line-height:1.7;
  color:#00ad19;
}

.item-list li span{
  color:black;
}


.item-text{
	line-height:1.7;
	
}

.item-text p{
  text-align:justify; 
  font-size: 17px;
  line-height:1.7;
}

.item-text span{
 font-size: 17px;
 text-transform: uppercase;
 color:#7e7d7d;
}

#oferta .section-title{
  margin-bottom: 30px;
}

#oferta h4{
  text-align: left;
}

#oferta ul{
  padding-left:0;
}

#oferta li{
      color: #00a820;
      font-size: 17px;
      list-style-position:inside;
  text-align:left;
}

#oferta li span{
  color:#000;
}

#oferta h5{
  margin-bottom: 80px;
}

.offer-details img{
  width:100%;
  margin-bottom: 30px;
}

.offer-details h5{
  text-align: left;
      color: #00a820;
}

.ofirmie{
  margin-top: 50px;
  background-color:  #D22020;
}

.ofirmie-header{		
	margin-top:40px;
	margin-bottom: 35px;
}
.ofirmie-header p
{
 color:#7e7d7d;
 font-size: 20px;
 margin-top:10px;
 text-align: center;
}

.ofirmie-header span{
 color: black;
 font-style: italic;
 font-weight: bold;
 margin-top:10px;
 font-size:  37px;
 text-transform: uppercase;
 border-bottom: 5px solid #000;
}

.ofirmie-main p{

	font-size: 17px;
	line-height:1.7;
 margin-bottom: 50px;
}

.cennik-header{		
	margin-top:40px;
	margin-bottom: 50px;
}
.cennik-header p
{
 color:black;
 font-size: 17pt;
 margin-top:10px;
 text-align: center;
}


.cennik-header span{
 font-style: italic;
 font-weight: bold;
 margin-top:10px;
 font-size: 37px;
 text-transform: uppercase;
 border-bottom: 5px solid #D22020;
}

.cennik-title{		
	margin-top:40px;
	margin-bottom: 20px;
}


.cennik-title span{
 font-style: italic;
 font-weight: bold;
 color:black;    	
 text-transform: uppercase;
 font-size: 37px;

 border-bottom: 5px solid #D22020;
}

.cennik-main p{
  font-size: 17px;
}

#cennik ul.item-list{
  margin-top: 40px;
}

#cennik ul.item-list li span{
  color: #606060;
}

#cennik p{
  color: #606060;
}

#cennik .gray-text{
  color: #cac6c6
}


#cennik table{
	text-align: center;
	margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 1px;
  margin-bottom: 40px;
}

#cennik table td {
  padding: 8px 4px;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #606060;
}

#cennik table th {
  background: #00ad19;
  padding: 17px;
  color: #fff;
  border-right: 1px solid #fff;
  text-align: center;
}

#cennik table th:last-child{
  border-right: 0;
}

#cennik table caption	{
	color:#7e7d7d;
	font-size: 20px;
}

#kontakt{
  background:#fff;
}

#map1{
  padding-bottom: 0;
}

section#kontakt .section-title{
  margin-bottom: 30px;
}

#kontakt h5{
  margin-bottom: 80px;
}


#kontakt h3,
#kontakt .contact-data{
  text-align: left;
}

#kontakt h3{
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

#kontakt h3#wojewodztwo{
    margin:0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 18px;
    min-height: 32px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: url(../img/headline-woj.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

#kontakt i{
  margin-right: 20px;
}

.contact-data .col-md-2{
  padding: 0;
  text-align: center;
}

.contact-data .col-md-10{
  padding-left: 0px;
}

#kontakt h3.payments-headline{
  margin-top: 40px;
}

i{
  color:#00ad19;
}

.contact-data i.fa{
  color: #00ad19;
  font-size: 18px;
}

footer li>a,
footer p,
footer h3,
footer .contact-data h3,
footer .contact-data p,
footer .contact-data i.fa{
  color: #fff;
}

footer li>a:hover{
  color: #fff;
}

footer li>a{
  font-weight: 700;
}

footer h3{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
}

footer p{
  font-size: 12px;
  margin-bottom: 0;
}

footer .contact-data i.fa{
  font-size: 16px;
}

footer{
  padding-bottom: 30px;
  padding-top: 30px;
}



#kontakt #map{
  width: 100%;
  min-height: 400px;
}

#map1 .choose-city{
  font-size: 26px;
  margin-bottom: 26px;
}

#map1 .map-row{
  display: flex;
  justify-content: center;
}

#map1 #cities{
  display: flex;
  justify-content: flex-end;
}

#map1 .woj{
  max-width: 340px;
  background:#fff;
}

#map1 .map-bottom-img{
	margin-top: 25px;
}


.kontakt{
  margin-top: 50px; 
  background-color:  #7e7d7d;
}

.kontakt-header{	
  color: #fff;	
  margin-top:40px;
  margin-bottom: 50px;
}

.kontakt-header p{
  color:#7e7d7d;
  font-size: 17px;
  text-align: center;
}

.kontakt-header span{
 color: #fff;
 font-style: italic;
 font-weight: bold;
 margin-top:10px;
 font-size: 37px;
 text-transform: uppercase;
 border-bottom: 5px solid #fff;
}


.kontakt-main {
 color: #fff;
 font-size: 23px;
 margin-top: 10px;
}

.kontakt-main p{
 color: #fff;
 font-size: 19px;

}

.kontakt-main i{
  margin-right: 10px;
  font-size: 23px;
}

.formularz input,
.formularz textarea {
	margin:0;
	color:#000;
	background-color: #fff;
  border: 1px solid #d2d4d3;
  width: 100%;
  padding: 5px 3px
}

.formularz input{
  margin-bottom: 15px;
  height: 30px;
}

.formularz .form-50-row{
  display: flex;
  justify-content: space-between;
}

.formularz .form-50{
  width:49%;
}

.formularz textarea {
  height: 92px
}

.formularz input.submit{
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    float: right;
    display: inline-block;
    padding: 10px 20px;
    height: 100%;
    max-width: 245px;
    font-weight: 700;
    transition: background ease-in-out .2s;
    background: url(../img/submit-bg.png) no-repeat;
    font-size: 17px;
    letter-spacing: 1px;
    background-size: cover
}

.formularz input.submit:hover{
  background: #00ad19;
      transition: background ease-in-out .2s;
}
.mapa{
	margin:0;
}

footer{
  background-image: -moz-linear-gradient( 90deg, rgb(4,139,42) 0%, rgb(0,182,12) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(4,139,42) 0%, rgb(0,182,12) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(4,139,42) 0%, rgb(0,182,12) 100%);
}

footer .list-inline {
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
}

footer .list-inline>li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

footer .list-inline>li:after{
    position: absolute;
    content:"|";
    right:0;
    color:#fff;
}

footer .list-inline>li:last-child:after{
    display: none;
}

footer .contact-data.contact-data-details p{
    font-size:16px;
}

.menu-footer{
  padding: 15px;
}


.menu-footer ul{
	display: inline;
	list-style: none;

}

.menu-footer ul li{
	display: inline;
	font-size: 19px;
	line-height: 13px;
	padding: 5px 20px;
	
}

.menu-footer ul li a{

	text-transform: uppercase;
	font-style: italic;
	font-size: 19px;
	color:black;
}

.menu-footer ul li a:hover{
	text-decoration: none;
	
}

.menu-footer ul li a:focus{
	text-decoration: none;
	
}



/* New Bootstrap Menu */
.kc-navbar {
  background-color: #fff;
  border-color: #fff;
  margin-bottom: 0;
}

.kc-navbar .navbar-nav>li>a {
  color: #000000;
  padding: 0;
  margin: 0 15px;
  font-weight: 400;
  font-size: 18px;
}

.kc-navbar .navbar-nav>li>a:hover {
  text-decoration: underline;
}

.kc-navbar .navbar-brand {
  padding: 10px 0 0 0;
}

.kc-navbar .navbar-brand > img {
  height: 35px;
}


.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background: #00ad19;
}


@media only screen and (max-width: 1300px) {

  .main-text h1
  {
    left: 50%;
    top: 5.2%;
    margin: auto;
    display: table;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    padding: 10px 0px;
  }

}

@media only screen and (max-width: 1200px){
    #map1{
    background-image: none;
}

#map1 .container{
    width:100%;
}

#map1 .map-inside,
#map1 .cities-inside{
    width:50%;
}

#map1 .woj {
    max-width: unset;
    width: 100%;
}

.formularz .form-50-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formularz input.submit{
    margin-top:10px;
}

.formularz .form-50{
    width:100%;
}

.formularz .form-50{
	margin-bottom: 40px;
}

.g-recaptcha{
    display: flex;
    justify-content: flex-end;
}

}


@media only screen and (max-width: 1000px) {

  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-flex;
  }

  .formularz{
   text-align: center;
 }
 .kontakt-main {
  color: #fff;
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 20px;
}
}

@media only screen and (max-width: 992px){
    .navbar .container{
        width:100%;
        margin-left: 5px;
        margin-right: 5px;
    }

    .kc-navbar .navbar-nav>li>a{
        margin:0 5px;
        font-size: 14px;
    }

    .slider-container{
        margin-bottom: 25px;
    }

    .under-slider{
            flex-direction: column;
    position: static;
    justify-content: center;
    align-items: center;
    bottom: unset;
    left: unset;
    right: unset;
    margin-top: -50px;
    }

    .slider-left{
        order:2;
    }

    .slider-container .slider-right h3,
    .slider-container .slider-left h3 {
    text-align: center;
    margin-bottom: 0;
    }

    #kontakt h3{
        text-align: center;
    }

    #kontakt .contact-data .single-contact-col {
        display: flex;
        justify-content: center;
    }

section#nasza-misja .headlines-mission{
    flex-direction: column;
    margin-top: 40px;
}

footer .list-inline {
    justify-content: center;
    margin-top: 25px;
}

footer .footer-offer, 
footer .footer-offer p{
    text-align: right;
}

}

@media screen and (max-width: 767px) {	

	#cennik table td{
		padding: 3px;
	}


  .logo-footer{
    display: block;
    margin: 15px auto;
  }


  #cennik table th{
    padding: 5px;
  }

  .container{
    margin-left: 1%;
    margin-right: 2%;
    font-size: 13px;
  }

  .main-uslugi {
    margin-bottom: 0px;
  }
  .main-text h1{
    font-size: 30px;
  }
  .main-text h2{
    font-size: 20px;
  }

  .main-text h3{
    font-size: 20px;
  }

      .navbar-brand{
        height: auto;
    }

    .menu-item-tel{
        display: none!important;
    }

    .navbar .nav>li{
        text-align: center;
    }



}

.slicknav_menu{
  background: #d22020;
}

.slicknav_btn{
  background-color: #bc0b0b;
  border: 1px solid #fff;
}

.slicknav_nav li, .slicknav_nav ul{
  text-align: center;
}

.slicknav_nav a:hover{
  background-color: #fff;
}

@media screen and (max-width: 767px) {
    .slider{
        min-height: 400px;
    }
  .slider .text-box{
    padding: 20px;
  }

  .slider .text-box h1{
    font-size: 36px;
    margin-bottom: 24px;
  }

  .slider .text-box h2{
    font-size:30px;
  }

  .slider .text-box h3{
    font-size:24px;
  }
  
  .menu-row{
    display: none;
  }


  .logo{
    float: none;
  }

  .cotact-icon{
    display: block;
    text-align: center;
    float: none !important;
    margin-top: 15px;
  }

  article .col-md-7{
    padding-left: 15px;
  }

  article h3{
    text-align: center;
  }

  article img{
    display: block;
    margin: 5px auto;
  }

  article.behind{
    width: calc(100% - 10px);
    flex-basis: calc(100% - 10px);
    margin-right: 10px;
  }


  footer{
    text-align: center;
    padding:30px;
  }

  .footer-nav{
    margin-top: 15px;
    margin-bottom: 15px;
  }

      footer > .container > .row{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
  #kontakt h3,
  #kontakt .contact-data{
    text-align: center;
  }

  .slicknav_menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }

  .articles-row{
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .slicknav_menu{
    display: none;
  }

  .nav .active,
  .nav .active a{
    background: #00ad19;
  }

  .nav .active a{
    color:#fff;
  }
  .nav li{
      height: 108px;
      display: flex;
      align-items: center;
}
  .kc-navbar {
    padding:0;
    height: 108px;
    display: flex;
    align-items: center;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}
}

@media screen and (max-width: 400px) {
	
	.main{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
  .kc-navbar .navbar-nav>li>a {
    margin: 0;
    padding: 10px 0;
  }


    #map1 .map-row{
    flex-direction: column;
    align-items: center;
    }

    #map1 .map-inside, #map1 .cities-inside {
    width: 100%;
    }

    #map1 .map-inside{
        max-width: 350px;
    }

    footer .contact-data.contact-data-details p,
    footer .footer-offer, footer .footer-offer p{
        text-align: center;
    }

       footer .footer-offer{
        margin-top: 24px;
       }

       .list-inline.footer-nav{
        display: flex;
       }

       .list-inline li:after{
        display: none;
       }

       .formularz input.submit{
        max-width: 100%;
       }

}