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

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

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

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

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

h3 {
  font-size: 18px;
}

p {
  line-height: 26px;
  margin: 0 0 30px 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

/******************************
*********** THEME *************
******************************/

div#slideshow9 .slideshow-content {
  padding: 30px 30px 30px 30px;
  background: #000;
  color: #fff;
  font-size:15px;
  font-weight: 400;
}

div#slideshow9 .slideshow9-blok{
  border:0px; 
}

div#slideshow9 h3.slideshow-titel{
  color:#fff;
  border-bottom: 1px solid #FEE700;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

div#slideshow9 table.slideshow-gegevens td:first-child {
  padding-right: 10px;
  font-weight: 400;
}

div#slideshow9 span.item-prijs {
  color: #FEE700;
  font-size: 16px;
}

div#slideshow9 .slideshow-button {
  font-size: 18px;
}

@media (min-width: 1200px) and (max-width: 1400px){
  div#slideshow9 table.slideshow-gegevens {
    font-size: 12px;
  }

  div#slideshow9 .slideshow-button {
    font-size: 13px;
    padding: 6px 10px;
  }

  div#slideshow9 span.item-prijs {
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  div#slideshow9 table.slideshow-gegevens {
    font-size: 12px;
  }

  div#slideshow9 .slideshow-button {
    font-size: 13px;
    padding: 6px 10px;
  }

  div#slideshow9 span.item-prijs {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  div#slideshow9 table.slideshow-gegevens {
    font-size: 13px;
  }

  div#slideshow9 .slideshow-button {
    font-size: 13px;
    padding: 6px 10px;
  }

  div#slideshow9 span.item-prijs {
    font-size: 13px;
  }
}
/**********************
******** Header *******
**********************/

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  text-align: center;
}

.nav-brand {
  display: inline-block;
}

.nav-brand span {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
}

/**********************
****** Navigation *****
**********************/

/* Setup */
.navbar {
  z-index: 99;
}

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


/* Menu Link */
.navbar-default .navbar-nav>li>a {
  color: #fff;
  text-align: center;
  font-weight: 400;
  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: #FEE700;
}

/* 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: 50px
  }

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

  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #fff;
    padding: 5px 15px;
  }

  .navbar-brand img {
    max-width: 200px;
  }

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

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

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

  .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-nav {
    width: 100%;
    display: table;
  }

  .navbar-nav>li {
    float: none;
    display: table-cell;
  }

  .nav>li>a {
    padding: 0 3px;
    line-height: 16px;
  }

  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

/**********************
****** Carousel *******
**********************/

/* Carousel height */
#carousel-header {
  height: 180px;
  border-radius: 0;
}

.carousel-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-bottom: 60px;
}



.carousel-content h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 30px 0;
  text-shadow: 1px 1px 10px #000;
}

.carousel-content .btn-home.btn-white {
  padding: 8px 5px;
  margin-bottom: 15px;
  display: block;
}

.carousel-content .btn-home.btn-white:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.carousel-content .btn-home.btn-white:hover {
  border-color: #000;
  background: #000;
  color: #FEE700;
}

.arrow-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 4;
  margin: auto;
  max-width: 48px;
}

.arrow-down a {
  display: block;
}

@media (min-width: 480px) {

  .carousel-content .btn-home.btn-white {
    max-width: 200px;
    width: 100%;
    margin-right: 30px;
    display: inline-block;
    margin-bottom: 0;
  }

}

@media (min-width: 768px) {
  #carousel-header {
    height: 500px;
  }

  .carousel-content {
    padding-bottom: 0;
  }

  .arrow-down {
    bottom: 40px;
  }
}

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

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

/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/1889_img-header_res.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;
  -webkit-transition-property: opacity;
  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 *******
**********************/

/** Sticky Footer ***/
.footer {
  background: #878787;
  color: #000;
}

.footer-content h3 {
  margin: 0 0 30px 0;
  font-size: 28px;
}

.footer-content p:last-child {
  margin: 0;
}

.footer-content table tr {
  line-height: 26px;
}

.footer-content table tr td:first-child {
  width: 80px;
}

.footer-content a.btn-home {
  width: 100%;
  max-width: 200px;
  margin-bottom: 45px;
  font-size: 18px;
}

span.line {
  margin: 0 10px;
}

.footer a {
  color: #000;
  text-decoration: underline;
  line-height: 25px;
}

@media (min-width: 768px) {
  .footer .footer-copyright {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .footer .footer-copyright {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {

  .footer-buttons,
  .footer-copyright {
    margin-top: 25px;
  }

  .footer-copyright {
    text-align: right;
  }

  .footer-content h3 {
    margin: 0 0 50px 0;
  }
}

@media (max-width: 767px) {
  .footer-content a.btn-home {
    display: block;
    max-width: 200px;
    margin-bottom: 15px;
  }

  .footer-content {
    margin-bottom: 30px;
  }

  .footer-copyright {
    text-align: right;
  }
}

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


.content-text h1,
.content-text h2 {
  margin: 0 0 30px 0;
  color: #fff;
}

.content-text p:last-child {
  margin-bottom: 0;
}

.title-small h2 {
  margin: 0 0 30px 0;
  color: #000000;
}

.bg-primary {
  background: #878787;
  color: #000;
}

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

ul.search-filter-vertical li {
  display: block;
}

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

ul.search-filter-vertical li.search-filter-select {
  position: relative;
  margin-bottom: 30px;
}

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

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: 40px;
  cursor: pointer;
}

ul.search-filter-vertical li select {
  padding-left: 20px;
  height: 44px;
  border: none;
}

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

ul.search-filter-vertical li input {
  border: none;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  background: #FEE700;
  border: 2px solid #FEE700;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
}

ul.search-filter-vertical li input:hover {
  background: #000;
  border-color: #000;
  color: #FEE700;
}

.btn-occ a.btn-primary.btn-home {
  display: block;
  margin-top: 30px;
  padding: 8px 5px;
}

.item-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 250px;
  padding: 0 15px;
  margin: 0 -15px;
  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;
}

.item-block.occ {
  background-image: url("//svl.autodealers.nl/upload/1889_img-occasions_res.jpg");
}

.item-block.verzekeren {
  background-image: url("//svl.autodealers.nl/upload/1889_img-verzekeren_res.jpg");
}

.item-block.financieren {
  background-image: url("//svl.autodealers.nl/upload/1889_img-financieren_res.jpg");
}

.item-block h2 {
  color: #ffff;
  margin: 0 0 40px 0;
}

#body.Home #slideshow7 .item-information {
  background: #000;
  padding: 30px 30px 50px 30px;
}

#body.Home #slideshow7 .item-information h3.titel {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 25px;
  font-size: 18px;
  border-bottom: 1px solid #FEE700;
}

#body.Home #slideshow7 h4.prijs {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

#body.Home #slideshow7 .list-unstyled.list-specificaties li {
  color: #fff;
}

#body.Home li.bouwjaar::after {
  content: "Bekijken";
  color: #000;
  background: #FEE700;
}

.vwe-export {
  width: 300px;
  float: right;
  margin-bottom: 7px;
}

.img-wrapper {
  float: right;
  width: 300px;
}

.small-img {
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
}

.small-img img {
  margin: 0px 7px;
}

#body.autolijst_background {
  background-color: #000;
}

.margin-bottom-md p.margin-bottom-md span {
  color: #000;
}

.row.nav-bar .xs-center-block {
  color: #000;
}

.auto-detail-page h2.xs-center-block.sm-center-block {
  color: #fff;
}

.panel.panel-default {
  color: #000;
}

.well.mb-20 {
  color: #000;
}

.modal-dialog label, .modal-dialog p, .modal-dialog li, .modal-dialog .voertuigopties {
  color: #000;
}

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

.auto-attributen a, .auto-attributen a:link, .auto-attributen a:visited, .auto-attributen a:hover, .auto-attributen a:active {
  color: #FEE700;
}

.auto-attributen a.label {
  color: #000;
}

.auto-attributen a.label:hover,
.auto-attributen a.label:focus {
  color: #FEE700;
  background-color: #000;
}

.row.nav-bar.margin-bottom-md a, .well.mb-20 a {
  color: #000;
  text-decoration: underline;
}
/**********************
******* Global ********
**********************/

.content-space {
  margin-top: 25px;
}

a.btn-primary.btn-home {
  padding: 8px 25px;
}

.btn-primary.btn-home.btn-white {
  border-color: #FEE700;
  color: #000;
}

.btn-primary.btn-home.btn-white:hover, .btn-primary.btn-home.btn-white:focus {
  border-color: #000;
  background: #000;
  color: #FEE700;
}

a.btn-primary,
span.btn-primary,
button.btn-primary,
.pager li>a,
.pager li>span {
  background: #FEE700;
  border-color: #FEE700;
  border-width: 2px;
  color: #000;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: bold;
  text-decoration: none;
}

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

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

a.label {
  background: #FEE700;
  color: #000;
}

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

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>.active>a,
.pagination>.active>span {
  background: #FEE700;
  color: #000;
  border-color: transparent;
}

nav.right {
  border-bottom: 0;
}

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

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

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee span {
  display: inline-block;
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
}

.marquee span {
  padding: 0 20px;
  color: #FEE700;
  font-size: 22px;
  white-space: nowrap;
}

/**********************
*** Style per pagina **
**********************/

/***************
***** Home *****
***************/
#body.Home {}


/***************
*** Occasions **
***************/
#body.Financieren #DmfFinance h2 {
  color: #fff;
}

#body.Financieren #DmfFinance .dmf-box h2 {
  color: #000;
}

#body.autolijst_background {
  color: #000;
  background-image: none;
}

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

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

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

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

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

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

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

#body.autolijst_background .row.auto-opmerkingen p {
  color: #fff;
}

#body.autolijst_background .well.well-sm.relatief {
  color: #000;
}


/***************
**** Contact ***
***************/
#body.Contact #map {
  height: 400px;
}

#body.Contact #route {
  background: #fff;
}

#body.Contact .adp b,
#body.Contact .adp-list b {
  display: inline-block;
}

#body.Contact .adp-directions,
#body.Contact .adp-summary {
  width: 100%;
}


/**********************
*** Mediaqueries ******
**********************/

/* tot Mobiel (col-xs) */
@media(max-width:767px) {
  .header {
    top: 50px;
  }

  #main {
    padding: 25px 0;
  }

  #body.Home #main {
    padding: 0px;
  }

  #carousel-header .carousel-content>div a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 15px;
  }

  .carousel-content {
    padding-bottom: 0;
  }

  .carousel-content h2 {
    font-size: 18px;
  }

  .content-text h1 {
    font-size: 36px;
  }

  .maps {
    height: 450px;
  }

  .finnik-home {
    margin-top: 160px;
  }

  .img-wrapper {
    margin-top: 15px;
  }

  .xs-center {
    display: flex;
    justify-content: center;
  }
}

/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media(min-width: 768px) {
  .header {
    padding-top: 20px;
  }
  h1,
  h2 {
    font-size: 28px;
  }

  #main {
    padding: 50px 0;
  }

  #body.Home #main {
    padding: 0px;
  }

  .maps {
    height: 300px;
  }

  .content-text h1 {
    font-size: 36px;
  }

  .nav-brand span {
    font-size: 24px;
  }

  .carousel-content h2 {
    font-size: 32px;
  }

  .title-small h2 {
    font-size: 20px;
  }

  .content-space {
    margin-top: 50px;
  }

  .carousel-content>div {
    width: 100%;
    padding: 0 15px;
  }

  .filter-container {
    max-width: 290px;
  }

  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .finnik-home {
    float: right;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    max-width: 360px;
  }

  .item-block {
    height: 280px;
  }

  .item-block h2 {
    margin: 0 0 70px 0;
  }

  .nav-brand img {
    max-height: 50px;
  }

}

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

  h1,
  h2 {
    font-size: 32px;
  }

  #main {
    padding: 75px 0;
  }

  #body.Home #main {
    padding: 0px;
  }

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

  .maps {
    height: 400px;
  }

  .navbar-default {
    min-height: 0;
  }

  .nav-brand {
    margin-bottom: 0;

  }

  .nav-brand img {
    max-height: 75px;
  }

  .nav-brand span {
    font-size: 26px;
  }

  .carousel-content h2 {
    font-size: 40px;
  }

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

  .title-small h2 {
    margin: 0 0 50px 0;
    font-size: 24px;
  }

  .content-space {
    margin-top: 75px;
  }

  .item-block {
    height: 350px;
  }

  .item-block h2 {
    margin: 0 0 100px 0;
  }
}

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

  h1,
  h2 {
    font-size: 36px;
  }

  #main {
    padding: 100px 0;
  }

  #body.Home #main {
    padding: 0px;
  }

  .nav-brand span {
    font-size: 28px;
  }

  ul.search-filter-vertical li input,
  a.btn-primary.btn-home {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .carousel-content h2 {
    font-size: 48px;
  }

  .title-small h2 {
    font-size: 28px;
  }

  .content-space {
    margin-top: 100px;
  }

  .item-block {
    height: 480px;
  }

  .item-block h2 {
    margin: 0 0 130px 0;
  }
}



@media (min-width: 768px) and (max-width: 991px) {
  .footer-buttons {
    display: flex;
    justify-content: space-evenly;
  }
}


/*fix homeblocks*/
@media (min-width: 768px) and (max-width: 991px) {
  .item-block.financieren h2 {
    margin: 0 0 40px;
  }
}

@media (min-width: 768px) and (max-width: 795px) {
  .item-block.verzekeren h2 {
    margin: 0 0 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px){ 
  .item-block.financieren h2 {
    margin: 0 0 65px;
  }
}

@media (min-width: 1200px) and (max-width: 1367px) {
  .item-block.financieren h2 {
    margin: 0 0 90px;
  }
}