/* 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: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	padding: 0;
	margin-top:0;
	text-transform:uppercase;
	
}
h1 {
	font-size: 50px;
	margin-bottom: 12px;
	
}
h2 {
	margin-bottom: 12px;
	font-weight: 700;
}
h3 {
	font-size: 30px;
}


 h4 {
  color:#000;
}

#footer h4 {
	letter-spacing: 5px;
	font-weight:600;
	font-size:16px;
	margin-bottom:20px;
  color:#fff;
}

@media (max-width: 767px) {

	h2 {
		font-size: 25px;
		letter-spacing:5px;
	}

}

@media (min-width: 768px) {

	h2 {
		font-size: 33px;
		letter-spacing:10px;
	}

}
@media (min-width: 992px) {

	

}
@media (min-width: 1200px) {

	h2 {
		font-size: 48px;
	}

}


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

@media (max-width: 767px) {
	.cmtb-80{
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.cmb-200{
		margin-bottom:50px;
	}
	
	.cptb-120 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.cpb-120 {
		padding-bottom: 50px;
	}
}

@media (min-width: 768px) {
	.cmtb-80{
		margin-top:50px;
		margin-bottom:50px;
	}
  
  .cmt-25{
		margin-top:25px;
	}
	
	.cmb-200{
		margin-bottom:70px;
	}
	
	.cptb-120 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.cpb-120 {
		padding-bottom: 50px;
	}
}
@media (min-width: 992px) {
	.cmtb-80{
		margin-top:80px;
		margin-bottom:80px;
	}
  
  .cmt-25{
		margin-top:0px;
	}
	
	.cmb-200{
		margin-bottom:100px;
	}
	
	.cptb-120 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.cpb-120 {
		padding-bottom: 80px;
	}
}
@media (min-width: 1200px) {
	.cmtb-80{
		margin-top:80px;
		margin-bottom:80px;
	}
	
	.cmb-200{
		margin-bottom:200px;
	}
	
	.cptb-120 {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	
	.cpb-120 {
		padding-bottom: 120px;
	}
}


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

/**********************
******** Header *******
**********************/

a.icons-header img {
    max-height: 30px;
    margin-top: 10px;
}

.slogan p{
	font-size:19px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:400;
}

hr {
    max-width: 70px;
    margin-top: 45px;
}

/**********************
****** 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: #fff;
	text-align: center;
	font-weight: 200;
	text-transform: uppercase;
	transition:all 0.3s ease;
	font-size:14px;
}
.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,
.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: #fff;
}
/* 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: grey;
	}
	/* 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;
	}
	/* 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: 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;
	}
}
@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;
	}
}

/**********************
****** Carousel *******
**********************/
div.carousel-wrapper {
    position: relative;
}

div#carousel-header {
    position: absolute;
    width: 100%;
}

.carousel-tekst {
    position: relative;
    z-index: 1;
}


/* Carousel height */
#carousel-header, .carousel-tekst {
	height: 480px;
}
@media (min-width: 768px) {
	#carousel-header, .carousel-tekst {
		height: 650px;
	}
}
@media (min-width: 992px) {
	#carousel-header, .carousel-tekst {
		height: 750px;
	}
}
@media (min-width: 1200px) {
	#carousel-header, .carousel-tekst {
		height: 110vh;
	}
}

/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
	background-image: url("//svl.autodealers.nl/upload/16056_header_slide_4.jpg");
}
#carousel-header .carousel-inner .bg2 {
	background-image: url("//svl.autodealers.nl/upload/16056_header_slide_3.jpg");
}
#carousel-header .carousel-inner .bg3 {
	background-image: url("//svl.autodealers.nl/upload/16056_header_slide_1.jpg");
}
#carousel-header .carousel-inner .bg4 {
	background-image: url("//svl.autodealers.nl/upload/16056_header_slide_2.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 {
	position: relative;
	height: auto;
}

#footer a {
	color:#fff;
	font-weight:600;
}

#footer p {
	font-weight:300;
}

@media (min-width: 767px) {
	html {
		position: relative;
		min-height: 100%;
	}

}
@media (max-width: 767px) {
	#footer p {
		line-height: 30px;
		text-align: center;
	}
}

@media (max-width: 991px) {

	.footer-logos {
		max-width: 210px;
		margin: 20px auto 40px;
	}
}

/**********************
*** Custom Style ******
**********************/

/* Begin fixed icons */
#fixed-icons a.btn.btn-default.whatsapp_icon { 
	background: #0dc143; 
	} 
	@media(min-width:768px) { 
		#fixed-icons .btn-group-custom{ 
			position: fixed; 
			left: 0px; 
			top: 100px; 
			z-index: 999; 
		} 
	
		#fixed-icons a { 
			background: #fff; 
			display: block; 
			padding: 15px; 
			margin-bottom: 10px; 
			box-shadow: 0px 2px 10px #444; 
			border-radius:0px; border:none; 
		} 
	
		#fixed-icons a:hover { 
			background:#eee; 
		} 
	
		#fixed-icons img { 
			height: 30px; 
			margin: 0 auto; 
			display: block; 
		} 
	
		#fixed-icons .btn-group, #fixed-icons .btn-group-custom{ 
			display: inline-block; 
			vertical-align: middle; 
		} 
	
		#fixed-icons .btn-group-custom>.btn, #fixed-icons .btn-group-custom>.btn-group, #fixed-icons .btn-group-custom>.btn-group>.btn { 
			display: block; 
			float: none; 
			width: 100%; 
			max-width: 100%; 
		} 
	} 
	
	@media(max-width:767px){ 
		body{ 
			margin-bottom:61px; 
		} 
		
		#fixed-icons .btn-group-custom { 
			position: fixed; 
			left: 0px; 
			bottom: 0px; 
			z-index: 999; 
			width: 100%; 
			background: #fff; 
			border-top: 1px solid #000; 
		} 
		
		#fixed-icons img { 
			display: block; 
			margin: 0 auto; 
			height: 40px; 
			width: auto; 
		} 
		
		#fixed-icons div.btn-group:first-child { 
			border-left: 0px; 
		} 
		
		#fixed-icons div.btn-group { 
			border-left: 1px solid #000; 
		} 
		
		#fixed-icons div.btn-group a { 
			display: block; 
			width: 33%; 
			text-align: center; 
			float: left; 
			padding: 10px 0px; 
			border:none;
			border-radius:0px; 
		} 
		#fixed-icons a:hover { 
			background: #eee; 
		} 
		#fixed-icons .btn-group-custom { 
			display: table; 
			width: 100%;
			table-layout: fixed; 
			border-collapse: separate; 
		} 
		
		#fixed-icons .btn-group-custom>.btn, .btn-group-custom>.btn-group { 
			display: table-cell;
			float: none;
			width: 1%;
		}
																					
		#fixed-icons .btn-group-custom>.btn-group .btn {
			width: 100%;
		}
	
	}

	/* Einde fixed icons */
																			



#main ul.mb-30 {
    padding-left: 15px;
}

/**********************
******* Global ********
**********************/

/* Bootstrap */
.bg-primary {
	background: #757575;
	color: #fff;
}
a.btn-default {
	color: #000;
}

/* slideshow4 style */
#scroller h3 {
	margin:0;
	line-height: 20px;
}

.btn.btn-primary{
	background:#E93722;
	border-color:#E93722;
	border-radius:0px;
	text-transform:uppercase;
	font-size:18px;
  color:#fff;
}

/**********************
*** Style per pagina **
**********************/

.marquee {
width: 100%;
overflow: hidden;
position: relative;
}

.marquee span {
display: inline-block;
animation: marquee 15s linear infinite;
}

.marquee span {
    padding: 0 20px;
    color: #ff0000;
    font-size: 30px;
    white-space: nowrap;
    font-weight: bold;
}

#slideshow7 .item-information h3.titel {
    height: 33px;
    overflow: hidden;
}


/***************
***** Home *****
***************/
#body.Home {}


/***************
***** Formulieren *****
***************/
.bg-formulieren .input-group input.form-control, .form-control {
    border-radius: 0;
}

.bg-formulieren {
    position: relative;
    z-index: 0;
}

div.bg-formulieren h2, #form-contact h2 {
    font-size: 25px;
    letter-spacing: 0px;
}


/****************
*** Occasions ***
****************/

/* Base colors*/
#body.autolijst_background a.btn-primary,
#body.autolijst_background a.btn-social,
#body.detail-view .label-primary {
	color: #fff;
}
#body.autolijst_background .well,
#body.autolijst_background .list-group,
#body.detail-view h3[itemprop="name"],
#body.detail-view p[itemprop="address"],
#body.detail-view span[itemprop="telephone"],
#body.detail-view .row.nav-bar {
  color: #000;
}

/* Secondary colors */
#body.autolijst_background ul.pagination a,
#body.autolijst_background .title,
#body.detail-view .bg-info {
	color: #E93722;
}
#body.autolijst_background .pagination > .active > a,
#body.autolijst_background a.btn-primary {
	background: #E93722;
	border: 1px solid #E93722;
	color: #fff;
}




#body.autolijst_background .btn.btn-social { color: #fff; }

#body .panel-body.bv-form,
#body .well,
#body .modal-body{
    color: #000;
}


/***************
**** 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) {
  
  div#google_translate_element {
    position: fixed;
    top: 50px;
    right: 0%;
    z-index: 1;
}
	
}

/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media(min-width: 768px) {
  
  div#google_translate_element {
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 1;
}
	
}

/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media(min-width: 992px) {
	
}

/* Vanaf computerscherm (col-lg) */
@media(min-width: 1200px) {
	
}

