@import url(https://fonts.googleapis.com/css?family=Arvo|Open+Sans:400,300,700);

body{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}

.logo img{
	max-width:100%;
}

nav{
	color:#fff;
	padding-top:30px;
	padding-bottom:30px;
}

.headMenu{
	padding-bottom:10px;
	border-bottom:1px solid #434450;
}

.headMenu ul{
	padding:0;
}

.headMenu li{
	list-style:none;
	display:inline;
	margin-left:20px;
}

.headMenu li a{
	color:#fff;
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	text-decoration: none;
	outline: none;
}

.headMenu li a:hover{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color:#363744;
}

.headMenu li.active a{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color:#00964F;
}

.mobMenu ul{
	float:left;
	width:100%;
	border-top:1px solid #434450;
}

.mobMenu li{
	text-align: right;
	width:100%;
}

.mobMenu li a{
	text-align: right;
	display:block;
}

.headMenu-bottom{
	padding-top:10px;
}

.mobile-menu-button{
	width:20px;
	cursor: pointer;
}
	.mobile-menu-button span{
		display:block;
		width:100%;
		height:2px;
		margin-bottom:4px;
		background:#fff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

ul.language{
	padding:0;
}
ul.language li{
	display:inline;
}
ul.language li a{
	width:22px;
	height:22px;
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:2px solid #fff;
}
ul.language li.jp a{
	background:url(../img/flags/jp.gif) no-repeat center center;
}
ul.language li.da a{
	background:url(../img/flags/no.gif) no-repeat center center;
}
ul.language li.it a{
	background:url(../img/flags/it.gif) no-repeat center center;
}
ul.language li.es a{
	background:url(../img/flags/esp.gif) no-repeat center center;
}
ul.language li.de a{
	background:url(../img/flags/ger.gif) no-repeat center center;
}
ul.language li.fr a{
	background:url(../img/flags/fr.gif) no-repeat center center;
}
ul.language li.en a{
	background:url(../img/flags/eng.gif) no-repeat center center;
}
ul.language li.nl a{
	background:url(../img/flags/ned.gif) no-repeat center center;
}

ul.language li a:hover{
	border-color:#00964f;
}

.telNumber{
	color:#00964f;
}

header{
	color:#fff;
	font-size:1.125em;
	line-height: 1.5em;
	padding-bottom:100px;
	background-image:url(../img/diagonal.svg),url(../img/glow.png) ;
	background-position:left bottom,right top;
	background-repeat:no-repeat,no-repeat;
	background-size: 100% 95px,819px 480px;
	background-color:#20202F;
}
body.home header{
	background-position:left bottom,right bottom;
}

	.video-btn{
		display:block;
		padding:10px;
		background:#fff;
		margin-top:40px;
		margin-bottom:-180px;
		-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
		box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	}
	.video-btn img {
		width:100%;
	}

.img-shadow{
	padding:10px;
	background-color:#fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}

.mapWrapper{
	padding:10px;
	height:520px;
	background:#fff;
	margin-bottom:40px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}

.main-home-image img{
	margin-top:-430px;
	max-width:100%;
}

.detail-image{
	text-align:center;
	padding-left:60px;

}
.detail-image img.headImage{
	margin-top:-470px;
	max-width:100%;
	margin-bottom:40px;
}

section.content{
	padding-top:50px;
	padding-bottom:50px;
}

section.content.grey{
	background-color:#EEEEEE;
}

section.content.contact{
	color:#fff;
	background-color:#00964F;
}

section.content.reference{
	color:#fff;
	background-color:#373946;
}

footer{
	padding-top:50px;
	padding-bottom:50px;
	color:#fff;
	background-color:#1F212F;
}

	footer h2{
		font-size:1.3em;
		color:#fff;
	}
	footer h2:after{
		content:'';
		background:#00984F;
		width:40px;
		height:4px;
		margin-top:20px;
		display:block;
	}

	footer img{
		max-width: 100%;
	}

.social-media-icons i{
	font-size: 2em;
}

.social-media-icons a{
	color:#fff;
}

/******* PRODUCT  *********/

a.product-wrapper{
	width:16.6%;
	float:left;
	padding-right:20px;
	text-decoration: none !important;
}
a.product-wrapper:hover .product-holder{
	background-color:#00954D;
	cursor: pointer;
	
}
a.product-wrapper:hover .product-text h2{
	color:#fff;
	text-decoration: none !important;
}
a.product-wrapper:hover .product-text h3{
	color:#fff;
	text-decoration: none;
}

	.product-holder{
		padding:4px;
		background-color:#EEEEEE;
		margin-bottom:20px;
	}
	.content.grey .product-holder{
		background-color:#DDDDDD;
	}

	.product-image{
		text-align:center;
		background-color:#fff;
	}

	.product-image img{
		max-width:100%;
		margin:0;
		padding:0;
		border:none;
	}

	.product-text{
		text-align:center;
		padding-top:10px;
		padding-bottom:10px;
		height:95px;
	}

		.product-text h2{
			font-size:0.9em;
			margin-bottom:10px;
		}
		.product-text h3{
			font-size:0.7em;
			margin:0;
			color:#333;
		}

.techSpecs{
	font-size:0.9em;
	line-height: 1.4em;
}

/******* STEP-BLOCK  *********/

.step-block{
	background-color:#fff;
}

	.step-block-image img{
		width:100%;
	}
	.step-block-text{
		font-size:0.8em;
		padding:15px;
		min-height: 170px;
	}

	.step-block-number{
		position: absolute;
		width:35px;
		height:35px;
		color:#fff;
		background:#00964f;
		text-align: center;
		margin-left:-10px;
		margin-top:-10px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		padding-top:6px;
	}

/******* REFERENTIES HOME  *********/

ul.referenceLogos{
	padding:0;
}

ul.referenceLogos li{
	padding:0;
	list-style:none;
	width:140px;
	float:left;
	margin-bottom:20px;
}

ul.referenceLogos li img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width:100%;
	border:4px solid rgba(255,255,255,0.2);
}
ul.referenceLogos li a:hover img{
	border-color:#00964F;
}

/******* LIGHTBOX  *********/

.modal-dialog{
	max-width:667px !important;
}

.ekko-lightbox-container img{
	max-width:650px;

}

/******* CONTENT STYLES  *********/

.testimonialCarousel .item{
	text-align:center;
	font-size:18px;
	padding-left:25%;
	padding-right:25%;
	min-height:180px;
}

.testimonialCarousel .carousel-indicators li{
	border:none;
	background-color:#CFCFD2;
}

.testimonialCarousel .carousel-indicators .active{
	background-color:#00964f;
}

.testimonialCarousel .carousel-control{
	background:none !important;
}

.testimonialCarousel .carousel-indicators{
	bottom:-30px;
}

span.companyName{
	color:#BBBBBB;
	font-size:0.8em;
}

span.companyName:before{
	content:'';
	display:inline-block;
	height:4px;
	width:15px;
	margin-right:8px;
	top:-2px;
	background:#00964f;
}

/******* CONTENT STYLES  *********/

h1{
	font-family: 'Arvo', serif;
	margin-bottom:0.5em;
	font-size:2.2em;
}

h2{
	margin-top:0;
	font-family: 'Arvo', serif;
	color:#00984E;
	font-size:1.625em;
	margin-bottom:0.8em;
}

h2.divide{
	color:#111;
	font-size:1.625em;
	display:block;
	clear:both;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom:0;
}

h2.divide:after{
	content:'';
	background:#00984F;
	width:40px;
	height:4px;
	margin-top:20px;
	display: inline-block;
	clear:both;
	top:-10px;
}

h2.subTitle{
	font-size:21px;
	color:#fff;
	margin-bottom:40px;
}

h3{
	font-size:1.2em;
}

a{
	color:#00984e;
}

a.download-button{
	padding:10px;
	background:url(../img/download.svg) no-repeat 15px center #eeeeee;
	margin-bottom:20px;
	display:block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
	padding-left:45px;
	color:#20202f;
	font-size:0.9em;
}

.headPayoff{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
}

section.content.contact h2.divide,section.content.reference h2.divide{
	color:#fff;
}
section.content.contact h2.divide:after{
	background:#fff;
}

section.content.contact input{
	border:none;
	padding:10px;
	background-color:rgba(255,255,255,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display:block;
	width:100%;
	font-size:0.9em;
}

section.content.contact ::-webkit-input-placeholder {
   color: #fff;
}

section.content.contact :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

section.content.contact ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

section.content.contact :-ms-input-placeholder {  
   color: #fff;  
}


section.content.contact .btn-primary{
	background-color:#fff;
	border-color:#fff;
	color:#00964f;
}

.btn{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.btn-primary{
	border-color:#009951;
	background-color:#009951;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
	border-color:#0dae62;
	outline:none;
	background-color:#0dae62;
}


.noMargin{
	margin:0;
}

.thumbs{
	text-align: left;
	display:block;
	width:100%;
}
.thumbs img{
	width:80px;
	margin-right:20px;
	margin-bottom:20px;
}

.backButton{
	font-size:21px;
	padding-right:10px;
	margin-right:15px;
	padding-top:20px;
	padding-bottom:20px;
	border-right:1px solid rgba(255,255,255,0.2);
}
.backButton:hover{
	color:#fff;
}

.modal-footer{
	background-color:#eeeeee;
}




/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) { 
	a.product-wrapper{
		width:25%;
	}

	header{
		background-image:url(../img/diagonal.svg),url(../img/glow.png) ;
		background-position:left bottom,right bottom;
		background-repeat:no-repeat,no-repeat;
		background-size: 100% 95px,819px 480px;
	}
 }

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
	.headMenu ul li{
		margin-left:5px;

	}
	.headMenu li a{
		padding-left:12px;
		padding-right:12px;
	}
	.product-text{
		height:110px;
	}

 }

/* Smalles devices phone etc. */
@media screen and (max-width: 768px) {

	.step-block{
		margin-bottom:20px;
	}

	a.product-wrapper{
		width:50%;
	}

	.product-text{
		height:120px;
	}

	header{
		padding-top:20px;
		text-align: center;
		font-size:1em;
	}

	.step-block-number{
		width:25px;
		height:25px;
		font-size:0.8em;
		margin-left:-10px;
		margin-top:-10px;
		padding-top:3px;
	}

	.testimonialCarousel .item{
		padding-left:10%;
		padding-right:10%;
	}

	.content.contact input{
		margin-bottom:10px;
	}

	.detail-image{
		padding-left:15px;

	}

/*
	ul.referenceLogos li{
		padding:0;
		list-style:none;
		float:left;
	}*/

	h1{
		font-family: 'Arvo', serif;
		margin-bottom:0.5em;
		font-size:1.8em;
	}
}



.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left}


.marquee {
	width: 100%;
	margin-top: 40px;
	overflow:hidden;
	position: relative;
  }
.marquee:after,.marquee:before  {
	position:absolute;
	left:0;
	width:60px;
	height:100%;
	content:'';
	background:red;
	z-index:100;
	top:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#373946+0,373946+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(55,57,70,1) 0%, rgba(55,57,70,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(55,57,70,1) 0%,rgba(55,57,70,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(55,57,70,1) 0%,rgba(55,57,70,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373946', endColorstr='#00373946',GradientType=1 ); /* IE6-9 */

}
.marquee:before {
	right:0;
	left:initial;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#373946+0,373946+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(55,57,70,0) 0%, rgba(55,57,70,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(55,57,70,0) 0%,rgba(55,57,70,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(55,57,70,0) 0%,rgba(55,57,70,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00373946', endColorstr='#373946',GradientType=1 ); /* IE6-9 */

}

  .marquee__track {
	display: -webkit-box;
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
  }
  .marquee__item {
	height: 100px;
	-webkit-box-flex: 0;
	flex: 0 0 140px;
  }

  .marquee__item a{
	  text-decoration:none;
  }
 