/*#####################################################################################################################*/
/* ------------------------------------------- Własny CSS -------------------------------------------------------------*/ 
/*#####################################################################################################################*/

/*#####################################################################################################################*/
/* Główne*/
/*#####################################################################################################################*/

body{
	font-family: 'Lato', sans-serif;;
	color: #34495e;
	background-color: #FFFFFF;
}
.podstronapadding{
	margin-top: 130px;
	
}
.navbar-toggler{
	background-color: #fff;
	padding-left:5px;
	padding-right:5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 0px;
	margin-top: 0px;
	
}

.navbar-toggler:hover{
	background-color: #8bcf24;
}
#bg {
 
  top: 0; 
  left: 0; 	
  /* IMG COVER!!!! */
  min-width: auto;
  width:100%;

}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 5px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;

}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #8ccf25;
  border-color: #8ccf25;
}
.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-czytaj{
    font-weight: 600;
    background-color: #8ccf25;
    color: #fff;
    padding-left: 90px;
    padding-right: 90px;
    border-radius: 0px;
    border: medium solid #8ccf25;
}
.btn-czytaj:hover{
    font-weight: 600;
    background-color: #73ac1c;
    color: #fff;
    padding-left: 90px;
    padding-right: 90px;
    border-radius: 0px;
    border: medium solid #73ac1c;

}

.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;
}

.podstonapadding {
	margin-top: 130px;
	
}

#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 */
/*#####################################################################################################################*/
#pokaz-slajdow{
	padding-top: 0rem;
}

.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: #000;
	font-size: 60px;
	text-shadow: 0px;
	text-align: center;
	
}
.carousel-caption h2{
    font-weight: bold;
    line-height: auto;
    color: #000;
    font-size: 26px;
    text-shadow: 0px;
    text-align: center;
    text-transform: uppercase;	
}
.carousel-caption p{
	font-weight: bold;
	line-height: auto;
	color: #000000;
	font-size: 26px;
	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*/
/*#####################################################################################################################*/


#topbar{
	color: #000;
	height: auto;
	padding: 0px;
	padding-right: 70px;
	padding-top: 10px;
	margin: 0;
	width: 100%;
	position:absolute;
	background-color: transparent;
	z-index: 100;
}
#topbar h2 {
	color: #000;
	font-weight:normal;
	font-size:16px;
	text-align:right;
}
#topbar h2 a {
    color: #000;
    font-weight: normal;
}
#topbar h2 a:hover {
	color: #000;
	font-weight:normal;
	text-decoration: none;
	

}
#menu{
    height: auto;
    background-color: #FFFFFF;
    z-index: 100;
    background-repeat: repeat-x;
    padding-top: 0PX;
    padding: 15px;
	box-shadow: 2px 2px 3px #9e9e9e;
    
}
#topbar img{
	margin-bottom:4px;
	margin-left: 5px;
}
.navbar-nav{
	margin:0px;
	margin-top:25px;
	padding:0px;
	
}

.navbar-outer{
	width: 1200px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    margin-left: 13px;
    font-weight: 600;
    margin-top: 0px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #8ccf25;
   
	
}
.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: #000;
    
}


/*#####################################################################################################################*/
/* Formularz */
/*#####################################################################################################################*/

.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding-top: 2px;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	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: #ed1c24;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	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;
}




/*#####################################################################################################################*/
/*ZAINTERESWANY*/
/*####################################################################################################################*/
#zainteresowany{
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../images/paralax3.jpg);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: cover;
}



#zainteresowany h2{
    font-size: 45px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
}
#zainteresowany p{
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 0px;
    text-align: justify;
    text-decoration: none;
}

/*#####################################################################################################################*/
/*misja*/
/*####################################################################################################################*/
#misja{
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../images/misja.jpg);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: cover;
}



#misja h2{
    font-size: 45px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
}
#misja p{
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    margin-top: 0px;
    text-align: justify;
    text-decoration: none;
}
.rowmargin{
	margin-top: 20px;
	
}
/*#####################################################################################################################*/
/*onas*/
/*####################################################################################################################*/
#onas{
    height: auto;
    padding-top: 90px;
	background-color:#fff;
	padding-bottom: 20px;
  
}
.imgtext{
	margin-right: 10px;
	float: left;
}
#onas p{
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
}
#onas p a{
    color: #000000;
   
}
#onas p a:hover{
    color: #8ccf25;
   
}
#onas li{
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin-top: 0px;
    text-align: left;
    text-decoration: none;
    list-style-image: url(../images/li.jpg);
}

#onas h2{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
}

#onas h3{
    font-size: 35px;
    font-weight: 600;
    color: #8ccf25;
    margin-top: 40px;
	margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    
}
/*#####################################################################################################################*/
/*oinwestycji*/
/*####################################################################################################################*/
.ramka{
    border: thick solid rgba(0,0,0,1.00);
	padding: 30px;
}
#oinwestycji{
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
	background-color:#fff; 
  
}

#oinwestycji p{
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
	padding-left: 60px;
	padding-right: 60px;
}

#oinwestycji h3{
    font-size: 35px;
    font-weight: 600;
    color: #8ccf25;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    
}


/*#####################################################################################################################*/
/*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;
}


/*#####################################################################################################################*/
/*GALERIA*/
/*####################################################################################################################*/

#galeria{
    height: auto;
    padding-top: 330px;
    padding-bottom: 40px;
    background-image: url(../images/baner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
	min-height: 700px;
}
#galeria h2{
	font-size: 40px;
	font-weight: 800;
	text-align: left;
	color: #343434;
	margin-bottom: 10px;
	padding: 0PX;

}

#galeria  p{
	font-size: 17px;
	font-weight: 300;
	color: #343434;
	margin-top: 0px;
	text-align: left;
	text-decoration: none;
}
#galeria h4{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	text-align: left;
	text-decoration: none;
}

#galeria h3{
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    color: #343434;
    margin-top: 10px;
    text-decoration: none;
}

/*#####################################################################################################################*/
/*STOPKA*/
/*####################################################################################################################*/

#stopka{
    text-align: center;
    height: auto;
    background-repeat: no-repeat;
    background-color: #333333;
    padding: 20px;
    padding-bottom: 40px;
    background-position: center center;
    background-image: url(../images/footer.jpg);
    background-size: cover;
}


#stopka p{
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	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: #b5873f;}
#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: 24%; // 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;
		
  }  
  
 
}
    }
