/* 
Festivalpoort CSS
*/

* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', arial, sans-serif;
}

a {
	color: #046a38;
	outline: none;
}

a:hover {
	color: #1d784b;
}

a:focus {
	color: #1d784b;
	outline: none;
}

body {
	overflow-x: hidden;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

i {
	color: #fff;
}

.parallax-content {
	width: 100%;
	min-height: 100vh;
	background-size: cover;
}

.primary-white-button a {
	display: inline-block;
	background-color: #fff;
	font-size: 13px;
	padding: 12px 18px;
	color: #046a38;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.pop-button h4 {
	display: inline-block;
	background-color: #fff;
	font-size: 13px!important;
	padding: 12px 18px;
	color: #046a38!important;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	cursor: pointer;
}

.header {
	position: absolute; /* fixed */
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 10000;
	/*transition: all 0.2s ease-in-out;*/
	height: 80px;
	background-color:transparent;	
	text-align: center;
	line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
	text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: #fff!important;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 45px;
}

.navbar_logo{
	height: 60px;
	margin-top: 10px;	
}

.navbar-brand {
	display:none;
	transition: all 0.5s;
}

.navbar-brand em {
	font-style: normal;
	color: #046a38;
	font-size: 32px;
}

.header.active .navbar-brand {
	display: block;
}

.header .navbar-brand {
	font-weight: 800;
}

.navbar-inverse {
	background-image: none;
	background-color: transparent;
}

.header .navbar {
	margin: 0;
	border: none;
}

.page-section {
	padding: 80px 0;
}

.navbar-inverse .navbar-toggle {
	margin-top: 22px;
	border: none;
	background-color: #046a38;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #045f32;
}

bootstrap.min.css:5
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 15px!important;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
@media (min-width: 768px) {
	.header .navbar-brand {
		padding-left: 0;
	}
	.navbar-nav {
		float: right;
	}
}
@media (max-width: 480px) {
	.page-section h1 {
		font-size: 3em;
	}
	.page-section h2 {
		font-size: 2em;
	}
	.page-section p {
		font-size: 1em;
		margin: 0 0 20px;
	}
}

.parallax-content {
	width: 100%;
	min-height: 100vh;
	background-size: cover;
}

.banner-content {
	width: 100%;
	padding-top: 35vh;
	text-align: center;
	background-image: url(../img/banner_bg.jpg);
	vertical-align: middle;
}

/* absolute Robbish */
.container h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

.container .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px auto 40px auto;
	text-align: center;
}

#diensten {
	padding: 80px 0px;
	background-color: #046a38;
	/*background-image: url(../img/about-bg.jpg); // kunnen we ook een image met color overlay in voegen */
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
	background-color: transparent;
	width: 100%;
	height: 420px;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
	margin-bottom: 30px;
}

.flip-card h1{
	color: #046a38;
	margin-bottom: 0;
}

.flip-card h4{
	color: #046a38;
	text-align: left;
	text-transform: none;
	font-size: 18px;
	margin: 0;
}

.flip-card img{
	max-height: 360px;
	padding: 30px;
}

.flip-card-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.5s;
	transform-style: preserve-3d;
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

.flip-card-front {
	background-color: rgb(250,250,250);
	color: black;
}

.flip-card-back {
	padding: 16px 20px;
	text-align: left;
	background-color: rgb(250,250,250);
	transform: rotateY(180deg);
}

.flip-card-back ul{
	position: relative;
	margin: 6px 2.5em;
	list-style: square outside url(../img/list_item_mini.png);
}

.flip-card-lock-icon {
	position: absolute;
	top: 3%;
	right: 3%;
	font-size: 20px;
	color: #046a38;
	display: none;
}

.flip-card-unlock-icon {
	position: absolute;
	top: 3%;
	right: 3%;
	font-size: 20px;
	color: #046a38;
	display: block;
}

/* added/removed via flip-card functions in main.js */
.flip{
	transform: rotateY(180deg);
}

.clicked .flip-card-lock-icon {
	display: block;
}

.clicked .flip-card-unlock-icon {
	display: none;
}

#testimonial {
	background-color: #147546;
	text-align: center;
	padding: 80px 0px;
	background-position: center;
}

.quotes-content {
	width: 100%;
	background-size: cover;
	padding-top: 35vh;
	text-align: center;
	background-image: url(../img/quotes_bg.jpg);
	vertical-align: middle;
}

#testimonial .item {
	max-width: 360px;
	text-align: center !important;
	display: inline-block;
	margin-bottom: 10px;
}

#testimonial .testimonials-item h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#testimonial .testimonials-item span {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
}

#testimonial .testimonials-item p {
	font-size: 16px;
	color: #046a38;
	font-style: italic;
	font-weight: 400;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;	
}

#social-feed{
	background: #046a38;
	padding: 80px 0;
	text-align: center;
}

.elfsight-col-fix{
	padding: 0;
}

#contact {
	background-color: #147546;
	text-align: center;
	padding: 80px 0px;
}

#contact .section-heading p {
	color: #fff;
	padding: 0px 33%;
}

#contact .pop-button {
	margin-top: 30px;
}

#contact-form input {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #232323;
	background-color: rgba(250, 250, 250, 1);
	outline: none;
	border: none;
	box-shadow: none;
	line-height: 50px;
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
}

#contact-form textarea {
	border-radius: 0px;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 13px;
	color: #232323;
	background-color: rgba(250, 250, 250, 1);
	outline: none;
	border: none;
	box-shadow: none;
	height: 165px;
	max-height: 220px;
	width: 100%;
	margin-bottom: 25px;
}

#contact-form button {
	display: inline-block;
	background-color: #046a38;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}


.pop #contact {
	z-index: 99999;
	position: fixed;
	top: 25%;
	left: 20%;
	right: 20%;
}

.pop {
	z-index: 99999;
	text-align: center;
	padding: 30px;
	display:none;
	position:fixed;
	width: 100%;
	top:0;
	left:0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 15px;
}

.pop span {
	z-index: 999;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #046a38;
}

.pop span:hover {
	background-color: #596065;
	transition: all 0.5s;
}

footer {
	margin-top: -6px;
	background-color: #373a3c;
	padding: 30px 0px;
}

.footer_logo {
	height: 60px;
	vertical-align: top;
}

footer .logo {
	line-height: 1;
}

footer .logo p {
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	margin-bottom: -10px;
	letter-spacing: 0.5px;
}

footer .logo a {
	font-size: 60px;
}

footer h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

footer ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

footer .location ul li {
	width: 100%;
}

.contact-info ul {
	text-align: center;
}

footer .contact-info ul li em {
	font-style: normal;
	font-weight: 500;
}

footer .connect-us h4 {
	text-align: center;
}

footer .connect-us ul li {
	margin-right: 2px;
	width: 30%;
}

footer .connect-us ul li a {
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	color: #373a3c;
	font-size: 15px;
	transition: all 0.3s;
}

footer .connect-us ul li a:hover {
	background-color: #046a38;
}

/* RESPONSIVE */
@media (max-width: 991px){
	.projects-holder {
		text-align: center;
		padding: 15px 0px;
	}

	.tabs {
		padding: 0px 45px;
	}

	#contact-us .section-heading p {
		padding: 0px 10%;
	}

	footer {
		text-align: center;
	}

	footer .logo {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	.logo {
		margin-bottom: 0;
	}
	
	.location {
		margin-bottom: 0;
	}
	
	.contact-info {
		margin-bottom: 0;
	}
	
	footer .contact-info ul li {
		margin-right: 10px;
		margin-left: 10px;
	}

}

@media (max-width: 768px){
	#main-nav {
		margin-left: -15px;
		margin-right: -15px;
		border-top: none;
		margin-top: 15px;
		background-color: rgba(250, 250, 250, 0.95);
	}

	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.navbar-inverse .navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.navbar-inverse .navbar-nav>li:last-child {
		border-bottom: none;
	}

	.navbar-inverse .navbar-nav>li>a {
		font-family: 'Roboto', sans-serif!important;
		line-height: 55px;
		color: #046a38 !important;
		font-weight: 400;
		
	}
	
	.navbar-inverse .navbar-nav>li>a i {
		line-height: 55px;
		color: #046a38 !important;
		font-size: 20px;
	}
	
	.col-xs-12-fix{
		text-align: center !important;
	}
	
	.flip-card{
		width: 450px;
		display: inline-block;
	}
}

@media (max-width: 385px){
	footer .location ul li {
		display: block;
	}

	footer .location ul li:first-child {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}
}