@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
	overflow-X: hidden;
}
#page{
	overflow:hidden;
}
.dblock {
	display: none;
}
/******************header area css*******************/
.header-area{
	background:#fff;
	padding:10px 0px;
}
.desktop-nav {
	padding:0px;
	background:none;
}
.desktop-nav .navbar-nav li.nav-item {
	padding:0px 35px;
}
.desktop-nav .navbar-nav li.nav-item a.nav-link{
	font-family: 'BentonSansBold';
	color:#111111;
	font-size:14px;
	letter-spacing: 0.75px;
}
.desktop-nav .navbar-nav li.nav-item a.nav-link:hover{
	color:#111111;
}
.desktop-nav a.common-green-button{
	margin-left:5px;
}
.desktop-nav a.common-green-button{
	margin-left:5px;
}

/******************header area css end*******************/

/******************Banner css*******************/
.home-banner{
	position:relative;
}
.right-side-area{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100%;
}
.right-side-area:after{
	width:1px;
	height:185px;
	background:#111111;
	position:absolute;
	top:0px;
	content:'';
	left:50%;
	transform:translateX(-50%);
}
.right-side-area ul li{
	display:inline-block;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.right-side-area ul li:hover{
	transform: scale(1.25);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.right-side-area ul li a{
	color:#111111;
	font-family: 'BentonSansRegular';
}
.right-side-area ul li a:hover{
	color:#121212;
}
.banner-slider-area{
	width:calc(100% - 100px);
	margin-right:0px;
	margin-left:auto;
}
.each-slide-background{
	padding-left:6%;
}
.slide-content{
	padding:42% 0px 40%;
}
.slide-content h1 em{
	font-family: 'BentonSansRegular';
}
.slide-content a.common-green-button{
	background:#fff;
	color:#121212;
	border:#fff;
	margin-top:0px;
}
.slide-content a.common-green-button:hover{
	background:#111111;
	color:#fff;
}
.right-side-area .rotate-div{
	height: 100%;
	transform: rotate(-90deg);
	position: relative;
	top: 29%;
}
.right-side-area ul{
	white-space: nowrap;
	position: relative;
	text-align: center;
	top: 48%;
}
.right-side-area ul li{
	margin:0px 25px;
}
.right-side-area ul li span{
	margin-right:10px;
}
.right-side-area ul li span img{
	transform: rotate(90deg);
}

/******************Banner css end*******************/

/******************Testimonial css *******************/
.testimonial-slider-wrapper{
	background:#111111;
	padding:10% 0px;
	position:relative;
	margin-top:-130px;
	z-index:9;
	position:relative;
}
.testimonial-slider-wrapper:after{
	position:absolute;
	width:100vw;
	left:0px;
	top:0px;
	background:#111111;
	content:'';
	height:100%;
	z-index:-1;
}
.rating{
	margin-left:15px;
}
.testimonial-heading h3, .rating{
	display:inline-block;
	vertical-align:middle;
}
.testimonial-heading h3{
	font-family: 'BentonSansBold';
}
.each-testimonial{
	max-width:490px;
	margin:0px auto;
	padding:0px 20px;
}
.testimonial-details{
	margin-top:20px;
}
.testimonial-details p{
	word-spacing: 6px;
	letter-spacing:0.75px;
}
.testimonial-author p{
	font-family: 'New Rail Alphabet bold';
	letter-spacing:0.75px;
	margin-bottom:0px;
}

/******************Testimonial css end*******************/

/******************Product css *******************/
.product-slide-content{
	padding:170px 0px 90px;
}
.each-product{
	position:relative;
}
.product-button{
	position:absolute;
	bottom:70px;
	width:100%;
	text-align:center
}
.each-product h3{
	color:#b4b4b4;
	font-style:italic;
	margin:15px 0px;
}
.product-slide-area{
	position:relative;
}
.product-slide-area:after{
	position:absolute;
	width:100vw;
	right:110px;
	top:-125px;
	background:#111111;
	content:'';
	height:100%;
}
.product-arrows {
	position:absolute;
	width:145px;
	right: 25%;
	top: -85px;
}
.product-arrows .common_arrow{
	position:relative;
	display:inline-block;
	right:auto;
	left:auto;
	margin-top:0px;
	margin-left:15px;
}
.product-slide{
	width:100%;
}
.product-button .common-green-button:hover{
	border:1px solid #fff;
}
.product-right-text h2 span{
	font-family: 'BentonSansRegular';
	font-style:italic;
}
.product-right-text{
	padding-left:10%;
}
.product-right-text p{
	color:#121212;
	margin-top:30px;
	letter-spacing: 0.75px;
}
.product-right-text a{
	margin-top:30px;
}
.product-slide-content{
	position:relative;
}
.product-slide-content:after{
	position:absolute;
	width:75%;
	right:0;
	top:-185px;
	background:#efefef;
	content:'';
	height:95%;
}
.product-slide-content .container{
	position:relative;
	z-index:1;
}
/******************Product css end*******************/

/****************** Author css *******************/
.author-content-wrapper{
	width:85%; 
	margin:0px auto;
	position:relative;
}
.author-content-heading{
	margin-bottom:40px;
}
.author-content-heading h2 span{
	font-family: 'BentonSansRegular';
	font-style:italic;
}
.author-image img{
	display:none;
}
.author-content-text{
	background:#fff;
	padding:5% 9%;
}
.author-content-text h3{
	color:#121212;
	font-family: 'BentonSansBold';
}
.author-content-text p{
	color:#121212;
	margin-top:30px;
}
.author-content-text a{
	margin-top:30px;
}
.round-images{
	width:137px;
	height:137px;
	border-radius:100%;
	overflow:hidden;
	margin:0px auto;
	border:4px solid #fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.each-round-box h3{
	color:#b4b4b4;
	font-style: italic;
	margin: 15px 0px;
	font-family: 'BentonSansRegular';
}
.author-text-bottom-slider{
	margin-top:80px;
}

.menu-slider .swiper-slide a:hover .round-images{
	border:4px solid #111111;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu-slider .swiper-slide a .round-images img{
	transform: scale(1.0);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu-slider .swiper-slide a:hover .round-images img{
	transform: scale(1.25);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.author-text-bottom-slider{
	position:relative;
}
.author-text-bottom-slider .swiper-button-prev{
	left:-45px;
}
.author-text-bottom-slider .swiper-button-next{
	right:-45px;
}
.author-text-bottom-slider .swiper-button-next, .author-text-bottom-slider .swiper-button-prev{
	top:30%;
}
.author-details{
	position:relative
}
.author-details:after{
	position:absolute;
	width:100vw;
	left:50%;
	margin-left:-50vw;
	top:50%;
	transform:translateY(-50%);
	background:#000;
	content:'';
	height:calc(100% - 150px);
	z-index:-1;
}

/****************** Author css end*******************/


/****************** Bottom slider css *******************/
.bottom-slider{
	padding:100px 0px;
}
.bottom-slider-heading-wrapper{
	width: 85%;
	margin: 0px auto;
	position: relative;
}
.bottom-slider-heading-wrapper h2 span{
	font-family: 'BentonSansRegular';
	font-style: italic;
}
.bottom-slider-wrapper{
	margin-top:40px;
}
.bottom_thumb_slider .swiper-slide{
	overflow:hidden
}
.bottom_thumb_slider .swiper-slide a img{
	transform: scale(1);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bottom_thumb_slider .swiper-slide a:hover img{
	transform: scale(1.25);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/****************** Bottom slider css end*******************/

/****************** Footer Css *******************/
.common-tab p{
	color:#121212;
	font-family: 'New Rail Alphabet White';
	letter-spacing:normal;
	word-spacing:normal;
	line-height:24px;
}
.contact_no p span{
	padding-right:15px;
}
.contact_no p{
	margin-left:-30px;
}
.common-tab h6{
	margin-bottom:15px;
}
.footer-navbar, .footer-button{
	display:inline-block
}

.footer-navbar ul li {
	padding:0px 30px;
	display:inline-block;
}
.footer-navbar ul li a{
	font-family: 'BentonSansBold';
	color:#111111;
	font-size:14px;
	letter-spacing: 0.75px;
}
.footer-navbar ul li a:hover{
	color:#111111;
}
.footer-button{
	width:250px;
}
.footer-area{
	padding-bottom:150px;
	position:relative;
}
.footer-area .container{
	background:#fff;
	position:relative;
}
.footer-nav{
	padding:50px 0px;
}
.footer-bg-color{
	position: absolute;
	background-color:#111111;
	width: 100vw;
	height: 150px;
	left: 0;
}
.footer_social_icons{
	position: absolute;
	right: 0;
	width: 150px;
	height: 100%;
	background-color:#111111;
	top: 0;
	z-index: 1;
}
.social_icons {
    position: absolute;
    left: 50%;
    top: 12%;
    transform: translate(-50%);
}
.footer_social_icons img {
    display: block;
    padding-bottom: 30px;
}
/****************** Footer Css *******************/

/******************* Contact page css****************/
.inner-banner-slide .slide-content {
    padding: 17% 0px 20%;
}
.contact-banner .right-side-area{
	top:0px;
}
.contact-banner .right-side-area:after {
   display:none;
}
.contact-banner .right-side-area .rotate-div {
    top: 70%;
	height:auto;
}
.contact-banner .right-side-area ul {
    top: 0%;
}
.contact-banner-area{
	height:415px;
}
.contact-opening .openingstijden_content-left{
	padding:70px 0px 0px;
}
.openingstijden_content-left ul{
	font-size:0px;
}
.openingstijden_content-left td:nth-child(1){
	/*width:33.33%;
	display:inline-block;*/
	vertical-align:top;
	
}
.openingstijden_content-left td img{
	/*max-height:30px;*/
}
.openingstijden_content-left  table{
	/*width:100%;*/
}
.openingstijden_content-left  table tr td {
	vertical-align:middle;
}
.openingstijden_content-left  table tr td p{
	color:#111;
	margin-bottom:0px;
	font-size:14px;
	margin-left: 15px;
	letter-spacing: normal;
}
.Openingstijden .openingstijden_content{
	padding: 95px 0px;
    margin-top: -154px;
}
.form-section{
	padding: 80px 0px 0px;
}
/*.form-wrapper form .form-styl{
	border-radius:0px;
	border:1px solid #d8d8d8;
	padding: 23px 15px;
}*/
.form-wrapper .form-styl {
	font-size: 14px;
	padding: 10px 25px;
	resize: none;
	background-color: #fff;
	border-radius: 0px;
	font-family: 'BentonSansRegular';
	border: 2px solid #d8d8d8;
	min-height: 55px;
}
.form-wrapper .form-group{
	margin-bottom:10px;
}
/********************************neo13**************************************************/
/*=======================contact=======================*/
.form_area .form-control:focus {
	box-shadow: none;
	border: 2px solid #d8d8d8;
}
.form-styl:placeholder {
	color: #636363;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #636363;
	opacity: 1;
}
.form-styl::placeholder {
	color: #636363;
	opacity: 1;
}
.form-area h2{
	margin-bottom:44px;
}
.contact-reversen-content p{
	color:#111111;
	text-align: justify;
}
.contact-reversen-content .common-green-button{
	margin-top:55px;
}
.form-wrapper{
	padding-top:10px;
}
.form-section .contact-reversen-content{
	padding-right: 15%;
}
.form-area{
	padding-right: 23%;
}
.openingstijden_content .each-testimonial{
	margin-left: auto;
    margin-right: 0;
    display: table;
    margin-right: 12%;
}
.overons-bottom-slider .bottom-slider-wrapper {
    margin-top: 0px;
}
/*********************overons*******************/

.common-banner .slide-content{
	padding: 140px 0px;
}
.common-banner .right-side-area ul li {
    margin: 0px 15px;
}
.common-banner .right-side-area .rotate-div {
    top: 16px;
    left: 8px;
}
.common-banner .right-side-area {
    left: 0px;
    width: auto;
	top:0px;
}
.common-banner .right-side-area ul {
    top: 0px;
}
.common-banner .right-side-area:after{
	display:none;
}

.overons-product-slide-content::after{
	display:none;
}
.common-content-wrapper {
    /*width: calc(100% - 100px);
    margin-right: 0px;
    margin-left: auto;
	background-color:#f5f5f5;
	padding:80px 0px 0px 6%;*/
	
}
.common-content-wrapper{
	position:relative;
	padding: 7% 0px;
}
.common-content-wrapper::before{
	position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #f5f5f5;
    top: 0px;
    right: 0;
    content: '';
    width: calc(100% - 100px);
    margin-right: 0px;
    margin-left: auto;
}
.overons-content-area{
	/*padding-left:3%;*/
}
.common-content-wrapper h2 span{
	font-family: 'BentonSansRegular';
    font-style: italic;
}
.common-content-wrapper p{
	color:#111111;
	text-align:justify;
}
.overons-content-area h2{
	padding-left:110px;
	padding-top:35px;
}
/*.overons-product-slide-content .product-slide-area:after{
	top:0px;
}
.overons-product-slide-content .product-slide-area{
	padding:120px 0px;
}
.overons-product-slide-content .product-arrows{
	bottom: 30px;
    left: 0;
    top: auto;
}
.overons-product-slide-content .product-slide-area h3{
	font-size:48px;
	color:#fff;
	font-style: italic;
	position:relative;
	z-index:1;
	margin-bottom: 12%;
}
.overons-product-slide-content .product-slide-area h3 span{
	font-family: 'BentonSansBold';
}
.overons-product-slide-content{
	padding:0px;
	position:relative;
}
.overons-product-slide-content .product-right-text{
	padding-top:7%;
}*/
.overons-author-content h3{
	color:#121212;
}
.overons-author-content p{
	color:#111111;
}
.overons-author-content{
    position:relative;
}
/*.overons-author-content:after {
   position: absolute;
    width: 75%;
    right: 0;
    top: -255px;
    background: #efefef;
    content: '';
    
	height: 100%;
    z-index: -1;
}*/
.overons-author-content .author-image{
	position:relative;
	z-index:1;
}
.overons-author-content h2 span{
	font-style: italic;
	font-family: 'BentonSansRegular';
}
.overons-author-content .author-text-bottom-slider {
    z-index: 1;
	margin: 0px;
    /*padding-left: 100px;*/
	/*padding-bottom: 45%;*/
	/*padding-bottom:357px;*/
}
.overons-author-content h2{
	margin-bottom:84px;
}
.overons-author-content h3{
	font-family: 'BentonSansBold';
	margin-bottom:40px;
}
.testi-arrows{
	position: absolute;
    width: 50%;
    z-index: 9;
    bottom: 10%;
    transform: translateY(-50%);
    right: 0;
    left: auto;
}
.testi-arrows .swiper-button-prev {
    left: 11%;
}
.testi-arrows .swiper-button-next{
	right:70%;
}
.each-testi-slide{
	margin-bottom: 110px;
}
.author2-image {
	background-image:none !important;
}
/************************/

.overons-product-slide-content{
	position:relative;
	padding:6% 0px 100px;
}
.overons-new-arrow{
	display:none;
	background: none;
    width: auto;
    height: auto;
}
.overons-new-arrow-wrapper .swiper-button-next{
	right:20px;
}
.overons-new-arrow-wrapper .swiper-button-prev{
	left:20px;
}
.overons-bg-area{
	position:absolute;
	width:50%;
	background:#111111;
	content:'';
	height:100%;
	top:0;
	left:0;
}
.overons-product-right-text{
	padding-left: 100px;
    text-align: justify;
	color: #111111;
}
.overons-product-slide-content .overons-product-slide-area h3{
	font-size:48px;
	color:#fff;
	font-style: italic;
	position:relative;
	z-index:1;
}
.overons-product-slide-content .overons-product-slide-area h3 span{
	font-family: 'BentonSansBold';
}
.overons-product-slide-content .product-arrows{
	bottom: -75px;
    left: 0;
    top: auto;
}
.overons-product-slide-area{
	padding-bottom:100px;
}
.author-bg-area{
	position: absolute;
    width: 50%;
    right: 0;
    top: -252px;
    background: #f5f5f5;
    height: 100%;
    z-index: -1;
}

.author2-image {
	max-width: 590px;
    margin-left: auto;
    margin-right: 0px;
	width:100%;
}

.overons-author-content .each-testi-slide {
    padding-left: 10%;
}
/*===============acties area======================*/
.acties-img-sec .overons-content1:nth-child(2){
	padding-top:90px;
}
.acties-img-sec{
	padding-top:0px;
}
.acties-img-sec .overons-product-slide-area {
    padding-bottom: 0px;
}
.acties-img-sec{
	padding-bottom:20px;
}
.acties-form-sec{
	padding-top:100px;
}
.acties-img-sec .overons-product-right-text p{
	margin-bottom:45px;
}
.acties-form-sec .reversen-content{
	padding-right:0px;
	padding-left:100px;
}
.acties-form-sec .form-area {
    padding-right: 0%;
}
.acties-form-sec .form-wrapper .common-green-button{
	margin-top:8px;
}
/**************agenda dtls*******/
.agenda-dtl-btn{
	padding:75px 0px;
}
.agenda-slide-content{
	padding-bottom:0px;
}
.agenda-slide-content .overons-bg-area{
	height: calc(100% - 120px);
}
.agenda-slide-content .overons-product-slide-area {
    padding-bottom: 84px;
}
.agenda-slide-content .overons-content1:nth-child(2){
	margin-bottom:50px;
}
/*********************menu*******************/
.menu_list
{
	position: relative;
	padding-bottom: 70px;

}
.menu_list .container{
	position:relative
}
.menu_list .container::before
{
	position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #f5f5f5;
    top: 0px;
    content: '';
    margin-right: 0px;
    margin-left: auto;
    z-index: -1;
}
.menu_list .container {
    position: relative;
    z-index: 1;
	padding-top: 14%;
}
.menu_list_area{
	position:relative;
}
/*.menu_list_area:after
{
	position:absolute;
	width:100vw;
	right:110px;
	top:-127px;
	background:#111111;
	content:'';
	height:100%;
	z-index:-1
}
.menu_list_area_right:after
{
	width:100vw;
	left:110px;
}*/
.reverse_area
{
	padding-bottom: 13%;
}
.reverse_area:last-child
{
	padding-bottom: 0px;
}
.reverse_area .product-right-text
{
	text-align:justify;
	padding-left: 100px;
}
.reverse_area:nth-child(even) .product-right-text {
    padding-left: 45px;
	padding-right:70px;
}
.form-section .form-area h2 span
{
	font-family: 'BentonSansRegular';
	font-style: italic;
}
.form-area p
{
	color:#000;
	text-align:justify;
}
.reversen-content
{
	padding-left: 18%;
}
.reserve_sec .form-area
{
	padding-right: 0px;
}
.reserve_sec .reserve_heading
{
	padding-right: 24%;
}
.reserve_sec .dropdwn-form-styl
{
	background: url(../images/dropdown.png) no-repeat 95% center;
	-webkit-appearance: none;
}
/*.abc{
	position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 100%;
    background-color: #000;
    top: -120px;
}*/
.reverse_area{
	position:relative;
}
.reverse_area:nth-child(2) .abc{
	right:0;
	left:auto;
}


.black-bg{
	position:absolute;
	background:red;
	top:-100px;
	width:100vw;
	height:100%;
	right:0px;
}
.flex-row-reverse .black-bg{
	right:auto;
	left:0
}


.reverse_area{
	position:relative;
}
.reverse_area:nth-child(2) .abc{
	right:0;
	left:auto;
}
.black-bg{
	position:absolute;
	background:#000;
	top:-100px;
	width:100vw;
	height:100%;
	/*right:9%;*/
	right:15%;
	z-index:-1;
}
.flex-row-reverse .black-bg{
	right:auto;
	/*left:9%*/
	left:15%;
}
.menu_list_area {
	/*position:absolute;*/
	/*width:110%;*/
}
.menu_list_area  img{
	width:100%;
}
.menu_list .product-right-text p{
	margin-top: 40px;
    margin-bottom: 45px;
	}
	.menu_list .col-lg-7{
		max-width:54%;
	}
	.menu-img-part{
		width:54%;
		display:inline-block;
	}
	.menu-content-part{
		width:46%;
		display:inline-block;
	}
	/************reversen area**********/
	.reserve_sec{
		padding-top:100px;
	}
	.reserve_sec .form-wrapper{
		padding-top:50px;
	}
	.reserve_sec .form-wrapper .common-green-button{
		margin-top:10px;
	}
	.reversen-content p span{
		color:#111111;
	}
	.reserve_sec p {
    letter-spacing: 0.5px;
    word-spacing: normal;
}
	/*********************agenda listview***************/
	.agenda-listview-content .common-content-wrapper::before{
		display:none;
	}
	.agenda-listview-img .product-right-text {
    padding-left: 45px;
    padding-right: 70px;
}
.agenda-listview-img .container::before{
	display:none;
}
.agenda-listview-product:after{
	display:none;
}
.agenda-listview-product{
	position:relative;
	padding: 0px;
}
.agenda-listview-bg {
    position: absolute;
    width: 50vw;
    right: 110px;
    top: -125px;
    background: #111111;
    height: 100%;
    left: 0;
}
.agenda-listview-product .product-slide-area:after {
display:none;
}
.agenda-listview-product .product-arrows {
    width: 50%;
    right: 165px;
}
.img-top-txt{
	background-color:#fff;
	padding:10px;
	position: absolute;
    top: 0;
}
.agenda-listview-content{
	padding-bottom: 124px;
}
.agenda-listview-product h3{
	color:#333333;
	font-style:normal;
	font-family: 'BentonSansBold';
}
.agenda-listview-img .product-right-text a {
    margin-top: 0px;
}

/*============pop up==============*/
.mm-slideout {
z-index: unset;
}

.modal_area .modal_close_img{
position: absolute;
top: 35px;
 right: 35px;
height:100%;
}
.modal_area .modal-dialog {
max-width:935px;
margin-top:10%;
width:100%;
}
.modal_area .modal-body{ 
padding:0px;
}
.popup_content h3{
	color:#fff;
	letter-spacing: 1px;
}
.modal_area .modal-content p{
text-align: justify;
margin-top:30px;
margin-bottom: 50px;
color:#fff;
}
.modal_area .modal-content{
border-radius:0px;
border: none;
padding: 0px 0px 60px;
background:#111111;
}
.pop_up_img{
	margin-top: -50px;
    margin-left: -20%;
}
.popup_content{
padding:60px 60px 0px 50px;
}

.popup_content .common-green-button{
	background:#fff;
	color:#121212;
}
.popup_content .common-green-button:hover{
	background:#000;
	color:#fff;
}
/*=======pop up end==========*/
.morgan_footer {
    text-align: center;
    background: #000;
    padding: 7px 0px 5px;
}
/*=======cookie start==========*/
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
	padding: 35px 0;
}
.light_theme{
	background:rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.cookie_div{
	color:#9c9c9c;
	font-size: 13pt;
	font-family: 'Calibri';
}
.cookie_div h4{
	margin-bottom: 15px;
	font-size: 13pt;
	font-family: 'Calibri';
}
.light_theme h4{
	color:#2a2a2a;
}
.dark_theme h4{
	color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 13pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	font-size: 12pt;
	background:#e6f8ed;
	font-weight: bold;
    border: 0;
    padding: 13px 25px;
	margin:5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}
.top_gapping{
    background: #3a3a3a;
    padding: 59px 0px;
	position: relative;
}
.top_gapping:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45%;
	-webkit-clip-path: polygon(0 0, 66% 0, 85% 100%, 0% 100%);
	clip-path: polygon(0 0, 66% 0, 85% 100%, 0% 100%);
	background-color: rgba(18,18,18,1);
	content: '';
	z-index: 0;
	height: 100%;
}
.aanbod_area{
	background:#fff;
	position:relative;
	padding-top:90px;
	margin-top: -1px;
	padding-bottom: 149px;
}
.onez-acties-text-content h2 {
	margin-bottom: 20px;
	font-family: 'New Rail Alphabet Bold';
    font-size: 24px;
    color: #121212;
}
.onez-acties-text-content p {
	color: #828282;
	text-align: justify;
}
.pro_description p span {
    margin: 0px 15px;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 8px 0 6px 30px;
}
.no_record{
	padding: 70px 0px 150px;
    color: #121212;
    text-align: center;
	font-family: 'New Rail Alphabet Bold';
    font-size: 24px;
}
.side_logo{
	position: fixed;
    top: 50%;
    right: 0px;
    z-index: 9999;
    transform: translateY(-50%);
}
.dtls_widget{
	width: 300px;
	margin: 0 auto;
}
.error_top
{
	padding-bottom: 10%;
}

#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999;
	height: 100vh;
	padding: 30vh 0px;
}
#loader_section p{
	color:#fff;
	font-size:18px;
	text-align: center;
}
#loader_section img{
	width: 100px;
	margin-bottom: 25px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
#mobile-contact-bar {
    display: none;
}
.mbl-active{
  	display: none;
}
.top-desc{
	display: flex;
    flex-direction: column;
}
.back-button{
	align-self: flex-end;
    position: relative;
    right: 0px;
    margin-bottom: 25px;
}
#ui-datepicker-div
{
	z-index:9999 !important;
}
.ui-timepicker-container
{
	z-index:9999 !important;
}
.backbutton
{
	margin-left:100px;
}
/*==============new team member block=============*/
.team-member-sec{
	background: #f5f5f5;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 0px;
}
.team-member-sec:after{
	position: absolute;
	bottom:0;
	right: 0;
	content: '';
	width: 100%;
	background: #f5f5f5;
	height: calc(100% + 100px);
	z-index: -1;
}
.team-member-sec h2{
	margin-left: 60px;
	margin-bottom: 40px;
}
.team-member-sec h2 span{
	font-style: italic;
	font-family: 'BentonSansRegular';
}
.member-slider{
	position: relative;
	margin: 0 6%;
}
.member-slider .each-member{
	border-radius: 6px;
	overflow: hidden;
}
.member-slider .common_arrow img{
	width: 45px;
}
.member-slider .swiper-button-prev{
	left: -7%;
}
.member-slider .swiper-button-next{
	right: -7%;
}

.images-home img {
	width: 90%;
}
img.img_volg {
    width: 50px;
    padding: 10px 10px 10px 1px;
}
.agenda-listview-product .common-green-button{
	border:0 !important;
}
.agenda-listview-product .common-green-button span{
	position: relative;
	padding-right: 25px;
	display: inline-block;
}
.agenda-listview-product .common-green-button span:after{
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	right: 0;
	width: 12px;
	height: 12px;
	content: '';
	background-image: url(../images/arrow.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.agenda-listview-product .common-green-button:hover span:after{
	filter:  brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.agenda-listview-product .common_arrow.d-flex {
	width: 35px;
	height: 65px;
	background: rgba(0,0,0,0.5);
	top: calc(50% - 25px);
}
.agenda-listview-product .d-flex.swiper-button-prev{
	left: 0;
}
.agenda-listview-product .d-flex.swiper-button-next{
	right: 0;
}