.slider-gal.fullscreen {
	z-index: 100000;
	position: fixed;
}

/*.gallery-carousel .carousel-fixed-item {
	bottom: 80px !important;
}*/

.caption.caption-arrow-left {
	/*bottom: 40px;*/
	top: 50% !important;
	left: 10px !important;
	width: auto !important;
	opacity: 0.8 !important;
	
}

.caption {
	/*background: #F0F;*/
}

.caption.caption-arrow-right {
	/*bottom: 40px;*/
	top: 50% !important;
	right: 10px !important;
	left: auto !important;
	width: auto !important;
	opacity: 0.8 !important;

}

.caption.caption-bottom-but{
	/*bottom: 40px;*/
	top: 10px !important;
	bottom: auto !important;
	right: 10px !important;
	left: auto !important;
	width: auto !important;
	opacity: 0.4 !important;

}




.caption.caption-arrow-right:hover, .caption.caption-arrow-left:hover ,
.caption.caption-bottom-but:hover{
	opacity: 0.7 !important;
}

.gallery-full-img {
    /*background-position: center center;*/
    background-repeat: no-repeat !important;
    background-size: contain !important; /*auto 100% !important;*/
    /*height: 100%;
    width: 100%;*/
	
}

.caption.image-desc {
	bottom: 0px !important;
	top: auto !important;
	left: 0px !important;
	width: 100% !important;	
	/*background: #263238;
	opacity: 0.5 !important;*/

}

.caption.image-desc h3 {
	text-align: center !important;
	/*background: #263238;
	opacity: 0.5 !important;*/
	/*width: auto !importaant;*/
	
	
	
	
}

.obraz-maly {
	height: 200px !important;
}

.obraz-maly .card-image {
	height: 100% !important;
	background-repeat: no-repeat !important;
    background-size: cover !important;
	background-position:center;
}

.obraz-maly .card-content {
	padding-left: 2px !important;
	padding-bottom: 2px !important;
	padding-right: 2px !important;
	padding-top: 5px !important;
	text-align: center !important;
	font-size: 12px;
	position: absolute !important;
	min-height: 30px !important;
	bottom: 0px !important;
	z-index: 1000;
	background: #FFF;
	width: 100%;
	
}

.obraz {
	background: #F00;
}

/*Do dodania na stronę parafialną */
.slider-gal .slides li img{
	display: none !important;
	
}

.slider-gal .slides li.active img {
	display: block !important;
}

.slider-gal .slides li .img-loader {
	width: 10%;
	height: 10%;
	
	position: absolute;
	left: 45%;
	top: 45%;
	background-image: url('http://lezajsk.przemyska.pl/wp-content/themes/fara_02/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.slider-gal .slides li .img-loader {
	z-index: 5;
}

.slider-gal .slides li.active .img-loader {
	z-index: -11;
}

/*.caption.caption-arrow-left .material-icons{
	text-color: white !important;
	border: 1px solid #F00;
}*/