/*Animacja górna*/
.animacja-srodek{
	/*height: 354px;*/
	max-width: 100%;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
}

.animacja{
	position: relative;
	max-height: 100vh;
	overflow:hidden;
	height: 100vh;
	width: 100%;
	margin-top: -160px;
	padding-top: 160px;
}

.animacja, .animacja-slider{
	width: 100%;
	display: block;
	z-index: 0;
}

.animacja-button{
    position: absolute;
	bottom: 40px;
    left: 50%;
    width: 68px;
    margin-left: -34px;
    z-index: 2;
	transition: 0.3s;
}

.animacja-button:hover{
	opacity: 0.7;
}

.animacja-button img{
	/* position: absolute;
	top: 0;
	left: 50%;
	width: 68px;
	margin-left: -34px;
	z-index: 2; */
}

.animacja-slider-tresc
{
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
	align-items: center;
}

.animacja-slider-tytul {
	display: flex;
	color: #fff;
	right: 0;
	bottom: 0px;
	margin: 0px;
	padding: 12px 64px 12px 64px;
	width: max-content;
	text-align: center;
	justify-content: center;
	height: max-content;
	font-size: 56px;
	font-weight: 700;
	max-width: 700px;
	font-family: 'Montserrat', sans-serif;
	line-height: 56px;
	display: none;
}

.animacja-slider-tytul a{
	color:#fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration-color: transparent;
	position: relative;
}


.animacja-slider-slide{
	width: 100%;
	max-width: 100%;
	height: calc(100vh - 160px);
	background-position: center;
	background-size: cover !important;
	/* background-attachment: fixed; */
}

.slick-slider .slick-track, .slick-slider .slick-list
{
	transform: none;
}

.animacja-slider-tresc span{
	display: block;
    background: #000;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 60px;
    padding: 10px;
    display: none;
}

/*Animacja górna slajder*/

.slick-list{
	opacity: 0.97;
}
.animacja-slider .slick-next {
	opacity: 0 !important;
	top: 46%;
	right: 48px;
  	z-index: 9999;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.animacja:hover .animacja-slider .slick-next{
	opacity: 1!important;
}
.animacja-slider .slick-prev {
	opacity: 0 !important;
	top: 46%;
	left: 48px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.animacja:hover .animacja-slider .slick-prev{
	opacity: 1!important;
}
.animacja-naglowek-kontener:hover .slick-next,
.animacja-naglowek-kontener:hover .slick-prev {
	opacity: 1 !important;
}
.animacja-naglowek-kontener .slick-next:focus,
.animacja-naglowek-kontener .slick-prev:focus {
	opacity: 1 !important;
  	outline: 2px outset #ff0000;
}
.animacja-slider .slick-prev:before, .animacja-slider .slick-next:before {
	font-family: "Font Awesome 5 Free";
 	font-size: 30px;
  	color:#fff;
	opacity: 1;
}
.animacja-slider .slick-prev:before {
	padding: 0px 0px 0px 0px;
	right: 0%
}
.animacja-slider .slick-next:before {
	padding: 0px 0px 0px 0px;
	left: 0%;
}
.animacja-slider .slick-prev:hover:before, .animacja-slider .slick-next:hover:before {
	opacity: 0.75;
}

.animacja-slider .slick-prev:before{
	content: url(../grafika/rotator-left.png);
	font-size: 32px;
	filter: drop-shadow(10px 10px 10px rgba(255, 255, 255, 0.5));
}
.animacja-slider .slick-next:before{
	content: url(../grafika/rotator-right.png);
	font-size: 32px;
	filter: drop-shadow(10px 10px 10px rgba(255, 255, 255, 0.5));
}

.animacja-slider .slick-dots{
	display: none!important;
}

.animacja-slider,.slick-dotted.slick-slider{
	margin-bottom: 0px!important;
}
.animacja-slider-buttons  {
	position: relative;
	z-index: 3;
	transition: 0.2s;
	margin: 0px auto;
}
.animacja-slider-buttons > * {
  opacity: 0;
}
.animacja-naglowek-kontener:hover .animacja > .animacja-slider-buttons > *, .animacja-naglowek-kontener .animacja > .animacja-slider-buttons > *:focus {
	opacity: 1;
}
#animacja-pause, #animacja-play{
	cursor: pointer;
	position: absolute;
	left: 16px;
	top: 16px;
	border: none;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 14px;
	height: 35px;
	padding: 0px 12px 0px 12px;
	transition: all 0.3s;
}
#animacja-pause:before {
	content: "\f04c";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	color: #fff;
	margin: -2px 10px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#animacja-play:before {
	content: "\f04b";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	color: #fff;
	margin: -2px 10px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#animacja-play {
	display: none;
}
#animacja-pause:hover, #animacj-baner-play:hover {
	opacity: 0.75;
}
.animacja:hover > .animacja-slider-buttons > *, .animacja > .animacja-slider-buttons > *:focus {
	opacity: 1;
}

/*Mobilne*/

@media all and (min-width: 1023px) and (max-width: 1279px) {
	.animacja-kontener{
		flex-wrap: wrap;
	}

	.animacja-slider-slide{
		width: 100%;
		max-width: 100%;
	}
	.animacja:after{display: none;}
}

@media all and (min-width: 320px) and (max-width: 1023px) {
	.animacja-srodek{display:none;}
	.pogoda{display:none;}
	.dane-pogoda{padding:12px 15px;}
}

@media all and (min-width: 0px) and (max-width: 639px) {
	.animacja-slider-slide {
		height: calc(0.45 * 100vw);
	  }
	.animacja-slider-tresc:before{right: 0px;top: 0px;}
	.animacja-srodek{width: 100%;}
}

@media all and (max-width: 1232px)
{
	.animacja-slider-slide
	{
		background-size: auto 100%!important;
	}
}
