/*Animacja górna*/
.animacja-srodek{
	/*height: 354px;*/
	max-width: 1232px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
}
.animacja {
    position: relative;
    max-height: 354px;
    overflow: hidden;
    height: 369px;
    min-height: 369px;
    width: 1232px !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.animacja-naglowek
{
	position: absolute;
	color: white;
	right: 16px;
	bottom: 16px;
	font-weight: 700;
	font-size: 24px;
	background-color: rgba(0, 0, 0, 0.781);
	padding: 8px 16px 10px 16px;
	border-radius: 0;
	font-family: 'Commissioner', sans-serif;
	display: none;
}
.animacja, .animacja-slider{
	width: 100%;
	display: block;
	height: 369px;
}
.animacja-slider-tytul a{
	color:#fff;
	font-size: 14px;
	font-weight: 369;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration-color: transparent;
	position: relative;
}
.animacja-slider-slide{
	width: 100%;
	max-width: 100%;
	height: 369px;
	background-position: center 0px;
    background-size: cover!important;
}
.animacja-slider .slick-next {
	opacity: 0 !important;
	top: auto;
	top: 50%;
	right: 0px;
  	z-index: 2;
	width: 32px;
    height: 48px;
	background:rgba(0, 0, 0, 0.856);
}
.animacja-slider .slick-prev {
	opacity: 0 !important;
	top: auto;
	top: 50%;
	left: 0px;
  	z-index: 2;
	width: 32px;
    height: 48px;
	background:rgba(0, 0, 0, 0.856);
}
.animacja-slider:hover .slick-next,
.animacja-slider:hover .slick-prev {
	opacity: 1 !important;
}
.animacja-slider .slick-next:focus,
.animacja-slider .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: 16px;
  	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, .animacja-slider .slick-next:hover {
	opacity: 0.6!important;
}
.animacja-slider .slick-prev:before{
	content: "\f053";
	font-weight: 369;
}
.animacja-slider .slick-next:before{
	content: "\f054";
	font-weight: 369;
	margin-right:-4px;
}
.animacja-slider .slick-dots{
	display: none!important;
}

.animacja-slider,.slick-dotted.slick-slider{
	margin-bottom: 0px!important;
}
.animacja-slider-buttons  {
	position: relative;
	z-index: 1;
	transition: 0.2s;
	margin: 0px auto;
}
.animacja-slider-buttons > * {
  opacity: 0;
}
.animacja:hover > .animacja-slider-buttons > *, .animacja > .animacja-slider-buttons > *:focus {
	opacity: 1;
}
#animacja-pause, #animacja-play{
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	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;
}

/* Treść */
.animacja-slider-tresc{
	display: none;
}

/*Mobilne*/
@media all and (min-width: 1023px) and (max-width: 1279px) {
	.animacja-srodek{
		width: 100%;
	}
	.animacja-kontener{
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
		max-width: 992px!important;
	}
	.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:190px;}
	.animacja-slider-tresc:before{right: 0px;top: 0px;}
	.animacja-srodek{width: 100%;}
}
