@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'MontserratRegular';
    font-size: 15px;
    color: #181818;
    background-color: #f5f5f5;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
#menu .mm-listview a{
	text-transform: uppercase;
}
/***********header***********/
.header-area {
    position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	left: 0;
	padding-left: 70px;
	background: rgba(0,0,0,0.2);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
	background: #000;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .mw-100{
	margin: 8px 0;
	width: 145px;
}
.header-area ul{
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.header-area li {
	font-family: 'MontserratRegular';
    font-size: 15px;
	display: inline-block;
	margin-right: 50px;
	text-transform: uppercase;
}
.header-area li a {
	color: #fff;
	position: relative;
}
.header-area li a:after {
   	content: '';
	width:0;
	height: 1px;
	background: #fff;
	position: absolute;
	top: -36px;
	left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area li a:hover:after {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area li a:hover{
	color: rgba(255, 255, 255, 0.5);
}
.header-area .common-btn{
/*
	height: 92px;
	line-height: 90px;
    margin-bottom: 11%;
*/
}
.header-area .common-btn:hover{
	background: #fff;
	border-color: #fff;
	color: #1b1b1b;
}
/****************banner*************/
.banner-sec{
	position: relative;
}
.banner-content{
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.banner-content-wrap{
	max-width: 890px;
	width: 100%;
	margin: auto;
}
.each-banner{
	position: relative;
}
.each-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #000;
	opacity: 0.5;
}
.banner-content .common-btn{
	margin-top: 50px;
}
/*************product**********/
.sec-heading-wrap{
	background: #181818;
	padding-top: 100px;
}
.sec-heading{
	position: relative;
	margin-top: -372px;
    z-index: 1;
}
.sec-heading:after, .product-slider:after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 20%;
	height: 100%;
	background: #181818;
	z-index: -1;
}
.sec-heading h2, .sec-heading p{
	color: #fff;
}
.sec-heading p{
	text-align: justify;
	margin-right: 18%;
	margin-bottom: 100px;
}
.product-wrapper{
	padding: 0 80px;
}
.product-sec{
	padding-bottom: 10%;
}
.product-slider{
	position: relative;
}
.product-slider:after{
	z-index: 0;
	height: 50%;
}
.product-dtl {
    background: #fff;
    height: 100%;
    padding: 5% 10%;
}
.product-dtl h4, .product-dtl h5{
	color: #111821;
}
.product-dtl h5 {
    margin: 10px 0 0;
    height: 50px;
    overflow: hidden;
}
.product-dtl table {
    margin: 60px 0;
    width: 100%;
}
.product-dtl td {
    font-family: 'MontserratRegular';
    font-size: 15px;
    color: #111821;
    letter-spacing: 1px;
    opacity: 0.7;
    padding-right: 70px;
    vertical-align: top;
}
.product-dtl td span {
    font-size: 20px;
    display: block;
}
.product-dtl td:last-child {
    padding-right: 0;
}
.product-slider .swiper-button-next {
    right: 0;
}
.product-slider .swiper-button-prev {
    left: 50%;
}
/***********service*************/
.service-sec{
	position: relative;
}
.service-heading{
	padding: 80px 0;
	background: #181818;
}
.service-heading-wrap{
	max-width: 950px;
	width: 100%;
	margin: auto;
}
.service-heading p {
	margin-top: 40px;
}
.service-heading h2, .service-heading p{
	color: #fff;
}
.service-slider{
	position: relative;
	background: #181818;
	padding-bottom: 100px;
}
.service-sec::after {
	content: "";
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    background: #f5f5f5;
    position: absolute;
}
.service-block h5 {
	letter-spacing: 5px;
}
.service-block p {
	margin-top: 20px;
	color: #fff;
	text-align: justify;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-block {
	position: relative;
    top: 100px;
    padding-bottom: 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-block:hover{
	top: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.block-heading {
	position: absolute;
    bottom: 30px;
    left: 0;
    padding-left: 50px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.block-content {
	position: absolute;
    bottom: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
}
.text-wrap {
	position: absolute;
    left: 0;
    width: 100%;
    padding: 0 12%;
	top: 50%;
	transform: translateY(-50%);
}
.service-block:hover .block-heading {
	bottom: -100%;
}
.service-block:hover .block-content {
    bottom: 0;
    height: 100%;
}
/**************content***************/
.content-sec{ 
	padding: 60px 0 100px;
}
.content-block-image{
	padding-right: 16%;
}
.right-block-content h2 {
	text-transform: uppercase;
	line-height: 56px;
}
.right-block-content p {
	margin: 50px 80px 60px 0;
	text-align: justify;
}
.right-block-content {
	padding: 10%;
	max-width: 960px;
	width: 100%;
	background: #fff;
	margin-left: auto;
	margin-top: -28%;
}
/****************footer****************/
.footer-area{
	background: #141414;
	padding: 70px 0 30px;
}
.contact-block{
	padding-bottom: 70px;
	max-width: 780px;
	width: 100%;
	margin-left: -30px;
}
.contact-block p{
	font-family: 'MontserratRegular';
	color: #fff;
	line-height: 30px;
}
.social-icon img{
	width: 18px;
}
.social-icon a{
	display: block;
	margin-bottom: 15px;
}
.footer-logo img{
	width: 72px;
}


/*=================================popup start====================================*/
.modal-area .modal-dialog {
    max-width: 53%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content h2 {
	text-transform: uppercase;
}
.modal-area .popup-content p{
    margin: 50px 0;
	text-align: justify;
}
.modal-area .popup-content {
    padding: 10% 14%;
    background-color: #fff;
}
/*.close-img {
    font-family: 'MundialLight';
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 1;
    border: 0;
    background-color: #0973a0;
	width: 90px;
	height: 50px;
}*/
/*===================================contact page start=========================================*/
.inner-banner-sec {
	position: relative;
}
.inner-banner-content {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.inner-banner-content h2 {
	color: #fff;
}
/***contact-time-sec******/
.contact-time-sec {
	background-color: #181818;
}
.contact-time-text {
	padding: 30px 20%;
}
.each-time-info p {
	font-family: 'MontserratRegular';
    font-size: 15px;
	color: #fff;
	line-height: 35px;
	letter-spacing: 0.5px;
	display: flex;
	align-items: start;
}
.each-time-info img {
	width: 18px;
	margin-right: 25px;
	margin-top: 10px;
}
.each-time-info span {
	display: block;
	margin-left: 40px;
	margin-top: 20px;
}
.contact-time-text .col-md-6:nth-child(even) .each-time-info p {
	align-items: start;
}
.contact-time-text .col-md-6:nth-child(odd) .each-time-info:first-child {
	margin-bottom: 90px;
}
.each-time-info p a:hover {
	color: #bc9e82;
}
/*****contact-map-sec****/
.contact-map-sec {
	height: 700px;
}
/*****contact-form-sec******/
.contact-form-sec {
	padding-top: 0;
}
.contact-form-sec .right-block-content {
	max-width: 1230px;
	padding: 6% 9% 11%;
	position: relative;
}
.contact-form-sec .right-block-content h2 {
	margin-bottom: 70px;
}
.form-styl {
    resize: none;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    font-family: 'NewRailAlphabetWhite';
    color: rgba(24, 24, 24, 0.4);
    font-size: 15px;
    padding: 0 40px;
    border-radius: 0;
    height: 76px;
    border: 1px solid #d2d2d2;
}
.form-group {
	margin-bottom: 7px;
}
textarea.form-styl {
	height: 242px;
	padding: 20px 40px;
}
.form-styl:focus {
    box-shadow: none;
    color: rgba(24, 24, 24, 0.4);
    border-color: #d2d2d2;
}
.form-styl:placeholder {
	color: #181818;
	opacity: 0.4;
}
.form-styl:-ms-input-placeholder {
	color: #181818;
	opacity: 0.4;
}
.form-styl::placeholder {
	color: #181818;
	opacity: 0.4;
}
.contact-form-sec .right-block-content .common-btn {
	position: absolute;
	bottom: 0;
	right: 0;
}
/*===================================diensten dtl page start=========================================*/
/******diensten-head******/
.diensten-head{
	position: relative;
	background-color: #181818;
}
/******diensten-detail-btn******/
/******diensten-detail-btn******/
.diensten-btn{
	padding-right: 11%;
}
.diensten-btn-wrap{
	padding-top: 70px;
	padding-left: 11%;
	padding-bottom: 70px;
	background-color: #181818; 
}
/******diensten-detail-ban******/
.diensten-detail-ban{
	padding-right: 11%;
	padding-bottom: 40px;
}
.diensten-detail-ban-wrap{
	background: #181818;
	padding-left: 11%;
	position: relative;
}
.diensten-detail-ban-wrap:after{
	position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    content: '';
    background: #f5f5f5;
    height: 200px;
}
.ban-img{
	width: calc(100% + 90px);
	position: relative;
    z-index: 1;
}
.diensten-detail-ban p {
	color: #fff;
	margin-bottom: 90px;
    margin-right: 20%;
	text-align: justify;
}
.diensten-detail-ban h2{
	color: #fff;
}





/*.ban-img-cont{
	position: relative;
	z-index: 1;
}
.diensten-detail-ban{
	/*padding-bottom: 140px;
    position: relative;
}*/
/*.ban-wrap{
	position: relative;
	padding-left: 12.5%;
}*/


/*.ban-txt-content {
    padding-left: 16%;
}*/
/*.diensten-detail-ban .common-wrap{
	padding-left: 0;
}*/
/*.ban-img-cont{
	padding-left: 9%;
}
.diensten-detail-ban:after{
	content: "";
	width: 88%;
	height: 75%;
	background-color: #181818;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}*/
/*****op-ons-sec*****/
.op-ons-sec{
	background-color: #181818;
	padding: 5% 0;
}
.op-ons-sec .service-heading{
	padding: 0;
}
.op-ons-wrap{
	padding: 0 3.5%;
}
.op-ons-sec ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	padding: 0 3%;
}
.op-ons-sec ul li{
	padding-top: 90px;
	width: 33.33%;
	padding-left: 7%;
}
.op-ons-sec ul li h4{
	font-family: 'montserratregular';
	font-size: 16px;
	color: #fff;
	position: relative;
	padding-left: 40px;
	letter-spacing: 4px;
}
.op-ons-sec ul li h4:after{
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../images/check.png);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
}
/******diensten-serv-slider******/
.diensten-serv-slider::after {
	display: none;
}
.diensten-serv-slider .service-slider{
	padding-bottom: 0;
	position: relative;
}
.diensten-serv-slider .service-block:hover{
	top: 0;
}
.diensten-serv-slider .swiper-button-next{
	right: calc(11% - 71px);
}
.diensten-serv-slider .swiper-button-prev{
	left: calc(11% - 71px);
}
.diensten-serv-slider .service-block{
	top: 0;
	padding-bottom: 0;
}
/****diensten-dtl-form-sec******/
.diensten-dtl-form-sec .content-block-image {
	padding-right: 0;
	padding-left: 16%;
}
.diensten-dtl-form-sec .right-block-content {
	margin-right: auto;
	margin-left: 0;
}
/*===================================diensten page start=========================================*/
/******diensten-product-sec******/
.diensten-product-sec{
	background-color: #181818;
}
.diensten-list-intro h5{
	letter-spacing: 3px;
}
.diensten-list-intro p{
	color: #fff;
	margin: 24px 0 48px 0;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diensten-list-intro{
	padding: 40px 20%;
}
/*===================================vacature page start=========================================*/
.vacature-list-sec .each-diensten-list {
	overflow: hidden;
}
.vacature-list-sec .each-diensten-list .diensten-list-img {
	position: relative;
}
.vacature-list-sec .each-diensten-list:hover .vacature-info {
	top: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.vacature-info  {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.vacature-info-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.vacature-info li {
	font-family: 'MontserratRegular';
	font-size: 16px;
	color: #fff;
	letter-spacing: 5px;
	display: inline-block;
	margin-right: 150px;
}
.vacature-info li:last-child {
	margin-right: 0;
}
.vacature-info li img {
	width: 35px;
	margin-right: 20px;
}
.vacature-btn a {
	font-family: 'NewRailAlphabetWhite';
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5;
}
.vacature-btn a:hover {
	color: #bc9e82;
}
.vacature-btn a:hover img {
	filter: brightness(1);
	--webkit-filter: brightness(1);
}
.vacature-btn img {
	width: 18px;
	margin-right: 20px;
	filter: brightness(2);
	--webkit-filter: brightness(2);
}
/*===================================vacature dtl page start=========================================*/
.vacature-dtl-top-sec .ban-txt-content ul {
	margin-top: 50px;
}
.vacature-dtl-top-sec .ban-txt-content li {
	font-family: 'NewRailAlphabetWhite';
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
}
.vacature-dtl-top-sec .ban-txt-content li:last-child {
	margin-bottom: 0;
}
.vacature-dtl-top-sec .ban-txt-content li img {
	width: 18px;
	margin-right: 20px;
	filter: brightness(2);
	--webkit-filter: brightness(2);
}
.vacature-dtl-top-sec .ban-txt-content li a:hover img {
	filter: brightness(1);
	--webkit-filter: brightness(1);
}
/****vacature-dtl-info-sec*****/
.vacature-dtl-info-sec {
	overflow: hidden;
}
.vacature-dtl-info-sec ul {
	max-width: 1200px;
	width: 100%;
	margin-left: 18%;
}
.vacature-dtl-info-sec ul li {
	width: 50%;
}
.vacature-dtl-info-sec ul li img {
	width: 35px;
	margin-right: 20px;
}
.vacature-dtl-info-sec ul li h4:after {
	display: none;
}
.vacature-dtl-info-sec ul li h4 {
	padding-left: 0;
}
/*===================================bedankt page start=========================================*/
.bedankt-banner-sec .each-banner:before {
	display: none;
}
.bedankt-banner-sec .banner-content {
	top: 50%;
}
.bedankt-banner-sec .banner-content-wrap {
	max-width: 100%;
}
/*===================================overons page start=========================================*/
.overons-feature-sec {
	padding: 6%  0 6%;
	background-color: #f5f5f5;
}
.each-overons-feature {
	max-width: 240px;
	width: 100%;
	margin: auto;
}
.each-overons-feature span {
	height: 85px;
	width: 85px;
	background-color: #bc9e82;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20%;
	border-radius: 100%;
}
.each-overons-feature span img {
	width: 30px;
}
.each-overons-feature h4 {
	font-family: 'MontserratRegular';
    font-size: 20px;
	color: #bc9e82;
	letter-spacing: 6px;
	margin: 24px 0;
}
/*****overons-top-sec*****/
.overons-top-sec {
	padding-bottom: 0;
}
.overons-top-sec h2 {
	line-height: 65px;
}
.overons-top-sec .diensten-detail-ban-wrap {
	padding-top: 165px;
}
/********related-product-sec********/
.related-product-sec .product-slider:after,
.related-product-sec .sec-heading:after {
	width: 100%;
}
.related-product-sec .sec-heading {
	margin-top: 0;
}
.related-product-sec .sec-heading p {
	margin: 40px auto 100px;
	text-align: center;
	max-width: 950px;
}
/****memeber-sec******/
.member-sec::after {
	display: none;
}
.member-sec{
	padding-bottom: 50px;
	background: #181818;
}
.member-sec .service-slider, .member-wrap{
	position: relative;
	padding-bottom: 0px;
}
.member-sec .service-slider::before, .member-sec .service-slider::after{
	content: '';
    background-color: rgba(0,0,0,0.5);
    height: calc(100% - 100px);
    width: 6.6%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.member-wrap::before, .member-wrap::after{
	content: '';
    background-color:#181818;
    height:100px;
    width: 6.6%;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 3;
}
.member-sec .service-slider::after, .member-wrap::after{
	left: auto;
	right: 0;
}
.member-slider-btn {
	position: relative;
	max-width: 125px;
	margin: 60px auto 0;
}
.member-sec .service-heading {
	padding-bottom: 75px;
}
.member-sec .block-content{
	background-color: transparent;
	display: none;
}
.member-sec .service-block:hover {
    top: 100px;
}
.member-sec .service-block:hover .block-heading {
    bottom: 30px;
}
.member-sec .service-block .block-heading{
	transition: unset;
}
.member-sec .swiper-slide-active .service-block{
	top: 0;
}
.member-sec .swiper-slide-active .service-block .block-heading {
    bottom: -100%;
}
.member-sec .swiper-slide-active .service-block .block-content {
    bottom: 0;
    height: 100%;
    display: block;
}
.member-sec  .swiper-slide-active .service-block .block-heading {
    bottom: -100%;
}
/*****************Collectie page starts**************************/
/******filter-area******/
section.filter-area{
    margin-top: 35px;
}
.filter-wrap{
	width: 100%;
	max-width: 991px;
	margin: -64px auto;
	position: relative;
}
.filter-main{
/*	padding: 14px 0;*/
	background-color: #181818;
}
.filter-area .select-style {
	width: 100%;
	height: 55px;
	color: #fff;
	font-family: 'MontserratRegular';
	font-size: 15px;
	border: 0;
	border-right-color: currentcolor;
	border-right-style: none;
	border-right-width: 0px;
	border-right: 1px solid  rgba(255, 255, 255, 0.2);
	background: url(../images/filter-arrow.png) #181818 no-repeat 75% center/10px;
	appearance: none;
/*	line-height: 60px;*/
	text-align: center;
	text-transform: uppercase;
}
.zoken-btn{
	height: 100%;
}
.zoken-btn .common-btn{
	max-width: 100%;
/*	height: 100%;*/
}
.zoken-btn .common-btn:hover{
	background: #fff;
    border-color: #fff;
    color: #1b1b1b;
}
.reset_btn {
    color: #1b1b1b;
}
/******raster-sec******/
.raster-sec{
	padding: 102px 0 38px 0;
	background-color: #f5f5f5;
}
.grid-wrap{
	width: 100%;
	max-width: 360px;
	margin-left: auto;
}
.each-filter-grid img{
	width: 25px;
	margin-right: 11px;
}
.each-filter-grid{
	font-family: 'MontserratRegular';
	font-size: 15px;
	color: #111821;
	text-align: right;
	opacity: 0.5;
	letter-spacing: 0.6px;
    cursor: pointer;
}
.each-filter-grid.active{
	opacity: 1;
}
.raster-sec .col-md-4{
	text-align: right;
}
.raster-sec p{
	color: #111821;
	letter-spacing: 0.6px;
}
.aanbod-list1 .product-dtl td span {
    height: 60px;
}
/******collectie-product-sec******/
.collectie-product-sec{
	background-color: #f5f5f5;
	padding-bottom: 145px;
}
.collectie-product-sec .product-intro{
	background-color: #fff;
}
.collectie-product-sec .swiper-button-prev{
	left: 100%;
}
.collectie-product-sec .swiper-button-next{
	right: -100%;
}
.collectie-product-sec .product-dtl table{
	margin: 50px 0 0 0;
}
.collectie-product-sec .product-dtl{
	padding: 6%;
}
.each-collect-box{
	overflow: hidden;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.each-collect-box:hover .swiper-button-prev{
	left: 0;
}
.each-collect-box:hover .swiper-button-next{
	right: 0;
}
.collectie-product-sec .product-dtl h5{
	text-transform: uppercase;
	margin-bottom: 10px;
}
.collectie-product-sec .product-image{
	position: relative;
}
.collectie-product-sec .product-dtl p{
	font-family: 'MontserratRegular';
}
.collectie-product-middle-content {
    position: relative;
    z-index: 2;
    padding: 0 18%;
}
.collectie-product-middle-content h2 {
    color: #fff;
	text-transform: uppercase;
}
.collectie-product-middle-area p {
    color: #fff;
    margin: 40px 40px 50px 0;
	text-align: justify;
}
.collectie-product-middle-area{
	position: relative;
}
.collectie-product-middle-area:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.67);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
}
.collectie-product-middle-area{
	position: relative;
}
.collectie-product-sec .col-xl-4{
	padding: 0 16px;
}
.collectie-product-sec .col-xl-8{
	padding: 0 16px;
	margin-bottom: 35px;
}
.each-collect-box{
	padding-bottom: 35px;
}
/*****************Verkocht page starts**************************/
/******Verkocht-product-sec******/
.Verkocht-product-sec{
	padding-top: 145px;
}
.Verkocht-product-sec .collectie-product-middle-area p{
	padding-right: 14%;
}
.Verkocht-product-sec .product-dtl td{
	padding-right: 0;
}
/*****************collectie-list page starts**************************/
/******collectie-list-sec******/
.collectie-list-sec{
	padding-bottom: 130px;
	background-color: #f5f5f5;
}
.collectie-list-sec .product-slider::after{
	display: none;
}
.collectie-list-sec .each-product{
	margin-bottom: 20px;
}
.collectie-list-sec .product-image{
	position: relative;
}
.collectie-list-sec .product-image .swiper-button-prev{
	left: 0;
}
.collectie-list-sec .product-image .swiper-button-next{
	right: 0;
}
.collectie-list-sec .col-lg-5{
	width: 50%;
}
.collectie-list-sec .col-lg-7{
	width: 50%;
}
.collectie-list-sec .product-slider{
	padding-top: 0;
}
.collectie-list-sec .product-dtl h4 {
	text-transform: uppercase;
}
.collectie-list-sec .product-slider .swiper-button-prev {
	left: 0;
}

/*===================================collectie dtl page start=========================================*/
.dtl-slider {
	overflow: hidden;
}
.collectie-dtl-header {
	background: rgba(0,0,0,0);
}
.collectie-dtl-header.header-fixed{
	background: #000;
}
.dtl-slider .gallery-top{
	background: #000;
}
.dtl-slider .swiper-slide-prev, .dtl-slider .swiper-slide-next{
	opacity: 0.4;
}
.gallery-top .swiper-button-next{
	right: 18%;
}
.gallery-top .swiper-button-prev{
	left: 18%;
}
.dtl-slider .gallery-thumbs {
	padding: 14px 0;
	margin-right: -8%;
}
.dtl-top-slide-wrap {
	position: relative;
}
.dtl-top-slide-info {
	max-width: 60%;
	width: 100%;
	position: absolute;
	z-index: 99;
	right: 45px;
	bottom: 55px;
}
.dtl-top-slide-info h2,
.dtl-top-slide-info h4 {
	color: #fff;
	text-transform: uppercase;
}
.dtl-top-slide-info hr {
	opacity: 1;
	color: #fff;
	margin: 20px 0; 
}
/*****tab-sec*****/
.dtl-tab-sec .nav-tabs {
    border-bottom: 0;
} 
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
    font-family: 'MontserratRegular';
    font-size: 15px;
    border: 0;
	margin-bottom: 40px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
	margin-bottom: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: #bc9e82;
    color: #fff;
    padding: 30px 5px;
    border-radius: 0;
    width: 100%;
	height: 80%;
	word-break: break-word;
	opacity: 0.5;
	text-transform: uppercase;
	letter-spacing: 3px;
    padding-top: 18px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	opacity: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	opacity: 1
}
.dtl-tab-area {
	background-color: #181818;
	padding: 9% 0;
}
.dtl-tab-sec .col-xl-10 {
	width: 78.5%;
}
.dtl-tab-sec .col-xl-2 {
	width: 21.5%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	letter-spacing: 1px;
}
/*******tab-content*****/
.tab-content-wrapper {
	padding: 0 5% 0 8%;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'MontserratRegular';
    font-size: 15px;
    color: #fff;
    padding-bottom: 18px;
    word-break: break-word;
	letter-spacing: 1px;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 20px;
    background-size: 8px;
    color: #bc9e82;
}
.kenmerken-tab ul li:nth-child(even) {
	color: rgba(255, 255, 255, 0.75);
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h5 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'MontserratRegular';
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'MontserratRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bc9e82;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
	font-family: 'MontserratRegular';
	font-size: 16px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #bc9e82;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fff;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-size: 24px;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 18px;
}
.tab-content p {
	color: #fff;
}
/****tab-contact-info******/
.tab-contact-info {
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
}
.tab-contact-info p {
	margin: 50px 0 30px;
	letter-spacing: 0.5px;
	font-family: 'MontserratRegular';
	color: #1c1c1c;
}
.dtl-mail-call a {
	color: #1c1c1c;
	font-size: 15px;
	font-family: 'MontserratRegular';
	letter-spacing: 1px;
	display: block;
	margin-bottom: 30px;
}
.dtl-mail-call a:hover {
	color: #bc9e82;
}
.dtl-mail-call img {
	width: 24px;
	margin-right: 26px;
}
.dtl-social {
	color: #1c1c1c;
	font-size: 15px;
	font-family: 'MontserratRegular';
	letter-spacing: 1px;
}
.dtl-social a {
	width: 35px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #bc9e82;
	margin-right: 8px;
	border-radius: 100%;
}
.dtl-social a:hover {
	background-color: #1c1c1c;
}
.dtl-social a:last-child {
	margin-right: 0;
}
.dtl-social a img {
	width: 15px;
}
.dtl-social span {
	margin-left: 10px;
}
.tab-contact-info .common-btn {
	max-width: 100%;
	margin-top: 50px;
}
/****collectie-related-product******/
.collectie-related-product {
	padding-bottom: 7%;
}
.collectie-related-product .sec-heading h2 {
	margin-bottom: 100px;
	color: #1c1c1c;
}
.collectie-related-product .sec-heading:after, 
.collectie-related-product .product-slider:after {
	display: none;
}
.collectie-related-product .sec-heading-wrap {
	background-color: #f5f5f5;
	padding-top: 20px;
}

#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 7px 0 6px 30px;
}
.star_icon h5{
	padding-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 20px;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
	padding-bottom: 6px;
	word-break: break-word;
	margin: 0px !important;
	font-size: 14px;
	color: #fff;
	font-family: 'MontserratRegular';
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.morgeninternet-footer {
	background: #000000;
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	transition: 0.3s all;
}

.morgeninternet-footer:hover {
	background: #202020;
	transition: 0.3s all;
}

.morgeninternet-footer > img {
	height: 30px;
	padding-top: 15px;
}
.error_background {
  background-color: #121212;
  padding-top: 92px;
}
.error_top{
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 0;
}
.light_theme{
  background:rgba(255, 255, 255, 0.83);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.cookie_div{
  color:#9c9c9c;
  font-size: 12px;
  /*font-family: 'Calibri';*/
  font-family: 'arial';
}
.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: 10pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	background:#dbffe8;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	margin:5px 0;
	cursor: pointer;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}
.mm-slideout {
    z-index: unset;
}
.form-1, .form-2, .form-3 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.foto_upload{
	line-height: 76px;
}
.dtl-tab-area .form-styl{
	background-color: #fff;
}
.privacy-header{
	position: relative;
	background: #000;
}
.privacy-header.header-fixed{
	position: fixed;
}
.privacy_section{
	padding-bottom: 10%;
}
.upload-btn img{
	width: 18px;
}
.grecaptcha-badge{
	display:none;
}
#menu3 iframe{
	height: 1200px;
}
.header-area .dropdown-menu {
    border-radius: 0;
    background: #121212;
    border: 0;
    padding: 0;
}
.header-area .dropdown-menu a {
	padding: 12px 15px;
    color: #fff;
    font-family: 'MontserratRegular';
    font-size: 15px;
    border-bottom: 1px solid #2b2b2b;
}
.header-area .dropdown-menu a:last-child{
	border-color: transparent;
}
.header-area .dropdown-menu .dropdown-item:hover, .header-area .dropdown-menu .dropdown-item:focus {
	background:#bd9e80;
	color: #fff;
}
.header-area .dropdown:hover>.dropdown-menu {
	display: block;
}
.header-area li .dropdown-item:after{
	display: none;
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before{
	border-color: #fff;
}
.mm-menu .mm-listview > li .mm-arrow::after, .mm-menu .mm-listview > li .mm-next::after {
  border-color: #fff;
}
.product-img-overlay{
	position: absolute;
	top: -6vw;
	left: 4.2vw;
	width: 3.5vw;
	background: rgba(0,0,0,0.8);
	height: 100%;
	transform: rotate(55deg);
}
.product-img-overlay span{
	position: absolute;
	top: 70%;
	transform: translateY(-50%) rotate(-90deg);
	left: 0;
	right: 0;
	font-size: 2.4vw;
	color: #fff;
	font-weight: bolder;
	font-family: 'Calibri';
}