
header.page-header{
	z-index: 1000;
}
.background-fixed {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
}
@media (max-width: 1024px) {
	.background-fixed {
		background-attachment: scroll;
	}	
}
.nivo-caption{
	z-index: 999;
}