﻿html, body, form {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	color: #3F3F3F !important;
	font-size: 14px;
	width: 100%;
	height: 100%;
}


a, img {
	outline: none;
	border: none;
	text-decoration: none;
}


#wrap {
	background-color: #fff;
	display: block;
	min-width: 1300px;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	/* margin: 0 auto 65px;*/
}

.row {
	padding: 0px 50px 0px 50px;
}





/* #region Header
   ========================================================================== */


/*#region Header*/
#header {
	z-index: 1000;
	color: #000;
	padding: 20px 0;
	min-width: 1285px;
	width: 100%;
	margin: 0 auto;
}
/*#endregion Header*/





/*#region Logo*/
.header-logo {
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
}

#logo {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

	#logo img {
		display: block;
		height: 87px;
		margin-top: -10px;
	}
/*#endregion Logo*/





/*#region Right Menu*/
.menu {
	z-index: 25;
	display: inline-block;
	height: 100%;
	color: #000;
	float: right;
	margin-right: 25px;
	margin-top: 25px;
}

	.menu a {
		position: relative;
		padding: 15px 15px;
		margin: 0px;
		border: none;
		font-size: 12px;
		font-weight: bold;
		color: #646464;
		text-transform: lo;
		display: inline-block;
		float: left;
	}

		.menu a:hover {
			/*border-bottom: 1px solid #A75D5D;*/
			content: "";
			background-color: #3F98D1;
			color: #fff;
			border-radius: 5px;
		}
/*#endregion Right Menu*/



/* #endregion Header
   ========================================================================== */








/* #region Content
   ========================================================================== */

/*#region Content Section*/
#content {
	display: inline-block;
	border-top: 5px solid #4E86A0;
	width: 100%;
}

.split {
	border-bottom: 1px dotted #000;
	width: 50px;
	display: block;
	margin: 0 auto;
}

.split-white {
	border-bottom: 1px dotted #fff;
	width: 50px;
	display: block;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	color: #3F3F3F;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

h1 {
	position: relative;
	color: #4E86A0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 55px;
	margin: 0px;
}

h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
}

.home-text {
	width: 800px;
	text-align: center;
	position: absolute;
	top: 0;
	display: block;
	color: #fff;
	margin: 0 auto;
	margin-top: 240px;
}

/*#endregion Content Section*/


/*#region About*/

#about {
	padding: 15px 0 0 0;
	text-align: center;
	min-width: 1200px;
	width: 100%;
	display: inline-block;
}

.about-box {
	display: inline-block;
	width: 60%;
	padding: 40px;
	text-align: left;
	vertical-align: top;
}

	.about-box div {
		background-color: #4E86A0;
		border: 1px solid #6C9BB2;
		color: #EAEAEA;
		width: 265px;
		padding: 5px 20px 20px 20px;
		margin-top: 30px;
		margin-bottom: 45px;
	}

	.about-box h3 {
		color: #4E86A0;
		margin-bottom: 8px;
		font-size: 19px;
	}

	.about-box td {
		font-size: 15px;
	}

		.about-box td:last-child {
			font-size: 15px;
			font-weight: bold;
			padding-left: 30px;
			color: #2F9EB9;
		}

/*#endregion About*/


/*#region Team*/

#team {
	padding: 15px 0 15px 0;
	text-align: center;
	background-color: #f0f2f5;
	min-width: 1200px;
	width: 100%;
	display: inline-block;
}

.team-member {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 70px;
	display: inline-block;
	-webkit-transition: padding-bottom 0.3s;
	-o-transition: padding-bottom 0.3s;
	transition: padding-bottom 0.3s;
	width: 40%;
}

.team-member-preview {
	display: inline-block;
	vertical-align: top;
}

.team-member-text {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 12px;
}

	.team-member-text h4 {
		margin-top: 0px;
	}

.team-member-preview img {
	display: block;
	width: 198px;
	border: 5px solid #4E86A0;
}

/*#endregion Team*/


/*#region Client testimonials*/

#client-testimonials {
	text-align: center;
	min-width: 1200px;
	width: 100%;
}

/*#endregion Client testimonials*/


/*#region Services*/

#services {
	padding: 15px 0 0 0;
	text-align: center;
	min-width: 1200px;
	width: 100%;
}

.service-date {
	display: inline-block;
	min-width: 1200px;
	width: 100%;
	margin-top: 50px;
	text-align: left;
	padding-left: 60px;
}

	.service-date .service-box {
		display: inline-block;
		width: 26%;
		margin-right: 30px;
		margin-bottom: 10px;
		border: 1px dotted;
		padding: 15px 15px;
		text-align: left;
		vertical-align: top;
		background-color: #F2F2F2;
	}

		.service-date .service-box div {
			display: inline-block;
			float: left;
			text-align: center;
			background-color: #fff;
			overflow: hidden;
			border-radius: 3px;
		}

		.service-date .service-box h4 {
			display: inline-block;
			background-color: #fff;
			vertical-align: top;
			font-size: 20px;
			margin: 10px 0px;
			line-height: 22px;
			color: #4E86A0;
		}

	.service-date h3 {
		margin: 0px 25px;
		display: inline-block;
		font-size: 15pt;
		color: #4E86A0;
	}

	.service-date .service-box span {
		font-size: 15px;
		display: inline-block;
		width: 100%;
		margin-left: 0px;
		background-color: #4E86A0;
		color: #fff;
		padding: 2px 0px;
		text-align: center;
	}

	.service-date p {
		display: block;
		vertical-align: top;
		margin: 5px 25px;
	}

.service-buttons {
	display: inline-block;
	min-width: 1075px;
	width: 95%;
	margin-top: -20px;
}

	.service-buttons a {
		background-color: #4E86A0;
		padding: 8px;
		font-size: 10pt;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		width: 75px;
	}

#services .Next {
	float: right;
	margin-right: 20px;
}

#services .Prev {
	float: left;
	margin-left: 25px;
}

#services .CurrentPage {
	margin-top: 35px;
	display: block;
	font-size: 11pt;
	color: #816D74;
}

.audio-box {
	display: inline-block;
	text-align: center;
	width: 30%;
	margin-right: 65px;
}


	.audio-box a {
		display: inline-block;
		border: none;
		outline: none;
		width: 100%;
		padding: 0px 15px;
	}


	.audio-box img {
		display: inline-block;
		height: 100px;
		width: 100px;
	}


	.audio-box span {
		display: block;
		padding: 14px;
		border: 1px dotted;
		width: 100%;
	}
/*#endregion Services*/


/*#region Portfolio*/

#portfolio {
	padding: 15px 0 0 0;
	text-align: center;
	background-color: #f0f2f5;
	min-width: 1200px;
	width: 100%;
}

.image-gallery {
	display: inline-block;
	min-width: 1150px;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.portfolio-item {
	display: inline-block;
	cursor: pointer;
	width: 23%;
	margin-right: 15px;
	margin-bottom: 25px;
}

	.portfolio-item img {
		width: 100%;
	}

	.portfolio-item h2 {
		display: block;
		background-color: #4E86A0;
		margin-top: -5px;
		padding: 15px 0px;
		color: #fff;
		text-transform: uppercase;
	}


	.portfolio-item:hover h2 {
		background-color: #A75D5D;
		color: #fff;
	}

/*#endregion Portfolio*/


/*#region Message*/
#Message {
	text-align: center;
	min-width: 1200px;
	width: 100%;
}
/*#endregion Message*/


/*#region Charity*/

#charity {
	padding: 15px 0 0 0;
	text-align: center;
	min-width: 1150px;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}

.charity-box {
	display: inline-block;
	width: 55%;
	padding: 40px;
	text-align: left;
	vertical-align: top;
}

	.charity-box img {
		width: 318px;
		display: inline-block;
	}

	.charity-box div {
		background-color: #e1ecf6;
		border: 1px solid lightgray;
		width: 250px;
		padding: 5px 20px 20px 20px;
	}

	.charity-box h3 {
		font-size: 14pt;
		color: #4E86A0;
	}

	.charity-box td {
		font-size: 11pt;
	}

		.charity-box td:last-child {
			font-size: 15px;
			padding-left: 30px;
			color: #A75D5D;
		}

/*#endregion Charity*/


/*#region kerk-werkers*/

#kerk-werkers {
	padding: 15px 0 0 0;
	text-align: center;
	background-color: #f0f2f5;
	min-width: 1200px;
	width: 100%;
}

.worker-box {
	min-width: 1150px;
	width: 95%;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	margin-left: 5%;
}

.worker-inner-box {
	display: inline-block;
	width: 27%;
	padding: 10px;
	margin: 2% 1%;
	text-align: center;
	vertical-align: top;
}


	.worker-inner-box img {
		height: 100px;
		display: inline-block;
		vertical-align: middle;
		float: left;
	}

	.worker-inner-box div {
		display: inline-block;
		vertical-align: middle;
		float: left;
		margin-left: 20px;
	}

	.worker-inner-box h4 {
		font-size: 13pt;
		color: #1D5DAF;
		margin: 0px;
	}

	.worker-inner-box h3 {
		font-size: 13pt;
		color: #A75D5D;
		margin: 0px;
		margin-top: 10px;
	}

	.worker-inner-box p {
		margin: 0px;
		font-size: 10pt;
		color: #ACAAAA;
	}
/*#endregion kerk-werkers*/


/*#region Preke*/
#Preke {
	padding: 15px 0 35px 0;
	min-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.Preke-box {
	width: 1125px;
	margin: 0 auto;
	text-align: left;
	margin-top: 25px;
}

.preke-section {
	display: inline-block;
}

.audio-text {
	width: 100%;
	padding: 15px 15px;
	background-color: #4E86A0;
	color: #fff;
	display: inline-block;
}

audio {
	display: inline-block;
	position: relative;
	top: -30px;
}

/*#endregion Preke*/


/*#region Contact*/

#contact {
	padding: 15px 0 0 0;
	text-align: center;
	background-color: #f0f2f5;
	min-width: 1200px;
	width: 100%;
}

	#contact h3 {
		font-weight: bold;
		margin: 0px;
		color: #FFFFFF;
		background-color: #4E86A0;
		padding: 10px 10px;
	}

	#contact p {
		font-size: 15px;
		margin: 0px;
		margin-top: 5px;
	}

	#contact td {
		font-size: 15px;
	}

		#contact td:last-child {
			padding-left: 15px;
			color: #1D5DAF;
		}

.contact-1, .contact-2, .contact-3 {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	border: 1px dotted;
	padding: 30px;
	width: 300px;
	height: 235px;
	margin-top: 25px;
}

	.contact-3 a {
		margin-top: 25px;
		display: inline-block;
	}


.contact-info-box {
	display: inline-block;
	width: 300px;
	margin-top: 15px;
}

	.contact-info-box img {
		float: left;
		width: 25px;
	}

	.contact-info-box span {
		float: left;
		padding-left: 15px;
	}

	.contact-info-box a {
		float: left;
		padding-left: 15px;
		color: #1D5DAF;
	}



.bank-head {
	color: #4E86A0;
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
	margin-top: 5px;
}

input, textarea, select {
	display: block;
	max-width: 100%;
	width: 325px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 25px;
	background: transparent;
	color: #666;
	font: 14px 'Open Sans', Arial, sans-serif;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 3px;
	margin: 0 5px 20px 0;
	background-color: #bebebe;
	color: #fff;
	line-height: 18px;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 150px;
}

	.btn:hover {
		background-color: orange;
	}

.accordion-map {
	margin-top: 50px;
}

	.accordion-map h3 {
		display: block !important;
		width: 100% !important;
		background-color: #2C2C2C;
		padding: 20px 0px !important;
		font-size: 13pt !important;
		text-transform: uppercase !important;
		color: #fff;
		font-weight: lighter !important;
	}

		.accordion-map h3:hover {
			background-color: #9f9b7e;
			color: #000;
			font-weight: lighter !important;
			cursor: pointer;
		}

/*#endregion Contact*/


/*#region Images*/

.image-load {
	min-width: 1200px;
	width: 1200px;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}

	.image-load a {
		width: 280px;
		height: 164px;
		display: inline-block;
		margin-right: 15px;
		margin-top: 35px;
	}

	.image-load img {
		width: 280px;
		height: 164px;
		display: inline-block;
	}

.imgLoop {
	width: 280px;
	height: 164px;
}

.image-load div {
	background-color: lightblue;
	margin: 0px;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	margin-top: -5px;
}



/*#endregion Images*/



/* #endregion Content
   ========================================================================== */








/* #region Footer
   ========================================================================== */

#footer {
	padding: 46px 0 10px 0;
	background-color: #1b1b1b;
	color: #fff;
	margin-top: -8px;
	height: 110px;
	min-width: 1300px;
	width: 100%;
}

	#footer p {
		margin-top: 48px;
		float: right;
		display: inline-block;
		margin-right: 50px;
	}

	#footer img {
		float: left;
		display: inline-block;
		margin-left: 25px;
		vertical-align: middle;
	}

.last a {
	display: inline-block;
	vertical-align: middle;
}

.last span {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}

.last img {
	margin-left: 10px !important;
}

/* #endregion Footer
   ========================================================================== */







/* #region Back to top
   ========================================================================== */

#back-to-top {
	position: fixed;
	z-index: 100;
	right: -40px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background-color: #747474;
	color: #fafafa;
	font-size: 30px;
	text-align: center;
	opacity: 0.5;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

	#back-to-top i {
		font-size: 28px;
		line-height: 40px;
		font-weight: normal;
		vertical-align: top;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}

	#back-to-top img {
		vertical-align: middle;
	}

	#back-to-top:hover {
		background-color: rgba(0, 0, 0, 0.7);
	}

		#back-to-top:hover i {
			color: #fff;
		}

	#back-to-top.visible {
		right: 15px;
	}

	#back-to-top.gone {
		right: -40px;
	}

img {
	border: none;
}

/* #endregion Back to top
   ========================================================================== */








/* #region Image Parallax
   ========================================================================== */

#client-testimonials .parallax {
	margin-bottom: 0;
}

/*.parallax.parallax-enabled {
	background-attachment: fixed !important;
}*/

.parallax {
	color: #525252;
	font-size: 13pt;
}

.parallax {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
}

/* #endregion Image Parallax
   ========================================================================== */
