	
	/* WEBSITE STYLES
	--------------------------------------------- */
	
	html { 
		overflow-y: scroll; 
		overflow-x: hidden; 
	}

	html, body { 
		width: 100%;
		height: 100%;
		min-width: 1640px;
		min-height: 100vh;
		margin: 0; 
		padding: 0; 
		background: #fff;
		font-family: redhat, sans-serif;
		font-weight: 400;
		color: #000;
		position: relative;
		-webkit-text-size-adjust: 100%;
	}

	h1, h2, h3, h4, h5, h6 { 
		font-weight: 700;
		color: #111111;
	}
	   
	ul, li { 
		margin: 0;
		padding: 0;
		list-style-type: none; 
	}

	strong { 
		color: #292929; 
		font-weight: 700; 
	}

	a { 
		text-decoration: none; 
		color: #292929; 
		font-weight: 400; 
	}

	table {
		text-align: left;
	}

	iframe { 
		display: block; 
	}

	* { 
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;    
		box-sizing: border-box;     
	}
	
	::-webkit-scrollbar {
		width: 20px;
	}

	::-webkit-scrollbar-track {
		background-color: transparent;
	}

	::-webkit-scrollbar-thumb {
		background-color: #cfdce1;
		border-radius: 20px;
		border: 6px solid transparent;
		background-clip: content-box;
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: #a8bbbf;
	}

/* 	PAGE
	--------------------------------------------- */ 
	.page {
		width: 100%;
		min-height: calc(100% - 52px) !important;
	}

	.center {
		width: 100%;
		padding: 0 40px;
		position: relative;
	}

/* 	HEADER
	--------------------------------------------- */ 

	.header {
		width: 100%;
		margin-bottom: 0;
		font-size: 0;
		background: #fff;
		position: relative;
		z-index: 10000;
	}

	.header-contain {
		width: 100%;
		max-width: 1640px;
		margin: auto;
		padding: 0 20px;	
	}	
		
	.header .logo {
		width: 100%;
		max-width: 250px;
		height: 75px;
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		background: url('../img/logo.png') no-repeat center / contain;
	}
	
	.header__social {
		width: 100%;
		padding: 20px 0 5px;
		position: absolute;
		right: 10px;	
		z-index: 100;
	}
	
	.header__social_contain {
		width: 100%;
		max-width: 1640px;
		margin: 0 auto;
		padding: 0 20px;
		text-align: right;
	}
	
	.header__social_contain > p {
		display: inline-block;
		margin-right: 20px;
		font: 400 15px / 23px 'redhat', sans-serif;
	}
	
	.header__contact_icon {
		padding-left: 30px;
		margin-right: 20px;
		display: inline-block;
		color: #000;
		font: 400 15px / 23px 'redhat', sans-serif;
		background: no-repeat left center / 20px;
	}
	
	.header__contact_icon.phone {
		
		background-image: url('../img/icons/icon-contact-phone.svg')
	}
	
	.header__contact_icon.email {
		background-image: url('../img/icons/icon-contact-email.svg');
	}
		
	.header__social_icon {
		width: 24px;
		height: 24px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: top;
		background: no-repeat center / 24px;
		-webkit-transition: ease 100ms all;
	}
	
	.header__social_icon:hover {
		scale: .95;
	}
	
	.header__social_icon:last-child {
		margin-right: 0;
	}
	
	.header__social_icon.facebook {
		background-image: url('../img/icons/icon-social-facebook.svg')
	}
	
	.header__social_icon.instagram {
		background-image: url('../img/icons/icon-social-instagram.svg');
	}
		
	.header__social_icon.whatsapp {
		background: #1bd641 url('../img/icons/icon-social-whatsapp.svg') no-repeat center / 60%;
		-webkit-border-radius: 100%;
	}

/* 	NOTIFICATION
	--------------------------------------------- */ 
	.header .notification {
		width: calc(100% - 40px);
		height: 132px;
		background: #f2e8cc;
		padding: 30px;
	}
	
	.header .notification .title {
		margin: 0;
		padding: 0;
		font: 700 26px / 42px 'redhat', sans-serif;
	}
	
	.header .notification p {
		padding: 0;
		margin: 0;
	}
	
	.header .notification #close-notification {
		width: 50px;
		height: 50px;
		margin: auto;
		position: absolute;
		right: 50px;
		top: 0;
		bottom: 0;	
		cursor: pointer;
		background: url('../img/icons/icon-cross.svg') no-repeat center / 30px;
		-webkit-transition: ease 100ms all;
	}
	
	.header .notification #close-notification:hover {
		transform: scale(1.05);
	}
	
/* 	NAVIGATION
	--------------------------------------------- */ 
	.nav-contain { 
		width: calc(100% - 260px);
		margin: 80px 0 20px;
		padding: 0 0 0 20px;
		display: inline-block;
		vertical-align: middle;
		font-size: 0;
		text-align: left;
		background: rgb(125,112,77);
		background: linear-gradient(90deg, rgba(170,156,117,.1) 0%, rgba(170,156,117,.1) 100%);
		border-bottom: 0 solid rgba(125,112,77,.1);
		-webkit-transition: top ease 400ms;
		-webkit-border-radius: 6px;
	}
	
	nav > ul > li { 
		height: auto;
		display: inline-block;
		position: relative;
	} 
	
	nav > ul > li:last-of-type {
		border-right: 0;
	}
	 
	nav > ul > li > a { 
		width: 100%;
		padding: 10px;
		display: inline-block;
		vertical-align: middle;
		background: no-repeat calc(100% - 10px) center / 12px;
		text-align: center;
		color: #000000;
		font: 300 16px / 24px 'redhat', sans-serif;
		-webkit-transition: ease 200ms color, ease background 200ms;
		-webkit-border-radius: 3px;
	} 
			
	nav > ul > li.menu-item-has-children > a { 
		padding-right: 32px;
		background-image: url(../img/icons/icon-arrow-down.svg);
	}
	
	nav > ul > li:hover > a { 
		color: #7d704d;
	}
	
	nav > ul .current-menu-item > a,
	nav > ul > .current-menu-parent > a {
		color: #7d704d;	
	}

/* 	NAVIGATION CLONE
	--------------------------------------------- */    
	nav.cloned { 
		width: 100%;
		max-width: 100%;
		min-height: inherit;
		margin: 0;
		padding: 0 30px;
		background: #fff;
		left: 0;
		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	}
	
	nav.cloned .logo {
		top: 40px;
		left: 30px;
		-webkit-transition: ease 200ms left;
	}
	
	nav.cloned > ul {
		width: calc(100% - 100px);
		margin: 0 0 0 30px;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}
	
	nav.cloned > ul > li.menu-item-has-children > a {
		padding-right: 40px;
		background-image: url(../img/icons/icon-arrow-down.svg);
	}
	
	nav.cloned > ul > li {
		height: 150px;
		margin: 0;
		display: inline-block;
		line-height: 150px;
	}

	nav.cloned > ul > li > a { 	
		width: 100%;
		padding: 15px 15px;
		display: inline-block;
		vertical-align: middle;
		background: no-repeat calc(100% - 20px) center / 14px;
		text-align: center;
		color: #111111;
		font: 400 18px / 18px 'redhat', sans-serif;
		-webkit-transition: ease 200ms color, ease background 200ms;
		-webkit-border-radius: 3px;
	}
	
	nav.cloned > ul > li:hover > a,
	nav.cloned > ul > .current-menu-item > a,
	nav.cloned > ul > .current-menu-ancestor > a {
		color: #7d704d;	
	}
	
	nav.cloned > ul > li > .sub-menu {
		top: 150px;
	}
	
/* 	NAVIGATION SUBMENU
	--------------------------------------------- */ 
	nav > ul > li > .sub-menu {
		width: 100%;
		min-width: 260px;
		margin: auto;
		padding: 0;
		position: absolute;
		top: 50px;
		right: 0;
		left: 0;
		z-index: 1002;
		visibility: hidden; 
		opacity: 0;
		background: #fff;
		font-size: 0;
		text-align: left;
		-webkit-border-radius: 3px;
		-webkit-transition: linear all 100ms;		
		-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
	}
	
	nav > ul > li.menu-item-has-children:hover > .sub-menu,
	nav > ul > li.menu-item-has-children > .sub-menu > li:hover > .sub-menu,
	nav > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu > li:hover > .sub-menu,
	nav > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu > li:hover > .sub-menu > li:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
	}

	nav > ul > li > .sub-menu > li {
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		display: block;
		position: relative;
		line-height: 30px;
		border-bottom: 1px solid #eee;
	}
	
	nav > ul > li > .sub-menu > li:last-of-type {
		border: 0;
	}
	
	nav > ul > li > .sub-menu li.menu-item-has-children > a {
		background: #fff url(../img/icons/icon-arrow-cta.svg) no-repeat calc(100% - 25px) center / 14px !important;
	}

	nav > ul > li > .sub-menu > li > a {
		width: 100%; 
		margin: 0;
		padding: 10px 20px;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		font-size: 18px;
		color: #000;
		font: 400 16px / 24px 'redhat', sans-serif;
		text-align: left;
		-webkit-transition: linear all 100ms;
		-webkit-border-radius: 3px;
	}
	
	nav > ul > li > .sub-menu > li:first-child > a {
		padding-top: 15px;
	}
	
	nav > ul > li > .sub-menu > li:last-child > a {
		padding-bottom: 15px;
	}
	
	nav > ul > li > .sub-menu > li a:hover {
		color: #7d704d;
	}
	
	nav > ul > li > .sub-menu > li > a > img {
		width: 100%;
		height: 150px;
		display: inline-block;
		vertical-align: middle;
		object-fit: cover;
		-webkit-border-radius: 3px;
		display: none;
	}
	
	nav > ul > li > .sub-menu > li.current-menu-item > a {
		color: #7d704d;	
	}
	
			
	nav > ul > li > .sub-menu > li .sub-menu {
		width: 100%;
		max-width: 300px;
		padding: 0 0 0 10px;
		visibility: hidden; 
		opacity: 0;
		position: absolute;
		top: 0;
		right: calc(-100%);
	}
	
	nav > ul > li > .sub-menu > li .sub-menu:before {
		content: "";
		width: calc(100% - 20px);
		max-width: 300px;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 20px;
		z-index: -1;
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
		-webkit-border-radius: 10px;
	}
	
	nav > ul > li > .sub-menu > li .sub-menu li {
		width: 100%;
		display: inline-block;	
		vertical-align: top;
		line-height: 30px;
		border-bottom: 1px solid #eee;
	}
	
	nav > ul > li > .sub-menu > li .sub-menu li a {
		width: 100%;
		padding: 10px 30px;
		display: inline-block;
		vertical-align: top;
		background: #fff;
		font: 400 16px / 24px 'redhat', sans-serif;
	}
	
	nav > ul > li > .sub-menu > li .sub-menu li:first-child > a {
		padding-top: 15px;
		-webkit-border-radius: 3px 3px 0 0;
	}
	
	nav > ul > li > .sub-menu > li .sub-menu li:last-child {
		border-bottom: 0;
	}
	
	nav > ul > li > .sub-menu > li .sub-menu li:last-child > a {
		padding-bottom: 15px;
		-webkit-border-radius: 0 0 3px 3px;
	}
	
	nav > ul > li > .sub-menu > li .sub-menu li:only-child > a {
		-webkit-border-radius: 3px;
	}

/* 	NAVIGATION MOBILE
	--------------------------------------------- */ 
	#nav-button-mobile { 
		width: 160px;
		height: 48px;
		padding: 10px 20px 10px 60px;
		margin: auto;
		display: none;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		z-index: 9999;
		background: #7d704d url('../img/icons/icon-menu.svg') no-repeat 20px center / 20px;
		text-align: center;
		color: #fff;
		font: 400 18px / 26px 'redhat', sans-serif;
		-webkit-border-radius: 3px;
	}

	#nav-overlay-mobile {
		width: 100%; 
		height: 100%;
		padding: 40px;
		position: fixed; 
		z-index: 9999;
		left: 0;
		right: 0;
		top: 0;
		display: none;
		background: #fff;
		overflow-x: hidden;
		opacity: 0; 
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
		-webkit-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
		box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
	}
	
	#nav-overlay-mobile .slider {
		display: none !important;
	}	

	#nav-overlay-mobile nav.menu-container-mobile {
		width: 100%;
		margin: 0;
		background: #fff;
	}

	#nav-overlay-mobile nav.menu-container-mobile > ul { 
		width: 100%;
		margin: 0;
		padding-top: 200px;
		display: inline-block; 
		position: relative; 
		background: #fff url('../img/logo-new.svg') no-repeat center 40px / auto 120px;
	}

	#nav-overlay-mobile nav.menu-container-mobile > ul li { 
		width: 100%; 
		height: auto;
		margin: 0;
		padding: 0;
		display: inline-block; 
		text-align: center;
		z-index: 50;
		border: 0;
		line-height: inherit;
	}
		
	#nav-overlay-mobile nav.menu-container-mobile ul li:last-of-type {
		border: 0;
	}

	#nav-overlay-mobile nav.menu-container-mobile li a { 
		width: 100%;
		padding: 5px 0;
		margin: 0;
		display: inline-block;
		color: #373a3c;
		background: none;
		font-size: 18px;
		line-height: 24px;
		border: 0;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		cursor: pointer;
	}
	
	#nav-overlay-mobile nav.menu-container-mobile li > a {
		pointer-events: none;	
		font: 700 18px / 24px 'redhat', sans-serif;
	}
	
	#nav-overlay-mobile nav.menu-container-mobile li.menu-item-has-children > a:before {
		width: 0;
	}

	#nav-overlay-mobile nav.menu-container-mobile > ul li .sub-menu {
		width: 100%;
		min-width: 100%;
		margin: 0;
		padding: 0 0 10px 0;
		position: static;
		display: inline-block;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		background: transparent;
	}
	
	#nav-overlay-mobile nav.menu-container-mobile > ul li .sub-menu > li > .sub-menu { 
		display: none;
	}		
	
	#nav-overlay-mobile nav.menu-container-mobile > ul li > a > .submenu-title {
		margin: 0;
		text-align: center;
		font: 400 18px / 24px 'redhat', sans-serif;
	}
	
	#nav-overlay-mobile nav.menu-container-mobile li > a > img {
		display: none;
	}
	
	#nav-overlay-mobile nav.menu-container-mobile > ul li .sub-menu:before {
		display: none;
	}

	#nav-overlay-mobile nav.menu-container-mobile > ul li .sub-menu li a:after {
		left: -5px;
		bottom: 5px;
	}

	#nav-overlay-mobile nav.menu-container-mobile > ul li.current-menu-parent > a:after {
		background: none;
	}
	
/* 	NAVIGATION SITEMAP
	--------------------------------------------- */
	#sitemap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#sitemap ul.sub-menu {
		margin: 5px 0 10px 10px;
	}

	#sitemap ul li {
		width: 100%;
		margin: 0;
		padding: 0;
		white-space: initial;
	}
	
	#sitemap ul li:before {
		display: none;
	}
	
	#sitemap ul li a:hover {
		color: #21a2e4;
	}

/* 	INTRODUCTION
	--------------------------------------------- */ 
	.introduction {
		position: relative;
		font-size: 0;
		background: #f2f4f6;
	}
	
	.introduction:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: rgb(0,0,0);
		background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,.7) 100%);
	}
	
	.front .introduction:before {
		background: transparent;
	}
	
	.nieuw .introduction img,
	.gebruikt .introduction img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
	
	.introduction-contain {
		width: 100%;
		max-width: 1640px;
		margin: 0 auto;
		padding: 40px;
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		z-index: 10;
	}
	
	.welcome {
		width: calc(30% - 30px);
		min-width: 450px;
		margin: 0;
		padding: 50px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		background: rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .05);
		-webkit-border-radius: 0 10px 10px 0;
	}
	
	.welcome:before {
		content: "";
		width: 30px;
		height: 100%;
		position: absolute;
		left: -15px;
		bottom: 0;
		z-index: -1;
		background: #7d704d;
		-webkit-border-radius: 10px;
	}	
	
	.welcome h1 { 
		width: 100%;
		margin: 0 0 10px;
		color: #111111;
		text-align: left;
		font: 400 16px / 24px 'redhat', sans-serif;
	}
	
	.welcome h1 span {
		width: 100%;
		display: inline-block;
		position: relative;
		color: #7d704d;
		letter-spacing: -1px;
		font: 700 36px / 44px 'redhat', sans-serif;
	}
	
	.welcome h2 { 
		width: 100%;
		margin: 0 0 20px;
		color: #111111;
		text-align: left;
		font: 400 18px / 26px 'redhat', sans-serif;
	}
	
	.welcome .direct {
		width: 100%;
		margin: 20px 0 5px;
		display: inline-block;
		color: #111111;
		font: 400 16px / 24px 'redhat', sans-serif;
	}
	
	.welcome .cta {
		width: 100%;
		margin-top: 8px;
		padding: 12px 50px 12px 0;
		display: inline-block;
		border-bottom: 1px solid #eee;
		text-align: left;
		background: url('../img/icons/icon-arrow-cta.svg') no-repeat calc(100% - 20px) center / 20px; 
		color: #191917; 
		font: 400 22px / 24px 'redhat', sans-serif;
		-webkit-transition: ease 100ms all;

	}
	
	.welcome .cta:last-of-type {
		border-bottom: 0;
	}
	
	.welcome .cta:first-child {
		margin-top: 0;
	}

	.welcome .cta:hover {
		color: #7d704d;
		background-position: calc(100% - 15px);
	}
		
	.frontpage-slider {
		width: 100%;
		height: 700px;
		position: relative;
		background: #f2f4f6;
	}
	
	#lightSlider > img {
		width: 100%;
		height: 700px;
		object-fit: cover;
		object-position: top;
	}
	
	.sub #lightSlider > img {
		height: 250px;
	}
			
	.frontpage-slider .lSSlideWrapper {
		padding-bottom: 0;
	}
	
	.frontpage-slider img {
		width: 100%;
		min-height: 600px;
		display: inline-block;
		vertical-align: top;
		object-fit: cover;
		object-position: bottom;
	}
	
	.frontpage-slider span.title {
		width: 100%;
		padding: 20px 30px;
		background: #191917;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		overflow: hidden;
		color: #fff;
		font: 400 22px / 24px 'redhat', sans-serif;
	}
	
	.frontpage-slider span.title:before {
		content: "";
		width: 35%;
		height: 64px;
		position: absolute;
		left: -30px;
		top: 0;
		z-index: -1;
		background: #7d704d;
		transform: skew(-5deg);
	}
	
	.frontpage-slider span.cta {
		width: 100%;
		max-width: 240px;
		height: 40px;
		padding: 0 30px;
		background: #f2f4f6;
		position: absolute;
		bottom: 12px;
		right: 12px;
		z-index: 1;
		overflow: hidden;
		background: #f2f4f6 url('../img/icons/icon-arrow-right.svg') no-repeat calc(100% - 20px) center / 20px; 
		text-align: center;
		color: #000;
		font: 400 18px / 40px 'redhat', sans-serif;
		-webkit-transition: ease 100ms all;
		-webkit-border-radius: 3px;
	}
	
	.frontpage-slider span.cta:hover {
		transform: scale(.98);
		cursor: pointer;
	} 

/* 	USP
	--------------------------------------------- */ 
	.usp {
		margin: -160px 0 0 0;
		background: #f2f4f6;
	}

	.usp-contain {
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
		padding: 220px 20px 40px;
		font-size: 0;
		
	}	
	
	.usp-contain > span {
		width: 20%;
		padding: 25px 25px 25px 80px;
		display: inline-block;
		vertical-align: middle;
		font: 400 17px / 25px 'redhat', sans-serif;
		background: url('../img/icons/icon-usp.svg') no-repeat 0 center / 55px; 
	}
	
	#video {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
	
/* 	BUTTON
	--------------------------------------------- */
	
	.button {
		width: 100%;
		margin: 0 0 10px;
		padding: 10px 0 10px 30px;
		display: inline-block;
		position: relative;
		background: #ce9d11 no-repeat 15px center / 22px;
		color: #fff;
		text-align: center;
		font: 700 22px / 30px 'redhat', sans-serif;
		-webkit-transition: all 150ms ease;
		transition: all 150ms ease; 
		-webkit-border-radius: 3px;
	}
	
	.button.whatsapp {
		margin: 0;
		background-color: #1bd641;
		background-image: url(../img/icons/icon-social-whatsapp.svg);
	}
	
	.button.phone {
		background-image: url(../img/icons/icon-contact-phone-white.svg);
	}

	.button:hover {
		background-color: #ebbd39;
	}
	
	.button.whatsapp:hover {
		background-color: #46e165;
	}
	
/*
 --- */

/*  FORM:CONTACT
	---------------------------------------- */      
  
	form.wpcf7-form { 
		width: 100%;
		max-width: 640px;
		margin: 30px 0;
		display: inline-block;
		vertical-align: top;
		padding: 40px;
		background: #fff;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .015);
		-webkit-border-radius: 3px;
	}
	
	div.content form.wpcf7-form h2 {
		margin-top: 0;
	}

	div.subpage form.wpcf7-form {
		max-width: 640px;
	}

    form.wpcf7-form.full {
        padding: 20px;
        width: 100%;
    }

    form.wpcf7-form label {
		width: 100%;
		display: inline-block;
        padding-bottom: 5px;
        font-size: 22px;
        font-weight: 400;
        color: #222;
    }

    form.wpcf7-form input,
    form.wpcf7-form textarea {
        width: 100%;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    form.wpcf7-form input[type='text'],
    form.wpcf7-form input[type='tel'],
    form.wpcf7-form input[type='email'],
    form.wpcf7-form input[type='submit'],
    form.wpcf7-form textarea { 
        -webkit-appearance: none; 
    }

    form.wpcf7-form input[type='text'],
    form.wpcf7-form input[type='date'],
    form.wpcf7-form input[type='tel'],
    form.wpcf7-form input[type='email'],
    form.wpcf7-form textarea,
    form.wpcf7-form select {
        margin: 15px 0 3px 0;
        padding: 10px;
		display: inline-block;
        background: #f9f9f9;
		border: 1px solid transparent;
        font-family: redhat, sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #676767;
		position: relative;
    }
	
	.wpcf7-not-valid { 
		border-color: #fac6c8 !important;
	}
	
	.wpcf7 .ajax-loader {
		display: none !important;
	}
	
	div.wpcf7-response-output {
		padding: 0 !important;
		margin: 15px 0 0 0 !important;
		border: 0 solid #fac6c8 !important;
		color: #ed1c24 !important;
	}

	form.wpcf7-form input:hover,
	form.wpcf7-form input:focus,
	form.wpcf7-form textarea:hover,
	form.wpcf7-form textarea:focus,
	form.wpcf7-form select:hover,
	form.wpcf7-form select:focus { 
		border-color: #7d704d;
		outline: none;
	}

	form.wpcf7-form input[type='text'].error,
	form.wpcf7-form input[type='tel'].error,
	form.wpcf7-form input[type='email'].error,
	form.wpcf7-form textarea.error,
	form.wpcf7-form select.error { 
		border-color: #ff5274; 
	}

	::-webkit-input-placeholder { color: #9a9a9a; }
	:-moz-placeholder           { color: #9a9a9a; opacity: 1; }
	::-moz-placeholder          { color: #9a9a9a; opacity: 1; }
	:-ms-input-placeholder      { color: #9a9a9a; }  


    form.wpcf7-form textarea { 
        resize: none; 
        height: 100px; 
    } 

    form.wpcf7-form input[type='submit'] {
		width: 100%;
        margin: 0;
        padding: 10px;
        background: #7d704d;
		color: #fff; 
		font: 700 16px / 24px 'redhat', sans-serif;
        border: 0;
        color: #fff;
		cursor: pointer;
        font-family: redhat, sans-serif;
        -webkit-transition: all 100ms ease-in-out;
    }
	
	form.wpcf7-form input[type='submit']:hover {
		scale: .98;
	}

	form.wpcf7-form input[type='submit']:focus,
	form.wpcf7-form input[type='submit']:active {
		outline: none;
	}

    form.wpcf7-form div.success p { 
        margin-bottom: 5px;
        padding: 5px !important; 
        background: #cefcdd; 
        text-align: center; 
        font-size: .8em;
        -webkit-border-radius: 3px; 
        border-radius: 3px; 
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

	form.wpcf7-form div.success p.steady {
		background: #70da93; 
	}

	form.wpcf7-form div.success p.blink { 
		background: #cefcdd; 
	}

    form.wpcf7-form div.loader { 
        width: 100%; 
        height: 100%; 
        display: none; 
        position: absolute; 
        top: 0; 
        left: 0; 
        z-index: 99999; 
        background: url('../img/icon-loading.svg') no-repeat center center; 
    }

    form.wpcf7-form p.required {
        margin-bottom: 10px;
    }
	
	form.wpcf7-form input[type=checkbox] {
		width: auto;
	}
	
	span.wpcf7-list-item {
		width: 100%;
		margin: 0 !important;
		display: inline-block;
	}
	
	.wpcf7-not-valid-tip {
		display: none !important;
	}
	
	.custom-file-input::-webkit-file-upload-button {
		visibility: hidden;
	}
	
	form.wpcf7-form input[type='text'].wpcf7-validates-as-required:after {
		content: "*";
		margin: auto;
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		z-index: 10;
		color: #27ae60;	
	}
	
	form.wpcf7-form input[type='text'].licenseplate {
		padding-left: 50px;
		background: #ffcd00 url('../img/kentekenplaat.jpg') no-repeat left center / auto 100%;
		border: 2px solid #000;
	}
	
	.custom-file-input::before {
		content: 'Select some files';
		display: inline-block;
		background: #fff;
		border: 0;
		border-radius: 0;
		margin: 0 0 3px;
		padding: 8px 10px;
		outline: none;
		white-space: nowrap;
		-webkit-user-select: none;
		cursor: pointer;
		font: 400 13px / 13px 'redhat', sans-serif;
	}
	
	.custom-file-input:hover::before {
		opacity: .8;
	}
	
	.custom-file-input:active::before {
		background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
	}
	
	.wpcf7-spinner {
		display: none;
	}	
	
	label {
		width: 100%;
		margin: 0 0 8px;
		display: inline-block;
		font: 400 13px / 13px redhat, sans-serif;
	}

	input,
	textarea,
	select {
		width: 100%;
		margin: 0;
		padding: 8px 12px;
		display: inline-block;
		vertical-align: top;
		background: #fff;
		border: 1px solid transparent;
		font: 400 16px / 24px redhat, sans-serif;
		color: #676767;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none
	}
	
	input:focus,
	textarea:focus,
	select:focus {
		outline: 0;
		border-color: #cacaca;
	}
	
	select {
		cursor: pointer;
	}

/* 	CATEGORIES
	--------------------------------------------- */
	.categories {
		width: 100%;
		max-width: 1600px;
		margin: 0 auto 0;
		padding: 120px 20px;
		position: relative;
		z-index: 1;
		font-size: 0;
	}
	
	.categories__intro {
		width: 100%;
		max-width: 320px;
		min-height: 350px;
		margin-right: 30px;
		padding: 20px 30px;
		display: inline-block;
		vertical-align: top;
		position: relative;
		background: rgb(242,244,246);
		background: linear-gradient(90deg, rgba(242,244,246,1) 24%, rgba(242,244,246,0) 100%);
		-webkit-border-radius: 0 10px 10px 0;
	}
	
	.categories__intro:before {
		content: "";
		width: 30px;
		height: 350px;
		position: absolute;
		left: -15px;
		top: 0;
		z-index: -1;
		background: #7d704d;
		-webkit-border-radius: 10px;
	}
	
	.categories__intro_title {
		color: #7d704d;
		font: 700 24px / 34px 'redhat', sans-serif;
	}
	
	.categories__intro_text {
		font: 400 16px / 28px 'redhat', sans-serif;
	}
	
	.categories__slider {
		width: 100%;
		max-width: 1164px;
		max-height: 375px;
		overflow: hidden;
		display: inline-block;
		vertical-align: top;	
	}
	
	.categories__slider .category {
		width: 20%;
		margin: 0;
		display: inline-block;
		vertical-align: top;
		position: relative;
		overflow: hidden;
		-webkit-border-radius: 10px;
		-webkit-transition: 200ms all ease;
	}
		
	.categories__slider .category:last-of-type {
		margin-right: 0;
	}	
	
	.categories__slider .category:hover {
		cursor: pointer;
	}
	
	.categories__slider .category img {
		width: 100%;
		height: 350px;
		padding: 0;
		object-position: center;
		object-fit: cover;
		position: relative;
		z-index: 9;
		-webkit-transition: 200ms all ease;
		filter: grayscale(0%);
	}
	
	.categories__slider .category:hover img {
		scale: 1.05;
		filter: grayscale(0%);
	}
	
	.categories__slider .category .content {
		width: 100%;
		padding: 0 30px 30px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
	}
	
	.categories__slider .category .content .sub-title {
		color: #fff;
		font: 400 16px / 24px 'redhat', sans-serif;
	}
	
	.categories__slider .category .content .title {
		width: 100%;
		display: inline-block;
		color: #fff;
		font: 700 26px / 34px 'redhat', sans-serif;
	}
	
	.categories__slider .category .content .cta {
		width: 30px;
		height: 30px;
		position: absolute;
		bottom: 30px;
		right: 30px;
		background: url(../img/icons/icon-arrow-cta-white.svg) no-repeat right center / 32px;
	}
		
/* 	OFFERS
	--------------------------------------------- */
	.offers {
		max-width: 100%;
		margin: 0;
		padding: 0 40px 80px;
		position: relative;
		background: #f9f9f9;
		z-index: 1;
	}
	
	.offers__contain {
		max-width: 1640px;
		margin: 0 auto;
		padding: 0 20px 0 20px;
		position: relative;
	}
	
	.offer__title {
		width: 100%;
		margin-bottom: 60px;
		display: inline-block;
		color: #000;
		text-align: center;
		font: 400 36px / 34px 'redhat', sans-serif;
	}

	.offer__title > span {
		width: 100%;
		padding: 0;
		display: inline-block;
		letter-spacing: 2px;
		font: 400 22px / 34px 'redhat', sans-serif;
	}
	
	.offer__cta {
		width: 230px;
		position: absolute;
		top: 20px;
		left: 47%;
		font: 400 20px / 28px 'redhat', sans-serif;
		background: url('../img/icons/icon-arrow-cta.svg') no-repeat calc(100% - 20px) center / 20px
	}
	
	.offer__cta:hover {
		text-decoration: underline;
	}

	.offers__slider_block {
		padding: 0;
		display: inline-block;
		vertical-align: top;
		background: #fff;
		position: relative;
		-webkit-border-radius: 3px;
		overflow: hidden;
		text-align: left;
		-webkit-transition: 200ms all ease;
		cursor: pointer !important;
		-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .025);
	}

	.offers__slider_block_image {
		overflow: hidden;
	}

	.offers__slider_block_image > img {
		width: 100%;
		max-width: 100%;
		min-height: 100%;
		height: 300px;
		display: inline-block;
		vertical-align: top;
		object-fit: cover;
		-webkit-border-radius: 2px 2px 0 0;
		-webkit-transition: linear transform 100ms;
	}
	
	.offers__slider_block:hover img {
		transform: scale(1.05);
	}

	.offers__slider_block_content {
		width: 100%;
		min-height: 250px;
		display: inline-block;
	}
		
	.offers__slider_block_content_title {
		width: 100%;
		min-height: 120px;
		margin: 0;
		padding: 20px 30px;
		display: inline-block;
		font: 400 18px / 24px 'redhat', sans-serif;
		color: #000;
		text-overflow: ellipsis;
	}
	
	.offers__slider_block_content_title > span {
		width: 100%;
		display: inline-block;
		font: 700 26px / 34px 'redhat', sans-serif;
	}
	
	.offers__slider_block_content_price {
		width: 100%;
		padding: 15px 20px;
		display: inline-block;
		background: #7d704d;
		color: #fff;
		font: 700 22px / 32px 'redhat', sans-serif;
	}

	.offers__slider_block_content_specifications {
		width: 100%;
		padding: 0 30px;
		display: inline-block;
		font: 400 16px / 28px 'redhat', sans-serif;
		color: #79797b;
	}

	.offers__slider_block_content_cta {
		width: 100%;
		margin: 30px 0;
		padding: 0 30px;
		display: inline-block;
		background: url(../img/icons/icon-arrow-cta.svg) no-repeat calc(100% - 25px) center / 22px;
		font: 400 18px / 22px 'redhat', sans-serif;
		text-align: left;
		-webkit-border-radius: 6px;
		-webkit-transition: linear background 100ms, linear padding 100ms;
	}
	
	.offers__slider_block:hover .offers__slider_block_content_cta {
		background-position: calc(100% - 20px) center;
	}
	
	.right .offers__contain:before {
		right: -25px;
		left: auto;
	}
	
	.right .offer__title {
		right: 25px;
		text-align: right;
	}
	
	.right .offer__cta { 
		right: 47%;
		left: auto;
	}
	
	.right .offers__slider {
		width: 100% !important;
		text-align: right;
	}
	
	.right .offers__slider_block {
		float: right;
	}
	
/* 	OFFERS
	--------------------------------------------- */
	.brands {
		max-width: 100%;
		margin: 0;
		padding: 80px 40px;
		position: relative;
		background: rgb(249,249,249);
		background: linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(249,249,249,.5) 100%);
	}

	.brands__contain {
		max-width: 1540px;
		margin: 0 auto;
		padding: 0;
		position: relative;
		font-size: 0;
		
	}

	.brands__block {
		margin: 0;
		padding: 20px;
		position: relative;
		text-align: center;
		font: 400 22px / 30px 'redhat', sans-serif;
		-webkit-border-radius: 6px;
		-webkit-transition: 200ms all ease;
	}
	
/* 	BUTTONS
	--------------------------------------------- */
	div.block.buttons {
		min-height: 500px;
		padding: 100px 50px;
	}

	div.block.buttons div.contain {
		width: 100%;
	}
	
	div.block.buttons .block-button {
		width: calc(33.333333333333% - 50px);
		height: 400px;
		margin-right: 70px;
		padding: 0;
		display: inline-block;
		background: #fff;
		font-size: 0;
		overflow: hidden;
		position: relative;
		-webkit-border-radius: 3px;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
	}
	
	div.block.buttons .block-button:nth-of-type(3n+3) {
		margin-right: 0;
	}
	
	div.block.buttons .block-button img {
		width: 100%;
		height: 100%;
		vertical-align: top;
		object-fit: cover;
		-webkit-transition: ease 200ms transform;
		filter: brightness(100%);
	}
	
	div.block.buttons .block-button:hover img {
		transform: scale(1.05);
	}
	
	div.block.buttons .block-button .overlay {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;	
		background: url(../img/button-overlay.png) no-repeat center / cover;
	}
	
	div.block.buttons .block-button .content {
		height: 100%;
		padding: 30px 200px 30px 40px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	div.block.buttons .block-button .content h2 {
		margin-top: 0;
		color: #fff;
		font: 700 38px / 46px 'redhat', sans-serif;
	}
	
	div.block.buttons .block-button .content p {
		color: #fff;
	}
	
	div.block.buttons .block-button .content .cta {
		margin-top: 20px;
		padding-right: 25px;
		position: absolute;
		bottom: 40px;
		left: 40px;
		background: url(../img/icons/icon-arrow-right-white.svg) no-repeat right center / 16px;
		font: 400 20px / 26px 'redhat', sans-serif;
		color: #fff;
	}
	
	div.block.buttons .block-button .content .cta:hover {
		text-decoration: underline;
	}
	
/*  CONTENT
	--------------------------------------------- */ 
	.content__contain {
		width: 100%;
		max-width: 1240px;
		min-height: 640px;
		padding: 0 20px;
		margin: 0 auto;
		font-size: 0;
	}
	
	.content__title {
		width: 100%;
		padding: 0 20px;
		width: 100%;
		position: absolute;
		top: -114px;
		right: 0;
		left: 0;
		z-index: 9999999;
	}
	
	.content__title h1 {
		max-width: 1200px;
		margin: 0 auto;
		padding: 30px 0;
		color: #fff;
		font: 700 56px / 64px 'redhat', sans-serif;
	}
	
	.content__text {
		max-width: 1560px;
		margin: 0 auto;
		position: relative;
	}
	
	.content__text p a {
		color: #7d704d;
	}
	
	.content__text p a:hover {
		text-decoration: underline;
	}
	
	.content__text_seo {
		max-height: 400px;
		margin: 20px 0;
		overflow: hidden;
		position: relative;
	}
	
	.content__text_seo:after {
		content: "";
		width: 100%;
		height: 50px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgb(251,251,251);
		background: linear-gradient(180deg, rgba(251,251,251,0) 0%, rgba(251,251,251,1) 100%);
	}
	
	.content__text_seo.open {
		max-height: inherit;
	}
	
	.content__text_seo.open:after {
		opacity: 0;
	}
	
	.content__text_seo > h2 {
		font: 700 26px / 34px 'redhat', sans-serif !important;
	}
	
	.content__text_seo > h2:first-of-type {
		margin-top: 0 !important;
	}
	
	.content__text_seo > p,
	.content__text_seo > ul > li {
		font: 400 16px / 24px 'redhat', sans-serif;
	}
	
	.content__text_seo > ul > li {
		margin-left: 20px;
		list-style-type: disc;
	}
	
	.content__text_seo > .wp-block-separator {
		margin: 10px 0 !important;
		opacity: 0;
	}
	
	.content__text_img { 
		width: 100%;
		max-width: 414px;
		margin: 0 30px 20px 0;
		float: left;
		-webkit-border-radius: 3px;
	}
	
	.content__text_button {
		padding: 10px 50px 10px 20px;
		display: inline-block;
		background: #f2f4f6 url('../img/icons/icon-arrow-down.svg') no-repeat calc(100% - 20px) center / 20px;
		cursor: pointer;
		text-align: center;
		font: 700 18px / 18px 'redhat', sans-serif;
		-webkit-transition: all 150ms ease;
		-webkit-border-radius: 3px;
	}
	
	.content__text_button:hover {
		color: #fff;
		background-image: url('../img/icons/icon-arrow-down-white.svg');
		background-color: #7d704d;
	}
	
	.content__text_button.open {
		background-image: url('../img/icons/icon-arrow-up.svg');
	}

	.content__text_button.open:hover {
		background-image: url('../img/icons/icon-arrow-up-white.svg');
	}
	
	.content__contain table {
		margin-bottom: 20px;
		font-size: 16px;
	}
	
	.front .ovis-objecten ul {
		max-height: 666px;
	}
	
/*  CONTENT - ITEMS
	--------------------------------------------- */	
	.content__items {
		margin: 0;
		padding: 0 0 50px;
	}
	
	.content__items_center {
		max-width: 1640px;
		margin: 0 auto 30px;
		padding: 0;
	}
	
	.content__items_title {
		width: 100%;
		margin-bottom: 30px;
		display: inline-block;
		color: #111111;
		font: 700 28px / 28px 'redhat', sans-serif;
	}
	
	.content__items_item {
		width: calc(20% - 16px);
		margin: 20px 20px 0 0;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		background: #fff;
		overflow: hidden;
		text-align: center;
		-webkit-border-radius: 3px;
		-webkit-transition: ease 100ms all;
	}
	
	.content__items_item:hover {
		scale: .97;
	}
	
	.content__items_item:nth-of-type(5n+5) {
		margin-right: 0;
	}
	
	.content__items_item:nth-of-type(-n+5) {
		margin-top: 0;
	}
	
	.content__items_item_title {
		width: 100%;
		min-height: 56px;
		margin: 30px 0;
		padding: 0 20px;
		display: inline-block;
		text-align: center;
		font: 400 26px / 34px 'redhat', sans-serif;
	}
	
	.content__items_item_cta {
		width: 130px;
		margin: 0 0 30px;
		display: inline-block;
		text-align: left;
		background: url(../img/icons/icon-arrow-right.svg) no-repeat right center / 14px;
		font: 400 16px / 16px 'redhat', sans-serif;
	}
	
	.content__items_item_img {
		width: 100%;
		max-width: 300px;
		height: 200px;
		margin: 0;
		object-fit: cover;
	}

	.content__items_item_brand {
		width: 100%;
		max-width: 300px;
		height: auto;
		position: absolute;
		top: -250px;
		right: 0;
		-webkit-border-radius: 3px;
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .045);
	}
	
	.content__offers {
		margin-bottom: 50px;
	}
	
	.content__offers .carousel {
		width: 100%;
	}
	
	.has-media-on-the-right.wp-block-media-text .wp-block-media-text__content {
		padding-left: 0;
	}
	
/*  CONTENT - CTA BUTTONS
	--------------------------------------------- */
	
	.content__cta_buttons {
		width: 100%;
		max-width: 1640px;
		margin: 0 auto;
		padding: 0 0 50px;
		border-bottom: 0 solid #eee;
	}
	
	.content__cta_title {
		width: 100%;
		margin-bottom: 30px;
		display: inline-block;
		color: #111111;
		font: 700 28px / 28px 'redhat', sans-serif;
	}
	
	.content__cta_button {
		width: 100%;
		max-width: 320px;
		margin: 0 20px 0 0;
		padding: 30px 50px;
		display: inline-block;
		background: #fff url(../img/icons/icon-arrow-right.svg) no-repeat calc(100% - 30px) center / 14px;
		font: 400 18px / 18px 'redhat', sans-serif;
		-webkit-border-radius: 3px;
	}
	
	.content__cta_button:hover {
		text-decoration: underline;
	}
	
/*  CONTENT - CTA FORM
	--------------------------------------------- */
	
	.content__cta_form {
		max-width: 1600px;
		margin: 50px auto 0;
		padding: 0;
		background: #f2f4f6;
	}
	
	.content__cta_form_img {
		width: 100%;
		max-width: 640px;
		height: 100%;
		object-fit: cover;
		display: inline-block;
		vertical-align: middle;
		-webkit-border-radius: 3px 0 0 3px;
	}
	
	.content__cta_form_contain {
		width: calc(100% - 640px);
		padding: 30px 60px;
		overflow: hidden;
		display: inline-block;
		vertical-align: middle;
	}
	
	.content__cta_form_title {
		width: 100%;
		margin: 0 0 10px;
		display: inline-block;
		font: 400 26px / 40px redhat, sans-serif;
		color: #111111;
	}
	
	.content__cta_form_text {
		display: inline-block;
		margin-bottom: 30px;
		font: 400 16px / 24px redhat, sans-serif;
	}

	.content__cta_form_contain form {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
		background: transparent;
		-webkit-box-shadow: none;
		-webkit-border-radius: 0;
	}
	
	.content__cta_form_contain form p {
		width: calc(33.333333% - 20px);
		margin: 0 20px 10px 0;
		display: inline-block;
	}
	
	.content__cta_form_contain form p label {
		font: 400 16px / 24px redhat, sans-serif;
	}
	
	.content__cta_form_contain form p:nth-of-type(3) {
		margin-right: 0;
	}
	
	.content__cta_form_contain form input[type=email],
	.content__cta_form_contain form input[type=text] {
		background: #fff !important;
	}
	
/*  CONTENT - MODEL
	--------------------------------------------- */
	.content__quicklinks {
		width: 100%;
		max-width: 1640px;
		padding: 20px;
		margin: 0 auto;	
	}

	
	.content__quicklinks_link {
		margin-right: 25px;
		display: inline-block;
		color: #000000;
		font: 400 16px / 24px redhat, sans-serif;
	}
	
	.content__quicklinks_link:hover {
		text-decoration: underline;
	}

/* 	SUBPAGE
	--------------------------------------------- */ 

	.sub .content {
		position: relative;
		z-index: 9;
		background: rgb(238,238,238);
		background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(238,238,238,0) 100%);
	}
	
	.sub .center {
		width: 100%;
		max-width: 1640px;
		min-height: 640px;
		margin: 0 auto;
		padding: 20px 20px 100px;
		font-size: 0;
	}
	
	.sub .content h2 {
		margin: 0 0 30px;
		font: 700 34px / 42px 'redhat', sans-serif !important;
	}
	
	.content__text > p {
		margin-bottom: 15px;
		font: 400 16px / 28px redhat, sans-serif;
	}
	
	.sub .wp-block-image.alignleft {
		margin: 0 60px 30px 0;
		float: left;
	}
	
	.sub .content p {
		font: 400 16px / 28px redhat, sans-serif;
	}

	.sub .content p:last-of-type {
		margin-bottom: 0;
	}
	
	.wp-block-buttons>.wp-block-button {
		margin-top: 20px;
	}
	
	.wp-block-button__link {
		background: #7d704d;
		font: 400 20px / 28px redhat, sans-serif;
	}
	
	.wp-block-button__link:hover {
		background: #97875d;
	}
	
	.content__text ul {
		margin: 10px 0;
	}
	
	.content__text ul li {
		padding-left: 5px;
		margin-left: 20px;
		list-style-type: disc;
		font: 400 16px / 24px redhat, sans-serif;
	}
	
	.sub .content .information img {
		width: 100%;
		max-width: 414px;
		margin: 10px 30px 20px 0;
		float: left;
		-webkit-border-radius: 2px;
	}
	
	.sub .content .information ul,
	.sub .content .description ul {
		margin: 20px 0;
		padding: 0;
	}
	
	.sub .content .information ul > li,
	.sub .content .description ul > li {
		width: 100%;
		padding: 5px 0 5px 20px;
		display: inline-block;
		vertical-align: top;
		position: relative;
		font-size: 18px;
		line-height: 24px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.sub .content .information ul > li:before,
	.sub .content .description ul > li:before {
		content: "";
		width: 6px;
		height: 6px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		background: #000;
		-webkit-border-radius: 300px;
		border-radius: 300px;
	}
	
	.sub .content .description ul > li:nth-of-type(3+n3) {
		margin-right: 0;
	}

	.sub .content > img {
		width: 100%;
		max-width: 300px;
		height: auto;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		align-items: flex-start;
	}
	
	.wp-block-media-text {
		width: 100%;
		margin-top: 30px;
	}
	
	.wp-block-media-text__media img {
		height: auto;
	}

	.sub .content .wp-block-gallery .blocks-gallery-item figure {
		align-items: flex-start;
	}

	.wp-block-gallery.alignright {
		float: right;
		margin-left: 2em;
	}

	.sub .content .wp-block-separator {
		width: 100%;
		height: 1px;
		margin: 20px 0;
		display: inline-block;	
		border: 0;
		background: #eee;
	}

	.sub .content > div > div.contain {
		width: 100%;
		padding: 0;
		display: inline-block;
	}
	
	.sub .content div.contain.full {
		width: 100%;
		margin: 0;
	}
	
	.sub .content > div > div.contain ol li {
		list-style-type: number;
		padding-left: 10px;
	}
	
	.sub .child-pages {
		background: #f2f4f6;
	}
	
	.sub .child-pages-contain {
		width: 100%;
		max-width: 1640px;
		margin: auto;
		padding: 20px;
		font-size: 0;
	}
	
	.sub .child-pages li {
		height: auto;
		margin: 0 20px 0 0;
		display: inline-block;
		line-height: 20px;
	}
	
	.sub .child-pages li a {
		padding: 8px 15px;
		color: #000;
		font: 400 16px / 24px redhat, sans-serif;
		background: none;
	}

	.sub .child-pages li:hover a,
	.sub .child-pages .current_page_item a {
		color: #21a2e4;
		background: none;
		
	}
	
	.contact__blocks {
		width: 100%;
		margin-top: 30px;
		font-size: 0;
	}
	
	.contact__block {
		width: 33.333333333%;
		padding-right: 80px;
		display: inline-block;
		vertical-align: top;
	}
	
	.contact__block p {
		font: 400 16px / 24px redhat, sans-serif;
	}
	
	.contact__block p span {
		min-width: 140px;
		display: inline-block;
		padding-right: 50px;
	}
	
	.contact__block_title {
		margin-bottom: 20px;
		display: inline-block;
		font: 400 22px / 34px redhat, sans-serif;
	}
	
	.contact__contain_map {
		font-size: 0;
		padding: 80px 0;
	}
	
	.contact__contain_map h3 {
		font: 400 26px / 34px redhat, sans-serif;
	}
	
	.contact__contain_map .wpcf7 {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
	
	.contact__contain_map .wpcf7 .wpcf7-form {
		min-height: 640px;
		margin: 0;
	}
	
	.contact__contain_map iframe {
		width: 50%;
		min-height: 640px;
		display: inline-block;
		vertical-align: top;
		background: #fff;
	}
	
/* 	PARENT / CHILDS
--------------------------------------------- */ 
.parent__child_blocks {
	max-width: 1640px;
	margin: 0 auto;
	padding: 0;
}

.parent__child_block { 
	width: calc(25% - 15px);
	margin: 40px 20px 0 0;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	-webkit-transition: ease 200ms all;	
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
	-webkit-border-radius: 3px;
}

.parent__child_block:nth-of-type(4n+4) {
	margin-right: 0;
}

.parent__child_block:nth-of-type(-n+4) {
	margin-top: 0;
}

.parent__child_block:hover {
	transform: scale(.99);
}

.parent__child_image { 
	width: 100%;
	height: 200px;
	object-fit: contain;
	display: block;
	vertical-align: top;
	-webkit-border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #eee;
}
	
.parent__child_title { 
	width: 100%;
	display: inline-block;
	padding: 30px 30px 0;
	font: 700 30px / 38px 'redhat', sans-serif;
	color: #111111;
}

.parent__child_text {
	width: 100%;
	min-height: 136px;
	display: inline-block;
	padding: 10px 30px 30px;
	font: 400 16px / 24px 'redhat', sans-serif;
	color: #111111;
}

.parent__child_cta {
	width: 100%;
	display: inline-block;
	padding: 30px;
	font: 400 16px / 24px 'redhat', sans-serif;
	color: #000;
	background: url(../img/icons/icon-arrow-right.svg) no-repeat calc(100% - 30px) center / 14px;
}

.content__ovis_offers {
	padding: 20px 0;
}
	
/* 	BRAND MODELS
	--------------------------------------------- */ 

	.brand-models {
		margin-top: 30px;
		font-size: 0;
	}

	.brand-models .model {
		width: calc(33.3333333333% - 16px);
		margin: 20px 20px 0 0;
		padding: 30px 20px;
		display: inline-block;
		vertical-align: top;
		overflow: hidden;
		text-align: center;
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(254,254,254,1) 0%, rgba(253,253,253,1) 100%);
		border: 1px solid #f5f5f5;
		-webkit-border-radius: 3px;
		-webkit-transition: ease 100ms all;
	}

	.brand-models .model:nth-of-type(3n+3) {
		margin-right: 0;
	}

	.brand-models .model:nth-of-type(-n+3) {
		margin-top: 0;
	}

	.brand-models .model:hover {
		border: 1px solid #eee;
	}

	.brand-models .model > img {
		width: 200px;
		height: 200px;
		margin: auto;
		display: inline-block;
		vertical-align: top;
		object-fit: cover;
		object-position: center;
		-webkit-border-radius: 300px;
	}

	.brand-models .model .model-title {
		min-height: 120px;
		padding: 30px;
		display: inline-block;
		font: 400 24px / 32px redhat, sans-serif;
	}
	
	.brand-models .model .model-configurator {
		padding: 8px 18px;
		display: inline-block;
		color: #fff;
		background: #21a2e4;
		font: 700 24px / 24px 'redhat', sans-serif;
		-webkit-border-radius: 3px;
		-webkit-transition: ease 100ms all;
	}
	
	.brand-models .model:hover .model-configurator { 
		background: #24b1f9;
	}

	.cta-brand-model {
		margin-top: 50px;
		padding: 0 25px 3px 0;
		display: inline-block;
		background: url(../img/icons/icon-arrow-right.svg) no-repeat right center / 14px;
		color: #292929;
		font: 700 24px / 24px 'redhat', sans-serif;
		-webkit-transition: 200ms color ease;
	}

	.cta-brand-model:hover {
		color: #21a2e4;
	}

/* 	MODEL
	--------------------------------------------- */
	.sub .model .center {
		padding: 20px;
	}
	
	.sub .model > div > div.contain {
		width: 100%;
		margin: 0;
	}
	
	.sub .model .child-pages {
		padding: 0 30px; 
		-webkit-box-shadow: none;
		background: rgba(33, 162, 228, .9);
		-webkit-border-radius: 0;
	}
	
	.sub .model .child-pages .center {
		min-height: 0;
		padding: 0 20px;
	}
	
	.sub .model .child-pages li {
		display: inline-block;
	}
	
	.sub .model .child-pages li a {
		padding: 20px;
		display: inline-block;
		color: #fff;
		font: 400 18px / 28px redhat, sans-serif;
	}
	
	.sub .model .child-pages li.current_page_item a {
		background: #55b6e8;
	}
	
	.sub .model .child-pages li a:hover {
		opacity: .8;
	}
	
	.sub .model .child-pages li:last-of-type {
		margin-right: 0;
	}

	
	
	.sub .model .model-equipment {
		padding: 0 0 60px;	
	}
	
	.sub .model .model-equipment span {
		width: 100%;
		margin-bottom: 20px;
		display: inline-block;
		font: 700 26px / 32px redhat, sans-serif;
	}
	
	.sub .model .model-equipment > div {
		font-size: 0;
	}

	.sub .model .model-equipment > div li {
		width: calc(50% - 20px);
		margin: 10px 20px 0 0;
		padding: 5px 0 5px 35px;
		display: inline-block;
		vertical-align: top;
		-webkit-border-radius: 10px;
		text-align: left;
		background: url('../img/icons/icon-check.svg') no-repeat left center / 18px;
		font: 400 18px / 22px redhat, sans-serif;
	}
	
	.sub .model .model-equipment > div li:nth-child(-n+2) {
		margin-top: 0;
	}
	
	.sub .model .model-equipment > div li:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.sub .model .model-specification {
		padding: 0 0 60px;
		display: flex;
	}
	
	.sub .model .model-specification li {
		width: 20%;
		flex: 1 0 0;
		font: 400 22px / 32px redhat, sans-serif;
	}
	
	.sub .model .model-specification li span {
		width: 100%;
		display: inline-block;
		font: 700 16px / 24px redhat, sans-serif;
	}
	
	.sub .model .model-images {
		height: 177px;
		padding: 0 0 20px;
	}
	
	.sub .model .model-images a {
		width: calc(16.66666666666667% - 10px);
		margin-right: 10px;
		height: auto;
		display: inline-block;		
	}
	
	.sub .model .model-images a img {
		width: 100%;
		height: auto;
		max-height: 177px;
		object-fit: cover;
		-webkit-border-radius: 6px;
	}
	
	.sub .model .model-images a img:hover {
		opacity: .8;
	}
	
	.model-gallery .slbCloseBtn {
		color: #fff;
	}
	
	.sub .model .interested {
		margin: 40px 0 80px 0;
		padding: 80px;
		background: #f9f9f9;
		-webkit-border-radius: 10px;
	}
	
	.sub .model .interested .cta-text,
	.sub .model .interested .form {
		width: calc(50% - 25px);
		display: inline-block;
		vertical-align: top;
		font: 400 16px / 24px 'redhat', sans-serif;
	}
	
	.sub .model .interested .cta-text {
		margin-right: 50px;
		text-align: center;
	}
	
	.sub .model .interested img.thumb {
		width: 100%;
		max-width: 414px;
		height: 414px;
		margin: 0 auto 40px;
		display: inline-block;
		object-fit: cover;
		-webkit-border-radius: 300px;
	}
	
	.sub .model .interested .cta-text .cta-title {
		width: 100%;
		margin-bottom: 20px;
		display: inline-block;
		color: #21a2e4;
		font: 700 34px / 40px 'redhat', sans-serif;
	}

	.sub .model .interested .cta-text a {
		padding-left: 26px;
		font: 400 16px / 16px 'redhat', sans-serif;
		background: no-repeat left center / 20px;
	}
	
	.sub .model .interested .cta-text a.phone {
		margin-right: 20px;
		background-image: url(../img/icons/icon-contact-phone.svg);
	}
	
	.sub .model .interested .cta-text a.mail {
		background-image: url(../img/icons/icon-contact-email.svg);
	}
	
	.sub .model .interested .form .form-title {
		font: 400 24px / 40px 'redhat', sans-serif;	
	}
	
	.sub .model .interested .form .form-title span {
		font: 700 40px / 40px 'redhat', sans-serif;	
		color: #21a2e4;
	}
	
	.sub .model .interested .form form {
		width: 100%;
		max-width: 100%;
		margin-bottom: 0;
	}
	

/* 	BREADCRUMB
	--------------------------------------------- */ 
	#breadcrumbs { 
		width: 100%;
		margin: 0 auto 30px;
		padding: 20px 0 0;
		font: 400 14px / 18px 'redhat', sans-serif;
	}

/*  WP GALLERY & IMAGE
	--------------------------------------------- */ 

	.wp-block-embed {
		margin-top: 1em;
	}

	.wp-video {
		margin: 20px 0;
	}

	.gallery {
		margin-top: 30px;
	}

	.gallery .gallery-item img {
		border: 0 !important;
	}

	img.alignright {
		float:right; 
		margin:0 0 1em 2em
	}
	
	figure.wp-block-gallery {
		margin: 60px 0 0 ;
		gap: 15px;
		display: flex;
	}

	.wp-block-image { 
		margin-bottom: 1em !important;
		margin-top: 1em !important;
		margin: 10px 30px 30px 0;
	}

	.wp-block-image img {	
		-webkit-border-radius: 0;
	}

	.wp-block-image .alignright {
		margin-left: 2.5em !important;
	}

	img.alignleft {
		float:left; 
		margin:0 1em 1em 0
	}

	img.aligncenter {
		display: block; 
		margin-left: auto; 
		margin-right: auto
	}

	a img.alignright {
		float:right; 
		margin:0 0 1em 1em
	}

	a img.alignleft {
		float:left; 
		margin:0 1em 1em 0
	}

	a img.aligncenter {
		display: block; 
		margin-left: auto; 
		margin-right: auto
	}

/* 	ERROR 404
	--------------------------------------------- */ 
	
	div.content.error div.contain {
		width: 100%;
		margin: 150px 0 80px;
		display: inline-block;
		position: relative;
		text-align: center;
	}

	div.content.error div.contain:after {
		content: "404";
		margin: auto;
		position: absolute;
		top: -80px;
		right: 0;	
		left: 0;
		font-size: 50px;
		font-weight: 900;
		
	}

	div.content.error div.contain h2 {
		font-size: 30px;
		line-height: 30px;
		font-weight: 700;
	}

	div.content.error div.contain p {
		margin-top: 20px;
	}
		
/*  SCROLL TOP 
	-------------------------------- */				
	div.scroll-top {
		width: 100%;
		margin-bottom: 40px;
		padding: 0 50px;
		position: relative;
	} 
	
	div.scroll-top span {
		padding-left: 35px;
		background: url('../img/icons/icon-arrow-up.svg') left center / 18px no-repeat;
		cursor: pointer;   
		color: #000;
		font: 400 14px / 16px 'redhat', sans-serif;
	}

	div.scroll-top span:hover {
		text-decoration: underline;
	}

	
/*  SELECT2 
	--------------------------------------------- */

	.select2-dropdown {
		border: 0;
		margin-top: 0;
		-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .07);
	}
	
	.select2-container {
		width: 100% !important;		
	}
	
	.select2-container .selection {
		width: 100%;
		display: inline-block;
	}
	
	.select2-results__option {
		padding-left: 10px;
	}
	
	form#article-add div.block .select2-container,
	form#category .select2-container {
		max-width: 100% !important;
	}

	.select2-container .select2-selection {
		border: 0 solid #D9D9D9;
	}
			
	.select2-container--default .select2-selection .select2-selection__placeholder {
		color: #b5bdc4;
	}
	
	.select2-container .select2-search--inline .select2-search__field {
		margin-top: 12px;
		font: 400 16px / 16px redhat, sans-serif;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
	.select2-container--default .select2-selection {
		padding-left: 0;
	}
	
	.select2-container--default .select2-selection--multiple .select2-selection__choice {
		margin-top: 7px;
		font: 400 16px / 24px redhat, sans-serif;
		background: #f1f1f1;
	}
	
	.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
		padding-top: 2px;
		font: 400 16px / 24px redhat, sans-serif;
	}
	
	.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
		font: 400 16px / 28px redhat, sans-serif;
	}
	
	.select2-container--default.select2-container--focus .select2-selection--multiple {
		border: 1px solid #D9D9D9;
	}
	
	.select2-container--default .select2-selection .select2-selection__arrow b {
		display: none;
	}

	.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
		background-color: #21a2e4;
	}

	.select2-container--default .select2-search--dropdown .select2-search__field {
		border: 1px solid #D9D9D9;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		height: auto;
		padding: 6px 30px 6px 10px;
		font-size: 16px;
		border: 1px solid #ddd;
		-webkit-border-radius: 3px;
	}
	
	.select2-container .select2-selection {
		background: url('../img/icons/icon-arrow-down.svg') no-repeat calc(100% - 11px) 13px / 16px;
	}

/*  OVIS PRESENTATIONS
    --------------------------------------------- */
	
	.ovis-presentations {
		margin-top: -70px;
		font-size: 0;
	}
	
	.ovis-presentations .content__title {
		max-width: 100%;
		margin: -70px 0 0;
		padding: 0 0 30px;
		color: #fff;
		position: relative;
		z-index: 1001;
		letter-spacing: 2px;
	}
	
	.ovis-presentations .content__title:before {
		content: "";
		width: 100%;
		height: 100px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
		background: rgb(0,0,0);
		background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
	}	
	
	.ovis-presentations .content__title > span {
		max-width: 1640px;
		margin: 0 auto;
		display: block;
		padding-left: 430px;
		font: 400 42px / 40px redhat, sans-serif;
	}
	
	.ovis-presentations__contain {
		max-width: 1640px;
		padding: 30px;
		margin: 0 auto;
		position: relative;
		z-index: 1002;
	}

/*  OVIS PRESENTATIONS - FILTERS
    --------------------------------------------- */

	.ovis-presentations__filters {
		width: 100%;
		max-width: 350px;
		min-height: 300px;
		margin-bottom: 30px;
		padding-bottom: 15px;
		position: absolute;
		top: -108px;
		left: 20px;
		z-index: 1003;
		overflow: hidden;
		background: #fff;
		-webkit-border-radius: 10px;
		-webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .025);
	}
	
	.ovis-presentations__filters.cloned {
		position: fixed;
		top: 100px;
		display: none;
	}
	
	.ovis-presentations__filters_title {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px 30px;
		display: inline-block;
		background: #000;
		color: #fff;
		font: 700 32px / 40px redhat, sans-serif;
	}
	
	.ovis-presentations__filters_title > span {
		width: 100%;
		display: inline-block;
		font: 400 18px / 30px redhat, sans-serif;
	}
	
	.ovis-presentations__filter {
		width: 100%;
		padding: 0 30px;
		margin-bottom: 20px;
		display: inline-block;
		position: relative;
	}
	
	.ovis-presentations__filter.multipleselect {
		width: 100%;
	}
	
	.ovis-presentations__filter.multipleselect + .select2-container {
		width: calc(100% - 40px) !important;
		margin-left: 40px;
	}
	
	.ovis-presentations__filter.multipleselect + .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
		color: #111111;
	}
	
	.ovis-presentations__filter label {
		margin: 5px 0 15px;
		font: 400 16px / 24px redhat, sans-serif;
	}
	
/*  OVIS PRESENTATIONS - ACTIONS
    --------------------------------------------- */

	.ovis-presentations__actions {
		width: 100%;
		margin-bottom: 30px;
		text-align: right;
		font-size: 0;
	}
	
	.ovis-presentations__actions_contain {
		width: 100%;
		height: 38px;
		padding: 0 20px;
		display: inline-block;
		-webkit-border-radius: 2px;
	}
	
	.ovis-presentations__actions.bottom {
		margin-top: 30px;
	}
	
	.ovis-presentations__actions_totalitems { 
		padding: 10px 0;
		display: inline-block;
		font-size: 16px;
	}
	
	.ovis-presentations__actions_pagination {
		padding: 10px 20px 10px 0;
		display: inline-block;
		margin-right: 20px;
		border-right: 1px solid #eee;
	}
	
	.ovis-presentations__actions_pagination .pagination-link {
		margin: 0 10px;
		display: inline-block;
		cursor: pointer;
		font-size: 16px;
	}
	
	.ovis-presentations__actions_pagination .pagination-link:hover:not(.disabled) {
		text-decoration: underline;
	}
		
	.ovis-presentations__actions_pagination .pagination-link.disabled {
		pointer-events: none;
		opacity: .5;
	}
	
	.ovis-presentations__actions_pagination .pagination-seperator,
	.ovis-presentations__actions_pagination .pagination-item {
		font-size: 16px;
		margin: 0 3px;
	}
	
	.ovis-presentations__actions_pagination .pagination-item {
		padding: 2px 8px;
		margin: 0;
		-webkit-border-radius: 3px;
	}
	
	.ovis-presentations__actions_pagination .pagination-item.active {
		color: #fff;
		background: #21a2e4;
	}
	
	.ovis-presentations__actions_pagination .pagination-item:hover {
		color: #21a2e4;
		cursor: pointer;
	}
	
	.ovis-presentations__actions_sort {
		margin-right: 30px;
		padding: 10px 20px 10px 0;
		display: none;
		vertical-align: top;
		border-right: 1px solid #eee;
	}
	
	.ovis-presentations__actions_sort select {
		width: auto;
		background: transparent;
		border: 0;
		padding: 0 0 0 20px;
		font: 400 16px / 20px redhat, sans-serif;
		background: url('../img/icons/icon-arrow-down.svg') no-repeat left center / 10px; 
		color: #000;
		text-align: right;
	}
	
	.ovis-presentations__actions_sort select + .select2-container--default .select2-selection--single {
		background: none;
		border: 0;
	}
	
	.ovis-presentations__actions_sort select + .select2-container--default .select2-selection--single .select2-selection__rendered {
		padding: 0;
		border: 0;
		line-height: 20px;
		padding-left: 20px;
		background: url('../img/icons/icon-arrow-down.svg') no-repeat left center / 10px; 
		font-size: 16px;
	}
	
	.ovis-presentations__actions_sort select option {
		text-align: left;
	}
	
/*  OVIS PRESENTATIONS - LISTING
	--------------------------------------------- */

	.ovis-presentations__listing {
		width: calc(100% - 400px);
		margin-left: 400px;
		min-height: 800px;
		display: inline-block;
	}
	
	.ovis-presentations__listing.loading {
		background: url('../img/icons/icon-loading.svg') no-repeat center 100px / 80px; 
	}
	
	.ovis-presentations__listing_nothingfound {
		padding: 100px 0;
		text-align: center;
		font: 700 24px / 32px redhat, sans-serif;
		position: relative;
	}
	
	.ovis-presentations__listing_nothingfound > span {
		width: 100%;
		margin-top: 5px;
		display: inline-block;
		font: 400 18px / 26px redhat, sans-serif;
	}

	.ovis-presentations__listing_presentation {
		width: calc(33.333333333333333% - 34px);
		margin: 40px 40px 0 0;
		display: inline-block;
		vertical-align: top;
		position: relative;
		text-decoration: none;
		cursor: pointer;
		overflow: hidden;
		background: #fff;
		-webkit-border-radius: 10px;
		-webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .025);
		-webkit-transition: ease box-shadow 200ms;
	}
	
	.ovis-presentations__listing_presentation:nth-of-type(-n+3) {
		margin-top: 0;
	}
	
	.ovis-presentations__listing_presentation:nth-of-type(3n+3) {
		margin-right: 0;
	}
	
	.ovis-presentations__listing_presentation:hover .ovis-presentations__listing_presentation_content {
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	}
	
	.ovis-presentations__listing_presentation:last-of-type {
		margin-bottom: 0;
	}
	
	.ovis-presentations__listing_presentation .image-contain {
		overflow: hidden;
		background: #fff;
		-webkit-border-radius: 2px 2px 0 0;
	}
	
	.ovis-presentations__listing_presentation .thumbs {
		width: 100%;
		max-width: 755px;
		padding: 0;
		display: inline-block;
		vertical-align: top;
	}
	
	.ovis-presentations__listing_presentation .thumb {
		width: 100%;
		height: 280px;
		display: inline-block;
		vertical-align: top;
		background: no-repeat center / cover;
		-webkit-transition: 200ms ease transform;
	}
	
	.ovis-presentations__listing_presentation:hover .thumb {
		transform: scale(1.1);
	}	

	.ovis-presentations__listing_presentation_content {
		width: 100%;
		margin: 0;
		padding: 30px 0;
		display: inline-block;
		vertical-align: top;
		position: relative;
		background: #fff;
		z-index: 10;
		-webkit-border-radius: 0 0 3px 3px;
		-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .035);
	}

	.ovis-presentations__listing_presentation_content_brand {
		width: 100%;
		margin-bottom: 5px;
		padding: 0 30px;
		display: inline-block;
		font: 700 32px / 40px 'redhat', sans-serif;
	}	
	
	.ovis-presentations__listing_presentation_content_title {
		width: 100%;
		min-height: 60px;
		margin-bottom: 10px;
		padding: 0 30px;
		display: inline-block;
		font: 400 18px / 30px 'redhat', sans-serif;
	}

	.ovis-presentations__listing_presentation_content span.price {
		width: 100%;
		margin-top: 0;
		padding: 0 30px;
		display: inline-block;
		font: 400 24px / 24px redhat, sans-serif;
		color: #21a2e4;
	}
	
	.ovis-presentations__listing_presentation_content .specifications {
		width: 100%;
		margin-bottom: 25px;
		padding: 0 30px;
		display: inline-block;
	}
	
	.ovis-presentations__listing_presentation_content .specifications {
		font: 400 16px / 24px redhat, sans-serif;
	}
	
	.ovis-presentations__listing_presentation_content .cta {
		width: 40px;
		height: 40px;
		position: absolute;
		bottom: 20px;
		right: 20px;
		background: url('../img/icons/icon-arrow-cta.svg') no-repeat center / 16px; 
		-webkit-border-radius: 300px;
		-webkit-transform: all 300ms ease;
	}
	
	.ovis-presentations__listing_presentation:hover .ovis-presentations__listing_presentation_content .cta {
		right: 15px;
	}
	
	div.articles-loading {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2011;
		background: #fff;
		display: none;
	}

	div.articles-loading span {
		width: 100px;
		height: 100px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1001;
		background: url('../img/icons/icon-loading.svg') no-repeat center / 100px; 
	}
	
	.content.presentation #breadcrumbs {
		text-align: center;
	}
	
	.content.presentation .matterport-container {
		position: relative;
	}
	
	.content.presentation .matterport-overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;	
		background: rgba(0, 0, 0, .3);
		cursor: pointer;
		-webkit-transition: ease 200ms background;
	}
	
	.content.presentation .matterport-overlay:hover {
		background: rgba(0, 0, 0, .1);
	}
	
	.content.presentation iframe.matterport {
		width: 100%;
		height: 500px;		
	}
	
	#lightSliderDetail {
		margin: 0;
	}
	
	#lightSliderDetail li {
		padding: 0;
	}
	
	#lightSliderDetail li img {
		width: 100%;
		object-fit: cover;
		display: inline-block;
		vertical-align: top;
		-webkit-border-radius: 6px;
	}

	.presentation-detail-specs {
		width: calc(50% - 50px);
		height: 744px;
		padding: 50px;
		margin-left: 50px;
		display: inline-block;
		vertical-align: top;
		position: relative;
		background: #f9f9f9;
		-webkit-border-radius: 6px;
	}

	
	.content.presentation h1 {
		width: 100%;
		position: static;
		text-align: left;
		font: 400 50px / 60px 'redhat', sans-serif;
		color: #111111;
	}
	
	.content.presentation h1 span {
		width: 100%;
		display: inline-block;
		font-size: 30px;
		font-weight: 400;
	}
	
	.content.presentation .not-found {
		margin-bottom: 50px;
		display: inline-block;
		font: 400 40px / 40px 'redhat', sans-serif;
	}
	
	.content.presentation h2 {
		margin: 50px 0 15px;
		font: 700 36px / 44px 'redhat', sans-serif;
	}
	
	.content.presentation .images div {
		width: 100%;
		height: 640px;
		background-size: cover;
		background-position: center;
		cursor: pointer;
		-webkit-transition: 200ms transform ease;
	}
	
	.presentation-detail-image {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		position: relative;
		overflow: hidden;
		background: #fff;
		-webkit-border-radius: 3px 0 0 3px;
	}
	
	.presentation-detail-image .button-full-screen {
		width: 50px;
		height: 50px;
		position: absolute;
		bottom: 20px;
		right: 20px;
		z-index: 100;
		cursor: pointer;
		background: url(../img/icons/icon-fullscreen.svg) no-repeat center / 30px;
	}
	
	.presentation-detail-image .button-full-screen:hover {
		transform: scale(.975);
	}
	
	.content.presentation .specifications div.contain {
		display: grid;
		grid-template-columns: repeat(3, calc(33.3333333% - 20px) [col-start]);
		row-gap: 20px;
		column-gap: 30px;
		color: #fff;
	}
	
	.content.presentation .specifications div.contain span.field {
		width: 100%;
		margin-bottom: 5px;
		display: inline-block;
		color: #000;
		font: 400 16px / 20px 'redhat', sans-serif;
	}
	
	.content.presentation .specifications div.contain span.value {
		font: 400 26px / 34px 'redhat', sans-serif;
		color: #000;
	}
	
	.content.presentation .specifications .spec.price {
		width: 100%;
		margin-bottom: 30px;
		display: inline-block;
	}
	
	.content.presentation .specifications .spec.price .value {
		font: 700 32px / 40px 'redhat', sans-serif;
		color: #21a2e4;
	}
	
	.content.presentation {
		font-size: 0;
	}
	
	.content.presentation .accessoires {
		background: #fff;
		margin-top: 60px;
		padding: 50px; 
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .015);
		-webkit-border-radius: 3px;
	}
	
	.content.presentation .accessoires h2 {
		margin-top: 0;
	}
	
	.content.presentation .accessoires .accessoires-contain {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
		row-gap: 50px;
		column-gap: 50px;
	}
	
	.content.presentation .accessoires .accessory.double .list-block {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	
	.content.presentation .accessoires .accessory.double .list-block {
		width: 50%;
	}
	
	.content.presentation .accessoires .title {
		width: 100%;
		margin-bottom: 15px;
		display: inline-block;
		font: 400 26px / 34px 'redhat', sans-serif;
		color: #111111;
		
	}
	
	.content.presentation .accessoires .value {
		width: 100%;
		display: inline-block;
		margin-bottom: 5px;
		padding-left: 0;
		font: 400 16px / 24px 'redhat', sans-serif;
	}
		
	.content.presentation .description {
		width: 50%;
		min-height: 484px;
		margin-top: 60px;
		padding: 50px; 
		display: inline-block;
		vertical-align: top;
		background: #fff;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .015);
		-webkit-border-radius: 3px;
	}
	
	.content.presentation .description.video { 
		width: calc(50% - 40px);
		margin: 40px 40px 0 0;
	}
	
	.content.presentation .media {
		width: calc(50% - 60px);
		height: 445px;
		margin-top: 90px;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}
	
	.content.presentation .media:before {
		width: calc(100% + 10px);
		height: calc(100% + 100px);
		content: '';
		position: absolute;
		bottom: -50px;
		left: 50px;
		z-index: -1;
		background: rgb(40,56,98);
		background: radial-gradient(circle, rgba(40,56,98,1) 0%, rgba(25,35,62,1) 100%);
		-webkit-border-radius: 2px;
	}
	
	.content.presentation .media iframe {
		width: 100%;
		height: 445px;
	}
	
	.content.presentation .description h2 {
		margin-top: 0;
	}
	
	.content.presentation .interested {
		width: 50%;
		margin-top: 120px;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	
	.content.presentation .interested .cta-text {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		font: 400 16px / 24px 'redhat', sans-serif;
	}
	
	.content.presentation .interested .cta-text {
		text-align: center;
	}
	
	.content.presentation .interested img.thumb {
		width: 100%;
		max-width: 320px;
		height: 320px;
		margin: 0 auto 20px;
		display: inline-block;
		object-fit: cover;
		-webkit-border-radius: 300px;
	}
	
	.content.presentation .interested .cta-text .cta-title {
		width: 100%;
		margin-bottom: 20px;
		display: inline-block;
		color: #111111;
		font: 700 34px / 40px 'redhat', sans-serif;
	}

	.content.presentation .interested .cta-text a {
		padding-left: 26px;
		font: 400 16px / 16px 'redhat', sans-serif;
		background: no-repeat left center / 20px;
	}
	
	.content.presentation .interested .cta-text a.phone {
		margin-right: 20px;
		background-image: url(../img/icons/icon-contact-phone.svg);
	}
	
	.content.presentation .interested .cta-text a.mail {
		background-image: url(../img/icons/icon-contact-email.svg);
	}
	
	.content.presentation .interested .form .form-title {
		font: 400 24px / 40px 'redhat', sans-serif;	
	}
	
	.content.presentation .interested .form .form-title span {
		font: 700 40px / 38px 'redhat', sans-serif;	
		color: #111111;
	}
	
	.content.presentation .interested .form form {
		width: 100%;
		max-width: 100%;
	}
	
	.cta-contain {
		position: absolute;
		bottom: 50px;
		left: 50px;
	}
	
	.cta-button {
		width: auto;
		margin: 30px 10px 0 0;
		padding: 10px 25px 10px 50px;
		display: inline-block;
		position: relative;
		background: #e49421 no-repeat 15px center / 22px;
		color: #fff;
		cursor: pointer;
		text-align: center;
		font: 400 19px / 27px 'redhat', sans-serif;
		-webkit-transition: all 150ms ease;
		transition: all 150ms ease; 
		-webkit-border-radius: 6px;
	}
	
	.cta-button.contact { 
		background-image: url('../img/icons/icon-cta-contact.svg');
	}
	
	.cta-button.video { 
		background-image: url('../img/icons/icon-cta-video.svg');
	}
	
	.cta-button.p360 { 
		background-image: url('../img/icons/icon-cta-360.svg');
	}
	
	.cta-button:hover {
		background-color: #e48c0d;
	}

	.cta-button:last-of-type {
		margin-right: 0;
	}	
		
	.back-to-listing {
		width: 100%;
		margin-top: 50px;
	}
	
	.back-to-listing.top {
		margin: 0 0 30px;
	}
	
	.back-to-listing.bottom {
		text-align: center;
	}
	
	.back-to-listing > a {
		width: auto;
		margin: 0;
		padding: 10px 25px 10px 50px;
		display: inline-block;
		position: relative;
		background:  url('../img/icons/icon-arrow-left.svg') no-repeat 15px center / 22px;
		color: #111111;
		text-align: center;
		font: 400 22px / 30px 'redhat', sans-serif;
		-webkit-transition: all 150ms ease;
		transition: all 150ms ease; 
		-webkit-border-radius: 3px;
	}
	
	.back-to-listing > a:hover {
		text-decoration: underline;
	}
	
/*	USP
	--------------------------------------------- */
	.content__usps {
		font-size: 0;
	}
	
	.content__usps_contain {
		max-width: 1540px;
		padding: 50px 20px;
		margin: 0 auto;
	}
	
	.content__usps_usp {
		width: 33.3333333333%;
		padding: 20px 50px 20px 100px;
		display: inline-block;
		vertical-align: top;
		background:  url('../img/icons/icon-usp.svg') no-repeat left center / 70px;
	}
	
	.content__usp_title {
		margin-bottom: 5px;
		display: inline-block;
		color: #7d704d;
		font: 700 22px / 30px 'redhat', sans-serif;
	}
	
	.content__usps_usp > p {
		font: 400 15px / 23px 'redhat', sans-serif;
	}
	
	#footer__image {
		width: 100%;
		height: 500px;
		position: relative;
		transform-style: preserve-3d;
	}
	
	#footer__image::after {
		content: " ";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../img/footer.jpg) no-repeat top / 100%;
		background-attachment: fixed;
		z-index: -1;
	}
	

/*  FOOTER
    --------------------------------------------- */  
	#footer {
		background: #f9f9f9;
		font-size: 0;
	}

	.footer__navigation {
		max-width: 1640px;
		padding: 20px;
		margin: 0 auto;
	}

	.footer_navigation_company {
		width: 100%;
		margin-top: 50px;
		padding: 50px;
		display: inline-block;
		vertical-align: top;	
		position: relative;
		background: rgb(71,172,225);
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%);
		-webkit-border-radius: 10px 0 0 10px;
		-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .05);
	}
	
	.footer_navigation_company_logo {
		width: 20%;
		height: 100px;
		margin-right: 30px;
		display: inline-block;
		vertical-align: top;
		background: url('../img/logo.png') no-repeat left top / 250px auto;
	}
	
	.footer_navigation_company_block {
		width: 20%;
		margin-right: 30px;
		display: inline-block;
		vertical-align: top;
	}
	
	.footer_navigation_company_block_title {
		width: 100%;
		margin-bottom: 15px;
		display: inline-block;
		font: 700 16px / 30px 'redhat', sans-serif
	}
	
	.footer_navigation_company_block > p,
	.footer_navigation_company_block > a {
		color: #000;
		font: 400 14px / 26px 'redhat', sans-serif;
	}
	
	.footer_navigation_company_block > a:hover {
		text-decoration: underline;
	}
	
	.footer_navigation_company_contact_icon {
		width: 100%;
		margin-bottom: 5px;
		padding-left: 35px;
		display: inline-block;
		color: #000;
		font: 400 16px / 26px 'redhat', sans-serif;
		background: no-repeat left center / 20px;
	}
	
	.footer_navigation_company_contact_icon.phone {
		background-image: url('../img/icons/icon-contact-phone.svg')
	}
	
	.footer_navigation_company_contact_icon.email {
		margin-bottom: 20px;
		background-image: url('../img/icons/icon-contact-email.svg');
	}
			
	.footer_navigation_company_social {
		position: absolute;
		top: 55px;
		right: 50px;
		
	}
	
	.footer_navigation_company_social_icon {
		width: 30px;
		height: 30px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		background: no-repeat center / 30px;
		-webkit-transition: ease 100ms all;
	}
	
	.footer_navigation_company_social_icon:hover {
		scale: .95;
	}
	
	.footer_navigation_company_social_icon:last-child {
		margin-right: 0;
	}
	
	.footer_navigation_company_social_icon.facebook {
		background-image: url('../img/icons/icon-social-facebook.svg')
	}
	
	.footer_navigation_company_social_icon.instagram {
		background-image: url('../img/icons/icon-social-instagram.svg');
	}
		
	.footer_navigation_company_social_icon.whatsapp {
		background: #1bd641 url('../img/icons/icon-social-whatsapp.svg') no-repeat center / 60%;
		-webkit-border-radius: 100%;
	}
	
	.footer__navigation_contain {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	
	.footer__navigation_about {
		width: 50%;
		padding: 0 50px;
		margin-top: 20px;
		display: inline-block;
		vertical-align: top;
	}
	
	.footer__navigation_about_img {
		width: 240px;
		height: 240px;
		float: right;
		margin: 0 0 20px 40px;
		object-fit: cover;	
		-webkit-border-radius: 300px;
	}
	
	.footer__navigation_about_title {
		margin-bottom: 15px;
		display: inline-block;
		color: #7d704d;
		font: 700 34px / 44px 'redhat', sans-serif;
	}
	
	.footer__navigation_about_title > span {
		width: 100%;
		display: inline-block;
		color: #000;
		font: 400 20px / 34px 'redhat', sans-serif;
	}
	
	.footer__navigation_about > p {
		font: 400 15px / 23px 'redhat', sans-serif;
	}
	
	.footer__navigation_row {
		width: 50%;
		padding: 0 50px;
		margin-top: 20px;
		display: inline-block;
		vertical-align: top;
	}

	.footer__navigation_block {
		width: calc(50% - 16px);
		margin: 20px 20px 0 0;
		display: inline-block;	
		vertical-align: top;
	}
	
	.footer__navigation_block:nth-of-type(-n+2) {
		margin-top: 0;
	}
	
	.footer__navigation_block:nth-of-type(2n+2) {
		margin-right: 0;
	}
	
	.footer__navigation_block_title {	
		width: 100%;
		display: inline-block;
		color: #000;
		font: 700 16px / 30px 'redhat', sans-serif;
	}
	
	.footer__navigation_block ul li a {
		color: #000;
		font: 400 14px / 26px 'redhat', sans-serif;
	}
	
	.footer__navigation_block ul li a:hover {
		text-decoration: underline;
	}
	
	.footer__navigation_block p {
		color: #e1e1d7;
		font: 400 16px / 26px 'redhat', sans-serif;
	}
	
	.footer__navigation_bottom {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 10px 20px;
		display: inline-block;
		background: rgba(249,249,249, .1);
		text-align: center;
		-webkit-border-radius: 2px;
	}
	
	.footer__navigation_bottom > span {
		display: inline-block;
		margin: 0 10px;
		color: #000;
		font: 400 14px / 24px 'redhat', sans-serif;
	}
	
	.footer__navigation_bottom p,
	.footer__navigation_bottom a {
		margin: 0;
		color: #000;
		display: inline-block;
		font: 400 14px / 24px 'redhat', sans-serif;
	}
	
/*  MEDIA QUERIES
    --------------------------------------------- */

	@media only screen and (min-width: 0) and (max-width: 1600px) {
				
		.categories {
			margin: 0 auto 0;
		}
		
		div.content .seo-description {
			margin-top: 0;
		}
		
		.sub .center {
			padding: 20px;
		}
		
		nav ul > li a {
			padding: 15px;
			font: 400 16px / 16px 'redhat', sans-serif
		}
		
	}
	
	@media only screen and (min-width: 0) and (max-width: 1440px) {
		
		.nav-contain {
			height: 150px;
		}
		
		nav.menufixed,
		nav.original,
		nav.cloned ul {
            display: none;
        }
		
		#nav-button-mobile {
			display: inline-block;
		}
		
	}
		
	@media only screen and (min-width: 0) and (max-width: 1280px) {
		
		.content__contain {
			padding-bottom: 0;
		}
		
		.content__items_item:nth-of-type(n) {
			width: calc(33.33333333% - 14px);
			margin: 20px 20px 0 0;
		}
		
		.content__items_item:nth-of-type(-n+3) {
			margin-top: 0;
		}
		
		.content__items_item:nth-of-type(3n+3) {
			margin-right: 0;
		}
		
		.parent__child_block:nth-of-type(n) {
			width: calc(50% - 10px);
			margin: 20px 20px 0 0;
		}
		
		.parent__child_block:nth-of-type(-n+2) {
			margin-top: 0;
		}
		
		.parent__child_block:nth-of-type(2n+2) {
			margin-right: 0;
		}
		
		.usp-contain {
			padding: 120px 40px;
			background: #f2f4f6;
		}
		
		.content .center.about,
		.content .center.offer,
		.content .center.dealer {
			padding: 20px;
		}
		
		.content .center.about .right {
			width: 100%;
			padding: 0;
		}
		
		.content .center.about .left {
			display: none;
		}
		
		.sub .model .interested {
			padding: 0;
		}
		
		.sub .model .interested img.thumb {
			max-width: 100%;
			-webkit-border-radius: 0;
		}
		
		.sub .model .interested .cta-text {
			width: 100%;
			margin: 0 0 30px 0;
			padding: 0;
		}
		
		.sub .model .interested .form {
			width: 100%;
			margin: 0;
			text-align: center;
		}
		
		.sub .model .interested .form .form-title span {
			font: 700 30px / 30px 'redhat', sans-serif;
		}
		
		.sub .model .model-about {
			padding: 40px 0;
		}
		
		.sub .model .model-equipment {
			padding: 0 0 40px;
		}
		
		.sub .model .model-equipment > div li {
			width: 100%;
			margin-bottom: 10px;
		}
		
		.sub .model .model-specification {
			padding: 0 0 40px;
			display: inline-block;
		}
		
		.sub .model .model-specification li {
			width: 50%;
			margin-bottom: 20px;
			display: inline-block;
		}
		
		.sub .model .model-images {
			display: inline-block;
			padding: 0 0 40px;
		}
		
		.sub .model .model-images a {
			width: calc(25% - 10px);
			margin-bottom: 20px;
			display: inline-block;
		}
		
		.sub .model .model-images a:nth-child(4n+4) {
			margin-right: 0;
		}
		
		.ovis-presentations__listing_presentation:nth-child(n) {
			width: calc(50% - 10px);
			margin: 10px 30px 0 0;
		}
		
		.ovis-presentations__listing_presentation:nth-child(2n+2) {
			width: calc(50% - 20px);
			margin-right: 0;
		}
		
		.content__cta_form_img {
			display: none;
		}
		
		.content__cta_form_contain {
			width: 100%;
			padding: 30px 20px;
		}
		
		.footer__navigation_block {
			width: calc(50% - 30px);
		}
		
		.footer__navigation_block {
			margin-bottom: 20px;
		}
		
	}

	@media only screen and (min-width: 0) and (max-width: 960px) {  
		
		.content__text_img {
			width: 100%;
			max-width: 100%;
			height: 200px;
			object-fit: cover;
		}
		
		.content__items_item:nth-of-type(n) {
			width: calc(50% - 10px);
			margin: 20px 20px 0 0;
		}
		
		.content__items_item:nth-of-type(-n+2) {
			margin-top: 0;
		}
		
		.content__items_item:nth-of-type(2n+2) {
			margin-right: 0;
		}

		.sub .content > div > div.contain {
			width: 100%;
			margin: 0 0 30px;
		}
		
		.sub .content h1 {
			font: 700 32px / 38px redhat, sans-serif;
		}
		
		.ovis-presentations__listing_presentation .thumb {
			height: 200px;
		}
		
		.content.presentation .description {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 20px;
		}
		
		.content.presentation .interested {
			width: 100%;
			margin-top: 30px;
			padding: 20px;
		}
		
		.presentation-detail-image {
			width: 100%;
			margin: 0 0 30px;
		}
		
		.presentation-detail-specs {
			width: 100%;
			height: auto;
			margin: 0;
			background: transparent;
			padding: 20px 20px 90px;
		}
		
		.cta-contain {
			left: 20px;
			bottom: 20px;
		}
		
		.footer_navigation_company,
		.footer__navigation_block {
			width: 100%;
		}
		
		.footer_navigation_company {
			background: url('../img/logo.png') no-repeat 0 0 / 320px auto;
		}

    }
	
	@media only screen and (min-width: 0) and (max-width: 768px) {
		
		.content__cta_button {
			width: 100%;
			max-width: 100%;
			margin-bottom: 10px;
		}
		
		.content__cta_button:last-of-type {
			margin-bottom: 0;
		}
		
		.sub .child-pages li {
			width: calc(33.33333333% - 30px);
			vertical-align: top;
		}
		
		.sub .child-pages li a {
			text-align: left;
		}
		
		.sub .model .model-images a:nth-child(n) {
			width: calc(50% - 10px);
			margin-right: 20px;
		}
		
		.sub .model .model-images a:nth-child(2n+2) {
			margin-right: 0;
		}

	}
	
	@media only screen and (min-width: 0) and (max-width: 640px) {
		
		.welcome {
			width: 100%;
			min-width: 100%;
			margin: 0;
		}
		
		.welcome h1 {
			font-size: 24px;
		}
		
		.welcome h1 span {
			font: 700 32px / 40px 'redhat', sans-serif
		}
		
		.welcome h2 {
			margin-bottom: 0;
			font: 400 16px / 24px 'redhat', sans-serif
		}
								
		.header .slogan { 
			width: 100%;
			padding: 15px 0 0;
			border-top: 1px solid #eee;
			position: static;
			color: #183864;
			font-size: 20px;
			line-height: 32px;
		}
		
		.header .slogan span {
			font-size: 30px;
		}
		
		.parent__child_block:nth-of-type(n) {
			width: 100%;
			margin: 0 0 20px 0;
		}
		
		.content__items_item:nth-of-type(n) {
			width: 100%;
			margin: 20px 0 0 0;
		}	
		
		.sub .child-pages li {
			width: calc(50% - 10px);
		}
		
		.sub .child-pages li:nth-of-type(2n+2) {
			margin-right: 0;
		}
		
		.sub .child-pages li a {
			padding: 10px 0;
		}
		
		.content .center.about .right h2 {
			font-size: 30px;
			line-height: 40px;
		}
		
		.content .center.dealer h3 {
			font-size: 30px;
		}
		
		.content__cta_form_contain form p {
			width: 100%;
			margin: 0 0 10px 0;
		}
		
	}
	
	@media only screen and (min-width: 0) and (max-width: 640px) {
	
		.filters {
			max-width: 100%;
			margin-bottom: 30px;
		}
		
		.ovis-presentations__listing {
			width: 100%;
			margin: 0;
		}
		
		.actions {
			margin-bottom: 10px;
			height: auto;
			display: inline-block;
		}
		
		.actions > div {
			margin: 0 0 10px;
		}
		
		.actions .pagination .pagination-link:first-child {
			margin-left: 0;
		}
		
		.content.presentation .specifications div.contain {
			grid-template-columns: repeat(2, calc(50% - 20px) [col-start]);
		}
		
	}
    
    @media only screen and (min-width: 0) and (max-width: 500px) {
		
		.sub .model .model-specification li {
			width: 100%;
			margin-bottom: 10px;
		}
		
		.ovis-presentations__listing_presentation:nth-child(n) {
			width: 100%;
			margin: 10px 0 0 0;
		}
		
    }
	
	@media only screen and (min-width: 0) and (max-width: 413px) {
		
		.header .logo {
			max-width: 100%;
			position: static;
			display: inline-block;
		}
		
		.nav-contain {
			width: 100%;
			max-width: 160px;
			height: 100px;
			margin: 0 auto;
			padding: 0;
			display: block;
			position: relative;
		}
		
		#nav-button-mobile {
			right: 0 !important;
		}
		
	}