@import "common.css";
@import "fonts.css";

body {
	padding: 0px;
	margin: 0px;
	position: relative;
	font-size:16px;
	color:#1c1c1c;
	font-family: 'NunitoSansRegular';
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
#page{
	overflow:hidden;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #1c1c1c;
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.2);
}
/*============right side menu=============*/
.right-side-menu {
	position:fixed;
	top: 0px;
	width: 100%;
	max-width: 440px;
	height:100vh;
	background: #121212;
	left: -100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 99;
	clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}
.side-nav {
    margin: 0 160px 0 30px;
}
.side-nav ul li a{
	color: #fff;
}
.side-nav ul li a:hover, .side-nav ul li.active {
    color: rgba(255,255,255,0.2);
}
.side-nav ul li {
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #262626;
    margin-bottom: 15px;
    text-align: left;
}
.side-nav ul li:last-child{
	border-bottom: 0;
}
.side-nav ul li a, .side-nav ul li a:hover{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.side-nav ul li a:hover{
	padding-left: 10px;
}
.right-side-menu.open_side {
	left: 0px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.menu-icon{
	position: absolute;
    left: 60px;
    top: 40px;
    -ms-transform: skew(-12deg,0deg); /* IE 9 */
   transform: skew(-12deg,0deg); /* Standard syntax */
}
.menu-icon img{
	width:34px;
}
.close-img img{
    width: 22px;
}
.close-img {
    text-align: right;
    padding: 40px 70px;
    display: block;
}
.line{
	position: absolute;
    width: 1px;
    height: 600px;
    background: #fff;
    opacity: 0.3;
    top: -10px;
    left: 80px;
    z-index: 1;
    transform: rotate(15deg);
}
/*******Header******/
.header-logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 50px 0;
}
/*********banner********/
.banner-sec{
	position: relative;
	background: #f8f8f8;
}
.banner-bg-area{
	position: absolute;
    left: 0;
    width: 100%;
    /*height: calc(100% - 170px);*/
    height: 100%;
    background-size: 0;
}
.banner-slider{
	clip-path: polygon(50% 0%, 100% 0%, 100% 35%, 100% 66%, 100% 100%, 50% 100%, 0% 100%, 15% 35%, 18% 35%, 25% 0);
	-webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 35%, 100% 66%, 100% 100%, 50% 100%, 0% 100%, 15% 35%, 18% 35%, 25% 0);
	position: relative;
}
.banner-slider:before{
	position: absolute;
    top: -78px;
    left: -27%;
    width: 68%;
    height: 200%;
    content: '';
    background-image: url(../images/banner-diagonal-img.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
.banner-slider .each-slide{
	overflow: hidden;
}
.swiper-arrows{
	position: relative;
	width: 180px;
	z-index: 1;
}
.swiper-arrows .swiper-pagination-bullet{
	width: 45px;
	height: 37px;
	border-radius: 0;
	background: #fff;
    color: #fff;
	opacity: 1;
	font-size: 16px;
	font-style: italic;
	font-family: 'Nunito Sans bold italic';
	display: inline-flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    position: relative;
}
.swiper-arrows .swiper-pagination-bullet:before{
	position: absolute;
    top: 1px;
    width: 92%;
    height: 94%;
    background: #0a0a0a;
    left: 2px;
    content: '';
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    z-index: -1;
}
.swiper-arrows .swiper-pagination-bullet-active{
	width: 59px;
	height: 47px;
	background:#fff;
	color: #0b0b0b;
}
.swiper-arrows .swiper-pagination-bullet-active:before{
	display: none;
}
.banner-content-wrap{
	width: calc(100% - 190px);
}
.banner-content{
	margin-top:-20%;
}
.banner-content p{
	color: #fff;
	opacity: 0.5;
	font-family: 'NunitoSansRegular';
	max-width: 430px;
	width: 100%;
	font-style: normal;
}
.swiper-arrows{
	position: relative;
}
.swiper-arrows:after{
	position: absolute;
	top: 35px;
	left: 22px;
	width: 1px;
	content: '';
	background: #fff;
	opacity: 0.3;
	height: 360px;
	transform: rotate(12deg);
}
.video-btn h4{
	font-family: 'Nunito Sans bold italic';
	font-size: 24px;
	color: #fff;
	display: inline-block;
	position: relative;
}
.video-btn h4:after {
    position: absolute;
    top: 40%;
    left: -23%;
    width: 1px;
    content: '';
    background: #fff;
    opacity: 0.3;
    height: 690px;
    transform: rotate(12deg);
    z-index: -1;
}
.video-btn{
    position: absolute;
	top: 44%;
	transform: translateY(-50%);
	z-index: 1;
	text-align: center;
	width: 100%;
	padding-left: 160px;
}
.video-btn img{
	margin-left: 20px;
}
/**********header*********/
.header-navbar{
    position: relative;
    z-index: 1;
    width: 82%;
    background: #fff;
}
.header-navbar .navbar{
	padding: 60px 50px 60px 0;
	background: #1c1c1c;
	/*top: -280px;*/
	position: absolute;
	margin-top: -21%;
	width: 100%;
	clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);
}
.header-navbar .nav-item{
	padding-right: 100px;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	letter-spacing: 0.3px;
}
.header-navbar .navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
	color: #fff;
	opacity: 0.5;
}
.header-navbar .navbar-expand-lg .navbar-nav .nav-link:hover{
	opacity: 1;
}
/*************product************/
.product-sec{
	/*margin-top: -165px;*/
	position: relative;
	z-index: 1;
}
.product-sec:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 73.5%;
    height: 100%;
    background: #f8f8f8;
    content: '';
    z-index: -1;
    clip-path: polygon(0% 0%, 62.8% 0%, 30% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 62.8% 0%, 30% 100%, 0% 100%);
}
.sec-heading{
	padding: 100px 0;
}
.sec-content-wrap{
	max-width: 680px;
	width: 100%;
	padding-left: 22%;
}
.product-dtl{
	padding: 20px 10px;
	border-top:0;
}
.product-dtl h4{
	color: #121212;
	font-size: 22px;
	font-family: 'NunitoSansRegular';
	height: 90px;
	padding-left:10px;
}
.product-dtl .text-right h4{
	padding-left: 0;
	padding-right: 10px;
	height: auto;
    padding-bottom: 10px;
}
.product-dtl h4 span{
	color: #717171;
	display: block;
	padding-top: 20px;
}
.product-dtl .col-lg-12 h4{
	height: auto;
	border-top:1px solid #979797;
}
.product-sec .common-btn{
	margin: 70px 0 100px;
}
.product-slider{
	position: relative;
}
.product-slider .swiper-button-prev{
	left: -5%;
}
.product-slider .swiper-button-next{
	right: -5%;
}
/**************middle sec*************/
.middle-sec{
	position: relative;
	padding-bottom: 150px;
}
.angle-content{
	position: absolute;
	white-space: nowrap;
    bottom: -100px;
    right: 0;
}
.angle-content img{
	width: 11px;
	margin-left: 20px;
}
.left-angle img, .right-angle img{
	display: none;
}
.right-angle-wrap .angle-content{
    bottom:auto;
    left: 0px;
    top: 50px;
}
.left-angle-wrap .angle-content span{
	float: left;
}
.left-angle-wrap .angle-content img{
	margin: 0 20px 0 0;
	transform: rotate(180deg);
}
.left-angle-wrap{
	width: 60%;
    height: 520px;
    position: relative;
}
.left-angle{
    clip-path: polygon(0% 0%, 67% 0%, 100% 100%, 20% 100%);
    margin-left: -15%;
    height: 100%;
    position: relative;
}
.left-angle:after, .right-angle:after {
    content: '';
    width: 124%;
    height: 100%;
    background:#000;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0% 0%, 67% 0%, 100% 100%, 20% 100%);
    -webkit-clip-path: polygon(0% 0%, 67% 0%, 100% 100%, 20% 100%);
   	margin-left: -15%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.right-angle:after {
    clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%);
   -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%);
    margin-left: 0%;
}
.left-angle:hover:after, .right-angle:hover:after {
   opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.right-angle-wrap{
	width: 55%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.right-angle{
    clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 36% 100%);
    margin-right: -17%;
    margin-top: 150px;
    height: calc(100% - 150px);
    position: relative;
}
/******************content sec*************/
.content-block-sec {
	position: relative;
	padding-top: 200px;
}
.content-block-sec .col-lg-6{
	position: static;
}
.content-wrapper{
	padding: 80px 0 180px;
	position: relative;
}
.content-wrapper:after{
	position: absolute;
	top: -200px;
	/*right: 15px;*/
	right: -60px;
	content: '';
	background: #ededed;
	width: 1px;
	height: calc(100% + 400px);
	transform: rotate(-45deg);
	z-index: -1;
}
.content-block-sec p {
	margin: 40px 0 70px;
}
.img-block {
	position: absolute;
    width: 54%;
    right: -2%;
    top: 200px;
    clip-path: polygon(0% 0%, 70% 0%, 112% 100%, 40% 100%);
    -webkit-clip-path: polygon(0% 0%, 70% 0%, 112% 100%, 40% 100%);
}
.content-block-sec:after {
	position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    content: '';
    background: #f8f8f8;
    height: 60%;
    z-index: -1;
	clip-path: polygon(0% 0%, 33% 0%, 74% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 33% 0%, 74% 100%, 0% 100%);
}
.content-block-sec:before {
	position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    content: '';
    background: #f8f8f8;
    height: 60%;
    z-index: -1;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 70%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 70%);
}
.content-block-sec .line{
	background:#ededed;
    left: auto;
    transform: rotate(-35deg);
    top: 120px;
    right: 2%;
    opacity: 1;
}
/***************instagram***********/
.instagram-sec{
	position: relative;
    margin-top: 25px;
}
.instagram-sec:after {
    clip-path: polygon(100% 8%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    -webkit-clip-path: polygon(100% 8%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
	position: absolute;
	top: -340px;
	left: 0;
	background-color: #1c1c1c;
	content: '';
	width: 100%;
	height: calc(100% + 340px);
	z-index: -1;
}
.instagram-sec h2{
	margin-bottom: 50px;
}
section.instagram-sec.inner-pg-insta-block {
    margin-bottom: 40px;
}
/***********footer***************/
.footer-sec {
	padding: 120px 0 90px;
	background: #1c1c1c;
}
.footer-info{
	max-width: 870px;
    width: 100%;
    margin-left: auto;
}
.each-footer-info{
	padding-left: 30px;
}
.footer-sec .col-lg-5 .each-footer-info{
	padding-left: 90px;
}
.footer-info td{
	padding-right: 40px;
}
.each-footer-info td:last-child{
	padding-right: 0;
}
.footer-info p{
	font-family: 'NunitoSansLight';
	font-size: 14px;
	color: #fff;
	font-style: normal;
	margin-top: 20px;
	line-height: 28px;
}
.footer-info p span{
	color: #9b9b9b;
}
.divider{
	border-top: 3px solid #2a2a2a;
	margin: 50px 0;
}
.social-icon a{
	margin-right: 25px;
}
.social-icon img{
	width: 22px;
}
.footer-sec .col-lg-5 .each-footer-info {
    padding-left: 50px;
}
/***************common-header & top content***************/
.inner-pg-header li{
	display: inline-block;
	margin-right: 70px;
}
.inner-pg-header li:last-child{
	margin-right: 0;
}
.inner-pg-header .menu-icon{
    top:0;
    left: -20px;
    background: #171717;
    width: 160px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 20px;
}
.inner-pg-header li a{
	font-family: 'NunitoSansRegular';
    font-size: 16px;
    letter-spacing: 0.3px;
    color:rgba(255,255,255,0.5);
}
.inner-pg-header li a:hover{
	color: #fff;
}
.inner-pg-header{
	padding: 0;
	border-top:2px solid #b81818;
	position: relative;
    background: #1c1c1c;
}
.header-social-icon img{
	width: 20px;
}
.header-social-icon{
	padding-right: 80px;
}
.inner-pg-header .header-social-icon li{
	margin:0 0 0 50px;
}
.header-social-icon a{
	opacity: 0.5;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-social-icon a:hover{
	opacity:1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/*.fixed-whatsapp-icon {
    width: 70px;
    height: 70px;
    background: #19c847;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 999;
}

.fixed-whatsapp-icon img {
    width: 40px;
}*/
/*=====*/
.top-content{
	background: #1c1c1c;
	padding: 40px 0 190px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 65%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 65%, 0% 100%);
    position: relative;
    z-index: 1;
}
.top-content h2{
	color: #fff;
}
.top-content p{
	font-size: 15px;
	color: #fff;
	font-family: 'NunitoSansRegular';
	font-style: normal;
	line-height: 28px;
	margin-top: 30px;
}
.top-content-wrap{
	max-width: 735px;
	width: 100%;
	margin: auto;
}
/******************diensten list*************/
.listview-sec{
	margin-top: -215px;
	padding: 250px 0 140px;
}
.list-heading{
	position: relative;
}
.list-heading:after, .list-heading:before{
	position: absolute;
	top: -205px;
	right: 0;
	width: 1px;
	content: '';
	background:#d9d9d9;
	height: calc(100% + 205px);
}
.list-heading:before{
	top: auto;
	bottom: 0;
	right: -360px;
	height: 1px;
	width: 360px;
}
.listview-sec ul{
	margin:auto;
	display: table;
}
.listview-sec li{
	margin-bottom: 20px;
	text-transform: uppercase;
}
.listview-sec li a, .each-list-content p{
	color: #0d0d0d;
    font-family: 'NunitoSansRegular';
    font-size: 15px;
    letter-spacing: 0.75px;
    font-style: normal;
}
.listview-sec li a:hover{
	color: #bc1225;
}
.each-list-block{
	padding: 0 8% 80px 60px;
}
.each-list-content{
	padding-left: 30px;
}
.each-list-content h2{
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 35px;
}
.each-list-content p{
	line-height: 28px;
	margin: 40px 0;
	text-align: justify;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list-section p{
	font-size: 15px;
	margin: 40px 0;
	line-height: 28px;
	text-align: justify;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list-section ul {
	list-style-type: inherit;
    padding: 5%;
}
.list-img{
    clip-path: polygon(0% 0%, 76% 0%, 100% 100%, 24% 100%);
    -webkit-clip-path: polygon(0% 0%, 76% 0%, 100% 100%, 24% 100%);
}
.each-list-block:nth-child(even) .list-img{
    clip-path: polygon(24% 0%, 100% 0%, 76% 100%, 0% 100%);
    -webkit-clip-path: polygon(24% 0%, 100% 0%, 76% 100%, 0% 100%);
}
.inner-pg-insta-block:after{
	top: 0;
	height: 100%;
	clip-path: polygon(100% 30%, 100% 0, 100% 30%, 100% 100%, 0 100%, 0 85%);
	-webkit-clip-path: polygon(100% 30%, 100% 0, 100% 30%, 100% 100%, 0 100%, 0 85%);
}
/*****************diesten dtl****************/
.dienstn-dtl-top-content p{
	font-size: 14px;
	font-style: italic;
	font-family: 'Nunito Sans italic';
}
.back-btn{
	background: #1c1c1c;
	padding: 30px 80px;
}
.middle-block-wrap{
	max-width: 860px;
	width: 100%;
	margin: -180px auto 0;
	padding:80px 80px 0;
	border:1px solid #dfdfdf;
	border-top:0;
	border-right: 0;
}
.each-middle-block p{
	font-size: 14px;
	font-style: normal;
	font-family: 'NunitoSansRegular';
	line-height: 28px;
	margin-top: 30px;
	text-align: justify;
	letter-spacing: normal;
}
.each-middle-block h2{
	position: relative;
	padding-top: 40px;
}
.each-middle-block h2:before{
	position: absolute;
    top: 0;
    left: -80px;
    width: 70px;
    height: 1px;
    background: #dfdfdf;
    content: '';
}
.each-middle-block img{
	margin-top: 70px;
}
.each-middle-block{
	margin-bottom: 50px;
}
.form-area h2 {
	margin-bottom: 70px;
}
.form-wrapper {
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
}
.form-area .form-group {
	margin-bottom: 8px;
}
.form-styl {
	resize: none;
    background: #fff;
	color: #1c1c1c;
    border-radius: 0;
    font-family: 'NunitoSansRegular';
    border: 2px solid #efefef;
    font-size: 16px;
    height: 65px;
    line-height: 63px;
    padding: 0 50px;
}
.form-styl:focus {
	box-shadow: none;
	border-color: #efefef;
}
.form-styl:placeholder {
	color: #1c1c1c;
}
.form-styl:-ms-input-placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-styl::placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-area {
	padding: 80px 0 150px;
}
.gallery-slider{
	padding-bottom: 100px;
}
.gallery-slider .swiper-button-next{
	display: none;
}
.gallery-slider h2{
	margin-bottom: 60px;
}
.gallery-slider-wrap{
	position: relative;
	margin-right: -42%;
}
.gallery-each-slide {
  	width: 160%;
	clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 40% 100%);
	-webkit-clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 40% 100%);
	position: relative;
	z-index: 2;
}
.slide-heading{
	position: absolute;
	top: 40px;
	left: 14%;
}
.gallery-each-slide a{
	display: inline-block;
}
/*********************aanbod******************/
.aanbod-filter {
	max-width: 480px;
	width: 100%;
	margin: 60px auto 0;
	display: table;
    /*display: flex;
    margin-left: 120px;*/
}
.aanbod-filter .form-styl {
	background: #1c1c1c;
	height: auto;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    line-height: normal;
    padding-bottom: 10px;
    color: #fff;
	padding: 15px 50px 15px 0;
	resize: none;
	border-radius: 0;
	font-size: 16px;
	font-family: 'NunitoSansLight';
    width: 100%;
}
.each-search-box{
	position: relative;
    margin-left: 20px;
}
.search-icon{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: 0;
    background: transparent;
    padding: 0 10px;
}
.search-icon img{
	width: 16px;
}
.aanbod-filter .form-styl:focus {
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #fff;
}
.aanbod-filter .form-styl::placeholder {
	color: #fff;
}
.aanbod-product-sec {
	padding: 50px 0 200px;
}
.aanbod-product-wrapper {
	padding: 0 55px;
}
.aanbod-product-sec .each-product{
	margin-bottom: 70px;
	/*padding: 0 10px;*/
}
.aanbod-middle {
	margin-bottom: 100px;
}
.aanbod-middle h2 {
	font-size: 48px;
}
.aanbod-middle p {
	max-width: 425px;
	width: 100%;
	font-size: 14px;
	color: #a2a2a2;
	position: relative;
	line-height: 28px;
}
.aanbod-middle p::after {
	position: absolute;
    top: 0;
    left: -80px;
    width: 4px;
    height: 70px;
    background-color: #1c1c1c;
    content: '';
}
/****************aanbod dtl****************/
.aanbod-dtl-top-sec {
	position: relative;
	z-index: 0;
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-next .each-aanbod-dtl-car {
	position: relative;
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-next .each-aanbod-dtl-car::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-prev .each-aanbod-dtl-car {
	position: relative;
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-prev .each-aanbod-dtl-car::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
    content: '';
}
.aanbod-dtl-top-sec .swiper-container .swiper-button-next {
	right: 10%;
	border: none;
	filter: invert(1);
}
.aanbod-dtl-top-sec .swiper-container .common-arrow img {
	width: 30px;
	height: 30px;
}
.aanbod-dtl-top-sec .swiper-container .swiper-button-prev {
	left: 10%;
	border: none;
	filter: invert(1);
}
/*===car info sec====*/
.aanbod-dtl-info-sec {
	position: relative;
}
.aanbod-dtl-bk-btn {
	position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 1;
    padding-top: 30px;
	max-width: 1450px;
	right: 50px;
}
.aanbod-dtl-bk-btn .bk-btn img {
	width: 10px;
	margin-right: 20px;
}
.aanbod-dtl-bk-btn li {
	font-size: 16px;
    color: #1e1e1e;
    font-family: 'NunitoSansRegular';
    display: inline-block;
}
.aanbod-dtl-bk-btn li a:hover {
	color: #bc1225;
}
.aanbod-dtl-bk-btn a {
	font-size: 16px;
    color: #1e1e1e;
    font-family: 'NunitoSansRegular';
    display: inline-block;
}
.aanbod-dtl-bk-btn a:hover {
	color: #1c1c1c;
}
.aanbod-dtl-bk-btn .bk-btn .txt-btn::before  {
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
	left:-30px;
	right:auto;
}
.aanbod-dtl-pdct-heading h5 {
	font-family: 'NunitoSansLight';
    text-transform: none;
    margin-top: 15px;
	color: #1c1c1c;
	font-size: 18px;
}
.aanbod-dtl-pdct-heading h2 {
	margin-bottom: 25px;
	font-family: 'NunitoSansBold';
	text-transform: uppercase;
}
.each-dtl-pdct-speed {
	position: relative;
	z-index: 2;
}
.aanbod-dtl-pdct-speed {
	position: relative;
	margin: 90px 0;
	padding: 30px 0;
}
.aanbod-dtl-pdct-speed::after {
	position: absolute;
    top: 0;
    width: calc(100% + 300px);
    background-color: #fff;
    content: '';
    height: 100%;
    left: -300px;
    z-index: 1;
}
.each-dtl-pdct-speed h6 {
	color: #8f8f8f;
	font-size: 16px;
	font-family: 'nunito_sanslight_italic';
	margin-bottom: 10px;
}
.each-dtl-pdct-speed h3 {
	color: #1e1e1e;
	/*font-size: 30px;*/
	font-family: 'NunitoSansBold';
	text-transform: none;
}
.aanbod-dtl-desc {
	position: relative;
}
.aanbod-dtl-desc::after {
	position: absolute;
    top: 0px;
    width: 100vw;
    background-color: #f6f6f6;
    content: '';
    height: 100%;
    right: 0;
    z-index: -1;
	clip-path: polygon(0px 0px, 97% 1px, 86% 100%, 0% 100%);
	-webkit-clip-path: polygon(0px 0px, 97% 1px, 86% 100%, 0% 100%);
}
.aanbod-dtl-pdct-table table td {
	font-family: 'NunitoSansLight';
    color: #1c1c1c;
	font-size: 16px;
	line-height: 36px;
	vertical-align: top;
	width: 50%;
}
.aanbod-dtl-pdct-table table td:nth-child(odd) {
    padding-right: 25px;
	color: #838383;
}
.aanbod-dtl-desc {
	padding: 90px 90px 135px 135px;
}
.aanbod-dtl-thumb-slider{
	position: relative;
	z-index: 0;
}
.aanbod-dtl-price {
	max-width: 490px;
	width: 100%;
	margin: 195px 175px 0px auto;
}
.aanbod-dtl-price h2 {
	font-size: 36px;
	font-family: 'NunitoSansBold';
	text-transform: none;
}
.aanbod-dtl-price h2 span {
	font-size: 16px;
	font-family: 'nunito_sanslight_italic';
	color: #8f8f8f;
	margin-left: 20px;
}
.aanbod-dtl-price-divider {
	border-top: 1px solid #f6f6f6;
}
.aanbod-dtl-price table {
	width: 100%;
	margin-bottom: 30px;
}
.aanbod-dtl-price table td:nth-child(odd) {
	font-family: 'nunito_sanslight_italic';
	color: #8f8f8f;
}
.aanbod-dtl-price table td:nth-child(even) {
	float: right;
}
.aanbod-dtl-price table td {
	font-family: 'NunitoSansLight';
	color: #1e1e1e;
	font-size: 16px;
	line-height: 35px;
}
.aanbod-dtl-price .common-btn {
	text-transform: none;
	display: block;
	font-size: 16px;
	font-family: 'NunitoSansRegular';
	letter-spacing: normal;
	outline: none;
}
.aanbod-dtl-price .Mybtn1, .aanbod-dtl-price .Mybtn2{
	max-width: 100%;
	margin-bottom: 10px;
}
.aanbod-dtl-price .common-btn.new-btn {
	background-color: #1c1c1c !important;
	border: 0px solid #ebebeb !important;
	color: #fff !important;
	max-width: 100% !important;
	margin-bottom: 10px !important;
}
.aanbod-dtl-price .common-btn.new-btn:hover {
	background-color: #bc1225 !important;
	color: #fff !important;
}
.aanbod-dtl-price .common-btn:nth-child(3) {
	background-color: transparent;
	border: 1px solid #ebebeb;
	color: #1e1e1e;
	margin-bottom: 15px;
}
.aanbod-dtl-price .common-btn:nth-child(3):hover {
	background-color: #bc1225;
	color: #fff;
}
.aanbod-dtl-slider-content {
	position: absolute;
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
	bottom: 20px;
	padding: 0 45px;
	z-index: 1;
	left: 50%;
  	transform: translate(-50%, 0%);
}
.aanbod-dtl-slider-content span img {
	width: 80px;
}
.aanbod-dtl-slider-content li {
	color: #fff;
	font-family: 'Nunito Sans bold italic';
	font-size: 16px;
	display: inline-block;
}
.aanbod-dtl-slider-content li:nth-child(2) img {
	width: 20px;
	margin-right: 10px;
	display: inline-block;
}
.aanbod-dtl-slider-content li:nth-child(2) {
	float: right;
	margin-top: 20px;
}
.each-aanbod-dtl-car {
	position: relative;
}
.aanbod-dtl-slider-content .swiper-pagination {
	text-align: right;
    width: auto;
    position: relative;
    bottom: 0;
    display: inline-block;
}
.aanbod-dtl-top-sec .swiper-container .swiper-slide-next .each-aanbod-dtl-car .aanbod-dtl-slider-content,
.aanbod-dtl-top-sec .swiper-container .swiper-slide-prev .each-aanbod-dtl-car .aanbod-dtl-slider-content {
	display: none;
}
.each-gal {
	position: relative;
}
.aanbod-dtl-vdo {
	position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(28,28,28,0.5);
    top: 0;
    height: 100%;	
}
.aanbod-dtl-vdo-text {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito Sans bold italic';
    z-index: 1;
}
.aanbod-dtl-vdo-text img {
	width: 15px;
	margin-right: 20px;
}
.gallery-thumbs .swiper-container .swiper-button-next {
	right: 5%;
	filter: invert(1);
}
.gallery-thumbs .swiper-container .swiper-button-next img {
	width: 25px;
	height: 25px;
}
.gallery-thumbs .swiper-container .swiper-button-prev {
	left: 5%;
	filter: invert(1);
}
.gallery-thumbs .swiper-container .swiper-button-prev img {
	width: 25px;
	height: 25px;
}
.dtl-video-btn{
	position: absolute;
  	bottom: 0;
  	right: 0;
  	background: #b91917;
  	padding: 10px;
  	font-size: 14px;
  	font-family: 'NunitoSansBold';
  	color: #fff;
  	display: none;
}
.gallery-top .swiper-slide-active .dtl-video-btn{
	display: block;
}
/*===tab area===*/
.aanbod-dtl-tab-area {
	background-color: #1c1c1c;
	position: relative;
	padding: 60px 0;
	margin-bottom: 180px;
	/*padding: 70px 0 320px;
	clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 80%, 0 100%);
	-webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 80%, 0 100%);*/
}
.tab-btm-angle {
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 15%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 15%);
    width: 100%;
    height: 145px;
    background: #1c1c1c;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 9;
    margin-top: -2px;
}
.tab-content p {
	color: #fff;
}
.aanbod-dtl-tab-wrapper {
	padding: 0px 95px;
}
.aanbod-dtl-tab-area .tab-sec {
	margin-bottom: 70px;
}
.aanbod-dtl-tab-area .tab-sec .nav-tabs {
	justify-content: center;
	border: none;
}
.aanbod-dtl-tab-area .tab-sec .nav-tabs .nav-link {
	border-radius: 0;
	border: none;
	padding: 0 0 15px;
	color: #fff;
	opacity: 0.3;
	position: relative;
	background-color: transparent;
    font-size: 28px;
    font-family: 'NunitoSansLight';
}
.aanbod-dtl-tab-area .tab-sec .nav-tabs .nav-link::after  {
	position: absolute;
    bottom: 0;
    width: 85px;
    height: 4px;
    background-color: #fff;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.aanbod-dtl-tab-area .tab-sec .nav-tabs .nav-link.active::after {
	opacity: 1;
}
.aanbod-dtl-tab-area .tab-sec .nav-tabs .nav-link.active {
	opacity: 100%;
}
.aanbod-dtl-tab-area .tab-sec .nav-tabs .nav-item {
	border-bottom: none;
    text-align: center;
    padding-right: 75px;
    background-color: transparent;
}

.aanbod-dtl-tab-area .tab-content .tab-pane .tab_hedaing h4 {
	color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'NunitoSansBold';
    font-size: 23px;
    letter-spacing: 0.5px;
}
.aanbod-dtl-tab-area .tab-content ul li {
	font-family: 'NunitoSansRegular';
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
    word-break: break-word;
}
.aanbod-dtl-tab-area .bullet-panel ul li {
	padding-left: 20px;
    position: relative;
}
.aanbod-dtl-tab-area .bullet-panel li:after {
	padding-left: 15px;
	background-size: 7px;
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../images/bullet-white.svg);
	background-repeat: no-repeat;
}
.aanbod-dtl-tab-area .bullet-panel {
	margin-bottom: 20px;
}
.aanbod-dtl-tab-area .tab-content .tab-pane .tab_hedaing {
	margin-bottom: 20px;
}
.aanbod-dtl-tab-area .kenmerken-tab ul li {
	width: 48%;
    display: inline-block;
    vertical-align: top;
}
.aanbod-dtl-tab-area .kenmerken-tab ul li:nth-child(odd) {
	background-image: url(../images/bullet-white.svg);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 20px;
    background-size: 7px;
    color: #fff;
}
.each-onderhoud-block {
	display: flex;
	margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bc1225;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
	font-family: 'NunitoSansLight';
	color: #fff;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #fff;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls h4 {
	font-family: 'NunitoSansBold';
    font-size: 18px;
    color: #fff;
	text-transform: none;
}
.block-dtls h5 {
    margin: 10px 0px 30px;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #fff;
	text-transform: none;
}
/*=====aanbod-dtl-form===*/
.aanbod-dtl-form {
	padding-top: 40px;
}
/*=====aanbod-dtl related car sec=====*/
.aanbod-dtl-related-car {
	padding: 160px 0 100px;
	background-color: #f8f8f8;
	clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
	position: relative;
	margin-top: 0;
}
.aanbod-dtl-related-car::before {
	display: none;
}
.aanbod-dtl-related-car .sec-heading p {
	margin-top: 40px;
	margin-right: 140px;
}
.aanbod-dtl-related-car .sec-heading {
	padding: 100px 0 50px;
}
.aanbod-dtl-related-car  .common-btn {
	margin: 70px 0 50px;
}
.aanbod-dtl-insta {
	background-color: #f8f8f8;
	z-index: 1;
}

/**************************popup start*************************/
.modal-area .modal-dialog {
	max-width: 100%;
	margin-top: 14%;
}
.modal-area .close-icon {
	position: absolute;
	top: 30px;
	right: 28%;
}
.modal-area .close-icon img {
	width: 15px;
	display: block !important;
}
.modal-area .modal-content {
	background-color: transparent;
	border-radius: 0;
	border:0;
}
.modal-area p {
	text-align: justify;
	font-style: normal;
	margin: 25px 0 35px;
	font-size: 14px;
	line-height: 28px;
	font-family: 'NunitoSansRegular';
	color: #1e1e1e;
}
.modal-area .right-angle{
	background: #fff;
	margin-top: 70px;
}
.modal-area .left-angle:after, .modal-area .right-angle:after{
	display: none;
}
.modal-area .d-table{
	padding: 0 28%;
}
.modal-area .left-angle{
	clip-path: polygon(0% 0%, 63% 0%, 100% 100%, 20% 100%);
	-webkit-clip-path: polygon(0% 0%, 63% 0%, 100% 100%, 20% 100%);
}
.modal-area .right-angle-wrap {
    width: 60%;
}
/**************************************************************************/
.contact-pg-header {
	position: absolute;
	background-color: transparent;
	z-index: 5;
}
.contact-top-content {
	height: 830px;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}
.contact-map-btn {
	position: relative;
	right: 60px;
	top: -250px;
	z-index: 4;
}
.contact-map-btn .common-btn {
	background-color: #fff;
	color: #1c1c1c;
}
.contact-map-btn .common-btn:hover {
	background-color: #bc1225;
	color: #fff;
}
/***contact-desc sec***/
.contact-desc-sec {
	margin-top: -115px;
}
.contact-desc-heading {
	margin-top: -113px;
	text-align: right;
}
.contact-desc-sec .each-middle-block:nth-child(2) p {
	padding-bottom: 100px;
}
.contact-desc-sec .middle-block-wrap {
	border-bottom: 0;
	margin-left: 0;
}
.contact-desc-sec table td {
	font-size:14px;
	color:#1c1c1c;
	font-family: 'NunitoSansRegular';
	line-height: 28px;
	padding-right: 70px;
	vertical-align: top;
}
.contact-desc-sec .contact-time .each-middle-block:last-child {
	position: relative;
	padding-bottom: 50px;
}
.contact-desc-sec .contact-time .each-middle-block:last-child::before {
	position: absolute;
	bottom: 0;
	left: -80px;
	width: 70px;
	content: '';
	height: 1px;
	background: #dfdfdf;
}

/***********************************overons page start*************************************/
.overons-year-sec {
	margin-top: 0;
	padding: 15px 0 170px;
}
.overons-year-sec .contact-info .middle-block-wrap {
	padding-bottom: 100px;
}
.overons-year-sec .contact-time .each-middle-block:last-child::before {
	display: none;
}
.overons-year-sec .contact-info:last-child .middle-block-wrap{
	padding-bottom: 0;
	border-bottom: 1px solid #dfdfdf;
}
.overons-year-sec .each-middle-block img{
	margin-top: 50px;
}
.overons-year-sec .contact-desc-heading h4{
	position: relative;
	display: inline-block;
}
.overons-year-sec .contact-desc-heading h4:after{
	position: absolute;
    top: 13px;
    left: 90px;
    width: 70px;
    height: 1px;
   	background: #dfdfdf;
    content: '';
}
.overons-year-sec .each-middle-block p{
	margin-top: 90px;
}
/**memeber sec***/
.overons-member-sec .angle-content h2 span{
	font-family: 'NunitoSansLight';
	font-style: normal;
	font-size: 20px;
	float: none;
	display: block;
	text-align: right;
	margin-right: -20px;
}
.overons-member-sec .right-angle-wrap .angle-content h2 span  {
	margin-left: 50px;
	margin-right: 0;
	text-align: left;
}
.overons-member-sec .left-angle:after, .overons-member-sec .right-angle:after{
	display: none;
}
.member-wrap{
	margin-bottom: 150px;
}
.overons-member-sec .angle-content{
	bottom: -130px;
}
.overons-member-sec .right-angle-wrap .angle-content{
	top: 20px;
}
/****counter****/
.overons-counter-sec {
	padding-bottom: 100px;
}
.each-count-box span {
	border: 2px solid #eeeeee;
	width: 96px;
	height: 96px;
	margin-right: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-family: 'NunitoSansRegular';
	font-size: 24px;
	color: #1c1c1c;
	letter-spacing: 0.5px;
}
.each-count-box h4 {
	font-family: 'NunitoSansRegular';
	display: inline-block;
}
.each-count-box {
	text-align: center;
}
.overons-content-block{
	padding-top: 100px;
}
.overons-content-block:before, .overons-content-block .content-wrapper:after, .overons-content-block .line{
	display: none;
}
.overons-content-block .img-block{
	top: 70px;
}
.overons-content-block.content-block-sec p{
	margin-bottom: 0;
}
/*************thanku************/
.thanku-sec .banner-bg-area{
	height: 100%;
}
.thanku-sec .banner-content h1{
	white-space: nowrap;
	margin-bottom: 40px;
}
.thanku-sec .banner-content{
	margin-top: 30%;
}
.thanku-sec .common-btn{
	background: #fff;
	color: #1c1c1c;
}
.thanku-sec .common-btn:hover{
	background: #bc1225;
	color: #fff;
}

#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: 7px 0 6px 30px;
}
.star_icon h4{
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
  /*font-family: 'BentonSansRegular';*/
  font-size: 14px;
  color: #fff;
  padding-bottom: 6px;
  word-break: break-word;
  font-family: 'NunitoSansRegular';
  margin: 0px !important;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.morgeninternet-footer {
	background: #000000;
	width: 100%;
	height: 90px;
	display: block;
	text-align: center;
	transition: 0.3s all;
}

.morgeninternet-footer:hover {
	background: #202020;
	transition: 0.3s all;
}

.morgeninternet-footer > img {
	height: 30px;
	padding-top: 15px;
}
.error_background {
  background-color: #121212;
}
.error_top
{
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 0;
}
.light_theme{
  background:rgba(255, 255, 255, 0.83);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.cookie_div{
  color:#9c9c9c;
  font-size: 12px;
  /*font-family: 'Calibri';*/
  font-family: 'arial';
}
.cookie_div h4{
  margin-bottom: 15px;
  font-size: 13pt;
  font-family: 'Calibri';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 10pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	background:#dbffe8;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	margin:5px 0;
	cursor: pointer;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}
.mm-slideout {
    z-index: unset;
}
.form-1, .form-2, .form-3 {
	display:none;
}
.aanbod-dtl-price .form-area{
	padding: 30px 15px 50px;
}
.foto_upload{
	line-height:normal;
	height: auto;
	padding: 8px 20px;
}
.form-1 .form-styl, .form-2 .form-styl{
	padding: 0 20px;
  	height: auto;
  	line-height: normal;
  	padding: 18px;
}
.content-page-block .line, .content-page-block:before, .content-page-block .content-wrapper:after{
	display: none;
}
.contact-desc-each p img{
	width: 18px;
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
	margin-top: 0;
	margin-right: 20px;
}
.contact-desc-each p span{
	float: left;
	margin-bottom: 30px;
}
.contact-desc-sec .contact-time .contact-desc-heading{
	margin-top: 65px;
}
.contact-desc-sec .contact-info .contact-desc-heading{
	margin-top: -58px;
}
.contact-desc-sec .contact-time .middle-block-wrap{
	margin-top: 0;
}
.contact-desc-sec .contact-info .contact-info-right{
	padding-bottom: 60px;
}
.contact-desc-sec .contact-time table{
	margin-left: 35px;
}
.contact-desc-sec .contact-info .each-middle-block h2:before {
    top: 60px;
    width: 60px;
}
.opening-time .middle-block-wrap{
	max-width: 100%;
	padding-right: 0;
}
.contact-desc-sec.opening-time .col-lg-8 h2:before{
	display: none;
}
.opening-time .contact-info-right{
	position: relative;
}
.opening-time .contact-info-right:before{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: #dfdfdf;
    content: '';
}
.opening-time td:nth-child(even){
	padding-right: 0;
}
.opening-time table{
	margin-top: 30px;
}
/*****aanbod*****/
.product-dtl h4{
	padding-left: 0;
}
.product-dtl{
	padding-left: 0;
	padding-right: 0;
}
.car-product{
	padding: 10px;
}
.car-product{
	background: #efefef;
}
.car-product .col-xl-12 h4{
	font-size: 24px;
	height: auto;
	font-family: 'NunitoSansBold';
}
.car-product h4 span{
	font-family: 'NunitoSansRegular';
    font-size: 18px;
    color: #1c1c1c;
    padding-top: 25px;
}
.car-product .col-xl-12 h4 span{
	height: 65px;
    overflow: hidden;
    padding-top: 10px;
}
.car-product .product-dtl .col-lg-12 h4{
	border-top: 0;
}
.car-product h5{
	font-size: 20px;
	font-family: 'NunitoSansBold';
	color: #1c1c1c;
	margin-top: 15px;
}
.car-product table td{
	color: #1c1c1c;
}
.car-product table td:nth-child(even){
	font-family: 'NunitoSansBold';
	padding-left: 20px;
}
.car-product .common-btn{
	max-width: 250px;
	background: #b60000;
	border-radius: 6px;
	height: 42px;
    line-height: 42px;
    margin: 20px auto 0;
    display: table;
}
/*=======aanbod-dtl-label=========*/
.aanbod-dtl-top-sec .tab-content{
	margin-top: -74px;
}
.aanbod-dtl-top-sec .labels .nav-tabs{
	border-bottom: 0;
}
.aanbod-dtl-top-sec .labels{
    padding-top: 30px;
}
.aanbod-dtl-top-sec .labels .nav-item{
	max-width: 130px;
	width: 100%;
	text-align: center;
	margin-right: 10px;
	position: relative;
    z-index: 2;
}
.aanbod-dtl-top-sec .labels .nav-tabs .nav-link{
	border: 2px solid #bc1225;
    padding: 8px 0;
    border-radius: 5px;
    font-family: 'NunitoSansBold';
    font-size: 18px;
    color: #fff;
    height: auto;
    margin-bottom: 0;
    line-height: normal;
    background-color: #fff;
}
.aanbod-dtl-top-sec .labels .foto .nav-link{
	background-color: #bc1225;
}
.aanbod-dtl-top-sec .labels .rotate .nav-link{
	color: #bc1225;
}
.vivition-player{
	padding-bottom: 38.5% !important;
}
.big_image1{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75px !important;
	height: 75px !important;
	transform: translate(-50%, -50%);
}
@media(max-width:767px){
	.aanbod-dtl-top-sec .tab-content{
		margin-top: 0;
	}
	.aanbod-dtl-top-sec .labels{
		padding: 20px 0 10px;
	}
	.big_image1{
		top: 57%;
		width: 55px !important;
		height: 55px !important;
	}
	.vivition-css .vivition-viewerbutton{
		width: 40px !important;
		height: 40px !important;
	}
	.vivition-button-holder-top-right .vivition-viewerbutton{
		width:50px !important;
		height: 50px !important;
	}
	.vivition-css .vivition-viewerbutton.vivition-viewerbutton-has-label>p.vivition-viewerbutton-label{
		font-size: 8px !important;
	}
	.vivition-player{
		padding-bottom: 75% !important;
	}
}
.import-iframe{
	padding: 50px 0 0;
}
#euroIframe{
	padding: 50px 0 0;
}
.bttom_ifrm{
	padding: 27px 0;
  background: #121212;
}
.big_image{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55px !important;
	height: 55px !important;
	transform: translate(-50%, -50%);
}
.banner-sec .position-absolute{
	top: 50%;
  	transform: translateY(-50%);
  	left: 0;
}
.banner-sec .banner-content h1{
	margin-bottom: 30px;
}
.banner-sec .banner-content h1 span{
	display: block;
}
.header-navbar{
	position: absolute;
  	bottom: 60px;
  	z-index: 1;
  	background: transparent;
}
.header-navbar .navbar{
	position: static;
	margin-top: 0 !important;
}
.calsty{ 
	border: 0; 
	width: 100%; 
	height: 767px !important; 
	background: transparent; 
}