@font-face {
	font-family: 'futura_bdcn_btbold';
	src: url('../fonts/futura_bold_font-webfont.eot');
	src: url('../fonts/futura_bold_font-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futura_bold_font-webfont.woff2') format('woff2'), url('../fonts/futura_bold_font-webfont.woff') format('woff'), url('../fonts/futura_bold_font-webfont.ttf') format('truetype'), url('../fonts/futura_bold_font-webfont.svg#futura_bdcn_btbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura_lt_btlight';
	src: url('../fonts/futura_light_bt-webfont.eot');
	src: url('../fonts/futura_light_bt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futura_light_bt-webfont.woff2') format('woff2'), url('../fonts/futura_light_bt-webfont.woff') format('woff'), url('../fonts/futura_light_bt-webfont.ttf') format('truetype'), url('../fonts/futura_light_bt-webfont.svg#futura_lt_btlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura_md_btmedium';
	src: url('../fonts/futura_medium_bt-webfont.eot');
	src: url('../fonts/futura_medium_bt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futura_medium_bt-webfont.woff2') format('woff2'), url('../fonts/futura_medium_bt-webfont.woff') format('woff'), url('../fonts/futura_medium_bt-webfont.ttf') format('truetype'), url('../fonts/futura_medium_bt-webfont.svg#futura_md_btmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	padding: 0px;
	margin: 0px;
}
* {
	outline: none !important;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
section {
	width: 100%;
}
h1 {
	font-family: 'futura_bdcn_btbold';
	font-size: 60px;
	color: #ffffff;
}
h2 {
	font-family: 'futura_bdcn_btbold';
	font-size: 48px;
	color: #ffffff;
}
h3 {
	font-family: 'futura_bdcn_btbold';
	font-size: 30px;
	color: #fff;
}
h3 span {
	color: #121212;
}
h4 {
	font-family: 'futura_lt_btlight';
	font-size: 18px;
	color: #fff;
}
h4 span {
	font-family: 'futura_md_btmedium';
	color: #121212;
}
h5 {
	font-size: 24px;
	color: #ffffff;
	font-family: 'montserratbold';
	margin-bottom: 20px;
}
h6 {
	font-family: 'futura_bdcn_btbold';
	font-size: 16px;
	color: #121212;
}
h6 span {
	font-family: 'futura_md_btmedium';
}
p {
	font-family: 'futura_lt_btlight';
	font-size: 16px;
	color: #ffffff;
}
p span {
	color: #121212;
}
.cmn_button {
	min-width: 200px;
	background: #fff;
	color: #121212;
	font-size: 16px;
	font-family: 'futura_md_btmedium';
	border: 2px solid #fff !important;
	height: 55px;
	cursor: pointer;
	border-radius: 0px !important;
	box-shadow: 0 0 1px #ccc;
	-webkit-transition-duration: 0.9s;
	-webkit-transition-timing-function: ease-out;
	-webkit-box-shadow: 0px 0px 0 0 transparent inset, 0px 0px 0 transparent inset;
}
.cmn_button:hover {
	-webkit-box-shadow: 300px 0px 0 0px #000 inset, -300px 0px 0 0px #000 inset;
	-webkit-transition: all 1.5s; /* Safari */
	transition: all 1.5s;
	color: #fff;
	border: 2px solid #0000;
}
.trans_btn {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.trans_btn:hover {
	color: #fff;
	border: 2px solid #121212;
}
.black_btn {
	background: #121212;
	color: #fff;
	border: 2px solid #121212 !important;
}
.black_btn:hover {
	color: #fff;
	-webkit-box-shadow: 300px 0px 0 0px #282828 inset, -300px 0px 0 0px #282828 inset;
	border: 2px solid #fff;
}
.cl-effect-4 a {
	padding: 10px 0px;
}
.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 5px;
	background: #ffffff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cl-effect-4 a:hover::after, .cl-effect-4 a:focus::after {
	height: 1px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.navbar.active {
	top: 0px;
	width: 100%;
	position: fixed;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 99999;
	padding: 5px 0px;
	background: #000000;
}
.header-topbar {
	background: #000000;
	padding: 8px 0px;
	width: 100%;
}
.header-topbar ul {
	width: 100%;
	text-align: right;
}
.header-topbar ul li {
	display: inline-block;
	margin-left: 60px;
}
.header-topbar ul li a {
	color: #ffffff;
	font-family: 'futura_lt_btlight';
	font-size: 16px;
	text-decoration: none;
}
.header-topbar ul li a:hover {
	color: #18bc65;
}
.icon_adjust {
	height: 16px;
	margin-right: 10px;
}
#home-banner {
	width: 100%;
	position: relative;
}
.banner-bg {
	width: 100%;
	height: 650px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	-webkit-box-shadow: inset -4px 102px 63px -6px rgba(0,0,0,0.89);
	-moz-box-shadow: inset -4px 102px 63px -6px rgba(0,0,0,0.89);
	box-shadow: inset -4px 102px 63px -6px rgba(0,0,0,0.89);
}
p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0px;
}
.navbar {
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0px;
	z-index: 9;
}
.navbar-nav .nav-link {
	font-family: 'futura_md_btmedium';
	font-size: 16px;
	position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 8px;
	padding-left: 8px;
}
.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
}
.home_filter {
	position: absolute;
	left: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 99;
}
.filter_wrapper {
	width: 80%;
	margin: 0px auto;
}
.home_top_car_slider {
	width: 100%;
	padding: 70px 0px;
	background-color: #fff;
}
.home_top_car_wrapper {
	width: 100%;
	position: relative;
}
.home_top_car_wrapper {
	width: 100%;
	position: relative;
	margin-top: -150px;
	z-index: 9999;
	text-align: center;
	padding: 0px 50px;
}
.form-control {
	border: 1px solid transparent;
}
.product_slider {
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.adj_sweep_bttn {
	background: none;
}
.sw-next {
	right: -50px;
}
.sw-prev {
	left: -50px;
}
.sw-next1 {
	right: -50px;
}
.sw-prev1 {
	left: -50px;
}
.product_price {
	padding: 15px 10px;
	background: #ffffff;
	width: 100%;
	margin-bottom: 40px;
}
.product_price h4 {
	text-align: left;
}
.product_price table {
	width: 100%;
}
.product_price tr td {
	text-align: left;
	font-size: 16px;
	color: #7c7c7c;
	font-family: 'futura_lt_btlight';
}
.latest_product {
	width: 100%;
	position: relative;
}
.car-banner {
	width: 100%;
	position: relative;
}
.main_green_banner {
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center left;
	position: relative;
}
.middle_banner_txt {
	width: 100%;
	padding: 15% 0px;
}
.middle_banner_txt h2 {
	margin-bottom: 1.5rem;
}
.middle_banner_txt h2::before {
	display: none;
}
.middle_banner_txt p {
	font-family: 'New Rail Alphabet White' !important;
}
.middle_banner_txt button {
	background: #121212;
}
.middle_banner_txt button :hover {
	background: #18bc65 !important;
}
.sign-logo-size {
	height: 115px;
}
.banner_image {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45%;
	-webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
}
.page_link_sec {
	width: 100%;
	background: url('../images/wht_bg.png')no-repeat center center/cover;
	padding: 50px 0px 50px 0px;
}
.page_link_sec h3::before {
	width: 80px;
}
.footer_banner {
	width: 100%;
	padding: 40px 0px;
}
.footer_banner h3::before {
	display: none;
}
.whte_bg {
	background: #ffffff;
	padding: 40px 30px;
}
.whte_bg p {
	color: #121212;
	font-family: 'New Rail Alphabet White';
}
.overns_txt {
	width: 100%;
	background: #f5f5f5;
	padding: 20px;
}
.contact_bttn {
	margin-top: 20px;
}
.overns_bttn {
	margin-top: 30px;
}
.whte_bg h3 {
	margin-bottom: 20px;
}
footer {
	background: #121212;
	padding: 70px 0px 35px;
}
.dblock {
	display: none;
}
.whats_app_button_sec {
	width: 100%;
}
.inner_banner {
	width: 100%;
	height: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-box-shadow: inset -45px 163px 60px -65px rgba(0,0,0,0.49);
	-moz-box-shadow: inset -45px 163px 60px -65px rgba(0,0,0,0.49);
	box-shadow: inset -45px 163px 60px -65px rgba(0,0,0,0.49);
	position: relative;
}
.custom_from {
	background: #f5f5f5;
	height: 50px;
	font-size: 16px;
	font-family: 'New Rail Alphabet White';
	color: #121212;
	border-radius: 0px;
}
.contact_social_icn {
	padding-top: 15px;
}
.contact_social_icn img {
	margin-right: 10px
}
::placeholder {
 color: #121212;
 opacity: 1;
}

:-ms-input-placeholder {
 color: #121212;
}

::-ms-input-placeholder {
 color: #121212;
}
/*---------- Index -----------*/
.social_block img {
	margin-left: 20px;
	max-width:15px;
	max-height:15px;
}
.slider_btn {
	padding-top: 42px;
}
.slider_btn button {
	margin: 0px 4px;
}
.common_bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.gallery_small_img {
	height: 260px;
	display: table;
}
.gallery_text {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 35px;
	padding-left: 50px;
}
.photo_gallery_text_height {
	display: table;
}
.photo_gallery_text_height p {
	padding: 15px 0px 50px;
	text-align: justify;
}
.photo_gallery_text {
	display: table-cell;
	vertical-align: middle;
	padding: 25px 10%;
}
.u_pad {
	padding: 13px 0px 13px 15px;
}
.blk {
	color: #121212;
}
.product_price h4 {
	height: 60px;
	overflow: hidden;
}
.product_text_wrapper {
	cursor: pointer;
	padding: 0px 15px;
	border-left: 2px solid #dbdbdb;
}
.product_text_wrapper:hover {
	border-left: 2px solid #121212;
}
.home_top_car_slider_link {
	padding-top: 30px;
}
/*----- common_form ------*/
.contact_form_wrapper {
	background-color: #282828;
	padding: 8% 10% 5%;
}
.styl5 {
	height: 50px;
	border-radius: 0px;
	background-color: transparent !important;
	color: #fff !important;
	font-family: 'futura_lt_btlight';
	font-size: 16px;
	border: 0px;
	border-bottom: 1px solid #515151;
	padding-left: 0px;
}
.form_area {
	resize: none;
	height: 150px;
}
.styl5::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #121212;
}
.styl5::-moz-placeholder { /* Firefox 19+ */
 color: #121212;
}
.styl5:-ms-input-placeholder { /* IE 10+ */
 color: #121212;
}
.styl5:-moz-placeholder { /* Firefox 18- */
 color: #121212;
}
.form-group {
	margin-bottom: 10px !important;
}
.aanbod_filter_wrapper .form-control:focus {
	color: #121212;
	background-color: none;
	border-color: #fff !important;
	outline: 0;
	box-shadow: unset !important;
}
.form-control:focus ::-webkit-input-placeholder {
color: #fff;
}
/*-------------------*/
.contact_form_sec {
	padding: 10px 0px;
}
.contact_bg_height {
	display: table;
	width: 100%;
}
.contact_form_left_text {
	display: table-cell;
	vertical-align: middle;
	padding: 11% 10%;
}
.contact_form_left_text p {
	padding: 15px 0px 48px;
	text-align: justify;
}
.footer_menu ul {
	width: 100%;
	text-align: center;
}
.footer_menu ul li {
	display: inline-block;
	font-family: 'futura_md_btmedium';
	font-size: 16px;
}
.footer_menu ul li a {
	color: #fff;
	padding: 0px 20px;
	text-decoration: none;
}
.footer_social .social_block {
	text-align: center;
	padding: 60px 0px;
}
.footer_address p span {
	margin-left: -30px;
	padding-right: 10px;
}
.footer_address_timming {
	width: 653px;
	margin: 0px auto;
}
.footer_timming table tr td {
	font-family: 'futura_lt_btlight';
	font-size: 16px;
	color: #fff;
}
.footer_timming table tr td:first-child {
	font-family: 'futura_md_btmedium';
	width: 50px;
}
.footer_logo {
	text-align: center;
	padding: 45px 0px 35px;
}
.footer_btn {
	text-align: center;
}
.form_heading {
	padding-bottom: 20px;
}
.m_footer_logo {
	display: none;
}
/*----------------------------*/


/*------ Aanbod_detail ------*/
.inner_banner-bg {
	height: 330px;
	-webkit-box-shadow: inset -4px 102px 63px -6px rgba(0,0,0,0.89);
	-moz-box-shadow: inset -4px 102px 63px -6px rgba(0,0,0,0.89);
	box-shadow: inset -4px 102px 63px -6px rgba(0,0,0,0.89);
}
.inner_banner-bg .home_filter {
	top: 58%;
}
.detail_link_sec {
	padding: 30px 0px;
	background-color: #f0f0f0;
}
.detail_text_link a {
	color: #121212;
	text-decoration: none;
}
.detail_text_link h6 {
	line-height: 60px;
}
/*----- detail_slider -----*/
/*.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}*/
.gallery-top {
	height: 80%;
	width: 100%;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 5px 0;
}
.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.pad_left_btm {
	padding-left: 5px;
	padding-bottom: 5px;
}
.pad_right5 {
	padding-right: 5px;
}
.slider_side_img .col-md-6:nth-child(1) {
	margin-bottom: 10px;
	padding-left: 7px;
	padding-right: 10px;
}
.slider_side_img .col-md-6:nth-child(2) {
	margin-bottom: 10px;
	padding-left: 5px;
}
.slider_side_img .col-md-6:nth-child(3) {
	padding-left: 7px;
	padding-right: 10px;
}
.slider_side_img .col-md-6:nth-child(4) {
	padding-left: 5px;
}
.gallery-thumbs .swiper-slide {
	opacity: 1 !important;
}
.common_swiper {
	background: none !important;
}
.swiper-button-next1 {
	width: 35px !important;
	height: 45px !important;
	right: 50px !important;
}
.swiper-button-prev1 {
	width: 35px !important;
	height: 45px !important;
	left: 50px !important;
}
.slider_img .swiper-slide img {
	width: 100%;
}
.slider_side_img img {
	width: 100%;
}
.slider_btm_thumb .swiper-slide img {
	width: 100%;
}
.main_slider_wrapper {
	padding: 0px 10px;
}
.detail_slider_heading1 {
	padding: 35px 0px;
}
.detail_slider_heading1 h3 {
	color: #121212;
}
/*---------------------*/
.detail_slider_sec .slider_img .swiper-slide {
	position: relative;
}
.hover_area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	transition: .3s all ease;
	cursor: pointer;
}
.detail_slider_sec .slider_img .swiper-slide .hover_area:hover {
	opacity: 1;
}
.zoom_image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.detail_slider_sec .slider_img .swiper-slide .hover_area img {
	width: auto;
}
.prijs_left_block h2 {
	font-family: 'futura_bdcn_btbold';
	font-size: 36px;
	color: #121212;
}
.prijs_left_block h4 {
	color: #7c7c7c;
	padding-top: 4px;
}
.slider_prijs_sec .slider_prijs_wrapper {
	border-bottom: 2px solid #dbdbdb;
	padding: 35px 0px;
	width: 100%;
}
.prijs_right_block {
	text-align: right;
}
.social_block2 img {
	margin-right: 25px;
}
.detail_slider {
	background-color: #fff;
	padding: 20px 0px 50px;
}
.detail_btn_link {
	text-align: center;
}
.detail_btn_link button {
	margin-top: 32px;
}
.prijs_right_block button span {
	padding-right: 24px;
}
/*---------- Specification Sec -----------*/
.specification_sec {
	background-color: #fff;
}
.specification_wrapper {
	width: 100%;
	margin: 0px auto;
	padding: 30px 0px 22px;
	border-bottom: 2px solid #dbdbdb;
}
.specification_heading {
	padding-bottom: 20px;
}
.specification_heading h3 {
	color: #fff;
}
.specification_table table {
	width: 80%;
}
.specification_table table tr {
	font-size: 16px;
	color: #fff;
}
.specification_table table tr td {
	padding: 0px 20px 10px 0px;
	font-size: 16px;
	font-family: 'futura_bdcn_btbold';
	color: #121212;
}
.specification_table table tr:nth-child(2) td {
	text-align: left;
	font-family: 'futura_lt_btlight';
}
/*-----------  Tab ---------*/
.tab_sec {
	padding: 25px 0px 0px;
	background-color: #fff;
}
.nav-tabs {
	text-align: center;
}
.tab_sec .nav-tabs > .nav-item {
	float: none;
	margin: 0px 0px 0px;
	border-right: 10px solid #fff;
	text-align: center;
	background-color: #121212;
	min-width: 175px;
}
.tab_sec .nav-tabs > li > a {
	font-family: 'futura_md_btmedium';
	font-size: 16px;
	color: #ffffff;
	margin-right: 0px;
	border-radius: 0px;
	min-height: 45px;
	line-height: 45px;
	padding: 6px 35px;
	border: 0px;
	transition: 0.5s all ease;
}
.tab_sec .nav-tabs > .nav-item {
	float: none;
	margin: 4px 0px 4px;
	min-width: 25%;
}
.tab_sec .nav-tabs .nav-item {
	display: inline-block;
}
.tab_sec .nav-tabs {
	border-bottom: 0px solid #ddd;
}
.tab_sec .nav-tabs > li .active {
	background-color: #eeeeee;
	color: #121212;
	border-color: transparent;
}
.tab_sec .nav-tabs > li.active > a, .tab_sec .nav-tabs > li.active > a:focus, .tab_sec .nav-tabs > li.active > a:hover {
	color: #121212;
	background-color: #fff;
	border-radius: 0px;
	border: 0px;
}
.tab_sec .nav > li > a:focus, .tab_sec .nav > li > a:hover {
	background-color: #eeeeee;
	color: #121212;
	border-bottom: 0px solid #eeeeee;
}
.tab_sec .tab-content {
	background-color: #eeeeee;
	padding: 25px 45px 50px;
}
.tab_sec .tab-content h3 {
	line-height: 25px;
	font-family: 'futura_md_btmedium';
	font-size: 24px;
	color: #121212;
	margin-bottom: 20px;
	padding: 20px 0px 15px;
	border-bottom: 2px solid #375d9d;
}
.tab_upper_part {
	background-color: #fff;
}
.tab_bottom_part {
	margin-top: 10px;
}
.tab-content ul {
	padding-left: 0px;
}
.tab-content ul li {
	line-height: 30px;
	font-family: 'futura_lt_btlight';
	font-size: 16px;
	color: #0c0c0c;
}
#home ul li {
    font-family: 'futura_lt_btlight';
    font-size: 16px;
    width: 49%;
    word-break: break-all;
    display: inline-block;
}
.tab_content_wrapper {
	background-color: #ffffff;
	padding: 0px 25px;
}
.tab_content_wrapper ul {
	list-style-type: none;
	padding-left: 20px;
}
.tab_content_wrapper ul li::before {
	position: absolute;
	margin-left: -20px;
}
.tab_content_wrapper ul {
	/*list-style-image: url('../images/bullet.png');*/
}
#menu2 ul li {
	width: 45%;
	float: left;
}
#menu2 ul li:nth-child(3n) {
	list-style-image: none;
	padding-left: 10px;
}
.tab-content ul li {
	word-break: break-all;
}
/*social_icon_group*/
.tab_sec .social_icon_wrapper {
	width: 100%;
}
.social_icon_group ul {
	list-style-type: none;
	width: 100%;
	padding-left: 0px;
}
.social_icon_group ul li {
	float: left;
	width: 25%;
	margin: 0px auto;
	background-color: #1f1f1f;
	border-right: 1px solid #1f1f1f;
	color: #fff;
	font-size: 20px;
}
.social_icon_group ul li a {
	text-decoration: none;
}
.social_icon_group ul li a i {
	padding: 18px 25px;
	color: #fff;
}
.social_icon_group ul li:hover {
	background-color: #2b2b2b;
}
.form_wrapper {
	padding-top: 20px;
}
.foto_upload {
	cursor: pointer;
}
/*--------- Tab End ------*/
/*.tab_sec .nav-tabs .nav-item:last-child {
	background-color: #fff;
}
.tab_sec .nav-tabs li:last-child a {
	color: #121212 !important;
	background:none;
	padding:0px;
	text-align:left;
}*/
.tab_sec .nav-tabs li:last-child span img {
	padding-right: 10px;
	margin-top: -10px;
}
#menu3 p {
	padding-top: 20px;
	color: #121212;
}
#menu4 p {
	padding-top: 20px;
	color: #121212;
}
.detail_form .styl5 {
	color: #121212 !important;
}
/*---------------------------*/
/*-------------------- Aanbod ---------------------*/
/*-----------------------------*/
.aanbod_filter_sec {
	padding: 50px 0px 120px;
	background-color: #f0f0f0;
}
.dropdown_select_box1 {
	width: 20%;
	border-right: 8px solid #f0f0f0;
	float: left;
}
.dropdown_select_box1:last-child {
	border-right: 6px solid #f0f0f0;
	margin-top: 5px;
}
.dropdown_select_box1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('../images/arrow2.png')no-repeat 90% center !important;
	font-size: 16px;
	text-align: left;
	color: #121212;
	height: 55px !important;
	border-radius: 0px;
	font-family: 'futura_md_btmedium';
	border: 1px solid #fff;
	margin: 5px 0px;
}
.aanbod_filter_sec button {
	min-width: 100%;
}
.dropdown_select_box1:nth-child(5) select {
	border-right: 0px solid #f0f0f0;
	background-color: #e5e5e5 !important;
	border: 1px solid #e5e5e5;
}
/*-----------------------------*/
.aanbod_product_sec {
	padding: 40px 0px 20px;
}
.aanbod_product_sec .col-md-4 {
	margin: 12px 0px;
}
.product_special_link {
	text-align: center;
	border-top: 2px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
	margin: 20px 0px 30px;
	padding: 30px 0px 40px;
	;
}
.product_special_link h3 {
	color: #121212;
}
.product_special_link p {
	padding: 15px 0px 30px;
	color: #121212;
}
.product_special_link span {
	padding-right: 10px;
}
.product_special_link span img {
	margin-top: -6px;
}
.contact_form_wrapper .form-control:focus, .dien_form .form-control:focus {
	color: #fff;
	background-color: #fff;
	border-color: #fff;
	outline: 0;
 box-shadow: 0 0 0 .0rem;
}
.dien_img {
	display: table;
	padding-right: 5%;
}
.dien_text {
	display: table-cell;
	vertical-align: middle;
}
.dien_text p {
	text-align: justify;
}
.diensten_text_img_sec {
	padding: 42px 0px 0px;
}
.diensten_text_img_sec .dien_img img {
	margin-bottom: -65px;
	z-index: 99;
	position: relative;
}
.dien_form_sec {
	padding: 120px 0px 45px;
	background-color: #f0f0f0;
}
.dien_form_text {
	padding-right: 5%;
}
.dien_form_text p {
	text-align: justify;
}
.dien_form_text h3 {
	padding-bottom: 20px;
}
.dien_form .trans_btn {
	color: #121212;
	border: 2px solid #121212 !important;
}
.dien_form .trans_btn:hover {
	color: #fff;
	border: 2px solid #fff !important;
}
.dien_form .styl5 {
	border-bottom: 2px solid #dbdbdb;
	color: #121212 !important;
}
.dien_form .styl5:focus {
	border-bottom: 2px solid #121212;
}
.link_slider {
	padding: 12px;
}
.link_wrapper {
	position: relative;
}
.img_upper_text {
	position: absolute;
	left: 25px;
	bottom: 15px;
	z-index: 999;
}
.img_upper_text h6 {
	color: #fff;
	font-family: 'futura_md_btmedium';
}
.product_item_image {
	position: relative;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transition: .3s all ease;
}
.product_item_image .overlay:hover {
	opacity: 1;
}
.sw-next3 {
	right: 35px;
	z-index: 999;
}
.sw-prev3 {
	left: 35px;
	z-index: 999;
}
.dien_form .foto_upload {
	color: #121212 !important;
}
.dien_text h3 {
	padding-bottom: 20px;
}
/*-------------------------------------------------*/

/*------------------ contact ----------------------*/
.contact_timming table {
	width: 100%;
}
.contact_timming table tr th {
	font-family: 'futura_md_btmedium';
}
.contact_timming table tr td {
	font-family: 'futura_lt_btlight';
	font-size: 16px;
	color: #121212;
	line-height: 22px;
}
.contact_timming table tr td:first-child {
	font-family: 'futura_md_btmedium';
	width: 50px;
}
.contact_btn2 {
	padding-top: 115px;
}
/*-------------------------------------------------*/

/*--------------------- Over_ons ------------------*/
.over_ons_text_sec {
	padding: 50px 0px;
	background-color: #f0f0f0;
}
.over_ons_text_wrapper h3 {
	padding-bottom: 20px;
}
.over_ons_text_wrapper {
	width: 80%;
	margin: 0px auto;
}
.over_left_text h3 {
	padding-bottom: 20px;
}
.over_left_text {
	padding: 12% 10% 12% 10%;
	background-color: #f0f0f0;
}
.over_left_text p {
	text-align: justify;
}
.over_text_list_sec {
	margin-bottom: 3px;
}
.over_list ul li {
	font-family: 'futura_md_btmedium';
	color: #b5b5b5;
	font-size: 18px;
	line-height: 36px;
	background: url(../images/checked.svg) no-repeat left center;
	padding-left: 58px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-size: 30px;
}
.over_list {
	width: 65%;
	margin: 0px auto;
	display: table;
}
.over_list_wrap {
	display: table-cell;
	vertical-align: middle;
}
.over_ons_gellery .u_pad {
	padding: 12px 15px 5px 5px;
}
.over_ons_text_wrapper p {
	text-align: justify;
	text-align-last: center;
}
.footer_menu ul li a:hover {
	color: #808080;
}
/*-------------------------------------------------*/

/*--------- BTS4 Drpdwn --------*/
.dropdown-menu a {
	padding: 12px 15px;
}
.dropdown-menu a::after {
	height: 0px;
	background-color: #fff;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown-menu {
	padding: 0px;
	border-radius: 0px;
	min-width: 220px;
	margin: 0px;
	padding-top: 15px;
	background-color: transparent;
	border: 0px;
}
.active .dropdown-menu {
	padding-top: 18px;
}
.dropdown-menu a {
	border-bottom: 1px solid aliceblue;
	transition: .3s ease;
	font-family: 'futura_md_btmedium';
	font-size: 16px;
}
.dropdown:hover a {
	background: #404040 !important;
	color: #fff !important;
}
.dropdown .dropdown-menu a:hover {
	background-color: #404040 !important;
	color: rgba(255,255,255,.5) !important;
}
#navbarDropdownMenuLink {
	background-color: transparent !important;
}
#navbarDropdownMenuLink:hover {
	background-color: transparent !important;
	color: rgba(255,255,255,.5) !important;
}
#navbarDropdownMenuLink a:hover::after, #navbarDropdownMenuLink .cl-effect-4 a:focus::after {
	border: 0px !important;
}
.dropdown-menu a::after {
	display: none;
}
.cl-effect-4 a:hover::after, .cl-effect-4 a:focus::after {
	border: 0px;
}
/*--------------------------*/
/*===============new add==========*/
.showroom_opening_hours h6{
	color:#fff;
}
.showroom_opening_hours{
	padding-bottom:30px;
}
.footer_address p a{
	color:#fff;
	text-decoration:none;
}
.aanbod_filter_sec{
	position:relative;
	padding: 15% 0px 50px;
}
.aanbod_filter_sec::before{
   content: "";
    background-color: #000;
    height: 45%;
    position: absolute;
    width: 100%;
    top: 0px;
    background: linear-gradient(to bottom, #000 20%, transparent 100%);
}
.detail_link_sec{
	position:relative;
	padding:13% 0px 30px;
}
.detail_link_sec::before{
    /*background: #000;
  background: -webkit-linear-gradient(#000, #fff);
  background: -o-linear-gradient(#000, #fff);
  background: -moz-linear-gradient(#000, #fff);
  background: linear-gradient(#000, #fff);
  height: 250px;
    width:100%;
    background:linear-gradient(#000, #fff);
	position:absolute;
	top:0;
	content: "";*/
	content: "";
    background-color: #000;
    height: 45%;
    position: absolute;
    width: 100%;
    top: 0px;
    background: linear-gradient(to bottom, #000 20%, transparent 100%);
	}
	
.prijs_right_block h6{
	font-size: 18px;
    display: inline-block;
    padding-right: 20px;
}
.dien_text a{
	color:#121212;
	text-decoration:none;
}
.footer_sec .social_block img{
	margin-left:40px;
	max-height:26px;
	max-width:26px;
}
.footer_address{
	padding-top:30px;
}
.footer_address img{
	max-height:26px;
	max-width:20px;
}
.vacture_listview_area:nth-child(odd){
	background:#f0f0f0;
}
.vacture_listview_area{
	padding-bottom:60px;
}
.vacture_listview_area .dien_img img{
	margin-top: -65px;
    margin-bottom: 0px;
}
.vacature_listview_sec{
	padding-top:8%;
}
.vacture_listview_area .flex-row-reverse .dien_text{
	text-align:right;
}
.vacture_listview_area .flex-row-reverse .dien_text p{
	text-align:right;
}
.vacture_listview_area .flex-row-reverse .dien_img {
	padding-right:0px;
	padding-left:5%;
}
.vacture_listview_area .dien_img {
	display:block;
	padding-right:16%;
}
.vacture_listview_area .trans_btn {
    color: #121212;
    border: 2px solid #121212 !important;
	margin-top:60px;
	}
.vacture_listview_area .trans_btn:hover {
	color: #fff;
	border: 2px solid #fff !important;
}

/*==========pop up===========*/
.modal_area .modal_close_img img{
	max-height:50px;
}
.modal_area .modal_close_img{
	position: absolute;
    top: 20px;
    right: 20px;
}

.modal_area .modal-dialog {
    max-width:75%;
	margin-top:10%;
}
.modal_area .modal-body{ 
	padding:0px;
}
.modal_area .modal-content p{
	color:#121212;
	text-align: justify;
}
.modal_area .modal-content{
	border:none;
	border-radius:0px;
}
.pop_up_img{
	display: inline-block;
    width: 45%;
    vertical-align: top;
}
.popup_content{
	display: inline-block;
    width: 54%;
    padding-top: 8%;
    padding-left: 80px;
    padding-right: 80px;
}
.popup_content h2{
	font-size:30px;
	color:#121212;
	padding-bottom: 15px;
}
.modal_area .black_btn{
	margin-top: 40px;
}
/*=======pop up end==========*/
.cursor
{
	cursor:pointer;
}
.error_background {
	height: 110px;
	background-color: #000;
}
.kenteken_np {
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}
.morgan_footer
{
	text-align: center;
	background-color: #000;
	padding-top: 7px;
}

#menu {
	display:none;
}

.mm-current {
	display: block !important;
}
#menu2 p
{
	padding-top: 20px;
	color: #121212;
}
.error_cls {
    border-bottom: 1px solid red !important;
}
.privacy_section
{
	background-color:rgb(33, 37, 41);
}
.privacy_section h3
{
	color:#fff;
}
.no_record
{
	text-align: center;
	font-size: 25px;
	padding: 40px 0px;
}
/*=======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';
}
#map_canvas::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 330px;
    -webkit-box-shadow: inset -4px 102px 63px -6px rgba(0,0,0,0.89);
    -moz-box-shadow: inset -4px 102px 63px -6px rgba(0,0,0,0.89);
    box-shadow: inset -4px 102px 63px -6px rgba(0,0,0,0.89);
    z-index: 3;
    width: 100%;
    background: no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: cover;
    background-position: center top;
    pointer-events: none;

}

#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;
}
.product_special_link span img {
    width: 20px;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
#home ul li:nth-child(2n+1) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 20px;
    vertical-align: top;
    background-size: 8px;
}

.star_icon h4{
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	text-transform: uppercase;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon p{
  font-family: 'futura_lt_btlight';
  font-size: 16px;
  color: #0c0c0c;;
  padding-bottom: 6px;
  word-break: break-word;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.bullet-panel li {
    padding-left: 20px;
    position: relative;
}
.bullet-panel li:after {
    padding-left: 15px;
    background-size: 8px;
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.detail_slider_sec .slider_img .swiper-slide .hover_area img {
    /* width: auto; */
    width: 45px;
}
.detail_slider_sec .common_swiper img {
    width: 45px;
}
.contact_form_wrapper .styl5::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
.contact_form_wrapper .styl5::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
.contact_form_wrapper .styl5:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
.contact_form_wrapper .styl5:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.team-member .common-arrow img {
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
    width: 30px;
}
/******/
.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: 35px;
    padding-top: 7.5px;
}

/*******footer mobile nav*******/

#mobile-contact-bar {
    display: none;
}

@media (max-width: 767.98px){
	#mobile-contact-bar img{
		width: 20px;
	}
    #mobile-contact-bar {
        box-sizing: border-box;
        font-size: 1rem;
        opacity: 1;
        position: fixed;
        width: 100%;
        z-index: 9998;
        left: 0;
        bottom: 0;
        display: block !important;
    }
    #mobile-contact-bar-outer {
      background-color: #000000;
      box-sizing: border-box;
      height: 45px;
      overflow: hidden;
      width: 100%;
    }
    #mobile-contact-bar ul {
      box-sizing: border-box;
      line-height: 0;
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      width: 100%;
      font-size: 0;
    }
    #mobile-contact-bar ul li {
      box-sizing: border-box;
      display: inline-block;
      line-height: 45px;
      text-align: center;
      height: 45px;
      width: 25%;
    }
    #mobile-contact-bar ul li a {
      color: rgba(255,255,255,0.9);
      cursor: pointer;
      display: block;
      height: 100%;
      position: relative;
      z-index: 9998;
    }
    .li_color {
      border-left: 1px solid #FFFFFF;
    }
  }

 .mm-slideout {
    z-index: unset;
}