* {
    padding: 0;
    margin: 0;
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

/**
 * Default container
 */
html {
    background: #fff;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #818998;
    text-transform: initial;
    max-width: 2800px;
    margin: 0 auto;
	overflow-x: hidden;
}

/**
 * Main navigation
 */
#navbar-menu {
    float: right;
    width: auto;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0 !important;
    padding-left: 0;
}
.navbar >.container .navbar-brand,
.navbar >.container-fluid .navbar-brand {
    float: right;
}

/**
 * Generic header layout
 */
.is-not-home .header-area {
    background: linear-gradient(#333, #111, #000);
}

/**
 * Generic content container
 */
body.is-not-home .layout-wrapper .single-content-container {
    margin-top: -250px;
    position: absolute;
}
.single-content-container {
    background: url(/assets/images/structure/colakcars-silhouette-background.webp) !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
}
body.is-not-home .single-content-container {
    background: #fff;
    box-shadow: 0 10px 40px 0px rgba(38, 40, 64, .2);
    width: 100%;
    border-radius: 3px;
    margin: 0;
    padding: 40px;
    min-height: 375px;
}
body.is-not-home .single-content-container h2,
body.is-not-home .single-content-container h1 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #eab308;
}
body.is-not-home .single-content-container h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #eab308;
}
body.is-not-home .single-content-container ul {
    margin: 15px 0;
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.8;

}
body.is-not-home .single-content-container ul li {
    word-break: break-word;
    list-style: square;
    display: list-item;
}
body.is-not-home .single-content-container p {
    margin: 15px 0;
}

/**
 * Heading curl
 */
.fixed-curl-section,
.fixed-curl-section:link,
.fixed-curl-section:hover,
.fixed-curl-section:active,
.fixed-curl-section:visited {
    position: fixed;
    background: #eab308;
    /*box-shadow: 0 0 3px #222;*/
    color: #222;
    display: inline-block;
    padding: 5px 10px;
    top: 45px;
    left: -45px;
    transform: rotate(-45deg);
    z-index: 100;
    font-size: 16px;
    width: 225px;
    text-align: center;
}
.fixed-curl-section:hover {
    color: #fff;
}

/**
 * Non home page
 */
body.is-not-home .welcome-hero {
    height: 135px;
}
body.is-not-home .video-background video {
    bottom: 0;
}

a, a:hover, a:active, a:focus {
	display:inline-block;
	text-decoration:none;
	color: #444a57;
	font-size:20px;
	padding:0;
    font-weight: 500;
    text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#444a57;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	color:#818998;
	font-size:16px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
    display: inline-block;
	
}
select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 16px;text-transform: capitalize;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.owl-carousel {z-index: 0;}

.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    position: relative;
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 35px;
}
.section-header h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
    background: #eab308;
}
.section-header p{color: #444a57;text-transform: capitalize;margin-bottom:10px;}
.section-header h2 span,.section-header p span{text-transform: lowercase;}

nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #000;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header img {
    height: 30px;
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    padding: 45px 0px;
    text-transform:uppercase;
}
.navbar-header a.navbar-brand img {
    height: 45px;
    transition: height 0.5s ease;
}
.navbar-header a.navbar-brand span {
    display: inline-block;
    color: #eab308;
    text-transform: capitalize;
}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
    padding: 20px;
}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #f5f7fa;
    font-size: 16px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {
    padding: 60px 21px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus {
    color: #eab308;
}
nav.navbar.bootsnav ul.nav > li.active > a {
    color: #eab308;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a {
    padding: 30px 25px;
}

.menu-ui-design {
    overflow-y: scroll;
    height: 350px;
}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #eab308;
}

nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #eab308;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i {
    color: #eab308;
}

.welcome-hero {
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.welcome-hero.welcome-hero-standalone {
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.welcome-hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,45,84,.60);
}
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.welcome-hero-txt {
    text-align: center;
    padding: 290px 0 372px;
}
.welcome-hero-txt h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.welcome-hero-txt p {
    font-size: 18px;
    text-transform: initial;
    color: #fff;
    font-weight: 500;
    max-width: 735px;
    margin: 0 auto;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary,
a.welcome-btn {
    font-size: 16px;
    text-transform: capitalize;
    box-shadow: none;
    outline: 0 !important;
    border: 0;
    display: inline-block;
    width: 230px;
    background: #eab308;
    color: #fff;
    border-radius: 3px;
    padding: 15px;
    margin-top: 55px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.btn-primary:hover,
a.welcome-btn:hover {
    background: #c69704;
    padding: 15px;
    color: #fff;
}
body.is-lease .btn-primary {
    margin-top: 20px;
}

.model-search-content .col-sm-12 {
    padding: 0;
}
.model-search-content {
    padding: 40px 0;
    background: #fff;
    box-shadow:0 10px 40px 0px rgba(38,40,64,.2);
    position: absolute;
    bottom: -150px;
    width: 100%;
    border-radius: 3px;
}

.single-model-search {
    margin-bottom: 30px;
}
.single-model-search:last-child {
    margin-bottom: 0;
}

.single-model-search h2 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.model-select-icon{
    position:relative;
}
.model-select-icon .form-control {
    outline: 0!important;
    box-shadow: none;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    height: 60px;
}
.model-select-icon select {
    font-size: 16px;
    color: #888f9d;
    text-transform: capitalize;
}
.model-select-icon:after {
    position: absolute;
    content: "\f103";
    right: 0px;
    top: 0;
    font-size: 10px;
    color: #888f9d;
    background: #f8f8f8;
    height: 60px;
    line-height: 60px;
    width: 50px;
    text-align: center;
    font-family: "Flaticon";
    pointer-events: none;
    border: transparent;
}
.welcome-btn.model-search-btn {
    width: 160px;
    margin-top: 80px;
    margin-left: 53px;
}

.services {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-service-item {
    text-align: center;
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center top;*/
    padding:55px 30px 60px;
    border-radius: 3px;
    margin-bottom: 30px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-service-icon {
    display: inline-block;
    color: #818998;
    /*text-shadow: 3px 3px 5px #000;*/
}
.single-service-item h2 a {
    font-size: 20px;
    margin: 35px 0 20px;
    color: #818998;
    /*text-shadow: 0 0 5px #000;*/
}
.single-service-item h2 a span {
    text-transform: lowercase;
}
.single-service-item p {
    padding-bottom: 35px;
    text-transform: initial;
    position: relative;
    color: #818998;
    /*text-shadow: 3px 3px 5px #000;*/
}
.single-service-item p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #eab308;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.single-service-icon [class^="flaticon-"]:before,
.single-service-icon[class*=" flaticon-"]:before,
.single-service-icon [class^="flaticon-"]:after,
.single-service-icon [class*=" flaticon-"]:after {
    font-size: 60px;
}
.single-service-item:hover .single-service-icon [class^="flaticon-"]:before,
.single-service-item:hover .single-service-icon [class*=" flaticon-"]:before,
.single-service-item:hover .single-service-icon [class^="flaticon-"]:after,
.single-service-item:hover .single-service-icon [class*=" flaticon-"]:after {
    color: #fff;
}

.single-service-item:hover h2 a,
.single-service-item:hover p {
    color: #fff;
}
.single-service-item:hover  p:before {
    background: #fff;
}
.single-service-item:hover {
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
    background: #eab308;
    border: 1px solid #eab308;
}

.new-cars {
    background: #f8f9fb;
    padding:112px 0 120px;
}
.new-cars-content {
    padding-top: 96px;
}
.new-cars-txt {
    margin-left: 29px;
    margin-bottom: 30px;
}
.new-cars-txt h2 a {
    font-size:  30px;
    font-weight:  500;
    margin-bottom: 26px;
}
.new-cars-txt h2 a span {
    text-transform: uppercase;
}
.new-cars-para2 {
    margin-top: 30px;
}
.welcome-btn.new-cars-btn {
    width: 176px;
    margin-top: 32px;
}

.new-cars .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 4px;
    background: transparent;
    border: 1px solid #6a7781;
    border-radius: 50%;
}
.new-cars .owl-theme .owl-dots .owl-dot.active span,
.new-cars .owl-theme .owl-dots .owl-dot:hover span {
    background: #6a7781;
}
.new-cars .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 62px;
}

.featured-cars {
    padding: 112px 0 120px;
}
.featured-cars-content {
    padding-top: 96px;
}

.featured-img-box {
    border: 1px solid #dadfe9;
}
.featured-cars-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 220px;
    border-bottom: 1px solid #dadfe9;
}
.featured-model-info {
    padding: 12px 7px;
}
.featured-model-info p {
    font-size: 12px;
    color: #8c92a0;
    text-transform: capitalize;
}
.featured-mi-span {
    display: inline-block;
    margin: 0 10px;
}
.featured-hp-span {
    display: inline-block;
    margin-right: 10px;
}
.featured-cars-txt {
    margin: 21px 0 47px;
}
.featured-cars-txt h2 a {
    font-size: 16px;
    margin-bottom: 15px;
}
.featured-cars-txt h2 a span {
    text-transform: uppercase;
}
.featured-cars-txt h3 {
    margin-bottom: 10px;
}
.featured-cars-txt h3,
.featured-cars-txt p { font-size: 13px;}

.clients-say {
    padding: 115px 0 80px;
    background: #f8f9fb;
}
.clients-say .review-stars {
    margin-top: 25px;
    font-size: 20px;
    color: #ffdf14;
}

.single-testimonial-box  {
    padding: 50px 30px 57px;
    /*padding: 15px;*/
    /*padding-bottom: 40px;*/
    background: #fff;
    text-align: center;
    border: 1px solid #dadfe9;
    overflow-x: hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}

.clients-say .testimonial-carousel .col-sm-3,
.clients-say .testimonial-carousel .col-xs-12 {
    width:100%;
    height:auto;
}
.testimonial-img {
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person h2 a,.testimonial-person h4 {
    font-size: 16px;
    color: #5e6778;
    font-weight: 600;
}
.testimonial-person h4{
    margin-top: 10px;
}


.testimonial-comment p {
    font-size: 16px;
    color: #5e6778;
    margin-top: 30px;
    margin-bottom: 25px;
}

.single-testimonial-box:hover h2 a,
.single-testimonial-box:hover h4,
.single-testimonial-box:hover p {
    color: #fff;
}
.single-testimonial-box:hover {
    background: #eab308;
    border: 1px solid #eab308;
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
}

.clients-say .owl-carousel .owl-stage {
    position: relative;
    padding: 100px 0 40px;
}
.clients-say .owl-carousel .owl-item {
    text-align: center;
    width: 100%;
}
.clients-say .owl-carousel .owl-item img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius:50%;
    margin: 0 auto;
}

/**
 * Sfeerimpressie
 */
.sfeerimpressie-lighter {
    padding: 20px;
}
.clients-say.sfeerimpressie-lighter .owl-carousel .owl-stage {
    position: relative;
    padding: 100px 0 40px;
    padding: 0;
}
.clients-say.sfeerimpressie-lighter .single-testimonial-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
}

.content-inline-image {
    max-width: 425px;
    border-radius: 4px;
    position: relative;
}

/*.content-inline-image {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*}*/

.content-inline-image.right-aligned {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.content-inline-image img {
    width: 100%;
    display: block;
    left: 0;
    bottom: 10px;
    right: 0;
    top: 0;
}
.content-inline-image .title {
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 3px 10px;
    text-align: center;
    background: #eab308;
    color: #fff;
}

.brand {
    padding: 50px;
    background: #fff;
    border-top: solid 1px #eee;
}
.brand-area {
    position:relative;
}
.brand-area .item {
    padding: 0;
}
.brand .owl-carousel .owl-item a,
.brand .owl-carousel .owl-item a:link,
.brand .owl-carousel .owl-item a:active,
.brand .owl-carousel .owl-item a:visited {
    width: 100%;
    display: block;
    text-align: center;
}
.brand .brand-area .owl-carousel .owl-item img {
    display: inline;
    width: auto !important;
    height: 100px;
    border-radius: 0;
    opacity: 0.7;
    /*filter: grayscale(100%);*/
}

.kenteken-field {
    width: auto;
    float: left;
}
.kenteken-field .nl,
.kenteken-field .form-control {
    font-size: 22px;
    color: #fff;
    padding: 8px;
    border-radius: 0;
    height: 50px;
    border: 0;
}
.kenteken-field .nl {
    width: 40px;
    float: left;
    background: rgb(37 99 235);
    text-align: center;
}
.kenteken-field .form-control {
    width: 200px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    background: rgb(250 204 21);
    color: #000;
    text-transform: uppercase;
}
.contact {
    background: #2a2d54;
}
.social-whatsapp {
    width: 175px;
    margin-top: 25px;
    margin-left: -10px;
}
.footer-top {
    padding: 112px 0 72px;
    padding-bottom: 45px;
}
.footer-top .logo-vass-nederland {
    margin-top: 15px;
    margin-left: -5px;
    width: 75%;
}
.footer-top .logo-rdw-erkend {
    margin-top: 15px;
    margin-left: -5px;
    width: 100px;
}

.footer-logo a,
.footer-logo a:hover,
.footer-logo a:focus {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    text-transform:uppercase;
}
.footer-logo a img {
    height: 45px;
}

/**
 * Footer widget
 */
.single-footer-widget p {
    font-size: 14px;
    color: #eeeff6;
    max-width: 300px;
    margin:40px 0 20px;
}
.footer-contact p {
    margin: 0;
    color: #d1d7e9;
}
.footer table.opening-hours {
    border-collapse: collapse;
}
.contact table.opening-hours tr th,
.contact table.opening-hours tr td {
    padding: 5px 10px;
}
.contact table.opening-hours tr th {
    padding-left: 0;
}
.opening-hours-subscript {
    font-size: 12px;
    font-style: italic;
}

.single-footer-widget {
    margin-bottom: 7px;
}
.single-footer-widget h2 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 43px;
}
.single-footer-widget ul li {
    display:  inherit;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.single-footer-widget ul li:hover {
    -webkit-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -ms-transform:translateX(10px);
    -o-transform:translateX(10px);
    transform:translateX(10px);
}
.single-footer-widget ul li a {
    font-size:  14px;
    color:  #cfd0e3;
    font-weight:  300;
    padding-bottom: 13px;
}
.single-footer-widget ul li a span {
    text-transform: lowercase;
}
.footer-newsletter p{
    color: #aeafc2;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px;
}
.hm-foot-email {
    position: relative;
}
.foot-email-box .form-control {
    background:#26294d;
    display: block;
    padding: 15px 20px;
    outline:0!important;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    border:0;
}
.foot-email-box input[type="text"] {
    font-size: 12px;
    color: #666c81;
    font-weight: 300;
}
.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: #666c81;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-email-box .form-control:hover {
    box-shadow:0 5px 15px rgba(0,0,0,.4);
}

.footer-copyright {
    padding: 20px 0 17px;
    border-top: 1px solid #434859;
}
.footer-copyright p,
.footer-copyright p a {
    color: #a8a9bf;
    font-size: 14px;
    font-weight: 400;
}
.footer-social {
    text-align: right;
    margin-right: 30px;
}
.footer-social a i {
    color: #fff;
    opacity: .40;
    font-size: 14px;
    margin-left: 16px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social i:hover {
    opacity: .70;
}

/**
 * Notifications
 */
.alert {
    margin: 0;
    border: 0;
}
.alert.alert-danger {
    background-color: #b31515;
    color: #fff;
}
.alert.alert-success {
    background-color: #15b31a;
    color: #fff;
}

/**
 * Unique selling points
 */
.usps {
    margin-top: 25px;
    padding-top: 70px;
    padding-bottom: 70px;
    background: linear-gradient(#333, #000);
}
.usps h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    display: block;
    text-align: center;
    color: #fff;
}
.usps h2 .text-primary {
    color: #eab308;
}
.usps .usp-item {
    text-align: center;
    padding: 20px;
    min-height: 100px;
}
.usps .usp-item p {
    color: #efefef;
}
.usps .usp-item .fa {
    font-size: 32px;
    color: #fff;
}
.usps .usp-item h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    color: #eab308;
}

/**
 * Scroll (to top button)
 */
#scroll-Top  .return-to-top {
    position: fixed;
    right: 52px;
    bottom: 65px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#eab308;
	border:1px solid #eab308;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top i {
    position: relative;
    bottom: 0;
}
#scroll-Top  .return-to-top i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}

.welcome-hero-txt {
    z-index: 10;
}

.video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-background .video-overlay {
    background: #000;
    opacity: 0.4;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-background .video-lg {
    display: block;
}
.video-background .video-sd {
    display: none;
}
.video-background video {
    z-index: -1;
    position: absolute;
    background: url(/assets/images/hero/video-colakcars-presentation-still.webp) no-repeat center;
    background-size: cover;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/**
 * Lease
 */
.colakcars-lease-iframe {
    border: 0;
    width: 100%;
    height: 1100px;
}

/**
 * Aanbod > Overzicht
 */
.voorraad-wrapper {
    min-height: 650px;
    position: relative;
}
.mox-inventorylist-new {
    font-size: 16px;
}
.mox-occasionlist-header .mox-results.no-title {
    font-size: 14px !important;
    font-weight: normal !important;
}
.mox-bootstrap .mox-product-row {
    background: #fff !important;
    display: block;
}
.mox-bootstrap .mox-product-row .btn.mox-btn  {
    color: #eab308 !important;
    background: none !important;
}
.mox-bootstrap .mox-product-row .mox-tax-type {
    color: #ccc !important;
    font-weight: normal !important;
    font-style: italic !important;
}
.mox-bootstrap .mox-product-row h3 {
    color: #eab308 !important;
    font-size: 25px !important;
}
.mox-bootstrap .mox-product-row .mox-financing-link {
    color: #999 !important;
    padding-left: 7px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-decoration: none !important;
}
.mox-bootstrap .mox-product-row .badge {
    background: #fafafa !important;
    color: #555 !important;
    border-radius: 3px !important;
}
.mox-bootstrap .mox-product-row .badge svg * {
    fill: #555 !important;
    color: #555 !important;
}

/**
 * Aanbod > Detailpagina
 */
.mox-bootstrap h3,
.mox-bootstrap h2 strong {
    color: #eab308 !important;
    font-size: 25px !important;
}
.mox-subgrid-wrapper.position-relative .align-items-center strong {
    font-size: 11px !important;
}
.mox-bootstrap .mox-accessory-name {
    font-weight: normal !important;
}
.mox-bootstrap .mox-gallery-trigger {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.mox-bootstrap .align-items-center {
    text-align: center !important;
}
