#sp-main-body {
	padding: 50px 0;
}

.article-header {
	margin-bottom: 1rem;
}

#offcanvas-toggler {
	font-size: 50px;
}

@media screen and (max-width: 600px) {
  #sp-footer {
	float: none;
	text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #sp-bottom {
    float: none;
	text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .footerlinks {
    float: none;
	text-align: center;
  }
}

#sp-header {
	box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.8);
}

.sp-page-title .sp-page-title-heading {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}

.nieuwste {
	text-align: center;
}

.speasyimagegallery-modal-wrapper {
    z-index: 999;
	background: rgba(196, 189, 155, 0.75);
}

#sp-header.header-sticky {
	z-index: 995;
}

.speasyimagegallery-image-content {
	background: #000000;
	visibility: hidden;
}

.speasyimagegallery-gallery-stat {
	color: #c4bd9b;
}

.facebook {
	margin-top: -12px;
}

@media (max-width : 768px) {
	.hidden-phone {
		display: none;
	}
}

#sp-bottom .sp-module .sp-module-title {
  margin: 0 0 20px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: rgba(0, 0, 0, 0.85);
}

#sp-bottom {
  padding: 60px 0 30px;
  font-size: 16px;
  line-height: 1.65;
}

.breadcrumb {
    margin-bottom: 0rem;
    margin-top: 30px;
}

.sp-page-title {
	background-image: url(/site/images/achtergrond-titel.jpg);
	background-size: cover !important;
	background-attachment: scroll !important;
}

.speasyimagegallery-album-title {
    text-transform: uppercase;
}

.article-details .article-header h1, .article-details .article-header h2 {
	text-transform: uppercase;
}

#icon-remco {
	position: fixed;
	bottom: 15px;
	left: 15px;
  	width: 20px;
  	height: 20px;
  	z-index: 99;
}

img.rotate {
	-webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

img.rotate:hover {
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}

.speasyimagegallery-gallery-item-title {
	visibility: hidden;
}

.offerte {
	background-color:#000000;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	padding:8px 27px;
	text-decoration:none;
}
.offerte:hover {
	background-color:#c4bd9b;
  	color:#000000;
}
.offerte:active {
	position:relative;
	top:1px;
}

.speasyimagegallery-album:hover .speasyimagegallery-album-title {
    color: #c4bd9b;
}

.speasyimagegallery-album > div > a:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 0%);
    opacity: .5;
    -webkit-transition: opacity 400ms;
    transition:opacity 400ms
}

.burger-icon > span {
    background-color: #fff;
}

.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}