* {
	/* border: 1px solid red; */
}


/* Cuori Consulenza B.V. Color Scheme: */
/* Orange:			#FF8000 / rgba (255, 128, 0, 1.0) */
/* Blue:			#004A65 / rgba (0, 74, 101, 1.0) */
/* White:			#FFFFFF / rgba (255, 255, 255, 1.0) */
/* Red:				#D10000 / rgba (209, 0, 0, 1.0) */
/* Antracite		#2E2E2E / rgba (46, 46, 46, 1.0) */
/* END OF COLOR SCHEME  */

::-webkit-scrollbar {
    display: none;
}


body {
	margin: 0px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #004A65;
	background-color:  #FFFFFF;
}

html {
  width: 100%;
  height: 100%;
}

.site-wrapper{
	overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  /* text-transform: uppercase; */
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  /* letter-spacing: 1px; */
}

.col-sm-4 h2{
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

p {
  margin: 0 0 25px;
  font-size: 20px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 24px;
    line-height: 1.5;
  }
}

a {
  color: #69A35B;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: undeline;
	color: #69A35B;
  }

hr {
    max-width: 50%;
    margin-top: 20px;
    margin-bottom: 35px;
    border-top-color: rgba(239, 239, 239, .8);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: transparent;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-color: transparent;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1px;
} 


.no-break {
	white-space: nowrap;
}
/* gdps colors */

.text-orange {
	color: #FF8000;
}

.text-white {
	color: #FFFFFF;
}

.text-blue {
	color: #004A65;
}

.text-red {
	color: #D10000;
}

.text-gray {
	color: #2E2E2E;
}

.text-form-err {
	color: rgba(255,0,0,1.0);
	font-size: 14px;
	text-decoration: bold;
	padding-left: 13px;
}

.bg-green {
	background-color: #69A35B;
	color: #EFEFEF;
}

.bg-grey {
	background-color: rgba(46, 46, 46, 1.0);
	color: rgba(255,255,255,0.4);
}

.bg-light-green {
	background-color: #C9DDC3;
	color: #44546A;
}

.bg-white {
	background-color: #FFFFFF;
	color: #44546A;
}

.bg-blue {
	background-color: #44546A;
	color: #EFEFEF;
}

.colofon {
	background-color: #FF8000;
	color: #FFFFFF;
}

.colofon .fa {
	width: 30px;
	color: #FFFFFF;
}

.colofon p,
.colofon a {
	font-size: 18px;
	color: #FFFFFF;
}

.colofon h2 {
	font-size: 20px;
	color: #FFFFFF;
}

.colofon a:hover,
.colofon a:active,
.colofon a:focus {
	text-decoration: underline;
	color: rgba(255,255,255,1.0);
}

adv {
	color: #69A35B;
	font-weight: 600;
}

.paper {
	margin: 0px 20px 35px 20px;
	padding: 20px;
	background-color: rgba(239,239,239,.9);
	color: rgba(68,84,106,.95);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	z-index: 1;
}

.col-img-aside-center {
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}

.img-aside-right {
	margin-top: 50px;
	margin-bottom: 50px;
	float:left; 	
	overflow-x: hidden; 
	max-width: 90vw; 
	height: auto; 
	max-height: 640px;
	
}

.img-aside-left {
	margin-top: 50px;
	margin-bottom: 50px;
	float:right; 
	overflow-x: hidden; 
	max-width: 90vw; 
	height: auto; 
	max-height: 640px;
}

.img-aside-center {
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 90vw; 
	height: auto; 
	max-height: 640px;
	border: 5px 5px 20px 5px solid white;
}


/* custum changes to elements */

.navbar-toggle {
	margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
	margin-left: 5px;
}

.navbar-custom .navbar-toggle {
	color: rgba(255,128,0,0.95);
	padding: 1px 6px;
}

.navbar-custom .navbar-toggle .fa {
	font-size: 32px;
}


.navbar-header {
	margin: 0px;
	padding: 0px;
}

.form-control {
    color: rgba(68,84,106,1.0);
    background-color: #fff;
}

.form-control:focus {
    border-color: rgba(105,163,91,1.0);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(105, 163, 91, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(105, 163, 91, .6);
}

.btn-green {
    color: rgba(239,239,239,1.0);
    background-color: rgba(105,163,91,1.0);
    border-color: rgba(105,163,91,1.0);	
}

.btn-green:hover, 
.btn-green:active,
.btn-green:focus {
    color: rgba(239,239,239,1.0);
    background-color: rgba(68,84,106,1.0);
    border-color: rgba(68,84,106,1.0);	
}

/* template defaults */

.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  /* text-transform: uppercase; */
  font-family: 'Source Sans Pro', Arial, sans-serif;
  background-color: rgba(255,255,255,.95);
}
.navbar-custom .navbar-toggle {
  /* color: white; */
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}

.navbar-brand {
	padding: 0px 0px 0px 15px;
	margin-top: 7px;
	margin-bottom: 8px;	
	height: auto;
}

.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
	font-weight: 600;
	color: rgba(255,128,0,.8);
	font-size: 20px;
  /* color: white; */
}
.navbar-custom .nav li a {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	border-bottom: 3px solid rgba(0,0,0,0);
	
}

.navbar-custom .nav  li .btn-navbar  {
	border: 1px solid rgba(239,239,239,.95);
	padding: 8px;
	margin: 7px;
}

.navbar-custom .nav  li .btn-navbar:hover,
.navbar-custom .nav  li .btn-navbar:active,
.navbar-custom .nav  li .btn-navbar:focus  {
	color: rgba(239,239,239,.95);
	border: 1px solid rgba(105,163,91,.95);
	background: rgba(105,163,91,.95);
	padding: 8px;
	margin: 7px;
}

.navbar-custom .nav li a:hover {
  color: rgba(0,74,101,0.95);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
	border-bottom: 3px solid rgba(255,128,0,.8);
	/* background-color: rgba(255, 255, 255, 0.3); */
}
.navbar-custom .nav li.active a:hover {
  color: rgba(0,74,101, 0.95);
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: rgba(255,255,255,.95);
    border-bottom: 1px solid rgba(46,46,46, 0.4);
  }
}
  .navbar-custom.top-nav-collapse li .btn-navbar {
    padding: 0;
    background: rgba(239,239,239,.95);
	padding: 8px;
	margin: 7px;
	color: rgba(68,84,106,.95);
  }
}

#logo > img {
	src="../img/intro-mobile.jpg";
}

#logo {
	height: 35px;
	width: auto;
}

.product {
	display: table;
	width: 100%;
	height: 100vh;
	padding: 100px 0;
	/* text-align: center; */
	text-align: center;
	/* 	background: url(../img/IMG_1575.JPG) no-repeat center center scroll; */
	background: url(../img/bg-product-closeup-land-1080-dark.jpg) no-repeat center center scroll;
	/* 	background: url(../img/IMG_1588.JPG) no-repeat center center scroll; */

	/* color: white; */
	/* 	background: url(../img/bg-product-pass-land-1080-dark.jpg) no-repeat center center scroll; */
	/* background-color: black; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;

}

.product .product-body {
  display: table-cell;
  vertical-align: middle;
}

.product .product-body .brand-heading {
	font-size: 36px;
	font-weight: 500;
	font-family: arial;
}

.product .product-body .product-text {
	font-size: 32px; 
	text-align: left;
	font-weight: 500;
	line-height: 1.2;
}


@media (min-width: 768px) {
  .product {
    height: 100vh;
    padding: 0;
  }
  .product .product-body .brand-heading {
    font-size: 80px;
	font-weight: 400;
	font-family: arial;
  }
  .product .product-body .product-text {
    font-size: 60px;
	font-weight: 600;
  }
}

.contact {
	display: table;
	width: 100%;
	height: 100vh;
	padding: 100px 0;
	text-align: center;
	background: url(../img/contact_background.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

.contact .contact-body {
  display: table-cell;
  vertical-align: middle;
}

.contact .contact-body .brand-heading {
	font-size: 36px;
	font-weight: 500;
	font-family: arial;
}

.contact .contact-body .contact-text {
	font-size: 32px; 
	text-align: left;
	font-weight: 500;
	line-height: 1.2;
}


@media (min-width: 768px) {
  .contact {
    height: 100vh;
    padding: 0;
  }
  .contact .contact-body .brand-heading {
    font-size: 80px;
	font-weight: 400;
	font-family: arial;
  }
  .contact .contact-body .contact-text {
    font-size: 60px;
	font-weight: 600;
  }
}



.intro {
  display: table;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  text-align: center;
  background: url(../img/home_background_01.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
/*	background-color: rgba(0,0,0,0.3); */
}

.intro .intro-body .brand-heading {
	font-size: 36px;
	font-weight: 500;
	font-family: arial;
}

.intro .intro-body .intro-text {
	font-size: 48px; 
	text-align: left;
	font-weight: 500;
	line-height: 1.2;
}


@media (min-width: 768px) {
  .intro {
    height: 100vh;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 80px;
	font-weight: 400;
	font-family: arial;
  }
  .intro .intro-body .intro-text {
    font-size: 128px;
	font-weight: 600;
  }
}

.filosofie {
  display: table;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  /* text-align: center; */
  text-align: center;

  /* color: white; */
  background: url(../img/filosofie_background_bw.jpg) no-repeat center center scroll;
  /* background-color: black; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
	background-attachment: fixed;
}

.filosofie .filosofie-body {
  display: table-cell;
  vertical-align: middle;
/*	background-color: rgba(0,0,0,0.3); */
}

.filosofie .filosofie-body .brand-heading {
	font-size: 36px;
	font-weight: 500;
	font-family: arial;
}

.filosofie .filosofie-body .filosofie-text {
	font-size: 40px; 
	text-align: left;
	font-weight: 600;
	line-height: 1.2;
}


@media (min-width: 768px) {
  .filosofie {
    height: 100vh;
    padding: 0;
  }
  .filosofie .filosofie-body .brand-heading {
    font-size: 80px;
	font-weight: 400;
	font-family: arial;
  }
  .filosofie .filosofie-body .filosofie-text {
    font-size: 96px;
	font-weight: 600;
  }
}

.legal {
  display: table;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  /* text-align: center; */
  text-align: center;

  /* color: white; */
  background: url(../img/bg-legal.jpg) no-repeat center center scroll;
  /* background-color: black; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
	background-attachment: fixed;

}


.legal .legal-body {
  display: table-cell;
  vertical-align: middle;
}

.legal .legal-body .legal-heading {
	font-size: 36px;
	font-weight: 500;
	font-family: arial;
}

.legal .legal-body .legal-text {
	font-size: 32px; 
	text-align: left;
	font-weight: 500;
	line-height: 1.2;
}


@media (min-width: 768px) {
  .legal {
    height: 100vh;
    padding: 0;
  }
  .legal .legal-body .legal-heading {
    font-size: 80px;
	font-weight: 400;
	font-family: arial;
  }
  .legal .legal-body .legal-text {
    font-size: 60px;
	font-weight: 600;
  }
}


.over-gdps {
  display: table;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  /* text-align: center; */
  text-align: center;

  /* color: white; */
  background: url(../img/bg-over.jpg) no-repeat center center scroll;
  /* background-color: black; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
	background-attachment: fixed;

}

.over-gdps .over-gdps-body {
  display: table-cell;
  vertical-align: middle;
}

.over-gdps .over-gdps-body .brand-heading {
	font-size: 36px;
	font-weight: 500;
	font-family: arial;
}

.over-gdps .over-gdps-body .over-gdps-text {
	font-size: 32px; 
	text-align: left;
	font-weight: 500;
	line-height: 1.2;
}


@media (min-width: 768px) {
  .over-gdps {
    height: 100vh;
    padding: 0;
  }
  .over-gdps .over-gdps-body .brand-heading {
    font-size: 80px;
	font-weight: 400;
	font-family: arial;
  }
  .over-gdps .over-gdps-body .over-gdps-text {
    font-size: 60px;
	font-weight: 600;
  }
}

.werken-bij {
  display: table;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  /* text-align: center; */
  text-align: center;

  /* color: white; */
  background: url(../img/bg-werken-bij.jpeg) no-repeat center center scroll;
  /* background-color: black; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
	background-attachment: fixed;

}

.werken-bij .werken-bij-body {
  display: table-cell;
  vertical-align: middle;
}

.werken-bij .werken-bij-body .brand-heading {
	font-size: 36px;
	font-weight: 500;
	font-family: arial;
}

.werken-bij .werken-bij-body .werken-bij-text {
	font-size: 32px; 
	text-align: left;
	font-weight: 500;
	line-height: 1.2;
}


@media (min-width: 768px) {
  .werken-bij {
    height: 100vh;
    padding: 0;
  }
  .werken-bij .werken-bij-body .brand-heading {
    font-size: 80px;
	font-weight: 400;
	font-family: arial;
  }
  .werken-bij .werken-bij-body .werken-bij-text {
    font-size: 60px;
	font-weight: 600;
  }
}

.bg-deadline {
	display: flex;
	width: 100%;
	min-height: 100vh;
	padding: 100px 0;
	/* text-align: center; */
	justify-content: center;
	align-items: center;
	background: url(../img/deadline_background.jpg) no-repeat center center scroll;
	background-attachment: fixed;
	/* background-color: black; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

@media (min-width: 768px) {
	.bg-deadline {
    min-height: 100vh;
    padding: 0;
  }
}

.bg-problem {
	display: flex;
	width: 100%;
	min-height: 100vh;
	padding: 100px 0;
	/* text-align: center; */
	justify-content: center;
	align-items: center;
	background: url(../img/problem_background.jpg) no-repeat center center scroll;
	background-attachment: fixed;
	/* background-color: black; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

@media (min-width: 768px) {
	.bg-problem {
    padding: 0;
  }
}

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #FF8000; /*old: #FEFEFE;*/
  border-radius: 100% !important;
  font-size: 40px;
  color: #FF8000; /*old: #FEFEFE;*/
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: #FF8000;
  border: 2px solid #FF8000;
  background: rgba(255, 128, 0, 0.25);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

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

.benefits-section {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


.download-section {
  width: 100%;
  color: white;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 100px;
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}

.btn-pricing-table {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #42DCA3;
  color: #42DCA3;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
	padding: 0 0 0 0;
    margin: 0;
	background-color: rgba(255,151,46,1.0);
}

footer h2{
	font-family: 'Source Sans Pro', Arial, sans-serif;	
}


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

.copyright p {
	font-size: 16px;
}

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}


/* MATERIAL PRICING TABLE STYLES */

.pricing-table-container {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.pricing-table-description .pricing-table-content {
    text-align: left
}

.pricing-table-description i {
    margin: 0 15px 0 5px;
    color: rgba(68,84,106,1.0);
    font-size: 1.1em
}

.pricing-table-head {
    background-color: rgba(68,84,106,1.0);
    color: #fff
}

.pricing-table-head h2 {
    font-size: 1.3em;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    margin: 0;
    font-weight: 400;
    height: 70px;
    padding-top: 15px
}

.pricing-table-head h2 span {
    font-size: 12px;
    display: block;
    padding-top: 5px
}

.pricing-table-head .price {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    height: 52px;
    line-height: 52px;
    text-align: center
}

.pricing-table-head .price i {
    font-style: normal;
    font-size: 32px
}

.pricing-table-content {
    list-style-type: none;
    padding: 0;
    font-size: .9em;
    margin: 0
}

.pricing-table-content {
    text-align: center
}

.pricing-table-content li {
    padding: 10px;
    margin: 0
}

.column1 .fa {
	width: 30px;
}

.pricing-table-description .pricing-table-content {
    text-align: left
}

.pricing-table-content li:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, .03)
}

.pricing-table-content .fa-check {
    color: #4caf50
}

.pricing-table-content .fa-minus {
    color: rgba(68,84,106,1.0)
}

.pricing-table-content .fa-circle {
    color: rgba(68,84,106,1.0)
}

.pricing-table-content .fa-circle-o {
    color: rgba(68,84,106,1.0)
}

.pricing-table-content .fa-times {
    color: #f44336
}

.btn-pricing-table {
    display: inline-block;
	background-color: rgba(68,84,106,1.0);
    color: rgba(239,239,239,1.0);	
    border: none;
    border-radius: 4px;
/*    position: relative; */
    padding: 8px 30px;
    margin: 10px 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    -webkit-transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
 */}

.btn-pricing-table:hover,
.btn-pricing-table:active,
.btn-pricing-table:focus {
    color: rgba(239,239,239,1.0);	
	background: rgba(105,163,91,1.0);
	text-decoration: none;
}

.btn-form-send {
    display: inline-block;
	background-color: rgba(68,84,106,1.0);
    color: rgba(239,239,239,1.0);	
    border: none;
    border-radius: 4px;
/*    position: relative; */
    padding: 8px 30px;
    margin: 10px 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    -webkit-transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
 */}

.btn-form-send:hover,
.btn-form-send:active,
.btn-form-send:focus {
    color: rgba(239,239,239,1.0);	
	background: rgba(105,163,91,1.0);
	text-decoration: none;
}

.btn-form-reset {
    display: inline-block;
	background-color: rgba(159,159,159,1.0);
    color: rgba(239,239,239,1.0);	
    border: none;
    border-radius: 4px;
/*    position: relative; */
    padding: 8px 30px;
    margin: 10px 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    -webkit-transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
 */}

.btn-form-reset:hover,
.btn-form-reset:active,
.btn-form-reset:focus {
    color: rgba(239,239,239,1.0);	
	background: rgba(127,127,127,1.0);
	text-decoration: none;
}

.contactgegevens p {
	margin: 0 0 15px;
}



@media(min-width:992px) {
    .pricing-col {
        margin: 0;
        padding: 0;
        -webkit-transition: all ease .5s;
        transition: all ease .5s
    }
    .pricing-col:hover {
        background-color: rgba(0,0,0,.15)
    }

    .pricing-col-description {
        margin: 0;
        padding: 0;
    }
    .pricing-col-description:hover {
    }
}



@media(max-width:991px) {
    .pricing-table-container {
        background-color: transparent;
        box-shadow: none
    }
    .pricing-table-content span {
        display: block
    }
    .pricing-table {
        background-color: #fff;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
        margin-bottom: 4rem
    }
}

/* DISABLE "BACKGROUND-ATTACHMENT: FIXED" FOR MOBILE DEVICES */

@media (hover: none) {
   .intro,
   .contact,
   .filosofie,
   .bg-deadline,
   .bg-problem
   {
		background-attachment: initial;
	}
}


