/* normal */
 * {
     margin: 0px;
     padding: 0px;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}
 html, body {
     font-family: soleil, sans-serif;
     font-size: 12px;
     color: #8c806e;
	 font-weight: 300
}
 input, select, textarea {
     font-family: soleil, sans-serif;
     font-size: 12px;
     color: #8c806e;
}
 body {
     background: #fff;
}
 img {
     border: 0px;
     display: block;
}
 a, input {
     outline: none;
}
a {
	text-decoration: none;
}
 h1, h2, h3, h4, h5, h6 {
     font-weight: normal;
}
h1, h2 {
	font-size: 25px;
	line-height: 18px;
	color: #252525;
	font-family: 'SoleilBold';
}
h3 {
	font-size: 20px;
	line-height: 24px;
	color: #252525;
	font-family: 'SoleilBold';
}
p {
	font-size: 16px;
	line-height: 24px;
	color: #252525;
	letter-spacing: -0.02px;
}
button {
	cursor: pointer;
}
 ul, ol {
     list-style: none;
}
 .container {
     max-width: 1190px;
     padding-left: 15px;
     padding-right: 15px;
     margin: 0 auto;
}
 .row {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
 .clearfix {
     display: inline-block;
}
 * html .clearfix {
     height: 1%;
}
 .clearfix {
     display: block;
}
.primarybtn {
    height: 36px;
    border: solid 1px #fff;
    background: #252525;
    padding: 0px 22px;
    margin-bottom: 7px;
	font-size: 14px;
	color: #fff;
}
.primarybtn i {
	margin-left: 20px;
}
.inputtext {
    width: 100%;
    height: 36px;
    border: solid 1px #fff;
    background: #252525;
    padding: 0px 13px;
    margin-bottom: 7px;
	font-size: 14px;
}
.inputtext::placeholder {
	color: #fff;
}
textarea.inputtext {
	height: 122px;
	padding: 8px 10px;
	resize: none;
}
textarea.inputtext:focus {
	outline: 0;
}


/* template */
 #template {
     position: relative;
     display: block;
     width: 100%;
     min-height: 100%;
	 overflow: hidden;
}
/* layout */
 #layout {
     margin: 0 auto;
     width: 100%;
}
/* header */
 #header-part {
     position: relative;
     z-index: 9999;
	 background: #252525;
}
#header-part .row {
	align-items: center;
    min-height: 108px;
}
#header-part .logo {
	flex-grow: 0;
	-ms-flex: 0 0 321px;
	flex: 0 0 321px;
	max-width: 321px;
}
#header-part .social-nav {
	flex-grow: 1;
	text-align: right;
}
.social-nav ul {
	display: inline-block;
}
.social-nav ul li {
	margin-left: 16px;
	float: left;
}
.social-nav ul li a {
	display: block;
	text-align: center;
	line-height: 45px;
	width: 45px;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	background: #b8b8b8;
	background-image: linear-gradient(to bottom right, #b8b8b8, #616161, #b8b8b8);
}
.social-nav ul li:hover a, .social-nav ul li.active a {
	background-image: linear-gradient(to bottom right, #6cae27, #34a216, #6cae27);
}

/* banner */
 #banner-part {
     width: 100%;
	 min-height: 467px;
	 background: no-repeat center/cover;
}

/* content */
 #content-part {
     width: 100%;
}
/* welcome-bar */
.welcome-bar {
    padding: 36px 0px 55px;
}
.welcome-bar .left-panel {
    padding-top: 22px;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}
.welcome-bar .right-panel {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
.welcome-bar .right-panel img {
	width: 100%;
}
.welcome-bar h1 {
	text-transform: uppercase;
    margin-bottom: 48px;
}
.welcome-bar p {
	margin-bottom: 25px;
}

/* services-bar */
.services-bar {
    padding: 50px 0px 45px;
	background: url(../nieuwdorp/img/bg.jpg)repeat center;
}
.services-bar .container {
	max-width: 1140px;
}
.services-bar .col {
	padding-left: 20px;
	padding-right: 20px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 15px;
}
	
	.services-box img {
		width: 450px;
		padding-left: 20px;
		padding-bottom: 20px;
		margin-right: 20px;
		margin-top: 20px;
	}

.services-box {
	background: #fff;
} 

.services-box h3 {
    margin-bottom: 14px;
	text-transform: uppercase;
}
.services-box .text {
	padding: 45px 30px 52px;
}

	.services-box .text p, .services-box .text ul, .welcome-bar ul {
		font-size: 16px;
		line-height: 24px;
		color: #252525;
		letter-spacing: -0.02px;
		margin-bottom: 25px;
	}
	
		.services-box .text ul, .welcome-bar ul {
			margin-left: 20px;
			list-style-type: square;
		}

/* footer part */
#footer-part {
	width: 100%;
	background: #252525;
	padding: 65px 0px 0px;
}
.footer-links {
    padding-bottom: 15px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
    background: url(../nieuwdorp/img/footer-logo.png)no-repeat left 18px bottom -12px;
}
.footer-links h2, 
.footer-links address, 
.footer-links ul li a {
	color: #ffffff;
}
.footer-links h2{
	margin-bottom: 40px;
}
.footer-links address, .footer-links ul li {
	font-style: normal;
	font-size: 16px;
    line-height: 28px;
}
.footer-links .address-form {
	-ms-flex: 0 0 56%;
	flex: 0 0 56%;
	max-width: 56%;
}
.footer-links .contact-form {
	-ms-flex: 0 0 44%;
	flex: 0 0 44%;
	max-width: 44%;
}
.footer-links ul li a i {
	margin-right: 22px;
}
.footer-links .address-form > div {
	width: 33.33%;
	float: left;
}
.footer-links .address-form .address-1 {
	width: 29%;
}
.footer-links .address-form .address-2 {
	width: 29%;
}
.footer-links .address-form .address-3 {
	width: 42%;
}
.footer-links .left-panel {
	width: 38%;
	margin-right: 2%;
}
.footer-links .right-panel {
	width: 60%;
}
.footer-links .full-panel {
	text-align: right;
	width: 100%;
}
.copyright-panel  {
	text-align: center;
    padding: 13px 0px;
}
.copyright-panel ul li {
	padding: 0px 5px;
	display: inline-block;
	font-size: 13.5px;
    line-height: 28px;
	color: rgba(255,255,255,0.4);
	position: relative;
}

.copyright-panel ul li a{
	color: rgba(255,255,255,0.4);
}

.copyright-panel ul li a:hover{
	color: rgba(255,255,255,0.9);
}

.copyright-panel ul li:after {
	position: absolute;
	content: "|";
	font-size: 13.5px;
    line-height: 28px;
	color: rgba(255,255,255,0.4);
	top: 0px;
	right: -5px;
}
.copyright-panel ul li:last-child:after {
	display: none;
}


 
/* Smaller than standard 960 (devices and browsers) */
 @media only screen and (max-width: 1039px) {
	 #banner-part {
		min-height: 380px;
	}
	 .welcome-bar p br {
		 display: none;
	 }
	 .services-bar .col {
		padding-left: 15px;
		padding-right: 15px;
	 }
}

/* All Mobile Sizes (devices and browser) */
 @media only screen and (max-width: 959px) {
#banner-part {
    min-height: 320px;
}
.welcome-bar .left-panel, .welcome-bar .right-panel{
	    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.services-bar .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
margin-bottom: 20px;
}
.footer-links .address-form .address-2, .footer-links .address-form .address-1, .footer-links .address-form .address-3 {
    width: 100%;
}
}
/* All Mobile Sizes (devices and browser) */
 @media only screen and (max-width: 767px) {
	 
	 .services-box img {
		 margin: 0;
		 width: 100%;
		 padding: 0;
		 margin-bottom: 35px;
	 }
	 
#banner-part {
    min-height: 300px;
}
.footer-links .address-form, .footer-links .contact-form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
margin-bottom: 20px;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
 @media only screen and (max-width: 539px) {
h1, h2 {
	line-height: 26px;
}
#header-part .logo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
#header-part .logo a {
display: inline-block;
}
#header-part .social-nav {
    flex-grow: 1;
    text-align: center;
}
.welcome-bar h1 {
    margin-bottom: 20px;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
 @media only screen and (max-width: 479px) {
#banner-part {
    min-height: 230px;
}
.footer-links .left-panel, .footer-links .right-panel {
    width: 100%;
margin-right: 0px;
}
.social-nav ul li a {
    line-height: 38px;
    width: 38px;
}
#header-part {
    padding: 6px 0px;
}
}
 