body {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0px;
}
section {
	width: 100%;
}
.dblock {
	display: none;
}
.navbar {
	padding: 0px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
	color: #fff;
}
.navbar-expand-lg .navbar-collapse {
	display: block !important;
}
.topbar_nav {
	width: 100%;
	text-align: right;
	-webkit-transition: all 1s;
	transition: all 1s;
	padding: 10px 0px
}
.navbar-nav {
	float: right
}
.navbar-brand {
	padding-bottom: 0px;
	padding-top: 0px;
}
.navbar-brand img {
	width: 8em;
}
.nav-link {
	font-family: 'Open Sanslight';
	font-size: 16px;
	color: #fff;
	position: relative;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}
.cl-effect-4 a {
	padding: 25px 15px 40px 15px;
	position: relative;
}
.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 5px;
	background: #fff;
	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: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.social_icon {
	margin-top: 25px;
}
.social_icon .fa {
	margin-left: 15px;
	font-size: 16px;
	color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1.5rem;
}
.navbar.active {
	top: 0px;
	width: 100%;
	position: fixed;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 999;
	padding: 10px 0px;
	background: #000;
}
.navbar.active .topbar_nav {
	display: none;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.desktop_nav {
	background-color: rgba(0,0,0,0.5);
	border-bottom: 2px solid #4c4945
}
.topbar_nav ul li {
	display: inline-block;
	padding: 0px 15px;
	color: #fff
}
.slider_content {
	height: 800px !important;
	display: table;
	width: 100%;
}
.slider_txt {
	display: table-cell;
	vertical-align: middle;
}
.pricmain { display:inline-block; color:#fff;}
.pricmainn { display:inline-block; color:#fff !important;}
.pricmainn2 {display:inline-block; color:#fff !important;}

.product_slider_sec {
	padding: 30px 0px;
	position: relative;
	/*background-image: url(../images/product_sliderbg.png);*/
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 85%;
	background-color:#000;
	/*background-color:#000;*/
}
.product_content {
	padding: 0px 15px;
	/*border-left: 2px solid white;*/
	border-left: 2px solid #4c4c4c;
	display: inline-block;
}
.product_text p {
	color: white;
}
.product_text {
	padding: 20px 0px 0px;
}
.product_text h4{
	color: white;
}
.product_text p {
	margin-bottom: 0px;
}
.product_slider_area {
	width: 100%
}
.product_img {
	position: relative;
	overflow:hidden;
}
.product_img img {
	margin:-4.2% 0px;
}
.product_img_gallery {
	position: relative;
	overflow:hidden;
}
.product_img_gallery img {
	margin:-10px 0px;
}
.height_gallery1 {
    height: 155.8px;
}
.overlay {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	opacity: 0;
	transition: 1s ease;
}
.zoom_image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}
.product_content:hover .overlay {
	opacity: 1
}
.product_content:hover {
	border-left: 2px solid #000;
}
.heading_part {
	text-align: center;
}
.heading_part h5 {
	font-size: 16px;
	/*color: #121212;*/
	color: #ffffff;
	display: inline-block;
	/*border-top: 2px solid #121212;*/
	padding: 10px 5px 0px 5px;
}
.link_gallery_sec {
	background: #121212;
	padding: 14px;
	margin-top: 20px;
}
.link_1_sec {
	height: 814px;
	display: table;
	width: 100%;
}
.each_links {
	position: relative;
}
.mannual_padding_right {
	padding-right: 7px !important;
}
.mannual_padding_left {
	padding-left: 7px !important;
}
.middl_img_top {
	height: 300px;
	margin-bottom: 14px;
	display: table;
	width: 100%;
}
.middl_img_btm {
	height: 500px;
	display: table;
	width: 100%;
}
.right_img_top {
	height: 500px;
	margin-bottom: 14px;
	display: table;
	width: 100%;
}
.right_img_btm {
	height: 300px;
	display: table;
	width: 100%;
}
.link_sec_content {
	display: table-cell;
	vertical-align: middle;
	z-index: 99;
	position: relative
}
.link_sec_txt {
	width: 80%;
	margin: 0px auto;
}
.each_links .overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: 1s ease;
}
.each_links:hover .overlay2 {
	opacity: 1;
	transition: 1s ease;
}
.links {
	margin-top: 50px;
}
.link_sec_content2 {
	vertical-align: bottom;
	padding-bottom: 20px;
	padding-left: 15px;
}
.middle_block_sec {
	padding: 80px 0px;
	/*background: #fff;*/
	background: #000;
	overflow-X: hidden;
}
.middl_blk_left {
	width: 80%;
	margin: 0px auto;
	padding: 20px 0px;
}
.middl_blk_left h3 {
	/*color: #121212;*/
	color: #ffffff;
}
.middl_blk_left p {
	/*color: #121212;*/
	color: #ffffff;
	text-align: justify;
}
.middl_blk_left .link_btn {
	font-family: 'Open Sans semi bold';
	font-size: 16px;
	/*color: #121212;*/
		color: #ffffff;
	display: inline-block;
	/*border-top: 2px solid #121212;*/
	border-top: 2px solid #ffffff;
	padding: 10px 5px 0px 5px;
	margin-top: 45px;
}
.middl_blk_left .link_btn:hover {
	text-decoration: none;
	color: #121212
}
.links_cars {
	background: #090909;
	padding: 70px 0px;
	margin-top:1px;
}
.middl_blk_right {
	width: 100%;
	margin-left: 175px;
}
.link_cars_slider {
	margin-top: 80px;
}
.google_map {
	height: 320px;
}
.footer_area {
	background: #121212;
	padding: 70px 0px;
}
.each_tab_heading h5 {
	color: #ffffff;
	font-size: 24px;
}
.each_tab_heading p {
	line-height: 30px;
	text-align: justify
}
.each_tab_heading p span {
	font-family: 'open_sansbold';
}
.footer_each_tab {
	border-right: 1px solid #404040;
	padding: 40px 25px
}
.last_tab {
	border-right: 0px solid #404040;
}
.relatv_containr {
	position: relative;
}
.footer_logo_area {
	position: absolute;
	right: 100%
}
.footer_tab_area {
	margin-top: 50px
}
.signeture {
	margin-top: 30px;
}
.footer_logo_area {
	top: 14%;
}
.footer_logo img{
	width: 10em;
}
.swiper-button-next2 {
	right: 15% !important;
}
.swiper-button-prev2 {
	left: 15% !important;
}
.swiper-pagination1 {
	width: 100%;
	bottom: 0px;
}
.swiper-pagination1 .swiper-pagination-bullet {
	cursor: pointer;
	width: 100px;
	border-radius: 0px;
	height: 5px;
	background-color: #80817f;
}
.swiper-pagination1 .swiper-pagination-bullet {
	background-color: #929e94;
	opacity: 1;
	margin: 0px 8px;
	margin-bottom: 50px;
}
.swiper-pagination1 .swiper-pagination-bullet-active {
	background-color: #f3f3f3;
}
.inner_page_content {
	height: 445px;
	display: table;
	width: 100%;
}
.inner_page_dtls {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 50px;
}
.inner_page_dtls p {
	font-family: 'Open Sans semi bold';
}
.werkplaats_banner_btm {
	background: #090909;
	padding: 10px 0px
}
.werkplaats_banner_btm_left {
	width: 95%;
}
.werkplaats_banner_btm_left p {
	text-align: justify;
	line-height: 30px;
}
.werk_btm_right img {
	width: 100%
}
.sub_items_area {
	background: #fff
}
.sub_items_area_left img {
	width: 100%;
}
.sub_items_area_right h3 {
	color: #121212
}
.sub_items_area_right p {
	color: #121212
}
.text_dtls {
	padding: 55px 0px;
}
.text_dtls p {
	line-height: 30px;
	text-align: justify;
}
.aanbd_link_content {
	height: 375px;
	display: table;
	width: 100%
}
.aanbd_link_txt {
	display: table-cell;
	vertical-align: middle;
}
.recuring_txt {
	background: #090909;
	padding: 50px 0px
}
.recuring_txt_dtls {
	padding-top: 30px
}
.block_sec {
	background: #fff;
	padding: 30px 0px
}
.block_sec_heading h3 {
	color: #090909
}
.each_block {
	padding: 0px 25px;
	width: 100%;
	background: #090909;
	height: auto;
	text-align: center;
	margin-top: 30px;
}
.blk_dtls {
	padding: 30px 0px
}
.blk_dtls p {
	text-align: justify;
	line-height: 30px
}
/*---------- Aanbod -----------*/
.inner_page_dtls2 {
	padding-bottom: 90px;
}
.specialist_sec {
	background-color: #090909;
	padding: 15px 0px;
}
.specialist_text {
	padding: 55px 0px;
}
.specialist_text h3 {
	padding-bottom: 10px;
}
.links_cars_bg {
	background-color: #151515;
}
.aanbod_product_sec {
	padding: 40px 0px;
	background-color: black;
	border-top: 2px solid white; 
}
.aanbod_product_sec .product_content {
	margin: 25px 0px;
}
.special_aanbod {
	height: 400px;
	width: 100%;
}
.special_aanbod h2 {
	font-size: 36px;
}
.special_aanbod {
	padding: 20px;
}
.anbod_contact {
	color: #fff;
	padding: 7px 0px 7px;
	margin: 20px 0px 7px;
	border-top: 2px solid #fff;
	font-family: 'Open Sans semi bold';
	font-size: 16px;
	width: 85px;
}
.anbod_contact span {
	padding-left: 15px;
}
.anbod_phone {
	color: #fff;
	padding: 7px 0px 7px;
	margin: 15px 0px 7px;
	border-top: 2px solid #fff;
	width: 120px;
	font-family: 'Open Sans semi bold';
	font-size: 16px;
}
.anbod_phone span {
	padding-right: 10px;
}
.aanbod_middle_block {
	background-color: #f4f4f4;
}
.specialist_img img {
	width: 100%;
}
.aanbod_link_feature_sec {
	background-color: #090909;
	padding: 60px 0px;
}
.anbod_mail {
	width: 168px;
}
.overzicht {
	width: 185px;
}
.overzicht span {
	padding-left: 0px;
	padding-right: 15px;
}
.overzicht a {
	text-decoration: none;
	color: #fff;
}
.aanbod_feature {
	padding: 40px 0px;
}
.aanbod_feature table {
	width: 100%;
	color: #fff;
	font-size: 16px;
}
.aanbod_feature table tr:first-child {
	font-family: 'Open Sans semi bold';
}
.aanbod_feature table tr:last-child {
	font-family: 'Open Sanslight';
}
.aanbod_feature h3 {
	padding-bottom: 10px;
}
.pad1 {
	padding: 5px 5px 5px 15px;
}
.pad2 {
	padding: 5px 15px 5px 5px;
}
.pad3 {
	padding: 5px 5px 5px 5px;
}
.height1 {
	height: 164.8px;
}
.height1 img {
	height: 100%;
}
.aanbod_slider_sec {
	padding: 20px 0px;
}
.common_swiper {
	background: none !important;
}
.swiper-button-next1 {
	width: 35px !important;
	height: 45px !important;
	background-color: rgba(0,0,0,0.5) !important;
	right: 0px !important;
	padding: 10px !important;
}
.swiper-button-prev1 {
	width: 35px !important;
	height: 45px !important;
	background-color: rgba(0,0,0,0.5) !important;
	left: 0px !important;
	padding: 10px !important;
}
.aanbod_slider_sec .swiper-slide {
	position: relative;
	overflow: hidden;
}
.aanbod_slider_sec .swiper-slide img {
	margin: -27px 0px;
}
.aanbod_slider_sec .swiper-slide h5 span {
	padding-left: 15px;
}
.aanbod_slider_sec .swiper-slide a {
	text-decoration: none;
	color: #fff;
}
.aanbod_slider_sec .swiper-slide h5 {
	color: #fff;
	border-top: 2px solid #fff;
	padding: 5px 0px;
	margin: 5px 0px
}
.aanbod_slider_sec .swiper-slide h5 {
	position: absolute;
	bottom: 25px;
	left: 10px;
}
.tab_sec {
	padding: 20px 0px 40px;
	background-color: #fff;
}
.nav-tabs {
	text-align: center;
}
.tab_sec .nav-tabs > li {
	float: none;
	min-width: auto;
	margin: 0px 0px 0px;
	text-align: center;
	background-color: rgba(9,9,9,1);
	display: inline-block;
	cursor: pointer;
}
.tab_sec .nav-tabs > li:first-child {
	margin-left: 0px;
}
.tab_sec .nav-tabs > li:last-child {
	margin-right: 0px;
}
.tab_sec .nav-tabs > li > a {
	font-family: 'Open Sanslight';
	font-size: 16px;
	color: #ffffff;
	margin-right: 0px;
	border-radius: 0px;
	min-height: 50px;
	line-height: 50px;
}
.tab_sec .nav > li > a {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
	font-family: 'Open Sanslight';
	font-size: 12px;
	color: #fff;
	padding: 0px 12px;
}
.tab_sec .nav-tabs {
	border-bottom: 0px solid #ddd;
}
.tab_sec .nav-tabs > li .active {
	background-color: #0f1d41;
	color: #fff;
	border: 1px solid #090909;
}
.tab_sec .nav-tabs > li.active > a, .tab_sec .nav-tabs > li.active > a:focus, .tab_sec .nav-tabs > li.active > a:hover {
	color: #0c0c0c;
	background-color: #0f1d41;
	border-radius: 0px;
	border: 0px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #090909 #090909 #090909;
	color: white !important;
}
.tab_sec .nav > li > a:focus, .tab_sec .nav > li > a:hover {
/*background-color: #fff;*/
    /*color: #fff;*/
}
.tab_sec .tab-content {
	padding: 40px 0px 30px;
	background-color: #fff;
}
.tab_sec .tab-content h3 {
	line-height: 35px;
	font-size: 24px;
	color: #121212;
}
.tab_sec .tab-content p {
	line-height: 35px;
	font-family: 'Open Sanslight';
	font-size: 16px;
	color: #121212;
}
.tab_sec .tab-content p:nth-child(2) {
	margin: 0px;
	padding: 25px 0px 30px;
}
.tab-content ul li {
	list-style: none;
	line-height: 32px;
	font-family: 'Open Sanslight';
	font-size: 16px;
	color: #121212;
}
.tab-content ul {
	padding-left: 0px;
}
.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 {
	content: '\2014';
	position: absolute;
	margin-left: -20px;
}
.tab-content h3 {
	padding: 0px 0px;
}
.social_group1 span img {
	padding-left: 20px;
}
.tab_link_wrapper {
	background-color: #090909;
	width: 100%;
}
.pad_right0 {
	padding-right: 0px;
}
.pad_left0 {
	padding-left: 0px;
}
.tab_sec .nav-tabs {
	background-color: #090909;
}
.tab_sec .social_group1 {
	background-color: #090909;
	padding: 12px 10px;
}
.social_group1 h5 {
	color: #fff;
}
.border1 {
	border: 1px solid #0f1d41;
	margin: 15px 0px 45px;
}
.aanbod_form_sec {
	background-color: #090909;
	padding: 10px 0px;
}
.form_left_img {
	height: 500px;
}
.form_left_img h2 {
	font-size: 36px;
	padding: 10px 0px 0px 25px;
}
.aanbod_form {
	padding: 40px 0px 20px 40px;
}
.styl5 {
	background-color: #242424 !important;
	color: #888888;
	border-radius: 0px;
	border: 0px;
	resize: none;
	font-family: 'Open Sans semi bold';
	font-style: italic;
	height: 48px;
}
.aanbod_form form {
	padding: 20px 0px;
}
.anbod_verstuur {
	width: 95px;
}
.anbod_verstuur a {
	color: #fff;
	text-decoration: none;
}
.product_slider_heading {
	padding: 5px 0px 25px;
}
.product_slider_heading {
	text-align: center;
}
.product_slider_heading h3 {
	color: #121212;
}
.social_group1 h5 {
	border-top: 1px solid #fff;
	padding-top: 7px;
	margin-bottom: 0px;
}
.area_height {
	height: auto;
}
/*-----------------------------*/

/*---------- Contact ----------*/
.open_time_map_sec {
	padding: 15px 0px;
}
/*-----------------------------*/
.round_shape {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #fff;
	padding: 35px;
}
.overons_btm_right {
	padding-top: 30px;
}
.overons_btm_right table {
	width: 100%;
	margin: 30px 0px
}
.overons_btm_right table tr td {
	padding-bottom: 12px;
}
.overons_btm_right table tr td h5 {
	color: #fff
}
.overons_btm_right table tr td:first-child {
	width: 25%
}
.team_members {
	padding: 30px 20px;
	position: relative
}
.overlay3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: 1s ease;
}
.member_infrmation {
	border-left: 2px solid rgba(255,255,255,0.3);
	padding: 0px 20px;
	height: 100%;
	position: relative;
	z-index: 9999
}
.each_member_dtls {
	height: 700px;
	position: relative;
	z-index: 9999
}

.each_member_dtls .member_dtls h3 {
	color: #2B2B2B !important;
}

.each_member_dtls .member_dtls h5 {
	color: #2B2B2B !important;
}

.member_dtls p {
	text-align: justify;
}
.member_contact {
	position: absolute;
	bottom: 0;
	left: 25px;
}
.team_members:hover .overlay3 {
	opacity: 1;
	transition: 1s ease;
}
.team_members:hover .member_infrmation {
	border-left: 2px solid #fff;
	transition: 1s ease;
}
.middl_blk {
	padding: 80px 0px;
	/*background-image: url(../images/product_sliderbg.png);*/
	background-position: left 50%;
	background-repeat: no-repeat;
	background-size: 85%;
}
.missl_blk_text {
	width: 65%;
	margin: 0px auto;
}
.missl_blk_text h3 {
	/*color: #121212*/
	color: #ffffff;
}
.missl_blk_text p {
	text-align: justify;
	text-align-last: center;
	/*color: #121212;*/
	color: #ffffff;
	margin-top: 30px;
}
.testimonial_slider {
	padding: 80px 0px;
}
.tesimonial_slider_wrapper {
	width: 65%;
	margin: 0px auto;
}
.testimonial_slider_txt p {
	text-align: justify;
	text-align-last: center;
	margin-top: 30px;
}
.testimonial_pegination {
	position: absolute !important;
	left: 0px;
	right: 0px;
}
.testimonial_pegination .swiper-pagination-bullet {
	background: #fff;
	margin: 0px 8px
}
.testminial_btn {
	background: none !important
}
.testimonial_slider {
	position: relative;
}
.testminial_nxt_btn {
	right: 100px !important;
	position: absolute;
}
.testminial_prv_btn {
	left: 100px !important;
	position: absolute;
}
.form_left_img {
	height: 555px;
}
.tick_area {
	background: #090909;
	padding: 15px 0px
}
.each_tick_area {
	background: #151515;
	padding: 0px 20px;
}
.each_tick_area_heading {
	background: #242424;
	padding: 15px 20px;
	width: 200px;
	margin: 0px auto;
	text-align: center;
}
/*-------- contact --------*/
.opening_time{
padding:35px 0px;
}
.opening_time h5{
font-size:24px;
padding:0px 0px 20px 0px;

}
.opening_time table{
width:100%;
}
.opening_time table tr th{
font-family: 'Open Sans semi bold';
font-size:16px;
color:#121212;
}
.opening_time table tr td{
font-family: 'Open Sanslight';
font-size:16px;
color:#121212;
width:40%;
line-height:28px;
}
.opening_time table tr td:first-child{
font-family: 'Open Sans semi bold';
font-size:16px;
color:#121212;
width:20%;
}
.google_map1{
height:370px;
}
.contact_text_form_sec{
background-color:#121212;
}
.contact_text .each_tab_heading{
padding-top:10px;
}
.chip_car_sec .chip_car_sec{
padding:15px 0px;
}
.chip_car_sec .chip_text {
    padding: 50px 0px 50px 30px;
}
/*-------------------------*/


/*--------------------------*/
.tick_text{
padding:50px 0px;
}
.tick_text table tr td img{
margin-top: -20px;
}
.tick_text table tr td{
font-family: 'Open Sanslight';	
font-size:16px;
color:#fff;
}
.tick_text table tr td i{
margin-right:10px;
}
.tick_text table tr td:first-child{
width:18%;
}
.tick_text table tr td:last-child{
width:82%;
}
.tick_text table tr td:last-child::before{
content: '\2014';
position: absolute;
margin-left: -20px;
}
.price1{
background-color:#242424;
text-align:center;
padding:20px 0px;
}
.tick_area .section_heading{
padding:10px 0px 20px;
}
.blk_dtls p {
    text-align-last: center;
}
/*--------------------------*/
.each_tab_heading h5 span img{ margin-top:-20px}
.store img{ margin-right:5px;}
.footer_social{ margin-top:15px}
.footer_social li{ display:inline-block; margin-right:10px;}

.contact_form1 {
    padding: 40px 0px 20px 0px;
}
.verkocht{
height:278px;
}
.cl-effect-4 .dropdown-menu a{
padding: 12px 15px;
}
.cl-effect-4 .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;
}
.dropdown-menu a {
    border-bottom: 1px solid aliceblue;
	transition:.3s ease;
}
.dropdown:hover a{
background: transparent;	/* bg color change*/
}
/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 5px auto 0;	/*btn margin reduce*/
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 5px auto 0;	/*btn margin reduce*/
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	border-radius: 0;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

a.animated-button.victoria-three {
	border: 2px solid #72a4c7;		/* sub menu bg change*/
	font-family: 'Open Sanslight';	
	font-size:16px;
}
a.animated-button.victoria-three:after {
	background: #72a4c7;
	opacity: .5;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
a.animated-button.victoria-three:hover:after {
	height: 140%;
	opacity: 1;
}
a.animated-button.victoria-three {
    background-color:transparent;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
    background-color: #344042cc;  /*give same as "background_color"*/
}
.dropdown-menu {
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
}
/*-----------------------------------------------------*/
.chip_car_sec{
padding:10px 0px;
}
.aanbod_links_cars_bg{
border-top:1px solid #fff;
}
.image_container {
	padding: 28px;
	padding-bottom: 56px;
}
.hidden {
    display: none !important;
}
.form_btn
{
	background-color: #121212;
	border: 1px solid #121212;
	color: white;
	cursor: pointer;
	width: 110px;
}
.anbod_verstuur .form_btn
{
	background-color: #090909;
	border: 1px solid #090909;
}


/*=================================================================*/
.submenu{
position:relative;
}
.submenu ul{
position:absolute;
width:190px;
padding:5px !important;
margin: 0px 0px 0px 0px;
background-color:rgba(0,0,0,0.8);
display:none;
font-size:16px;
font-family: 'Open Sanslight';
z-index:5;
}
.submenu:hover a{
background-color:rgba(0,0,0,0.8) !important; /*background color*/
color: white !important;
}
.submenu:hover ul{
display:block !important;
}
.submenu ul li a{
display:block;
color:#fff !important;
padding:5px 27px;
text-align:left;
background:black !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
box-shadow: inset 0 0 0 0 #282828;
transition: all ease 0.8s;
/*text-transform: uppercase;*/
}
.submenu ul li a:hover {
    color: white !important;
    background: #9a989a !important;
    box-shadow: inset 250px 0 0 0 #9a989a;
    text-decoration: none;
}
.submenu ul li .navbar-nav > li > a {
   background: #000000 !important;
}
.submenu ul li:hover{
   box-shadow: inset 250px 0 0 0 #2c71d2;;	
}
.submenu ul li{
list-style: none;
}


.cl-effect-4 .submenu a::after {
display:none;
}
/*========================================================*/
.top-padding{
	height: 185px;
	background: #090909;
}
/*==================new add by neo13==============*/
.product_slider_change .product_content {
padding: 0px;
border-left:none;
margin-bottom: 30px;
}

.product_slider_change .product_content:hover {
border-left:none;
}
.product_slider_change .product_text {
padding: 30px;
text-align: center;
border: 2px solid #4c4c4c;
}
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999999999;
	height: 100vh;
	padding: 30vh 0px;
}
#loader_section p{
	color:#FFFFFF;
	font-size:18px;
}
#loader_section img{
	width: 100px;
	margin-bottom: 25px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
#mobile-contact-bar {
  display: none;
}
.whatsapp_button {
    position: fixed;
    right: 50px;
    bottom: 0;
    z-index: 9999;
}
.whatsapp_button .common-button-whatsapp {
    min-width: 270px;
}
.common-button-whatsapp {
    font-family: 'Didot bold';
    font-size: 14px;
    color: #fff;
    display: inline-block;
    max-width: 270px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 0px;
    border-radius: 0px;
    background: #ff8600;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.common-button-whatsapp span img {
    margin-right: 10px;
    margin-bottom: -2px;
    vertical-align: middle;
}
.whatsapp_button img {
    max-height: 20px;
    max-width: 20px;
}
.common-button-whatsapp:hover {
    background: #121212;
	text-decoration: none;
	color: #fff;
}
/*==============updated aandbod page css==========================*/
.product_text.update-product{
	border-width:0px !important;
	background:#323233;
	padding:0px !important;
}
.product_text.update-product table{
	width:100%;
	color:#ffffff;
	border-top:1px solid #ffffff;
	margin-top:15px;
}
.product_text.update-product table tr td{
	border-right:1px solid #ffffff;
	padding:10px 0px;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	font-family: 'Open Sanslight';
}
.product_text.update-product table tr td:last-child{
	border-right:0px solid #ffffff;
}
.product_text.update-product h4{
	font-size:24px;
	margin-top:15px;
}
.update-product .updated-price{
	width:80%;
	margin:-30px auto 0px auto;
	background:#9a989a;
	position:relative;
	z-index:9;
}
.update-product .updated-price ul{
	list-style-type:none;
	text-align:center;
	padding:0px;
	margin:0px;
	font-size:0px;
	color:#ffffff;
}
.update-product .updated-price ul li{ 
	font-size:18px;
	display:inline-block;
	width:50%;
	padding:12px 0px;
	font-family: 'Open Sanslight';
}
.update-product-slider .swiper-button-prev, .update-product-slider .swiper-button-next{
	background:none !important;
}
.icn-1{
	max-height:24px;
}

.product_img.update-product-slider img{
	margin: 0px 0px !important;
}
.product_slider_change .thumbnail{
	margin-bottom:30px;
}
.img_social {
	display: inline-block; 
	margin-top: -2px;
}
@media(max-width:767px){
	.update-product .updated-price {
		width: 100%;
	    margin: 0px auto 0px auto;
	}
	.img_social {
		display: inline-block; 
		margin-top: -4px;
	}
}

.update-product.new-update-product .updated-price {
    width: 100%;
    margin: 0px auto 0px auto;
    background: #9a989a;
    position: relative;
    z-index: 9;
}
.update-product.new-update-product h4{
	margin-top:0px;
}
.product_text.update-product.new-update-product table {
    width: auto;
    border-top: 0px solid #ffffff;
	margin-top: 10px;
}
.new-update-product .gray-box{
	text-align:left;
	padding: 15px 20px 20px;
}
.update-product.product_text.update-product table tr td {
    border-right: 0px solid #ffffff;
    font-size: 16px;
	position:relative;
	padding:0px 17px;
}
.update-product.product_text.update-product table tr td:first-child{
	padding-left:0px;
}
.update-product.product_text.update-product table tr td:last-child{
	padding-right:0px;
}
.update-product.product_text.update-product table tr td:after{
	position:absolute;
	content:'/';
	right: -1px;
}
.update-product.product_text.update-product table tr td:last-child:after{
	display:none;
}
.update-product .updated-price ul li {
    font-size: 18px;
    display: inline-block;
    width: auto;
    padding: 10px 10px;
    font-family: 'Open Sanslight';
	font-weight:600;
}