/*#####################################################################################################################*/
/* ------------------------------------------- Własny CSS -------------------------------------------------------------*/ 
/*#####################################################################################################################*/

/*#####################################################################################################################*/
/* Główne*/
/*#####################################################################################################################*/

body{
    font-family: 'Quicksand', sans-serif;
	color: #f8f8fa;
    background-color: #f9f9fa;
}
/*#####################################################################################################################*/
/* RYS HISTORYCZNY*/
/*#####################################################################################################################*/

    .timeline {
      position: relative;
      padding: 20px 0;
      list-style: none;
    }

    .timeline:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 2px;
      margin-left: -1px;
      background: #ccc;
    }

    .timeline > li {
      position: relative;
      min-height: 50px;
      margin-bottom: 50px;
    }

    .timeline > li:before,
    .timeline > li:after {
      content: '';
      display: table;
    }

    .timeline > li:after {
      clear: both;
    }

    .timeline > li .timeline-panel {
      position: relative;
      float: right;
      width: 45%;
      padding: 20px;
      border: 1px solid #ccc;
      border-radius: 0px;
      background: #f9f9fa;
    }

    .timeline > li .timeline-panel:before {
      content: '';
      position: absolute;
      top: 26px;
      right: -15px;
      display: inline-block;
      border-top: 15px solid transparent;
      border-left: 15px solid #ccc;
      border-right: 0 solid #ccc;
      border-bottom: 15px solid transparent;
    }

    .timeline > li .timeline-panel:after {
      content: '';
      position: absolute;
      top: 27px;
      right: -14px;
      display: inline-block;
      border-top: 14px solid transparent;
      border-left: 14px solid #f9f9f9;
      border-right: 0 solid #f9f9f9;
      border-bottom: 14px solid transparent;
    }

    .timeline > li .timeline-badge {
      position: absolute;
      top: 22px;
      left: 50%;
      z-index: 100;
      background: #28a470;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      margin-left: -25px;
      border: 1px solid #28a470;
      text-align: center;
      font-size: 1.2em;
      line-height: 50px;
	  color: #fff;
	  font-weight: bold;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
      float: left;
    }

    .timeline > li.timeline-inverted > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
    }

    .timeline > li.timeline-inverted > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
    }

    .timeline > li.timeline-inverted > .timeline-badge {
      left:50%;
      right: 50%;
}
.navbar-toggler{
	background-color: #fff;
	padding-left:5px;
	padding-right:5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 0px;
	margin-top: -9px;
	
}

.navbar-toggler:hover{
	background-color: #00ada7;
}
#bg {
 
  top: 0; 
  left: 0; 	
  /* IMG COVER!!!! */
  min-width: auto;
  width:100%;

}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 13px;
  margin-left: 5px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 22px;

}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #333;
  background-color: #f2f2f2;
  border-color: #ddd;
}
.content_contener{
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	border-radius:22px;
	
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
   top: 0 !important;
}
.content_auto{
	margin: 0 auto;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
   top: 0 !important;
}

.btn-orange{
    font-weight: 600;
    background-color: #00ada7;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 22px;
    border: medium solid #00ada7;

}
.btn-orange:hover{
   font-weight: 600;
    background-color: #00c0b9;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 22px;
    border: medium solid #00c0b9;

}
.btn-white{
    font-weight: 600;
    background-color: #0ca877;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    border: medium solid #fff;

}
.btn-white:hover{
    font-weight: 600;
    background-color: #12cb91;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
     border: medium solid #fff;

}
.btn-link{
    font-weight: 600;
    background-color: transparent;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    border: medium solid transparent;
	text-decoration: none;

}
.btn-link:hover{
    font-weight: 600;
    background-color: transparent;
    color: #00aaa4;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    border: medium solid transparent;
	text-decoration: none;


}
.open > .dropdown-toggle.btn-success.focus {
    background-color: #000;
    border: medium solid #fbbe0f;
    border-radius: 22px;
    font-weight: bold;
    color: #000;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	background-color: #fbbe0f;
	border: medium solid #fbbe0f;
	border-radius: 0px;
	font-weight: bold;
	color: #000;
}





.alert-success {
	background-color:transparent;
	border-color: transparent;
	border-radius: 1px;
	color: #000;
	font-weight: bold;
	margin:0px;
	font-size:16px;
}
#podstrona{
	margin-top: -100px;
}
.podstonapadding {
	margin-top: 100px;
	
}

#logo img{
	width:100%;
	float: left;
}
table a:link {
	color: #000;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #693fa5;
	text-decoration:underline;
}
table {
	color: #000;
	font-size: 16px;
	background: #eaebec;
	margin: 0px;
	border: #ccc 1px solid;
}
table th {
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #e0e0e0;
	background-color: #ea0509;
	text-align: center;

	
}
table th:first-child{
	text-align: center;
	padding-left: 20px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-align: center;
}
table tr{
	text-align: center;
	padding: 11px 11px 11px 11px;
}
table tr td:first-child{
	text-align: center;
	padding-left: 10px;
	padding-right:10px;
	border-left: 0;
}
table tr td {
	padding-top:20px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 4px 4px 4px 4px;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


/*#####################################################################################################################*/
/* Karuzela */
/*#####################################################################################################################*/
#carouselExampleCaptions{
	padding-top: 0rem;
}
.carousel-caption {
position: absolute;
top: 55%;
left: 50%;
transform: translate(-50%, -50%);
}
.carousel .item {
	width: 100%;
	max-height: 100%;
}

.carousel .item img {
	width: auto;
}

.carousel .carousel-control{
	background: none;
	border: none;
	top: 50%;
}



.carousel-caption h1{
	font-weight: bold;
	line-height: auto;
	color: #333;
	font-size: 65px;
	text-shadow: 0px;
	text-align: center;
	
}
.carousel-caption h2{
    font-weight: bold;
    line-height: auto;
    color: #00ada7;
    font-size: 30px;
    text-shadow: 0px;
    text-align: center;

}


.carousel-indicators {
	right:0;
	text-align:center;
	bottom:144px;
  }
.carousel-indicators li {
	display: inline-block;
	width: 60px;
	height: 3px;
	margin: 5px;
	text-indent: 0;
	cursor: pointer;
	border: none;
	border-radius: 0%;
	background-color: #fff;
	
}
.carousel-indicators .active {
  width: 60px;
	height: 3px;
	margin: 5px;
    background-color: #fb087d;
}



/*#####################################################################################################################*/
/* Menu Górne*/
/*#####################################################################################################################*/


/* Styl dla logo */
#logo {
  transition: all 0.3s ease;
}

/* Styl dla menu */
#menu {
  transition: all 0.3s ease;
  background-color: transparent;
}

#menu.scrolled {
  background-color: #fff; /* Kolor tła po przewinięciu */
}

javascript


.navbar-nav{
	margin:0px;
	margin-top:0px;
	padding:0px;
	
}

.navbar-outer{
	width: 1200px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 17px;
    margin-left: 8px;
    margin-right: 8px;
    font-weight: 600;
    margin-top: 0px;
    background-color: transparent;
    border: thin solid transparent;
    border-radius: 22px;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #fff;
     background-color: #00ada7;
    border: thin solid #00ada7;
	
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
   color: #fff;
   background-color: #00ada7;
   border: thin solid #00ada7; 
}
.dropdown-menu a{
     color: #000;
    font-size: 19px;
    margin-left: 7px;
	margin-right: 23px;
    font-weight: 800;
    margin-top: 0px;
    text-transform: uppercase;
}
.dropdown-menu a:hover {
color: #28a470!important;
	background-color: transparent
}
.dropdown-menu a:focus {
color: #28a470!important;
}
/*#####################################################################################################################*/
/* Formularz */
/*#####################################################################################################################*/
.form-control2 {
	display: block;
	width: 100%;
	height: 190px;
	padding-top: 2px;
	margin-top: 11px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	font-size: 19px;
	color: #000;
	background-color: rgba(255,255,255,0.73);
	background-image: none;
	border: 1px solid #C8C8C8;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .015);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-style: normal;
}
.form-control {
	display: block;
	width: 100%;
	height: 60px;
	padding-top: 2px;
	margin-top: 11px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	font-size: 19px;
	color: #000;
	background-color: rgba(255,255,255,0.73);
	background-image: none;
	border: 1px solid #C8C8C8;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .015);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-style: normal;
}
.form-control:focus {
	border-color: #28a470;
	outline: 0;
	
	background-color: #fff;
	color: #000;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}



a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #fff;
}





/*#####################################################################################################################*/
/*LICZBY	*/
/*####################################################################################################################*/


#liczby{
	height: auto;
	background-color: transparent;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: -250px;
	position: static;


}



#liczby h3{
	
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0px;
	margin-top: 0px;
	
}
#liczby h4{
	
    text-align: center;
    font-size: 65px;
    color: #00ada7;
    font-weight: bold;
    margin-bottom: 0px;
	margin-top: 0px;
	
}


/*#####################################################################################################################*/
/*OMNIE	*/
/*####################################################################################################################*/
.logniem{


margin-right: auto;
display: flex;
align-items: right;
z-index: 1000;
float: right;
top: -17px;
position: relative;



}
.box3{
    background-color: #fff;
    border-radius: 40px;
    -webkit-box-shadow: 20px 30px 70px 0 rgba(46,109,240,.05);
    -moz-box-shadow: 20px 30px 70px 0 rgba(46,109,240,.05);
    box-shadow: 20px 30px 70px 0 rgba(46,109,240,.05);
    position: relative;
    padding: 0px;
    min-height: 493px;
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.box3a{
    background-color: #fff;
    border-radius: 40px;
    padding: 70px;
	padding-top: 20px;
    
}
.box3b{
    background-color: #fff;
    border-radius: 40px;
    padding: 30px;
	padding-top: 30px;
    
}
#omnie{
    height: auto;
    padding-top: 70px;
    padding-bottom: 0px;
    background-position: center top;
	margin-top: 0px;
}
#omnie h2 {
    font-size: 33px;
    font-weight: bold;
    color: #00aaa4;
    text-align: left;
	padding-left: 30px;
	padding-top: 50px;

}
#omnie p {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: left;
	padding: 10px;
	padding-left: 30px;

}

/*#####################################################################################################################*/
/*KONTAKT*/
/*####################################################################################################################*/
#kontakt{
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #fff;
    background-image: url(../images/kontakt.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 500px;
}

#kontakt p{
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
}
#kontakt p a{
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
}
#kontakt p a:hover{
    font-size: 18px;
    font-weight: normal;
    color: #b5873f;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
}
#kontakt h2{
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
}

#kontakt h3{
    font-size: 45px;
    font-weight: 600;
    color: #b5873f;
    margin-top: 40px;
    text-align: center;
    text-decoration: none;
    
}
#kontakt h4{
    font-size: 30px;
    font-weight: 600;
    color: #b5873f;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
}


/*#####################################################################################################################*/
/*AAKTUALNOŚCI*/
/*####################################################################################################################*/
.rowmargin{
	margin-top: 40px;
}
#aktualnosci{
    height: auto;
    padding-bottom: 70px;
    padding-top: 30px;
    
}

#aktualnosci h6  {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
	padding-bottom:30px;
    text-align: center;

}
#aktualnosci p {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: justify;
    padding: 10px;
    padding-left: 10px;
}

#aktualnosci img{
	border-radius: 22px;
}

#aktualnosci h2 {
  font-size: 33px;
  font-weight: bold;
  color: #00aaa4;
  text-align: center;
  padding-left: 10px;
  padding-top: 20px;
}
/*#####################################################################################################################*/
/*ATUTYI*/
/*####################################################################################################################*/

#atuty{
    height: auto;
    padding-bottom: 110px;
    padding-top: 110px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

#atuty h2 {
  font-size: 33px;
  font-weight: bold;
  color: #00aaa4;
  text-align: center;
}
#atuty p {
  font-size: 17px;
  font-weight: normal;
  color: #333;
  text-align: center;

}
#atuty p a {
  
  color: #333;
 

}
#atuty p a:hover {
  
  color: #00aaa4;
 

}
/*#####################################################################################################################*/
/*PODSTRONA*/
/*####################################################################################################################*/


.boxpodstrona{
	-webkit-box-shadow: 0 3px 99px 0 rgba(46,46,46,0.10);
    -moz-box-shadow: 0 3px 99px 0 rgba(46,109,240,.1);
    box-shadow: 0 3px 99px 0 rgba(46,46,46,0.10); 
	background-color: #fff;
	border-radius: 5px;
	padding: 50px;
	margin-bottom: 40px;
}



/*#####################################################################################################################*/
/*STOPKA*/
/*####################################################################################################################*/

#stopka{
    text-align: center;
    height: auto;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    padding: 20px;
    padding-bottom: 80px;
    padding-top: 70px;
	margin-top: 90px;
    background-image: url(../images/stopka.jpg);
    background-size: cover;
	position: relative;
}
.ppawel {
  position: absolute; /* ustawienie pozycji diva */
  bottom: 0; /* ustawienie diva na dole rodzica */
  left: 50%; /* ustawienie diva na środku rodzica */
  transform: translateX(-50%); /* przesunięcie diva w lewo o połowę jego szerokości */
  top: -70px; /* ustawienie marginesu górnego */
	z-index: 10000;
}
.my-row {
  justify-content: center;
}
#stopka p{
    font-size: 19px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}
#stopka h6{
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #fff;

}
#stopka p a{
	color: #fff;

}
#stopka p a:hover{
	color: #fff;
	text-decoration: underline;

}
#stopka h5{
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #fff;

}

#stopka h2{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin: 0px;
	margin-top:22px;
	margin-bottom:11px;
}


/*#####################################################################################################################*/
/* GOOGLE MAPS*/
/*#####################################################################################################################*/
.google-maps {
        position: relative;
        padding-bottom: 44%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
		margin-top:0px;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
		 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
		
  }
.google-maps iframe:hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
		 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
	  transition: all 0.10s ease;
		
  }  
  
 
}
    }
