.services-list li {
    position: relative;
    padding-left: 16px;
}
.services-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #819537;

}
.bgimg {
    background-image: url('/images/slideshow/gebouwBanner.jpg');
	background-repeat: no-repeat;
}
.bttitle {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 70px;
	line-height: 70px;
}

.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.shell,
.shell-wide {
  min-width: 300px;
  max-width: 480px;
}

@media (min-width: 768px) {
  .shell,
  .shell-wide {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .shell,
  .shell-wide {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .shell,
  .shell-wide {
    max-width: 1200px;
  }
}

@media (min-width: 1800px) {
  .shell-wide {
    max-width: 1800px;
  }
}
.ln-height {
	line-height: 26px;
}