/* 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 ********
*********************/
body, html {
	background: #E9EAEC;
}
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;
  font-weight:normal;
  color: #0098db;
}
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: #f26135;
  text-decoration: underline;
}


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

/****** HEADER ******/
#header {
	border-top:5px solid #0098db;
	padding-top:25px;
}

#header a.brand img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #header a.brand img {
    display: inline-block;
	margin-top:20px;
  }
}
@media(min-width:1200px) {
	#header a.brand img {
		display: inline-block;
		margin-top:5px;
	}
}

img.rdw-logo,
img.adp-logo {
    max-width: 90px;
	margin-bottom:15px;
}
.logos{
   text-align:center; 
  }

img.fb-logo {
	display:inline-block;
}
@media(min-width:768px) {
	img.fb-logo {
		display:block;
	}
  .logos{
   text-align:left; 
  }
}

span.header-bedrijf {
	color: #0098db;
}

#header address {
	float:right;
	line-height: 18px;
	margin:0;
}
@media(max-width:767px) {
	#header address {
		float:none;
		text-align:center;
	}
}

@media(min-width:992px) {
	#header .header-balk {
		height: 11px;
		background: #000;
		border: 1px solid #fff;
		width: 100%;
		margin-top: -46px;
	}
}

#header .balk {
	margin-top:15px;
	background: #0098db;
	height: 50px;
	width:100%;
}

/****** 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: grey;
  border-radius: 0;
  border: none;
  z-index: 99;
  min-height:0;
}
/* Menu Link */
.navbar-default .navbar-nav > li > a {
  color: #000;
  text-align: center;
  border-left: 1px solid #A9A9A9;
  text-decoration:none;
  padding:12px 0;
  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: transparent;
    color: #f26135;
}
/* 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;
}
.dropdown-menu a {
    text-decoration: none;
}
ul.dropdown-menu a:hover {
    color: #f26135;
}
@media (max-width: 767px) {	
  /* Setup */
  body { padding-top: 50px }
  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 610;
  }
  /* Background */
.navbar-default .navbar-header, .navbar-collapse.collapse.in {
    background: #eee;
}
  ul.nav.navbar-nav {
    background: #eee;
}
  
  .navbar-default {
    background: #eee;
}
  /* Brand */
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #0098DB;
	text-decoration:none;
  }
  /* 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) {
	.header-padding {
		padding: 0 20px;
	}
	.navbar-default {
		margin-top: -27px;
		background: rgba(255, 255, 255, 0.8);
		
		-webkit-box-shadow: 0px -5px 6px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 0px -5px 6px 0px rgba(50, 50, 50, 0.75);
		box-shadow: 0px -5px 6px 0px rgba(50, 50, 50, 0.75);
		border-bottom:3px solid #000;
	}
  /* 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.carousel, #carousel-header div.carousel-inner .active {
  height: 140px;
}
@media (min-width: 768px) {
  #carousel-header.carousel, #carousel-header div.carousel-inner .active {
    height: 180px;
  }
  
	div#carousel-header {
		margin-top: -46px;
	}
}
@media (min-width: 992px) {
  #carousel-header.carousel, #carousel-header div.carousel-inner .active {
    height: 230px;
  }
}
@media (min-width: 1200px) {
  #carousel-header.carousel, #carousel-header div.carousel-inner .active {
    height: 230px;
  }
}

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

/* Carousel backgrounds */
.carousel .carousel-inner .bg1 {
  background-image: url(//svl.autodealers.nl/upload/5137_res_slide1.jpg);
  background-position: center center;
}
.carousel .carousel-inner .bg2 {
  background-image: url(//svl.autodealers.nl/upload/5137_res_slide2.jpg);
  background-position: center center;
}
.carousel .carousel-inner .bg3 {
  background-image: url(//svl.autodealers.nl/upload/5137_res_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;
}

/****** CONTENT ******/
#main {
	background:#fff;
	padding: 20px;
}

#main h2.binnengekomen {
	color:#fff;
	background: #0098DB;
	border-radius: 10px 10px 0 0;
	display:inline-block;
	padding: 12px 15px;
  margin-bottom: 0;
}

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

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

#footer p {
	text-align:center;
}

@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 */
.simply-scroll {
	border: 15px solid #0098DB;
  border-left:0px;
  border-right:0px;
	margin-top:0px;
}
#scroller h3 {
  margin:0;
}

.nieuwbinnen ul {
    padding: 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 */
a.inkoop-blok {
    background: url(//svl.autodealers.nl/upload/5137_banner_inkoop.jpg) no-repeat;
    background-size: 100% 100%;
	width:100%;
    max-width: 593px;
    height: 129px;
    padding: 30px 0;
	display: block;
	position:relative;
	text-decoration:none;
}

.inkoop-blok span.groot {
    font-size: 28px;
}
.inkoop-blok span {
    display: block;
    width: 100%;
    font-size: 19px;
    color: #fff;
    padding-left: 9%;
}

div#autovandeweek ul {
    padding: 0;
    position: relative;
}

#main div#autovandeweek div.title {
    color: #f26135;
    height: 45px;
}

div#autovandeweek {
    max-width: 340px;
    overflow: hidden;
    padding-bottom: 23px;
    text-align: left;
}

/* Occasions */

#body.autolijst_background .gal-btn-bottom a.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
    text-decoration: none;
}

#body.autolijst_background a.btn-twitter, 
#body.autolijst_background a.btn-facebook, 
#body.autolijst_background .btn.btn-primary.btn-lg.btn-block-company.tel, 
#body.autolijst_background .label.label-primary {
    color: #fff;
  text-decoration:none;
}
/* 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) {
}

