body {
	font-family: 'hanken_grotesk';
	color: #333333;
}
a, a:hover {
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
button:focus {
	outline: none;
}
nav.navbar {
	margin-bottom: 30px;
}
.sup {
	vertical-align: super !important;
	font-size: smaller !important;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.mt60 {
	margin-top: 60px;
}
.btn-blue {
	display: inline-block;
	text-decoration: none;
	color: #fff!important;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	border: none;
	padding: 12px 25px 15px 25px!important;
	background-color: #003e7e;
	transition: all 200ms;
	z-index: 1;
	border-radius: 0;
	position: relative;
	margin-top: 10px;
}
.btn-blue:after {
	content: '';
	position: absolute;
	z-index: -1;
	transition: all 200ms;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #333333;
}
.btn-blue:hover:after, .btn-blue:focus:after {
	height: 100%;
}
.btn-grey {
	display: inline-block;
	text-decoration: none;
	color: #fff!important;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	border: none;
	padding: 12px 25px 15px 25px!important;
	background-color: #333333;
	transition: all 200ms;
	z-index: 1;
	border-radius: 0;
	position: relative;
	margin-top: 10px;
}
.btn-grey:after {
	content: '';
	position: absolute;
	z-index: -1;
	transition: all 200ms;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #003e7e;
}
.btn-grey:hover:after, .btn-grey:focus:after {
	height: 100%;
}
.wrapper-topzone {
	text-align: right;
	margin-top: 50px;
}
.list-inline-item:not(:last-child) {
	margin-right: 0px;
}
.nav-topzone {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #D8D8DA;
}
.nav-topzone li a {
	color: #D8D8DA;
}
.nav-topzone li a:hover {
	color: #9A9B9F;
}
.nav-topzone li:not(:nth-last-child(-n+2)) a {
	color: #7f7f84;
}
.nav-topzone li:not(:nth-last-child(-n+2)) {
	margin-right: 20px;
}
.nav-topzone li .dropdown {
	margin-left: 5px;
}
.nav-topzone li .dropdown-menu-center {
	background-color: #D8D8DA;
	margin-top: 10px;
	margin-left: -40px;
	border: none;
	border-radius: 0;
	padding: 0px 0px 0px 0px;
	background-image: url("../../imgs/layout/arrow-top-language.png");
	background-repeat: no-repeat;
	background-position: top center;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
}
.nav-topzone li .dropdown-menu-center a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-bottom: solid 1px #fff;
	padding: 15px 30px 15px 30px;
}
.nav-topzone li .dropdown-menu-center a:hover {
	color: #9A9B9F;
	background-color: transparent;
}
.nav-topzone li .dropdown-menu-center a:last-child {
	border-bottom: none;
}
.nav-topzone li .dropdown-toggle::after {
	display: inline-block;
	margin-left: 1px;
}
.navbar-brand img {
	width: 200px;
	height: auto;
	margin-top: -70px;
}
.navbar-nav {
	margin-top: -10px;
}
.navbar-nav li {
	text-transform: uppercase;
	font-size: 16px;
	margin-left: 30px;
	font-weight: 700;
}
.navbar-nav li:first-child {
	margin-left: 0px;
}
.navbar-nav li a {
	color: #003E7E;
}
.navbar-nav li a:hover {
	color: #333333;
}
.navbar-nav .dropdown-toggle::after {
	display: none;
}
.navbar-nav .dropdown-menu-center {
	right: auto;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.navbar-nav .dropdown-submenus {
	background-color: #fff;
	margin-top: 43px;
	border: none;
	border-radius: 0;
	padding: 0px 0px 0px 0px;
	background-image: url("../../imgs/layout/arrow-dropdown-topnav.png");
	background-repeat: no-repeat;
	background-position: top center;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
}
.navbar-nav .dropdown-submenus ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
.navbar-nav .dropdown-submenus ul li {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #e7e7e7;
	padding: 15px 30px 15px 30px;
	text-transform: none;
	width: 100%;
}
.dropdown-submenus-col1 {
	float: left;
	width: 125px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
}
.dropdown-submenus-col1 ul {
	margin: 0;
	padding: 0;
}
.dropdown-submenus-col1 ul li, .dropdown-submenus-col2 ul li {
	border: none!important;
	padding: 0!important;
	margin: 0!important;
}
.dropdown-submenus-col2 {
	margin-left: 145px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	white-space: nowrap;
	text-decoration: none;
}
.navbar-nav .dropdown-submenus ul a {
	color: #003E7E;
	text-decoration: none;
}
.navbar-nav .dropdown-submenus ul li a .dropdown-submenus-col2 li {
	font-weight: 500;
	font-size: 14px;
}
.navbar-nav .dropdown-submenus ul a:hover {
	color: #333333;
	text-decoration: none;
}
.dropdown-submenus-col1 ul li a:hover, .dropdown-submenus-col2 ul li a:hover {
	color: #9A9B9F;
	text-decoration: none;
}
.navbar-nav .dropdown-standaard {
	background-color: #fff;
	margin-top: 43px;
	border: none;
	border-radius: 0;
	padding: 5px 0px 0px 0px;
	background-image: url("../../imgs/layout/arrow-dropdown-topnav.png");
	background-repeat: no-repeat;
	background-position: top center;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
}
.navbar-nav .dropdown-standaard a {
	color: #003E7E;
	font-weight: 700;
	font-size: 16px;
	border-bottom: solid 1px #e7e7e7;
	padding: 15px 30px 15px 30px;
	text-transform: none;
}
.navbar-nav .dropdown-standaard a:hover {
	color: #9A9B9F;
	background-color: transparent;
}
.navbar-nav .dropdown-standaard a:last-child {
	border-bottom: none;
}
.wrapper-photozone-header {
	background-color: #D8D8DA;
	background-position: center;
	background-size: cover;
}
.wrapper-photozone-header-overlay {
	height: 475px;
	background-color: #D8D8DA;
	background-position: center;
	background-size: cover;
	position: relative;
}
.wrapper-photozone-header-overlay .overlay-left {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 62, 126, 0.90);
	width: 35%;
	padding: 50px 50px 50px 50px;
	color: #fff;
}
.wrapper-photozone-header-overlay .overlay-left img {
	margin-bottom: 30px;
}
.wrapper-photozone-header-no-overlay {
	height: 475px;
	background-color: #D8D8DA;
	background-position: center;
	background-size: cover;
}
.wrapper-photozone-header .intro-photozone {
	background-color: rgba(255, 255, 255, 0.90);
	height: 475px;
	padding: 100px;
	color: #003e7e;
	font-size: 18px;
	font-weight: 500;
}
.wrapper-photozone-header .intro-photozone h1 {
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 20px;
	font-weight: 700;
}
/********** INTRO NEWS START ********/
.wrapper-photozone-header .intro-news {
	background-color: #E4E4E4;
	display: none;
}
/********** INTRO NEWS STOP ********/
.intro-text-hp {
	padding: 100px 85px 100px 85px;
	font-size: 26px;
}
.fullwidth-text-hp {
	padding: 100px 0 0 0;
	font-size: 26px;
}
.shortcut-photo-hp {
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	background-position: center;
	background-size: cover;
}
.shortcut-photo-hp a {
	height: 280px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shortcut-photo-hp .shortcut-logo {
	text-align: center;
}
.shortcut-photo-hp .shortcut-logo img {
	width: 75%;
}
.shortcut-photo-hp a .shortcut-logo {
	transition: all .8s ease;
	cursor: pointer;
	-webkit-transform: translate(1);
	-ms-transform: translate(1);
	-moz-transform: translate(1);
	transform: translate(1)
}
.shortcut-photo-hp a:hover .shortcut-logo {
	z-index: 99;
	-moz-transform: translate(0px, -30px);
	-webkit-transform: translate(0px, -30px);
	-o-transform: translate(0px, -30px);
	-ms-transform: translate(0px, -30px);
	transform: translate(0px, -30px);
}
.shortcut-links-hp {
	padding: 0px 30px 10px 30px;
}
.shortcut-links-hp ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.shortcut-links-hp a {
	font-weight: 600;
	color: #333333;
}
.shortcut-links-hp a:hover {
	color: #003E7E;
	text-decoration: none;
}
.top-photo-orp {
	margin-top: 60px;
	height: 0;
	padding-bottom: 10%;
	background-position: top center;
	background-size: cover;
}
.left-photo-orp {
	background-position: top center;
	background-size: cover;
}
.wrapper-content-orp {
	background-color: #003E7E;
	color: #fff;
}
.content-orp {
	padding: 200px 150px 200px 150px;
}
.content-orp h2 {
	font-size: 36px;
}
.review-hp {
	padding: 125px 85px 125px 85px;
	font-size: 26px;
}
.review-hp span {
	font-size: 20px;
	font-weight: 700;
}
.numbers-block1-col1 {
	padding: 50px 50px 50px 85px;
	color: #fff;
	font-weight: 700;
	font-size: 50px;
}
.numbers-block1-col2 {
	padding: 65px 100px 50px 0px;
	color: #fff;
}
.numbers-col1-photo {
	height: 0;
	padding-bottom: 45%;
	background-position: center;
	background-size: cover;
	position: relative;
}
.numbers-col1-photo .voetnoot {
	position: absolute;
	bottom: 25px;
	padding-left: 85px;
}
.numbers-col1-processed {
	padding: 50px 100px 50px 85px;
	font-size: 18px;
}
.numbers-col1-processed h4 {
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
}
.numbers-col1-processed .wrapper-progress-bar {
	margin-top: 30px;
}
.numbers-col1-processed .wrapper-progress-bar .progress-bar-bottom {
	border-radius: 0;
	height: 28px;
	float: left;
	background-color: #48C9A7;
}
.numbers-col1-processed .wrapper-progress-bar .progress-bar-top {
	background-image: url("../../imgs/layout/bg-progressbar.png");
	height: 28px;
	float: left;
	margin-top: -19px;
}
.numbers-col1-processed .wrapper-progress-bar .progress-year {
	float: left;
	margin-left: 40px;
	margin-top: -28px;
}
.numbers-col2 {
	color: #fff;
	padding: 100px 50px 100px 50px;
}
.numbers-col2 h4 {
	padding: 0;
	margin: 0px 0px 30px 0px;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
}
.wrapper-logo-white {
	padding: 85px 85px 0px 85px;
}
.btn-logo-white {
	padding: 30px 85px 100px 85px;
}
.wrapper-logo-white h3, .wrapper-distributors h3 {
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: 700;
}
.wrapper-logo-white .logo, .wrapper-logo-grey .logo {
	height: 0;
	padding-bottom: 70%;
	background-position: center;
	background-size: 75%;
	background-repeat: no-repeat;
	margin-top: 30px;
}
.wrapper-logo-white a .logo, .wrapper-logo-grey a .logo {
	transition: all .8s ease;
	cursor: pointer;
	-webkit-transform: translate(1);
	-ms-transform: translate(1);
	-moz-transform: translate(1);
	transform: translate(1)
}
.wrapper-logo-white a:hover .logo, .wrapper-logo-grey a:hover .logo {
	z-index: 99;
	-moz-transform: translate(0px, -30px);
	-webkit-transform: translate(0px, -30px);
	-o-transform: translate(0px, -30px);
	-ms-transform: translate(0px, -30px);
	transform: translate(0px, -30px);
}
.wrapper-logo-grey {
	background-color: #9A9B9F;
	padding: 100px 85px 0px 85px;
}
.wrapper-logo-grey h3 {
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: 700;
	color: #fff;
}
.btn-logo-grey {
	padding: 30px 100px 100px 100px;
	background-color: #9A9B9F;
}
.btn-logo-list {
	text-align: center;
}
.wrapper-photo-review {
	height: 0;
	padding-bottom: 35%;
	background-position: center;
	background-size: cover;
	position: relative;
}
.wrapper-photo-review .photo-review-overlay {
	padding: 40px;
	background-color: #003e7e;
	position: absolute;
	right: 100px;
	bottom: 0;
	width: 35%;
	color: #fff;
}
.wrapper-photo-review .photo-review-overlay span {
	font-weight: 700;
}
.wrapper-cta-hp {
	padding: 100px 85px 100px 85px;
	font-size: 32px;
}
.wrapper-cta-hp .btn-blue {
	margin-left: 40px;
}
.photo-seperator-col1 {
	height: 0;
	padding-bottom: 45%;
	background-position: center;
	background-size: cover;
}
.photo-seperator-col1 .voetnoot {
	position: absolute;
	bottom: 25px;
	padding-left: 85px;
	color: #fff;
}
.photo-seperator-col2 {
	background-position: center;
	background-size: cover;
}
.wrapper-newsletter {
	padding: 100px 85px 100px 85px;
	background-color: #003E7E;
	color: #fff;
}
.wrapper-newsletter h5 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
.wrapper-newsletter .form-control {
	border-radius: 0;
	border: none;
	height: 50px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #333333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.wrapper-newsletter .form-check-inline {
	margin-bottom: 25px;
}
.wrapper-newsletter .btn {
	background-color: #fff;
	border-radius: 0;
	border: none;
	color: #003E7E;
	font-weight: 600;
	padding: 10px 35px 10px 35px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.wrapper-slogan {
	padding: 100px 85px 100px 85px;
	color: #003E7E;
	text-align: center;
}
.wrapper-slogan h3 {
	font-size: 40px;
	font-weight: 700;
	padding: 0;
	margin: 0;
}
/********************* START - ABOUT US *********************/
.wrapper-our-offices {
	background-color: #003E7E;
	color: #fff;
	padding: 100px 0px 40px 85px;
	line-height: 22px;
}
.pd-rightzone {
	padding-right: 85px;
}
.wrapper-our-offices a {
	color: rgba(255, 255, 255, 1);
}
.wrapper-our-offices a:hover {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
.wrapper-our-offices h3 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
.our-offices {
	padding-bottom: 60px;
}
.wrapper-meet-ardis {
	background-color: #333333;
	color: #fff;
	padding: 100px 85px 100px 85px;
	font-size: 26px;
}
.wrapper-our-purpose, .wrapper-integrated-vision {
	background-color: #333333;
	color: #fff;
	padding: 100px 0px 100px 85px;
}
.wrapper-our-purpose h3, .wrapper-integrated-vision h3, .wrapper-out-team-intro h3 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
.wrapper-integrated-vision .vision-intro {
	padding: 50px 65px 50px 65px;
	font-size: 20px;
	line-height: 26px;
}
.wrapper-integrated-vision .vision-baseline {
	padding: 50px 65px 50px 65px;
}
.wrapper-integrated-vision .vision-photo {
	background-size: cover;
	background-position: center;
}
.wrapper-out-team-intro {
	background-color: #333333;
	color: #fff;
	padding: 100px 0px 70px 85px;
}
.wrapper-out-team-members {
	background-color: #333333;
	color: #fff;
	padding: 0px 0px 0px 0px;
}
.member {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	margin-top: 30px;
	background-position: center;
	background-size: cover;
}
.overlay-color {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 62, 162, 0.3);
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #D8D8DA;
	padding: 0;
}
.member:hover .overlay {
	opacity: 1;
}
.text {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	text-align: left;
	padding: 40px;
}
.text h5 {
	color: #333333;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
}
.text span {
	color: #333333;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
}
.wrapper-partners h3, .wrapper-references h3 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
}
.wrapper-references {
	background-color: #D8D8DA;
	color: #333333;
	padding: 100px 0px 120px 85px;
}
.wrapper-references .carousel-item {
	font-size: 24px;
}
.wrapper-references .carousel-item span {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-top: 70px;
	margin-bottom: 70px;
}
.carousel-indicators {
	bottom: -50px;
	left: 0;
	right: auto;
	margin-left: 0;
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #9A9B9F;
	opacity: 1;
}
.carousel-indicators .active {
	background-color: #003E7E;
}
/********************* END - ABOUT US *********************/
/********************* START - SOLUTIONS *********************/
.wrapper-product {
	background-color: #E3E3E4;
	padding-bottom: 100px;
}
.wrapper-product .info {
	padding: 85px 85px 40px 85px;
	color: #333333;
	font-weight: 500;
}
.wrapper-product .next {
	padding: 0px 85px 40px 85px;
}
.wrapper-product .info ul {
	margin-top: 40px;
	margin-left: -15px;
}
.wrapper-product .info h2 {
	font-family: 'bebas_neuebold';
	text-transform: uppercase;
	font-size: 60px;
	margin-bottom: 30px;
}
.wrapper-product .photo {
	height: auto;
	background-position: center;
	background-size: cover;
}
.wrapper-product .info .extra-info {
	margin-top: 40px;
	padding: 30px 30px 10px 15px;
}
.wrapper-product .info .extra-info ul {
	margin-top: 0px;
	margin-left: 0px;
}
.wrapper-product .info li {
	list-style-type: none;
	position: relative;
	padding-left: 15px;
}
.wrapper-product .info li:before {
	content: "\25BA \0020";
	font-size: 6px;
	position: absolute;
	top: 5px;
	left: -10px;
}
.quicktip {
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	padding: 20px 10px 20px 10px;
}
.wrapper-results-achieve {
	background-color: #003E7E;
	padding: 85px;
	color: #fff;
}
.wrapper-results-achieve h3 {
	font-size: 30px;
	margin-bottom: 100px;
	font-weight: 600;
}
.wrapper-results-achieve .achievement {
	padding-right: 60px;
	text-align: center;
	margin-bottom: 30px;
}
.wrapper-results-achieve .achievement h4 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 60px;
}
.wrapper-results-achieve .achievement h4 img {
	height: 70px;
	float: left;
	margin-top: -10px;
	margin-right: 25px;
}
.wrapper-results-achieve .achievement.larger {
	font-size: 20px;
}
.wrapper-results-achieve .achievement.larger h4 {
	font-size: 60px;
}
.wrapper-overview-products {
	padding: 85px;
	background-color: #F0F0F0;
}
.overview-products-intro {
	font-size: 30px;
}
.wrapper-overview-products .products-icons {
	margin-top: 80px;
	text-align: center;
}
.wrapper-overview-products .products-icons .icon-title {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	font-family: 'bebas_neuebold';
	text-transform: uppercase;
	font-size: 70px;
	padding-top: 12px;
}
.wrapper-overview-products .products-icons a, .wrapper-overview-products .products-icons a:hover {
	text-decoration: none;
}
.wrapper-overview-products .products {
	margin-top: 30px;
}
.wrapper-overview-products .products .product {
	border-left: solid 1px #F0F0F0;
	border-right: solid 1px #F0F0F0;
	color: #fff;
	position: relative;
}
.wrapper-overview-products .products .product a, .wrapper-overview-products .products .product a:hover {
	color: #fff;
	text-decoration: none;
}
.wrapper-overview-products .products .product .logo {
	padding: 30px;
	margin-bottom: 50px;
}
.wrapper-overview-products .products .product .info {
	padding: 30px;
	margin-bottom: 350px;
	font-size: 15px;
}
.wrapper-overview-products .products .product .price {
	padding: 30px;
}
.wrapper-overview-products .products .product .warning {
	position: absolute;
	bottom: 120px;
	padding: 30px;
	font-size: 12px;
}
.wrapper-overview-products .products .product .warning img {
	width: 25px;
	height: auto;
	margin-bottom: 10px;
}
.wrapper-overview-products .products .product .price {
	position: absolute;
	bottom: 230px;
	padding: 30px;
	font-size: 20px;
	font-weight: 600;
}
.wrapper-overview-products .products .product .order {
	position: absolute;
	text-align: center;
	bottom: 0;
	width: calc(100% + 2px);
	left: -1px;
	padding: 30px 30px 30px 30px;
	background-color: #F0F0F0;
}
/********************* END - SOLUTIONS *********************/
/********************* START - DISTRIBUTORS *********************/
.wrapper-distributors {
	background-color: #E3E3E4;
	padding: 85px;
}
.wrapper-distributors .title h2 {
	font-family: 'bebas_neuebold';
	text-transform: uppercase;
	font-size: 60px;
	margin-bottom: 30px;
}
.modal-distributor h2 {
	font-family: 'bebas_neuebold';
	text-transform: uppercase;
	font-size: 60px;
}
.modal-distributor .modal-header img {
	width: auto;
	margin-top: 20px;
}
.modal-distributor .modal-content {
	background-color: #E3E3E4;
	padding: 30px 85px 65px 85px;
}
.wrapper-distributors .title .close-overlay {
	float: right;
	position: relative;
	margin-top: -90px;
	padding: 0;
}
table {
	border-spacing: 0;
	width: 100%;
	margin-top: 15px;
}
th {
	text-align: left;
	padding: 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0px;
	background-color: #003E7E;
	color: #fff;
	text-transform: uppercase;
}
tr.dealerrow > td {
	cursor: pointer;
}
tr.dealerrow > td .modal {
	cursor: default;
}
td {
	text-align: left;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
}
td img {
	width: 12px;
	margin: 0;
	padding: 0;
}
.list-table th:nth-child(4), .list-table td:nth-child(4) {
	text-align: right;
}
td a {
	color: #333;
	text-decoration: none;
}
td a:hover {
	color: #003E7E;
	text-decoration: none;
}
.detail td:nth-child(1) {
	font-weight: 600;
}
tr {
	border-bottom: solid 1px #d8d8d9;
}
tr:nth-child(even) {
	background: rgba(240, 240, 240, 0.3);
}
/********************* END - DISTRIBUTORS *********************/
footer {
	margin-bottom: 70px;
}
.wrapper-footer {
	background-color: #333333;
	padding: 70px 85px 70px 85px;
	color: #fff;
}
.wrapper-footer .footer-nav h6 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
.wrapper-footer .footer-nav img {
	margin-right: 20px;
	margin-top: 5px;
}
.wrapper-footer .footer-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.wrapper-footer .footer-nav ul li {
	padding: 0;
	margin: 0;
	line-height: 18px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}
.wrapper-footer .footer-nav a, .wrapper-footer .footer-nav ul li a, .wrapper-footer .privacy ul li a {
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
}
.wrapper-footer .footer-nav a:hover, .wrapper-footer .footer-nav ul li a:hover, .wrapper-footer .privacy ul li a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.4);
}
.wrapper-footer .copyright {
	font-size: 12px;
	color: #fff;
}
.wrapper-footer .privacy {
	font-size: 12px;
	text-align: right;
}
.wrapper-footer .privacy ul {
	padding: 0;
	margin: 0;
}
.wrapper-footer .privacy ul li {
	padding: 0px 0px 0px 0px;
}
.wrapper-footer .privacy ul li:after {
	content: "/";
	color: #fff;
	padding-left: 9px;
	padding-right: 6px;
}
.wrapper-footer .privacy ul li:last-child:after {
	content: "";
	padding-left: 0px;
	padding-right: 0px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.g-recaptcha {
	width: 314px;
}

.inputError {
	background-color: #fcbebe !important;
}
@media(max-width:1200px) {
	.wrapper-photozone-header .intro-photozone {
		padding: 75px 100px 100px 100px;
	}
	.numbers-block1-col1 {
		padding: 50px 0px 50px 100px;
		font-size: 40px;
	}
	.numbers-block1-col2 {
		padding: 65px 0px 50px 0px;
	}
	.numbers-col2 {
		padding: 100px 35px 100px 35px;
	}
	.numbers-col2 h4 {
		font-size: 30px;
		line-height: 30px;
	}
	.wrapper-cta-hp .btn-blue {
		margin-left: 0px;
		margin-top: 30px;
	}
	.wrapper-numbers-right .btn {
		width: 100%;
	}
}
@media(max-width:991px) {
	.navbar-brand {
		padding-left: 15px;
	}
	.navbar-brand img {
		width: 150px;
	}
	.nav-topzone {
		font-size: 14px;
	}
	.nav-topzone li .dropdown-menu-center a {
		font-size: 14px;
		padding: 8px 15px 8px 15px;
	}
	.navbar-toggler-right {
		background-color: #003E7E;
		border-radius: 0;
		margin-right: 15px;
		padding: 8px 10px 8px 10px;
		color: #fff;
		-webkit-transition: all .7s ease;
		transition: all .7s ease;
	}
	.navbar-toggler-right:hover {
		background-color: #333333;
		-webkit-transition: all .7s ease;
		transition: all .7s ease;
	}
	.navbar-collapse {
		background-color: #f0f0f0;
		margin: 0px 15px 0px 15px;
		padding: 30px 30px 20px 30px;
	}
	.navbar-nav li {
		font-size: 16px;
		margin-left: 0px;
	}
	.navbar-nav .dropdown-menu-center {
		right: 0;
		left: 0%;
		-webkit-transform: translate(0%, 0);
		-o-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
	.navbar-nav .dropdown-submenus, .navbar-nav .dropdown-standaard {
		margin-top: 10px;
		margin-bottom: 10px;
		background-position: 20px 0px;
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0);
	}
	.dropdown-submenus-col1 {
		width: 50%;
	}
	.dropdown-submenus-col2 {
		margin-left: 50%;
		width: auto;
	}
	.navbar-nav .dropdown-submenus ul li {
		padding: 15px 20px 15px 20px;
	}
	.navbar-nav .dropdown-standaard a {
		padding: 8px 20px 8px 20px;
	}
	.wrapper-photozone-header .intro-photozone {
		height: auto;
		padding: 75px 75px 75px 75px;
	}
	.intro-text-hp {
		padding: 75px 60px 75px 60px;
		font-size: 22px;
	}
	.fullwidth-text-hp {
		padding: 75px 0 0 0;
		font-size: 22px;
	}
	.shortcut-links-hp {
		padding: 0px 30px 30px 30px;
	}
	.review-hp {
		padding: 75px 60px 75px 60px;
		font-size: 22px;
	}
	.content-orp {
		padding: 30px 0px 30px 60px
	}
	.numbers-block1-col1 {
		padding: 30px 0px 30px 60px;
	}
	.numbers-block1-col2 {
		padding: 35px 0px 30px 0px;
	}
	.numbers-col1-photo .voetnoot {
		padding-left: 60px;
	}
	.numbers-col1-processed {
		padding: 50px 60px 50px 60px;
		font-size: 18px;
	}
	.numbers-col2 {
		padding: 50px 60px 50px 60px;
	}
	.wrapper-logo-white {
		padding: 50px 0px 0px 0px;
	}
	.wrapper-logo-white h3, .wrapper-logo-grey h3 {
		text-align: center;
		margin-top: 30px;
	}
	.wrapper-logo-white .logo, .wrapper-logo-grey .logo {
		padding-bottom: 60%;
		margin-top: 15px;
	}
	.wrapper-photo-review {
		height: 400px;
	}
	.wrapper-photo-review .photo-review-overlay {
		padding: 40px 60px 40px 60px;
		right: 0px;
		bottom: 0;
		width: 100%;
	}
	.btn-logo-white {
		padding: 30px 60px 60px 60px;
		text-align: center;
	}
	.btn-logo-white .btn {
		width: 100%;
	}
	.wrapper-logo-grey {
		background-color: #9A9B9F;
		padding: 50px 60px 0px 50px;
	}
	.btn-logo-grey {
		padding: 30px 100px 60px 100px;
		text-align: center;
	}
	.wrapper-cta-hp {
		padding: 50px 60px 50px 60px;
		font-size: 28px;
	}
	.wrapper-newsletter {
		padding: 60px;
	}
	.photo-seperator-col1 .voetnoot {
		padding-left: 60px;
	}
	.wrapper-newsletter form {
		margin-top: 30px;
	}
	.wrapper-slogan {
		padding: 50px 60px 50px 60px;
	}
	.wrapper-our-offices {
		background-color: #003E7E;
		color: #fff;
		padding: 50px;
		line-height: 22px;
	}
	.wrapper-meet-ardis {
		padding: 50px 50px 0px 50px;
	}
	.wrapper-our-offices h3, .wrapper-our-purpose h3, .wrapper-out-team-intro h3, .wrapper-partners h3, .wrapper-references h3 {
		margin-bottom: 50px;
	}
	.wrapper-integrated-vision h3 {
		margin-bottom: 50px;
		margin-left: 50px;
	}
	.our-offices {
		padding-bottom: 15px;
	}
	.wrapper-our-purpose {
		padding: 50px 0px 50px 50px;
	}
	.wrapper-integrated-vision {
		padding: 50px 0px 50px 0px;
	}
	.pd-rightzone {
		padding-right: 50px;
	}
	.wrapper-integrated-vision .vision-intro {
		padding: 25px 50px 25px 50px;
	}
	.wrapper-integrated-vision .vision-baseline {
		padding: 25px 50px 25px 50px;
	}
	.wrapper-integrated-vision .vision-photo {
		height: 0;
		padding-bottom: 80%;
	}
	.wrapper-out-team-intro {
		padding: 30px 0px 50px 50px;
	}
	.wrapper-references {
		padding: 50px 50px 50px 50px;
	}
	.wrapper-references .carousel-item span {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.wrapper-photozone-header-overlay .overlay-left {
		width: 50%;
	}
	.wrapper-product .info {
		padding: 60px 60px 40px 60px;
		color: #333333;
		font-weight: 500;
	}
	.wrapper-product .photo {
		height: 0;
		padding-bottom: 100%;
	}
	.wrapper-product {
		padding-bottom: 0px;
	}
	.wrapper-results-achieve {
		padding: 65px;
	}
	.wrapper-overview-products .products-icons {
		display: none;
	}
}
@media(max-width:768px) {
	.dropdown-submenus-col2 ul li a {
		white-space: normal;
	}
	.wrapper-photozone-header .intro-photozone {
		padding: 65px;
	}
	.intro-text-hp, .review-hp {
		padding: 50px;
		font-size: 20px;
	}
	.fullwidth-text-hp {
		padding: 50px 0 0 0;
		font-size: 20px;
	}
	.numbers-block1-col1 {
		padding: 30px 0px 30px 50px;
		font-size: 30px;
	}
	.numbers-col1-photo .voetnoot, .photo-seperator-col1 .voetnoot {
		padding-left: 50px;
	}
	.numbers-col1-processed {
		padding: 50px 50px 50px 50px;
		font-size: 18px;
	}
	.numbers-col2, .wrapper-newsletter, .wrapper-slogan {
		padding: 30px;
	}
	.wrapper-cta-hp {
		padding: 50px;
		font-size: 34px;
	}
	.wrapper-cta-hp .btn-blue {
		margin-left: 30px;
	}
	.wrapper-footer {
		padding: 50px;
		color: #fff;
	}
	.wrapper-footer .footer-nav {
		text-align: center;
	}
	.wrapper-footer .copyright {
		text-align: center;
		padding-bottom: 15px;
		padding-top: 40px;
	}
	.wrapper-footer .privacy {
		text-align: center;
	}
	.wrapper-photozone-header-overlay .overlay-left {
		width: 100%;
	}
	.wrapper-photozone-header-overlay .overlay-left img {
		width: 250px;
	}
	.wrapper-product .info {
		padding: 50px;
		color: #333333;
		font-weight: 500;
	}
	.wrapper-results-achieve, .wrapper-overview-products {
		padding: 50px;
	}
}
@media(max-width:575px) {
	.wrapper-topzone {
		text-align: center;
		margin-top: 20px;
	}
	.navbar-brand img {
		margin-top: 0px;
	}
	.wrapper-photozone-header .intro-photozone {
		padding: 45px;
	}
	.wrapper-photozone-header .intro-photozone h1 {
		font-size: 35px;
		line-height: 35px;
	}
	.navbar-collapse {
		margin: 0px 15px 0px 15px;
		padding: 25px 15px 15px 15px;
	}
	.intro-text-hp, .review-hp {
		padding: 30px;
	}
	.fullwidth-text-hp {
		padding: 30px 0 0 0;
	}
	.numbers-block1-col1 {
		padding: 30px 50px 10px 50px;
		font-size: 44px;
	}
	.numbers-block1-col2 {
		padding: 0px 50px 30px 50px;
	}
	.btn-logo-compatible {
		padding: 30px 50px 50px 50px;
	}
}
