html.no-scroll {
	overflow-y: hidden;
}

body{
	font-family: "Crimson Text";
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color:#0f0d0d;

	display: flex;
	min-height: 100vh;
	flex-direction: column;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?wy509b');
	src:  url('../fonts/icomoon.eot?wy509b#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?wy509b') format('truetype'),
	url('../fonts/icomoon.woff?wy509b') format('woff'),
	url('../fonts/icomoon.svg?wy509b#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.noclick{
    display: none !important;
}

.modellenlijst{
    display: none;
}

.loading_items:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    z-index: 150;
    background-image: url(../images/loading.gif);
    background-position: center top 30px;
    background-repeat: no-repeat;
    background-size: 150px 150px;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left-big:before {
  	content: "\e900";
}
.icon-arrow-right-big:before {
  	content: "\e901";
}
.icon-arrow-left-small:before {
  	content: "\e902";
}
.icon-arrow-right-small:before {
	content: "\e903";
}

@keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1;}
}

#content {
	flex: 1;
}

.print_image {
	display: none;
}


h1, h2, h3, p, ul, ol, table, form, iframe{
	margin-top:0;
	margin-bottom:24px;
}

.webton-edit-link{
    position: relative;
    z-index: 1500;
}
.webton-edit-link a {
	background: #c91212 !important;
}

.no-margin-last > *:last-child{
   margin-bottom:0 !important;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron p,
.jumbotron ul,
.jumbotron ol,
.jumbotron table,
.jumbotron div.gform_wrapper form{
	font-size:18px;
	font-weight:400;
	font-style:normal;
	line-height: 36px;
	margin-bottom:24px;
	font-family: "Crimson Text";
	margin-top:0;
}


.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
	font-family: "Korolev";
	font-weight: 300;
	letter-spacing: 19px;
	text-transform: uppercase;
}

.jumbotron .pagina__hoofdkop {
	color: #c91212;
	font-family: "Crimson Text";
	font-size: 30px;
	font-style: italic;
	letter-spacing: 3px;
    margin-bottom: 30px;
}
.jumbotron .pagina__hoofdkop::before {
	margin-right: 60px;
}
.jumbotron .pagina__hoofdkop::after {
	margin-left: 60px;
}
.jumbotron .pagina__hoofdkop::before,
.jumbotron .pagina__hoofdkop::after {
	content: "";
	width: 37px;
	height: 2px;
	background-color: #c91212;
    display: inline-block;
    vertical-align: middle;
}
.jumbotron .pagina__subkop {
	margin-bottom: 53px;
}

header.hoofdkop_subkop h1 {
	color: #0f0d0d;
	font-size: 50px;
	font-weight: 300;
    letter-spacing: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}
header.hoofdkop_subkop h2 {
	position: relative;
	color: #c91212;
	font-family: "Crimson Text";
	font-size: 25px;
	font-style: italic;
	letter-spacing: 2.5px;
	text-transform: initial;
    margin-top: -7px;
}
header.hoofdkop_subkop h2::before {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #c91212;
    display: inline-block;
    vertical-align: middle;
	margin-right: 30px;
}

header.hoofdkop_subkop h2.results_filter::after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #c91212;
    display: inline-block;
    vertical-align: middle;
	margin-left: 30px;
}



header.subkop_hoofdkop h2 {
	color: #c91212;
	font-family: "Crimson Text";
	font-size: 30px;
	font-style: italic;
	letter-spacing: 3px;
	text-transform: initial;
    margin-bottom: 26px;
}
header.subkop_hoofdkop h2::before,
header.subkop_hoofdkop h2::after {
	content: "";
	width: 37px;
	height: 2px;
	background-color: #c91212;
    display: inline-block;
    vertical-align: middle;
}
header.subkop_hoofdkop h2::before {
	margin-right: 60px;
}
header.subkop_hoofdkop h2::after {
	margin-left: 60px;
}
header.subkop_hoofdkop h1 {
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 21px;
	text-transform: uppercase;
}

.jumbotron h2.subtitel {
	color: #c91212;
	font-family: "Crimson Text";
	font-size: 25px;
	font-style: italic;
	letter-spacing: 2.5px;
	text-transform: initial;
    margin-bottom: 5px;
}
.jumbotron h2.subtitel::before {
	content: "";
	width: 30px;
	height: 2px;
	margin-right: 30px;
	background-color: #c91212;
    display: inline-block;
    vertical-align: middle;
	margin-bottom: 0;
}


/*
.jumbotron header .pagina__hoofdkop {
	font-size: 50px;
	font-weight: 300;
    letter-spacing: 14px;
	text-transform: uppercase;
	color: #0f0d0d;
	font-family: "Korolev";
   	font-style: initial;
    margin-bottom: 0px;
}

.jumbotron:not(.header) header .pagina__hoofdkop::before,
.jumbotron:not(.header) header .pagina__hoofdkop::after {
	display: none;
}
.jumbotron header .pagina__subkop {
	color: #c91212;
	font-family: "Crimson Text";
	font-size: 25px;
	font-style: italic;
	letter-spacing: 2.5px;
	text-transform: initial;
    margin-top: -10px;

}
.jumbotron header .pagina__subkop::before {
	content: "";
	width: 30px;
	height: 2px;
	margin-right: 30px;
	background-color: #c91212;
    display: inline-block;
    vertical-align: middle;
}
*/

.jumbotron a {
}
.jumbotron:not(.header):not(#footer) p a:not(.button) {
	position: relative;
}
.jumbotron:not(.header):not(#footer) p a:not(.button):hover::before {
	width: 100%;
}
.jumbotron:not(.header):not(#footer) p a:not(.button)::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #c91212;
    bottom: -5px;
	left: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}


.h2-heading {
	text-align: center;
	color: #444444;
    margin-bottom: 47px;
}
.jumbotron.jumbo-padding {
	padding: 40px 0;
}
.jumbotron img {
	max-width: 100%;
}

#slider .slide:nth-child(n+2){
    display: none !important;
}

div.gallery{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto -15px !important;
}

div.gallery.owl-carousel{
    margin: 0 !important;
}

div.gallery .gallery-item{
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

div.gallery.owl-carousel .gallery-item {
    padding: 0 0;
}

div.gallery .gallery-item > dt{
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

div.gallery.gallery-size-fotoslider .gallery-item{
    width: 100% !important;
}

div.gallery:not(.gallery-size-fotoslider) .gallery-item > dt{
    border: 2px solid #cfcfcf;
}

.gallery-columns-1.gallery-size-fotoslider.gallery{
    margin: auto 0  40px !important;
}

.gallery-columns-1.gallery-size-fotoslider.gallery .gallery-item{
    padding: 0;
}

.gallery-columns-1.gallery-size-fotoslider.gallery .gallery-item > dt{
    padding: 0;
}

.gallery-columns-1.gallery-size-fotoslider.gallery .gallery-item{
    margin: 0 !important;
}

div.gallery .gallery-item > dt > a{
    width: 100%;
    max-width: 100%;
}

div.gallery .gallery-item img{
    max-width: 100%;
    height: auto;
    border: none !important;
    margin-bottom: 0 !important;
}

.jumbotron ul ul, .jumbotron ol ul, .jumbotron ul ol, .jumbotron ol ol {
    margin-bottom: 0;
}
.jumbotron ul {
	padding: 0;
}
.jumbotron ul li {
	list-style: none;
	position: relative;
	padding-left: 32px;
}
.jumbotron ul li::before {
	position: absolute;
    left: 11px;
    top: 0;
	content: "\f054";
    font-family: "Font Awesome 5 Pro";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
	color: #bdbcbc;
    font-size: 10px;
}

div.img-wrapper.alignright {
	width: 540px;
	min-height: 405px;
	margin-right: -280px;
    margin-left: 20px;
    margin-top: 8px;
}
img.alignright {
	float: none;
	margin: 0;
}

#content{
    padding: 0 0;
}

#left-content{
    padding: 0 0;
}

#right-content{
    padding: 0 0;
    padding-left: 0;
    border-left: none;
}

.jumbotron h1,
.jumbotron h1 a{
	font-size: 60px;
	line-height: 70px;
}

.jumbotron h2,
.jumbotron h2 a{
	font-size: 40px;
	font-weight: 300;
	line-height: 54px;
    margin-bottom: 50px;
	letter-spacing: 13.5px;
}

.jumbotron h3,
.jumbotron h3 a{
	color: #c91212;
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 10px;
}

#left-content{
	width:100%;
	float:left;
}

ul.checklist{
	padding: 0;
	list-style: none;
}

ul.checklist li{
	position: relative;
	padding-left: 25px;
}

ul.checklist li:before{
	color: #39e07c;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	font-family: FontAwesome;
}

.alm-btn-wrap{
	width: 100%;
	text-align: left !important;
	float: left;
	padding: 0 15px !important;
}
.alm-load-more-btn {
	margin-top: 90px !important;
	color: #c91212 !important;
	font-family: Korolev;
	font-size: 14px;
	font-weight: 500 !important;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	border: 2px solid #c91212 !important;
	padding: 1px 15px 0 36px !important;
	background: none !important;
	height: auto !important;
}
.alm-load-more-btn::after {
	content: "\f067";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);

	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.alm-load-more-btn.done {
	display: none;
}
.alm-btn-wrap .alm-load-more-btn.loading {

}
.alm-btn-wrap .alm-load-more-btn.loading:before {
	display: none !important;
}
.alm-filters-container .alm-filter--title h3 {
	color: #0f0d0d;
	font-family: Korolev;
	font-size: 20px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.alm-filters-container .alm-filter li a.field-checkbox:before {
	border-radius: 4px !important;
	border: 2px solid #8b7b7b !important;
}

.alm-filters-container .alm-filter li a.active.field-checkbox:before,
.alm-filters-container .alm-filter li a.active.field-radio:before {
	border-color: #c91212 !important;
	background-color: #c91212 !important;
}
.alm_found_posts_filter {
	display: none;
}

.loadmore.done{
	opacity: 0.4;
}

.owl-v-center-nav .owl-nav.owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.owl-v-center-nav .owl-prev,
.owl-v-center-nav .owl-next{
    position: absolute;
    left: 30px;
	color: #f00;
    width: 30px;
    height: 30px;
}

.owl-v-center-nav .owl-next{
	left: auto;
	right: 30px;
}

.alert > *:last-child{
	margin:0 !important;
}

.jumbotron{
	background:none;
	margin:0;
	padding:0;
	float:left;
	clear:both;
	width:100%;
	position: relative;
}

.hide_tekst {
    display: none;
}

.lees_verder{
	margin-bottom:24px;
}

p:empty{
	display:none;
}

em{
	font-style:italic !important;
}
/*
strong{
	font-weight:500 !important;
}
*/

a,
a:hover,
a:focus{
	color: #ffffff;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	text-decoration: none;
}

hr{
	float:left;
	clear:both;
	width:100%;
	border-top:solid 1px #c9c9c9;
	margin:0 0 24px;
}

.half_blok {
	padding: 0;
    margin-bottom: 24px;
}

.button,
.loadmore {
	position: relative;
	display:inline-block;
	text-decoration:none !important;
	outline:none;
	border:none;
	background:none;
	padding: 12px 25px !important;
	line-height:normal !important;
	-webkit-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;

	font-family: "Korolev" !important;
	font-size: 14px;
	font-weight: 500 !important;
	letter-spacing: 1.4px;
	text-transform: uppercase;

	border: 2px solid #c91212;
	color: #ffffff;
	z-index: 1;
	cursor: pointer;
}
.button::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #c91212;
	z-index: -1;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.button:hover::before {
	height: 100%;
}
.button.tekst-zwart {
	color: #0f0d0d;
}
.button.tekst-zwart:hover {
	color: #ffffff;
}

.button.rood,
body div.gform_wrapper .gform_footer input[type=submit] {
	position: relative;
	background-color: #c91212;
	color: #ffffff;
	font-weight: 300 !important;
	z-index: 1;
	border: 2px solid transparent;
	padding: 12px 25px !important;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
body div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 14px !important;
}
.button.rood:hover,
body div.gform_wrapper .gform_footer input[type=submit]:hover {
	border: 2px solid #c91212;
	background-color: #ffffff;
	color:#c91212;
}
.button.rood::before {
    background-color: #ffffff;
}


.button.rood.pijl {
	width: 100%;
	max-width: 240px;
	padding: 12px 15px !important;
}

.button.rood.pijl::after {
	content: "";
	position: relative;
	float: right;
	content: "\e903";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.button.grijs {
	position: relative;
	background-color: #999;
	color: #ffffff;
	font-weight: 300 !important;
	z-index: 1;
	border: 2px solid transparent;
	padding: 12px 25px !important;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.button.grijs::before {
	background-color: #ffffff;
}
.button.grijs:hover {
	color: #999;
}


.button.zwart {
	position: relative;
	background-color: #0f0d0d;
	color: #ffffff;
	font-weight: 300 !important;
	z-index: 1;
	border: 2px solid transparent;
	padding: 12px 25px !important;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.button.zwart i {
	margin-right: 15px;
}
.button.zwart::before {
	background-color: #ffffff;
}
.button.zwart:hover {
	color: #0f0d0d;
}

.button.share {
	width: 100%;
	max-width: 240px;
	padding: 12px 15px !important;
}
.button.share::after {
	float: right;
	content: "\f1e0";
	font-family: "Font Awesome 5 Pro";
}
.button.print {
	width: 100%;
	max-width: 240px;
	padding: 12px 15px !important;
}
.button.print::after {
	float: right;
	content: "\f02f";
	font-family: "Font Awesome 5 Pro";
}

.share_buttons {

}
.share_buttons a {
    font-size: 24px;
    margin-right: 7px;
}
.share_buttons a#show_share_form {
	cursor: pointer;
}
#share_form {
	display: none;
    margin-top: 24px;
}


a.whatsapp::before {
	content: "\f232";
	font-family: "Font Awesome 5 Brands";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
    font-weight: 300;
    font-size: 23px;
    vertical-align: top;
    margin-right: 7px;
}


article > *:last-child{
	margin-bottom:0;
}

form.search-form{
	margin:0;
}

form.search-form label{
	padding:0;
	margin:0;
	float:left;
	background:#fff;
}

form.search-form input{
	margin:0;
	padding:0 5px;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
}

form.search-form button{
	margin:0;
	padding:0;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
}

.row.no-gutters {
	margin-right: -15px;
    margin-left: -15px;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.align-end {
	align-self: flex-end;
}


.navbar-default {
	min-height:0;
	background: none;
	border:none;
	margin:0;
	width:100%;
	position: fixed;
	top: 0;
	padding-top: 45px;
    padding-bottom: 35px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: none;
}
.navbar-default.scroll {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default > .container {
	width: 100% !important;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px;
	padding-right: 60px;
}
body.header-klein .navbar-default,
.navbar-default.scroll {
	/*overflow: hidden;*/
}

.navbar-default::before,
.navbar-default.scroll::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#420405+0,1a0a0a+100 */
	background: #420405; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #420405 0%, #1a0a0a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #420405 0%,#1a0a0a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #420405 0%,#1a0a0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420405', endColorstr='#1a0a0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
body.header-klein .navbar-default::before {
	height: 156px;
}
body.header-middel .navbar-default::before,
body.header-groot .navbar-default::before  {
	height: 0px;
}
.navbar-default.scroll::before {
	height: 106px !important;
}


.navbar>.container .navbar-brand{
	height:auto;
	padding:0;
	margin:0;
}

#logoholder{
    position: relative;
}

#navbar {
	float: left;
	margin-left: 105px;
    margin-top: 25px;
}

#slider{
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	float:left;
	clear:both;
	border-radius:0;
}

#slider .slide{
	width:100%;
	overflow:hidden;
	float:left;
	clear:both;
	display:-webkit-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-box !important;
    display:-webkit-flex !important;
    display:flex !important;
    -webkit-flex-align:center !important;
    -ms-flex-align:center !important;
    -webkit-box-align:center !important;
    -webkit-align-items:center !important;
    align-items:center !important;
	-webkit-background-size:cover !important;
	background-size:cover !important;
	position:relative;
}

#slider .slide .parallaxer{
	width:100%;
	position:absolute;
	top:0;
	height:100%;
	left: 0;
}

#slider .slide .parallaxer > img{
	position:absolute;
	top:0;
	object-fit:cover;
	left:0;
	margin:0;
	display:block;
	/* fill and maintain aspect ratio */
	width:auto; height:auto;
	min-width:100%; min-height:100%;
	max-height:none; max-width:100%;
}

#slider .slide-link{
	width:100%;
	height:100%;
	float:left;
	position:relative;
	display:-webkit-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-box !important;
    display:-webkit-flex !important;
    display:flex !important;
    -webkit-flex-align:center !important;
    -ms-flex-align:center !important;
    -webkit-box-align:center !important;
    -webkit-align-items:center !important;
    align-items:center !important;
}

.text-center.slide-tekst{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:#666;
}

.pull-left.slide-tekst{
	position:relative;
	background:#666;
}

.pull-right.slide-tekst{
	position:relative;
	background:#666;
}





.navbar-header {
	float: left;
}
#hoofdmenu{
	margin:0;
}

#hoofdmenu li{
	position:relative;
	/*margin-left: 60px;*/
	margin-left: 37px;
}

#hoofdmenu li:first-of-type{
	margin-left:0;
}

#hoofdmenu li:last-of-type{
	margin-right:0;
}

#hoofdmenu li a{
	opacity: 0.5;
	color: #ffffff;
	font-family: 'Crimson Text';
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 2px;
}

body.single-stocklist #hoofdmenu > li.stocklist > a,
body.tax-brand_stocklist #hoofdmenu > li.stocklist > a,
body.single-tuning #hoofdmenu > li.tuning > a,
body.tax-brand_tuning #hoofdmenu > li.tuning > a,
#hoofdmenu > li:hover > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a{
	opacity: 1;
}

#hoofdmenu > li > a::before {
	content: "";
	position: absolute;
	bottom: 3px;
	width: 0;
	height: 0;
	background-color: #c91212;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}


body.single-stocklist #hoofdmenu > li.stocklist > a::before,
body.single-tuning #hoofdmenu > li.tuning > a::before,
#hoofdmenu > li:hover > a::before,
#hoofdmenu > li.current-menu-item > a::before,
#hoofdmenu > li.current-menu-ancestor > a::before,
#hoofdmenu > li.current-menu-parent > a::before {
	bottom: 0;
	height: 2px;
	width: 40px;
}

/*Submenu*/
#hoofdmenu > li > ul{
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

/*Dit is om de ruimte tussen menu en submenu hoverable te maken
#hoofdmenu > li > ul:before {
    height: 15px; Dit is afhankelijk van je website
    top: -15px; Deze moet evenhoog zijn als "height"
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: #f00; Deze moet je op "transparent" zetten
}
*/

/*#hoofdmenu li:hover > ul{
	display:block;
}*/

#hoofdmenu li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
}

#hoofdmenu li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

#hoofdmenu li ul li:hover > a,
#hoofdmenu li ul li.current-menu-item > a,
#hoofdmenu li ul li.current-menu-ancestor > a,
#hoofdmenu li ul li.current-menu-parent > a{
}

/*Sub-sub menu*/
#hoofdmenu li ul li ul{
	display:none;
	left:100%;
	top:0;
}

#hoofdmenu li ul li:hover > ul{
	display:block;
}

#hoofdmenu li ul li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
}

#hoofdmenu li ul li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

.language_switch {
	float: right;
	font-family: "Korolev";
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.4px;
	color: #ffffff;
    margin-top: 24px;
    z-index: 2;
    position: relative;
}
.language_switch a {

}
.language_switch i {
    font-size: 23px;
    vertical-align: sub;
	margin-right: 7px;
}

.top_contact {
	float: left;
}
.top_contact a {
	margin-left: 43px;
}
.top_contact a:first-of-type {
	margin-left: 0;
}
.top_contact a:hover {
	text-decoration: none;
}

.top_contact a.telefoonnummer i {
	display: none;
}
ul.lang_list {
	padding: 4px 0 0 0;
	margin: 0;
	float: left;
}
ul.lang_list li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin-left: 24px;
	padding-left: 24px;
}
ul.lang_list li:first-child li {
	margin: 0;
	padding: 0;
}
ul.lang_list li::before {
	content: "";
	left: 0;
	top: -7px;
	height: 50px;
	width: 1px;
	background: #8b7b7b;
    position: absolute;
}
ul.lang_list li:first-child::before {
	display: none;
}
ul.lang_list li a {
	opacity: 0.5;
	color: #ffffff;
	font-family: "Korolev";
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
ul.lang_list li.current-language a,
ul.lang_list li a:hover {
	opacity: 1;
	text-decoration: none;
}

.jumbotron.header {

}

div.breadcrumbs {
	height: 60px;
	line-height: 60px;
	padding: 0 60px;
	color: #8b7b7b;
	font-family: "Crimson Text";
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1.6px;
}
div.breadcrumbs a {
	color: #c91212;
}
div.breadcrumbs span.breadcrumb__divider {
	font-style: normal;
	color: rgba(31, 0, 0, 0.5);
	opacity: 0.25;
	margin: 0 10px;
}
.header__container {
	position: relative;
}


.header__container > img,
.header-slider .slide > img {
	position:absolute;
	top:0;
	object-fit:cover;
	left:0;
	margin:0;
	display:block;
	/* fill and maintain aspect ratio */
	width:auto; height:auto;
	min-width:100%; min-height:100%;
	max-height:none; max-width:100%;
}
.header__container.klein {
	border-bottom: 2px solid rgba(139, 123, 123, 0.05);
	padding-top: 155px;
}
.header__container.middel {
	height: 700px;
}
.header__container.middel::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/header-overlay.png) no-repeat;
    z-index: 1;
	opacity: 0.7;
}


.header__container.groot,
.header-slider .slide {
	height: 1000px;
}
.header__container.groot::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a0c0c+0,261616+100&0.4+0,0.15+100 */
	background: -moz-linear-gradient(-45deg, rgba(74,12,12,0.4) 0%, rgba(38,22,22,0.15) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(74,12,12,0.4) 0%,rgba(38,22,22,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(74,12,12,0.4) 0%,rgba(38,22,22,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#664a0c0c', endColorstr='#26261616',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.header__gradientgroot {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 250px;
background-image: linear-gradient(to top, #0f0d0d 0%, rgba(15, 13, 13, 0) 100%);
	z-index: 3;
}



.header__container.groot header h1 {
	color: #ffffff;
    margin-bottom: 56px;
}
.header__content {
	position: absolute;
	top: 50%;
	z-index: 5;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 80%;
}
.header__content p {
	max-width: 815px;
    margin: 0 auto 54px;
	color: #ffffff;
}
.header__container {

}

.header-slider {
	z-index: 3;
}

.header__container .header-slider-nav {
	position: absolute;
    bottom: 130px;
    z-index: 4;
	width: 100%;
	padding: 0 75px;
	height: 0;

}
.header__container .header-slider-nav .header-slider-next {
	color: #c91212;
	float: right;

    font-size: 60px;
	cursor: pointer;
}

.slider-counter {
	position: absolute;
	left: 80px;
	bottom: 80px;
	color: #ffffff;
	z-index: 20;
	color: #ffffff;
	font-family: 'Korolev';
	font-size: 14px;
	font-weight: 300;

}
.slider-counter span.divider {
	display: inline-block;
	position: relative;
	width: 1px;
	background-color: #8b7b7b;
	height: 50px;
	vertical-align: middle;
	margin: 0 28px;
}
.slider-counter span.last-count {
	opacity: 0.5;
}

a#scrolldown {
	position: absolute;
	left: 50%;
    bottom: 52px;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.25);
	font-family: 'Korolev';
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1.2px;
	text-transform: uppercase;
    z-index: 20;
}
a#scrolldown::before {
	position: absolute;
	bottom: 0;
	content: "";
	opacity: 0.25;
	height: 100px;
	width: 1px;
	background: #ffffff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
a#scrolldown::after {
	position: absolute;
	bottom: 0;
	content: "";
	height: 50px;
	width: 2px;
	background: #c91212;;
    position: absolute;
    top: calc(100% + 25px);
    left: 50%;
    transform: translateX(-50%);
}

.jumbotron.header h1 {

}

.jumbotron.introblok {
	padding: 122px 0;
	background-color: #0f0d0d;
	color: #ffffff;
	z-index: 2;
}
.jumbotron.introblok p {
	margin-bottom: 52px;
}

.jumbotron.slider {

}
.pagina-slider .slide {
	position: relative;
	height: 850px;
}
.pagina-slider .slide img {
	position:absolute;
	top:0;
	object-fit:cover;
	left:0;
	margin:0;
	display:block;
	/* fill and maintain aspect ratio */
	width:auto; height:auto;
	min-width:100%; min-height:100%;
	max-height:none; max-width:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pagina-slider .owl-stage {
	padding-left: 0 !important;
}
.pagina-slider .owl-nav {
	position: absolute;
    top: calc(50% - 25px);
    transform: translateY(-50%);
    z-index: 1;
	width: 100%;
	padding: 0 75px;
	height: 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	color: #ffffff;
    font-size: 60px;
	display: block;
	float: left;
}
.owl-nav .owl-next {
	float: right;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	opacity: 0.7;
}

.jumbotron.content_1_koloms {
	background-color: #0f0d0d;
	padding: 120px 0;
	color: #ffffff;
}
.jumbotron.content_3_koloms {
    padding-top: 115px;
}
.jumbotron.content_3_koloms a {
	color: #333;
}
.jumbotron.content_3_koloms:last-of-type {
    padding-bottom: 185px;
}
.jumbotron.content_3_koloms + .jumbotron.content_3_koloms {
    padding-top: 70px;
}

.content_3_koloms__titel {
	min-height: 36px;
	margin-bottom: 30px;
}
.content_3_koloms__titel h3 {
	margin-bottom: 0;
}

.jumbotron.logoslider {
	padding: 125px 0 119px;

	border-bottom: 1px solid #bdbcbc;
}
.jumbotron.logoslider  h2 {
	font-size: 35px;
	font-weight: 300;
	letter-spacing: 10.5px;
	line-height: 42px;
    margin-bottom: 24px;
}
.logo-slider {
	margin-top: 30px;
}
.logo-slider .owl-stage {
    display: flex;
    align-items: stretch;
}
.logo-slider .owl-item {
    display: flex;
    align-items: stretch;
}
.logo-slider .slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-slider .slide img {
	width: auto !important;
	max-width: 100%;
}


.jumbotron.call_to_action {
	color: #ffffff;
	background: #0f0d0d;
	padding-top: 180px;
}
img.beeldmerk {
	width: 110px;
	margin-bottom: 45px;
}
.jumbotron.call_to_action h2 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: 38px;
}
.jumbotron.call_to_action p {
	font-size: 24px;
}


.jumbotron.stock_titel {
	padding-top: 48px;
	padding-bottom: 20px;
}
.jumbotron.stock_titel .button {
	margin-bottom: 10px;
}
.jumbotron.stock_titel h1 {
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 10px;
	line-height: 50px;
	color: #0f0d0d;
	margin-bottom: 18px;
}

.jumbotron.stock_intro {
	background-color: #0f0d0d;
	color: #ffffff;
}
.jumbotron.stock_intro.tuning {
	padding-bottom: 60px;
}
.jumbotron.stock_content {
	background-color: #ffffff;
	color: #0f0d0d;
}



.stock_slider_container {
	position: relative;
}
.stock_intro__new_in_stock {
	position: absolute;
	display: block;
	top: 40px;
	left: 40px;
	z-index: 21;
	background-color: #0f0d0d;
	border-left: 6px solid #c91212;
	color: #ffffff;
	font-family: Korolev;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
    padding: 6px 12px 6px 17px;
}

.stock_intro_prijs {
	color: #c91212;
	font-family: Korolev;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 45px;
}

.stock_intro_prijs_oud {
    color: #8b7b7b;
    font-family: Korolev;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin-right: 10px;
	padding: 0 3px;
}
.stock_intro_prijs_oud:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 2px;
	background: #8b7b7b;
	width: 100%;
}

.stock-slider-big {
	cursor: url('../images/cursor-stockslider.png') 25 15, auto;
}
.stock-slider-big .owl-item img {
/* 	max-height: 594px; */
    width: auto !important;
	object-fit: cover;
    margin: 0 auto;
	aspect-ratio: 4/3;
}
.stock-slider-big .owl-nav,
.stock-slider-big-popup .owl-nav {
	position: absolute;
    top: calc(50% - 60px);
    transform: translateY(-50%);
    width: 100%;
    height: 0;
    padding: 0 30px;
}

.stock-slider-thumbs,
.stock-slider-thumbs-popup {
	position: absolute !important;
	bottom: 0;
	padding: 30px 100px;
	background-color: rgba(15, 13, 13, 0.5);
	z-index: 20 !important;
    width: calc(100% - 30px) !important;
}

.stock-slider-big-popup .owl-item {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.stock-slider-big-popup img {
	position:absolute;
	top:0;
	object-fit:cover;
	left:0;
	margin:0;
	display:block;
	/* fill and maintain aspect ratio */
	width:auto; height:auto;
	max-width:calc(100vw - 20rem); max-height:calc(100vh - 20rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


#stockslider_popup .stock-slider-thumbs-popup {
	max-width: 1170px;
	left: 50%;
	transform: translateX(-50%);
}
.close_slider_popup {
	position: absolute;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 3px;
	top: 60px;
	right: 60px;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	background-color: rgba(31, 0, 0, 0.5);
	z-index: 5;
	border: none;
	outline: none !important;
	cursor: pointer;
	display: block;
}


.stock-slider-thumbs .slide,
.stock-slider-thumbs-popup .slide {
	position: relative;
	cursor: pointer;
}
.stock-slider-thumbs .owl-item .slide:hover::before,
.stock-slider-thumbs .owl-item.center .slide::before,
.stock-slider-thumbs-popup .owl-item .slide:hover::before,
.stock-slider-thumbs-popup .owl-item.center .slide::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #ffffff;
	z-index: 20;
}
.stock-slider-thumbs .owl-nav,
.stock-slider-thumbs-popup .owl-nav {
	position: absolute;
	left: 0;
	width: 100%;
    top: calc(50% - 18px);
    transform: translateY(-50%);
	padding: 0 30px;
	height: 0;
}
.stock-slider-thumbs .owl-nav .owl-prev,
.stock-slider-thumbs .owl-nav .owl-next,
.stock-slider-thumbs-popup .owl-nav .owl-prev,
.stock-slider-thumbs-popup .owl-nav .owl-next {
	float: left;
	font-size: 16px;
}
.stock-slider-thumbs .owl-nav .owl-next,
.stock-slider-thumbs-popup .owl-nav .owl-next {
	float: right;
}

.stock_intro_container {
	padding-top: 0 !important;
	padding-bottom: 90px;
}
.stock_intro_button {
	margin-top: 30px;
}

.tuning_intro_container {
	padding-top: 60px;
}
.tuning_omschrijving_container {
	padding-top: 60px;
	padding-bottom: 30px;
}

.stock_overzicht__item {
	position: relative;
    display: block;
	margin-bottom: 30px;
	animation: fadein 2s;
}

.stock_overzicht__item:hover .stock_overzicht__hover {
	z-index: 10;
	opacity: 1;
}
.stock_overzicht__item:hover .stock_overzicht__hover_icon {
	right: 20px;
}

.stock_overzicht__item:hover .stock_overzicht__hover_title {
	transform: translate(-50%,-50%) scale(1);
}
.stock_overzicht__item:hover .stock_overzicht__new_in_stock {
	background-color: #c91212;
}

.stock_overzicht__new_in_stock {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
    padding: 7px 15px 7px 21px;
	z-index: 20;

	background-color: #0f0d0d;
	color: #ffffff;
	font-family: Korolev;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
.stock_overzicht__new_in_stock::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background-color: #c91212;
}


.stock_overzicht__overlay_title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 15px 22px;
	background-color: rgba(31, 0, 0, 0.5);
}
.stock_overzicht__title {
	font-family: "Crimson Text";
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
    line-height: 25px;
}
.stock_overzicht__subtitle {
	color: #ffffff;
	font-family: Korolev;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}


.stock_overzicht__hover {
	z-index: -1;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(15, 13, 13, 0.5);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.stock_overzicht__hover_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.5);
	color: #ffffff;
	font-family: Korolev;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
    width: 100%;
    text-align: center;
}
.stock_overzicht__hover_icon {
	position: absolute;
	color: #ffffff;
	bottom: 15px;
	right: 25px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}




.tuning_overzicht__item {
	position: relative;
    display: block;
	margin-bottom: 30px;
	animation: fadein 2s;

    flex-direction: column;
}
.tuning_overzicht__img {
	position: relative;
}

.tuning_overzicht__new_in_stock {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
    padding: 7px 15px 7px 21px;
	z-index: 20;

	background-color: #0f0d0d;
	color: #ffffff;
	font-family: Korolev;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
.tuning_overzicht__new_in_stock::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background-color: #c91212;
}


.tuning_overzicht__content {
	display: block;
	position: relative;
	color: #0f0d0d;
    padding: 15px 20px 45px;
    line-height: 20px;
}

.tuning_overzicht__title {
	font-family: "Crimson Text";
	font-size: 25px;
	font-weight: 400;
	display: block;
    margin-bottom: 10px;
}
.tuning_overzicht__subtitle {
	color: #0f0d0d;
	font-family: Korolev;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.4px;
	line-height: 20px;
}
.tuning_overzicht__price {
	display: block;
	color: #c91212;
	font-family: Korolev;
	font-size: 25px;
	font-weight: 700;
	margin-top: auto;
	padding: 0 20px 15px;
}
.old_price {
    color: #8b7b7b;
    font-family: Korolev;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    margin-right: 10px;
	padding: 0 3px;
}
.old_price:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 2px;
	background: #8b7b7b;
	width: 100%;
}


.tuning_overzicht__hover {
	z-index: -1;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(15, 13, 13, 0.5);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;

}
.tuning_overzicht__hover_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.5);
	color: #ffffff;
	font-family: Korolev;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
    width: 100%;
    text-align: center;
}
.tuning_overzicht__hover_icon {
	position: absolute;
	color: #0f0d0d;
    bottom: 25px;
	right: 25px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
}


.tuning_overzicht__item:hover {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.tuning_overzicht__item:hover .tuning_overzicht__hover {
	z-index: 10;
	opacity: 1;
}
.tuning_overzicht__item:hover .tuning_overzicht__hover_icon {
	right: 20px;
	opacity: 1;
}
.tuning_overzicht__item:hover .tuning_overzicht__hover_title {
	transform: translate(-50%,-50%) scale(1);
}
.tuning_overzicht__item:hover .tuning_overzicht__new_in_stock {
	background-color: #c91212;
}

.tuning_basisinfo {
    margin-bottom: 35px;
}
.tuning_basisinfo_item {
	position: relative;
	font-family: Korolev;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.4px;
    line-height: 25px;
    margin-bottom: 24px;
    padding-left: 20px;
}
.tuning_basisinfo_item.first:before {
	position: absolute;
	content: "";
    top: 4px;
	left: 0;
	width: 6px;
	height: 41px;
	background-color: #c91212;
}
.tuning_basisinfo_item strong {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.6px;
}
.tuning_levertijd {
	color: #8b7b7b;
	font-family: "Crimson Text";
	font-size: 18px;
	font-style: italic;
	line-height: 36px;
    margin-top: 25px;
}

ul.basisinfo {
	padding: 0;
	margin: 10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
ul.basisinfo::before {
	content: "";
	position: absolute;
	left: -13px;
	top: 2px;
	height: 40px;
	width: 6px;
	background-color: #c91212;

}
ul.basisinfo li {
	list-style: none;
	padding: 0;
	color: #ffffff;
	font-family: 'Korolev';
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.4px;
	text-transform: uppercase;
    width: 30%;
    line-height: 22px;
    margin-bottom: 15px;
}
ul.basisinfo li strong {
	text-transform: initial;
	font-size: 16px;
	letter-spacing: 1.6px;
}
ul.basisinfo li::before {
	display: none;
}

.jumbotron.stock_technical {
	color: #666666;
	font-family: Korolev;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.4px;
	line-height: 24px;
	padding-top: 90px;
}
.jumbotron table,
.jumbotron ul {
	font-family: Korolev;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.4px;
	line-height: 24px;
}

.stock_technical__titel {
	color: #0f0d0d;
	font-family: Korolev;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 24px;
	text-transform: uppercase;
}
.jumbotron.stock_technical .flex-item-inner {
	flex-direction: column;
}


/*Filter*/
.checkboxes_holder {
    margin-bottom: 28px;

}
.checkboxes_holder h3 {
	color: #0f0d0d;
}
.checkbox_holder {
	position: relative;
    margin-bottom: 10px;

}
.checkbox_holder label {
	display: block;
	color: #8b7b7b;
	font-family: "Korolev";
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1.4px;
    padding-left: 28px;
    line-height: normal;
	margin-bottom: 0;
	cursor: pointer;
}
.checkbox_holder label span {
	font-weight: 700;
	color: #0f0d0d;
}
.checkbox_holder input {
	display: none;
}


.table-responsive tr > td:first-child {
	width: 30% !important;
	font-weight: 500;
}

.table {
	width: 100% !important;
}

.table-bordered {
	border: none !important;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: none !important;
}
.table-bordered>tbody>tr {
	border-bottom: 1px solid #f5f5f5 !important;
}
.table-hover>tbody>tr:hover,
.table-striped>tbody>tr:nth-of-type(odd) {
	background: none !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 8px 0;
}


.jumbotron.stock_features {
	padding: 30px 0 70px 0;
}

.jumbotron.request_quote {
    padding: 0 0 90px;
}
.jumbotron.request_quote + .jumbotron.stock_gerelateerd {
	padding-top: 33px;
}


.request_quote__content {
	padding: 50px !important;
	color: #ffffff;
	background: #420405; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #420405 0%, #1a0a0a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #420405 0%,#1a0a0a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #420405 0%,#1a0a0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#420405', endColorstr='#1a0a0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.request_quote__content h2 {
	line-height: 36px;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.request_quote__content p {
	font-size: 24px;
	line-height: 34px;
}

.jumbotron.stock_gerelateerd {
	padding-top: 123px;
	padding-bottom: 180px;
}

.jumbotron.stock_gerelateerd.tuning {
	padding-top: 60px;
	padding-bottom: 180px;
}
.stock_overzicht__item.gerelateerd {
	margin-bottom: 0;
}
.stock_overzicht__item.gerelateerd .stock_overzicht__new_in_stock {
	top: 40px;
	left: 40px;
}
.stock_overzicht__item.gerelateerd .stock_overzicht__overlay_title {
	width: 70%;
	background-color: rgba(31, 0, 0, 0.5);
}
.stock_overzicht__item.gerelateerd.last_item .stock_overzicht__overlay_title {
	left: initial;
	right: 0;
}
.stock_overzicht__item.gerelateerd .stock_overzicht__hover_icon {
	display: none;
}


.stock_overzicht__item.gerelateerd:nth-last-child() .stock_overzicht__overlay_title {
	left: initial
	right: 0;
}


.modal-content {
	box-shadow: initial;
	border-radius: 0;
	border: none;
	padding: 30px 60px 60px;
}
.modal-header {
	position: relative;
	padding: 0;
	border-bottom: 0;
	min-height: 0;
}
.modal-header .close {
    position: absolute;
    top: 5px;
    right: -20px;
    font-size: 30px;
    color: #8b7b7b;
    opacity: 1;
    margin-top: 0;
	outline: none;
}
.modal-header .close:hover {
	color: #c91212;
}


.modal-title {
	color: #0f0d0d;
	font-family: Korolev;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
    padding-right: 30px;
}

.modal-body {
    padding: 28px 0 0 0;
}
.modal-body a {
	color: #c91212;
}
.stock_titel_blok {
	padding: 15px;
	background-color: #f3f3f3;
	display: inline-block;
    margin-bottom: 30px;
}
.stock_titel_blok h3 {
	color: #0f0d0d;
	font-family: Korolev;
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
}
.stock_titel_blok h4 {
	color: #c91212;
	font-family: "Crimson Text";
	font-size: 18px;
	font-style: italic;
	letter-spacing: 1.8px;
}
body .modal .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
	color: #0f0d0d;
	font-family: "Crimson Text";
	font-size: 16px;
	font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px;
}
body .modal .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.verplicht {
	margin-bottom: 0;
}


.jumbotron.usps {
	color: #0f0d0d;
    padding-top: 164px;
    padding-bottom: 133px;
}
.jumbotron.usps a {
	color: #c91212;
}
.usps__intro h2 {
    margin-bottom: 30px;
}
.usps__intro p {
	font-size: 24px;
	font-style: italic;
	line-height: 26px;
}
.usps__container {
    padding-top: 55px;
}
.usps__image {
    height: 90px;
}
.usps__content h3 {
	margin-bottom: 12px;
}
.usps__content p {
	line-height: 36px;
}

#footer{
	background-color: #0f0d0d;
	color: #ffffff;
	position: relative;
	padding-top: 84px;
    padding-bottom: 11px;
}
.container.footer-label {
	position: relative;
}
.container.footer-label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	width: 40px;
	height: 30px;
	background-color: #c91212;
    z-index: 1;
}
#footer p {
	font-family: 'Korolev';
    font-size: 15px;
	font-weight: 300;
	letter-spacing: 1.2px;
    line-height: 25px;
}
#footer h3 {
	font-family: "Crimson Text";
	font-size: 21px;
	font-style: italic;
	letter-spacing: 1.8px;
	text-transform: initial;
	color: #ffffff;
    margin-bottom: 16px;
}

#footer a {
	color: #ffffff;
	font-weight: 300;
}
#footer .fab {
	margin-right: 7px;
    font-size: 23px;
    vertical-align: top;

}

#footer .spacer {
    margin: 0px 10px;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
}

#footer ul li{
}

#footer ul li a{
	font:400 16px/36px 'Montserrat', sans-serif;
	color:#fff;
}

#footer div[class^="col-"] p:last-child,
#footer div[class*=" col-"] p:last-child,
#footer div[class^="col-"] ul:last-child,
#footer div[class*=" col-"] ul:last-child{
	margin-bottom:0 !important;
}

#footer .contactgegevens a {
	position: relative;
	color: #ffffff;
}
#footer .contactgegevens a:hover {
	text-decoration: none;
}
#footer .contactgegevens a:hover::before {
	width: 100%;
}
#footer .contactgegevens a::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #c91212;
    bottom: -5px;
	left: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#credits{
    font-family: 'Korolev';
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.1px;
	background-color: #0f0d0d;
    padding-bottom: 35px;
    padding-top: 66px;
}
#credits ul {
}

#credits li {
    font-family: 'Korolev';
	list-style: none;
	padding: 0;
	display: inline-block;
	color: rgba(201, 18, 18, 0.75);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.1px;
	margin-left: 15px;
}
#credits li:first-child {
	margin-left: 0;
}
#credits li::before {
	display: none;
}

#credits a{
	font-weight: 300;
	color: #ffffff;
}

@media (max-width:767px)
{
	.navbar-default::before,
	.navbar-default.scroll::before {
		background: #000; /* Old browsers */
		background-color: rgba(15, 13, 13, 0.9);
		height: 60px !important;
	}
	body.header-klein .navbar-default::before {
		height: 60px;
	}

	.navbar-default > .container {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.topmenu {
		display: none;
	}

	.jumbotron.jumbo-padding {
		padding: 25px 0;
	}

	.jumbotron h1,
	.jumbotron h1 a{
		font-size: 30px;
		line-height: 50px;
	}
	.jumbotron h2,
	.jumbotron h2 a {
		font-size: 25px;
		line-height: 40px;
	}


	.jumbotron h1,
	.jumbotron h2,
	.jumbotron h3 {
		letter-spacing: 10px;
	}



    div.gallery.gallery-columns-1:not(.gallery-size-fotoslider) .gallery-item,
    div.gallery.gallery-columns-2:not(.gallery-size-fotoslider) .gallery-item,
    div.gallery.gallery-columns-3:not(.gallery-size-fotoslider) .gallery-item,
    div.gallery.gallery-columns-4:not(.gallery-size-fotoslider) .gallery-item{
        width: 50% !important;
    }

	.no_parallax_slider_xs .parallaxer{
		top:0 !important;
	}

	.navbar>.container .navbar-brand{
		max-width: 97px;
	}

    .jumbotron > .container{
        padding-left: 30px;
        padding-right: 30px;
    }



	#hide-top{
		display:none;
	}

	.navbar-toggle {
	  border: none;
	  background: transparent !important;
	}
	.navbar-toggle:hover {
	  background: transparent !important;
	}
	.navbar-toggle .icon-bar {
	  width: 22px;
	  -webkit-transition: all 0.2s;
	  transition: all 0.2s;
	}
	.navbar-toggle span:nth-child(2) {
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  -ms-transform-origin: 10% 10%;
	  -webkit-transform-origin: 10% 10%;
	  transform-origin: 10% 10%;
	}
	.navbar-toggle span:nth-child(3) {
	  opacity: 0;
	}
	.navbar-toggle span:nth-child(4) {
	  -ms-transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  -ms-transform-origin: 10% 90%;
	  -webkit-transform-origin: 10% 90%;
	  transform-origin: 10% 90%;
	}

	.navbar-toggle.collapsed  span:nth-child(2) {
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	.navbar-toggle.collapsed  span:nth-child(3) {
	  opacity: 1;
	}
	.navbar-toggle.collapsed  span:nth-child(4) {
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	.navbar>.container .navbar-brand img{
		max-width:100%;
		height:auto;
	}

	.navbar-static-top {
		padding-top: 0;
	}



	.navbar-default .navbar-toggle .icon-bar{
		background:#444444;
		height: 2px;
		border-radius: 20px;
	}

	.table-responsive{
		width:100%;
		overflow-y:auto;
		_overflow:auto;
		margin:5px 0 0 0;
		border:1px solid #888;
	}

	.table-responsive::-webkit-scrollbar{
		-webkit-appearance:none;
		width:14px;
		height:14px;
	}

	.table-responsive::-webkit-scrollbar-thumb{
		border-radius:8px;
		border:3px solid #fff;
		background-color:rgba(0, 0, 0, .3);
	}

	.table-responsive table{
		min-width:100%;
	}

	article > p img{
		max-width:100%;
		height:auto;

		float: none !important;
		margin: 0 auto 15px !important;
		display: block !important;
		width: auto !important;
	}
	.top_contact {
		float: left;
	    margin-left: 32px;
	}
	.top_contact a {
		margin-left: 0;
	}
	.top_contact a.telefoonnummer {
		border: none !important;
		padding: 0 !important;
	}
	.top_contact a.telefoonnummer i {
		display: inline-block;
	}
	.top_contact a span {
		display: none;
	}
	.top_contact a.telefoonnummer::before {
		display: none;
	}
	.top_contact a:first-of-type {
		float: right;
    	margin-left: 20px;
	}
	#hoofdmenu li{
		margin:0;
	}

	#hoofdmenu li a{
		line-height:36px;
	}
	.navbar-default {
		padding-bottom: 0;
	}
	.navbar-header{
		position:relative;
		width:100%;
		height: 60px;
		z-index: 1;
	}
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin: 0;
	}
	.navbar-default.scroll {
		padding: 0;
	}
	.navbar-toggle {
		float: left;
		padding: 0;
		margin: 6px 0 0 0;
	}
	#logoholder{
		float: right;
	    padding-left: 0;
	    padding-right: 15px;
	    position: relative;
	    z-index: 1000;
    	margin-top: 10px;
	}
	.language_switch {
		float: left;
		margin-top: 12px;
	}

	header.subkop_hoofdkop h1 {
		font-size: 35px;
		font-weight: 300;
		letter-spacing: 10.5px;
	}
	header.subkop_hoofdkop h2 {
		font-size: 22px;
		font-style: italic;
		letter-spacing: 2.2px;
	}

	header.hoofdkop_subkop h1 {
		font-size: 20px;
		letter-spacing: 10px;
	}
	header.hoofdkop_subkop h2 {
		font-size: 18px;
    	line-height: 25px;
	}
	.slider-counter,
	.header__container .header-slider-nav,
	a#scrolldown {
		display: none;
	}
	.jumbotron.call_to_action h2 {
		font-size: 30px;
	}
	#credits li {
		margin-left: 0;
		margin-right: 15px;
	}

	.header__container.klein {
		padding-top: 60px;
	}
	div.breadcrumbs {
    	padding: 12px 30px;
	    height: auto;
	    line-height: 20px;
	}

	#toggle_filter {
		display: block;
		margin-bottom: 30px;
	}
	#filter_list {
		display: none;
	}
	.hoofdkop_subkop {
		text-align: left;
	}

	.jumbotron.stock_titel h1 {
	    font-size: 23px;
	    line-height: 27px;
	}
	.jumbotron.stock_titel .button {
		float: none !important;
		display: block;
	}
	.jumbotron.stock_titel .button#btn_request_quote {
		display: block !important;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    z-index: 999;
	    max-width: 100%;
	    margin: 0;
		text-align: center;
    	padding: 19px 15px !important;
	}
	.jumbotron.stock_titel .button#btn_request_quote:after {
		float: none;
		margin-left: 10px;
	}


	header.hoofdkop_subkop h2::before {
		display: none;
	}

	.stock_slider_container,
	.stock_slider_container > .row > .col-xs-12 {
		padding: 0 !important;
	}
	.stock_slider_container > .row {
		margin: 0 !important;
	}
	.stock-slider-big .owl-nav {
		display: none;
	}
	.stock-slider-thumbs {
		position: relative !important;
		padding: 15px 0;
		background-color: #fff;
	}
	.stock-slider-thumbs,
	.stock-slider-thumbs-popup {
		position: relative !important;
		padding: 15px 0;
		background-color: #fff;
	    width: 100% !important;
	}


	.stock-slider-thumbs .owl-item .slide:hover::before,
	.stock-slider-thumbs .owl-item.center .slide::before,
	.stock-slider-thumbs-popup .owl-item .slide:hover::before,
	.stock-slider-thumbs-popup .owl-item.center .slide::before {
		border: 1px solid #0f0d0d;
	}

	.stock-slider-big-popup .owl-nav {
	    top: initial;
	    transform: initial;
	    bottom: 90px;
	}
	.stock-slider-big-popup .owl-nav .owl-prev,
	.stock-slider-big-popup .owl-nav .owl-next {
		font-size: 35px;
	}

	ul.basisinfo {
		margin-top: 30px;
	}


	.align-end {
		align-self: center;
	}
	ul.basisinfo li {
		width: 100%;
	}
	.jumbotron h2.subtitel::before {
		display: none;
	}
	.stock_overzicht__item.gerelateerd .stock_overzicht__new_in_stock {
		top: 20px;
		left: 20px;
	}
	.stock_overzicht__item.gerelateerd .stock_overzicht__overlay_title {
		width: 100%;
	}
	.pagina-slider .owl-nav {
		display: none;
	}

	.pagina-slider .slide {
		height: 350px;
	}
	.jumbotron.logoslider {
    	padding: 95px 0 95px;
	}
	.jumbotron.content_3_koloms div[class^="col-"] {
		margin-bottom: 24px;
	}
	.content_3_koloms__titel {
		min-height: auto;
    	margin-bottom: 0px;
	}
	.jumbotron.content_3_koloms + .jumbotron.content_3_koloms {
		padding-top: 0;
	}
	.jumbotron.content_3_koloms:last-of-type {
		padding-bottom: 30px;
	}
	.button, .loadmore {
		margin-bottom: 10px;
	}
	body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.verplicht {
		position: relative !important;
		display: block !important;
		bottom: initial !important;
		right: initial !important;
		margin-left: 15px !important;
	}



	.close_slider_popup {
		top: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		font-size: 18px;
		text-align: center;

	}
	.close_slider_popup i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-38%,-50%);
	}
	.slider_popup {
	    position: relative;
	    top: 50%;
		transform: translateY(-50%);
	}

	.stock-slider-big-popup .owl-item {
	    position: relative;
	    top: 50%;
		position: relative;
		height: auto;
		overflow: hidden;
	}

	.stock-slider-big-popup img {
		position:relative;
		top:0;
		object-fit:initial;
		left:0;
		margin:0;
		display:block;
		/* fill and maintain aspect ratio */
		width:auto; height:auto;
		min-width:100%; min-height:auto;
		max-height:none; max-width:100%;
	    top: initial;
	    left: initial;
	    transform: initial;
	}
	.stock-slider-big-popup .owl-nav {
    	bottom: -15px;
	}

	.modal-backdrop.in {
		opacity: 1;
	}


	.header__content {
	    position: relative;
	    top: initial;
	    z-index: 5;
	    left: initial;
	    transform: initial;
	    text-align: center;
	    width: 100%;
    	padding: 180px 30px 0;
	}
	.header__content p:first-of-type {
		display: none;
	}
	.header__container.groot, .header-slider .slide {
		height: 486px;
	}
	.header-slider {
    	position: absolute !important;
		top: 0;
	}

	header.subkop_hoofdkop h2::before, header.subkop_hoofdkop h2::after {
		display: none;
	}


	.jumbotron.call_to_action {
	    padding-top: 95px !important;
	    padding-bottom: 95px !important;
	}

	.jumbotron.usps {
	    padding-top: 95px !important;
	    padding-bottom: 95px !important;
	}
	.usps__intro h2 {
    	margin-bottom: 45px;
	}

	.jumbotron h3,
	.jumbotron h3 a {
	    letter-spacing: 1px;
	    font-size: 19px;
	    line-height: 24px;
	}

	.stock_overzicht__new_in_stock {
    	font-size: 11px;
	}
	.stock_overzicht__title {
		font-size: 20px;
		font-weight: 400;
		text-transform: uppercase;
	}
	.stock_overzicht__subtitle {
		font-size: 11px;
		font-weight: 300;
		letter-spacing: 1.1px;
		text-transform: initial;
	    line-height: 20px;
	    display: block;
	}

	.header__container.middel {
    	height: 350px;
	}

	#footer div[class^="col-"] {
		margin-bottom: 30px;
	}

	.jumbotron.content_1_koloms
	 {
	    padding-top: 95px !important;
	    padding-bottom: 95px !important;
	}
	.jumbotron.content_3_koloms {
	   padding-top: 95px !important;
	   padding-bottom: 95px !important;
	}
	.jumbotron.content_3_koloms + .jumbotron.content_3_koloms {
	   padding-top: 0 !important;
	}

	ul.lang_list {
		padding: 0 0 0 0;
		margin: 0;
		float: right;
	}
	.jumbotron h2, .jumbotron h2 a {
    	margin-bottom: 20px;
	}
/*
	ul.lang_list {
		display: none;
	}*/

	a.social-mobile {
	    color: #0f0d0d;
	    margin-right: 10px;
	    font-size: 23px;
	    margin-top: 12px;
	    display: inline-block;
	}

	body.single-stocklist .stock_overzicht__new_in_stock,
	body.single-tuning .stock_overzicht__new_in_stock {
		display: none;

	}
}
@media screen and (orientation:landscape) {

	.stock-slider-big-popup .owl-nav {
    	bottom: initial;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.stock-slider-thumbs-popup {
		display: none !important;
	}
}

@media (max-width:480px){

}

@media (max-width:375px){
    div.gallery.gallery-columns-1:not(.gallery-size-fotoslider) .gallery-item,
    div.gallery.gallery-columns-2:not(.gallery-size-fotoslider) .gallery-item,
    div.gallery.gallery-columns-3:not(.gallery-size-fotoslider) .gallery-item,
    div.gallery.gallery-columns-4:not(.gallery-size-fotoslider) .gallery-item{
        width: 100% !important;
    }

/*
	.col-xs-6{
		width:100%;
	}*/

	.nieuws-tekst.nieuws-margin{
		margin-left:0;
	}

	.nieuws-tekst.nieuws-margin,
	.nieuws-tekst{
		width:100%;
		float:left;
	}
}

@media (max-width:320px){

}
@media (min-width:768px) {
	.row.equal {
	  display: flex;
	  display: -webkit-flex;
	  flex-wrap: wrap;
	}
	#filter_list {
		display: block !important;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.verplicht {
		position: relative !important;
		display: block !important;
		bottom: initial !important;
		right: initial !important;
		margin-left: 15px !important;
	}
	.no_parallax_slider_sm .parallaxer{
		top:0 !important;
	}

    .jumbotron > .container{
        padding-left: 30px;
        padding-right: 30px;
    }

    div.gallery.gallery-columns-4:not(.gallery-size-fotoslider) .gallery-item{
        width: 33.33334% !important;
    }

}

@media (min-width:992px) and (max-width:1199px)
{
	.no_parallax_slider_md .parallaxer{
		top:0 !important;
	}


}
@media (min-width:768px) and (max-width:1500px)
{
	#hoofdmenu li {
    	margin-left: 10px;
	}
	#navbar {
    	margin-left: 10px;
    	margin-top: 12px;
		z-index: 999;
	}
	.navbar-default > .container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.navbar-brand {
		width: 100px;
	}
	.navbar-brand>img {
		max-width: 100%;
	}
	.top_contact span {
		display: none !important;
	}
	.top_contact i {
		display: block !important;
	}
	.top_contact a {
		display: inline-block !important;
		margin-left: 10px;
		border: none !important;
		padding: 0 !important;
	}
	.language_switch {
    	margin-top: 19px;
	}
	ul.lang_list {
		margin-top: -5px;
	}
	ul.lang_list li {
	    margin-left: 15px;
	    padding-left: 15px;
	}
	ul.lang_list li:first-child {
		padding-left: 0;
	}
}
@media (min-width:1200px)
{
	.no_parallax_slider_lg .parallaxer{
		top:0 !important;
	}
}

.cd-top{
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
	overflow:hidden;
	text-indent:100%;
	z-index:1000;
	white-space:nowrap;
	/*Kleur instellen*/
	background:rgba(161, 197, 22, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:opacity .3s 0s, visibility 0s .3s;
	transition:opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover{
	-webkit-transition:opacity .3s 0s, visibility 0s 0s;
	transition:opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible{
	visibility:visible;
	opacity:1;
}

.cd-top.cd-fade-out{
	opacity:.5;
}

.cd-top.cd-fade-out:hover{
	opacity:1;
}

.no-touch .cd-top:hover{
	/*Kleur instellen*/
	background-color:#a1c516;
	opacity:1;
}

@media only screen and (min-width:768px){
	.cd-top{
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width:1024px){
	.cd-top{
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}


@media print {
	body, div {
        display: block !important;
    }
	.jumbotron.header,
	.jumbotron.request_quote,
	.jumbotron.stock_gerelateerd,
	.container.footer-label,
	.modal,
	#footer,
	#credits,
	h2::before,
	.button,
	.stock-slider-thumbs,
	.stock_intro__new_in_stock,
	.webton-edit-link,
	.stock_overzicht__new_in_stock {
		display: none !important;
	}
	.stock-slider-big .owl-nav, .stock-slider-big-popup .owl-nav {
		display: none !important;
	}

	.owl-carousel .owl-stage {
		transform: initial !important;
		width: 100% !important;
		text-align: center;
	}
	.stock-slider-big .slide {
		float: left !important;
		display: inline-block !important;
		width: 50% !important;
	}
	.owl-item.cloned {
		display: none !important;
	}
	.owl-carousel .owl-item img {
		max-width: 100% !important;
	}

	.flex-items,
	.flex-item,
	.flex-item-inner,
	.table-responsive table {
		display: block !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	div[class*=" col-"] {
		width: 100% !important;
	}
	.table-responsive tr > td {
		width: auto !important;
	}
	.table-responsive tr > td:first-child {
		width: 200px !important
	}
	.jumbotron {
		padding: 0 0 30px !important;
	}
	body {
		padding-top: 60px !important;
	}
	.stock_intro_container {
		padding-bottom: 0 !important;
	}

	.print_image {
		display: block;
	}
}
nav.navbar.navbar-default.navbar-static-top::before {
	background-color: #4b2e1e;
}

/* NEW SLIDER */
/*
.tns-controls button {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  z-index: 10;
}

.tns-controls [data-controls="prev"] {
  left: 20px;
}

.tns-controls [data-controls="next"] {
  right: 20px;
}

.stock-slider-thumbs .tns-item img {
  width: 100%;
  height: auto;
  max-width: 130px;
}

.stock-slider-thumbs {
  position: relative !important;
  padding: 0 !important;
  background: none !important;
  width: 100% !important;
  overflow: hidden;
}

.stock-slider-thumbs .tns-item {
  flex: 0 0 auto;
}

.stock-slider-thumbs img {
  width: 100px;
  height: auto;
}

.stock-slider-big .tns-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 30px;
  z-index: 10;
}

.stock-slider-big [data-controls="prev"] {
  position: absolute;
  left: 0;
}

.stock-slider-big [data-controls="next"] {
  position: absolute;
  right: 0;
}
*/