/* 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:

	- Global
	- Theme
		+ Header
		+ Navigation
		+ Carousel
		+ Footer
	- Custom
		+ Global
		+ Pages
		+ Mediaqueries
*/


/*********************
****** GLOBAL ********
*********************/

html, body {
	background: #fff;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	padding: 0;
    color: #D72523;
}
h1 {
	font-size: 22px;
	margin-bottom: 12px;
}
h2 {
	font-size: 20px;
	margin-bottom: 12px;
}
h3 {
	font-size: 18px;
}
p {
	line-height: 22px;
	margin: 0 0 22px 0;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
    color: #D72523;
}

/******************************
*********** THEME *************
******************************/

/**********************
******** Header *******
**********************/


/**********************
****** Navigation *****
**********************/

/* Setup */
.navbar {
	z-index: 99;
}
.navbar-default {
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	border: none;
	z-index: 999;
}
/* Menu Link */
.navbar-default .navbar-nav > li > a {
	color: #D72523;
	text-align: center;
	font-weight: 300;
	text-transform: none;
	transition:all 0.3s ease;
}
/* 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: transparent;
	color: #000;
	border-bottom:1px solid #D72523;
}
/* 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: 9999;
	}
	.navbar-default .navbar-brand,
	.navbar-default .navbar-brand:hover {
		color: #fff;
	}
	/* Background */
	.navbar-default .navbar-header {
		background: #000;
	}
	/* Collapse */
	.navbar-default .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		background-color: #fff;
	}
	.navbar-default .navbar-collapse {
		border: none;
		color: #fff;
	}
	/* Menu Link */
	.navbar-default .navbar-nav > li > a {
		border: none;
	}
	/* Menu links incl dropdown */
	.navbar-default .navbar-nav > li a {
		text-align: center;
	}
	/* Dropdown */
	.navbar-nav .open .dropdown-menu {
		padding: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		background: #000000;
		color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #D72523;
	}
}
@media (min-width: 768px) {
	.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-nav > li > a{
        padding: 5px 0;
    }
    .navbar{
        min-height: auto;
        padding: 12% 0;
    }
}

/**********************
******** 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: 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 Style ******
**********************/
.headerImage{
    background: url("/upload/5814_BMW-kenteken.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.headerImage .down-icon{
    position: absolute;
    bottom: 50px;
    left: 0;
    right:0;
    margin: auto;
    width: 57px;
}
#main{
    padding-top: 60px;
}
.Financiering #main,
.Verzekeren #main,
.Contact #main{
	padding-bottom: 60px;
}
.homePage-carousel{
    padding-bottom: 60px;
}
.bg-text{
    background: #000;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.maps{
    height: 400px;
}
.bg-text #openingstijden{
	margin: 0 auto;
}
a.btn-primary,
button.btn-primary{
    background: #d72523;
    border: none;
    border-radius: 0;
    color: #fff;
}
.pager li>a {
    border: none;
    color: #fff;
    background: #D72523;
    border-radius: 0;
}
/**********************
******* Global ********
**********************/

/* Bootstrap */
.bg-primary {
	background: #ecf0f1;
	color: #000;
}
a.btn-default {
	color: #000;
}

/* slideshow4 style */
#scroller h3 {
	margin:0;
	line-height: 20px;
}

/**********************
*** Style per pagina **
**********************/

/***************
***** Home *****
***************/
#body.Home {}


/***************
*** Occasions **
***************/
#body.autolijst_background  {
 color: #000;
}

#body.autolijst_background .auto-detail-page contact-adres {
 color: #000;
}
#body.autolijst_background .list-view {
 color: #000;
} 

#body.autolijst_background .gallery-view {
 color: #000;
}

#body.autolijst_background .detail-view {
 color: #000;
}

#body.autolijst_background .row.auto-specificaties {
    color: #000;
}

#body.autolijst_background .row.auto-opties {
    color: #000;
}
#body.autolijst_background .row.auto-opmerkingen h3 {
 color: #000;
}


#body.autolijst_background #main .container-fluid {
    max-width: 1500px;
}
a.btn-social{
	color: #fff;
}
.data-list-item-value a.label{
	color: #fff;
  background: #d72523;
}
/***************
**** Contact ***
***************/
#body.Contact #map {
	height: 400px;
}
#body.Contact #route {
	background: #fff;
}
#body.Contact .adp b, 
#body.Contact .adp-list b {
	display: inline-block; 
}
#body.Contact .adp-directions, 
#body.Contact .adp-summary 
{
	width:100%;
}


/**********************
*** Mediaqueries ******
**********************/

/* tot Mobiel (col-xs) */
@media(max-width:767px) {
  .bg-text .col-xs-12 {
  	margin-bottom: 30px;
  }
   .bg-text .col-xs-12:last-child {
  	margin-bottom: 0;
  }
}

/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media(min-width: 768px) {
	
}

/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media(min-width: 992px) {
	
}

/* Vanaf computerscherm (col-lg) */
@media(min-width: 1200px) {
	
}

