/* 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: #fff;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1E1E1D;
  -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;
  color: #1E1E1D;
  font-weight: 700;
  -webkit-transition: ease-in-out all 0.3s;
  -o-transition: ease-in-out all 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #0E3A48;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0E3A48 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 *******
**********************/

a.nav-brand span {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
}

/** Horizontal **/

ul.search-filter-horizontal {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 290px;
  width: 100%;
  margin: 0 0 0 auto;
}

ul.search-filter-horizontal li.search-filter-select {
  position: relative;
  width: 100%;
  margin-right: 10px;
}

ul.search-filter-horizontal li.search-filter-select:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 14px;
  color: #1E1E1D;
  position: absolute;
  right: 15px;
  top: 20px;
}

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

ul.search-filter-horizontal li select {
  padding-left: 15px;
  background: #fff;
  color: #1E1E1D;
  font-size: 15px;
  border-radius: 30px;
}

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

ul.search-filter-horizontal li button {
  border: none;
  color: #fff;
  background: #1E1E1D;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  padding-top: 3px;
}

ul.search-filter-horizontal li button:hover {
  background: #1E1E1D;
}

ul.search-filter-horizontal li button span {
  font-size: 30px;
}


/**********************
****** 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: #fff;
  text-align: center;
  font-weight: 300;
  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;
  color: #fff;
  font-weight: 700;
}

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

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

.navbar-default .navbar-toggle {
  border-color: #fff;
}

@media (max-width: 767px) {

  /* Setup */
  body {
    padding-top: 49px
  }

  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }

  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    max-width: 250px;
    padding: 20px 15px;
  }

  /* Background */
  .navbar-default .navbar-header {
    background: #A1A0A0;
  }

  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #A1A0A0;
  }

  .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: #2f2f2f;
    color: #fff;
    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: #fff;
  }
}

@media (min-width: 768px) {
  .navbar-default {
    min-height: 0;
  }

  .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;
  background: #6C6C6C;
}

#carousel-header {
  height: 160px;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

.carousel-content {
  text-align: center;
  padding: 50px 15px;
}

.carousel-content h2 {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  margin: 0 0 10px 0;
}

.carousel-content h2 span {
  color: #1E1E1D;
}

.carousel-content h4 {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 10px 0;
  font-weight: 300;
}

@media (min-width: 768px) {
  #carousel-header {
    height: 100%;
    clip-path: none;
  }

  .carousel-header {
    height: 500px;
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
    background: transparent;
  }

  .carousel-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 500px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    z-index: 3;
    background: rgba(108, 108, 108, 0.9);
    display: flex;
    align-items: center;
  }

  .carousel-content h2 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 20px 0;
  }

  .carousel-content h4 {
    font-size: 22px;
    line-height: 33px;
    margin: 0 0 2 0px 0;
  }
}

@media (min-width: 992px) {
  .carousel-header {
    height: 650px;
  }

  .carousel-content h2 {
    font-size: 36px;
    line-height: 50px;
    margin: 0 0 30px 0;
  }

  .carousel-content {
    max-width: 580px;
  }

  .carousel-content h4 {
    font-size: 25px;
    line-height: 37px;
    margin: 0 0 40px 0;
  }
}

@media (min-width: 1200px) {
  .carousel-header {
    height: 850px;
  }

  .carousel-content {
    max-width: 640px;
  }

  .carousel-content h2 {
    font-size: 42px;
    line-height: 63px;
    margin: 0 0 40px 0;
  }

  .carousel-content h4 {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 40px 0;
  }
}

/* C    arousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/27111_img-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 right;
}

/* 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;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 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;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**********************
******** Footer *******
**********************/

.footer {
  background: #A1A0A0;
  color: #fff;
  margin-top: 30px;
}

.Home .footer{
  margin-top: 0;
}

.footer-copy p {
  margin: 0;
}

.footer a {
  color: #fff;
}

.content-text .icon {
  margin-bottom: 20px;
}

span.line {
  margin: 0 10px;
}

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

@media (min-width: 768px) {
  .footer-copy {
    text-align: center;
  }

  .footer {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {

  .footer {
    margin-top: 90px;
  }

  .footer-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-flow: wrap;
  }

  .footer-copy>p {
    text-align: center;
  }

  .footer-copy>p:first-child {
    text-align: left;
    border-left: 0;
  }

  .footer-copy>p:last-child {
    text-align: right;
  }
}

@media (min-width: 1200px) {

  .footer {
    margin-top: 120px;
  }
  .footer-copy {
    text-align: right;
    display: block;
  }

  .footer-copy>p:last-child,
  .footer-copy>p:first-child,
  .footer-copy>p {
    text-align: right;
  }
}


/**********************
*** Custom Style ******
**********************/

.content-text h1,
.content-text .h1 {
  color: #1E1E1D;
  font-size: 42px;
  line-height: 63px;
  margin: 0 0 20px 0;
}

.content-text h2,
.content-text .h2 {
  color: #1E1E1D;
  font-size: 36px;
  line-height: 54px;
  margin: 0 0 20px 0;
}

.content-text h3,
.content-text .h3 {
  color: #1E1E1D;
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
  margin: 0 0 15px 0;
}

a.block-item {
  margin: 0 -15px;
  display: block;
  font-weight: 300;
  color: #1E1E1D;
  transition: ease-in-out all 0.3s;
}

.block-item .block-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 290px;
}

.block-item.occasions .block-bg {
  background-image: url(//svl.autodealers.nl/upload/27111_img-occasions.jpg);
}

.block-item.inkoop .block-bg {
  background-image: url(//svl.autodealers.nl/upload/27111_img-inkoop.jpg);
}

.block-item.beoordelingen .block-bg {
  background-image: url(//svl.autodealers.nl/upload/27111_img-beoordelingen.jpg);
}

.block-item .block-btn {
  padding-top: 30px;
  padding-left: 15px;
}

.block-item .block-btn span {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  transition: ease-in-out all 0.3s;
}

.block-item:hover .block-btn span {
  background: #1E1E1D;
  border-color: #1E1E1D;
  color: #fff;
}

.block-item .block-info {
  background: #fff;
  padding: 15px 15px 45px 15px;
}

.block-item .block-info h3 {
  margin: 0;
  color: #1E1E1D;
  font-weight: 700;
}

.block-item .block-info p {
  margin: 0;
}

.bg-vragen {
  background: #6C6C6C;
  color: #fff;
}

.bg-vragen .content-text h2 {
  color: #fff;
}

.bg-vragen .content-text h3 {
  color: #fff;
}

.bel-mij {
  max-width: 450px;
  margin: 0 auto;
}

.bel-mij-in input {
  height: 60px;
  border-radius: 30px;
  border: 0;
  padding-left: 15px;
  color: #1E1E1D;
  background: #fff;
  margin-bottom: 15px;
}

.bel-mij-in button {
  height: 60px;
  width: 60px;
  background: #1E1E1D;
  border-radius: 30px;
}

#fixed-icons a.btn.btn-default.whatsapp_icon {
  background: #0dc143;
}

@media(min-width:768px) {
  #fixed-icons .btn-group-custom {
    position: fixed;
    left: 15px;
    top: 300px;
    z-index: 999;
  }

  #fixed-icons a {
    background: #fff;
    display: flex;
    height: 60px;
    width: 60px;
    align-items: center;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 100%;
    border: none;
  }

  #fixed-icons img {
    max-height: 28px;
    max-width: 28px;
    margin: 0 auto;
    display: block;
  }

  #fixed-icons .btn-group,
  #fixed-icons .btn-group-custom {
    display: inline-block;
    vertical-align: middle;
  }

  #fixed-icons .btn-group-custom>.btn,
  #fixed-icons .btn-group-custom>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
}

@media(max-width:767px) {
  body {
    margin-bottom: 61px;
  }

  #fixed-icons .btn-group-custom {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    border-top: 1px solid #000;
  }

  #fixed-icons img {
    display: block;
    margin: 0 auto;
    height: 30px;
    width: auto;
  }

  #fixed-icons div.btn-group:first-child {
    border-left: 0px;
  }

  #fixed-icons div.btn-group {
    border-left: 1px solid #000;
  }

  #fixed-icons div.btn-group a {
    display: block;
    width: 33%;
    text-align: center;
    float: left;
    padding: 15px 0px;
    border: none;
    border-radius: 0px;
    background: #fff;
  }

  #fixed-icons .btn-group-custom {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }

  #fixed-icons .btn-group-custom>.btn,
  .btn-group-custom>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
  }

  #fixed-icons .btn-group-custom>.btn-group .btn {
    width: 100%;
  }

}

/**********************
******* Global ********
**********************/

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

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

a.btn-primary,
span.btn-primary,
button.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: #fff;
  border-color: #fff;
  color: #1E1E1D;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 700;
}

a.btn-primary:hover,
span.btn-primary:hover,
button.btn-primary:hover,
.pager li>a:hover,
.pager li>span:hover {
  background: #1E1E1D;
  border-color: #1E1E1D;
  color: #fff;
}

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

a.label {
  background: #fff;
  color: #1E1E1D;
}

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

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: 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 {
  color: #000;
}

#body.autolijst_background .auto-detail-page contact-adres {
  color: #000;
}

#body.autolijst_background .list-view {
  color: #000;
}

#body.autolijst_background .gallery-view {
  color: #000;
}

#body.autolijst_background .detail-view {
  color: #000;
}

#body.autolijst_background .row.auto-specificaties {
  color: #000;
}

#body.autolijst_background .row.auto-opties {
  color: #000;
}

#body.autolijst_background .row.auto-opmerkingen h3 {
  color: #000;
}

/**********************
*** 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }

  .row-eq-height:after,
  .row-eq-height:before {
    display: none;
  }

  .row-eq-height.middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-space {
    padding: 25px 0;
  }

  body {
    padding-top: 130px;
  }

  .header {
    padding: 25px 0;
    background: #A1A0A0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
  }

  a.nav-brand {
    display: block;
    max-width: 290px;
    margin: 0 auto 15px auto;
  }

  .header.scroll {
    padding: 15px 0;
  }

  a.block-item {
    height: 480px;
    position: relative;
    margin: 0;
  }

  .block-item.occasions {
    margin-bottom: 30px;
  }

  .block-item .block-bg {
    height: 100%;
  }

  .block-item .block-info {
    max-width: 450px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 15px;
  }

  .bel-mij-in {
    display: flex;
    align-items: center;
  }

  .bel-mij-in input {
    margin-bottom: 0;
  }

  .bel-mij-in button {
    margin-left: 20px;
  }

}

/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media(min-width: 992px) {

  .content-space {
    padding: 50px 0;
  }

  .header {
    text-align: left;
    padding: 35px 0;
  }

  .content-text h1,
  .content-text .h1,
  .content-text h2,
  .content-text .h2 {
    margin: 0 0 40px 0;
  }

  a.block-item.occasions {
    margin-bottom: 0;
  }
}

/* Vanaf computerscherm (col-lg) */
@media(min-width: 1200px) {

  .content-space {
    padding: 75px 0;
  }

  a.nav-brand {
    margin: 0;
  }

  .navbar-default .navbar-nav>li>a {
    font-size: 13px;
  }

  .btn-primary.btn-home {
    font-size: 18px;
  }
}

@media(min-width: 1450px) {

  .navbar-default .navbar-nav>li>a {
    font-size: 16px;
  }
}