/* 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:

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

/*********************
******** CCL *********
*********************/
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

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

.marquee span {
  padding:0 20px;
  Color:#F7F7F7;
  Font-size: 20px;
  white-space: nowrap;
}
.relative {
  position: relative;
}
.no-margin {
  margin: 0
}
.no-padding {
  padding: 0
}
.corners {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.margin-top-bottom-xs {
  margin: 10px 0;
}
.margin-top-bottom-sm {
  margin: 25px 0;
}
.margin-top-bottom-md {
  margin: 40px 0;
}
.margin-top-bottom-lg {
  margin: 55px 0;
}

.padding-top-bottom-xs {
  padding: 10px 0;
}
.padding-top-bottom-sm {
  padding: 25px 0;
}
.padding-top-bottom-md {
  padding: 40px 0;
}
.padding-top-bottom-lg {
  padding: 55px 0;
}

.margin-bottom-xs {
  margin-bottom: 10px;
}
.margin-bottom-sm {
  margin-bottom: 20px;
}
.margin-bottom-md {
  margin-bottom: 30px;
}
.margin-bottom-lg {
  margin-bottom: 40px;
}


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

html, body {
  background: #3c3f43 none repeat scroll 0 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0 0 12px 0;
  padding: 0;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
  color: #fff;
}
h3 {
  font-size: 18px;
}
p {
  line-height: 22px;
  margin: 0 0 22px 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #d57c77;
  text-decoration: none;
}


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

/****** HEADER *******/

.logos {
  margin: 10px 0;
}

.bovag {
  margin: 0 10px;
}

/****** MENU *******/
.navigatie {
  background: #395398 none repeat scroll 0 0;
  height: 50px;
  z-index: 99;
}

nav.navbar-default {
  background: transparent;
}

/* social media style */
div#ad-social-media {
  float: right;
  margin-left: 5px;
}
div#ad-social-media-twitter,
div#ad-social-media-google {
  display: none;
}

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

/* Setup */
.navbar {
  z-index: 99;
}
.navbar-default {
  margin: 0;
  padding: 0;
  background: grey;
  border-radius: 0;
  border: none;
  z-index: 99;
}
/* Menu Link */
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-align: center;
  border-left: 1px solid #ecf0f1;
  font-weight: 600;
  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 {
  background-color: #000;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #000;
  color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
/* Menu icon*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: lightgrey;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background-color:  transparent;
}
.navbar-default .navbar-toggle {
  border-color: lightgrey;
}
@media (max-width: 767px) {	
  /* Setup */
  body { padding-top: 50px }
  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  /* Background */
  .navbar-default .navbar-header {
    background: grey;
  }
  /* Brand */
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #fff;
  }
  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: grey;
  }
  .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: dimgray;
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
  }
  /* 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-header img.sterretje {
  display:none;
  float: right;
  margin-right: 40px;
  width: 40px;
  margin-top: 30px;
}

#body.Home #carousel-header img.sterretje {
  display:inherit; 
}

/* Carousel height */
#carousel-header {
  height: 200px;
}
@media (min-width: 768px) {
  #carousel-header {
    height: 300px;
  }
}
@media (min-width: 992px) {
  #carousel-header {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  #carousel-header {
    height: 500px;
  }
}

/* Setup */
.carousel-indicators {
  z-index: 5;
}
.carousel-inner {
  height: 100%;
}
.carousel .item {
  height: 100%;
}
.carousel .carousel-inner .bg {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Carousel backgrounds */

.carousel .carousel-inner .bg1 {
  background-image: url(//svl.autodealers.nl/upload/2693_header_afb_1.jpg);
  background-position: center center;
}
.carousel .carousel-inner .bg2 {
  background-image: url(//svl.autodealers.nl/upload/2693_header_afb_2.jpg);
  background-position: center center;
}
.carousel .carousel-inner .bg3 {
  background-image: url(//svl.autodealers.nl/upload/2693_header_afb_3.jpg);
  background-position: center center;
}


/*.carousel .carousel-inner .bg1 {
  background-image: url(//svl.autodealers.nl/upload/2693_header.png);
  background-position: center center;
}
.carousel .carousel-inner .bg2 {
  background-image: url(//svl.autodealers.nl/upload/2693_headerFiat.jpg);
  background-position: center center;
}
.carousel .carousel-inner .bg3 {
  background-image: url(//svl.autodealers.nl/upload/2693_header3.jpg);
  background-position: center center;
}
.carousel .carousel-inner .bg4 {
  background-image: url(//svl.autodealers.nl/upload/2693_header4.jpg);
  background-position: center center;
}
.carousel .carousel-inner .bg5 {
  background-image: url(//svl.autodealers.nl/upload/2693_header5.jpg);
  background-position: center 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;
    -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);
  }
}


/** OCC SLIDESHOW ***/
ul#scroller li ul {
  margin: 0;
  padding: 0;
}
ul#scroller li div h3 {
  color: #fff;
}

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

/****** FOOTER ******/

/** Sticky Footer ***/
#footer {
  position: relative;
  height: auto;
  padding: 15px 0;
  color:#fff;
}
.bg-grey ul  {
  padding: 0 15px;
}
.bg-grey ul li {
  list-style-image: url("//svl.autodealers.nl/upload/2693_ulMark.png")
}

.footer-tekst, .footer-tekst h2 {
  color: #000;
}

@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;
  }
  #footer p {
    margin: 0;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #footer p {
    line-height: 30px;
    text-align: center;
  }
}

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

/***** GENERAL ******/

.full-width {
  width: 100%;
}
.bg-grey {
  background: #ecf0f1;
}

/* slideshow4 */
#scroller .nieuwbinnen h3 {
  margin:0;
}

/* Feature */
.feature {
  border: 1px solid #000;
  color: #fff;
  font-weight: 600;
}
.feature:hover .feature-title {
  height: 60px;
  line-height: 60px;
}
.feature .feature-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0,0,0,0.5);
  transition:all 0.3s ease; /* Animate */
}

/****** PAGES *******/

.Zoekopdracht, .Contact-Route {
  color: #000;
}

/* Home */
.homeblock {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%) repeat scroll 0 0;
  margin: 0 5px;
  padding:5px;
  border-radius: 10px;
}

.homeblock h3{
  color:#d57c77;
}

.homeblock a{
  color:#000;
}

#autovandeweek > ul {
  padding: 0;
  width: 100%;
}

#autovandeweek .afbeelding > img {
  display: block;
  margin: 15px auto 0;
  max-width: 180px;
  width: 100%;
}

.homeblock div#autovandeweek div.title {
  border-left: 1px solid;
  text-align: center;
  top: -30px;
  width: 100%;
  overflow: hidden;
  color: #d57c77;
}

.homeblock div#autovandeweek div.prijs {
  text-align: center;
  width: 100%;
}

#main div#autovandeweek div.title span.merk {
  line-height:25px; 
  font-size:20px;
}
#main div#autovandeweek div.title {
  height:27px; 
}

/* Occasions */
.autolijst_background {
  color: #000;
}
.col-sm-12.col-md-5.data-list.auto-attributen {
  color: #fff;
}
.row.auto-opmerkingen {
  color: #fff;
}

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

#body.gallery-view .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  background: #3C3F43;
  color: #fff;
}

/* Auto Inkoop */

/* Financieren */

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

#route .adp-summary, #route .adp-directions {
  color: #fff;
}

/*** MEDIAQUERIES ***/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .logo {
    margin-top: -11px;
  }
  .homeblock {
    height: 195px;
  }
  .nav.navbar-nav a {
    font-size: 9px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .nav.navbar-nav a {
    font-size: 9px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .nav.navbar-nav a {
    font-size: 12px;
  }
}



#carousel-header .home_button_1 {
  background: #fff none repeat scroll 0 0;
  color: blue;
  font-size: 15px;
  height: 50px;
  left: 3%;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 70%;
  transform: skew(-20deg);
  width: 250px;
  z-index: 99;
}

.home_button_1 > span {
  display: block;
  transform: skew(20deg);
}

#carousel-header .home_button_2 {
  background: #fff none repeat scroll 0 0;
  color: blue;
  font-size: 15px;
  height: 50px;
  right: 3%;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 70%;
  transform: skew(-20deg);
  width: 250px;
  z-index: 99;
}

.home_button_2 > span {
  display: block;
  transform: skew(20deg);
}