/* 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 *********
*********************/
#body.autolijst_background .data-name-datumdeel1{
  display: table-row !important;
}
#body.autolijst_background .data-name-bouwjaar{
  display: none;
}
.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;
}

@media(min-width:768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
  }
}

/*********************
****** GLOBAL ********
*********************/

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #fff;
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0 0 12px 0;
  padding: 0;
  color:#fff;
}
h1, h2, h3 {
  font-size: 20px;
  text-transform: uppercase;
}

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

.translate {
  margin-top: -25px;
}
/*********************
******* THEME ********
*********************/

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

#header .container {
  background: transparent url("//svl.autodealers.nl/upload/1178_res_bg_header2.jpg") no-repeat scroll right top / cover ;
  height: 170px;
}

.contact-header {
  display: block;
  margin-top: 60px;
}

.contact-header > span:first-child {
  margin-left: 0;
}
.contact-header > span {
  color: #fff;
  margin-left: 13px;
}

.header-fb {
  margin-top: -15px;
  width: 30px;
}

#header a.brand img {
  display: block;
  margin: 0 auto;
}

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

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

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .contact-header > span {
    margin-left: 28px;
  }
  div#google_translate_element {
    float: right;
    margin-top: -25px;
    margin-right: 22px;
  }

  .contact-header {
    margin-top: 40px;
  }
}


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

/*
Primary background: 	grey
Secondary background: 	lightgrey
Dropdown background:	dimgray 
text color:				#fff
*/

/* Setup */

.navigation {
  background: #dbdbdb none repeat scroll 0 0;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}


.navbar {
  z-index: 99;
}
.navbar-default {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  z-index: 99;
}

.nav.navbar-nav li a > span {
  display: none;
  left: 0;
  position: absolute;
}


.nav.navbar-nav li a:hover > span {
  display: block;
}

/* Menu Link */
.navbar-default .navbar-nav > li > a {
  background: #214D3E;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  text-align: left;
  text-indent: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.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: #214D3E;
  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: 610;
  }
  /* Background */
  .navbar-default .navbar-header {
    background: #214D3E;
  }
  /* Brand */
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #fff;
    font-size:14px;
  }
  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #214D3E;
  }
  .navbar-default .navbar-collapse {
    border: none;
    color: #fff;
    padding-left:0;
    padding-right:0;
  }
  /* 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 {
    border:none;
    text-align: center;
    padding:6px 0;
    margin-bottom:0;
  }
}
@media (min-width: 768px) {
  /* Setup */
  .navbar-nav {
    width: 100%;
    display: table;
  }
  .navbar-nav > li {
    float: none;
    display: block;
  }
  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  nav .container-fluid { 
    padding-left: 0;
    padding-right: 0;
  }
}


/** OCC SLIDESHOW ***/

#slideshow-wrapper {
  margin-top: 46px;
}
.bg-grey #gallery {
  border: 1px solid #000000;
  line-height: normal;
  max-width: 320px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  border-radius:20px;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.09);
  box-shadow: 0 1px 1px rgba(0,0,0,0.09);
  border: 1px solid #e3e3e3;
  background: #214D3E;
}
.bg-grey #gallery a {
  float: left;
  position: absolute;
}
#body #main #gallery a img {

  width: 100%;
  border-radius: 20px 20px 0 0;
  padding-bottom: 0;
}
.bg-grey #gallery a.show {
  z-index: 500;
}
.bg-grey #gallery .caption {
  z-index: 600; 
  background: #214D3E; 
  color: #FFFFFF;
  width: 320px; 
  position: absolute;
  bottom: 0px;
}
.bg-grey #gallery .caption .content {
  margin: 5px;
  color: #FFFFFF;
  font-size: 12px;
}
.bg-grey #gallery .caption {
  border-radius: 0 0 20px 20px;
  opacity: 1.0 !important;
}
#gallery .caption .content h3 {
  margin: 0px;
  padding: 0px;
  color: #FFFFFF;
  font-size:15px;
}



/* Extra Small devices (mobile, 768px and down) */
@media (max-width: 768px) {
  .bg-grey #gallery {
    height: 299px;
    max-height: 299px;
  }
}

@media (max-width: 375px) {
  .bg-grey #gallery {
    height: 279px;
    max-height: 299px;
  }
}

@media (max-width: 320px) {
  .bg-grey #gallery {
    height: 249px;
    max-height: 299px;
  }
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .bg-grey #gallery {
    height: 208px;
    max-height: 208px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .bg-grey #gallery {
    height: 293px;
    max-height: 293px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .bg-grey #gallery {
    height: 299px;
    max-height: 299px;
  }
}

/****** CONTENT ******/
.content-blok {
  padding: 0 20px; 
}

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

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

@media (min-width: 767px) {
  body {
    margin-bottom: 0px; /* 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 */
#scroller .nieuwbinnen h3 {
  margin:0;
}

/****** PAGES *******/
.h2_header {
  background: #214d3e none repeat scroll 0 0;
  color: #fff;
  padding-top: 12px;
}

.border-right {
  border-right: 1px solid #000;
}

img.img-shadow,
#gallery img,
#body.autolijst_background .content-blok .photo-img {
  padding: 1px 3px 3px 1px;
  background: -moz-linear-gradient(-45deg, rgba(128,128,128,1) 0%, rgba(0,0,0,0.7) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(128,128,128,1) 0%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(135deg, rgba(128,128,128,1) 0%,rgba(0,0,0,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#b3000000',GradientType=1 ); 
}

/* Home */

#body.Home #main .content-blok img,
#body.Contact #main .content-blok img {
  border-radius: 20px;
}

/*#body.Home .facebook {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 20px;
  display:inline-block;
  margin-right: 10px;
}
#body.Home .facebook img{
  height: 100%;
}
#body.Home .facebook img.cees{
  right: 30px;
  position: relative;
}
#body.Home .facebook.jacq img{
  height: auto;
  width: 100%;
  position: relative;
  top: -2px;
}

@media(max-width:767px) {
  #body.Home img.facebook {
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;
  }
}*/

#body.Home img.fb-bedrijf {
  width: 110px;
  display:block;
}

/* Occasions */

.autolijst_background .btn.btn-primary.btn-list, .autolijst_background .btn.btn-primary.btn-lg.btn-block-company.tel, .autolijst_background a.label.label-primary {
  background: #214d3e none repeat scroll 0 0;
  border-color: #214d3e;
  color: #fff;
}

.autolijst_background .btn.btn-sm.btn-default.left.margin-right-xs, .autolijst_background .btn.btn-sm.btn-default.left {
  color: #214d3e;
}

.autolijst_background a.btn.btn-facebook, .autolijst_background a.btn.btn-twitter {
  color: #fff;
}

.autolijst_background a, .autolijst_background a:link, .autolijst_background a:visited,  .autolijst_background a:hover, .autolijst_background a:active {
  color: #214d3e;
  text-decoration: none;
}

.autolijst_background .hidden-xs.hidden-sm.block.margin-bottom-xs.title.large {
  color: #214d3e;
}

.autolijst_background h2.xs-center-block.sm-center-block, .autolijst_background h2.xs-center-block.sm-center-block .title, .autolijst_background .block.title, .autolijst_background .col-xs-6.hidden-md.hidden-lg, .autolijst_background .col-xs-12.col-sm-5 > h3{
  color: #214d3e;
}

.autolijst_background .btn.btn-danger.sm-right.md-right.lg-right.xs-center-block.xs-margin-bottom-sm {
  color: #fff;
}

#body.autolijst_background span.icons-list,
#body.autolijst_background span.icons-detail {
  display: none;
}

#body.autolijst_background .row.data-list-item[data-section="financieren"] {
  display: none;
}

#body.autolijst_background a.btn.btn-default.btn-maildit {
  padding-top: 4px;
  padding-bottom: 4px;
}

#body.autolijst_background img.photo-new {
    display: none;
}



@media(min-width: 768px) {
  #body.autolijst_background a.btn-sm.btn-social.btn-whatsapp {
    display: none;
  }
}

/* Auto Inkoop */

/* Bedrijfsprofiel */
#body.Bedrijfsprofiel .assortiment-lijst p {
  font-weight:bold;
  margin:0;
}

#body.Bedrijfsprofiel ul.assortiment-voordelen {
  padding:0; 
}
#body.Bedrijfsprofiel ul.assortiment-voordelen li:before {
  content: "» ";
  font-size: 15px;
  font-weight: bold;
  height: 100%;
  position: absolute;
}
#body.Bedrijfsprofiel ul.assortiment-voordelen li p {
  padding-left: 15px;
  margin:0;
}
#body.Bedrijfsprofiel ul.assortiment-voordelen li {
  font-weight: bold;
  list-style-type:none;
}

#body.Bedrijfsprofiel #main .content-blok img {
  border-radius: 20px;
}

/* Export mogelijkheden */
#body.Export-Mogelijkheden .no-margin-tekst p {
  margin:0; 
}
#body.Export-Mogelijkheden marquee.melding-tekst {
  color: #006633;
  font-weight: bold;
  font-size: 18px;
}

#body.Export-Mogelijkheden .faciliteit:before {
  content: '-';
  /* float: left; */
  position: absolute;
  height: 100%;
  width: 12px;
}
#body.Export-Mogelijkheden .faciliteit p {
  padding-left: 10px;
}

/* Financieren */

#financiering h2 {
  background: #214d3e;
}

/* Extra Small devices (Mobile, 768px and down) */
@media (max-width: 768px) {
  #financiering .banner{
    display:none;
  }
}

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

#body.Contact img.facebook {
  width: 110px;
  display:block;
  margin:0 auto;
  margin-bottom:15px;
}

/*** MEDIAQUERIES ***/
/* Small devices ( 768px max) */
@media (max-width: 768px) {
  div#google_translate_element {
    text-align: center;
    margin-bottom: 20px;
  }
}

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

