/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-08-08, 08:10:01
    Author     : miroslawwierzchnicki
*/

.bx-viewport.full_hd{
	width:100vw !important;
	height:100vh !important;
	
}

.bxslider{
	opacity:0;
	
}
.bx-viewport li{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center; 
}

.bx-viewport.full_hd li{
	width:100vw !important;
	height:100vh !important;
}


.bx-viewport li img{
	opacity:0;
}
.bx-viewport li.full_hd img{
	
	width:100vw;
	height:100vh;
}
.slider h1{
	color:#fff;
}
.slider .slider_caption{
	top: 50%;
	color:#fff;
	left: 40%;
	position:absolute;
	transform: translate(-50%,-50%);
}
.pos_fixed{
	position:fixed !important;
	top:0;
	z-index:0
}
.slider_container.maly.pos_fixed,
.slider_container.full_hd.pos_fixed{
	left:0;
	right:0;
	bottom:0;
}
.slider_wrap.full_hd{
	height:100vh;
	position:relative !important;
	background-color:#fff;
	z-index:-1 !important;
}
.slider_wrap.maly{
	height:450px;
	position:relative !important;
	background-color:#fff;
	z-index:-1 !important;
}

.aktualnosci .bx-wrapper .bx-controls{
	display:none;
}
.copy_bx-controls-direction a span,
.bx-controls-direction a span{
	display:block;
	position:relative;
	width:30px;
}
.copy_bx-controls-direction a span .ar-hover,
.bx-controls-direction a span .ar-hover{
	opacity:0;
	transition: all 0.3s linear;
}
.copy_bx-controls-direction a:hover span .ar-hover,
.bx-controls-direction a:hover span .ar-hover{
	opacity:1;
}
.copy_bx-controls-direction a,
.bx-controls-direction a{
	display:inline-block;
}
.copy_bx-controls-direction a img,
.bx-controls-direction a img{
	position:absolute;
	top:0;
	left:0;
}
.copy_bx-controls-direction a span .ar-normal,
.bx-controls-direction a span .ar-normal{
	position:relative;
}
.copy_bx-controls-direction{
	margin-left:-20px;
}


.pswp__img {
    width: auto !important;
height: 100% !important;
display: inline-block !important;
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%,-50%);
}
.pswp__zoom-wrap{
	transform: none !important;
	text-align: center;
	top: 50px;
	bottom: 90px;
	left: 80px;
	right: 90px;
	width: auto;
	overflow:hidden;
}
.pswp__img--placeholder{
	display:none !important;
}
.pswp__button{
	margin: 0;
}
.pswp__button--arrow--left, .pswp__button--arrow--right{
	margin-top: -50px;
}
.pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before{
	background: none !important;
	width: auto;
	height: auto;
	top: 0;
}
.pswp__button--arrow--left:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104";
}
.pswp__button--arrow--right:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
}