@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'PointRegular';
    font-size: 16px;
    color: #1c1c1c;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #212121;
    border-color: rgba(255,255,255,0.2);
    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.2);
}
/*===============header==========*/
.header-area{
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	padding-top: 15px;
}
.social-icon a{
	width: 45px;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	background: #1c1c1c;
	border-radius: 100%;
}
.social-icon a:hover{
	background: #bb9974;
}
.social-icon img{
	width: 20px;
}
.topbar .text-center .mw-100{
	width: 114px;
    padding-bottom: 15px;
}
.topbar li img{
	width: 45px;
	margin-right: 12px;
}
.topbar li .ph-img{
	width: 35px;
}
.topbar li, .topbar h6{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.topbar li{
	margin: 0 30px;
}
.topbar li span{
	font-family: 'PointBold';
}
.topbar h6{
	line-height: 35px;
}
.topbar ul{
	white-space: nowrap;
}
.topbar {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.menu-items {
	text-align: center;
	padding: 40px 0;
}
.menu-items li {
	margin-right: 60px;
	display: inline-block;
}
.menu-items li:last-child {
	margin-right: 0;
}
.menu-items li a {
	font-family: 'PointRegular';
	font-size: 18px;
	color: #fff;
	padding: 0px 8px 15px;
	position: relative;
}
.menu-items li a:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width:0;
	height: 2px;
	content: '';
	background: #b39475;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items li a:hover:before, .menu-items li a.active:before {
	width: 100%;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*==============banner============*/
.banner-sec{
	position: relative;
}
.banner-content{
	position: absolute;
	top: 62%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
}
.banner-content h6{
	margin: 30px 0 70px;
}
/*==============product=============*/
.product-wrap{
	padding-left: 4%;
	padding-right: 4%;
}
.sec-heading{
	padding: 100px 0 100px;
}
.sec-heading p{
	margin: 30px 0 70px;
}
.slider-btn {
	position: relative;
	max-width: 260px;
	width: 100%;
}
.slider-btn .common-arrow{
	top: 0;
	margin-top: 0;
}
.slider-btn .swiper-button-next {
	right: 0;
}
.slider-btn .swiper-button-prev {
	left: 0;
}
.product-img, .product-slider {
	position: relative;
}
.product-img:before, .product-slider:before{
	position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #1c1c1c;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-slider:before{
	opacity: 1;
	height: 278px;
	z-index: -1;
}
.search-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'PointRegular';
    color: #fff;
    font-size: 20px;
    display: none;
}
.search-icon img {
	width: 40px;
	margin-right: 15px;
}
.each-product:hover .product-img:before{
	opacity: 0.5;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .search-icon{
	display: block;
}
.product-dtl{
	background: #fff;
}
.price-area {
	/*padding: 60px 30px;*/
	padding: 30px;
	border-bottom: 2px solid #e6e6e6;
}
.price-area h4, .product-dtl td h4{
	opacity: 0.7;
	font-family: 'PointSemiBold';
}
.price-area h4 span{
	color: #1c1c1c;
	opacity: 0.9;
	font-family: 'PointRegular';
}
.price-area h4{
	/*height: 56px;
	overflow: hidden;*/
	height: 120px;
	word-break: break-word;
}
.product-dtl table {
	width: 100%;
}
.product-dtl td {
	border-right: 2px solid #e6e6e6;
	padding: 25px 0;
	width: 33.33%;
	text-align: center;
}
.product-dtl td:last-child {
	border-right: 0;
}
.product-dtl td h4 {
	color: #1c1c1c;
	font-family: 'PointRegular';
}
/*===========gallery============*/
.gallery-sec {
	position: relative;
	background: #1c1c1c;
}
.gallery-sec:before {
	position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #fff;
    height: 16%;
    width: 100%;
}
.top-content p, .top-content h2 {
	color: #fff;
	margin-bottom: 40px;
}
.top-content p{
	margin: 40px 0;
}
.top-content h2{
	margin: 30px 0 0;
}
.top-content{
	padding: 10% 0 9%;
}
.gallery-block .col-lg-5 {
	width: 40%;
}
.gallery-block .col-lg-7 {
	width: 60%;
}
.gallery-block{
	padding: 0 4.5%;
}
.gal-item {
	overflow: hidden;
	padding: 15px;
}
.each-gallery {
	position: relative;
}
.each-gallery img {
	height: 100%;
	object-fit: cover;
}
.gallery-heading {
    position: absolute;
    bottom: 40px;
    left: 0;
    padding-left: 50px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.gallery-heading h4 {
	color: #fff;
	opacity: 1;
}
.gallery-wrap {
    position: absolute;
    bottom: 100%;
    background-color: rgba(0,0,0,0.65);
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
    display: none;
}
.each-gallery:hover .gallery-wrap {
    bottom: 0;
    height: 100%;
}
.each-gallery .search-icon {
    display: block;
}
/*===========content==========*/
.content-sec{
	padding: 6% 0;
	width: 100%;
}
.content-sec h2{
	margin: 25px 0 100px;
}
.content-sec h5{
	font-family: 'SavoyePlain';
	font-size: 64px;
	color: #1c1c1c;
	opacity: 0.75;
	letter-spacing: 1px;
	margin: 40px 0 60px;
}
.content-wrap{
	padding: 6% 12% 0;
}
/*=============footer===========*/
.footer-area {
	background: #f8f8f8;
	padding: 100px 0 140px;
}
.each-footer-info h5 {
	margin-bottom: 40px;
}
.each-footer-info p, .each-footer-info li{
	line-height: 38px;
}
.each-footer-info li{
	font-size: 18px;
	font-family: 'PointRegular';
	color: #1c1c1c;
	display: block;
}
.each-footer-info li a{
	opacity: 0.8;
}
.each-footer-info a{
	color: #1c1c1c;
}
.each-footer-info a:hover {
	color: #bb9974;
}
.each-footer-info{
	margin-bottom: 40px;
}
.footer-logo .mw-100{
	width: 209px;
}
.footer-logo{
	max-width: 300px;
	width: 100%;
	margin-left: auto;
}
.footer-menu{
	margin-left: -60px;
}
.address{
	margin-left: 40px;
}
.footer-area .social-icon a{
	background: #bb9974;
}
.footer-area .social-icon a:hover{
	background: #1c1c1c;
}
.footer-logo .common-btn{
	max-width: 100%;
	font-size: 20px;
}

/*======================================popup start===========================================*/
.modal-area .modal-dialog {
    max-width: 72%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.6);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content h4 {
	text-transform: uppercase;
}
.modal-area .popup-content p{
    margin: 40px 0 0;
}
.modal-area .popup-content {
    padding: 50px 16%;
    background-color: #fff;
}
.close-img {
    font-family: 'PointRegular';
    font-size: 23px;
    color: #1c1c1c;
	opacity: 0.8;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
/*============================contact page start========================================*/
.product-wrap {
	padding-left: 4%;
	padding-right: 4%;
}
.inner-banner-sec {
	padding: 15% 0 5%;
}
.inner-banner-sec h4 {
    padding: 15px 0 0 0;
	color: #FFF;
}
.inner-banner-content h2 {
    color: #fff;
}
/****contact-info-sec****/
.contact-info-sec{ 
	padding: 9% 0;
	background-color: #1c1c1c;
}
.each-contact-info {
	text-align: center;
}
.each-contact-info h4 {
    color: #ba9976;
	text-transform: uppercase;
}
.each-contact-info p {
    color: #fff;
	margin: 45px 0 0;
	text-align: center;
}
.each-contact-info h4 img {
	width: 50px;
	margin-right: 20px;
}
.each-contact-info a:hover {
	color: #ba9974;
}
/****contact-map-sec****/
.contact-map-sec {
/*	height: 594px;*/
	height: 470px;
}
/***contact-form-sec******/
.form-styl {
	resize: none;
    background-color: #fcfcfc;
    border-radius: 0;
    font-family: 'PointLightItalic';
    font-style: italic;
    border: 0;
    color: rgba(28, 28, 28, 0.5);
    font-size: 24px;
    padding: 0 25px;
    height: 76px;
}
.form-group {
	margin-bottom: 20px;
}
textarea.form-styl {
	padding: 33px;
	height: 230px;
}
.form-styl:placeholder {
	color: rgba(28, 28, 28, 0.5);
}
.form-styl:-ms-input-placeholder {
	color: rgba(28, 28, 28, 0.5);
}
.form-styl::placeholder {
	color: rgba(28, 28, 28, 0.5);
}
.form-styl:focus {
    box-shadow: none;
    color: rgba(28, 28, 28, 0.5);
	background-color: #fcfcfc;
}
.contact-form-sec {
	padding: 100px 0;
}
.contact-form-sec .left-block {
	padding-left: 13%;
}
.contact-form-sec h2 {
	margin-bottom: 60px;
}
.foto_upload{
	line-height: 76px;
}
/****contact-time-sec****/
.contact-time-sec {
	padding: 7% 0;
}
.contact-time-sec .content-wrap {
	padding-left: 19%;
}
.contact-time-sec .content-wrap td {
	font-family: 'PointRegular';
	font-size: 18px;
	color: #1c1c1c;
	opacity: 0.8;
}
.contact-time-sec .content-wrap td:nth-child(odd) {
	padding-right: 150px;
}
.contact-time-sec .content-wrap p {
	margin: 40px 0 0;
}
/*============================collectie-dtl page start========================================*/
.dtl-slider .swiper-button-next {
	right: calc(23% - 260px);
}
.dtl-slider .swiper-button-prev {
	left: auto;
	right: calc(23% - 130px);
}
.dtl-slider .swiper-slide-next .dtl-car-slide {
	position: relative;
}
.dtl-slider .swiper-slide-next .dtl-car-slide::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    content: '';
}
.dtl-slider .common-arrow {
	bottom: 0;
	top: auto;
}
.dtl-slider .common-arrow img {
	filter: invert(1);
}
/***collectie-dtl-bk-btn-sec****/
.collectie-dtl-bk-btn-wrap { 
	padding: 55px 4%;
}
.collectie-dtl-bk-btn-wrap{
	width: 100%;
}
.collectie-dtl-bk-btn-wrap td{
	vertical-align: top;
}
.collectie-dtl-bk-btn-sec h4 { 
	font-family: 'alegreyasc-regular';
	font-size: 26px;
	color: #1c1c1c;
	text-transform: uppercase;
}
.collectie-dtl-bk-btn-sec h4 span { 
	font-family: 'PointRegular';
	font-size: 30px;
	color: #1c1c1c;
	opacity: 0.7;
	text-transform: none;
	padding-left: 30px;
    display: block;
}
.collectie-dtl-bk-btn-sec h2 { 
	font-family: 'PointRegular';
	font-size: 40px;
	color: #bb9974;
	opacity: 0.7;
}
.mndfont {
	font-size: 32px;
}
.collectie-dtl-bk-btn-sec .col-xl-7 {
	position: relative;
}
.collectie-dtl-bk-btn-sec .col-xl-7::before {
	content: "";
    background-color: #c6c6c6;
    height: calc(100% + 20px);
    width: 1px;
    position: absolute;
    top: -10px;
    left: -6%;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding-bottom: 50px;
}
.dtl-tab-wrapper {
	background-color: #1c1c1c;
	padding: 9% 10%;
	height: 100%;
}
.dtl-tab-sec .tab-btn {
	border-bottom: 1px solid #565656;
	padding-bottom: 45px;
	margin-bottom: 65px;
}
.dtl-tab-sec .nav-tabs {
	border-bottom: 0;
	align-items: flex-end;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    margin-right: 45px;
    font-family: 'PointRegular';
    font-size: 22px;
    border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
	margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: #1c1c1c;
	color: #c9c9c9;
	opacity: 0.9;
    padding: 15px 15px;
    border-radius: 0;
    width: 100%;
    height: 100%;
    word-break: break-word;
	text-align: left;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span {
	color: #bb9974;
	opacity: 0.7;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span:hover {
	color: #bb9974;
	opacity: 0.7;
}
/***tab-contact*****/
.dtl-tab-sec .tab-content ul li {
    font-family: 'PointRegular';
    font-size: 18px;
    color: rgba(255, 254, 254, 0.8);
    padding-bottom: 15px;
    word-break: break-word;
	letter-spacing: 0.4px;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/black-bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 8px;
    padding-left: 20px;
    background-size: 8px;
}
.kenmerken-tab ul li:nth-child(even) {
	color: rgba(255, 254, 254, 0.5);
}
.bullet-panel {
    margin-bottom: 20px;
	margin-top: 17px;
}
.bullet-panel h5 {
    color: #fffefe;
    border-bottom: 1px solid #fffefe;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'PointSemiBold';
	font-size: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab-heading {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'PointRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/black-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: #ba9974;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
	font-family: 'PointRegular';
	font-size: 16px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #ba9974;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fffefe;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-family: 'PointRegular';
    font-size: 26px;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 18px;
    font-family: 'PointRegular';
	text-transform: none;
}
.dtl-tab-wrapper p {
	color: #fffefe;
}
/****garantie tab block*****/
.garantie-block .col-lg-6 {
	margin-bottom: 20px;
}
.each-garantie {
	background-color: #fff;
	height: 100%;
}
.each-garantie-text {
	padding: 13% 12%;
}
.each-garantie-text h4 {
	color: #1c1c1c;
	margin-bottom: 30px;
}
.dtl-tab-sec .tab-content .each-garantie-text ul li {
	font-size: 15px;
	font-family: 'PointRegular';
	color: #1c1c1c;
	padding-left: 15px;
	padding-bottom: 15px;
	position: relative;
}
.dtl-tab-sec .tab-content .each-garantie-text ul li:last-child {
	padding-bottom: 0;
}
.dtl-tab-sec .tab-content .each-garantie-text ul li::after {
    background-size: 8px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/remove.png);
    background-repeat: no-repeat;
}
/*.each-garantie-price {
	max-width: 300px;
	width: 100%;
	margin-left: auto;
	background-color: #bb9974;
	padding: 28px 5px;
	text-align: center;
}*/
.each-garantie-price h3{
	font-size: 24px;
	font-family: 'PointRegular';
	color: #fff;
	max-width: 300px;
	width: 100%;
	margin-left: auto;
	background-color: #bb9974;
	padding: 20px 5px;
	text-align: center;
}
/****dtl-contact-info****/
.inner-btn {
	max-width: 300px;
	font-size: 24px;
}
.dtl-contact-info {
	padding: 0 20px;
}
.dtl-contact-text{ 
	padding: 30px;
}
.dtl-contact-text h6 { 
	font-size: 20px;
	font-family: 'alegreyasc-regular';
	color: #1c1c1c;
	margin-bottom: 26px;
}
.dtl-contact-text a { 
	font-size: 18px;
	font-family: 'PointRegular';
	color: rgba(28, 28, 28, 0.8);
	margin-bottom: 10px;
	display: block;
}
.dtl-contact-text a:hover {
	color: #ba9974;
}
.dtl-contact-text a:last-child {
	margin: 0;
}
.dtl-contact-btn .common-btn {
	margin-bottom: 20px;
	max-width: 100%;
}
.dtl-contact-share a {
	font-size: 18px;
	font-family: 'PointRegular';
	color: rgba(28, 28, 28, 0.8);
}
.dtl-contact-share a:hover {
	color: #ba9974;
}
.dtl-contact-share a:hover img  {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.dtl-contact-share a img {
	width: 20px;
	margin-right: 15px;
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
/*****dtl-gallery-sec*****/
.dtl-gallery-sec .sec-heading {
	padding: 115px 0 70px;
}
.dtl-gallery-sec .sec-heading p {
	margin-bottom: 20px;
}
.dtl-gallery-sec .sec-heading .slider-btn {
	margin-left: auto;
}
.each-dtl-gal {
	position: relative;
}
.each-dtl-gal-text h4 {
	font-size: 26px;
	font-family: 'PointRegular';
	color: rgba(255, 255, 255, 0.9);
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.each-dtl-gal-text h4 img {
	width: 40px;
    margin-right: 20px
}
.each-dtl-gal-text {
    position: absolute;
    top: -100%;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-gal:hover .each-dtl-gal-text {
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/***collectie-dtl-form-sec*****/
.collectie-dtl-form-sec {
	padding: 136px 0 30px;
}
.collectie-dtl-form-sec .left-block {
	padding-left: 20%;
}
/***related-product-sec***/
.related-product-sec .product-slider {
	/*padding-bottom: 160px;*/
	padding-bottom: 10px !important;
}
.related-product-sec .product-slider:before{
	background-color: #f8f8f8;
	height: 433px;
}
/*.related-product-sec .price-area {
	padding: 50px 0 20px;
	border-bottom: 0;
}
.related-product-sec .price-area h4 {
	color: #1c1c1c;
	opacity: 0.7;
	font-family: 'PointRegular';
}
.related-product-sec .product-dtl {
	padding: 0 9%;
}
.related-product-sec .product-dtl table {
	width: auto;
	border-bottom: 2px solid #e6e6e6;
}
.related-product-sec .product-dtl td {
	border-right: 0;
	width: auto;
	text-align: left;
	padding: 25px 50px 25px 0;
}
.related-product-sec .product-dtl td:last-child {
	padding: 0;
}*/
.related-product-sec .cost {
	padding: 34px 0;
}
/*============================diensten-dtl page start========================================*/
.dtl-pg-header .menu-items {
	border-top: 2px solid rgba(255, 255, 255, 0.5);
}
.dtl-pg-header {
	position: relative;
    background: #1c1c1c;
    /*padding-bottom: 50px;*/
}
.dtl-pg-header .topbar {
	border-bottom: 0;
}
/***diensten-dtl-bk-btn-wrap***/
.diensten-dtl-bk-btn-wrap {
	position: relative;
}
.diensten-dtl-bk-btn-sec .common-btn {
	width: 100%;
    position: absolute;
    right: 0;
    top: 145px;
    z-index: 2;
}
/***diensten-dtl-top-sec****/
.diensten-dtl-top-sec {
	padding: 80px 0;
}
.diensten-dtl-top-sec p {
	margin: 30px 0 0;
}
.diensten-dtl-mid-sec {
	padding: 0;
}
/****diensten-dtl-info-sec***/
.diensten-dtl-info-sec p {
	font-size: 18px;
}
/***diensten-dtl-mid-sec****/
.diensten-dtl-mid-sec .content-wrap {
	padding-bottom: 10%;
}
/*============================vacature-dtl page start========================================*/
/***vacature-dtl-top-sec**/
.vacature-dtl-top-sec a {
	font-family: 'PointRegular';
    font-size: 18px;
    color: #1c1c1c;
	opacity: 0.8;
}
.vacature-dtl-top-sec a img {
	width: 17px;
	margin-right: 15px;
	opacity: 0.8;
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
.vacature-dtl-top-sec a:hover {
	color: #ba9976;
}
.vacature-dtl-top-sec a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.vacature-dtl-top-sec p {
	margin-bottom: 26px;
}
.vacature-dtl-form-sec .upload-btn {
	display: inline-block;
	padding-right: 40px;
}
.vacature-dtl-form-sec .upload-btn a {
	font-family: 'PointRegular';
    font-size: 18px;
    color: #1c1c1c;
    opacity: 0.8;
}
.vacature-dtl-form-sec .upload-btn a img {
	width: 17px;
	margin-right: 15px;
	opacity: 0.8;
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
.vacature-dtl-form-sec .upload-btn a:hover {
	color: #ba9976;	
}
.vacature-dtl-form-sec .upload-btn a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}

/**************************diensten-page-starts************************/
/*********diensten-gallery-sec********/
.diensten-gallery-sec{
	padding: 7% 0 6% 0;
}
.diensten-txt-hovcont a img{
	width: 40px;
	margin-right: 5px;
}
.diensten-txt-cont h4{
	font-size: 26px;
	color: #fff;
	opacity: 1;
}
.diensten-txt-hovcont p{
	color: #fff;
	margin-bottom: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diensten-txt-hovcont .common-btn{
	font-family: 'PointRegular';
	font-size: 24px;
	color: rgba(255, 255, 255, 0.9);
	background: none;
	border: none;
	height: 30px;
	line-height: 30px;
}
.diensten-glry-wrap{
	padding: 0 6%;
}
.diensten-img-box{
	position: relative;
	overflow: hidden;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.diensten-txt-cont{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 6% 6%;
	z-index: 2;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.diensten-txt-hovcont{
	position: absolute;
	z-index: 2;
	top: -100%;
	transform: translateY(-50%);
	padding: 0 10%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	width: 100%;
}
.diensten-img-box:after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: -100%;
	left: 0;
	position: absolute;
	z-index: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.diensten-img-box:hover .diensten-txt-hovcont{
	top: 50%;
}
.diensten-img-box:hover:after{
	top: 0;
}
.diensten-img-box:hover .diensten-txt-cont{
	bottom: -100%;
}
.diensten-glry-wrap .col-lg-6{
	padding:0 6px 12px 6px;
}
/**************************vacatures-page-starts************************/
/*********vacatures-glry-sec********/
.vacatures-glry-sec ul{
	width: 100%;
	max-width: 540px;
	margin: 40px auto 0;
}
.vacatures-glry-sec ul li img{
	width: 30px;
	filter: brightness(6);
	-webkit-filter: brightness(6);
}
.vacatures-glry-sec ul li span{
	display: block;
	margin-bottom: 10px;
}
.vacatures-glry-sec ul li{
	text-align: center;
	font-family: 'PointRegular';
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	margin-right: 25%;
}
.vacatures-glry-sec ul li:last-child{
	margin-right: 0;
}
.vacatures-glry-sec .diensten-txt-hovcont h4{
	font-size: 26px;
	color: #fff;
	opacity: 1;
}
.vacatures-glry-sec .diensten-txt-hovcont{
	top: -100%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	width: 100%;
	padding: 0 12px;
}
/*============================overons page start========================================*/
/****member-sec*****/
.each-member {
	position: relative;
}
.each-member:hover .each-member-wrap {
	bottom: 0;
    height: 100%;
}
.each-member-wrap {
	position: absolute;
    bottom: 100%;
    background-color: rgba(0,0,0,0.4);
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
}
.each-member p {
	position: absolute;
    top: 68%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'PointRegular';
    color: #fff;
	opacity: 90%;
	line-height: 25px;
}
.each-member h4 {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'PointRegular';
    color: #fff;
	opacity: 90%;
}
.member-sec .sec-heading {
	padding-bottom: 30px;
}
.member-sec .member-slider {
	margin-left: -8%;
	position: relative;
}
.member-sec .member-slider::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	background: #1c1c1c;
	height: 44%;
	width: 100%;
	z-index: -1;
}
.member-slider .swiper-slide.swiper-slide-next {
    margin-right: -75px !important;
}
/***overons-gallery-sec***/
.overons-gallery-sec {
	padding-bottom: 2%;
}
.overons-gallery-sec::before {
	background-color: #f8f8f8;
	height: 27%;
}
.overons-gallery-sec .top-content {
	padding-top: 8%;
}
.overons-gallery-sec .top-content p{ 
	margin-bottom: 0;
}
.overons-gallery-sec .top-content .slider-btn {
	margin-left: auto;
	right: -8%;
	margin-top: 50px;
}
.overons-gallery-sec .top-content .slider-btn .common-arrow img {
	filter: invert(1);
	-webkit-filter: invert(1);
}
.overons-gallery-sec .search-icon img {
	display: block;
	margin: 0 auto 20px;
}
.overons-gallery-sec .search-icon  {
	font-size: 19px;
}
.overons-gallery-sec .overons-mobile-gallery {
	display: none;
}
/**************************collectie-raster-page-starts************************/
/*********filter-sec********/
.filter-sec{
	background-color: #1c1c1c;
	padding: 5.5% 0;
}
.filter-sec .select-style {
    width: 100%;
    height: 60px;
    color: #fff;
	font-family: 'PointRegular';
    font-size: 18px;
    border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-right: none;
	border-left: 1px solid #d1d1d1;
    appearance: none;
    line-height: 58px;
    text-align: center;
	background: #1c1c1c;
    -webkit-appearance:none;

}
.filter-sec option{
	font-family: arial;
}
.each-filter-grid img{
	width: 25px;
}
.filter-wrapper{
	padding-left: 10.5%;
}
.zoken-btn .common-btn{
	max-width: 100%;
}
.filter-grid-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.each-filter-grid{
	border: 1px solid rgba(209,209,209,0.5);
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	opacity: 0.5;
}
.each-filter-grid:last-child{
	border-left: none;
}
.filter-btn-area .col-md-8{
	width: 55%;
}
.filter-btn-area .col-md-4{
	width: 45%;
}
.filter-sec .col-lg-3{
	width: 20%;
}
.filter-sec .col-lg-10{
	width: 88%;
}
.filter-sec .col-lg-2{
	width: 12%;
}
.each-filter-grid.active{
	opacity:1;
}
.zoken-btn{
	position: relative;
}
.reset-btn{
	position: absolute;
    right: 0;
    margin-top: 5px;
}
/*********collectie-product-sec********/
.collectie-product-sec{
	background-color: #1c1c1c;
	padding-bottom: 8%;
	overflow: hidden;
}
.collectie-product-sec .col-xl-4{
	padding: 0 12px;
}
.collectie-product-wrap{
	margin: 0 -12px;
	padding: 0 7%;
}
.collectie-product-wrap .each-product{
	margin-bottom: 28px;
}
.collectie-product-wrap .each-product .col-md-5 span{
	font-family: 'PointBook';
	font-size: 18px;
	color: #1c1c1c;
	opacity: 0.7;
	display: block;
	margin-top: 7px;
}
/**************************verkocht-page-starts************************/
/*********verkocht-product-sec********/
.verkocht-product-sec .price-area{
	padding: 50px 0 20px;
}
.verkocht-product-sec .product-dtl {
    padding: 0 9% 80px 9%;
}
.verkocht-product-sec .product-dtl td:last-child {
    text-align: right;
}
.verkocht-product-sec .product-dtl td:nth-child(2) {
    text-align: center;
}
.verkocht-product-sec .price-area h4 span{
	opacity: 0.9;
}
.verkocht-product-sec{
	padding: 7% 0 5.6% 0;
}
/**************************collectie-list-page-starts************************/
/*********collectie-list-sec********/
.collectie-list-sec{
	padding: 0 0 11% 0;
}
.collectie-list-sec .product-dtl table td{
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	padding: 40px 0;
}
.collectie-product-wrap{
	margin-bottom: 45px;
}
.collectie-list-sec .product-dtl .price-area{
	border-bottom: none;
	padding: 0;
}
.collectie-list-sec .product-dtl table{
	margin: 45px 0;
}
.collectie-list-sec .product-dtl a{
	color: #bb9974;
	font-family: 'PointLight';
	font-size: 24px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	opacity: 0.7;
}
.collectie-list-sec .product-dtl a:hover{
	opacity: 1;
}
.collectie-list-sec .product-dtl .price-wrap span {
    font-family: 'PointBook';
    font-size: 18px;
    color: #1c1c1c;
    opacity: 0.7;
	margin-left: 17px;
}
.collectie-list-sec .product-dtl .price-wrap h4 {
	font-size: 26px;
}
.collectie-list-sec .product-dtl table td:nth-child(2){
	text-align: center;
}
.collectie-list-sec .each-product {
    margin-bottom: 0;
}
.collectie-list-sec .product-dtl{
	padding: 30px 14%;
}
.collectie-list-sec table td:first-child{
	text-align: left;
}
.collectie-list-sec .product-dtl td{
	border-right: none;
}
.collectie-list-sec .price-area .col-md-7 h4{
	font-size: 26px;
	color: #1c1c1c;
}
.price-wrap h4{
	font-family: 'PointSemiBold';
	opacity: 0.7;
}

.colpricearea {
	transform: translate(0%,70%)!important;
}

/*******loader*****/
#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;
}

/*********Morgen Footer************/
.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;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.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';
}
.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';
}
.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);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    border-bottom: 1px solid #1c1c1c;
	color: #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'PointRegular';
    font-size: 18px;
    color: rgba(255, 254, 254, 0.8);
    word-break: break-word;
    letter-spacing: 0.4px;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.form-1, .form-2, .form-3{
	display: none;
	background: #f4f4f4;
    padding: 40px 15px;
    margin: 20px 0 20px;
} 
.dtl-tab-sec h3{
	color: #fff;
}
.diensten-txt-hovcont img {
    width: 40px;
    margin-right: 5px;
}
.aanbod-list1 .price-area h4{
	height: auto;
}
.scroll_dwn {
	position: absolute;
	width: 100%;
	bottom: 12px;
	z-index: 9999;
	text-align: center
}
.scroll_dwn img{
    width: 50px;
    filter: invert(1);
}

.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}

@media (max-width: 1599px) {
	.mndfont {
		font-size: 27px !important;
	}
}

@media (max-width: 1399px) {
	.mndfont {
		font-size: 25px !important;
	}
}

@media (max-width: 767px) {
	.mndfont {
		font-size: 24px !important;
	}
}

