/* 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');
/*
Style.css
Table of Contents:

- Global
- Theme
+ Header
+ Menu
+ Carousel
+ Occasion Slideshow
+ Footer
- Custom
+ Global
+ Pages
+ Mediaqueries
*/


/*********************
****** GLOBAL ********
*********************/

html,
body {
  background: #F7F1F1;
}

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

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

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

h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

h3 {
  font-size: 18px;
}

p {
  line-height: 22px;
  margin: 0 0 22px 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #C90808;
  text-decoration: none;
  font-weight: bold;
}



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

/*************
*** Header ***
*************/

#header .glyphicon {
  color: #3199c7;
}

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

/*
Primary background: 	grey
Secondary background: 	lightgrey
Dropdown background:	dimgray
text color:				#fff
*/

/* 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: #000;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  /* Animate */
}

.navbar-default .navbar-nav>li:first-child a {
  border-left: none;
}

/* 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: #C90808;
  font-weight: bold;
}

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

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

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

@media (max-width: 767px) {

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

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

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

  /* Brand */
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #000;
  }

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

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

  /* Menu Link */
  .navbar-default .navbar-nav>li>a {
    border: none;
  }

  /* Dropdown */
  .navbar-nav .open .dropdown-menu {
    padding: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    background: #F7F1F1;
    color: #000;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #C90808;
    font-weight: bold;
  }

  /* Menu links */
  .navbar-default .navbar-nav>li a {
    text-align: center;
  }
}

@media (min-width: 768px) {

  /* Setup */
  .navbar-nav {
    width: 100%;
    display: table;
  }

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

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

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

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

/* Carousel height */
#carousel-header {
  height: 200px;
}

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

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

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

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

/* Carousel backgrounds */

/* 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);
  }
}


/*************************
*** Occasion Slideshow ***
*************************/


#body.Home #slideshow7 .item-information {
  background: #F1F7F7;
}

#body.Home #slideshow7 .item-information h3.titel {
  margin: 0;
  font-weight: 400;
  line-height: 25px;
  color: #000;
}

#body.Home #slideshow7 h4.prijs {
  font-weight: bold;
  font-size: 16px;
  color: #C90808;
  margin-right: 30px;
}

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



/* slideshow SEO */
#slideshow-wrapper {
  margin-top: 46px;
}

#gallery {
  text-align: left;
  position: relative;
  width: 320px;
  height: 240px;
  border: 1px solid #000000;
  overflow: hidden;
  line-height: normal;
}

#gallery a {
  float: left;
  position: absolute;
}

#gallery a img {
  width: 320px;
  height: 240px;
}

#gallery a.show {
  z-index: 500;
}

#gallery .caption {
  z-index: 600;
  background-color: #3A6A92;
  color: #FFFFFF;
  width: 320px;
  position: absolute;
  bottom: 0px;
}

#gallery .caption .content {
  margin: 5px;
  color: #FFFFFF;
}

#gallery .caption .content h3 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px
}

/* slideshow4 */
#scroller .nieuwbinnen h3 {
  margin: 0;
  line-height: 20px;
}


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

/** Sticky Footer ***/
#footer {
  position: relative;
  height: auto;
  padding: 15px 0;


}

#footer .shadow-body {
  background: #000;
  color: #fff;
}

@media (min-width: 767px) {
  body {
    margin-bottom: 60px;
    /* Margin bottom by footer height */
  }

  html {
    position: relative;
    min-height: 100%;
  }


  #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* Set the fixed height of the footer here */
    padding: 0;

    z-index: -1;

  }

  #footer .shadow-body {
    padding: 30px 15px;

  }

  #footer .shadow-body .row div {
    display: flex;
    justify-content: space-between;
  }

  #footer p {
    margin: 0;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  #footer p, #footer a {
    line-height: 20px;
    text-align: left;
    margin-bottom: 15px;
  }

  #footer a {
    line-height: 40px;
  }
  #footer {
    background: #000;
  }
}

/*************
*** CUSTOM ***
*************/


#header .glyphicon.glyphicon-user {
  color: #fff;
}

a.nav-brand {
  max-width: 60px;
  margin-right: 10px;
  display: block;
  float: left;
}

.flexx {
  display: -webkit-flex;
  display: flex;
  justify-content: center;

  padding-top: 75px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.top-2-menu a {
  color: #fff;
}

.top-2-menu li {
  padding: 0 10px;
  display: table-cell;
  float: right;
}

.header-bg {
  background: url(//svl.autodealers.nl/upload/5696_img-header.jpg) center no-repeat;
  background-size: cover;
}

a.btn-2 {
  color: #000;
  font-weight: bold;
  background: #ffe0b4;
  padding: 5px 25px;
}

input.btn-zoek {
  border: none;
  width: 100%;
  height: 35px;
  color: #fff;
  font-weight: bold;
  background: #C90808;
  text-transform: uppercase;
  font-size: 18px;
}

select.sel-m-m {
  width: 100%;
  height: 35px;
  border: none;
  color: #fff;
  background: #000;
  padding: 0 15px;
}

.car-bg {
  background: url(//svl.autodealers.nl/upload/5696_img-welkom.jpg) center no-repeat;
  background-size: cover;
}

.shadow-body {
  box-shadow: 0px 0px 40px -10px #000;
}

.p-15 {
  padding: 15px 0;
}

.p-30 {
  padding: 30px 0;
}

.slideshow {
  margin: 0 -15px;
  background: #C90808;
  padding: 30px 15px;
}

.beoordelingen-bg {
  padding: 30px 15px;
  margin: 0 -15px;
  background: #000;
  color: #fff;
}

.beoordelingen-bg h2 {
  margin-top: 0;
  color: #fff;
}

.beoordelingen-bg a {
  margin-top: 30px;
}

select::-ms-expand {
  display: none;
}

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

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

.marquee span {
  padding:0 20px;
  Color:#ff0000;
  Font-size: 22px;
  white-space: nowrap;
}
/*************
*** Global ***
*************/

/* Bootstrap */
.bg-primary {
  background: #213140;
  color: #fff;
}

a.btn-default {
  color: #000;
}

/* Others */
.full-width {
  width: 100%;
}

.btn-home {
  font-size: 18px;
  padding: 5px 15px;
}

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: #C90808;
  border: 1px solid #C90808;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
}

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

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

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

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


/*************
**** Home ****
*************/

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

/****************
*** Occasions ***
****************/
/* Base colors*/
#body.autolijst_background a.btn-primary,
#body.autolijst_background a.btn-social,
#body.detail-view .label-primary {
  color: #fff;
}

#body.autolijst_background .well,
#body.autolijst_background .list-group,
#body.detail-view h3[itemprop="name"],
#body.detail-view p[itemprop="address"],
#body.detail-view span[itemprop="telephone"],
#body.detail-view .row.nav-bar {
  color: #000;
}

/* Secondary colors */
#body.autolijst_background ul.pagination a,
#body.autolijst_background .title,
#body.detail-view .bg-info {
  color: #C90808;
}

#body.autolijst_background ul.pagination a:hover {
  color: #fff;
}

#body.autolijst_background .pagination>.active>a,
#body.autolijst_background a.label.label-primary,
#body.autolijst_background a.btn-primary {
  background: #C90808;
  border: 1px solid #C90808;
  color: #fff;
}

#body.autolijst_background .popover-table {
  color: #000;
}

@media(max-width:767px) {
  #body.autolijst_background .auto-attributen .data-list-item-label {
    padding-left: 15px;
  }
}

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

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

/* de routebeschgrijving op mobiel valt buiten het scherm zonder */
#body.Contact .adp b,
#body.Contact .adp-list b {
  display: inline-block;
}

/* de prijs valt anders over de "bekijk deze auto" heen */
#body.Contact .adp-directions,
#body.Contact .adp-summary {
  width: 100%;
}

@media (max-width: 767px) {
  .text-center-sm-max {
    text-align: center;
  }

  .header-height {
    height: 300px;
  }

  .flexx {
    height: 250px;
  }

  .mid-height {
    height: auto;
    padding-bottom: 20px;
  }

  .car-height {
    height: 220px;
  }

  select.sel-m-m {
    margin-bottom: 10px;
  }

  .navbar-brand {
    padding: 5px 15px;
  }

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

  .map-height: {
    height: 300px;
  }

  #main .shadow-body {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .header-height {
    height: 420px;
  }

  #main .shadow-body {
    padding: 30px;
  }

  .map-height {

    height: 100%;

  }


  .flexx {
    height: 360px;
  }

  a.btn-2 {
    position: absolute;
    bottom: 30px;
  }

  .car-height {
    height: 100%;
  }

  .row-eq-height {
    display: flex;
    flex-flow: row wrap;
  }

  .row-eq-height.middle {
    align-items: center;
  }

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

  .nav>li>a {
    font-size: 12px;
  }
}

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

  .flexx {
    height: 450px;
  }
}

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

  .flexx {
    height: 500px;
  }

  .nav>li>a {
    font-size: 16px;
    padding: 15px 5px;
  }
}