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

.relative {
  position: relative;
}
.no-margin {
  margin: 0
}
.no-padding {
  padding: 0
}
.corners {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.well {
color: #000
}

/*********************
****** GLOBAL ********
*********************/
html {
    background-color: #616161;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #616161;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0 0 12px 0;
  padding: 0;
  color: #fff;
}

p {
  line-height: 22px;
  margin: 0 0 22px 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #ccc
}


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

/****** HEADER ******/
#header {
	background: url("//svl.autodealers.nl/upload/2303_bg_header_new.jpg") top left no-repeat;
  	background-size:cover
}
#header a.brand img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

div #header {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
  #header a.brand img {
    display: inline-block;
  }
}


/****** MENU *******/

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

/* Setup */

.navbar {
  z-index: 99;
}
.navbar-default {
    background: #adadad none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 99;
}

/* Menu Link */
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-align: center;
  border-left: 0 none;
  font-weight: 600;
  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;
}
/* 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: #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;
  }
  
  .navbar-brand {
    font-size: 13px;
}
}
@media (min-width: 768px) {
  .navigatie {
    border-bottom: 3px solid #000;
    border-top: 3px solid #000;
    margin-top: 12px;
  	background: #adadad 
}

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


/** OCC SLIDESHOW ***/

#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;
  font-size: 14px;
  padding: 15px 0;
}

@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: #616161 none repeat scroll 0 0;
}

/* slideshow4 */
#scroller .nieuwbinnen h3 {
  margin:0;
}
#info, #info a  {
	color: #000
}
/* 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 *******/

/* Home */
.rdw_box {
	border: 1px solid #000;
}
.rdw_box img {
	width: 100%;
	max-width: 110px;
	padding: 10px;
	margin: 0 auto;
}

#carousel-example-generic {
	margin-bottom: 20px;
}

.border-full{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,616060+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left,  #000000 0%, #616060 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #000000 0%,#616060 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #000000 0%,#616060 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#616060',GradientType=1 ); /* IE6-9 */	
}

.col-xs-12.text-center p {
    padding: 5px;
}

#body section {
    margin-bottom: 42px;
}

img.dmfkrediet {
    margin: 10px 0;
}

/* Occasions */
.nav-bar, .breadcrumb {
    background-color: #444;
}
.list-group-item {
    background-color: #444;
    border: 1px solid #555;
}
/* Auto Inkoop */

/* Verzekeren */
#body.Verzekeren {
    background: #000000 none repeat scroll 0 0;
}
/* Contact */
#body.Contact #map {
  height: 400px;
}
#body.Contact #route {
  background: #fff;
}

/* Routeplanner */
.adp, .adp table {
    color: #000;
    font-family: Roboto,Arial,sans-serif;
    font-weight: 300;
}
.adp-directions {
    border-collapse: collapse;
    cursor: pointer;
    width: 100%;
}


/*** MEDIAQUERIES ***/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.footer_extra > span {
    display: block;
    height: 36px;
    line-height: 36px;
}