/* CUSTOM */
.referencies .reference {background-color:#fff;padding:20px;margin-bottom:50px;}
.overige {background-color:#fff;padding:30px;}
.faq details {background-color:#fff;padding:20px 40px;margin-bottom:20px;}
.faq details summary h3, .faq details summary h4 {display: inline;}



body{
	/*background: #008400;*/
	background: url("../img/body.png");
	background-color: white;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 15px;
	background-attachment: fixed;
	margin: 0;
    padding: 0;
    overflow-x: hidden;
    transition: background-position ease 1s
}
header{
	background: white;
	height: auto;
	border-bottom: solid 6px #008400;
	position: fixed;
	width: 76%;
	z-index: 2;
}
.hamburger, .cross{
	display: none;
}
h1{
	font-family: 'Bevan', cursive;
}
h2, p, a{
	font-family: 'Josefin Sans', sans-serif;
}
h1, h2{
	letter-spacing: 2px;
}

#logo{
	width: 275px;
    height: 100px;
    background: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
}
nav {
    margin: 40px;
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
}
nav ul{
	text-align: right;
    margin: 0;
    padding: 0;
    padding-right: 12%;
}
nav ul li{
	display: inline;
	margin: 0 2%;
	text-align: center;
}
nav ul li a{
	text-decoration: none;
	border-bottom: solid 2px transparent;
	-webkit-transition: all .5s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
nav ul li a:hover{
	border-bottom: solid 2px #573916;
}
#container{
	/*background: url("../img/landscape.png");*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 8% 0 10%;
}
.container-info {
	padding: 9% 5%;
	position: relative;
	opacity: 0;
}
.container-info h1{
	font-size: 30px;
}
.container-info p, ul {
	font-size: 22px;
	font-family: 'Josefin Sans', sans-serif;
}
.box-margin{
	
}
.info-box{
	width: 35%;
	margin: 0 7.5%;
    float: left;
    /* border: solid 1px white; */
    box-shadow: 0px 12px 20px rgba(0,0,0,0.6);
    border-radius: 10px;
    position: relative;
}
.info-box h2{
	padding: 8%;
	margin:0;	
}
.title-box{
	background: rgba(0,80,0,0.7);
	/*background-image: url("../img/texturegreen.png");*/
	background-size: 230px;
    border-radius: 10px;
}

.title-box i{
	font-size: 50px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}
.title-box h2{
	padding: 0 0 5%;
}
.container-box{
	height: 450px;
	opacity: 0;
}
#conseils{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f3211+0,4f3211+100&0+0,0.8+100 */
background: -moz-linear-gradient(top,  rgba(79,50,17,0) 0%, rgba(79,50,17,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(79,50,17,0) 0%,rgba(79,50,17,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(79,50,17,0) 0%,rgba(79,50,17,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f3211', endColorstr='#cc4f3211',GradientType=0 ); /* IE6-9 */

}
#conseils h2{
	margin: 0;
    padding: 3% 0 0;
    font-size: 25px;
}
#conseils i{
	font-size: 35px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    left: 0;
}
#conseils p{
	padding: 1.5% 10%;
	margin: 0;
    color: white;

    font-size: 22px;
    text-align: justify;
}/*
#conseils p:first-child{
	padding-top: 6% ;
}
#conseils p:last-child{
	padding-bottom: 6% ;
}*/
.text-container{
	background-image: url(../img/conseils.png);
    background-color: #3b250c;
    background-attachment: fixed;
    background-size: cover;
	padding: 4% 0 6%;
}
#conseils .titre{
	background: rgb(59, 37, 12);
	margin: 4% 0px 1%;
	font-weight: bold;
    font-size: 24px;
}
.copyright{
	font-size: 15px;
	background: white;
    margin: 0;
    padding: 22px 0;
}
#skydoo{
	margin: -8px 0;
}
.text-hide{
	display: none;
	margin-bottom: 0;
}
.plusinfo{	
    padding: 5px 0;
    float: left;
    text-align: center;
    margin: 25px 0;
    text-decoration: none;
    /*color: rgba(0,80,0,0.7);*/
    color: white;
    width: 100%;
    position: relative;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}
.plusinfo:hover{
	color: #573916;	
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
}
.icon{
	transition: all ease 1s;
}
.info-box:hover .icon{
	transform: rotateY(180deg);
}
.icon-animated{
	transform: rotate(0deg);
	transition: all ease 1s;
}
.icon-opened{
	transform: rotateX(180deg);
}
.icon-remove{
	position: relative;
    width: 100%;
    text-align: center;
    float: left;
    margin: 25px 0;
}
.hidden{
	    display: none !important;
}
footer p{
	padding-top: 10px;
}
/******************************************/
.padding01{
	padding: 20px 12%;
}
.padding02{
	padding: 20px 5%;
}
.padding03{
	padding: 2% 5%;
}
.padding04{
	padding: 1% 0;
}
.padding-box-js{
	padding: 150px 0;
}
.no-padding-left{
	padding-left: 0 !important;
}
.no-margin-left{
	margin-left: 0 !important;
}
.box-text{
	background: white;
    margin: 0;
    padding: 8%;
    border-bottom: 1px solid rgba(0, 80, 0, 0.701961);
    font-size: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.white{
	color: white;
}
.green{
	color:#008400;
}
.brownlight{
	color: #945e1c;
}
.brown{
	color:#573916;
}
.black{
	color: black;
}
.centered{
	text-align: center;
}
.justified{
	text-align: justify;
}	
.link{
	padding-bottom: 5px;
	font-size: 20px;
}
.active{
	border-bottom: solid 2px;
}
.clear{
	clear: both;
}
.flex{
	display: flex;
}
.bg-brown{
	background: rgba(79,50,39,0.8);
}
.bg-white{
	background: white;
}

/************************************************************/

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.arrow, .arrow2 {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}
 .arrow2 {
 	position: relative;

 }
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/***************************************************************/

@media only screen and (max-width: 750px) {
	body{
		background-attachment: initial;
    	overflow-x: hidden;
    	background-position-y: bottom;
    	background-size: cover;
	}
	header{
		position: relative;
		display: flex;
	}
	.hamburger{
		background:none;
		position:absolute;
		top: 26px;
		right: 52px;
		line-height:45px;
		padding:5px 15px 0px 15px;
		color:#573916;
		border:0;
		font-size:1.4em;
		font-weight:bold;
		cursor:pointer;
		outline:none;
		z-index:10000000000000;
	}
	.cross{
		background:none;
		position:absolute;
		top: 18px;
		right: 55px;
		padding:13px 15px 0px 15px;
		color:#573916;
		border:0;
		font-size:3em;
		line-height:65px;
		font-weight:bold;
		cursor:pointer;
		outline:none;
		z-index:10000000000000;
	}
	#logo{
		width: 275px;
    	height: 50px;
	}
	.menu{
		z-index:1000000; 
		font-weight:bold; 
		font-size:0.8em; 
		width:100%; 
		background:#131313;  
		position:absolute; 
		text-align:center; 
		top: 100%;
    	margin: 0;
    }
	.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
	.menu li {display: block;   padding:15px 0 15px 0; border-bottom:#1d1f20 1px solid;}
	.menu li:hover{display: block;    background:#181818; padding:15px 0 15px 0; border-bottom:#1d1f20 1px solid;}
	.menu ul li a { text-decoration:none;  margin: 0px; color:#fff;}
	.menu ul li a:hover {  color: #fff; text-decoration:none;}
	.menu a{text-decoration:none; color:white;}
	.menu a:hover{text-decoration:none; color:white;}

	.glyphicon-home{
		color:#573916; 
		font-size:1.5em; 
		margin-top:5px; 
		margin:0 auto;
	}
	.title-box i {
	    width: 50px;
	    display: block;
	    height: 50px;
	    width: 50px;
	    margin: 5% auto;
	    display: block;
	}
	.icon-gears:before, .icon-cogs:before, .icon-rocket:before, .icon-angle-down:before{
	    content: "";
	}
	.icon-cogs, .icon-rocket, .icon-angle-down{
		background-image: url(../img/icon-cogs.png);
		background-repeat: no-repeat; 
	    background-size: contain;
	}
	.icon-rocket{
		background-image: url(../img/icon-rocket.png);
	}
	.icon-angle-down{
		background-image: url(../img/icon-angle-down.png);
	}
	.icon-angle-down2{
		background-image: url(../img/icon-angle-down2.png) !important;
	}
	#conseils i {
	    width: 50px;
	    margin: 0 auto;
	    display: block;
	}
	/************************************************/

	.info-box {
	    width: 75%;
	    margin: 0 12.5%;
	    margin-bottom: 30%;

	}
	.title-box{
		padding: 15px 0px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.hide-mobile{
		display: none;
	}
	#conseils p:first-child {
	    padding-top: 12%;
	}
	#conseils p:last-child {
	    padding-bottom: 12%;
	}
	.copyright {
	    padding: 22px 5px;
	    border-top: solid 1px rgba(0,0,0,0.1);
	}
}