/*
OPCJONALEN ELEMENTY:
2. #slider-arrows - strzałki, boczna nawigacja prev-next
*/


#nowosci-wrapper {
	position: relative;
	margin-bottom: -80px;
}

#nowosci-hook {
	display: block;
	width: 100%;
	height: 1px;
}

#nowosci {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-top: 60px;
	outline: 1px solid #E3E3E3;
}

#nowosci-bg {
	display: block;
	width: 100%;
}

#nowosci > .attachment-post-thumbnail {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#nowosci > .attachment-post-thumbnail.active {
	z-index: 4;
}

#nowosci > .attachment-post-thumbnail.next {
	z-index: 3;
}

#nowosci-arrows {
	position: absolute;
	z-index: 5;
	display: block;
	width: 100%;
	height: 32px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#nowosci-arrows a {
	position: absolute;
	display: block;
	width: 20px;
	height: 32px;
	background-size: 100%;
}
#nowosci-arrows a:first-of-type {
	left: -40px;
	background-image: url(../img/nowosci-arrows-prev.png);
}
#nowosci-arrows a:last-of-type {
	right: -40px;
	background-image: url(../img/nowosci-arrows-next.png);
}
#nowosci-arrows a:hover {background-color: rgba(255,255,255,.4)}


/* #Base 1024 Grid
================================================== */
@media only screen and (max-width: 1024px) {
	
#nowosci-wrapper {margin-bottom: -60px}
	
#nowosci-arrows a:first-of-type {left: -30px}
#nowosci-arrows a:last-of-type {right: -30px}	
	
}

/* #Base 750 Grid
================================================== */
@media only screen and (max-width: 750px) {
	
#nowosci-wrapper {margin-bottom: -50px}
	
#nowosci-arrows {
	position: relative;
	width: 100%;
	height: 32px;
	margin-top: 20px;
}

#nowosci-arrows a {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	left: 0 !important;
	right: 0 !important;
}
	
}

/* #Base 500 Grid
================================================== */
@media only screen and (max-width: 500px) {
	
#nowosci-wrapper {margin-bottom: -40px}	
	
#nowosci-arrows {margin-top: 10px}

}