/*Animacja górna*/
.animacja-kontener-maska-1,
.animacja-kontener-maska-2,
.animacja-kontener-maska-3,
.animacja-kontener-maska-4{
	position:absolute;
}
.animacja-kontener-maska-1{
	width:11px;
	height:450px;
	background: url('../grafika/animacja_lewa.png') top left no-repeat;
	z-index:1;
	left:0px;
}
.animacja-kontener-maska-2{
	width:14px;
	height:450px;
	background: url('../grafika/animacja_prawa.png') top right no-repeat;
	z-index:1;
	right:0px
}
.animacja-kontener-maska-3{
	width:1232px;
	height:8px;
	background: url('../grafika/animacja_dol.png') bottom center no-repeat;
	z-index:1;
	bottom:0px;
}
.animacja-kontener-maska-4{
	width:1232px;
	height:5px;
	background: url('../grafika/animacja_gora.png') top center no-repeat;
	z-index:1;
	top:0px;
}
.animacja{
	position: relative;
	max-height: 450px;
	overflow:hidden;
}
.animacja, .animacja-slider{
	display: block;
}
.animacja-slider-tytul {
	display: none;
}
.animacja-slider-slide{
	width: 1232px;
	height: 450px;
	background-position: center center!important;
  background-size: cover!important;
}

/*Strzałki*/

.animacja-slider .slick-next{
  z-index: 700;
}

.animacja-slider .slick-prev{
	left: 16px;
  z-index: 700;
}

.slick-prev, .slick-next {
	width: 72px;
	height: 72px;

}
.slick-prev:hover,
.slick-next:hover{
	opacity:0.5;
}

.animacja-slider .slick-prev:before,
.animacja-slider .slick-next:before{
		width: 72px;
		height: 72px;
		opacity:1;
}
.animacja-slider .slick-prev:before
{
		content: url('../grafika/animacja_strzalka_l.png');
}

.animacja-slider .slick-next:before{
		content: url('../grafika/animacja_strzalka_p.png');
}

.animacja-slider .slick-dots{
	bottom: 8px!important;
	display: none!important;
}

.animacja-slider,.slick-dotted.slick-slider{
	 margin-bottom: 0px!important;
}


/*Zatrzymanie/Uruchomienie*/

.animacja-slider-buttons{
	position: relative;
	z-index: 1;
	opacity: 0;
	transition: 0.2s;
	width: 100%;
}
.animacja:hover > .animacja-slider-buttons {
	opacity: 1;
}
#animacja-pause, #animacja-play{
	cursor: pointer;
	position: absolute;
	top: 6px;
	border:none;
	background: rgba(256, 256, 256, 1);
	color:#2B7A88;
	font-size: 13px;
	height: 32px;
	padding: 0px 12px 0px 12px;
	left:6px;
}
#animacja-pause:before {
	content: "\f04c";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	color: #2B7A88;
	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: #2B7A88;
	margin: -2px 10px 0px 0px;
 	padding: 0px 0px 0px 0px;
}
#animacja-play {
	display: none;
}

@media all and (min-width: 1023px) and (max-width: 1279px) {
  .animacja-kontener-maska-3{width: 992px;}
	.animacja-kontener-maska-4{width: 992px;}
}
@media all and (min-width: 320px) and (max-width: 1023px){
	.animacja-kontener-maska-3{display:none;}
	.animacja-kontener-maska-4{display:none;}  
}
