<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "font.css";
@import "common.css";
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:10px 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;
}
.navbar {
background: rgba(0, 0, 0, 0.6);
position: absolute;
top: 40px;
z-index: 2;
width: 100%;
left: 0px;
border-bottom: 1px solid #c3c2c2;
padding: 11px 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: 1rem;
padding-left: 1rem;
}
.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:54px;
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: #b60000;
	border:2px solid #b60000;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/*.header_banner_text .hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
background:#1c3563;
}
.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:20px 0px;
}
.navbar.active img
{
	max-height:50px;
}
.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:100px 11% 85px;
}
.banner_text_wrapper h2{
margin-bottom:70px;
}
.sgn_dv{
font-family: 'harabarahanditalic';
font-size:24px;
color:#1f365c;
padding:20px 0px 30px;
}
.filter_main_wrapper{
width:100%;
position:relative;
padding: 60px 16% 30px 16%;
}
.each_filter_blog{
width:100%;
}
.each_filter_blog h4{
text-align:center;
}
.cr_logo_sec{
background:#ffffff;
position:relative;
padding:30px 15px;
text-align:center;
margin-top: 30px;
min-height: 50px;
}
.cr_logo_sec p{
color:#1f365c;
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: 10px;
}
.fl_bottom{
padding-top:35px;
}
.st_cont p{
color:#1f365c;
}
.st_cont p img{
margin-left:10px;
}
.main_car_sec{
width:100%;
position:relative;
background:#121212;
padding:48px 0px 30px;
max-height:550px;
margin-bottom: 165px;
/*margin-bottom: 100px;*/
}
.main_car_sec h2{
color:#ffffff;
text-align:center;
}
.main_car_sec h2:before{
background:#fcb414;
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_text_wrapper h2::before{
display:none;
}
.car_text_wrapper::before{
position:absolute;
width:80%;
height:200px;
border:2px solid #fcb414;
content: "";
top:0px;
right:0px;
z-index:99;
}
.footer_sec{
width:100%;
background:#121212;
padding:50px 0px 25px;
}
.each_footer_sec{
width:100%;
}
.each_footer_sec h4{
color:#ffffff;
margin-bottom:30px;
}
.each_footer_sec p{
color:#ffffff;
line-height:28px;
}
.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;
}
.each_footer_sec table{
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';
}
.each_footer_sec table tr td{
padding-bottom:6px;
color:#ffffff !important;
padding-right: 20px;
}
.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;
}
footer hr {
border-top: 1px solid #3a3a3a;
border-bottom: 0px;
margin-bottom: 20px;
margin-top: 54px;
}
.footer_logo{
width:100%;
text-align:left;
padding-top:10px;
}
.footer_upper_banner{
width:100%;
margin-top:8%;
position:relative;
border-right:10px solid #fff;
}
.left_text_wrapper{
width:100%;
padding-top:30px;
padding-left:11%;
padding-right:11%;
}
.left_text_wrapper h2{
margin-bottom:70px;
}
.mrt{
margin-top:40px;
padding-bottom:40px;
}
.right_bg_img{
position:absolute;
right:0px;
bottom:0px;
width:49.3%;
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;
margin-left: 50px;
}
.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;
	/*bottom:85px;*/
	left: 80px;
}

.morgan_footer {
text-align: center;
background: #000;
padding: 7px 0px 5px;
}
.common_banner_area{
padding:17% 0px 7%;
}
.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;
}
.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;
font-size:30px;
}
.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';
}
.contact_details table tr td:first-child {
width:20%;
}
.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;
font-size: 30px;
}
.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 #ececec;
border-radius:0px;
color:#121212;
}
.right_wappr .form-control::placeholder
{
color: #121212;
opacity: 1;
}
.right_wappr .form-control span
{
color: #d3d3d3;
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: #d3d3d3;
opacity: 1;
}
.car_form .form-control span
{
color: #d3d3d3;
opacity: 1;
}
.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: 17% 11%;
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: 17% 9%;
}
.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:#1f365c;
}
.people{
background:#121212;
padding:100px 0px;
}
.people h2{
color:#ffffff;
}
.people h2::before{
background:#ffffff;
}
.pic_margin
{
margin-top:28px;
}
.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%;*/
padding-left: 40px;
}
.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 ul{
list-style-image: url('../images/right_img.png');
}
.right_wappr.from2 ul li p {
font-family: 'New Rail Alphabet White';
font-size:24px;
color:#121212;
margin-left:10px;
}
.right_wappr.from2 ul li p{
padding: 0px 0px 20px 25px;
}
.bttn_mrgn{
margin-bottom:25px;
}

.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/down-arrow.svg)no-repeat 96% center;
background-size: 9px;
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 #ededed;
cursor: pointer;
}
.car_panel h6{
border-bottom:2px solid #ededed;
padding-bottom: 20px;
}
.car_caption{
padding: 42px 7% 0px;
}
.car_caption h5{
font-size: 20px;
}
.car_caption h6{
font-size: 18px;
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:50px;
}
.car_panel .car_caption {
/*padding: 30px 40px;*/
padding:24px 24px 30px;
}
.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;
font-size: 12px;
}

.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{
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;
}
.con_left h2{
    font-size: 30px;
}
.overly_content h2{
font-size:30px;
color: #fff;
margin-bottom:85px;
}
.overly_content button{
	margin-top:35px;
}
.overly_content h2::before{
background: #fff;
bottom: -37px;
}
.overly_content{
padding: 70px 95px 85px 15px;
}
.overly_content table{
width:100%;
}
/*=============-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: 23.89%;
	margin: 0px 10px 10px 0px;
    text-align: center;
    background-color: #284668;
    color: #fff;
	font-size:14px;
	font-family: 'New Rail Alphabet Medium';
}

.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: none;
}
.aanbod_detail_tab_sec  .nav-tabs .nav-link.active {
    background-color: #000;
    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%;
	background-size: 10px;
    padding-left: 20px;
}
.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: -95px;
margin-left: 3em;
-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);
}
.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;
}
.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;
}
.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:#1c3563;
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;
}
.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;
}
.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:#284668;
}
.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:#1c3563;
font-family: 'New Rail Alphabet Medium';
}
.top_bar a:hover{
color:#ffffff !important;
font-weight:bold;
}
.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.svg) #fff no-repeat 95% center;  
background-size: 10px;
appearance:none;
-webkit-appearance:none;
width:100%;
padding:10px 15px;
color:#121212;
font-family: 'New Rail Alphabet White';
font-size:14px;
}
/***********aanbod***************/
.car_details td{
font-size:18px;
font-family: 'Proxima Nova Lt';
color:#121212;
}
.car_details td:last-child{
width:30%;
}
.car_details table{
width:100%;
}
.car_details{
padding-top:15px;
}
.car_details span{
	margin: 0px 5px;
}
/******aanbod details******/
.collection_content_sec p{
	color:#000000;
	font-family: 'New Rail Alphabet White';
	font-size:30px;
	display:inline-block;
	margin-bottom: 0px;
}
.banner_nxt_colection_panel{
	padding: 170px 0px 70px;
}
.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/next.svg')  no-repeat center center;
	background-size: 30px;
	right: 0px !important;
	opacity: 1 !important;
	width:60px;
	height: 50px;
	background-color:#000000a1;
}
.aanbod_details_slider .ms-skin-default .ms-nav-prev{
    background: url('../images/prev.svg')  no-repeat center center;
	background-size: 30px;
	left: 0px;
	opacity: 1 !important;
	width:60px;
	height: 50px;
	background-color:#000000a1;
}
.tab_sec{
	padding-top:10px;
	padding-bottom:10px;
}
.table_icons{
	padding-top:45px;
	padding-bottom:30px;
}
.social_icons_panel img{
	margin-right:30px;
	max-width: 25px;
	max-height: 25px;
}
.social_icons_panel{
	padding-top: 40px;
}
.aanbod_detail_tab_sec hr{
	border-top:1px solid #cecece;
	margin-bottom:0px;
}
.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: #495057;
padding-top:11px;
}
/****new add****/
.select_area{
	width:90%;
	margin:0 auto;
}


.aanbod_details_slider .ms-container{
	background:#000;
}
.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: 2px 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:#1f365c;
}
.main_car_sec .rght_cont h4{
	color:#1f365c;
}
/*.dtls_page_main_car .main_car_sec {
    margin-bottom: 5%;
}*/
.side_content2 p {
color:#1c3563;
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: 85px 0px 70px;
}
.bandenonderhoud hr{
	margin-bottom:0px;
	border-top:2px solid #cecece;
	margin-top: 60px;
}
.sub_2_contact .contact_details h4{
	margin-bottom:26px;
}
.sub_2_contact{
	padding-bottom: 90px;
    padding-top: 15px;
}
.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;
}
.sub_2_contact .right_wappr .photo_upload {
    color: #d3d3d3;
}
.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:#1c3563;
}
.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:100px;
	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;
}
/*.img_border{
	border:4px solid #ffffff;
}*/
#form_1 {
    display: none;
    margin-top: 15px;
}
/*==========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:40px;
	max-width:40px;
}
.tab_section .tab_wrapper ul li:before{
	position: absolute;
    top: 0;
    left: -55px;
    content: '';
    background: #cecece;
    width: 1px;
    height: 100%;
}
.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%;
}
.service_pagination { position: relative; top: 0px; margin: 0 0 5% 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); text-align: center; }
.service_pagination a { display: inline-block; width: 40px; height: 40px; -moz-border-radius: 4px; border-radius: 4px; font-size: 12px; line-height: 40px; text-align: center; }
.service_pagination li { display: inline-block; }
.service_pagination a { color: #fcb414; border-radius: 50%; font-size: 17px; margin: 0 3px; background: #f4f4f4; }
.service_pagination .active a, .service_pagination a:hover { background: #fcb414; color: #fff; border-radius: 50%; }
.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&gt;.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;
}
/*.aanbod_bnnr h5
{
	font-size: 19px;
}
.aanbod_bnnr h6
{
	font-size: 15px;
}*/
.details .car_slider_content .img_wrapper
{
	border: 4px solid #fff;
}
#loader_section{
display:none;
width:100%;
position: fixed;
top: 0;
background: #000000b8;
z-index: 9999999999;
height: 100vh;
padding: 30vh 0px;
}
#loader_section p{
color:#fff;
font-size:18px;
text-align: center;
}
#loader_section img{
width: 100px;
margin-bottom: 25px;
}
/***********new add*********/
.res_vw .hvr-radial-in{
	width:100%;
}
.car_slider_content .swiper-button-next{
	top:30%;
	right:30px;
}
.car_slider_content .swiper-button-prev{
	top:30%;
	left:30px;
}
.header_banner .swiper-button-prev{
	left:30px;
}
.header_banner .swiper-button-next{
	right:30px;
}
.car_slider .swiper-button-prev{
	left:30px;
}
.car_slider .swiper-button-next{
	right:30px;
}
.aanbod_bnnr{
	padding: 115px 0px 30px;
}
.aanbod_bnnr .col-lg-6 {
    padding-bottom: 70px;
}
.car_panel .cars_mrgin4 .car_caption {
    padding:0px 15px 0px 30px;
}
.common_banner_overlay table tr td{
	width:50%;
	vertical-align:top;
}
.sub2_content table tr td{
	width:50%;
	vertical-align:top;
}
.top_right_text p{
	margin-bottom:35px;
}
.car_slider_content .img_wrapper{
	margin-left: 15%;
}
.car-padding-area{
	padding-right:12%;
}
.home-gallery-images{
    border: 10px solid #fff;
}
.overons_pg .res_vw .hvr-radial-in {
    max-width: 230px;
}
.overons_pg .filter_main_wrapper {
    padding-left:14%;
	padding-right:8%;
}
.overons_pg .each_filter_blog{
padding-right: 20px;
}
.car-padding-area .col-md-7{
	max-width:50%;
}
.side-logo {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 2;
}
.car_panel .col-lg-6:nth-child(odd)
{
	padding-right:25px;
}
.car_panel .col-lg-6:nth-child(even)
{
	padding-left:25px;
}
.top_bar li img
{
	max-width:16px;
	max-height:16px;
}
.home_banner img
{
	max-width:44px;
	max-height:44px;
}
.car_slider img
{
	max-width:44px;
}
.car_slider .swiper-button-next img{
	max-width:44px;
	max-height:44px;
}
.car_slider .swiper-button-prev img{
	max-width:44px;
	max-height:44px;
}
.img_sld img
{
	max-width:44px;
}
.img_sld .swiper-button-next img {
	max-height:44px;
	max-width:44px;
}
.img_sld .swiper-button-prev img {
	max-height:44px;
	max-width:44px;
}
.img_sld .swiper-button-next
{
    right: 28px;
}
.adj_sweep_bttn
{
	background-image: none !important;
}
.ph-email_content table tr td img
{
	max-width: 18px;
	max-height:18px;
}
.contact_details table tr td img
{
	max-width: 20px;
	max-height: 20px;
}
.vacture_sec table tr td img {
    max-width: 18px;
}
.vacature_details table tr td img {
    max-width: 18px;
}
.whatsapp_button {
position: fixed;
width: 70px;
z-index: 99999999;
right: 80px;
bottom: 10px;
}
.each_footer_sec p span
{
	padding-left:15px;
}
.calsty {width: 100%;height:1250px; padding:0px; background:#F6F6F6; border:none; } 
@media (max-width: 575.98px) {
	.calsty {height:1400px; } 
	}

.lease-aanbod-section {
    margin-top: 135px;
}</pre></body></html>