.referencje_fade {
	position: relative;
	background: #f6c413;
}

.referencje_fade-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 25px;
}
.referencje_fade-wrap > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.referencje_fade-wrap > div.active {z-index: 2}

.referencje_fade h2 figure {background: white !important}

.referencje_fade-arrows {
	position: relative;
	margin-top: 50px;
}

.referencje_fade-arrows a {
	display: inline-block;
	margin: 0 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.2);
	background-size: 100%;
}
.referencje_fade-arrows a:hover {background-color: rgba(0,0,0,.4)}
.referencje_fade-arrows a:first-of-type {
	left: 20px;
	background-image: url(../img/slideshow-arrows-prev.png);
}
.referencje_fade-arrows a:last-of-type {
	right: 20px;
	background-image: url(../img/slideshow-arrows-next.png);
}

.referencje-nav {
	text-align: center;
	position: absolute;
	z-index: 5;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
}

.referencje-nav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: relative;
	margin: 0 3px;
	border-radius: 50%;
	background:#353535
}

.referencje-nav a.clicked, .referencje-nav a:hover {background: white}


/* GRID: 1024px */
@media all and (max-width: 1024px) {	
}


/* GRID: 750px */
@media all and (max-width: 750px) {	
}


/* GRID: 500px */
@media all and (max-width: 500px) {	
}
