body.error-page {
	background: url(/templates/yootheme_slaapopmaat/images/404-matras.webp) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body.error-page .uk-section-default {
	background-color: transparent;
}
header > div.uk-sticky {
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

footer {
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
footer a.uk-totop {
  background: url(../images/arrow-up.png) no-repeat left top;
  display: block;
  height: 40px;
  margin: 20px auto 0;
  padding: 0;
  text-indent: -999em;
  width: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer a.uk-totop:hover {
  background-position: left bottom;
}