@import "font.css";
@import "common.css";
@import "font-awesome.min.css";

@font-face {
	font-family: 'A2TypeNewRailAlphabetWhite';
	src: url('../font/A2TypeNewRailAlphabetWhite.eot');
	src: url('../font/A2TypeNewRailAlphabetWhite.eot') format('embedded-opentype'), url('../font/A2TypeNewRailAlphabetWhite.woff2') format('woff2'), url('../font/A2TypelftNewRailAlphabetWhite.woff') format('woff'), url('../font/A2TypeNewRailAlphabetWhite.ttf') format('truetype'), url('../font/A2TypeNewRailAlphabetWhite.svg#A2TypeNewRailAlphabetWhite') format('svg');
}

@font-face {
	font-family: 'A2TypeNewRailAlphabetBold';
	src: url('.../font/A2TypeNewRailAlphabetBold.eot');
	src: url('../font/A2TypeNewRailAlphabetBold.eot') format('embedded-opentype'), url('../font/A2TypeNewRailAlphabetBold.woff2') format('woff2'), url('../font/A2TypeNewRailAlphabetBold.woff') format('woff'), url('../font/A2TypeNewRailAlphabetBold.ttf') format('truetype'), url('../font/A2TypeNewRailAlphabetBold.svg#A2TypeNewRailAlphabetBold') format('svg');
}

@font-face {
	font-family: 'A2TypeNewRailMedium';
	src: url('../font/A2TypeNewRailMedium.eot');
	src: url('../font/A2TypeNewRailMedium.eot') format('embedded-opentype'), url('../font/A2TypeNewRailMedium.woff2') format('woff2'), url('../font/A2TypeNewRailMedium.woff') format('woff'), url('../font/A2TypeNewRailMedium.ttf') format('truetype'), url('../font/A2TypeNewRailMedium.svg#A2TypeNewRailMedium') format('svg');
}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	color: #fff;
}

.dblock {
	display: none;
}

.top_bar {
	width: 100%;
	background: #121212;
	padding: 8px 0px;
}

.top_bar ul {
	text-align: right;
	width: 100%;
}

.top_bar ul li {
	display: inline-block;
	margin-left: 30px;
	color: #a3a3a3;
	font-size: 14px;
	font-family: 'New Rail Alphabet White';
}

.top_bar ul li img {
	margin-right: 10px;
	width: 15px;
}

.navbar {
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 37px;
	z-index: 2;
	width: 100%;
	left: 0px;
	/*border-bottom: 1px solid #c3c2c2;*/
	padding: 10px 0px;
}

.navbar-nav .nav-link {
	font-family: 'New Rail Alphabet Medium';
	font-size: 14px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
}

.nav-link {
	transition: 0.3s ease;
	color: #ffffff;
	text-decoration: none;
	/*border-bottom: 2px solid transparent;*/
	text-transform: uppercase;
}

.nav-link:hover {
	/*border-bottom: 2px solid #ffffff;*/
}

.header_banner {
	width: 100%;
	position: relative;
}

.all_banner {
	width: 100%;
}

.header_banner .header_banner_text {
	padding: 22% 0px;
}

.header_banner_text p {
	font-size: 24px;
	margin-top: 35px;
	margin-bottom: 40px;
	color: #ffffff;
}

.header_banner_text .hvr-radial-in {
	background: transparent;
	border: 2px solid #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header_banner_text .hvr-radial-in:hover {
	background: #fff;
	color: #121212;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header_banner_text .afspraak-btn{
	margin-left: 50px;
}

/*.header_banner_text .hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
	background:#843332;
}

.header_banner_text .hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
	-webkit-transform: scale(0);
	transform: scale(0);
	background:#ffffff;
}*/

.navbar.active {
	top: 0px;
	width: 100%;
	position: fixed;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 99;
	background-color: #000 !important;
	/*padding: 5px 0px;*/
	padding: 10px 0px;
}

.header_banner .swiper-pagination-white .swiper-pagination-bullet-active {
	background: none !important;
}

.header_bottom_banner_sec {
	width: 100%;
	position: relative;
}

.banner_text_wrapper {
	width: 100%;
	padding: 60px 0px;
	padding-right: 30px;
}

.banner_text_wrapper h2 {
	margin-bottom: 70px;
}

.sgn_dv {
	font-family: 'harabarahanditalic';
	font-size: 24px;
	color: #843332;
	padding: 20px 0px 30px;
}

.filter_main_wrapper {
	width: 100%;
	position: relative;
	padding: 50px 0px 30px 50px;
}

.each_filter_blog {
	width: 100%;
}

.each_filter_blog h4 {
	text-align: center;
	font-size: 20px;
}

.cr_logo_sec {
	background: #ffffff;
	position: relative;
	padding: 30px 15px;
	text-align: center;
	margin-top: 30px;
}

.cr_logo_sec p {
	color: #843332;
	margin-bottom: 20px;
}

.downarrow {
	text-align: center;
	padding-top: 30px;
}

.header_bottom_banner_sec::before {
	content: "";
	background: #f3f3f3;
	width: 50%;
	height: 100%;
	top: 0px;
	right: 0px;
	position: absolute;
}

.cr_logo_sec img {
	max-height: 48px;
}

.cr_logo_sec:before {
	content: url('../images/upper_angle.png');
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.st_cont {
	width: 100%;
	text-align: right;
	padding-right: 40px;
}

.fl_bottom {
	padding-top: 40px;
}

.st_cont p {
	color: #843332;
}

.st_cont p img {
	margin-left: 10px;
}

.main_car_sec {
	width: 100%;
	position: relative;
	background: #121212;
	padding: 30px 0px;
	max-height: 550px;
	margin-bottom: 180px;
}

.main_bottom .main_car_sec:after {
	position: absolute;
	height: 190px;
	top: 99%;
	left: 0px;
	/*background-color:#121212;*/
	content: '';
	width: 100%;
}

.main_car_sec h2 {
	color: #ffffff;
	text-align: center;
}

.main_car_sec h2:before {
	background: #843332;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.car_slider_content {
	width: 100%;
	position: relative;
}

.car_text_wrapper {
	width: 100%;
	position: relative;
	padding-top: 30px;
}

.car_slider_content {
	margin-top: 65px;
}

.car_slider_content .swiper-button-next {
	right: 50px;
}

.car_slider_content .swiper-button-prev {
	left: 50px;
}

.car_slider_content .img_border {
	border: 0;
}

.car_text_wrapper h2::before {
	display: none;
}

.car_text_wrapper::before {
	position: absolute;
	width: 82%;
	height: 200px;
	border: 2px solid #843332;
	content: "";
	top: 0px;
	right: 0px;
	z-index: 99;
}

.footer_sec {
	width: 100%;
	background: #121212;
	padding: 40px 0px 0;
}

.each_footer_sec {
	width: 100%;
}

.each_footer_sec h4 {
	color: #ffffff;
	margin-bottom: 30px;
}

.each_footer_sec p {
	color: #ffffff;
	line-height: 28px;
	opacity: 0.8;
}

.footer_sec .footer-menu {
	padding-left: 50px;
}

.each_footer_sec ul {
	width: 100%;
}

.each_footer_sec ul li {
	width: 100%;
	padding-bottom: 8px;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	opacity: 0.8;
}

.each_footer_sec table {
	width: 100%;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	color: #ffffff;
}

.each_footer_sec table tr th {
	padding-bottom: 10px;
	color: #ffffff !important;

}

.each_footer_sec table tr td:first-child {
	font-family: 'New Rail Alphabet Medium';
	opacity: 1;
}

.each_footer_sec table tr td {
	padding-bottom: 6px;
	color: #ffffff !important;
	opacity: 0.8;
}

.bnd_logo {
	width: 100%;
	margin-top: -50px;
	padding-bottom: 20px;
}

.bnd_logo ul {
	width: 100%;
	text-align: right;
}

.bnd_logo ul li {
	display: inline-block;
	padding: 0px 2%;
	vertical-align: middle;
	margin-bottom: 0;
}

footer hr {
	border-top: 1px solid #3a3a3a;
	margin-bottom: 0;
	border-bottom: 0;
}

.footer_logo {
	width: 100%;
	text-align: left;
	padding-top: 10px;
}

.footer_upper_banner {
	width: 100%;
	margin-top: 8%;
	position: relative;
	border-right: 8px solid #fff;
}

.left_text_wrapper {
	width: 100%;
	padding-top: 30px;
}

.left_text_wrapper h2 {
	margin-bottom: 70px;
}

.mrt {
	margin-top: 40px;
	padding-bottom: 40px;
}

.right_bg_img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 50%;
	height: 100%;
	z-index: 9;
}

.car_slider {
	width: 100%;
	padding: 8px;
}

.main_content {
	width: 100%;
	background: #ffffff;
	padding: 20px 20px 5px 20px;
	margin-top: 50px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	position: relative;
	z-index: 9;
	margin-bottom: 5px;
}

.main_content table {
	width: 100%;
	font-size: 14px;
	margin-top: 80px;
}

.main_content table tr td {
	padding-bottom: 6px;
	color: #121212;
	border-top: 1px solid #f5f5f5;
	font-family: 'New Rail Alphabet White';
	width: 60%;
}

.main_content table tr:first-child td {
	border-top: 0px;
}

.main_content table tr td:first-child {
	font-family: 'New Rail Alphabet Medium';
}

.rght_cont {
	float: right;
	width: 53%;
	text-align: left;
}

.price_sec {
	width: 100%;
}

.main_car_sec .col-lg-8 {
	position: relative;
}

.top_bttn {
	/*margin-top:60%;*/
	position: absolute;
	bottom: 150px;
}

.morgan_footer {
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}

.common_banner_area {
	padding: 14% 0px 20px;
}

.common_banner_area p {
	margin-bottom: 0;
}

.fx_logo {
	position: fixed;
	width: auto;
	right: 0px;
	top: 200px;
	z-index: 33;
}

.menu_active {
	border-bottom: 2px solid #ffffff;
}

.cr_logo_sec ul {
	width: 100%;
	font-size: 0px;
}

.cr_logo_sec ul li {
	width: 33.33%;
	display: inline-block;
	padding-bottom: 15px;
}

/*-------------------shreya_contact_start-------------------------*/
.map_lc {
	width: 100%;
	height: 548px;
	/*background-image:url('../images/map.jpg');*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact_frm {
	width: 100%;
	background: #ffffff;
	padding: 80px 0px 60px 0px;
}

.con_left {
	width: 100%;
	padding-bottom: 40px;
}

.con_left p {
	margin-top: 43px;
}

.con_left table {
	width: 100%;
	color: #121212;
	font-size: 14px;
}

.contact_cont {
	margin-top: 54px;
}

.contact_details h4 {
	margin-bottom: 67px;
}

.contact_details table tr td {
	padding-bottom: 30px;
	font-family: 'New Rail Alphabet White';
	vertical-align: top;
}

.contact_details table tr td:first-child {
	width: 20%;
	padding-right: 5px;
}

.opening_timing h4 {
	margin-bottom: 26px;
}

.opening_timing table {
	width: 100%;
	color: #121212;
	font-size: 14px;
}

.opening_timing table tr th {
	padding-bottom: 19px;
	font-family: 'New Rail Alphabet Bold';
}

.opening_timing table tr td {
	font-family: 'New Rail Alphabet White';
}

.con_right {
	width: 100%;
	position: relative;
}

.right_wappr h2 {
	color: #121212;
	font-family: 'New Rail Alphabet White';
	margin-bottom: 61px;
}

.right_wappr {
	width: 100%;
	position: absolute;
	background: #ffffff;
	padding: 60px;
	top: -140px;
	left: 0px;
	-webkit-box-shadow: -1px 4px 19px -4px rgba(0, 0, 0, 0.63);
	-moz-box-shadow: -1px 4px 19px -4px rgba(0, 0, 0, 0.63);
	box-shadow: -1px 4px 19px -4px rgba(0, 0, 0, 0.63);
}

.right_wappr .form-control {
	min-height: 48px;
	resize: none;
	font-size: 14px;
	font-family: 'New Rail Alphabet Medium';
	border: 2px solid #dddddd;
	border-radius: 0px;
	line-height: 46px;
	padding: 0 0px 0 20px;
}

.right_wappr .form-control.foto_upload {
	color: #000000;
}

.right_wappr .form-control::placeholder {
	color: #000000;
	opacity: 1;
}

.right_wappr .form-control span {
	color: #000000;
	opacity: 1;
}

.car_form .form-control {
	min-height: 48px;
	resize: none;
	font-size: 14px;
	font-family: 'New Rail Alphabet Medium';
	border: 2px solid #ececec;
	border-radius: 0px;
}

.car_form .form-control::placeholder {
	color: #000000;
	opacity: 1;
}

.car_form .form-control span {
	color: #000000;
	opacity: 1;
}

/*-------------------contact_end-------------------------*/
/*-------------------Werkplaats_start-------------------------*/
.expertise_overview_sec_wrapper {
	background-color: #121212;
	padding: 150px 0 70px;
}

.expertise_overview_sec {
	width: 100%;
	position: relative;
	background: #121212;
}

.main_bg_img_sec {
	position: absolute;
	width: 65%;
	left: 0px;
	top: 0px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.expertise_overview_sec_text {
	width: 100%;
	background-color: #252525;
	border-radius: 5px;
}

.intro_text {
	padding: 14% 11% 14%;
	margin: 50px 0px;
}

.intro_text p {
	padding: 30px 0px 40px;
	text-align: justify;
}

.expertise_overview_sec_wrapper .expertise_overview_sec:nth-child(even) .main_bg_img_sec {
	left: auto;
	right: 0px;
}

.expertise_overview_sec_wrapper .expertise_overview_sec:nth-child(even) .intro_text {
	padding: 12% 9% 12%;
}

.expertise_overview_sec_wrapper .expertise_overview_sec:nth-child(even) .expertise_overview_sec_text {
	background-position: right center;
}

.p_black p {
	color: #ffffff;
	margin-bottom: 0px;
}

.intro_text h2 {
	color: #ffffff;
	font-family: 'New Rail Alphabet Bold';
}

/*.intro_text .hvr-radial-in
{	
border:0px;
}*/
/*------_overon_start------*/
.each_filter_blog h2::before {
	display: none;
}

.overons_pg .each_filter_blog h4 {
	text-align: center;
	font-size: 18px;
}

.sec_height {
	height: 204px;
	display: table;
	width: 100%;
}

.cr_logo_sec h2 {
	display: table-cell;
	vertical-align: middle;
	color: #843332;
}

.people {
	background: #121212;
	padding: 90px 0px;
}

.people h2 {
	color: #ffffff;
}

.pic_margin {
	margin-top: 28px;
}

.people h2:before {
	display: none;
}

.people h2 {
	text-align: center;
}

.people h2 span {
	position: relative;
}

.people h2 span:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: #ffffff;
	left: 0px;
	bottom: -50px;
}

.peopledetails_margin {
	margin-top: 80px;
}

.people_details {
	background: #1b1b1b;
	padding: 10%;
}

.people_details h4 {
	color: #ffffff;
}

.people_details h5 {
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
}

.people_details p {
	color: #686868;
	margin-top: 25px;
}

.gallery_section {
	width: 100%;
}

.gal-item {
	overflow: hidden;
	padding: 5px 10px 5px;
}

.gal_item2 {
	padding-right: 0px;
}

.gal-item .box {
	height: 100%;
	overflow: hidden;
}

.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/*------------*/
/*------------*/
.werkplaats_sec {
	background: #121212;
	padding: 65px 0px;
}

.werkplaats_sec h4 {
	color: #ffff;
	font-size: 36px;
}

.werkplaats_sec h2:hover {
	display: none;
}

.werkplaats_sec p {
	color: #ffff;
	margin-top: 8%;
}

.bandenonderhoud {
	padding: 50px 0px;
}

.top_right_text {
	padding: 0% 0% 0% 8%;
}

.top_right_text h4 {
	font-size: 36px;
	margin-bottom: 30px;
	color: #121212;
}

.top_right_text p {
	color: #121212;
	text-align: justify;
}

hr {
	display: block;
	margin-top: 3.5em;
	margin-bottom: 3.0em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
}

.right_wappr.from2 {
	top: 0px;
	padding: 75px 80px;
}

.right_wappr.from2 li {
	position: relative;
}

.right_wappr.from2 li:after {
	position: absolute;
	top: 10px;
	left: 0;
	background-image: url(../images/tick.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	background-position: center;
	width: 20px;
	height: 20px;

}

.right_wappr.from2 ul li p {
	font-family: 'New Rail Alphabet White';
	font-size: 18px;
	color: #121212;
	margin-left: 10px;
}

.right_wappr.from2 ul li p {
	padding: 0px 0px 20px 25px;
}

.bttn_mrgn {
	margin-bottom: 20px;
}

.right_wappr.from3 {
	top: 0px;
	position: relative;
}

.banner_bottom_selection {
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-top: 110px;
}

/*.banner_bottom_selection_bottom .container form {
width: 100%;
margin: 0px auto;
}*/
.selection_area .row {
	padding: 0px !important;
}

.selection_area .each_select_box {
	margin-bottom: 12px;
}

.select_box {
	width: 100%;
	border-radius: 0px;
	font-family: 'New Rail Alphabet White';
	font-size: 16px;
	color: #121212;
	padding: 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('../images/arrow.png')no-repeat 96% center !important;
	background-size: 10px;
	min-height: 43px;
}

.btn_prev {
	border: 0px solid transparent;
}

.btn_next {
	margin: 12px 0px 0px;
	border: 0px solid transparent;
}

.btn_next .hvr-radial-in {
	background: transparent;
	border: 0px solid transparent;
}

.car_panel {
	padding: 40px 0px 35px;
}

.car_panel .car1 {
	border: 1px solid #979797;
	cursor: pointer;
}

.car_panel .car_caption h5 {
	font-size: 20px;
	font-weight: bold;
}

.car_panel .car_caption h6 {
	font-size: 18px;
	font-weight: bold;
}

.car_panel h6 {
	/*border-bottom:2px solid #ededed;*/
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}

.car_caption {
	padding: 15px 40px 10px;
	height: 140px;
}

.car_caption h6 {
	padding-top: 10px;
}

.car_details p {
	color: #121212;
	font-family: 'Proxima Nova Lt';
	font-size: 24px;
	padding: 30px 0%;
	margin-bottom: 0px;
}

.car_panel .col-lg-6 {
	padding-bottom: 45px;
}

.car_panel .car_caption {
	padding: 15px 40px 10px;
}

.cars_mrgin4 .car1 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.cars_mrgin4 .car4_overlay {
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.50)
}

.cars_mrgin4 .car1 .car_caption h2 {
	font-size: 32px;
	color: #fff;
}

.cars_mrgin4 .car1 .car_caption h2::before {
	background: #fff;
}

.cars_mrgin4 .car1 .car_caption p {
	color: #fff;
	margin: 60px 0px 40px;
	text-align: justify;
}

.bakgrund_overly {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
}

/*.select_box:after{
content: "";
width: 20px;
height:20px;
top: 0px;
right: 0px;
position: absolute;
background:url('../images/arrow.png');
}*/
/*.common_banner_overlay{
background-color:rgba(18,18,18,0.70);
width:100%;
height:100%;
top:0;
left:0;
}*/
.common_banner_overlay td p {
	color: #fff;
	text-align: justify;
}

.common_banner_overlay table tr td:nth-child(odd) {
	padding-right: 40px;
}

.common_banner_overlay table tr td:nth-child(even) {
	padding-left: 40px;
}

.overly_content h2 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 85px;
}

.overly_content button {
	margin-top: 50px;
}

.overly_content h2::before {
	background: #fff;
	bottom: -37px;
}

.overly_content {
	padding: 73px 0px 85px;
}

.overly_content table {
	width: 100%;
	table-layout: fixed;
}

/*=============-aanbod_details start==============-*/
.aanbod_detail_tab_sec .nav-tabs {
	border-bottom: 0px;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item {
	border-bottom: none;
	margin-bottom: -1px;
	width: 24.2%;
	margin: 0px 10px 10px 0px;
	text-align: center;
	background-color: #843332;
	color: #fff;
	font-size: 14px;
	font-family: 'New Rail Alphabet Medium';
	border: 0;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item a:hover {
	color: #fff;
	background-color: #000;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item:nth-child(4) {
	margin: 0px 0px 10px 0px;
}

.aanbod_detail_tab_sec .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border: none;
	padding: 14px;
	text-transform: inherit;
}

.aanbod_detail_tab_sec .nav-tabs .nav-link.active {
	background-color: #121212;
	color: #fff;
}

.aanbod_detail_tab_sec .tab_content_wrapper {
	padding: 50px 30px;
	background: #f7f7f7;
}

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing {
	padding-bottom: 20px;
}

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing h3 {
	color: #121212;
	border-bottom: 1px solid #121212;
}

.aanbod_detail_tab_sec .bullet_panel ul {
	list-style-image: url('../images/bullet.png');
	padding-left: 15px;
}

.aanbod_detail_tab_sec .tab-content ul li {
	font-family: 'New Rail Alphabet Medium';
	font-size: 14px;
	color: #121212;
	padding-bottom: 6px;
	word-break: break-word;
}

.aanbod_detail_tab_sec .bullet_panel ul li {
	padding-left: 10px;
}

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing h4 {
	color: #121212;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
}

.kenmerken_tab ul li:nth-child(odd) {
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
	background-position: 0% 30%;
	padding-left: 20px;
	background-size: 7px;
}

.kenmerken_tab ul li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	font-family: 'New Rail Alphabet Medium';
}

.tab_content_wrapper p {
	color: #121212;
}

.tabber_area {
	padding-top: 50px;
}

/*====x===============*/
.cr_slider_sec .slider_padding {
	padding-right: 0px;
}

.car_price_sec .social_icons {
	width: 13%;
	margin: 43px 10px 0px 10px;
}

.acties_list_dtls {
	background: #314557
}

.acties_list_dtls .section_heading h2 {
	color: #fff
}

.acties_list_dtls .overons_txt {
	padding-top: 18px
}

.acties_list_dtls .overons_txt p {
	color: #fff
}

.list_page_heading p span {
	color: #fff;
	font-family: 'Proxima Nova bd';
}

.listing_images {
	padding-right: 27px;
	position: absolute;
	top: -42px;
	left: 0px;
}

.listing_images img {
	-webkit-box-shadow: 10px 10px 52px -10px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 10px 10px 52px -10px rgba(0, 0, 0, 0.20);
	box-shadow: 10px 10px 52px -10px rgba(0, 0, 0, 0.20);
}

.each_listing {
	background: #f7f7f7;
	padding: 35px 0px;
	margin: 150px 0px
}

.flex-row-reverse .listing_images {
	padding-right: 00px;
	position: absolute;
	top: -42px;
	left: 0px;
	padding-left: 27px
}

.side_content {
	background-color: #fff;
	padding: 57px 50px 35px;
	margin-top: -130px;
	-webkit-box-shadow: 10px 10px 64px -30px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 10px 10px 64px -30px rgba(0, 0, 0, 0.29);
	box-shadow: 10px 10px 64px -30px rgba(0, 0, 0, 0.29);
}

.aanbod_detail_tab_sec .side_content .man_image {
	margin-top: 80px;
}

.aanbod_detail_tab_sec .side_content .ph-email_content img {
	width: 20px;
	height: 20px;
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}

.aanbod_detail_tab_sec .side_content .table_icons tr:first-child td img {
	transform: rotate(100deg);
}

.aanbod_detail_tab_sec .side_content .social_icons_panel img {
	width: 26px;
	height: 26px;
}

.side_content h4 {
	font-size: 22px;
	color: #121212;
	padding-bottom: 15px;
}

.side_content h4 span {
	font-family: 'New Rail Alphabet Medium';
	color: #121212;
	padding-left: 20px;
}

.side_content p {
	font-size: 18px;
	margin-bottom: 0px;
}

.side_content .hvr-radial-in {
	margin-top: 35px;
	margin-bottom: 35px;
	border: 2px solid #843332;
}

.ph-email_content {
	padding-top: 30px;
}

.side_content p {
	font-size: 18px;
	position: relative;
}

.side_content p::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: #121212;
	left: 0px;
	bottom: -16px;
	display: none;
}

.side_content table {
	width: 100%;
}

.side_content table td {
	color: #121212;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	padding-bottom: 30px;
}

.side_content table td:first-child {
	width: 40px;
}

.tab_wrapper ul {
	font-size: 0px;
}

/*.tab_wrapper ul li:nth-child(1) {
width: 23%;
}*/
.tab_wrapper ul li {
	width: 25%;
	display: inline-block;
	/*border-right: 1px solid #fff;*/
	padding-left: 30px;
}

* {
	outline: none !important;
}

.tab_wrapper ul li table tr td:first-child {
	padding-right: 22px;
}

.tab_wrapper ul li table tr td {
	vertical-align: middle;
}

.contact_details .contact_time1 table td {
	color: #121212;
	font-family: 'New Rail Alphabet Medium';
	font-size: 14px;
}

.tab_wrapper ul li table tr td h6 {
	font-family: 'New Rail Alphabet Medium';
	font-size: 16px;
	color: #121212;
}

.tab_wrapper ul li table tr td p {
	margin-bottom: 0px;
	font-size: 16px;
	color: #843332;
	font-family: 'New Rail Alphabet Medium';

}

/*.tab_wrapper ul li:last-child {
border-right: 0px solid #fff;
}*/
tab_wrapper ul li:nth-child(4) {
	width: 20%;
}

.tab_wrapper ul li {
	width: 24%;
	display: inline-block;
	/*border-right: 1px solid #cecece;*/
	padding-left: 30px;
	padding-left: 20px;
	position: relative;
}

.tab_wrapper ul {
	font-size: 0px;
}

.tab_wrapper {
	padding: 55px 0px;
	background: #f4f3f3;
	border-radius: 4px;
	margin-top: 10px;
}

.aanbod_dtls_btn {
	background: #eaeef1;
	padding: 9% 0px 0% 0px;
	/*box-shadow: 0px 6px 17px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 6px 17px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 17px 0px rgba(0,0,0,0.75);
*/
}

.aanbod_dtls_btn h2::before {
	display: none;
}

/*-----------------*/
/**/
.vacture_sec {
	width: 100%;
	background: #f3f3f3;
	padding: 5% 0px 3%;
}

.each_vc_content {
	width: 100%;
	background: #ffffff;
	padding: 30px 30px;
	border: 5px solid transparent;
	margin-bottom: 15px;
	cursor: pointer;
}

.each_vc_content:hover {
	border: 5px solid #e0e0e0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.each_vc_content p {
	color: #878787;
}

.each_vc_content table {
	width: 100%;
	margin: 40px 0px 40px;
}

.each_vc_content table tr td img {
	margin-right: 15px;
	width: 20px;
}

.each_vc_content table tr td {
	font-family: 'New Rail Alphabet Medium';
	font-size: 14px;
	color: #121212;
}

.each_vc_content ul {
	margin-top: 50px;
	width: 100%;
	font-size: 0px;
}

.each_vc_content ul li {
	display: inline-block;
	width: 40%;
}

.each_vc_content ul li:nth-child(1) {
	font-family: 'New Rail Alphabet Bold';
	font-size: 24px;
	color: #843332;
}

.each_vc_content ul li:nth-child(2) {
	font-family: 'New Rail Alphabet White';
	font-size: 24px;
	color: #121212;
}

.upper_txt p {
	color: #121212;
}

.upper_txt p span {
	font-family: 'New Rail Alphabet Medium';
}

.contact_frm .each_vc_content {
	padding: 30px 0px;
}

.contact_frm .each_vc_content:hover {
	border: 5px solid transparent;
}

.download_pdf {
	width: 100%;
	padding-bottom: 30px;
}

.download_pdf h2:before {
	display: none;
}

.download_pdf h2 span {
	color: #843332;
	font-family: 'New Rail Alphabet Medium';
}

.top_bar a:hover {
	color: #ffffff !important;
}

.footer_sec .menu_active {
	color: #ffffff !important;
	font-weight: bold;
	border: 0px !important;
}

.footer_sec ul li a:hover {
	color: #ffffff !important;
	font-weight: bold;
}

.select_styl {
	border: 1px solid #f3f3f3;
	border-radius: 0px;
	background: url(../images/select-drop.png) #fff no-repeat 95% center;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 10px 15px;
	color: #000;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
}

/***********aanbod***************/
.car_details td, .car_details {
	font-size: 16px;
	font-family: 'Proxima Nova Lt';
	color: #121212;
}

.car_details td:last-child {
	width: 30%;
}

.car_details table {
	width: 100%;
}

.car_details {
	padding-top: 0px;
}

.aanbod_list .car_details td span{
	margin: 0 10px;
}

.aanbod_list .car_details table, .aanbod_list .car_details td:last-child {
	width: auto;
}

/******aanbod details******/
.gallery-top-wrap .swiper-container {
	background-color: #000;
}

.gallery-top-wrap .swiper-slide-prev,
.gallery-top-wrap .swiper-slide-next {
	opacity: 0.3;
}

.gallery-top-wrap .common-slider-arrow {
	width: 45px;
	height: 45px;
	background: rgba(25, 24, 23, 0.9) !important;
	align-items: center;
	justify-content: center;
	display: flex;
}

.gallery-top-wrap .common-slider-arrow img {
	width: 20px;
	height: 20px;
}

.gallery-top-wrap .swiper-button-prev {
	left: 19.7%;
}

.gallery-top-wrap .swiper-button-next {
	right: 19.7%;
}

.thumbs-wrap {
	margin-top: 10px;
}

.gallery-top-wrap {
	position: relative;
}

.collection_content_sec p {
	color: #000000;
	font-family: 'New Rail Alphabet White';
	font-size: 30px;
	display: inline-block;
}

.banner_nxt_colection_panel {
	padding: 150px 0px 20px;
}

.collection_content_sec ul {
	padding-left: 0px;
}

.collection_btn_sec {
	text-align: right;
}

.aanbod_details_slider .ms-skin-default .ms-nav-next {
	background: url('../images/nxt.png') no-repeat center center;
	right: 0px !important;
	opacity: 1 !important;
	width: 50px;
}

.aanbod_details_slider .ms-skin-default .ms-nav-prev {
	background: url('../images/prev.png') no-repeat center center;
	left: 0px;
	opacity: 1 !important;
	width: 50px;
}

.tab_sec {
	padding-top: 10px;
	padding-bottom: 10px;
}

.table_icons {
	padding-top: 45px;
	padding-bottom: 30px;
}

.social_icons_panel img {
	margin-right: 30px;
}

.social_icons_panel {
	padding-top: 30px;
}

.aanbod_detail_tab_sec hr {
	border-top: 0px solid #cecece;
	margin-bottom: 0px;
	border-style: none;
}

.aanbod_dtls_contact_area .right_wappr {
	top: 0px;
	position: relative;
}

.aanbod_dtls_contact_area {
	padding: 50px 0px 0px;
}

.aanbod_detail_tab_sec .right_wappr {
	position: relative;
	top: 0px;
	box-shadow: none;
}

.aanbod_detail_tab_sec .right_wappr .photo_upload {
	color: #121212;
	padding-top: 11px;
}

/****new add****/
.select_area {
	width: 90%;
	margin: 0 auto;
}


.aanbod_details_slider .ms-container {
	background: rgba(18, 18, 18, 0.8);
}

.side_content2 p::before {
	display: none;
}

.contact_frm .con_left p {
	margin-top: 80px;
}

.contact_frm .con_left h2::before {
	bottom: -30px;
}

.aanbod_dtls_contact_area .contact_cont {
	margin-top: 60px;
}

.contact_frm .contact_cont h4 {
	color: #121212;
	font-size: 18px;
}

.opening_timing table td:first-child {
	font-family: 'New Rail Alphabet Medium';

}

.contact_frm .right_wappr h2::before {
	bottom: -30px;
}

.contact_frm .right_wappr h2 {
	margin-bottom: 85px;
}

.contact_frm .form-group {
	margin-bottom: 20px;
}

.aanbod_dtls_contact_area hr {
	border-top: 0px solid #cecece;
	margin-top: 60px;
	margin-bottom: 40px;
	border-bottom: 0px;
}

.dtls_page_main_car h5 {
	font-family: 'New Rail Alphabet White';
	text-align: center;
	padding-bottom: 30px;
}

.main_car_sec .rght_cont p {
	color: #843332;
}

/*.dtls_page_main_car .main_car_sec {
    margin-bottom: 5%;
}*/
.side_content2 p {
	color: #843332;
	font-family: 'New Rail Alphabet Medium';

}

.people h2::before {
	bottom: -50px;
}

.gallery_section .container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}

.expertise_overview_sec_text h2::before {
	display: none;
}

.service_sub2_sec {
	padding: 80px 0px 70px;
}

.service_sub2_sec>button {
	float: right;
	padding: 30x;
}

.bandenonderhoud hr {
	margin-bottom: 0px;
	border: 0;
}

.sub_2_contact .contact_details h4 {
	margin-bottom: 26px;
}

.sub_2_contact {
	padding-bottom: 90px;
	padding-top: 15px;
}

.sub2_content table tr td {
	width: 50%;
}

.sub2_content table tr td:nth-child(odd) {
	padding-right: 50px;
}

.sub2_content table tr td:nth-child(even) {
	padding-left: 50px;
}

.sub2_content p {
	text-align: justify;
	opacity: 0.8;
}

.sub_2_contact .right_wappr .photo_upload {
	padding-top: 11px;
	color: #121212;
}

.vacature_details hr {
	border-top: 2px solid #e8e7e7;
	margin-top: 13%;
	margin-bottom: 30px;
	border-bottom: 0px;
}

.vacature_details {
	padding: 78px 0px 0px 0px;
}

.download_pdf hr {
	border-bottom: 1px solid #e8e7e7;
	margin-top: 30px;
}

.vercocht_cars_panel h6 {
	border-bottom: none;
	font-size: 15px;
	padding-bottom: 0px;
	padding-top: 10px;
}

.vercocht_cars_panel h5 {
	font-size: 19px;
}

.vercocht_cars_panel .col-lg-4 {
	padding-bottom: 45px;
}

.vercocht_cars_panel .car_caption {
	padding: 20px 30px;
}

.vercocht_cars_panel .cars_mrgin4 .car1 .car_caption h2 {
	font-size: 30px;
}

.vercocht_cars_panel .cars_mrgin4 .car1 .car_caption p {
	margin: 60px 0px 30px;
}

.vercocht_cars_panel .cars_mrgin4 .car1 .car_caption h2::before {
	width: 100%;
}

.vercocht_cars_panel {
	padding-top: 70px;
}

.wrk_sub1 .right_wappr.from2 .hvr-radial-in {
	border: none;
}

.acties_listview_area .each_vc_content p {
	margin-top: 60px;
}

.acties_details .upper_txt {
	margin-top: 70px;
}

.acties_details .upper_txt button {
	margin-top: 35px;
}

.acties_details {
	padding-bottom: 10%;
}

.bedankt_content_area {
	padding: 20% 25% 16%;
	text-align: center;
}

.bedankt_content_area h1 {
	position: relative;
	font-size: 55px;
}

.bedankt_content_area h1:before {
	background: #fff;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bedankt_content_area p {
	color: #fff;
	margin-top: 50px;
	margin-bottom: 50px;
}

.bedankt_content_area .hvr-radial-in {
	background: transparent;
	border: 2px solid #fff;
}

.bedankt_content_area .hvr-radial-in:before {
	background: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
}

/*.bedankt_content_area .hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
background:#843332;
}
.bedankt_content_area  .hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
-webkit-transform: scale(0);
transform: scale(0);
background:#ffffff;
}*/
.header_banner_text .hvr-radial-in {
	border: 2px solid #fff;
	color: #fff;
}

.popup_content h2:before {
	bottom: -25px;
}

.reset {
	margin-top: 13px;
}

.kenteken_np {
	background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 8px 0 6px 30px;
}

.privacy_background {
	background: #1c1c1c;
}

.cookie_div {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	padding: 35px 0;
}

.light_theme {
	background: rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203, 203, 203, 0.75);
	box-shadow: 0px -3px 3px -1px rgba(203, 203, 203, 0.75);
}

.dark_theme {
	background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203, 203, 203, 0.75);
	box-shadow: 0px -3px 3px -1px rgba(203, 203, 203, 0.75);
}

.cookie_div {
	color: #9c9c9c;
	font-size: 13pt;
	font-family: 'Calibri';
}

.cookie_div h4 {
	margin-bottom: 15px;
	font-size: 13pt;
	font-family: 'Calibri';

}

.light_theme h4 {
	color: #2a2a2a;
}

.dark_theme h4 {
	color: #c9c9c9;
}

.cookie_div a {
	color: #38b6be;
	font-size: 13pt;
	font-weight: bold;
	margin-left: 8px;
	font-family: 'Calibri';
}

.cookie_div button {
	color: #3c935c;
	font-size: 12pt;
	background: #e6f8ed;
	font-weight: bold;
	border: 0;
	padding: 13px 25px;
	margin: 5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}

.top_gapping {
	position: relative;
	padding-top: 90px;
	background: #121212;
}

.aanbod_area {
	background: #2d2d2d;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: -1px;
}

.onez-acties-text-content h2 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #fff;
}

.onez-acties-text-content h2:before {
	display: none;
}

.onez-acties-text-content p {
	color: #828282;
	text-align: justify;
}

.error_top {
	padding: 87px 0px;
}

.no_record {
	font-size: 24px;
	color: #121212;
	text-align: center;
	padding: 50px 0px;
	font-family: 'New Rail Alphabet Medium';
}

.cursor {
	cursor: pointer;
}

.morgan_footer {
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}

.gm-style .map {
	max-width: 283px;
	background: #121212;
	padding: 15px;
}

.whatsapp_ons {
	position: fixed;
	right: 115px;
	bottom: 0px;
	z-index: 99;
}

.whatsapp_button {
	position: fixed;
	width: 70px;
	z-index: 99999999;
	right: 25px;
	bottom: 20px;
}

.img_border {
	border: 4px solid #ffffff;
}

#form_1 {
	display: none;
	margin-top: 15px;
}

.map-banner {
	height: 520px;
}

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

.modal_area #myModal {
	padding-right: 0px !important;
}

.modal_area .modal_close_img img {
	max-height: 35px;
}

.modal_area .modal_close_img {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 100%;
}

.modal_area .modal-dialog {
	max-width: 60%;
	margin-top: 10%;
}

.modal_area .modal-body {
	padding: 0px;
}

.modal_area .modal-content p {
	text-align: justify;
	margin-top: 60px;
	margin-bottom: 50px;
}

.modal_area .modal-content {
	border-radius: 0px;
	border: none;
}

.pop_up_img {
	vertical-align: top;
}

.popup_content {
	padding-left: 30px;
	padding-right: 60px;
}

.popup_content .color_btn:hover {
	color: #9d2727;
	border: 2px solid #9d2727;
	background: transparent;
	color: #9d2727;
}

/*=======pop up end==========*/
.contact_frm .right_wappr {
	top: -190px;
}

.top_bar .social_icn img {
	margin-right: 20px;
}

.each_vc_content ul li:nth-child(2) {
	position: relative;
	padding-left: 35px;
}

.each_vc_content ul li:nth-child(2):before {
	position: absolute;
	content: '';
	width: 40px;
	height: 25px;
	left: 0px;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.footer_upper_banner .white_button {
	margin-left: 7px;
}

.each_footer_sec table tr th {
	font-family: 'New Rail Alphabet Bold';
}

.each_footer_sec a:hover {
	color: #999999;
}

.car_panel .car_caption .hvr-radial-in:hover {
	border: 2px solid #fff;
	color: #fff;
}

.common_banner .overly_content .hvr-radial-in:hover {
	border: 2px solid #fff;
	color: #fff;
}

.aanbod_detail_tab_sec .bullet_panel {
	padding-bottom: 20px;
}

.tab_section .tab_wrapper ul li {
	padding: 20px 0px;
}

.tab_section .tab_wrapper ul li tr td {
	padding-right: 15px;
}

.tab_section .tab_wrapper ul li img {
	max-height: 35px;
}

.tab_section .tab_wrapper ul li:before {
	position: absolute;
	top: 0;
	left: -55px;
	content: '';
	background: #cecece;
	width: 1px;
	height: 100%;
	display: none;
}

.tab_section .tab_wrapper ul li:first-child:before {
	display: none;
}

.desktop_nav .navbar-dark .navbar-nav .active {
	color: #999999;
}

.acties_listview_area .col-md-6:nth-child(even) {
	padding-left: 0px;
}

.acties_listview_area {
	padding: 60px 0px 50px;
}

.acties_details .each_vc_content {
	padding: 0px;
}

.acties_details .right_wappr {
	top: -280px;
}

.no-border {
	border-bottom: none;
}

.aanbod_detail_tab_sec .right_wappr {
	padding: 0px;
	background-color: transparent;
}

.aanbod_details_slider .ms-skin-default .ms-bullet {
	background: none;
}

.expertise_overview_sec_text .hvr-radial-in:hover {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.service_sub2_sec {
	margin-top: 110px;
}

.sub_2_contact .right_wappr {
	top: 0px;
}

.vacture_sec .col-md-6:nth-child(even) {
	padding-left: 0px;
}

.vacature_details .right_wappr {
	top: -140px;
}

.vacature_details .each_vc_content {
	padding: 30px 60px 30px 0px;
}

.banner_bottom_selection .hvr-radial-in {
	padding: 10px 30px;
	width: 100%;
	border: 2px solid #843332;
}

.banner_bottom_selection button:hover {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.reset {
	text-align: right;
}

.reset a:hover {
	color: #999999;
}

.vercocht_cars_panel .car1 {
	cursor: auto;
}

.vercocht_cars_panel .car_caption p {
	margin-bottom: 0px;
}

.desktop_nav .navbar-nav .active>.nav-link {
	color: #999999;
}

.aanbod_dtls_contact_area .right_wappr {
	top: 0px;
}

.aanbod_dtls_contact_area {
	padding-top: 60px;
}

.sub_2_contact {
	padding-top: 10px;
}

.sub_2_contact .con_left {
	padding-top: 40px;
}

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

#mobile-contact-bar img {
	width: 20px;
	height: 20px;
	filter: brightness(0)invert(1);
	-webkit-filter: brightness(0)invert(1);
}

#mobile-contact-bar .phone-icon {
	transform: rotate(100deg);
}

#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: 4px 0 6px 30px;
}

.star_icon h4 {
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	font-family: 'NunitoSansBold';
	margin-bottom: 15px;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
}

.star_icon p img {
	width: 15px;
	margin-top: -3px;
	margin-right: 5px;
}

.star_icon p {
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: #121212;
	padding-bottom: 6px;
	word-break: break-word;
}

.photo_contnt li img {
	width: 15px;
	margin-left: 5px;
}

.cursor {
	cursor: pointer;
}

#menu {
	display: none;
}

.mm-current {
	display: block !important;
}

.morgan_footer {
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}

.error_background {
	background-color: #121212;
}

.error_top {}

.cookie_div {
	position: fixed;
	bottom: 0;
	z-index: 999999;
	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: #fff;
	font-weight: bold;
	border: 0;
	padding: 13px 25px;
	margin: 5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}

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

.form-1,
.form-2,
.form-3 {
	display: none;
	margin-top: 15px;
}

.contact_details img {
	width: 18px;
}

.partners_slider {
	height: 130px;
	overflow: hidden;
}

.partners_slider img {
	max-width: 150px;
}

.vacature_details h2::before {
	bottom: -22px;
}

.vacture_sec h2::before {
	bottom: -22px;
}

.peopledetails_margin .row {
	justify-content: center;
}

.calsty {
	width: 100%;
	height: 1250px;
	padding: 0px;
	background: #F6F6F6;
	border: none;
}

/* Custom werkplaats slideout */

.custom-werkplaats-slideout {
	position: fixed;
	top: 70%;
	right: -175px;
	background: #8D2C2E;
	color: #fff;
	font-weight: 800;
	padding: 10px 20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 9999999;
	transition: 0.4s all;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.46);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.46);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.46);
}

.custom-werkplaats-slideout span {
	opacity: 0;
	transition: 0.4s all;
}

.custom-werkplaats-slideout img {
	width: 50px;
	padding-right: 10px;
}

.custom-werkplaats-slideout:hover {
	right: 0px;
	transition: 0.4s all;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
}

.custom-werkplaats-slideout:hover span {
	opacity: 1;
	transition: 0.4s all;
}

.custom-werkplaats-slideout:hover a {
	color: #fff;
	text-decoration: none;
	transition: 0.4s all;
}