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

.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: #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;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
      color: #fff;
}
p {
  line-height: 22px;
  margin: 0 0 22px 0;
  font-size: 14px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #5F021F;
  text-decoration: none;
}


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

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


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

/*
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: 99;
}
/* Menu Link */
.navbar-default .navbar-nav > li > a {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 40px;
}
.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: #5F021F;
  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 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(images/slide1.jpg);
  background-position: center center;
}
.carousel .carousel-inner .bg2 {
  background-image: url(images/slide2.jpg);
  background-position: center center;
}
.carousel .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);
  }
}


/** 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;
}
#head{
	width: 100%;
}
#logo {
	width: 100%;
	margin-top: 5px;
}
#content{
	padding-top: 40px;
}
#content h2 {
	font-size: 25px;
	padding-bottom: 10px;
}
#low {
	background-color:#127692;
}
#rdw{
	width: 100px;
	margin-top: 15px;
	float:left;
	
}
#adp{
	width: 120px;
	margin-top: 17px;
	float:left;
	
}
.banner-text {
    position: absolute;
    /* bottom: 0; */
    margin-top: -80px;
    background: rgba(0, 137, 166,0.7);
    width: 100%;
	height: 80px;
}
.banner-text h2 {
    padding: 20px 0;
    text-align: center;
    margin: 0;
    font-size: 32px;
}
/****** FOOTER ******/

/** Sticky Footer ***/
#footer {
  position: relative;
  height: auto;
  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: 50px; /* Set the fixed height of the footer here */
    padding: 0;
  }
  #footer p {
    margin: 0;
    line-height: 50px;
  }
}
@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 *******/

/* Home */

/* Occasions */

/* Auto Inkoop */

/* Financieren */

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

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

#filter .col {
  padding-right: 5px;
  padding-left: 5px;
}

#filter input.custom {
  text-transform: uppercase;
  
  color: #fff;
  font-weight: 700;
}

#filter button {
  text-transform: uppercase;
  font-weight: 700;
}
#filter ul li {
  list-style-type: none;
  
}
#filter {
  margin-top: 20px;
}

tr td:last-child {
  padding-left:20px;
}
ul#scroller li span {
    display: block;
    color: #fff;
}
#scroller .nieuwbinnen h3 {
    margin: 0;
    color: #fff;
}


ul#scroller li ul li {
    clear: left;
    padding: 0;
    line-height: 21px;
  color:#fff;
}
ul#scroller li div, ul#scroller li > a {
    float: left;
    margin-bottom: 12px;
    margin-left: 10px;
}
a.btn.btn-primary.btn-list {
    color: #fff;
}
span.hidden-xs.hidden-sm {
    color: #fff;
}
i.fa.fa-twitter {
    color: #fff;
}
i.fa.fa-facebook {
    color: #fff;
}
a.btn.btn-primary.btn-lg.btn-block-company.tel {
    color: #fff;
}
.row.auto-opmerkingen h3 {
    color: #000;
}
.row.nav-bar.margin-bottom-md h3 {
    color: #000;
}
