html { 
	scroll-behavior: smooth; 
	}
html, body {
    overflow-x: hidden;
}
header {
    z-index: 20;
}
header .logo img.onload {
    transform: scale(1);
    opacity: 1;
}

header .container .row a:hover{
	text-decoration: none;
}

header.down_scrolling {
    background: rgba(255, 255, 255, 0.8);
}

header .sub-menu:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 105px;
    width: 0px;
    height: 0px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
}

header .sub-menu li{
	margin-left: 20px;
}

body{
	background: #eff8fa;
}

h1, .h1, 
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
	text-transform: uppercase;
    color: #0000009e;
	font-style: normal;
}
h1, .h1 {
	font-size: 85px;
	font-family: 'Amatic SC', cursive;
}
h2, .h2 {
	font-size: 81px;
	font-family: 'Amatic SC', cursive;
}
h3,.h3 {
	font-size: 56px;
	font-family: 'Amatic SC', cursive;
}
header .navbar-menu {
	padding: 0;
    list-style: none;
    display: flex;
}
header .navbar-menu li {
	padding: 10px 20px;
}
header .navbar-menu li a {
	color: #0000009e;
	font-weight: 600;
}

#baner {
	padding-top:80px;
    background: #eaec99;
}
#baner h1 {
	color: #3f811c;
}

#baner .baner-images {
	position: relative;
    width: 100%;
    height: 220px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
/* style do obrazków w banerze */
.baner_chmury {
	position: relative;
    width: 100vw;
    height: 230px;
    animation: animate-wave-1 160s linear infinite;
}
.baner_domki {
	position: absolute;
	bottom: 0;
    right: -200px;
}
.baner_drzewo {
	position: absolute;
	bottom: 0;
    left: 0px;
}
.baner_reka {
	position: absolute;
	bottom: 0;
}
#baner_svg1{
	position: absolute;
	bottom: 0;
	right: 260px;
	width: 100px;
}

/* koniec styli do obrazków w banerze */

#aktualnosci {
	position: relative;
    background: #fff;
	color: #48556D;
}
#aktualnosci .container {
	z-index: 1;
    position: relative;
}
#aktualnosci .row .col-md-3 a {
	color: #48556D;
	text-decoration: none;
	
}
.aktualnosci_rosliny {
	position: absolute;
	bottom: 0;
    right: 0;
	z-index: 0;
}
.aktualnosci_tlo {
	position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
}
#baner_middle {
    background: #6ebe43;
	color: white;
}

#formularz_kontakt .row {
	position: relative;
    z-index: 10;
}
.block-color{
	height: 700px;
	padding: 80px 40px;
	color: #316C7C;
}
.block-color span {
	color: #316C7C;
	font-weight: 500;
}
.block-color-text {
	font-size: 24px;
}
#color_block .row .col-md-6:nth-child(1) .block-color {
	background: #265f6c;
	color: white !important;
}
#color_block .row .col-md-6:nth-child(1) .block-color span{
	color: white !important;
}
#color_block .row .col-md-6:nth-child(1) .block-color img{
	width: 100%;
	max-width: 650px;
}
#color_block .row .col-md-6:nth-child(2) .block-color {
	background: #fecd08;
	margin-top: 80px;
}
#color_block .row .col-md-6:nth-child(2) .block-color img{
	width: 300px;
}
#color_block .row .col-md-6:nth-child(3) .block-color {
	background: #ef614a;
	margin-top: -55px;
}
#color_block .row .col-md-6:nth-child(3) .block-color img{
	width: 190px;
}
#color_block .row .col-md-6:nth-child(4) .block-color {
	background: #a8d058;
	margin-top: 25px;
	padding: 80px 40px 0;
}
#color_block .row .col-md-6:nth-child(4) .block-color img{
	width: 360px;
    position: relative;
}
#archive a {
	color: inherit;
}
#archive h4 {
	color: #3f811c;
}
.navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
}

.navbar-nav-footer {
    list-style: none;
    padding: 0px;
}

.navbar-nav-footer a {
    color: #333;
}

.navbar-nav-footer {
    font-style: normal;
}

.navbar-nav-footer > ul {
    display: contents;
    list-style-type: none;
}

.trans-baground {
	background-color: #000000a1;
    padding: 20px;
}
.offsettop {
	padding-top: 180px;
}
.offsetbottom{
	padding-bottom: 40px;
}
.sub-menu ul li a {
    padding: 10px;
}

.menu-item:hover .sub-menu {
    display: block;
}

.mini-img {
    max-width: 30px;
    max-height: 30px;
}

.bg-black{
	background-color: #000;
}

.zoom-img{
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.6s;
}

.img-shape {
    height: 200px;
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: auto;
}

.zoom-img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.btn-custom {
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 25px;
    background: #4ba98a;
	color: black;
}
.menu {
	width: 30px;
}
.logo{
	width: 100px;
	margin: auto;
	transition: all 0.8s ease 0s;
}
/*
.block-img-center {
	position: absolute;
    bottom: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
*/
.wpcf7-form-control-wrap > input.wpcf7-form-control {
    height: 70px;
    padding-left: 15px;
    border: 0;
	width: 100%;
}
.wpcf7-form-control-wrap > textarea.wpcf7-form-control {
    height: 150px;
    padding: 15px;
    border: 0;
	width: 100%;
}
.wpcf7-form  .btn-form {
    width: 100%;
    height: 150px;
    border: 0;
    background: #1e3060;
    color: #fff;
    font-size: 1rem;
    font-family: amatic-sc, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.bg-wpcf7 {
	background: #1e3060;
}
.shape-wpcf7 {
	background: #1e3060;
    text-align: center;
    position: relative;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    align-items: center;
}
.shape-wpcf7 .arrow {
	border: solid #fff;
    border-width: 0 2px 2px 0;
	position: absolute;
    left: 8px;
    top: 12px;
}
footer {
	background: #588d3b;
	color: #fff;
	text-decoration: none;
}
footer span {
	color: #ffffff6e;
	font-size: 22px;
}
.footer_chmury {
	position: absolute;
    width: 100vw;
    height: 130px;
    top: -175px;
    animation: animate-wave-1 160s linear infinite;
}
.footer_drzewo_l {
	position: absolute;
    left: 120px;
    top: -40px
}
.footer_drzewo_p {
	position: absolute;
    right: 120px;
    top: 30px;
}
.footer-grass {
	position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	z-index: 0;
}
.footer-grass > img {
	position: relative;
	bottom: -50px;
    width: 100%;
}
.navbar-footer {
    list-style: none;
    padding: 0px;
}
.navbar-footer li,.navbar-footer li a {
    color: #fff;
	text-decoration: none;
}
.navbar-footer a:hover {
	text-decoration: none;
}
.navbar-footer > ul {
    display: contents;
    list-style-type: none;
}
.input-group input{
	border-radius: 0;
}
button#newsletter {
	margin-left: 10px;
    background: #fecd08;
    border-radius: unset;
    padding: 10px 10px;
}
.shape-news {
	position: relative;
	border-radius: 50%;
    border: 2px solid #588d3b;
    width: 30px;
    height: 30px;
}
.shape-news > .arrow {
	border: solid #588d3b;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 6px;
}

.arrow {
    border: solid #588d3b;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}
.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/* css do karuzeli */
#post-carusel {
	position: relative;
}
#post-carusel .slick-slide {
	padding: 20px 5px;
}
#post-carusel .slick-list {
	overflow: visible;
}
#post-carusel .slick-next {
	top: -10%;
    right: 0;
    left: auto;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
}
#post-carusel .slick-prev {
	top: -10%;
    right: 10%;
	left: auto;
	width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
}
#post-carusel .slick-prev:before,
#post-carusel .slick-next:before {
    font-family: fontello;
    font-size: 34px;
    line-height: 1;
    color: #0000009e;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#post-carusel .slick-prev:before {
    font-family: "fontello";
    content: "\e80c";
}

#post-carusel .slick-next:before {
	font-family: "fontello";
    content: "\e80b";
}
#post-carusel a {
	outline: none;
}
/* koniec css do karuzeli */


/* kod do hamburgera na mobile */
.mobile-menu-switch{
    position: relative;
    z-index: 1;
}
#mobile-menu {
    visibility: hidden;  
    position: fixed;
    left: 0;
    top: 0;
}

#mobile-menu.active {
    visibility: visible;
}

#mobile-menu .menu-top-menu-mobile-container:before{
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -90px;
    border-radius: 0 0 200px;
    transition: all .275s .1s;
	transform: skew(-9deg) translateX(-120%);
}
#mobile-menu .menu-top-menu-mobile-container {
    position: absolute;
    top: 0px;
	padding-top: 100px;
    width: 100vw;
    z-index: 100;
    left: 0;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    opacity:0;
    text-align: center;
    transition: ease-in-out 0.2s;
}

#mobile-menu.active  .menu-top-menu-mobile-container  {
    opacity:1;
    transition: ease-in-out 0.2s;
}
#mobile-menu.active .menu-top-menu-mobile-container:before {
    transform: skew(-0deg) translateX(-20%);
}
#mobile-menu .menu-top-menu-mobile-container ul.navbar-mobile {
	padding: 0;
}
#mobile-menu .menu-top-menu-mobile-container a {
    color: #616161;
    font-size: 22px;
    padding: 10px;
    opacity: 0;
}
#mobile-menu.active  .menu-top-menu-mobile-container a {
	text-decoration: none;
    opacity: 1;
}

#mobile-menu.active  .menu-top-menu-mobile-container li:nth-child(1) a {
	transition: all 275ms 175ms
}
#mobile-menu.active  .menu-top-menu-mobile-container li:nth-child(2) a {
	transition: all 275ms 225ms
}
#mobile-menu.active  .menu-top-menu-mobile-container li:nth-child(3) a {
	transition: all 275ms 275ms
}
#mobile-menu.active  .menu-top-menu-mobile-container li:nth-child(4) a {
	transition: all 275ms 325ms
}
#mobile-menu.active  .menu-top-menu-mobile-container li:nth-child(5) a {
	transition: all 275ms 375ms
}

#mobile-menu .menu-top-menu-mobile-container li {
    list-style: none;
    transform: skew(0deg);
	text-align: left;
	padding: 5px 5px;
}
#mobile-menu > .menu-top-menu-mobile-container > .navbar-mobile > li {
	padding: 10px 5px;
	text-align: center;
}

#mobile-menu .menu-top-menu-mobile-container .navbar-mobile li .sub-menu {
	padding: 0;
}
#mobile-menu .menu-top-menu-mobile-container .navbar-mobile .sub-menu li {
	padding-left: 20px;
}
#mobile-menu .menu-top-menu-mobile-container  .navbar-mobile li .sub-menu a{
	font-size: 18px;
	padding: 0px;
}

#mobile-menu .menu-top-menu-mobile-container .navbar-mobile .sub-menu{
	display: none;
}
#menu-top-menu .menu-item a {
    padding: 10px 10px;
    display: block;
    text-align: left;
	text-decoration: none;
    color: black;
}
#menu-top-menu .menu-item a:hover {
	text-decoration: none;
}
/* koniec kodu hamburgera */


/* przycisk do hamburgera */
#nav-icon {
    width: 30px;
    height: 25px;
    position: relative;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #616161;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon.open span{
  background: #616161;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 9px;
}

#nav-icon span:nth-child(4) {
  top: 18px;
}

#nav-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
/* koniec css przycisku dla hamburgera*/
/* css slide effect */

.slide-left {
    transform: translateX(-40px);
    opacity: 0;
    transition: all 0.8s ease 0.5s;
}

.slide-right {
    transform: translateX(40px);
    opacity: 0;
    transition: all 0.8s ease 0.5s;
}

.slide-up {
    transform: translateY(40px);
    opacity: 0;
    transition: all 0.8s ease 0.5s;
}

.slide-down {
    transform: translateY(-40px);
    opacity: 0;
    transition: all 0.8s ease 0.5s;
}

.grow {
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.8s ease 0.5s;
}

.slide-right.onload,
.slide-left.onload,
.slide-down.onload,
.slide-up.onload {
    transform: translate(0);
    opacity: 1;
}

.grow.onload {
    transform: scale(1);
    opacity: 1;
}

.calender.onload {
    opacity: 1;
    transform: scale(1);
}

.onload {
    opacity: 1 !important;
    transform: translateX(0px) !important;
    transform: translateY(0px) !important;
    transform: scale(1) !important;
}

.animation h3.onload:before {
    transition: all 0.2s ease-in-out 0.7s;
    height: 68px;
}

a.logo img {
    transition: all 0.8s ease 0s;
}
/* koniec css slide effect */

@media (max-width: 1280px) {
	.block-color {
		height: auto;
	}
	#color_block .row .col-md-6:nth-child(4) .block-color img {
		width: 80%;
	}
	#color_block .row .col-md-6:nth-child(2) .block-color img{
		width: 60%;
	}
	#color_block .row .col-md-6:nth-child(3) .block-color img{
		width: 40%;
	}
	.footer-grass > img {
		bottom: -1vw;
	}
	.footer_drzewo_p {
		top: -4vw;
	}
	.footer_drzewo_l {
		top: -5vw;
	}
}

@media (max-width: 768px) {
	h1, .h1 {
		font-size: 40px;
	}
	h2, .h2 {
		font-size: 38px;
	}
	h3,.h3 {
		font-size: 32px;
	}
	header {
		z-index: 10;
	}
	#baner_middle svg {
		width: 100%;	
	}
	.baner_chmury {
		    height: 150px;
		animation: animate-wave-1 40s linear infinite;
	}
	#color_block .row .col-md-6:nth-child(1) .block-color img{
		width: 100%;
	}
	#archive .row {
		text-align: center;
		flex-flow: column-reverse;
	}
	
	.block-color {
		padding: 30px 20px;
	}
	.logo{
		width: 160px !important;
	}
	#color_block .row .col-md-6:nth-child(2) .block-color,
	#color_block .row .col-md-6:nth-child(3) .block-color,
	#color_block .row .col-md-6:nth-child(4) .block-color {
		margin-top: 40px;
	}
	footer {
		text-align: center;
	}
	.footer_drzewo_l {
		top: -20vw;
		left: 18vw;
	}
	.footer_drzewo_p {
		top: -18vw;
		right: 15vw;
	}
}

/* animacja obiektów */

#baner_wiatrak_skrzydla {
	animation: spin 6s infinite linear;
	transform-origin: center;
	transform-box: fill-box;
}




/* keyframes */

@keyframes animate-wave-1 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 100vw;
    }
}
@keyframes spin {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}