/* 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
		+ Global
		+ Pages
		+ Mediaqueries
*/

/*********************
******** CCL *********
*********************/

/* Margin */
.no-m { margin: 0; }
.m-10 { margin: 10px; }
.m-15 { margin: 15px; }
.m-30 { margin: 30px; }
.m-60 { margin: 60px; }

/* Margin Top Bottom */
.mtb-10 { margin: 10px 0; }
.mtb-15 { margin: 15px 0; }
.mtb-30 { margin: 30px 0; }
.mtb-60 { margin: 60px 0; }

/* Margin Top */
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-60 { margin-top: 60px; }

/* Margin Right */
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-30 { margin-right: 30px; }
.mr-60 { margin-right: 60px; }

/* Margin Bottom */
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-30 { margin-bottom: 30px; }
.mb-60 { margin-bottom: 60px; }

/* Margin Left */
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-30 { margin-left: 30px; }
.ml-60 { margin-left: 60px; }

/* Padding */
.no-p { padding: 0; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-30 { padding: 30px; }
.p-60 { padding: 60px; }

/* Padding Top Bottom */
.ptb-10 { padding: 10px 0; }
.ptb-15 { padding: 15px 0; }
.ptb-30 { padding: 30px 0; }
.ptb-60 { padding: 60px 0; }

/* Padding Top */
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-30 { padding-top: 30px; }
.pt-60 { padding-top: 60px; }

/* Padding Right */
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-30 { padding-right: 30px; }
.pr-60 { padding-right: 60px; }

/* Padding Bottom */
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-30 { padding-bottom: 30px; }
.pb-60 { padding-bottom: 60px; }

/* Padding Left */
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-30 { padding-left: 30px; }
.pl-60 { padding-left: 60px; }

/* Border */
.no-b { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.b-10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.b-15 { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.b-30 { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.b-60 { -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; }

.marginauto {margin-left: auto; margin-right:auto;}
/* Others */
.relative {
  position: relative;
}

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

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


/*********************
******* 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: none;
  border-radius: 0;
  border: none;
  z-index: 999;
  min-height:1px;
}
/* Menu Link */
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-align: center;
  border-left: 1px solid #FED303;
 font-size:16px;
  text-transform: uppercase;
  transition:all 0.3s ease; /* Animate */
}
.navbar-default .navbar-nav > li:last-child a {
 border-right: 1px solid #FED303;
}
/* 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:none;
  color: #FED303;
}
/* 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: 999;
  }
  /* Background */
  .navbar-default .navbar-header {
    background: #333534;
	border-bottom:1px solid #fff;
  }
  /* 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: #333534;
	border-bottom:1px solid #fff;
  }
  .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: #000;
    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 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-header .carousel-inner .bg1 {
  background-image: url('images/slide1.jpg');
  background-position: center center;
}
#carousel-header .carousel-inner .bg2 {
  background-image: url(images/slide2.jpg);
  background-position: center center;
}
#carousel-header .carousel-inner .bg3 {
  background-image: url(images/slide3.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);
  }
}


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

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

@media (min-width: 767px) {
  body {
    margin-bottom: 120px; /* Margin bottom by footer height */
  }
  html {
    position: relative;
    min-height: 100%;
  }
  #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px; /* Set the fixed height of the footer here */
    padding: 0;
	color:#fff;
  }
  #footer p {
    margin: 0;
    line-height: 60px;
	text-align:center;
  }
  #footer a{
	  color:#F8B215;
  }
}
@media (max-width: 767px) {
  #footer p {
    line-height: 30px;
	color:#fff;
	text-align:center;
  }
  #footer a{
	  color:#F8B215;
  }
}

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

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

/* Bootstrap */
ul li {
    font-size: 16px;
}
html{
 background-color:#FED303; 
}
.bg-darkgrey{
	background-color:#333534;
	border-bottom: 1px solid #fff;
}

.bg-yellow{
	background-color:#FED303;
}
.bg-primary {
  background: #ecf0f1;
  color: #000;
}
.bg-red{
	background-color:#E71F3B;
}
a.btn-default {
  color: #000;
}

/* Others */
.full-width {
	width: 100%;
}
#body.Welkom .knop {
    background-color: rgba(222, 61, 82, 0.8);
    height: 60px;
    position: absolute;
    width: 360px;
    bottom: 0px;
}
#body.Welkom .knop p {
    text-align: center;
    font-size: 25px;
    color: #fff;
}
#body.Welkom img.img-responsive.twitter , img.img-responsive.facebook{
    position: absolute;
    top: 40%;
}
#body.Welkom img.img-responsive.twitter {
	left: 125px;
}
#body.Welkom img.img-responsive.facebook {
    left: 205px;
}
#body.Welkom .pages {
    background-color: #FED303;
}
#body.Welkom .pages  h2 {
    color: #E6203C;
	text-transform: uppercase;
}
#body.Welkom .pages p {
    border-bottom: 1px solid #EE5C29;
}
.borderbottom{
	border-bottom:1px solid #FED303;
}

/*************
**** Wrapper ****
*************/

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

#body.Home {}


/****************
*** 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: red;
}
#body.autolijst_background .pagination > .active > a,
#body.autolijst_background a.btn-primary {
	background: red;
	border: 1px solid red;
	color: #fff;
}


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


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

/*** MIN ***/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.center-block-sm { margin: 0 auto; display: block; }
	.text-center-sm { text-align: center; }
	.text-right-sm { text-align: right; }
	.pull-right-sm { float: right; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.center-block-md { margin: 0 auto; display: block; }
	.text-center-md { text-align: center; }
	.text-right-md { text-align: right; }
	.pull-right-md { float: right; }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.center-block-lg { margin: 0 auto; display: block; }
	.text-center-lg { text-align: center; }
	.text-right-lg { text-align: right; }
	.pull-right-lg { float: right; }
}

/*** MAX ***/

@media (max-width: 768px) {
	.center-block-sm-max { margin: 0 auto; display: block; }
	.text-center-sm-max { text-align: center; }
	.text-right-sm-max { text-align: right; }
	.pull-right-sm-max { float: right; }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
	.center-block-md-max { margin: 0 auto; display: block; }
	.text-center-md-max { text-align: center; }
	.text-right-md-max { text-align: right; }
	.pull-right-md-max { float: right; }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	.center-block-lg-max { margin: 0 auto; display: block; }
	.text-center-lg-max { text-align: center; }
	.text-right-lg-max { text-align: right; }
	.pull-right-lg-max { float: right; }
}

@media (max-width: 1200px) {
#body.Welkom .knop {
    width: 293px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
}
#body.Welkom img.img-responsive.twitter {
    left: 90px;
}
#body.Welkom img.img-responsive.facebook {
    left: 175px;
}
}

@media (max-width: 992px){
#body.Welkom .knop {
    width: 220px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 2px;
    padding-right: 2px;
}
#body.Welkom img.img-responsive.twitter {
    left: 60px;
}
#body.Welkom img.img-responsive.facebook {
    left: 135px;
}
  #footer p{
   font-size:13px; 
  }
}

@media (max-width: 767px){
	img.img-responsive.autoheader,
	img.img-responsive.bovag	{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

img.img-responsive.logo {
    margin-left: auto;
    margin-right: auto;
}
img.img-responsive.full-width.xsfoto {
    padding-bottom: 30px;
}
p.mt-15 {
    margin: 0;
    padding-top: 15px;
}
#body.Welkom .knop {
    position: inherit;
    width: 100%;
}
#body.Welkom img.img-responsive.twitter,
#body.Welkom img.img-responsive.facebook {
    position: inherit;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
img.img-responsive.full-width.xsmargin {
    margin-top: 10px;
}
   #footer p{
   font-size:16px; 
  }
  .navbar-default .navbar-nav > li:last-child a {
    border-right: none;
}
}@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
		+ Global
		+ Pages
		+ Mediaqueries
*/

/*********************
******** CCL *********
*********************/

/* Margin */
.no-m { margin: 0; }
.m-10 { margin: 10px; }
.m-15 { margin: 15px; }
.m-30 { margin: 30px; }
.m-60 { margin: 60px; }

/* Margin Top Bottom */
.mtb-10 { margin: 10px 0; }
.mtb-15 { margin: 15px 0; }
.mtb-30 { margin: 30px 0; }
.mtb-60 { margin: 60px 0; }

/* Margin Top */
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-60 { margin-top: 60px; }

/* Margin Right */
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-30 { margin-right: 30px; }
.mr-60 { margin-right: 60px; }

/* Margin Bottom */
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-30 { margin-bottom: 30px; }
.mb-60 { margin-bottom: 60px; }

/* Margin Left */
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-30 { margin-left: 30px; }
.ml-60 { margin-left: 60px; }

/* Padding */
.no-p { padding: 0; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-30 { padding: 30px; }
.p-60 { padding: 60px; }

/* Padding Top Bottom */
.ptb-10 { padding: 10px 0; }
.ptb-15 { padding: 15px 0; }
.ptb-30 { padding: 30px 0; }
.ptb-60 { padding: 60px 0; }

/* Padding Top */
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-30 { padding-top: 30px; }
.pt-60 { padding-top: 60px; }

/* Padding Right */
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-30 { padding-right: 30px; }
.pr-60 { padding-right: 60px; }

/* Padding Bottom */
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-30 { padding-bottom: 30px; }
.pb-60 { padding-bottom: 60px; }

/* Padding Left */
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-30 { padding-left: 30px; }
.pl-60 { padding-left: 60px; }

/* Border */
.no-b { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.b-10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.b-15 { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.b-30 { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.b-60 { -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; }

/* Others */
.relative {
  position: relative;
}

/*********************
****** GLOBAL ********
*********************/

html, body {
	background: #fff;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 23px;
    font-size: 13px;
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0 0 12px 0;
  padding: 0;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
p {
  line-height: 22px;
  margin: 0 0 22px 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #3199c7;
  text-decoration: none;
}


/*********************
******* 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: #ababad;
background: -moz-linear-gradient(top, #ababad 0%, #7f7f82 49%, #727175 52%, #858588 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ababad), color-stop(49%,#7f7f82), color-stop(52%,#727175), color-stop(100%,#858588));
background: -webkit-linear-gradient(top, #ababad 0%,#7f7f82 49%,#727175 52%,#858588 100%);
background: -o-linear-gradient(top, #ababad 0%,#7f7f82 49%,#727175 52%,#858588 100%);
background: -ms-linear-gradient(top, #ababad 0%,#7f7f82 49%,#727175 52%,#858588 100%);
background: linear-gradient(to bottom, #ababad 0%,#7f7f82 49%,#727175 52%,#858588 100%);
  border-radius: 0;
  border: none;
  z-index: 999;
}
/* Menu Link */
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-align: center;
  border-left: 1px solid #ecf0f1;
  font-weight: 400;
  text-transform: uppercase;
  transition:all 0.3s ease; /* Animate */
    font-size: 12px;
    text-shadow: 1px 1px 0px #666;
}
.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: #383737;
  color: #fff;
}
/* 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: 999;
  }
  /* Background */
  .navbar-default .navbar-header {
 background: #ababad;
background: -moz-linear-gradient(top, #ababad 0%, #7f7f82 49%, #727175 52%, #858588 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ababad), color-stop(49%,#7f7f82), color-stop(52%,#727175), color-stop(100%,#858588));
background: -webkit-linear-gradient(top, #ababad 0%,#7f7f82 49%,#727175 52%,#858588 100%);
background: -o-linear-gradient(top, #ababad 0%,#7f7f82 49%,#727175 52%,#858588 100%);
background: -ms-linear-gradient(top, #ababad 0%,#7f7f82 49%,#727175 52%,#858588 100%);
background: linear-gradient(to bottom, #ababad 0%,#7f7f82 49%,#727175 52%,#858588 100%);
  }
  /* 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;
  }
}
.navbar{
    min-height: auto;
}


/*************************
*** Occasion Slideshow ***
*************************/

/* 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 .border{
    border:1px solid #d6d6d6;
}


.footer.block-title {
    font-size: 16px;
    line-height: 22px;
    color: #303030;
    font-weight: normal;
    text-transform: uppercase;
}
#footer ul{
    list-style-type: none;
    padding-left: 0;
}
#footer ul li a{
    color: #8a8989;
    font-size: 11px;
    line-height: 23px
}
#footer ul li a:hover{
    color: #cd181d;
}
#footer .social-media a img{
    width: 25px;
}
#footer .col-sm-3{
    padding: 0 20px;
    border-right: 1px solid #d6d6d6;
    height: 296px;
}
#footer .col-sm-3:last-child{
    border-right: none;
}

@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;
  }
}

/*************
*** CUSTOM ***
*************/
.bg-black{
    background: #333;
}
ul.about, ul.about2{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.about li, ul.about2 li{
    display: inline-block;
    border-right: 1px dotted #999;
    padding: 5px 10px;
}
ul.about2 li:last-child{
    border: none;
}
ul.about2 li{
    float: left;
}
ul.about li a, ul.about2 li a{
    color: #999;
    font-size: 11px;
}
ul.about li:hover, ul.about2 li:hover{
    background: #F1F1F1;
    transition: ease all 0.4s;
}
/** Direct auto verkopen en Onderdelen bestellen **/

#header a.actiebutton{
    border: 1px solid #d1d1d1;
    color: #fff;
    background: rgb(205,24,29);
    background: -moz-linear-gradient(top, rgba(205,24,29,1) 1%, rgba(167,21,25,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(205,24,29,1)), color-stop(100%,rgba(167,21,25,1)));
    background: -webkit-linear-gradient(top, rgba(205,24,29,1) 1%,rgba(167,21,25,1) 100%);
    background: -o-linear-gradient(top, rgba(205,24,29,1) 1%,rgba(167,21,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(205,24,29,1) 1%,rgba(167,21,25,1) 100%);
    background: linear-gradient(to bottom, rgba(205,24,29,1) 1%,rgba(167,21,25,1) 100%);
    display: block;
    font-size: 11px;
    height: 65px;
    width: 310px;
    float: left;
}
#header a.actiebutton .iconplacer {
    float: left;
    border-right: 1px solid #D1D1D1;
    display: block;
    position: relative;
    width: 65px;
    height: 100%;
    background: rgb(231,231,231);
    background: -moz-linear-gradient(top, rgba(231,231,231,1) 1%, rgba(254,254,254,1) 49%, rgba(231,231,231,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(231,231,231,1)), color-stop(49%,rgba(254,254,254,1)), color-stop(100%,rgba(231,231,231,1)));
    background: -webkit-linear-gradient(top, rgba(231,231,231,1) 1%,rgba(254,254,254,1) 49%,rgba(231,231,231,1) 100%);
    background: -o-linear-gradient(top, rgba(231,231,231,1) 1%,rgba(254,254,254,1) 49%,rgba(231,231,231,1) 100%);
    background: -ms-linear-gradient(top, rgba(231,231,231,1) 1%,rgba(254,254,254,1) 49%,rgba(231,231,231,1) 100%);
    background: linear-gradient(to bottom, rgba(231,231,231,1) 1%,rgba(254,254,254,1) 49%,rgba(231,231,231,1) 100%);
    margin: 0 10px 0 0;
}
#header a.actiebutton .iconplacer::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    height: 100%;
    width: 100%;
    background: url('//svl.autodealers.nl/upload/2468_bg_actiebutton_sprite.png') no-repeat center top;
    font: 0/0 a;
    content: '';
}
#header a.actiebutton .iconplacer::after {
    position: absolute;
    right: -7px;
    top: 15px;
    z-index: 4;
    height: 10px;
    width: 7px;
    background: url('//svl.autodealers.nl/upload/2468_arrow_bg_actiebutton.png') no-repeat;
    font: 0/0 a;
    content: '';
}
#header a.actiebutton .textplacer {
    float: left;
    padding: 10px;
    width: 230px;
}
#header a.actiebutton span.ttitle {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}
#header .licence-search-container {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
}
#header .actiebutton form {
    display: inline-block;
    margin: 0 0 0 .3em;
}
#header .licenceplate-inner {
    height: 1.8em;
    line-height: 1.8em;
    width: 130px;
}
.licenceplate-inner::before {
    content: '';
    background: #034ea0 url('//svl.autodealers.nl/upload/2468_bg_licenseplate.png') center center no-repeat;
    -webkit-background-size: auto 70%;
    background-size: auto 70%;
    width: 20px;
    height: 102%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.cf::before, .cf::after {
    border-collapse: collapse;
    content: '';
    display: table;
    line-height: 0;
}
.licenceplate-inner .licence-input-container {
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    bottom: 0;
}
.licenceplate-inner .licence-input {
    background: transparent !important;
    border: 0 !important;
    text-transform: uppercase;
    display: block;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #000;
}
.licenceplate-inner .button {
    background: transparent url('//svl.autodealers.nl/upload/2468_ico-search.png') no-repeat center center;
    background-size: 70%;
    color: transparent;
    height: 100%;
    text-shadow: none;
    opacity: 0.6;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    width: 40px;
}
#header .licenceplate-inner .button {
    width: 20px;
}
.licenceplate-inner {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    background: #e3ba00;
    background: -moz-linear-gradient(top, #e3ba00 1%, #ffd200 9%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e3ba00), color-stop(9%,#ffd200));
    background: -o-linear-gradient(top, #e3ba00 1%,#ffd200 9%);
    background: -ms-linear-gradient(top, #e3ba00 1%,#ffd200 9%);
    background: linear-gradient(to bottom, #e3ba00 1%,#ffd200 9%);
    border: 1px solid #89888a;
    height: 3em;
    line-height: 3em;
    overflow: hidden;
    position: relative;
}
#header a.actiebutton.onderdelen {
    background: rgb(253,227,126);
    background: -moz-linear-gradient(top, rgba(253,227,126,1) 1%, rgba(250,205,57,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(253,227,126,1)), color-stop(100%,rgba(250,205,57,1)));
    background: -webkit-linear-gradient(top, rgba(253,227,126,1) 1%,rgba(250,205,57,1) 100%);
    background: -o-linear-gradient(top, rgba(253,227,126,1) 1%,rgba(250,205,57,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,227,126,1) 1%,rgba(250,205,57,1) 100%);
    background: linear-gradient(to bottom, rgba(253,227,126,1) 1%,rgba(250,205,57,1) 100%); 
    color: #76736b;
    margin-left: 10px;
}




/*************
*** Global ***
*************/

/* Bootstrap */
.bg-primary {
  background: #ecf0f1;
  color: #000;
}
a.btn-default {
  color: #000;
}

/* Others */
.full-width {
	width: 100%;
}

/*************
**** Home ****
*************/

#body.Home {}


/****************
*** 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: red;
}
#body.autolijst_background .pagination > .active > a,
#body.autolijst_background a.btn-primary {
	background: red;
	border: 1px solid red;
	color: #fff;
}


/**********************
*** 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%;
}


/*******************
*** Mediaqueries ***
*******************/

/*** MIN ***/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.center-block-sm { margin: 0 auto; display: block; }
	.text-center-sm { text-align: center; }
	.text-right-sm { text-align: right; }
	.pull-right-sm { float: right; }
     ul.about li, ul.about2 li{
        padding: 5px 3.6px;
    }
    .bg-black .row .col-sm-6:first-child{
        padding-right: 0;
    }
    .bg-black .row .col-sm-6:last-child{
        padding-left: 0;
    }
    .nav li a {
        padding: 10px 4px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.center-block-md { margin: 0 auto; display: block; }
	.text-center-md { text-align: center; }
	.text-right-md { text-align: right; }
	.pull-right-md { float: right; }
    ul.about li{
        float: left;
    }
     ul.about li, ul.about2 li{
        padding: 5px 10px;
    }
    .bg-black .row .col-sm-6:first-child{
        padding-right: auto;
    }
    .bg-black .row .col-sm-6:last-child{
        padding-left: auto;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.center-block-lg { margin: 0 auto; display: block; }
	.text-center-lg { text-align: center; }
	.text-right-lg { text-align: right; }
	.pull-right-lg { float: right; }
}

/*** MAX ***/

@media (max-width: 768px) {
	.center-block-sm-max { margin: 0 auto; display: block; }
	.text-center-sm-max { text-align: center; }
	.text-right-sm-max { text-align: right; }
	.pull-right-sm-max { float: right; }
    ul.about li, ul.about2 li{
        padding: 5px 4%;
    }
    #footer ul{
        margin-bottom: 30px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
	.center-block-md-max { margin: 0 auto; display: block; }
	.text-center-md-max { text-align: center; }
	.text-right-md-max { text-align: right; }
	.pull-right-md-max { float: right; }
    .actionbuttons{
        padding: 15px 45px 0 45px;
    }
   
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	.center-block-lg-max { margin: 0 auto; display: block; }
	.text-center-lg-max { text-align: center; }
	.text-right-lg-max { text-align: right; }
	.pull-right-lg-max { float: right; }
}

