/* Autodealers.nl CSS voor de dealerwebsite */
@import url('//svl.autodealers.nl/css/responsive2/bootstrap.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css');
@import url('//svl.autodealers.nl/css/responsive2/style.min.css');
html,
body {
  background: #FFFFFF;
  flex-direction: column-reverse;
}

body {
  font-family: "Merriweather Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  font-weight: 700;
  padding: 0;
}

h1 {
  font-size: 24px;
  margin-bottom: 12px;
}

h2 {
  font-size: 20px;
  margin-bottom: 12px;
}

h3 {
  font-size: 18px;
}

table,
ul,
ol,
p {
  line-height: 25px;
  margin: 0 0 30px 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  font-weight: 700;
  color: #DF0000;
  transition: ease-in-out all 0.3s;
}

address {
  margin: 0;
}

/**********************
******** Loader *******
**********************/
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 100%;
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #DF0000;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #DF0000 transparent transparent transparent;
}

.page-loader div:nth-child(1) {
  animation-delay: -0.45s;
}

.page-loader div:nth-child(2) {
  animation-delay: -0.3s;
}

.page-loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes page-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/******************************
*********** THEME *************
******************************/
/**********************
******** Header *******
**********************/
/**********************
****** Navigation *****
**********************/
/* Setup */
.navbar {
  z-index: 99;
}

.navbar-default {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  z-index: 999;
}

/* Menu Link */
.navbar-default .navbar-nav > li > a {
  color: #000000;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

/* Menu Link Hover & Active*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  font-weight: 700;
  color: #DF0000;
}

/* Menu icon*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #000;
  margin-top: 13px;
}

@media (max-width: 767px) {
  /* Setup */
  body {
    padding-top: 59px;
  }
  
  .welkome-btn {
    margin: 0 5px;
  }
  
  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    max-width: 150px;
    padding: 5px 5px;
    height: 60px;
  }
  /* Background */
  .navbar-default .navbar-header {
    background: #FFFFFF;
  }
  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #FFFFFF;
  }
  .navbar-default .navbar-collapse {
    border: none;
    color: #fff;
  }
  /* Menu Link */
  .navbar-default .navbar-nav > li > a {
    border: none;
  }
  /* Menu links incl dropdown */
  .navbar-default .navbar-nav > li a {
    text-align: center;
  }
  /* Dropdown */
  .navbar-nav .open .dropdown-menu {
    padding: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: #FFFFFF;
    color: #000000;
    padding: 9px 20px;
    font-size: 15px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000000;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    min-height: 0;
  }
  
  .welkome-btn {
    margin: 0 15px;
  }
  
  .navbar-nav {
    width: 100%;
    display: table;
  }
  .navbar-nav > li {
    float: none;
    display: table-cell;
  }
  .nav > li > a {
    padding: 0 3px;
  }
  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
/**********************
****** Carousel *******
**********************/
.carousel-header {
  position: relative;
}

#carousel-header {
  height: 200px;
  border-radius: 0;
}

.filter {
  margin: 0 -15px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.9) 100%);
  padding: 30px 15px 60px 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
}

.filter .content-text h2 {
  color: #000000;
}

.filter-in {
  max-width: 360px;
  margin: 0 auto;
}

ul.search-filter-vertical {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul.search-filter-vertical li {
  display: block;
  margin-bottom: 30px;
}

ul.search-filter-vertical li:last-child {
  margin-bottom: 0;
}

ul.search-filter-vertical li.search-filter-select {
  position: relative;
}

ul.search-filter-vertical li.search-filter-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  color: #000000;
  position: absolute;
  right: 15px;
  top: 18px;
}

ul.search-filter-vertical li select,
ul.search-filter-vertical li input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 60px;
  cursor: pointer;
}

ul.search-filter-vertical li select {
  padding-left: 20px;
  background: #F2F2F2;
  border: 0;
  color: #000000;
}

ul.search-filter-vertical li select option {
  color: #000000;
}

ul.search-filter-vertical li span {
  display: block;
  width: 100%;
  padding: 18px 0px 18px 20px;
  background: #fff;
  color: #000000;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

ul.search-filter-vertical li a#a___zf_transmissie {
  position: absolute;
  top: 17px;
  right: 11px;
  z-index: 3;
}

ul.search-filter-vertical li input {
  border: none;
  font-size: 16px;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
}

@media (min-width: 768px) {
  #carousel-header {
    height: 100%;
  }
  .carousel-header {
    height: 700px;
  }
  .carousel-filter {
    position: absolute;
    top: 137px;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .filter {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.9) 100%);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    padding: 45px 15px 90px 15px;
  }
}
@media (min-width: 992px) {
  .carousel-header {
    height: 850px;
  }
  .carousel-filter {
    top: 102px;
  }
  .filter {
    padding: 90px 15px 180px 15px;
  }
}
@media (min-width: 1200px) {
  .carousel-header {
    height: 1035px;
  }
  .carousel-filter {
    top: 170px;
  }
  .filter {
    padding: 120px 15px 240px 15px;
  }
}
/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/24267_header.jpg");
}

#carousel-header .carousel-indicators {
  z-index: 5;
}

#carousel-header .carousel-inner,
#carousel-header .carousel .item,
#carousel-header .carousel-inner .bg {
  height: 100%;
}

#carousel-header .carousel-inner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Carousel fade effect */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/**********************
******** Footer *******
**********************/
.footer-top {
  position: relative;
}

.footer-contact .content-block {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}

.footer-socials {
  display: flex;
  align-items: center;
}

.footer-socials a {
  margin-right: 30px;
}

.footer-socials a:last-child {
  margin-right: 0;
}

.maps {
  height: 300px;
  margin-bottom: -25px;
}

.maps iframe {
  margin-top: -25px;
}

.footer-bottom {
  padding: 30px 0;
}

.footer-bottom p {
  margin: 0;
}

span.line {
  margin: 0 10px;
}

.tel-email tr td:first-child {
  width: 60px;
}

.btn-footer {
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .maps {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    margin-bottom: 0;
  }
  .maps iframe {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer-bottom {
    padding: 60px 0;
  }
  .footer-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-flow: wrap;
    max-width: 1090px;
  }
  .footer-in > p {
    text-align: center;
    line-height: 16px;
  }
  .footer-in > p:first-child {
    text-align: left;
    border-left: 0;
  }
  .footer-in > p:last-child {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .btn-footer {
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .footer-bottom p {
    text-align: center;
  }
}
/**********************
*** Custom Style ******
**********************/
.service-text h2 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Merriweather Sans", sans-serif !important;
}
.service-text h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Merriweather Sans", sans-serif !important;
}

.content-text h1,
.content-text .h1 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.content-text h2,
.content-text .h2 {
  font-size: 25px;
  line-height: 25px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.img-home {
  margin: 0 -15px;
}

.img-home img {
  width: 100%;
}

#slideshow10 {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.slideshow10-container {
  max-width: 1250px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.slideshow10-container .swiper-wrapper {
  align-items: center;
  padding: 35px 0;
}

.slideshow10-container .swiper-slide {
  width: 240px !important;
}

.slideshow10-container .swiper-slide a {
  filter: brightness(85%);
}

.slideshow10-container .swiper-slide.swiper-slide-prev a,
.slideshow10-container .swiper-slide.swiper-slide-next a {
  filter: brightness(95%);
}

.slideshow10-container .swiper-slide.swiper-slide-active a {
  filter: brightness(100%);
}

.slideshow10-container a {
  text-decoration: none;
  display: block;
  background-color: #FFFFFF;
  position: relative;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-weight: 400;
}

.slideshow10-container img {
  max-width: 100%;
}

.slideshow10-container .slideshow10-price {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 3;
  background: #A70000;
  max-width: 200px;
  width: 100%;
  text-align: center;
  box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.5);
  padding: 7px 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
}

.slideshow10-container .slideshow10-price h4 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 500;
}

.slideshow10-container .slideshow10-content {
  padding: 20px 15px;
  color: #000000;
}

.slideshow10-container .slideshow10-title h3 {
  margin: 0;
  font-size: 20px;
  padding-bottom: 20px;
  color: #000000;
  border-bottom: 2px solid #000000;
  text-transform: uppercase;
  font-weight: 700;
}

.slideshow10-container .slideshow10-title h3 .type {
  display: none;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  text-transform: none;
}

.slideshow10-container .slideshow10-data {
  padding: 20px 0;
  border-bottom: 2px solid #000000;
}

.slideshow10-container .slideshow10-data > div {
  display: flex;
  align-items: center;
}

.slideshow10-container .slideshow10-data .slideshow10-item-left {
  width: 125px;
}

.slideshow10-container .slideshow10-btn {
  padding-top: 20px;
  text-align: right;
}

.slideshow10-container .btn-primary {
  transition: ease-in-out all 0.3s;
}

.slideshow10-container .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
  width: 100% !important;
}

.slideshow10-container .swiper-wrapper.disabled .swiper-slide {
  transform: translate3d(0px, 0, 0) !important;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .slideshow10-container .swiper-slide {
    width: 450px !important;
  }
  .slideshow10-container .slideshow10-price {
    top: 35px;
    max-width: 260px;
  }
  .slideshow10-container .slideshow10-content {
    padding: 20px 30px;
  }
  .slideshow10-container .slideshow10-price h4 {
    font-size: 25px;
    line-height: 25px;
  }
  .slideshow10-container .slideshow10-title h3 {
    font-size: 25px;
  }
  .slideshow10-container .slideshow10-data .slideshow10-item-left {
    width: 150px;
  }
}
.slideshow-home {
  min-height: 520px;
}

.slideshow-home .slideshow10-container .btn-primary {
  background: transparent;
  color: #DF0000;
  padding: 0;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  box-shadow: none;
}

.slideshow-home .slideshow10-container .btn-primary:after {
  content: "\f101";
  font-family: FontAwesome;
  color: #DF0000;
  margin-left: 20px;
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}

.slideshow-home .swiper-button-next,
.slideshow-home .swiper-button-prev {
  color: #DF0000;
}

.bg-content {
  background: url(//svl.autodealers.nl/upload/24267_bg-image.jpg) no-repeat center;
  background-size: cover;
}

.content-block {
  margin: 0 -15px;
  padding: 30px 15px 60px;
  height: 100%;
  margin-bottom: 30px;
  background: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
}

.content-block.bg-dark {
  background: white;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
}

.content-block.bg-blue {
  background: white;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
}

.content-block .content-text,
.content-block .content-text h2 {
  color: #000000;
}

/**********************
******* Global ********
**********************/
.content-space {
  padding: 15px 0;
}

.btn-primary.btn-home {
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  width: 100%;
  max-width: 290px;
}

a.btn-primary,
span.btn-primary,
button.btn-primary,
input.btn-primary,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pager li > a,
.pager li > span {
  background: #DF0000;
  border-color: #DF0000;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 0;
}

a.btn-primary:hover,
span.btn-primary:hover,
button.btn-primary:hover,
input.btn-primary:hover,
.pager li > a:hover,
.pager li > span:hover {
  background: #A70000;
  border-color: #A70000;
  color: #FFFFFF;
}

a.btn-social {
  color: #fff;
}

a.label {
  background: #DF0000;
  color: #fff;
}

span.title,
.pagination > li > a,
.pagination > li > span {
  color: #DF0000;
}

nav.right {
  border-bottom: 0;
}

nav.right ul {
  margin-bottom: 0;
}

a.photo-a,
img.img-rounded {
  border-radius: 0;
}

.marquee {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.marquee span {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding-left: 100%;
  will-change: transform;
  animation: marquee 15s linear infinite;
  Color: #ff0000;
  font-size: 22px;
}

.marquee span:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee span {
    animation-iteration-count: 1;
    animation-duration: 0.01;
    width: auto;
    padding-left: 0;
  }
}
.beoordeling .beoordeling .gemiddelde .beoordelen {
  display: none;
}

input[type=file] {
  max-width: 100%;
}

/**********************
*** Style per pagina **
**********************/
/***************
*** Occasions **
***************/
#body.autolijst_background,
#body.autolijst_background .auto-detail-page .contact-adres,
#body.autolijst_background .list-view,
#body.autolijst_background .gallery-view,
#body.autolijst_background .detail-view,
#body.autolijst_background .row.auto-specificaties,
#body.autolijst_background .row.auto-opties,
#body.autolijst_background .row.auto-opmerkingen h3 {
  color: #000000;
}

/**********************
*** Mediaqueries ******
**********************/
/* tot Mobiel (col-xs) */
@media (max-width: 767px) {
  .beoordeling .gemiddelde {
    font-size: 2em;
  }
}
/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media (min-width: 768px) {
  .row-eq-height {
    display: flex;
    flex-flow: wrap row;
  }
  .row-eq-height:after,
  .row-eq-height:before {
    display: none;
  }
  .row-eq-height.middle {
    align-items: center;
  }
  .content-space {
    padding: 30px 0;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #FFFFFF;
    flex-direction: row;
    justify-content: center;
  }
  .header.scroll {
    padding: 15px 0;
  }
  a.nav-brand {
    display: block;
    max-width: 300px;
    margin: 0 auto 15px auto;
  }
  .header.scroll a.nav-brand {
    max-width: 250px;
  }
  .slideshow-home {
    min-height: 660px;
  }
  .slideshow-home .slideshow10-container .slideshow10-data .slideshow10-item-left {
    width: 155px;
  }
  .content-block {
    padding: 45px 15px 90px 15px;
    margin-bottom: 0;
  }
  .content-block {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
  .content-block.bg-dark {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
  .content-block.bg-blue {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  .content-block .content-text {
    max-width: 360px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .content-block .content-text .btn-primary {
    margin-top: auto;
  }
}
/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media (min-width: 992px) {
  a.nav-brand {
    margin: 0 auto;
  }
  .content-space {
    padding: 45px 0;
  }
  .content-block {
    padding: 90px 15px 180px 15px;
  }
}
/* Vanaf computerscherm (col-lg) */
@media (min-width: 1200px) {
  .content-space {
    padding: 60px 0;
  }
  .header {
    padding: 20px 0;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
  }
  a.nav-brand {
    max-width: 400px;
  }
  .content-block {
    padding: 120px 15px 240px 15px;
  }
}
@media (min-width: 1400px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
}

.Home .home-none {
	display: none;
}

a.btn-twitter {
	color: #000000;
}

.welkom-buttons {
	display: flex;
  justify-content: center;
}