/* 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');
html, body {
	background: #fff;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #5A5353;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	padding: 0;
}
h1 {
	font-size: 24px;
	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;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

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

/**********************
******** Header *******
**********************/
.header{
	text-align: center;
}
.headerText a{
	display: inline-block;
}
.mt-100 {
 margin-top: 100px; 
}
.headerText h1{
	margin: 0;
	color: #fff;
}
.navbar-default .navbar-nav .logo a{
	padding: 0;
	width: 100px;
	display: inline-block;
}
.navbar-default .navbar-nav .logo a:hover{
	background: transparent !important;
}
.navbar-default .navbar-nav .logo a img{
	max-width: 100%;
	display: inline-block;
}
/**********************
****** 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: #5A5353;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3.18px;
    line-height: 18px;
}
/* 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: #FA0719;
}
/* 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: #5a5353;
	}
	/* Collapse */
	.navbar-default .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		background-color: #5a5353;
	}
	.navbar-default .navbar-nav > li > a {
		color: #ffffff;
		font-size: 16px;
		letter-spacing: 0px;
	}
	.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: #5a5353;
		color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
	}
}
@media (min-width: 768px) {
	.navbar-default {
		min-height: 0;
		margin-top: 55px;
	}
	.navbar-nav {
		width: 100%;
		display: table;
	}
	.navbar-nav > li {
		float: none;
		display: table-cell;
	}
.nav > li > a {
    padding: 29px 5px;
}
	nav .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	nav .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

/**********************
****** Carousel *******
**********************/

/* Carousel height */
#carousel-header {
	height: 300px;
	margin-bottom: 30px;
}
#body.autolijst_background .pagination>.active>a {
    background: #FA0719;
    border: 1px solid #FA0719;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: bold;
}
@media (min-width: 768px) {
#carousel-header {
    height: 361px;
    margin-bottom: 60px;
}
	#carousel-header .carousel-content{
		top: 60px;
	}
}
@media (min-width: 992px) {
#carousel-header {
    height: 398px;
    margin-bottom: 60px;
}
}
@media (min-width: 1200px) {
#carousel-header {
    height: 788px;
    margin-bottom: 30px;
}
  .img-block.koffie {
    margin-top: 69px;
}
  
}
#carousel-header .carousel-content{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
}
/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
	background-image: url("//svl.autodealers.nl/upload/14241_img_header.jpg");
}

#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;
	background-position: 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);
	}
}

/**********************
******** Footer *******
**********************/

/** Sticky Footer ***/
.footer a {
	color: #fff;
	font-weight: 700;
}
.footer {
	height: auto;
	padding: 30px 0;
	background: #5A5353;
	color: #fff;
	text-align: center;
	margin-top: 90px;
}

.footer p {
    margin: 0;
    letter-spacing: 1.86px;
}
.footer .footer-logo .img{
	max-width: 100px;
	margin: 0 auto 45px auto;
}
.footer .footer-logo h2{
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 60px 0;
}
.social a{
	display: inline-block;
	width: 30px;
	vertical-align: middle;
	margin-right: 5px;
}
@media (min-width: 767px) {
}
@media (max-width: 767px) {
}

/**********************
*** Custom Style ******
**********************/
.well.mb-20 a {
    color: #000000;
}
.nav-bg {
    background: #e0e6f3;
    margin-right: -15px;
    padding-right: 15px;
    margin-left: -15px;
    padding-left: 15px;
    margin-top: -20px;
}
#financiering a {
 color: #000; 
}
.custom-nav {
    background: #fa0719;
    height: 75px;
    width: 78%;
    margin-top: 36px;
    margin-left: -15px;
}
.img-block{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    margin-top: -31px;
    display: none;
    width: 100%;
    text-transform: uppercase;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    list-style: none;
    background-color: #e0e6f3;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 700;
    line-height: 1.42857143;
    color: #5a5353;
    letter-spacing: 3.18px; 
    white-space: nowrap;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -1px;
    font-weight: 700;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.img-block.koffie {
    background-image: url(//svl.autodealers.nl/upload/14241_img_occasions.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.img-block.contact{
	background-image: url(//svl.autodealers.nl/upload/14241_img_inkoop.jpg);
}
.button-block {
    width: calc(100% - 30px);
    padding: 70px 0px 55px 54px;
    position: relative;
    background: #E0E6F3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
}
.button-block::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 5px solid #5A5353;
}
.button-block h2 {
    font-family: 'Jura', sans-serif;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    color: #5a5353;
}
.button-block a.btn-primary{
	position: relative;
	z-index: 5;
}
.content-text{
	margin-bottom: 60px;
}
.content-text h2 {
    font-size: 28px;
	color: #5A5353;
	font-family: 'Jura', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    letter-spacing: 3.26px;
}
.middleplaat{
	width: 100%;
	background: url(//svl.autodealers.nl/upload/14241_img_main.jpg) center no-repeat;
	background-size: cover;
}
.beoordeling a,
.about-us a{
	margin-top: 60px;
}
/*.Home*/
a.btn-primary.btn-home{
	padding: 12px 27px;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 2px;
}
/**********************
******* Global ********
**********************/
a.btn-primary, span.btn-primary, button.btn-primary, .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, .pager li>a, .pager li>span {
    background: #FA0719;
    border: 5px solid #FA0719;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: bold;
}
a.btn-primary:hover,
span.btn-primary:hover,
button.btn-primary:hover,
.pager li>a:hover, .pager li>span:hover{
  background: #FA0719;
  border-color: #FA0719;
  color: #fff;
}
a.btn-social{
  color: #fff;
}
a.label{
  background: #283d4e;
  color: #fff;
}
span.title,
.pagination>li>a, .pagination>li>span{
  color: #283d4e;
}
nav.right{
  border-bottom: 0;
}
nav.right ul{
  margin-bottom: 0;
}
a.photo-a,
img.img-rounded{
  border-radius: 0;
}

/* 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 .col-xs-12.margin-bottom-md.merk-model-minheight a {
    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 .row.nav-bar.margin-bottom-md a {
    color: #000;
}


/* Financierenlink */
#body.autolijst_background .col-sm-12.col-md-5.data-list.auto-attributen [data-section="financieren"] a {
     color: #FA0719;
}

/* Verzekeren link */
#body.autolijst_background .col-sm-12.col-md-5.data-list.auto-attributen [data-section="verzekeren"] a {
     color: #FA0719;
}

#body.autolijst_background .col-xs-12.data-list-item-label a {
    color: #FA0719;
}
/***************
**** 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 ******
**********************/
.mtb-60 {
	margin: 60px 0px;
}
/* tot Mobiel (col-xs) */

@media(max-width: 992px) {
img.img-responsive.logo {
    height: 200px;
    width: 300px;
    margin: -27px auto;
}
}
@media(max-width:767px) {
	.img-block{
		height:250px;
		margin-bottom: 30px;
	}
	.content-text.about-us {
		text-align: center;
	}
	.button-block::after{
		left: 10px;
		top: 10px;
	}
	.button-block {
		margin: 30px 0 40px 0;
		width: 100%;
		padding: 70px 0px 55px 20px;
	}
	.middleplaat{
		height: 250px;
		margin-bottom: 30px;
	}
	.button-block h2{
		font-size: 28px;
		letter-spacing: 1px;
	}
	.content-text p{
		line-height: 26px;
		font-size: 16px;
		letter-spacing: 1.5px
	}
	.headerText h1{
		font-size: 35px;
		letter-spacing: 6px;
	}
}

/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media(min-width: 768px) {
	.img-block {
		height: 400px;
		margin-bottom: 0px;
	}
  .dropdown-menu>li>a {
    padding: 6px 14px;
    font-size: 13px;
}
  .button-block {
	padding: 70px 0px 55px 0px;
  }
	.button-block{
		margin: 30px 0;
	}
	.button-block::after{
		left: 10px;
		top: 10px;
	}
	.middleplaat{
		height: 250px;
		margin-bottom: 60px;
	}
	.button-block h2{
		font-size: 32px;
		letter-spacing: 1.4px;
	}
	.content-text p{
		line-height: 26px;
		font-size: 16px;
		letter-spacing: 1.5px
	}
	.headerText h1{
		font-size: 45px;
		letter-spacing: 9px;
	}
}

/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media(min-width: 992px) {
	.button-block{
		margin: 30px 0;
	}
    .dropdown-menu>li>a {
    padding: 6px 20px;
    font-size: 16px;
}
	.img-block{
		height: 400px;
	}
  .button-block {
      padding: 70px 0px 55px 54px;
  }
	.button-block::after{
		left: 30px;
		top: 30px;
	}
.middleplaat {
    height: 336px;
}
	.button-block h2{
		font-size: 36px;
		letter-spacing: 1.7px;
	}
	.content-text p{
		line-height: 30px;
		font-size: 18px;
		letter-spacing: 1.9px
	}
	.headerText h1{
		font-size: 55px;
		letter-spacing: 11px;
	}
}

/* Vanaf computerscherm (col-lg) */
@media(min-width: 1200px) {
	.button-block{
		margin: 30px 0;
	}
  .content-text h2 {
    margin: 0 0 100px 0;
}
	.img-block{
		height: 430px;
	}
.middleplaat {
    height: 618px;
    margin-top: 50px;
}
.img-block.contact {
    margin-top: 38px;
    margin-bottom: 9px;
}

	.content-text p {
		line-height: 34px;
		font-size: 16px;
		letter-spacing: 1.86px;
	}
	.navbar-nav {
		table-layout: fixed;
	}
	.navbar-nav > li {
		width: 100%;
	}
	.headerText h1{
		font-size: 75px;
		letter-spacing: 15px;
	}
  .logo {
    margin-top: -12px;
    max-width: 381px;
    height: 188px;
    float: right;
}
}
@media(min-width: 1400px) {
	.button-block{
		margin: 60px 0;
	}
	.img-block{
		height: 450px;
	}
	.headerText h1{
		font-size: 85px;
		letter-spacing: 17px;
	}
	.button-block h2 {
		font-size: 36px;
		letter-spacing: 1px;
	}
}
@media(min-width: 1600px) {
.button-block {
    margin: 170px 0 40px 0;
}
	.img-block{
		height: 470px;
	}
}
