* { box-sizing: border-box; }

body, html {
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}
h2 a{
	color: #FFF;	
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #8eb640;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.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;
}

#statusMessage {
	background-color: greenyellow;
	display: ruby;
	color: #000;
	padding: 10px;
	bottom: 100px;
	position: relative;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	/*width: 70px;*/
	width: 100%;
	position: relative;
   background: #8eb640;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-family: 'Dancing Script', cursive;
	color: #8eb640;
	display: none;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 15px;
	padding: 5px;
	background-color: #ffee00;
	border: 2px solid  #3e3d3d;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #000;
	background-color: #fff58b;
}
.on {
	background-color: #fff !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #8eb640 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ffee00;
	border-color: #8eb640;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

@media screen and (max-width: 770px) {	
	.navbar-collapse{ 
    	background-color: #262626;
	}
}

#lang1, #lang2, #lang3 {
	cursor: pointer;
}

.section-title {
	/*margin-bottom: 70px;*/
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #fe0000;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 20px;
	transition: all 0.5s;
	border-radius: 5px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #628d0f;
}
/* Header Section */

@media screen and (max-width: 809px) {	
	.intro {
		display: table;
		width: 100%;
		padding: 0;
		background: url(../images/header_img.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
}

@media screen and (min-width: 810px) {
	.intro {
		display: table;
		width: 100%;
		padding: 0;
		background: url(../images/header_img.jpg) no-repeat -25px -50px;
		background-size: calc(100% + 50px);	
	}
}

.intro .overlay {
	background: rgba(0,0,0,0.4);
}
.intro h1 {
	font-family: 'Dancing Script', cursive;
	color: #fff;
	font-size: 10em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header .intro-text {
	padding-top: 150px;
	padding-bottom: 200px;
	text-align: left;
}

header .topsponsors {
	margin-top: 20px;
	width: 100%;
	font-size: 1.5em;
	color: #fff;
}

header .box {
	margin: 0 2px;
}
/* About Section */
#about {
	padding: 20px 0;
}
#about h3 {
	font-size: 20px;
}
#about .about-text {
	text-align: center;
	/*margin-left: 10px;*/
}
#about .about-img {
	display: inline-block;
	position: relative;
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}

    /* select with custom icons */
    .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
      padding: 0.5em 0 0.5em 3em;
    }
    .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
      height: 24px;
      width: 24px;
      top: 0.1em;
    }
    .ui-icon.nl {
      background: url("../images/nl.png") 0 0 no-repeat;
    }
    .ui-icon.gb {
      background: url("../images/gb.png") 0 0 no-repeat;
    }
    .ui-icon.fr {
      background: url("../images/fr.png") 0 0 no-repeat;
    }


/* PROJECTS */

#projects .section-title {
	background: #444 url(../images/header_img_projects.jpg) center center no-repeat fixed;
	background-size: cover;
	height: 300px;
	margin-bottom: 70px;
}

#projects .section-title h2 {
	position: relative;
	color: #fff;
	padding-left: 50px;
	top: 80%;
}

#referenties {
	margin-top: 50px;
}


#referenties .section-title {
	background: #444 url(../images/header_img_references.jpg) center center no-repeat fixed;
	background-size: cover;
	height: 300px;
	margin-bottom: 70px;
}

#referenties .section-title h2 {
	position: relative;
	color: #fff;
	padding-left: 50px;
	top: 80%;
}

#contact {
	background-color: #EEE;
}
#contact .section-title {
	background: #444 url(../images/header_img_references.jpg) center center no-repeat fixed;
	background-size: cover;
	height: 300px;
}

#contact .section-title h2 {
	position: relative;
	color: #fff;
	padding-left: 50px;
	top: 80%;
}

#contact .btn-submit {
	font-family: Montserrat,sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #805c4e;
	display: inline-block;
	padding: 11px 15px;
	color: #fff;
	text-shadow: none;
	outline: 0;
	-webkit-appearance: none;
	border: 0;
	font-size: 14px;
	border-radius: 4px;
}

#contact .input-field {
	outline: none;
	border: none;
	padding: 7px 15px;
	color: #424242;
	border-radius: 4px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}


.generictitle .section-title {
	margin-top: 50px;
	background: #444 url(../images/header_img.jpg) center center no-repeat fixed;
	background-size: cover;
	height: 300px;
	margin-bottom: 70px;
}

.generictitle .section-title h2 {
	position: relative;
	color: #fff;
	padding-left: 50px;
	top: 80%;
}


.projectblock {
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 10px;
	height: 250px;
}

.projectnaam {
	position: relative;
	color: #fff;
	background-color:rgba(0,0,0,0.8);
	top: 71%;
	display: block;
	padding: 10px;
}

.projectnaam_big {
	position: relative;
	color: #fff;
	background-color:rgba(0,0,0,0.8);
	top: 71%;
	display: block;
	padding: 10px;
	font-size: 3vw;
}

.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0;
    }
	#footermap {
		width: 320px;
		height: 240px;
		float: right;
	}
}

@media (max-width: 767px) {
	#footermap {
		width: 100%;
	}
}
@media (max-width: 480px) {
	#month1, #month2 {
		display: none;
	}
	#month0 {
		width: 97%;
	}
}
@media (min-width: 481px) and (max-width: 991px) {
	#month0 , #month1 {
		width: 48%;
		display: block;
	} 
	#month2 {
		display: none;
	}

	
}
@media (min-width: 992px) {
	#month0 , #month1 , #month2 {
		width: 30%;
		display: block;
	}
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}



/* Footer Section*/
#footer {
	background: #262626;
	padding: 50px 0 0 0;
	margin-top: 30px;
	padding-bottom: 30px;
}
#footer h3 {
	color: #8eb640;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779936+0,8eb640+50 */
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #333;
}

.projectfotocontainer {
	width: 100%;
	height: 20%;
}

.projectfoto {
 	height: 100%;
  	padding: 10px;
}

.slick-prev::before, .slick-next::before {
	color: #060505;
}

#togglecalendar {
	cursor: pointer;
}
#calendar {
	display: none;
}

.monthwrapper {
	border: 1px solid #EEE;
	margin: 5px;
	padding: 4px;
	float: left;
}

.monthbttn {
	margin: 5px;
	padding: 5px 20px;
	color: #FFF;
	background-color: #333;
}

/* POPUP CSS */

/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	z-index: 1;
}

/* Inner */
.popup-inner {
	max-width:700px;
	width:90%;
	padding:40px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;
	z-index: 10000;
	text-align: center;
}

/* Close Button */
.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#fff;
}

.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;
}

/* END POPUP CSS */

